.long_swiper {
  width: 100%;
  height: auto;
}

.long_swiper-slide {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
}

.index_body .left-fixed {
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.15);
  width: 115px;
  position: fixed;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  z-index: 50;
}

.index_body .left-fixed>a,
.index_body .left-fixed p {
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  color: #333;
  text-align: center;
  transition: all 0.2s;
}

.index_body .left-fixed>a:hover {
  color: #fff;
  background: linear-gradient(139deg, #0052D4 0%, #0078EF 100%);
}

.index_body .left-fixed a.active {
  color: #fff !important;
  background: linear-gradient(139deg, #0052D4 0%, #0078EF 100%) !important;
}

.index_body .left-fixed>p {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(139deg, #0052D4 0%, #0078EF 100%);
}

.index_body .left-fixed>p>img {
  width: 12px;
  height: 12px;
}

.index_body .right-fixed {
  width: 50px;
  background: #FFFFFF;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 68px 68px 68px 68px;
  opacity: 1;
  position: fixed;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}

.index_body .right-fixed>div:hover .pannel {
  visibility: visible;
  opacity: 1;
}

.index_body .right-fixed .right-1:hover>p {
  background: url(../img/weChart2.png) no-repeat;
  background-size: 100% 100%;
}

.index_body .right-fixed .right-1>p {
  background: url(../img/weChart.png) no-repeat;
  background-size: 100% 100%;
}

.index_body .right-fixed .right-2:hover>p {
  background: url(../img/phone2.png) no-repeat;
  background-size: 100% 100%;
}

.index_body .right-fixed .right-2>p {
  background: url(../img/phone.png) no-repeat;
  background-size: 100% 100%;
}

.index_body .right-fixed .right-3:hover>p {
  background: url(../img/up-right2.png) no-repeat;
  background-size: 100% 100%;
}

.index_body .right-fixed .right-3>p {
  background: url(../img/up-right.png) no-repeat;
  background-size: 100% 100%;
}

.index_body .right-fixed>div {
  width: 33px;
  height: 68px;
  position: relative;
}

.index_body .right-fixed>div>p {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: all 0.2s;
}

.index_body .right-fixed>div .pannel {
  width: 180px;
  position: absolute;
  right: 0;
  top: -15px;
  transition: visibility 0s, opacity 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  cursor: default;
}

.index_body .right-fixed>div .pannel ul {
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  box-sizing: border-box;
  position: relative;
  right: 58px;
  padding: 18px 12px;
  color: #979797;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
}

.index_body .right-fixed>div .pannel ul li {
  cursor: pointer;
}

.index_body .right-fixed>div .pannel ul li .title {
  color: #979797;
  font-size: 12px;
  line-height: 17px;
}

.index_body .right-fixed>div .pannel ul li .desc {
  background-image: linear-gradient(109.9deg, red 30.4%, #ff6b00 77.46%);
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 12px;
  line-height: 17px;
  margin-top: 4px;
  color: #df0629;
  -webkit-background-clip: text;
  background-clip: text;
  white-space: nowrap;
}

.index_body .right-fixed>div .pannel ul:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #fff;
}

.index_body .right-fixed>p:not(:last-child) {
  border-bottom: 1px solid #dadada;
}

.index_body .swipers_long {
  position: relative;
}

.index_body .swipers_long .long_img {
  width: 100%;
}

.index_body .swipers_long .link_a {
  height: 103px;
  min-width: 1200px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 54%, rgba(217, 217, 217, 0) 100%);
  opacity: 0.8;
  z-index: 30;
}

.index_body .swipers_long .link_a>a {
  width: 25%;
  height: 100%;
  padding-left: 33px;
  opacity: 1;
  line-height: 33px;
  color: #fff;
}

.index_body .swipers_long .link_a>a>p:nth-child(1) {
  font-size: 16px;
}

.index_body .swipers_long .link_a>a>p:nth-child(2) {
  font-size: 12px;
}

.index_body .swipers_long .link_a>a:hover {
  background: linear-gradient(134deg, #0078EF 0%, #0052D4 100%);
}

.index_body .content {
  min-width: 1200px;
}

.index_body .content-h1 {
  font-size: 32px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #000000;
  line-height: 59px;
}

.index_body .content-p {
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
}

.index_body .content-p span {
  color: #F82B2B;
  margin-left: 30px;
  cursor: pointer;
}

.index_body .content1 {
  width: 100%;
  background: url(../img/1-bg.png) no-repeat;
  background-size: 100% 100%;
  min-height: 785px;
}

.index_body .content1>div {
  width: 1200px;
  padding: 27px 0 0;
  margin: 0 auto;
}

.index_body .content1>div ul {
  margin-top: 33px;
  flex-wrap: wrap;
}

.index_body .content1>div ul li:not(:nth-child(4n)) {
  margin-right: 12px;
}

.index_body .content1>div ul li:hover {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
  transition: all 0.8s;
}

.index_body .content1>div ul li {
  margin-bottom: 23px;
  background: #fff;
  width: 291px;
  height: 427px;
}

.index_body .content1>div ul li .title {
  width: 100%;
  height: 86px;
  padding-left: 15px;
  background: url(../img/Mask-bg.png) no-repeat;
  background-size: 100% 100%;
}

.index_body .content1>div ul li .title-cont {
  color: #fff;
  line-height: 25px;
  font-size: 18px;
}

.index_body .content1>div ul li .title-tip {
  line-height: 17px;
  color: #fff;
  font-size: 12px;
  margin-top: 6px;
}

.index_body .content1>div ul li .li-content {
  padding: 8px 15px 0;
}

.index_body .content1>div ul li .li-content-choose input {
  display: inline-block;
  width: calc(50% - 10px);
  max-width: 160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 16px 8px 8px;
  border: 1px solid #999;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  line-height: 20px;
  font-size: 14px;
}

.index_body .content1>div ul li .li-content-msg {
  padding: 9px 0;
  border-bottom: 1px solid #DFDFDF;
}

.index_body .content1>div ul li .li-content-msg p {
  font-size: 14px;
  display: flex;
  line-height: 2.3;
}

.index_body .content1>div ul li .li-content-msg p>span:nth-child(1) {
  display: inline-block;
  width: 30%;
  color: #666;
}

.index_body .content1>div ul li .li-content-msg p>span:nth-child(2) {
  display: inline-block;
  width: 70%;
  color: #333;
}

.index_body .content1>div ul li .li-content-attr {
  flex-wrap: wrap;
  margin-top: 10px;
}

.index_body .content1>div ul li .li-content-attr>p {
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 23px;
  padding: 0 7px;
  height: 23px;
  background: #4089F6;
  border-radius: 4px;
  margin-right: 18px;
  margin-bottom: 15px;
}

.index_body .content1>div ul li .li-content-price>p:nth-child(1) {
  color: #FF3232;
  font-size: 24px;
  font-weight: 700;
}

.index_body .content1>div ul li .li-content-price>p:nth-child(1)>span:nth-child(1) {
  font-size: 12px;
  font-weight: 400;
}

.index_body .content1>div ul li .li-content-price>p:nth-child(1)>span:nth-child(2) {
  font-size: 12px;
  color: #666;
  font-weight: 400;
}

.index_body .content1>div ul li .li-content-price>p:nth-child(2) {
  font-size: 12px;
  color: #666;
  line-height: 37px;
}

.index_body .content1>div ul li .li-content-price>p:nth-child(2)>span {
  text-decoration: line-through;
  margin-left: 25px;
}

.index_body .content1>div ul li .li-content-percent {
  padding-bottom: 20px;
}

.index_body .content1>div ul li .li-content-percent .process {
  width: 215px;
  height: 5px;
  background: #2177F9;
  border-radius: 26px 26px 26px 26px;
  position: relative;
}

.index_body .content1>div ul li .li-content-percent .process .process-span {
  display: block;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.13);
  transform: translateY(-28%);
  position: absolute;
  left: 20%;
  width: 8px;
  height: 8px;
  background: #A2CBFA;
  border-radius: 53px 53px 53px 53px;
  opacity: 1;
  border: 1px solid #0262F3;
}

.index_body .content1>div ul li .li-content-percent .process-num {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: 5px;
  background: #A2CBFA;
  border-radius: 26px 0 0 26px;
}

.index_body .content1>div ul li .li-content-percent .text {
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #0262F3;
  margin-left: 20px;
}

.index_body .content1>div ul li .confirm {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(135deg, #0262F3 0%, #3596F9 100%);
  font-size: 18px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 3px;
}

.index_body .content1>div ul li .nobuy {
  background: #E1E1E1;
  color: #666666;
}

.index_body .content3 {
  background: url(../img/3-bg.png) no-repeat;
}

.index_body .content5 {
  background: url(../img/5-bg.png) no-repeat;
}

.index_body .content7 {
  background: url(../img/7-bg.png) no-repeat;
}

.index_body .news {
  min-width: 1200px;
  margin: 0 auto;
  background: url(../img/new-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 45px 0;
}

.index_body .news-title {
  position: relative;
  height: 111px;
  margin-bottom: 78px;
}

.index_body .news-title>p:nth-child(1) {
  font-size: 60px;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #5FA3E7;
}

.index_body .news-title>p:nth-child(2) {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #FFFFFF;
}

.index_body .news-list {
  padding: 0 35px;
  width: 1200px;
  justify-content: space-between;
}



.index_body .news-list>div {
  width: 30%;
  padding: 30px;
  position: relative;
  background: #fff;
  border-radius: 8px;
}

.index_body .news-list>div .news-list-cont {
  margin-top: 17px;
  color: #333333;
}

.index_body .news-list>div .news-list-cont:hover {
  color: #0052D4;
  cursor: pointer;
}

.index_body .news-list>div .news-list-cont>p {
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
}

.index_body .news-list>div .news-list-cont>div {
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_body .recharge {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 50px;
}

.index_body .recharge-cont {
  margin-top: 35px;
  width: 100%;
  height: 115px;
  padding: 0 45px;
  background: url(../img/recharge-bg.png) no-repeat;
  background-size: 100% 100%;
}

.index_body .recharge-cont>div p {
  font-size: 16px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 43px;
}

.index_body .recharge-cont>p {
  font-size: 16px;
  text-align: center;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FF3232;
  line-height: 50px;
  width: 136px;
  height: 50px;
  background: linear-gradient(206deg, #FFE7C8 0%, #FFF3E3 60%, #FFE8CA 100%);
  border-radius: 33px;
}

.index_body .coupon {
  width: 1200px;
  padding: 35px 0;
  margin: 0 auto;
}

.index_body .coupon-else {
  justify-content: space-between;
  margin-top: 18px;
}

.index_body .coupon-else .buy_coupon {
  position: relative;
  width: 836px;
  height: 243px;
  background: #FFF7F7;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: 1px solid #FF1C1C;
}

.index_body .coupon-else .buy_coupon_msg {
  position: absolute;
  right: 0;
  z-index: 2;
  width: 190px;
  height: 243px;
  background: linear-gradient(135deg, #FF3232 0%, #F98B68 100%);
  border-radius: 0px 10px 10px 0px;
  opacity: 1;
  padding: 25px 0 25px 25px;
}

.index_body .coupon-else .buy_coupon_msg .font15 {
  font-size: 15px;
  color: #fff;
}

.index_body .coupon-else .buy_coupon_msg .price {
  font-size: 32px;
  font-weight: bold;
  margin: 3px 0;
  color: #fff;
}

.index_body .coupon-else .buy_coupon_msg .gobuy {
  width: 152px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(206deg, #FFB74D 0%, #FF9801 100%);
  border-radius: 33px 33px 33px 33px;
  opacity: 1;
  font-size: 18px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.index_body .coupon-else ul {
  flex-wrap: wrap;
  padding: 22px 0 0 18px;
}

.index_body .coupon-else ul>div {
  flex-wrap: wrap;
}

.index_body .coupon-else ul li {
  width: 156px;
  height: 92px;
  margin-bottom: 12px;
  padding: 0 20px;
  position: relative;
  margin-right: 12px;
}

.index_body .coupon-else ul li p {
  font-size: 30px;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #FFFFFF;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px dashed #fff;
}

.index_body .coupon-else ul li p>span {
  font-size: 16px;
  font-weight: bolder;
}

.index_body .coupon-else ul li>span {
  font-size: 15px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFD4D4;
  position: absolute;
  right: 14px;
  top: 5px;
}

.index_body .coupon-else ul li>div {
  font-size: 15px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
}

.index_body .coupon-else ul .coupon_type_1 {
  width: 62%;
}

.index_body .coupon-else ul .coupon_type_1 li {
  background: url(../img/coupon-01.png) no-repeat;
  background-size: 100% 100%;
}

.index_body .coupon-else ul .coupon_type_2 {
  width: 38%;
}

.index_body .coupon-else ul .coupon_type_2 li {
  background: url(../img/coupon-02.png) no-repeat;
  background-size: 100% 100%;
}

.index_body .coupon-else ul .coupon_type_3 {
  width: 194px;
}

.index_body .coupon-else ul .coupon_type_3 li {
  background: url(../img/coupon-03.png) no-repeat;
  background-size: 100% 100%;
}

.index_body .coupon-else .buy_coupon_typ2 {
  flex: 1;
  height: 243px;
  background: #FFF4E1;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  border: 1px solid #A68655;
  margin-left: 20px;
}

.index_body .coupon-else .buy_coupon_typ2 .buy_coupon_msg {
  width: 190px;
  height: 243px;
  background: linear-gradient(135deg, #BBA171 0%, #A68655 100%);
  border-radius: 0px 10px 10px 0px;
  opacity: 1;
}

.index_body .coupon-else .buy_coupon_typ2 .buy_coupon_msg .buy_coupon_typ2_title {
  font-size: 32px;
  color: #fff;
  margin-bottom: 10px;
}

.index_body .coupon-else .buy_coupon_typ2 .gobuy {
  color: #df0629;
  background-image: linear-gradient(99.1deg, #fff3e3 51.26%, #ffe5c2 99.3%);
}