html {
  font-size: 100px;
  width: 100%;
  margin: 0 auto;
}
a:active{
  color: #666 !important;
}
.public_menu.nav_menu .menu .menu_nav a:active{
  color: #000 !important;
}
.nav .swiper-slide:active{
  color: #666;
}
.header .navBar {
  display: none;
}
.header .M_header {
  display: block;
}
.header .m_header {
  height: 0.96rem;
  padding: 0 10px;
  background: #000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.header .m_header .search {
  position: relative;
}
.header .m_header .search::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #D0538D;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  opacity: 0;
}
.header .m_header .search.active::after {
  opacity: 1;
}
.header .m_header .search.active .search_dv {
  display: flex;
}
.header .m_header .search img {
  width: 0.54rem;
}
.header .m_header .search .search_dv {
  position: absolute;
  top: 0.76rem;
  display: none;
  left: -1rem;
  width: 3rem;
  height: 0.6rem;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 6px;
  transition: all 0.3s;
}
.header .m_header .search .search_dv input {
  width: 100%;
  border: none;
  height: 100%;
}
.header .m_header .search .search_dv img {
  width: 0.3rem;
  transform: rotate(-90deg);
}
.header .m_header a img {
  width: 1.8rem;
}
.header .m_header .buycar {
  position: relative;
}
.header .m_header .buycar img {
  width: 0.54rem;
}
.header .m_header .buycar div {
  background: #DD699C;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  font-size: 0.2rem;
  text-align: center;
  color: #fff;
  line-height: 0.3rem;
  position: absolute;
  right: -3px;
  top: -3px;
}
.header .m_header .user {
  border-radius: 50%;
  overflow: hidden;
}
.header .m_header .user.on .user_head {
  display: block;
}
.header .m_header .user.on .img_ {
  display: none;
}
.header .m_header .user img {
  width: 0.64rem;
  height: 0.64rem;
}
.header .m_header .user img.user_head {
  display: none;
}
.main {
  margin-top: 1.56rem;
}
.ixPart1 {
  padding: 0;
  padding-bottom: 40px;
}
.nav {
  height: 0.6rem;
  background: #fff;
  padding: 0 10px;
  position: relative;
  position: fixed;
  top: 0.96rem;
  width: 100%;
  left: 0;
  z-index: 99;
}
.nav .swiper-container {
  width: 90%;
  height: 100%;
}
.nav .swiper-slide {
  font-size: 12px;
  font-weight: bold;
  width: auto !important;
  margin-right: 30px;
  white-space: nowrap;
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  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;
}
.nav .swiper-button-next {
  right: 0px;
}
.nav .swiper-button-next img {
  transform: rotate(-90deg);
  width: 0.3rem;
}
.nav .swiper-button-prev {
  left: 0px;
}
.nav .swiper-button-prev img {
  transform: rotate(90deg);
  width: 0.3rem;
}
.nav .swiper-button-next:after,
.nav .swiper-container-rtl .swiper-button-prev:after,
.nav .swiper-button-prev:after,
.nav .swiper-container-rtl .swiper-button-next:after {
  font-size: 18px;
  color: #707070;
}
.index_box2 {
  width: 100%;
  background: #F5F5F5;
  padding: 0.6rem 0.56rem;
}
.index_box2 > h2 {
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
}
.index_box2 .swiper4 {
  position: relative;
  margin-top: 0.6rem;
}
.index_box2 .swiper4 .swiper-slide {
  background: none;
}
.index_box2 .swiper4 .list {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.index_box2 .swiper4 .list .img {
  margin-top: 0;
}
.index_box2 .swiper4 .list .img img {
  width: 100%;
  height: 100%;
}
.index_box2 .swiper4 .list .title_dv {
  height: 2.32rem;
  line-height: 1.6;
  padding: 0 10px;
  font-size: 0.4rem;
  font-weight: bold;
}
.index_box2 .swiper-button-next,
.index_box2 .swiper-button-prev {
  width: 0.56rem;
  height: 0.56rem;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 50%;
}
.index_box2 .swiper-button-next,
.index_box2 .swiper-container-rtl .swiper-button-prev {
  right: -15px;
}
.index_box2 .swiper-button-prev,
.index_box2 .swiper-container-rtl .swiper-button-next {
  left: -15px;
}
.index_box2 .swiper-button-next:after,
.index_box2 .swiper-container-rtl .swiper-button-prev:after {
  font-size: 18px;
  color: #6DBFB9;
}
.index_box2 .swiper-button-prev:after,
.index_box2 .swiper-container-rtl .swiper-button-next:after {
  font-size: 18px;
  color: #6DBFB9;
}
.index_box3 {
  background: #fff;
  padding: 1rem 0;
}
.index_box3 > h2 {
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
}
.index_box3 .swiper4 {
  margin-top: 0.6rem;
}
.index_box3 #certify .swiper-container {
  padding-bottom: 0.8rem;
}
.index_box3 .swiper-container-horizontal > .swiper-pagination-bullets,
.index_box3 .swiper-pagination-custom,
.index_box3 .swiper-pagination-fraction {
  bottom: 0;
}
.index_box3 .swiper-pagination-bullet {
  background: #000;
  box-shadow: 0 3px 6px #00000029;
}
.index_box3 .swiper_list .img {
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #707070;
}
.index_box3 .swiper_list .img img {
  width: 100%;
  height: 100%;
}
.index_box3 .swiper_list h2 {
  margin-top: 0.54rem;
  text-align: center;
  font-size: 0.32rem;
}
#certify .swiper-slide {
  width: 4.5rem;
}
#certify2 .swiper-slide {
  width: 6rem !important;
}
#certify3 .swiper-slide {
  width: 6rem !important;
}
.ixPart4 {
  padding: 40px 0px;
}
.ixPart4 .slide4 {
  margin: 0;
}
.ixPart5 {
  padding: 40px 0;
}
.ixPart5 .swiperWrap {
  padding: 0;
}
.ixPart6 {
  padding: 40px 0 60px 0;
}
.ixPart6 .swiperWrap {
  padding: 20px 0;
  margin-top: 0.6rem;
}
.ixPart6 .swiper-button-prev,
.ixPart5 .swiper-button-prev {
  left: 20px;
}
.ixPart6 .swiper-button-next,
.ixPart5 .swiper-button-next {
  right: 20px;
}
.ixPart3 .swiperWrap {
  padding: 0;
}
.ixPart3 .swiper-button-next {
  right: -10px;
}
.ixPart3 .swiper-button-prev {
  left: -10px;
}
.ixPart1 .swiper-slide {
  height: auto;
  min-height: 2rem;
}
.ixPart3 .box p {
  padding: 40px 20px;
  font-size: 0.4rem;
  font-weight: bold;
}
.ixPart2 .box .txt1 span {
  text-align: left;
}


