p,
ul {
  margin: 0;
}
ul {
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
em {
  font-style: normal;
}
input {
  outline: 0;
}

.bigtitle {
  font-size: 30px;
  padding: 0 20px;
  text-align: center;
  margin: 40px 0 40px 0;
}
.bigtitle::after,
.bigtitle::before {
  display: inline-block;
  position: relative;
  top: -6px;
  left: -20px;
  content: "";
  width: 101px;
  height: 7px;
  background: url(../images/index.png) no-repeat -63px -13px;
}
.bigtitle::after {
  left: 20px;
}
.text-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 10px;
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo a {
  padding-right: 25px;
}
header .logo .lg {
  top: -5px;
}
header .logo .lg::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 44px;
  background: url(../images/suggest-sprite.png) no-repeat left top;
  position: absolute;
  left: -9px;
  top: 12px;
}
header .tel {
  margin-bottom: 8px;
}
header .tel .icon {
  width: 47px;
  height: 47px;
  margin-right: 5px;
  background: url(../images/suggest-sprite.png) no-repeat 0 -288px;
}
header .tel .title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  line-height: 15px;
  margin-bottom: 5px;
}
header .tel .num {
  color: #e60012;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.6px;
}
.navbar {
  box-shadow: 0 3px 0 0 rgba(117, 0, 9, 0.9);
  margin-bottom: 3px;
  background-color: #e60012;
  overflow: hidden;
}
.navbar ul {
  width: 100%;
  height: 64px;
  line-height: 64px;
}
.navbar ul li {
  width: 14.285%;
}
.navbar ul li .nav-link {
  z-index: 1;
  padding: 0 !important;
}
.navbar ul li .nav-link sup {
  top: 16px;
  right: 3px;
  line-height: 12px;
  font-size: 13.33px;
}
.navbar ul li div {
  background-color: #620000;
  width: 100%;
  height: 100%;
  top: 64px;
}
.navbar ul li:first-child div {
  top: 0;
}
.mySwiper {
  height: 400px;
}
.mySwiper .swiper-slide {
  overflow: hidden;
}
.mySwiper .swiper-slide img {
  left: 50%;
  transform: translateX(-50%);
}
.core ul li {
  padding: 6px;
}
.core ul li div {
  border: 1px solid #e5e5e5;
  font-size: 20px;
  height: 334px;
}
.core ul li div .title {
  font-weight: 700;
}
.advantage ul li {
  padding: 5px;
}
.advantage ul li div {
  border: 1px solid #e5e5e5;
  height: 326px;
}
.advantage ul li div .title {
  font-size: 20px;
  font-weight: 700;
  color: red;
}
.advantage ul li div .info {
  font-size: 16px;
  letter-spacing: -0.5px;
  text-align: center;
}
.category ul li div {
  font-size: 14px;
  color: #6f6f6f;
  border-radius: 10px;
  cursor: pointer;
  padding: 29px 0 20px 25px;
}
.category ul li div .tag {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background: url(../images/index.png) no-repeat;
  overflow: hidden;
}
.category ul li div p {
  padding-bottom: 5px;
}
.category ul li div p:last-child {
  width: 150px;
  height: 36px;
  line-height: 36px;
  border-radius: 19px;
  color: #f5242f;
  border: 1px solid #f5242f;
  text-align: center;
  transition: background 0.3s ease-in-out;
  margin-top: 6px;
}
.category ul li div span {
  color: #f5232f;
}
.category ul li div:hover {
  box-shadow: 0 0.5rem 1rem #f4202f !important;
}
.category ul li div:hover p:last-child {
  background-image: linear-gradient(0deg, #ff512f, #f4202f);
  background-color: #f4202f;
  color: var(--bs-body-bg);
}
.category ul li:nth-child(1) div p {
  background-position: 0 -118px;
}
.category ul li:nth-child(2) div p {
  background-position: 0 -64px;
}
.category ul li:nth-child(3) div p {
  background-position: 0 -10px;
}
.secret ul li em {
  background: url(../images/l-arrow.png) no-repeat;
}
.secret ul li .item {
  background-color: #f6f7fa;
}
.secret ul li .item div {
  font-size: 14px;
  line-height: 24px;
}
.secret ul li .item div p:first-child {
  color: red;
  font-size: 18px;
}
.secret ul li:nth-child(1) em {
  background-position: left bottom;
  width: 50px;
  height: 49px;
}
.secret ul li:nth-child(2) em {
  background-position: -40px bottom;
  width: 48px;
  height: 50px;
}
.secret ul li:nth-child(3) em {
  background-position: -90px bottom;
  width: 52px;
  height: 51px;
}
.tel > ul .block {
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 16px;
}
.tel > ul .block > p {
  font-size: 12px;
  color: red;
  height: 40px;
  line-height: 40px;
}
.tel > ul .block:hover {
  margin-top: -8px;
}
.tel > ul .block:hover div {
  border: 1px solid #ff8690 !important;
  box-shadow: 0 0 18px 0 #ff8690;
}
.tel > ul .block:hover > p {
  background-image: linear-gradient(0deg, #ff512f, #f4202f);
  color: var(--bs-body-bg) !important;
  border-color: #ff8690 !important;
}
.tel > ul .block div {
  min-height: 400px;
}
.tel > ul .block div .law {
  font-size: 14px;
  background-color: #f5232f;
  width: 90px;
  height: 22px;
  line-height: 22px;
  border-radius: 3px;
}
.tel > ul .block div .letter {
  border-bottom: 1px dashed #222;
  padding-bottom: 14px;
}
.tel > ul .block div .examples {
  font-size: 12px;
}
.tel .num {
  width: 100%;
}
.tel .num li {
  flex-basis: 50%;
}
.tel .num li:hover {
  color: #d92763;
}
.tel .form {
  border: 1px solid #e5e5e5;
  height: 108px;
  padding-left: 145px;
  padding-right: 15px;
  background: url(../images/free1.png) no-repeat 25px center;
}
.tel .form form {
  background: url(../images/l2.png) no-repeat left center;
  height: 108px;
  padding-left: 40px;
}
.tel .form form input {
  height: 46px;
  margin-right: 15px;
  padding-left: 18px;
  background-color: #f2f2f2;
}
.tel .form form input.code {
  width: 146px;
}
.tel .form form .verification {
  left: 545px;
  width: 60px;
  height: 46px;
  line-height: 46px;
  background-color: #d7d7d7;
  cursor: pointer;
}
.tel .form form .submit {
  width: 205px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  border: 1px solid #f5242f !important;
  cursor: pointer;
  color: #f5242f;
  transition: all 0.3s;
}
.tel .form form .submit:hover {
  color: var(--bs-body-bg);
  background-image: linear-gradient(
    -90deg,
    rgb(255, 81, 47) 0%,
    rgb(244, 32, 47) 100%
  );
}
.selected ul li .item {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  min-height: 336px;
}
.selected ul li .item:hover {
  border-color: #ff8690;
  margin-top: -8px;
  box-shadow: 0 0 18px 0 #ff8690;
  transition: all 0.3s;
}
.selected ul li .item:hover > p {
  background-image: linear-gradient(0deg, #ff512f, #f4202f);
  color: var(--bs-body-bg);
  transition: all 0.3s;
}
.selected ul li .item > div {
  padding: 0 25px;
}
.selected ul li .item em {
  width: 70px;
  height: 52px;
  top: -8px;
  right: 14px;
  background: url(../images/index.png) no-repeat;
}
.selected ul li .item .line-1 {
  padding-top: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.selected ul li .item .line-1 .price span:first-child {
  /*width:79px;
	height:29px;
	background:url(../images/tc.png) no-repeat;*/
  background-image: linear-gradient(0deg, #ff512f, #f4202f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.selected ul li .item .line-1 .price span:last-child {
  position: relative;
  margin-top: 8px;
  margin-left: 5px;
  font-size: 14px;
}
.selected ul li .item .line-1 .price span:last-child::after {
  position: absolute;
  top: -15px;
  left: 0;
  display: block;
  content: "";
  width: 23px;
  height: 13px;
  background: url(../images/suggest-sprite.png) no-repeat -65px -66px;
}
.selected ul li .item .line-2 {
  border-bottom: 1px dashed #e5e5e5;
  padding: 24px 0;
}
.selected ul li .item .line-2 div em {
  width: 30px;
  height: 30px;
}
.selected ul li .item .line-2 div em.icon-1 {
  background-position: -106px -39px;
}
.selected ul li .item .line-2 div em.icon-2 {
  background-position: -69px -39px;
}
.selected ul li .item .line-2 div p {
  font-size: 14px;
  padding-left: 10px;
}
.selected ul li .item .line-2 div p span:first-child {
  color: #f4222f;
}
.selected ul li .item .line-3 {
  padding-bottom: 25px;
}
.selected ul li .item .line-3 > p {
  font-size: 14px;
  padding-top: 24px;
  padding-bottom: 16px;
}
.selected ul li .item > p {
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
  font-size: 14px;
  color: red;
  border-top: 1px solid #e5e5e5;
}
.selected ul li:nth-child(1) > div em {
  background-position: 0 -281px;
}
.selected ul li:nth-child(1) > div .price span:first-child {
  background-position: 0 -288px !important;
}
.selected ul li:nth-child(2) > div em {
  background-position: 0 -166px;
}
.selected ul li:nth-child(2) > div .price span:first-child {
  background-position: 0 -96px !important;
}
.selected ul li:nth-child(3) > div em {
  background-position: 0 -224px;
}
.selected ul li:nth-child(3) > div .price span:first-child {
  background-position: 0 -128px !important;
}
.selected ul li:nth-child(4) > div em {
  background-position: 0 -224px;
}
.selected ul li:nth-child(4) > div .price span:first-child {
  background-position: 0 -128px;
}
.selected ul li:nth-child(5) > div em {
  background-position: 0 -224px;
}
.selected ul li:nth-child(5) > div .price span:first-child {
  background-position: 0 -128px;
}
.selected ul li:nth-child(6) > div em {
  background-position: 0 -224px;
}
.selected ul li:nth-child(6) > div .price span:first-child {
  background-position: 0 -128px;
}
.selected-table > ul > li em {
  display: block;
  width: 70px;
  height: 52px;
  line-height: 40px;
  top: -10px;
  right: 34px;
  font-size: 14px;
  background: url(../images/num-s.png) no-repeat;
}
.selected-table > ul > li:first-child a {
  background-color: #a8542b;
}
.selected-table > ul > li:first-child > div > div p {
  background-color: #a8542b;
  font-size: 12px;
  margin: 4px 0;
}
.selected-table > ul > li:not(:first-child) a {
  font-size: 14px;
  line-height: 36px;
}
.selected-table > ul > li:not(:first-child) > div > ul li a:hover {
  color: #ff0000 !important;
}
.selected-table > ul > li:not(:first-child) > div > a {
  width: 204px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  color: #ff0000;
  border: 1px solid #ff0000;
  margin-top: 30px;
}
.selected-table > ul > li:not(:first-child) > div > a:hover {
  background-image: linear-gradient(0deg, #ff512f, #f4202f);
  color: var(--bs-body-bg);
}
.selected-table .shop em {
  background-position: center top;
}
.selected-table .shop > li:nth-child(1) > div {
  background-color: #c19179;
}
.selected-table .enterprise > li:nth-child(1) > div {
  background-color: var(--bs-orange);
}
.selected-table .enterprise em {
  background-position: center -52px;
}
.selected-table .group > li:nth-child(1) > div {
  background-color: var(--bs-red);
}
.selected-table .group > li:nth-child(1) > div > div p,
.selected-table .group > li:first-child a {
  background-color: #8f0211;
  color: var(--bs-body-bg);
}
.selected-table .group em {
  background-position: center -104px;
}
.classic > ul > li:first-child div em {
  display: inline-block;
  width: 33px;
  height: 27px;
  vertical-align: middle;
  background: url(../images/num-s.png) no-repeat;
}
.classic > ul > li:first-child div > p:first-child {
  font-size: 18px;
}
.classic > ul > li:first-child div > p:first-child em {
  background-position: 0 -174px;
}
.classic > ul > li:first-child div > p:last-child {
  font-size: 12px;
  color: #ff0000;
}
.classic > ul > li:first-child div > p:last-child em {
  background-position: 0 -394px;
}
.classic > ul > li:last-child {
  background-color: #f6f7fa;
}
.classic > ul > li:last-child > p {
  font-size: 18px;
}
.classic > ul > li:last-child li {
  font-size: 14px;
  margin: 20px 0;
}
.classic > ul > li:last-child li a {
  background-color: #efefef;
  padding: 6px 28px;
  border-radius: 3px;
}
.classic > ul > li:last-child li a:hover {
  background-image: linear-gradient(0deg, #ff512f, #f4202f);
  color: var(--bs-body-bg) !important;
}
.classic > ul > li:last-child > a {
  width: 151px;
  height: 30px;
  line-height: 30px;
  background-image: linear-gradient(0deg, #ff512f, #f4202f);
  border-radius: 3px;
  font-size: 14px;
}
.classic > ul:nth-child(3) li:first-child div > p:first-child em {
  background-position: 0 -203px;
}
.classic > ul:nth-child(4) li:first-child div > p:first-child em {
  background-position: 0 -232px;
}
.classic > ul:nth-child(5) li:first-child div > p:first-child em {
  background-position: 0 -258px;
}
.classic > ul:nth-child(6) li:first-child div > p:first-child em {
  background-position: 0 -286px;
}
.classic > ul:nth-child(7) li:first-child div > p:first-child em {
  background-position: 0 -313px;
}
.classic > ul:nth-child(8) li:first-child div > p:first-child em {
  background-position: 0 -340px;
}
.classic > ul:nth-child(9) li:first-child div > p:first-child em {
  background-position: 0 -368px;
}
.increment ul li {
  padding: 0 6px;
}
.increment ul li .item {
  padding: 20px;
  border: 1px solid #e5e5e5;
  min-height: 284px;
  cursor: pointer;
}
.increment ul li .item:hover {
  box-shadow: 0 0 18px 0 #ff8690;
  border: 1px solid #ff8690;
  transition: all 0.3s;
}
.increment ul li .item:hover p:last-child {
  transition: all 0.3s;
  background-image: linear-gradient(0deg, #ff512f, #f4202f);
  color: var(--bs-body-bg);
}
/*.increment ul li .item em{
	width:36px;
	height:36px;
	background:url(../images/gn-icon.png) no-repeat;
	margin-right:15px;
}*/
/*.increment ul li:nth-child(2) .item em{
	background-position:-36px 0;
}
.increment ul li:nth-child(3) .item em{
	background-position:-72px 0;
}
.increment ul li:nth-child(4) .item em{
	background-position:-108px 0;
}*/
.increment ul li .item p:nth-child(1) {
  font-size: 18px;
}
.increment ul li .item p:nth-child(2) {
  font-size: 12px;
  line-height: 20px;
}
.increment ul li .item p:nth-child(3) {
  font-size: 18px;
}
.increment ul li .item p:nth-child(4) {
  font-size: 30px;
  color: #e60012;
}
.increment ul li .item p:nth-child(5) {
  width: 150px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #f5242f;
  color: #f5242f;
  border-radius: 19px;
}
/*.increment ul li:first-child .item em{
	background-position:0 0;
}*/
.process ul li > div {
  background-color: #f6f7fa;
  padding: 8px;
}
.process ul li > div em {
  width: 38px;
  height: 52px;
  background: url(../images/l-arrow.png) no-repeat;
  margin-right: 12px;
}
.process ul li > div div {
  flex: 1;
  font-size: 14px;
}
.process ul li > div div p:first-child {
  color: red;
}
.process ul li > div div p:last-child {
  line-height: 18px;
}
.process ul li:nth-child(1) > div em {
  background-position: left bottom;
}
.process ul li:nth-child(2) > div em {
  background-position: -40px bottom;
}
.process ul li:nth-child(3) > div em {
  background-position: -90px bottom;
}
.process ul li:nth-child(4) > div em {
  background-position: -139px bottom;
}
.index-news .list li a {
  border: 1px solid #ebebeb;
  font-size: 14px;
}
.index-news .list li a img {
  width: 100%;
  height: auto;
}
.index-news .list li a .details {
  padding: 20px;
}
.index-news .list li a .details .title {
  font-size: 15px;
}
.index-news .list li a .details .info {
  color: #333;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 10px;
}
.index-news .list li a .details .date {
  color: #878787;
  border-top: 1px dashed #878787;
  padding-top: 10px;
}
.index-news .list li a:hover {
  border-color: red;
}
.index-link ul li {
  line-height: 34px;
}
.ft-img {
  margin: 40px auto;
}
.commonly ul li .item {
  border: 1px solid #e5e5e5;
}
.commonly ul li .item > div {
  padding: 25px;
  color: #555;
}
.commonly ul li .item > div em {
  display: inline-block;
  background: url(../images/icon.png) no-repeat;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.commonly ul li .item > div p {
  line-height: 24px;
}
.commonly ul li .item > div p:nth-child(1) * {
  vertical-align: middle;
}
.commonly ul li .item > div p:nth-child(1) span {
  font-size: 18px;
}
.commonly ul li .item > div p:nth-child(2) {
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}
.commonly ul li .item > div p:nth-child(3) {
  font-size: 22px;
  padding-top: 16px;
}
.commonly ul li .item > div p:nth-child(4) {
  font-size: 34px;
  color: #ff6a00;
  line-height: normal;
}
.commonly ul li .item:hover {
  border-color: #e1291b;
  box-shadow: 0 3px 8px 0 rgba(225, 53, 27, 0.74);
  transition: all 0.3s;
}
.commonly ul li .item > p {
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(90deg, #e1531b, #e1251b);
}
.commonly ul li:nth-child(2) .item em {
  background-position: left -45px;
}
.commonly ul li:nth-child(3) .item em {
  background-position: left -91px;
}
.commonly ul li:nth-child(4) .item em {
  background-position: left -137px;
}
.commonly ul li:nth-child(5) .item em {
  background-position: left -183px;
}
.commonly ul li:nth-child(6) .item em {
  background-position: left -229px;
}
.more-commonly .content {
  border: 1px solid #e5e5e5;
  color: #555;
  overflow: hidden;
}
.more-commonly .content .left {
  padding: 20px;
  border-right: 1px solid #e5e5e5;
}
.more-commonly .content .left li {
  cursor: pointer;
}
.more-commonly .content .left li:hover p {
  color: #ff6a00;
}
.more-commonly .content .left li em {
  background: url(../images/icon.png) no-repeat;
}
.more-commonly .content .left li p:first-child {
  width: 50px;
  height: 50px;
}
.more-commonly .content .left li p:last-child {
  font-size: 14px;
}
.more-commonly .content .left li:nth-child(1) em {
  background-position: left -275px;
  width: 31px;
  height: 30px;
}
.more-commonly .content .left li:nth-child(2) em {
  background-position: left -315px;
  width: 42px;
  height: 16px;
}
.more-commonly .content .left li:nth-child(3) em {
  background-position: left -341px;
  width: 30px;
  height: 32px;
}
.more-commonly .content .left li:nth-child(4) em {
  background-position: left -384px;
  width: 30px;
  height: 30px;
}
.more-commonly .content .left li:nth-child(5) em {
  background-position: left -424px;
  width: 31px;
  height: 31px;
}
.more-commonly .content .left li:nth-child(6) em {
  background-position: left -465px;
  width: 21px;
  height: 23px;
}
.more-commonly .content .left li:nth-child(7) em {
  background-position: left -498px;
  width: 39px;
  height: 25px;
}
.more-commonly .content .left li:nth-child(8) em {
  background-position: left -533px;
  width: 29px;
  height: 29px;
}
.more-commonly .content .left li:nth-child(9) em {
  background-position: left -572px;
  width: 29px;
  height: 28px;
}
.more-commonly .content .left li:nth-child(10) em {
  background-position: left -610px;
  width: 30px;
  height: 30px;
}
.more-commonly .content .left li:nth-child(11) em {
  background-position: left -651px;
  width: 27px;
  height: 32px;
}
.more-commonly .content .left li:nth-child(12) em {
  background-position: left -693px;
  width: 22px;
  height: 32px;
}
.more-commonly .content .left li:nth-child(13) em {
  background-position: left -735px;
  width: 32px;
  height: 31px;
}
.more-commonly .content .left li:nth-child(14) em {
  background-position: left -777px;
  width: 30px;
  height: 28px;
}
.more-commonly .content .left li:nth-child(15) em {
  background-position: left -816px;
  width: 43px;
  height: 19px;
}
.more-commonly .content .left li:nth-child(16) em {
  background-position: left -845px;
  width: 34px;
  height: 25px;
}
.more-commonly .content .left li:nth-child(17) em {
  background-position: left -880px;
  width: 30px;
  height: 30px;
}
.more-commonly .content .left li:nth-child(18) em {
  background-position: left -920px;
  width: 26px;
  height: 31px;
}
.more-commonly .content .left li:nth-child(19) em {
  background-position: left -961px;
  width: 30px;
  height: 30px;
}
.more-commonly .content .left li:nth-child(20) em {
  background-position: left -1261px;
  width: 28px;
  height: 28px;
}
.more-commonly .content .left li:nth-child(21) em {
  background-position: left -1001px;
  width: 27px;
  height: 29px;
}
.more-commonly .content .left li:nth-child(22) em {
  background-position: left -1040px;
  width: 31px;
  height: 29px;
}
.more-commonly .content .left li:nth-child(23) em {
  background-position: left -1079px;
  width: 25px;
  height: 28px;
}
.more-commonly .content .left li:nth-child(24) em {
  background-position: left -1118px;
  width: 23px;
  height: 26px;
}
.more-commonly .content .left li:nth-child(25) em {
  background-position: left -1223px;
  width: 27px;
  height: 28px;
}
.more-commonly .content .right {
  flex-basis: 110%;
}
.more-commonly .content .right li {
  display: flex;
  height: 100%;
}
.more-commonly .content .right li > div {
  padding: 0 25px;
}
.more-commonly .content .right li > div .title {
  font-size: 18px;
  padding-top: 45px;
}
.more-commonly .content .right li > div .info {
  font-size: 14px;
  padding: 2px 0 15px 0;
  border-bottom: 1px dashed #dedede;
}
.more-commonly .content .right li > div .details {
  font-size: 14px;
  line-height: 22px;
  padding-top: 30px;
  text-align: justify;
}
.more-commonly .content .right li > p {
  height: 55px;
  line-height: 55px;
  background-image: linear-gradient(90deg, #e1531b, #e1251b);
  cursor: pointer;
}
.more-commonly .content .right li > p:hover {
  opacity: 0.8;
}
.more-commonly .content .right li:not(:first-child) {
  display: none;
}
.plan > ul {
  font-size: 14px;
  color: #555;
}
.plan > ul li > div {
  border: 1px solid #e5e5e5;
  padding: 25px;
  cursor: pointer;
}
.plan > ul li > div .title {
  color: #e1251b;
  font-size: 18px;
}
.plan > ul li > div .info {
  line-height: 24px;
  text-align: justify;
  padding: 20px 0;
}
.plan > ul li > div .practical {
  padding-bottom: 20px;
}
.plan > ul li > div .practical span:last-child {
  color: #e1251b;
}
.plan > ul li > div > ul em {
  background: url(../images/icon.png) no-repeat;
}
.plan > ul li > div > ul li p:first-child {
  padding-bottom: 10px;
}
.plan > ul > li:nth-child(1) > div > ul li:nth-child(1) em {
  background-position: left -610px;
  width: 30px;
  height: 30px;
}
.plan > ul > li:nth-child(1) > div > ul li:nth-child(2) em {
  background-position: left -693px;
  width: 22px;
  height: 32px;
}
.plan > ul > li:nth-child(1) > div > ul li:nth-child(3) em {
  background-position: left -735px;
  width: 32px;
  height: 31px;
}

.plan > ul > li:nth-child(1) > div > ul li:nth-child(4) em {
  background-position: left -845px;
  width: 34px;
  height: 25px;
}
.plan > ul > li:nth-child(2) > div > ul li:nth-child(1) em {
  background-position: left -1154px;
  width: 33px;
  height: 27px;
}
.plan > ul > li:nth-child(2) > div > ul li:nth-child(2) em {
  background-position: left -275px;
  width: 31px;
  height: 30px;
}
.plan > ul > li:nth-child(2) > div > ul li:nth-child(3) em {
  background-position: left -498px;
  width: 39px;
  height: 25px;
}
.plan > ul > li:nth-child(2) > div > ul li:nth-child(4) em {
  background-position: left -1191px;
  width: 31px;
  height: 22px;
}
.plan > ul > li:nth-child(3) > div > ul li:nth-child(1) em {
  background-position: left -880px;
  width: 30px;
  height: 30px;
}
.plan > ul > li:nth-child(3) > div > ul li:nth-child(2) em {
  background-position: left -920px;
  width: 26px;
  height: 31px;
}
.plan > ul > li:nth-child(3) > div > ul li:nth-child(3) em {
  background-position: left -961px;
  width: 30px;
  height: 30px;
}
.plan > ul > li:nth-child(3) > div > ul li:nth-child(4) em {
  background-position: left -1001px;
  width: 27px;
  height: 29px;
}
.plan > ul > li:nth-child(4) > div > ul li:nth-child(1) em {
  background-position: left -1223px;
  width: 27px;
  height: 28px;
}
.plan > ul > li:nth-child(4) > div > ul li:nth-child(2) em {
  background-position: left -1261px;
  width: 28px;
  height: 28px;
}
.plan > ul > li:nth-child(4) > div > ul li:nth-child(3) em {
  background-position: left -533px;
  width: 29px;
  height: 29px;
}
.plan > ul > li:nth-child(4) > div > ul li:nth-child(4) em {
  background-position: left -572px;
  width: 29px;
  height: 28px;
}
.plan > ul li > div:hover {
  border-color: #e1291b;
  box-shadow: 0 3px 8px 0 rgba(225, 53, 27, 0.74);
}
.cases .list li a {
  border: 1px solid #ebebeb;
  font-size: 14px;
}
.cases .list li a img {
  width: 100%;
  height: auto;
}
.cases .list li a .details {
  padding: 20px;
}
.cases .list li a .details .title {
  font-size: 15px;
  padding-bottom: 30px;
}
.cases .list li a .details .info {
  color: #333;
  line-height: 22px;
  text-align: justify;
  padding-bottom: 10px;
}
.cases .list li a .details .date {
  color: #878787;
  border-top: 1px dashed #878787;
  padding-top: 10px;
}
.cases .list li a:hover {
  border-color: red;
}
.about > div > p {
  font-size: 20px;
  color: red;
  padding-bottom: 20px;
}
.about > div > div* {
  line-height: 25px;
  font-size: 14px;
}
.news .list li a {
  border: 1px solid #ebebeb;
  font-size: 14px;
}
.news .list li a img {
  width: 100%;
  height: auto;
}
.news .list li a .details {
  padding: 20px;
}
.news .list li a .details .title {
  font-size: 15px;
}
.news .list li a .details .info {
  color: #333;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 10px;
}
.news .list li a .details .date {
  color: #878787;
  border-top: 1px dashed #878787;
  padding-top: 10px;
}
.news .list li a:hover {
  border-color: red;
}
.cooperation {
  border: 1px solid #ebebeb;
  font-size: 14px;
  margin: 0;
}
.cooperation li p:last-child {
  color: red;
}
.contact ul li {
  padding: 0;
}
.contact ul li > div {
  border: 1px solid #e5e5e5;
  padding: 40px 30px;
  font-size: 14px;
}
.contact ul li > div em {
  width: 18px;
  height: 18px;
  background: url(../images/l-arrow.png) no-repeat;
}
.contact ul li > div .position {
  background-position: -198px -118px;
}
.contact ul li > div .tel {
  background-position: -222px -119px;
}
.contact ul li > div .phone {
  background-position: -250px -119px;
}
.contact ul li > div p:first-child {
  font-size: 24px;
  color: red;
  padding-bottom: 30px;
}
.contact ul li > div p:last-child {
  display: none;
  font-size: 80px;
  color: #ff8181;
  opacity: 0.1;
}
.contact ul li > div:hover {
  border-color: #e60012;
  box-shadow: 0 0 18px 0 rgba(255, 134, 144, 0.75);
  transition: all 0.3s;
}
.contact ul li > div:hover p:last-child {
  right: 20px !important;
}
.hot-banner {
  overflow: hidden;
  height: 570px;
}
.hot-banner img {
  transform: translateX(-50%);
}
.tel-num {
  background-color: #ffd394;
  background-image: linear-gradient(#fde0b4, #ffc27d);
}
.tel-num .item {
  font-size: 18px;
}
.tel-num .item > li > div {
  width: 325px;
  box-shadow: 0 0 8px 0 rgba(217, 46, 51, 0.4);
  border-radius: 4px;
  padding-bottom: 20px;
}
.tel-num .item > li > div .title {
  height: 52px;
  line-height: 52px;
  padding-left: 26px;
}
.tel-num .item > li ul {
  line-height: 35px;
  padding-top: 10px;
}
.tel-num .item > li ul a {
  color: #333;
}
.tel-num .item > li ul li {
  flex-basis: 50%;
}
.tel-num .item > li ul li.text-decoration-line-through {
  color: #9e9e9e;
}
.tel-num .item > li ul li:hover a {
  color: red;
}
.tel-num .item > li .more {
  background-color: #fb3241;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  margin: 9px 16px 0;
}
.tel-num .item > li:nth-child(1) .title {
  background-image: url(../images/n-tp1.jpg);
}
.tel-num .item > li:nth-child(2) .title {
  background-image: url(../images/n-tp2.jpg);
}
.tel-num .item > li:nth-child(3) .title {
  background-image: url(../images/n-tp3.jpg);
}
.set-meal .content {
  background-image: linear-gradient(142deg, #ef0839 0, #fb6551 100%);
  padding: 35px;
}
.set-meal .content .left {
  flex: 1;
}
.set-meal .content .left .title {
  border-bottom: 1px solid #fdaa9f;
  padding-bottom: 16px;
}
.set-meal .content .left .title span {
  font-size: 22px;
}
.set-meal .content .left .title a {
  color: var(--bs-body-bg);
  font-size: 16px;
}
.set-meal .content .left .icon {
  padding-top: 15px;
}
.set-meal .content .left .icon li em {
  background: url(../images/icon.png) no-repeat;
}
.set-meal .content .left .icon li div {
  font-size: 14px;
  padding-left: 12px;
}
.set-meal .content .left .icon li:nth-child(1) em {
  width: 33px;
  height: 41px;
  background-position: left -1338px;
}
.set-meal .content .left .icon li:nth-child(2) em {
  width: 37px;
  height: 39px;
  background-position: left -1389px;
}
.set-meal .content .left .icon li:nth-child(3) em {
  width: 37px;
  height: 40px;
  background-position: left -1439px;
}
.set-meal .content .left .icon li:nth-child(4) em {
  width: 45px;
  height: 45px;
  background-position: left -1480px;
}
.set-meal .content .left .nums li a {
  height: 44px;
  line-height: 44px;
  font-size: 20px;
  background-color: #fbdaa9;
  cursor: pointer;
  color: #640118;
}
.set-meal .content .left .nums li:hover {
  opacity: 0.9;
}
.set-meal .content .right p:nth-child(2) {
  color: #ef0839;
}
.set-meal .content .right p:nth-child(2) span {
  font-size: 70px;
}
.set-meal .content .right p:last-child {
  background-color: #ef0839;
  cursor: pointer;
  border-radius: 25px;
  width: 206px;
  height: 50px;
  line-height: 50px;
}
.set-meal .content .right p:last-child:hover {
  opacity: 0.9;
}
.hot-meal ul li .item em {
  background: url(../images/num-s.png) no-repeat;
  color: var(--bs-body-bg);
  line-height: 40px;
  text-shadow: 0px 1px 0px rgba(154, 65, 30, 0.9);
  font-size: 14px;
}
.hot-meal ul li .item .icon-1,
.hot-meal ul li .item .icon-2 {
  background: url(../images/index.png) no-repeat;
}
.hot-meal ul li:nth-child(1) > div em,
.hot-meal ul li:nth-child(2) > div em {
  background-position: center top;
}
.hot-meal ul li:nth-child(3) > div em,
.hot-meal ul li:nth-child(4) > div em {
  background-position: center -52px;
}
.hot-meal ul li:nth-child(5) > div em,
.hot-meal ul li:nth-child(6) > div em {
  background-position: center -104px;
}
/*.selected ul li:nth-child(1)>div .price span:first-child{
	width:56px !important;
	background-position:0 0 !important;
}*/
/*.selected ul li:nth-child(2)>div .price span:first-child{
	background-position:0 -288px !important;
}*/
/*.selected ul li:nth-child(3)>div .price span:first-child{
	background-position:0 -320px !important;
}*/
.selected ul li:nth-child(4) > div .price span:first-child {
  background-position: 0 -96px !important;
}
.selected ul li:nth-child(5) > div .price span:first-child {
  background-position: 0 -128px !important;
}
.selected ul li:nth-child(6) > div .price span:first-child {
  width: 101px !important;
  background-position: 0 -160px !important;
}
.guide .info {
  font-size: 14px;
}
.guide .info span {
  color: #ff000f;
}
.guide .first {
  font-size: 14px;
}
.guide .first li div {
  flex: 1;
  padding-left: 4px;
}
.guide .sec {
  font-size: 14px;
}
.guide .sec li > div {
  border: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.2s linear;
}
.guide .sec li > div em {
  width: 77px;
  height: 34px;
}
.guide .sec li > div p {
  line-height: 24px;
}
.guide .sec li > div p .text {
  color: #ff000f;
}
.guide .sec li > div .claim {
  color: #ff000f;
  border: 1px solid #ff000f;
  width: 146px;
  height: 26px;
  border-radius: 28px;
}
.guide .sec li > div .claim:hover {
  background-color: #ff000f;
  color: var(--bs-body-bg);
}
.guide .sec li > div:hover {
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -5px, 0);
}
.guide .sec li:nth-child(1) > div > em {
  background: url(../images/opt1.png) no-repeat center center;
}
.guide .sec li:nth-child(2) > div > em {
  background: url(../images/opt2.png) no-repeat center center;
}
.guide .sec li:nth-child(3) > div > em {
  background: url(../images/opt3.png) no-repeat center center;
}
.guide table {
  font-size: 14px;
  width: 100%;
}
.guide table tr td,
.guide table tr th {
  border: 1px solid #e5e5e5;
}
.guide table tr:first-child {
  background-color: #ea0000;
}
.guide table tr .hover p {
  cursor: pointer;
}
.guide table tr p {
  line-height: 30px;
  position: relative;
}
.guide table tr p.hot::after {
  position: absolute;
  right: -14px;
  top: 8px;
  background: url(../images/hot1.png);
  content: "";
  width: 28px;
  height: 12px;
}
.guide table tr p.num:hover::after {
  position: absolute;
  top: 1px;
  left: -12px;
  background: url(../images/goodbg.png);
  content: "预占号码";
  width: 151px;
  height: 27px;
  color: var(--bs-body-bg);
}
.code-value ul li > div {
  border: 1px solid #e5e5e5;
  min-height: 206px;
  font-size: 14px;
}
.code-value ul li > div p:nth-child(2) {
  font-size: 18px;
}
.rush {
  height: 174px;
  overflow: hidden;
}
.rush img {
  transform: translateX(-50%);
}
.rush > div {
  transform: translate(-50%, -50%);
}
.rush > div span {
  color: #ff0;
}
.rush > div a {
  border-radius: 20px;
  border: 1px solid #fff;
  width: 198px;
  height: 38px;
  line-height: 38px;
}
.rush > div a:hover {
  background-color: var(--bs-body-bg);
  color: #d03d7c !important;
}
.question ul li > div {
  border: 1px solid #e4e4e4;
}
.question ul li > div p:last-child {
  font-size: 14px;
  color: #666;
}
.recommend .content {
  display: flex;
  border: 1px solid #e4e4e4;
}
.recommend .content .left {
  font-size: 14px;
  color: #666;
  border-right: 1px solid #e4e4e4;
}
.recommend .content .left .price span:first-child {
  font-size: 50px;
  color: #e1251b;
}
.recommend .content .left .price span:last-child {
  font-size: 16px;
}
.recommend .content .left .year::after,
.recommend .content .left .year::before {
  width: 76px;
  display: inline-block;
  border-top: 1px solid #999;
  content: "";
  padding-bottom: 3px;
}
.recommend .content .left .year::after {
  margin-left: 10px;
}
.recommend .content .left .year::before {
  margin-right: 10px;
}
.recommend .content .left .everyday {
  background-color: #e1251b;
  font-size: 24px;
  width: 215px;
  height: 56px;
  line-height: 56px;
}
.recommend .content .right {
  flex: 1;
  font-size: 14px;
  color: #666;
}
.recommend .content .right .title {
  font-size: 22px;
}
.recommend .content .right .top p {
  line-height: 24x;
}
.recommend .content .right .bottom > div {
  border-bottom: 1px solid #e4e4e4;
}
.recommend .content .right .bottom a:hover {
  color: #e1251b;
}
.recommend .content .right .bottom ul li {
  cursor: pointer;
  line-height: 30px;
}
.recommend .content .right .bottom ul li a {
  color: #666;
}
.recommend .set-meal .item {
  border: 1px solid #e4e4e4;
  padding: 20px;
}
.recommend .set-meal .item > img {
  top: -23px;
  right: 30px;
}
.recommend .set-meal .item .name {
  font-size: 20px;
  color: #e1251b;
}
.recommend .set-meal .item > div {
  border: 1px solid #e1251b;
}
.recommend .set-meal .item > div .title {
  top: -30px;
  left: 0;
  right: 0;
  width: 240px;
  height: 60px;
  line-height: 60px;
  background-color: #e1251b;
}
.recommend .set-meal .item > div .title span:first-child {
  font-size: 28px;
}
.recommend .set-meal .item > div .title span:last-child {
  font-size: 14px;
}
.recommend .set-meal .item > div .top > p {
  font-size: 15px;
}
.recommend .set-meal .item > div .top ul {
  color: #666;
  font-size: 14px;
}
.recommend .set-meal .item > div .top ul li {
  line-height: 28px;
}
.recommend .set-meal .item > div .bottom > p {
  font-size: 18px;
  color: #e1251b;
}
.recommend .set-meal .item > div .bottom ul {
  color: #666;
  font-size: 16px;
}
.recommend .set-meal .item > div .bottom ul a {
  color: #666;
}
.recommend .set-meal .item > div .more {
  bottom: -20px;
  left: 0;
  right: 0;
  width: 150px;
  height: 42px;
  line-height: 42px;
  background-color: #e1251b;
  cursor: pointer;
}
.recommend .set-meal .item > div .more:hover {
  background-color: var(--bs-body-bg);
  color: #e1251b !important;
  border: 1px solid #e1251b;
}
.increment-serve .content .left li {
  border: 1px solid #e4e4e4;
  height: 85px;
  line-height: 85px;
  font-size: 18px;
  border-right: none;
}
.increment-serve .content .left li:last-child a {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background-color: #e1251b;
}
.increment-serve .content .left li.active {
  border-color: #e1251b;
  color: #e1251b;
  font-weight: 700;
}
.increment-serve .content .left li.active ~ li {
  border-right: 1px solid #e1251b !important;
}
.increment-serve .content .left li:nth-child(2) {
  border-top: none;
  border-bottom: none;
}
.increment-serve .content .right {
  flex: 1;
}
.increment-serve .content .right .active {
  border: 1px solid #e1251b;
}
.increment-serve .content .right > li {
  height: 100%;
  padding-top: 12px;
}
.increment-serve .content .right .frist li > div > p {
  font-size: 18px;
}
.increment-serve .content .right .frist li > div div {
  font-size: 14px;
  color: #666;
}
.increment-serve .content .right .sec {
  display: none;
  font-size: 14px;
  border: 1px solid #e1251b;
}
.increment-serve .content .right .sec li div {
  height: 60px;
}
.more-recommend > ul > li {
  margin-bottom: 70px;
}
.more-recommend > ul > li .item {
  border: 1px solid #e1251b;
}
.more-recommend > ul > li .item .price {
  width: 211px;
  height: 60px;
  line-height: 60px;
  background-color: #e1251b;
  top: -30px;
}
.more-recommend > ul > li .item .price span:first-child {
  font-size: 44px;
}
.more-recommend > ul > li .item .top {
  padding-top: 40px;
}
.more-recommend > ul > li .item .top .title {
  font-size: 18px;
}
.more-recommend > ul > li .item .top .service p {
  font-size: 18px;
  color: #e1251b;
  background-color: #fffadb;
}
.more-recommend > ul > li .item .line {
  border-top: 1px dashed #c4c4c4;
}
.more-recommend > ul > li .item .bottom > p {
  font-size: 18px;
  color: #e1251b;
}
.more-recommend > ul > li .item .bottom ul {
  color: #666;
}
.more-recommend > ul > li .item .bottom ul li {
  line-height: 36px;
}
.more-recommend > ul > li .item .bottom ul li a {
  color: #666;
}
.more-recommend > ul > li .item .handle {
  background-color: #e1251b;
  width: 226px;
  height: 42px;
  line-height: 42px;
  color: var(--bs-body-bg);
  bottom: -18px;
}
.more-recommend > ul > li .item .handle:hover {
  background-color: var(--bs-body-bg);
  color: #e1251b;
  border: 1px solid #e1251b;
}
.about-one > div img {
  max-width: 100%;
  height: auto;
}
.about-one ul li:first-child > div {
  max-width: 480px;
  min-height: 180px;
}
.about-one ul li:first-child img {
  width: 100px;
}
.about-one ul li:first-child img:nth-child(2) {
  top: 55px;
  left: 55px;
}
.about-one ul li:first-child img:nth-child(3) {
  left: 110px;
}
.about-one ul li:first-child img:nth-child(4) {
  left: 175px;
  top: 45px;
}
.about-one ul li:first-child img:nth-child(5) {
  left: 240px;
}
.about-one ul li:first-child img:nth-child(6) {
  left: 305px;
  top: 45px;
}
.about-one ul li:first-child img:nth-child(7) {
  left: 370px;
}
.about-one ul li:last-child span {
  color: #666;
  font-size: 14px;
}
.description > p {
  font-size: 14px;
}
.description .content {
  line-height: 32px;
}
.description .content img {
  max-width: 100%;
  height: auto;
}
.selected-one ul {
  display: flex;
  align-items:  center;
  justify-content: space-between;
  font-size: 20px;
}
.selected-one ul li {
	width: 100%;
}
.selected-one ul li.active {
	background-color: #d92763;
}
.selected-one ul li.active a {
	color: white;
}
.selected-one ul li a {
	display: block;
  color: #666;
  border: 1px solid #d92763;
}
.selected-one > div div {
  flex: 1;
  color: #666;
}
.selected-one > div a {
  background-color: #d92763;
  border-radius: 20px;
  width: 200px;
  height: 30px;
  line-height: 30px;
}
.selected-one > div a:hover {
  background-color: #a51c4a;
}
.price-one li p {
  color: #d92763;
  font-size: 18px;
}
.price-one tr th {
  background-color: #d92763;
}
.price-one tr td {
  color: #666;
}
.price-one tr td.text {
  color: #d92763;
}
.price-one tr td,
.price-one tr th {
  border: 1px solid #d92763;
}
.conduct ul li {
  min-height: 190px;
}
.conduct ul li > div {
  width: 250px;
}
.conduct ul li .title {
  font-size: 18px;
  color: #d92763;
}
.conduct ul li .info {
  display: none;
  font-size: 14px;
}
.conduct ul li i {
  width: 250px;
  height: 105px;
  background: url(../images/one_b.png) center no-repeat;
}
.conduct ul li:nth-child(1) i {
  background-position: 80px 6px;
}
.conduct ul li:nth-child(2) i {
  background-position: -168px 6px;
}
.conduct ul li:nth-child(3) i {
  background-position: -425px 6px;
}
.conduct ul li:nth-child(4) i {
  background-position: -672px 6px;
}
.conduct ul li:hover i {
  width: 250px;
  height: 105px;
  background: url(../images/one_b_j.png) center no-repeat;
}
.conduct ul li:hover .info {
  display: block;
}
.conduct ul li:nth-child(1):hover i {
  background-position: 70px 0;
}
.conduct ul li:nth-child(2):hover i {
  background-position: -178px 0;
}
.conduct ul li:nth-child(3):hover i {
  background-position: -435px 0;
}
.conduct ul li:nth-child(4):hover i {
  background-position: -682px 0;
}
.enterprise ul li p {
  color: #d92763;
}
.qualifications ul li > img {
  width: 100%;
  height: auto;
}
.qualifications ul li p:first-child {
  color: #d92763;
}
.qualifications ul li p:not(:first-child) {
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.qualifications ul li div img {
  bottom: 10px;
  right: 65px;
  opacity: 0;
  transition: all 0.35s ease 0s;
}
.qualifications ul li:hover {
  box-shadow: 2px 2px 10px 0 #d7d7d7;
}
.qualifications ul li:hover p:first-child::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 8px;
  width: 4px;
  height: 30px;
  background-color: #d92763;
  display: inline-block;
}
.qualifications ul li:hover div img {
  transform: translate(20px, 0);
  opacity: 1;
}
.details .left {
  border: solid 1px #ffb024;
  height: 514px;
}
.details .left .user > img {
  width: 80px;
  height: 80px;
}
.details .left .user > div p:first-child {
  color: #666;
}
.details .left .user > div p:first-child span:last-child {
  font-size: 14px;
}
.details .left .user > div p:last-child {
  color: #999;
  font-size: 14px;
}
.details .left .relation .num {
  width: 206px;
  border: 1px solid #50c14b;
  border-radius: 5px;
}
.details .left .relation .qrcode {
  font-size: 14px;
}
.details .right {
  flex: 1;
}
.details .right .top {
  font-size: 14px;
  background-color: #fef7dc;
  color: #e04444;
  line-height: 180%;
}
.details .right ul li span:first-child {
  color: #666;
}
.details .right ul li:first-child {
  color: #1276cc;
}
.details .right ul li:last-child {
  border-bottom: 1px dotted red;
}
.details .right ul li:last-child a {
  width: 230px;
  height: 50px;
  line-height: 50px;
}
.details .right ul + p {
  background-color: #fdf5e2;
}
.details .right ul.form span {
  width: 86px;
}
.details .right ul.form input {
  width: 50%;
  height: 36px;
  line-height: 36px;
}
.details .right ul.form textarea {
  width: 50%;
  min-height: 100px;
}
.details .right ul.form li:last-child {
  border: none;
}
.details .right .content div {
  font-size: 14px;
  flex: 1;
}
.modal .modal-body div:last-child {
  line-height: 30px;
}
.what-tel p:first-child {
  color: #e1251b;
  font-size: 24px;
}
.what-tel p:last-child {
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.what-advantage > p {
  color: #e1251b;
  font-size: 24px;
}
.what-advantage ul li div {
  width: 220px;
  height: 429px;
  background: url(../images/dt_1.png) no-repeat;
  line-height: 1;
}
.what-advantage ul li div p:first-child {
  font-size: 40px;
  padding-top: 80px;
}
.what-advantage ul li div p:nth-child(2) {
  font-size: 14px;
}
.what-advantage ul li div p:last-child {
  font-size: 12px;
  text-align: justify;
  line-height: 20px;
  padding: 0 46px;
}
.immediately {
  background-color: #3a3a3a;
  line-height: 30px;
}
.immediately div:nth-child(1) {
  color: #e1251b;
}
.immediately div:nth-child(3) p {
  color: #ff7353;
}
.immediately > a {
  background-color: #e1251b;
}
.what-fn > p {
  color: #e1251b;
  font-size: 24px;
}
.what-fn ul {
  border: 1px solid #e1251b;
}
.what-fn ul em {
  background: url(../images/icon1.png) no-repeat;
}
.what-fn ul li p:first-child {
  height: 60px;
}
.what-fn ul li:nth-child(1) em {
  width: 44px;
  height: 44px;
  background-position: left -652px;
}
.what-fn ul li:nth-child(2) em {
  width: 37px;
  height: 25px;
  background-position: left -706px;
}
.what-fn ul li:nth-child(3) em {
  width: 36px;
  height: 35px;
  background-position: left top;
}
.what-fn ul li:nth-child(4) em {
  width: 33px;
  height: 35px;
  background-position: left -46px;
}
.what-fn ul li:nth-child(5) em {
  width: 37px;
  height: 39px;
  background-position: left -91px;
}
.what-fn ul li:nth-child(6) em {
  width: 32px;
  height: 32px;
  background-position: left -140px;
}
.what-fn ul li:nth-child(7) em {
  width: 37px;
  height: 35px;
  background-position: left -183px;
}
.what-fn ul li:nth-child(8) em {
  width: 35px;
  height: 37px;
  background-position: left -228px;
}
.what-fn ul li:nth-child(9) em {
  width: 41px;
  height: 37px;
  background-position: left -276px;
}
.what-fn ul li:nth-child(10) em {
  width: 40px;
  height: 37px;
  background-position: left -741px;
}
.what-fn ul li:nth-child(11) em {
  width: 44px;
  height: 37px;
  background-position: left -784px;
}
.what-fn ul li:nth-child(12) em {
  width: 33px;
  height: 28px;
  background-position: left -323px;
}
.what-fn ul li:nth-child(13) em {
  width: 26px;
  height: 39px;
  background-position: left -362px;
}
.what-fn ul li:nth-child(14) em {
  width: 38px;
  height: 38px;
  background-position: left -411px;
}
.what-fn ul li:nth-child(15) em {
  width: 34px;
  height: 35px;
  background-position: left -459px;
}
.what-fn ul li:nth-child(16) em {
  width: 30px;
  height: 39px;
  background-position: left -505px;
}
.what-fn ul li:nth-child(17) em {
  width: 24px;
  height: 38px;
  background-position: left -555px;
}
.what-fn ul li:nth-child(18) em {
  width: 33px;
  height: 39px;
  background-position: left -603px;
}
.what-selected-us > p {
  color: #e1251b;
  font-size: 24px;
}
.what-selected-us ul li p {
  font-size: 14px;
  line-height: 24px;
}
.what-hot > p {
  color: #e1251b;
  font-size: 24px;
}
.what-hot > ul > li {
  margin-bottom: 70px;
}
.what-hot > ul > li .item {
  border: 1px solid #e1251b;
}
.what-hot > ul > li .item .price {
  width: 211px;
  height: 60px;
  line-height: 60px;
  background-color: #e1251b;
  top: -30px;
}
.what-hot > ul > li .item .price span:first-child {
  font-size: 44px;
}
.what-hot > ul > li .item .top {
  padding-top: 40px;
}
.what-hot > ul > li .item .top .title {
  font-size: 18px;
}
.what-hot > ul > li .item .top .service p {
  font-size: 18px;
  color: #e1251b;
  background-color: #fffadb;
}
.what-hot > ul > li .item .describe {
  text-align: justify;
}
.what-hot > ul > li .item .line {
  border-top: 1px dashed #c4c4c4;
}
.what-hot > ul > li .item .bottom > p {
  font-size: 18px;
  color: #e1251b;
}
.what-hot > ul > li .item > ul {
  list-style: disc;
}
.what-hot > ul > li .item .bottom ul {
  color: #666;
}
.what-hot > ul > li .item .bottom ul li {
  line-height: 36px;
}
.what-hot > ul > li .item .bottom ul li a {
  color: #666;
}
.what-hot > ul > li .item .handle {
  background-color: #e1251b;
  width: 226px;
  height: 42px;
  line-height: 42px;
  color: var(--bs-body-bg);
  bottom: -18px;
}
.what-hot > ul > li .item .handle:hover {
  background-color: var(--bs-body-bg);
  color: #e1251b;
  border: 1px solid #e1251b;
}
.what-flow {
  min-height: 400px;
}
.what-flow > p {
  color: #e1251b;
  font-size: 24px;
}
.what-flow > div {
  width: 980px;
  height: 47px;
  background: url(../images/ty-bg.png) no-repeat;
}
.what-flow > div > ul li {
  width: 300px;
  background-color: #fffadb;
  bottom: -158px;
}
.what-flow > div > ul li:nth-child(2) {
  left: 336px;
}
.what-flow > div > ul li:nth-child(3) {
  left: 680px;
}
.what-flow > div > ul li a {
  color: #e1251b;
}
.what-flow > div > ul li p:nth-child(2) {
  font-size: 14px;
}
.what-flow > div > ul li a:hover {
  color: #ec5a46;
}
.what-strategy > p {
  color: #e1251b;
  font-size: 24px;
}
.what-strategy > span {
  font-size: 14px;
}
.what-strategy ul li > div {
  min-height: 380px;
}
.what-strategy ul li > div .info {
  font-size: 14px;
}
.what-strategy ul li > a {
  width: 220px;
  height: 40px;
  line-height: 40px;
  background-color: #e1251b;
  transform: translateX(-50%);
  bottom: -20px;
}
.what-strategy ul li > a:hover {
  background-color: #eead08;
}
.what-strategy2 > p {
  color: #e1251b;
  font-size: 24px;
}
.what-strategy2 > span {
  font-size: 14px;
}
.what-strategy2 > ul > li > div > p {
  color: #e1251b;
}
.what-strategy2 > ul > li > div > div {
  background-color: #efefef;
}
.what-strategy2 > ul > li > div > div .info {
  font-size: 14px;
  text-align: justify;
}
.what-strategy2 > ul > li > div > div .line {
  border-bottom: 1px dashed #c4c4c4;
}
.what-strategy2 > ul > li > div > div ul li {
  line-height: 28px;
}
.what-strategy2 > ul > li > div > div > a {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background-color: #e1251b;
  transform: translateX(-50%);
  bottom: -20px;
}
.what-strategy2 > ul > li > div > div > a:hover {
  background-color: #eead08;
}
.what-strategy3 > p {
  color: #e1251b;
  font-size: 24px;
}
.what-strategy3 > span {
  font-size: 14px;
}
.what-strategy4 > p {
  color: #e1251b;
  font-size: 24px;
}
.what-strategy4 > span {
  font-size: 14px;
}
.what-strategy4 ul li > div > p:nth-child(1) span:first-child {
  color: #e1251b;
}
.what-strategy4 ul li > div > p:nth-child(2) {
  font-size: 14px;
}
.what-strategy4 ul li > div > p:nth-child(2):before,
.what-strategy4 ul li > div > p:nth-child(2):after {
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #e4e4e4;
  vertical-align: middle;
  content: "";
}
.what-strategy4 ul li > div > p:nth-child(2):before {
  margin-right: 10px;
}
.what-strategy4 ul li > div > p:nth-child(2):after {
  margin-left: 10px;
}
.what-strategy4 ul li > div > p:nth-child(3) {
  background-color: #e1251b;
}
.what-strategy4 ul li > div > p:nth-child(4),
.what-strategy4 ul li > div > p:nth-child(5) {
  font-size: 14px;
  line-height: 24px;
}
.what-strategy5 > p {
  color: #e1251b;
  font-size: 24px;
}
.what-strategy5 > span {
  font-size: 14px;
}
.what-strategy5 > ul li .info {
  font-size: 14px;
}
.what-apply > p {
  color: #e1251b;
  font-size: 24px;
}
.what-apply > span {
  font-size: 14px;
}
.what-apply > div {
  width: 980px;
  height: 47px;
  background: url(../images/ty-bg1.png) no-repeat;
}
.what-apply {
  min-height: 220px;
}
.what-apply > div ul li {
  width: 220px;
  height: 60px;
  line-height: 60px;
  background-color: #efefef;
  font-size: 18px;
  bottom: -70px;
}
.what-apply > div ul li:nth-child(2) {
  left: 248px;
}
.what-apply > div ul li:nth-child(3) {
  left: 506px;
}
.what-apply > div ul li:nth-child(4) {
  right: 0;
}
.what-step > div > p {
  color: #e1251b;
  font-size: 24px;
}
.what-step > div > span {
  font-size: 14px;
}
.what-step .first > div > p {
  width: 210px;
  height: 50px;
  line-height: 50px;
  background-color: #e1251b;
  top: -26px;
  font-size: 18px;
}
.what-step .first > div > span {
  font-size: 18px;
}
.what-step .first > div ul {
  list-style: disc;
  padding-left: 60px;
}
.what-step .first > div ul li {
  font-size: 14px;
  line-height: 28px;
}
.what-step .third ul li p {
  font-size: 14px;
}
.what-step .fourth ul li > div {
  background-color: #efefef;
  min-height: 176px;
}
.what-step .fourth ul li > div span {
  font-size: 14px;
}
.what-today > p {
  color: #e1251b;
  font-size: 24px;
}
.what-today ul li > div {
  background-color: #efefef;
}
.what-today ul li > div {
  font-size: 18px;
}
.what-today ul li > div a {
  background-color: #e1251b;
}
.what-today ul li > div a:hover {
  background-color: #eead08;
}
.what-cases > p {
  color: #e1251b;
  font-size: 24px;
}
.what-serve > p {
  color: #e1251b;
  font-size: 24px;
}
.what-serve .content .left li {
  border: 1px solid #e4e4e4;
  height: 85px;
  line-height: 85px;
  font-size: 18px;
  border-right: none;
}
.what-serve .content .left li.active {
  border-color: #e1251b;
  color: #e1251b;
  font-weight: 700;
}
.what-serve .content .left li:last-child a {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background-color: #e1251b;
}
.what-serve .content .left li.active ~ li {
  border-right: 1px solid #e1251b !important;
}
.what-serve .content .left li:nth-child(2) {
  border-top: none;
  border-bottom: none;
}
.what-serve .content .right {
  flex: 1;
}
.what-serve .content .right .active {
  border: 1px solid #e1251b;
}
.what-serve .content .right > li {
  height: 100%;
  padding-top: 12px;
}
.what-serve .content .right .frist li > div > p {
  font-size: 18px;
}
.what-serve .content .right .frist li > div div p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.what-serve .content .right .sec {
  display: none;
  font-size: 14px;
  border: 1px solid #e1251b;
}
.what-serve .content .right .sec li div {
  height: 60px;
}
.left-problem {
  top: 10%;
  left: 1%;
  z-index: 1;
  width: 184px;
}
.left-problem ul {
  height: 394px;
  padding-top: 120px;
  background: url(../images/wt_tt.png) no-repeat;
}
.left-problem ul li a {
  width: 72%;
  font-size: 12px;
  color: #f8384b;
  background-color: var(--bs-body-bg);
  border: 3px solid #ff8b99;
  border-radius: 14px;
  height: 24px;
  line-height: 20px;
}
.left-problem ul li a:hover {
  background-color: #fff197;
  color: var(--bs-body-color);
}
.left-problem ul li:last-child a {
  width: 35%;
}
.left-problem > div {
  display: none;
}
.left-problem > div a {
  color: #f8384b;
}
.ft-msg {
  display: none;
  z-index: 1;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(0deg, #ff4b1b, #ff291b);
}
.ft-msg > p {
  margin-top: -50px;
}
.ft-msg form i {
  left: 10px;
  top: 5px;
  width: 24px;
  height: 24px;
  background-size: contain !important;
}
.ft-msg form input {
  width: 100%;
  height: 34px;
  padding-left: 45px;
  border-radius: 4px;
}
.ft-msg form div:nth-child(1) {
  width: 135px;
}
.ft-msg form div:nth-child(1) i {
  background: url(../images/xingming.png) no-repeat;
}
.ft-msg form div:nth-child(2) {
  width: 185px;
}
.ft-msg form div:nth-child(2) i {
  background: url(../images/shouji-2.png) no-repeat;
}
.ft-msg form div:nth-child(3) {
  width: 100px;
}
.ft-msg form div:nth-child(3) i {
  background: url(../images/yanzhengma.png) no-repeat;
}
.ft-msg form button {
  width: 110px;
  height: 34px;
  line-height: 34px;
  background-color: #ffdf78;
  box-shadow: 0 2px 4px 0 rgba(150, 21, 15, 0.53);
  border-radius: 4px;
  color: var(--bs-red);
}
footer {
  background-color: #313131;
  font-size: 12px;
  padding: 38px 0;
  margin-bottom: 80px;
}
footer .proposal {
  top: -38px;
  width: 120px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f4222f;
  background-image: linear-gradient(0deg, #ff512f, #f4202f);
}
footer .left .link span {
  margin: 0 5px;
}
footer .left .text {
  margin: 20px 0;
}
footer .right p span:first-child {
  color: #aaa;
}
footer .right p span:last-child {
  font-size: 28px;
}
@media (min-width: 992px) {
  .ft-msg {
    display: flex;
  }
}
@media (min-width: 980px) {
  .w980 {
    max-width: 980px;
    margin: auto;
    padding: 0 10px;
  }
  .navbar ul li:nth-child(6)::after {
    width: 23px;
    height: 13px;
    content: "";
    position: absolute;
    top: 11px;
    right: 11px;
    background: url(../images/suggest-sprite.png) no-repeat -65px -66px;
  }
}
@media screen and (max-width: 980px) {
  section > ul {
    margin: auto !important;
  }
  header .logo {
    padding-left: 20px;
  }
  .navbar ul {
    height: auto;
    line-height: auto;
  }
  .navbar ul li {
    width: auto;
    text-align: left;
    padding-left: 18px;
  }
  .bigtitle::before,
  ::after {
    display: none !important;
  }
  .more-commonly .content {
    max-height: none;
    margin: 0 15px;
  }
  .more-commonly .content .left {
    border-right: none;
  }
  .contact ul,
  .cooperation {
    margin: 0 12px !important;
  }
  .tel-num .item li > div {
    margin: auto;
  }
  .recommend .content {
    margin: 0 15px;
  }
  .conduct ul li > div {
    margin: auto;
  }
  footer {
    margin-bottom: 0;
  }
}
