html {
  font-size: 13.33333vw;
}
.move-touch {
  -webkit-overflow-scrolling: touch
}
.auto-center ul li .pict {
  display: table;
  width: 100%;
  text-align: center
}
.auto-center ul li .pict i {
  vertical-align: middle;
  display: table-cell
}
.vague {
  -webkit-filter: blur(2px);
  transition: .3s;
  -webkit-transition: .3s
}
.rogate {
  transition: .3s;
  -webkit-transition: .3s
}
.rogate:hover {
  transform: rotate(90deg)
}
.arrow {
  position: relative;
  line-height: 1;
  margin-left: .1rem
}
.arrow:before {
  content: "";
  position: absolute;
  top: -.02rem;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: .08rem solid;
  border-right: .08rem solid transparent;
  border-top: .08rem solid transparent;
  border-left: .08rem solid transparent
}
.arrow:after {
  content: "";
  position: absolute;
  top: .18rem;
  left: 0;
  width: 0;
  height: 0;
  border-top: .08rem solid;
  border-right: .08rem solid transparent;
  border-bottom: .08rem solid transparent;
  border-left: .08rem solid transparent
}
.arrow.one:before {
  display: none
}
.arrow.one:after {
  top: .14rem
}
.border-top:before {
  background: #dadada;
  content: "";
  position: absolute;
  height: 1px;
  transform-origin: 0 0;
  transform: scale(.5, .5);
  -webkit-transform: scale(.5, .5);
  -moz-transform: scale(.5, .5);
  width: 200%;
  top: 0;
  left: 0
}
.border-bottom:after {
  background: #dadada;
  content: "";
  position: absolute;
  height: 1px;
  transform-origin: 0 0;
  transform: scale(.5, .5);
  -webkit-transform: scale(.5, .5);
  -moz-transform: scale(.5, .5);
  width: 200%;
  bottom: -1px;
  left: 0
}
.flex-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
.flex-slide>* {
  flex-shrink: 0
}
.box-space-between {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between
}
.box-space-between>* {
  flex-shrink: 0
}
.touch-state {
  position: relative
}
.touch-state label {
  position: relative;
  background: #fff;
  display: block;
  width: .9rem;
  height: .45rem;
  border: 1px solid #ccc;
  border-radius: .3rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.touch-state label:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  width: .41rem;
  height: .41rem;
  background: #fff;
  box-shadow: 0 0 .1rem rgba(0, 0, 0, .4);
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
.touch-state input {
  position: absolute;
  z-index: 0;
  opacity: 0;
  left: 45%;
  top: 20%
}
.touch-state input:checked+label {
  background: #47b92c;
  border-color: #47b92c
}
.touch-state input:checked+label:after {
  left: calc(100% - .41rem)
}
.swiper-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  display: -webkit-box;
  position: relative
}
.swiper-slide {
  flex-shrink: 0;
  position: relative
}
.mohu {
  filter: blur(1px);
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=1, MakeShadow=false)
}
.fixed-top {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 2;
  background: #fff
}
.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background: #fff
}
.column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex
}
.column>* {
  column-count: 1;
  flex-grow: 1;
  flex-shrink: 0;
  text-align: center
}
a, body, button, dd, dl, dt, h1, h2, h3, h4, h5, i, img, input, li, p, select, span, strong, textarea, ul {
  margin: 0;
  padding: 0
}
b, h1, h2, h3, h4, h5, h6, strong {
  font-weight: 400
}
table {
  border-spacing: 0
}
body {
  font-family: "microsoft yahei", Arial;
  font-size: .26rem;
  line-height: 1;
  color: #333;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%!important;
  text-size-adjust: 100%!important;
  -moz-text-size-adjust: 100%!important
}
::-webkit-scrollbar {
  width: 0;
  height: 0
}
* {
  -webkit-tap-highlight-color: #5f1eb5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
li {
  list-style-type: none;
  float: left
}
a {
  text-decoration: none;
  color: #333;
  outline: 0
}
img {
  border: none;
  vertical-align: middle
}
em, i, var {
  font-style: normal
}
button {
  font-family: "microsoft yahei", Arial;
  outline: 0;
  cursor: pointer;
  font-size: .26rem;
  border: none
}
iframe {
  border: none
}
input, select, textarea {
  outline: 0;
  font-family: "microsoft yahei", Arial;
  font-size: .26rem;
  border-radius: 0;
  border: none;
  background: 0 0
}
input:disabled {
  opacity: 1;
  color: #333
}
button, input[type=button], input[type=date], input[type=number], input[type=password], input[type=reset], input[type=submit], input[type=text], textarea {
  -webkit-appearance: none;
  border: none;
  background: 0 0
}
textarea {
  resize: none
}
.ico {
  display: inline-block;
  vertical-align: middle
}
.fl {
  float: left
}
.fr {
  float: right
}
.clear {
  clear: both
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
.clearfix {
  zoom: 1
}
.hide {
  display: none!important
}
.mobile-wrap {
  position: relative;
  min-height: 100vh;
  width: 100%;
  float: left;
  background: url(../images/6addb2_750x2105.jpg) top center no-repeat;
  background-size: cover;
}
body, html {
  width: 100%;
  height: 100%
}
.head {
  width: 100%;
  height: .94rem;
  background-color: rgb(0 0 0 / 0%);
  padding: 0 .3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head .logo {
  height: .94rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#5f1eb5;
}
.head .logo img {
  height: .8rem;
  margin-right: .36rem;
}
.logo2{
  display: flex;
  flex-direction: column;
}
.logo2a{
  font-size:.32rem;
  font-weight:bold;
}
.logo2b{
  font-size:.26rem;
  padding-top: .06rem;
}
.head .txts {
  line-height: .94rem;
  font-size: .26rem;
  color: #df00f9;
  text-transform: uppercase
}
.head .txts em {
  color: #ff0707
}
.banner {
  width: 100%;
  padding-top: .1rem;
  position:relative;
}
.banner .imgs {
  width: 100%;
  position: relative
}
.banner .imgs img {
  width: 100%
}
.banner .imgs button {
  width: 2.95rem;
  height: .89rem;
  background: url(../images/3dbd56_295x89.png) center no-repeat;
  background-size: 2.95rem .89rem;
  position: absolute;
  left: .95rem;
  bottom: 0.5rem;
  -webkit-animation: myfirst 1s infinite;
  animation: myfirst 1s infinite
}
.content {
  width: 100%;
  padding: 0 .4rem;
  position: relative;
  margin-top: 0rem;
  float: left
}
.content .type {
  width: 100%;
  background-color: #fbafc1;
  border-radius: .2rem;
  min-height: 1rem;
  padding: 0 .2rem;
  float: left;
  padding-top: .45rem;
  padding-bottom: .45rem
}
.content .type ul {
  width: 100%;
  padding-bottom: 110px;
}
.content .type ul li {
  width: 33.3%
}
.content .type ul li .imgs {
  width: 100%;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center
}
.content .type ul li .imgs img {
  width: 1.77rem
}
.content .type ul li .text {
  width: 100%;
  text-align: center;
  line-height: .32rem;
  font-size: .26rem;
  color: #333
}
.content .product {
  width: 100%
}

.content .product .list {
  width: 100%;
  padding-top: .1rem;
  padding-bottom: .3rem;
  float: left
}
.content .product .list ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .product .list ul li {
  width: 3.22rem;
  margin-bottom: .2rem;
  position: relative
}
.content .product .list ul li .imgs {
  width: 100%;
  height: 100%;
}
.content .product .list ul li .imgs img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.content .product .list ul li .label {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: .56rem;
  padding: 0 .2rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.content .product .list ul li .label .num {
  width: auto;
  padding: 0 .12rem;
  height: .36rem;
  float: left;
  background-color: rgba(0, 0, 0, .5);
  line-height: .36rem;
  border-radius: .18rem;
  font-size: .22rem;
  padding-top: .02rem
}
.content .product .list ul li .label .num em {
  color: #fff
}
.content .product .list ul li .label .num img {
  width: .24rem;
  position: relative;
  top: -.06rem;
  margin-right: .04rem
}
.content .product .list ul li .label .lab {
  height: .38rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/741681_120x56.png) no-repeat center top;
  background-size: 100% 100%;
  width: 1.02rem;
  color:#fff;
  font-size: .2rem;
}
.content .product .list ul li .label .lab img {
  height: .3rem;
  -webkit-animation: myfirst 1s infinite;
  animation: myfirst 1s infinite
}
.content .product .list ul li:nth-child(2n) {
  float: right
}
.fix-down {
  position: fixed;
  left: 50%;
  margin-left: -3.75rem;
  width: 7.5rem;
  bottom: 0;
  z-index: 1000;
  background:  url(../images/1.png) no-repeat center top;
  background-size: 100% 100%;
}

.top1 {
  font-size: .28rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 20px #e1848b;
  line-height: .43rem;
  padding-top: .0rem;
  float: left;
}
.top2 {
  font-size: .22rem;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.4);
  padding: 0px .5rem;
  line-height: .32rem;
  border-radius: .16rem;
  color: #fff;
  text-shadow: 0px 0px 2px #b83a14;
  float: left;
}
.fix-down img {
  width: 100%
}
.fix-down button {
  width: 2.22rem;
  height: .64rem;
  background: url(../images/3dbd56_295x89.png) center no-repeat;
  background-size: 2.22rem .65rem;
  position: absolute;
  right: .24rem;
  top: .23rem;
  -webkit-animation: myfirst 1s infinite;
  animation: myfirst 1s infinite;
  font-weight:bold;
  color:#dadada;
  font-size:.-0.64rem;
  line-height: .64rem;
  text-align:center;
}
.fix-down .txts {
  position: absolute;
  left: 1.3rem;
  bottom: .2rem;
  color: #fff7c3;
  font-size: .2rem
}
.txts p{
  font-weight:bold;
}
.fix-down .txts em {
  color: #fffd39;
  font-size: .4rem;
  -webkit-animation: myfirst 1s infinite;
  animation: myfirst 1s infinite;
  display: inline-block
}
.null {
  width: 100%;
  height: 1.2rem;
  float: left
}
.fix-service {
  position: fixed;
  right: 50%;
  margin-right: -3.75rem;
  top: 50%;
  margin-top: -.96rem;
  z-index: 88
}
.fix-service img {
  width: 1.24rem
}
@-webkit-keyframes myfirst {
  from {
    transform: scale(1)
  }
  50% {
    transform: scale(.8)
  }
  to {
    transform: scale(1)
  }
}
@keyframes myfirst {
  from {
    transform: scale(1)
  }
  50% {
    transform: scale(.8)
  }
  to {
    transform: scale(1)
  }
}
.kf {
  text-align: center;
  padding-bottom: 10px;
}
.kefu {
  bottom: 7rem;
  height: inherit;
  cursor: pointer;
  position: fixed;
  right: 0;
  width: 1.266667rem;
  z-index: 1000;
  overflow: hidden;
}
.kefu img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

.banner .imgs button{
  color:#fff;
}
.bwx1{
  font-size:.24rem;
  font-weight:bold;
}
.bwx2{
  font-size:.2rem;
}

.zuosh{
  position:absolute;
  left: .12rem;
  top: .16rem;
  background:rgba(0,0,0,0.3);
  padding: 0px .4rem;
  padding-left: .6rem;
  line-height: .36rem;
  border-radius: .18rem;
  color:#fff;
}
.zuosh1{
  position:absolute;
  left: 0px;
  top: 50%;
  width: .5rem;
  height: .5rem;
  margin-top: -.25rem;
  border-radius: 50%;
  overflow:hidden;
  border:1px solid #fff;
}
.zuosh1 img{
  display: block;
  width: 100%;
}
.zuosh2{
  position:absolute;
  right: 0px;
  width: .4rem;
  height: .4rem;
  top: 50%;
  margin-top: -.2rem;
  border-radius: 50%;
  overflow:hidden;
  border:1px solid #fff;
}
.zuosh2 img{
  display: block;
  width: 100%;
}
.zuosh3{
  font-size:.18rem;

}

.banwz{
  position:absolute;
  left: .37rem;
  top: .39rem;
  display: flex;
  flex-direction: column;
  align-items: normal;
}
.banwz1{
  font-size:.26rem;
  color:#340000;
  font-weight:bold;
}
.banwz1 span{
  padding: 0px .1rem;

}
.banwz2{
  font-size:.24rem;
  color:#000000;
  line-height: 17px;
}
.banwz2 em{
  color:#ff0000;
  font-size:.40rem;
  line-height: 23px;
  font-weight:bold;
  
}
.banwz3{
  font-family: "宋体";
  font-size:.28rem;
  line-height: .5rem;
  color:#340000;
  font-weight:bold;
}
.banwz4{
  font-size:.28rem;
  color:#000000;
  line-height: 45px;
  margin-top: 20px;

}
.banwz4 em{
  color: #ff0000;
  line-height: 25px;
}

.fxdw{
  display: flex;
  align-items: center;
  padding: .15rem .2rem;
}
.fxdw1{
  margin-right: .3rem;
}
.fxdw1 img{
  height: .8rem;
  display: block;
  width: .8rem;
}
.fxdw2{
  display: flex;
  flex-direction: column;
}
.fxdw2a{
  color:#9765d9;
  font-size:.32rem;
  font-weight:bold;
}
.fxdw2b{
  color:#fff;
  padding-top: .1rem;
  font-size:.2rem;
}

.product{
  clear: both;
}
.title{
  margin-top: .3rem;
}
.title{

}
.dwost{
  display: flex;
  flex-direction: column;
  align-items: center;
  clear: both;
  width: 3.32rem;
  height: 1.08rem;
  display: flex;

  background: url(../images/332-.png) no-repeat center top;
  background-size: 100% 100%;


}
.dwsgl{
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
}
.dwost1{
  font-weight:bold;
  font-size:.28rem;
  color:#fff;
  line-height: 1.08rem;
}
.dwost2{
  font-family: "宋体";
  margin-top: .2rem;
  display:none;
  -webkit-transform: rotate(90deg);
     -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);

}
.dwost.cur .dwost2{
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.jiaoxue{
  display:none;
}

.title{
  background: url(../images/d74fe3_654x58.png) no-repeat center center;
  background-size: 6.54rem auto;
  text-align:center;
}
.title{
  display: block;
  padding-top: .2rem;
  margin-top: .2rem;
  margin-bottom: .2rem;
}
.title1{
  font-weight:bold;
  font-size:.36rem;
}
.title2{
  color:#e72c19;
  padding-top: .1rem;
  font-size:.18rem;
}

@keyframes daxiao {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.daxiao {
  display: block;
  animation: 0.7s linear 0s normal forwards infinite daxiao;
  -webkit-animation: 0.7s linear 0s normal forwards infinite daxiao;
  -moz-animation: 0.7s linear 0s normal forwards infinite daxiao;
  -o-animation: 0.7s linear 0s normal forwards infinite daxiao;
}


.top3{
  position:absolute;
  left: .23rem;
  top: .16rem;
}
body .top3 img{
  width: 1.1rem;

}

@media (max-width: 480px) {
  .banwz4 {
    line-height:18px;
    margin-top: 6px;
  }
}