.ixPart2 .slide2 .box .txt2 p {
  margin-top: 0;
}
.footer {
  display: none;
}
.M_footer {
  display: block;
}
.go_top {
  color: #fff;
  font-size: 14px;
  height: 1rem;
  background: #000000;
  width: 100%;
  text-align: center;
  padding-top: 3px;
}
.go_top img {
  width: 0.5rem;
}
.m_fotter {
  width: 100%;
  background: #292929;
  padding: 0 10px 0.6rem 10px;
}
.m_fotter .fotter_nav {
  width: 100%;
}
.m_fotter .fotter_nav .list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 1rem;
  overflow: hidden;
  min-height: 1rem;
  transition: all 0.3s;
  height: 100%;
}
.m_fotter .fotter_nav .list.active {
  min-height: 4rem;
}
.m_fotter .fotter_nav .list.active .top img.remove {
  display: block;
}
.m_fotter .fotter_nav .list.active .top img.add {
  display: none;
}
.m_fotter .fotter_nav .list .top {
  height: 1rem;
}
.m_fotter .fotter_nav .list .top h2 {
  color: #A7A7A7;
  font-size: 14px;
}
.m_fotter .fotter_nav .list .top img {
  width: 0.35rem;
}
.m_fotter .fotter_nav .list .top img.remove {
  display: none;
}
.m_fotter .fotter_nav .list .list_ {
  padding: 0.1rem 0.4rem 0.4rem 0.4rem;
}
.m_fotter .fotter_nav .list .list_ a {
  color: #FFFFFF;
  font-size: 1em;
  margin-top: 0.3rem;
  display: block;
  line-height: 1;
}
.m_fotter .fotter_nav .list .list_ a:active{
  color: #999;
}
.list_ a:active{
  color: #999 !important;
}
.m_fotter .fot_dv {
  margin-top: 0.5rem;
  font-size: 16px;
  color: #A7A7A7;
}
.m_fotter .fot_p {
  margin-top: 0.35rem;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.4;
}
.m_fotter .fot_input {
  margin-top: 0.2rem;
  width: 100%;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 0 10px;
  height: 0.8rem;
}
.m_fotter .fot_input input {
  background: none;
  margin-bottom: 0;
  border: none;
}
.m_fotter .fot_input img {
  width: 0.5rem;
  transform: rotate(90deg);
}
.m_fotter .fot_p2 {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 16px;
  color: #A7A7A7;
}
.m_fotter .fot_dv2 {
  margin-top: 0.7rem;
}
.m_fotter .fot_dv2 h2 {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.m_fotter .fot_dv2 div {
  margin-top: 10px;
}
.m_fotter .fot_dv2 div img {
  width: 0.52rem;
  margin: 0 0.1rem;
}
.m_fotter .fot_dv5 {
  margin-top: 0.3rem;
}
.m_fotter .fot_dv5 img {
  width: 100%;
}
.m_fotter .fot_dv5 .dv5_5 {
  text-align: right;
  margin-top: 0.3rem;
  color: #FFFFFF;
  font-size: 12px;
}
.m_fotter .fot_dv5 h2 {
  margin-top: 0.4rem;
  color: #A7A7A7;
  font-size: 16px;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.m_fotter .fot_dv5 .dv5_6 {
  margin-top: 0.3rem;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.2;
}
.m_fotter .fot_dv3 {
  padding-top: 10px;
  margin-top: 0.8rem;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.m_fotter .fot_dv4 {
  margin-top: 0.7rem;
}
.m_fotter .fot_dv4 > div {
  margin-top: 0.3rem;
}
.m_fotter .fot_dv4 > div:nth-of-type(1) a:nth-of-type(1) {
  margin-right: 0.8rem;
}
.m_fotter .fot_dv4 > div:nth-of-type(2) a:nth-of-type(2) {
  margin: 0 1rem;
}
.m_fotter .fot_dv4 > div a img {
  height: 0.6rem;
}
.public_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.3s;
  z-index: 999;
}
.public_menu.icon_box_menu {
  left: -100%;
}
.public_menu.icon_box_menu.active {
  left: 0;
}
.public_menu.nav_menu {
  padding-top: 0.96rem;
  left: -100%;
}
.public_menu.nav_menu.active {
  left: 0;
}
.public_menu.nav_menu .menu {
  padding: 0.4rem;
}
.public_menu.nav_menu .menu .close h2 {
  color: #000000;
  font-size: 14px;
}
.public_menu.nav_menu .menu .menu_nav {
  flex-wrap: wrap;
}
.public_menu.nav_menu .menu .menu_nav a {
  display: block;
  width: 50%;
  text-align: left;
  line-height: 2;
  color: #707070;
  font-size: 12px;
}
.public_menu.nav_menu .menu .bottom_nav {
  width: 100%;
  border-top: 1px solid #F5F5F5;
  margin-top: 0.4rem;
  height: 65%;
  overflow: auto;
}
.public_menu.nav_menu .menu .bottom_nav .list {
  border-bottom: 1px solid #F5F5F5;
  height: 1rem;
  overflow: hidden;
  min-height: 1rem;
  transition: all 0.3s;
}
.public_menu.nav_menu .menu .bottom_nav .list.active {
  min-height: 4rem;
}
.public_menu.nav_menu .menu .bottom_nav .list.active .top img.remove {
  display: block;
}
.public_menu.nav_menu .menu .bottom_nav .list.active .top img.add {
  display: none;
}
.public_menu.nav_menu .menu .bottom_nav .list .top {
  height: 1rem;
}
.public_menu.nav_menu .menu .bottom_nav .list .top h2 {
  color: #000;
  font-size: 14px;
}
.public_menu.nav_menu .menu .bottom_nav .list .top img {
  width: 0.35rem;
}
.public_menu.nav_menu .menu .bottom_nav .list .top img.remove {
  display: none;
}
.public_menu.nav_menu .menu .bottom_nav .list .list_ {
  padding: 0.1rem 0.4rem 0.4rem 0.4rem;
}
.public_menu.nav_menu .menu .bottom_nav .list .list_ a {
  color: #000;
  font-size: 16px;
  margin-top: 0.3rem;
  display: block;
  line-height: 1;
}
.public_menu.nav_menu.nav_menu2 {
  left: -100%;
  z-index: 1000;
  padding-top: 0;
}
.public_menu.nav_menu.nav_menu2 .close {
  float: none;
}
.public_menu.nav_menu.nav_menu2 .close .left_img {
  transform: rotate(90deg);
}
.public_menu.nav_menu.nav_menu2 .menu {
  padding: 0.4rem 0.2rem;
}
.public_menu.nav_menu.nav_menu2 .title {
  margin-top: 0.3rem;
}
.public_menu.nav_menu.nav_menu2 .title h2 {
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.public_menu.nav_menu.nav_menu2 .bottom_nav {
  border-top: 0;
  height: 90%;
}
.public_menu.nav_menu2.actives {
  left: 0;
}
.public_menu.user_menu {
  right: -100%;
}
.public_menu.user_menu.active {
  right: 0;
}
.public_menu.user_menu .menu {
  margin-left: auto;
}
.public_menu .menu_title {
  margin-top: 1rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem;
}
.public_menu .menu_title h2 {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
.public_menu .menu_title a {
  color: #5288F5;
  font-size: 14px;
  border-bottom: 1px solid #5288F5;
}
.public_menu .menu {
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 0.26rem 0.3rem;
  width: 70%;
  height: 100%;
}
.public_menu .menu .close {
  text-align: right;
  font-size: 0rem;
  float: none;
}
.public_menu .menu .close img {
  width: 0.3rem;
}
.public_menu .menu ul {
  margin-top: 0.3rem;
}
.public_menu .menu ul li {
  text-align: center;
  margin-bottom: 1.2rem;
}
.public_menu .menu ul li a {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}
.public_menu .menu .bottom {
  text-align: center;
  font-size: 14px;
  color: #474747;
}
.public_menu .menu .bottom span {
  font-size: 14px;
  color: #000000;
}
.header .icon_box span {
  width: 25px;
  height: 3px;
  background: #fff;
  display: block;
  margin-bottom: 4px;
  transition: all 1s;
  -webkit-transition: all 0.3s;
  transform-origin: 4px center;
}
.disbet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discen {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wapper {
  width: 100%;
  padding: 0 15px;
  background: #fff;
}
.header .icon1 {
  transform: rotate(45deg) !important;
  background: #fff !important;
}
.header .icon2 {
  width: 0 !important;
  background: #fff !important;
}
.header .icon3 {
  transform: rotate(-45deg) !important;
  background: #fff !important;
}

@media screen and (max-width: 639px) {
  .ixPart2 .box .txt2 i {
    position: absolute;
    top: 0;
    width: 1rem;
    height: 1rem;
  }
  .ixPart2 .box .txt1 {
    margin-left: auto;
    width: 70%;
  }
  .ixPart2 .box .txt2 i{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 55px;
  }
  .ixPart1 .swiper-slide{
    height: 5rem;
  }
  .ixPart2 .box .txt2 i {
    width: 1.6rem;
    height: 1.6rem;
  }

}
@media screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 45px;
  }
}
