/*rem 自适应@media screen and (min-width:320px) and (max-width:359px){
    html{font-size:12px;}
}
@media screen and (min-width:360px) and (max-width:374px){
    html{font-size:13.5px;}
}
@media screen and (min-width:375px) and (max-width:413px){
    html{font-size:14px;}
}
@media screen and (min-width:414px) and (max-width:479px){
    html{font-size:15px;}
}
@media screen and (min-width:480px) and (max-width:639px){
    html{font-size:18px;}
}
@media screen and (min-width:640px) and (max-width:719px){
    html{font-size:24px;}
}
@media screen and (min-width:720px) and (max-width:749px){
    html{font-size:27px;}
}
@media screen and (min-width:750px) and (max-width:799px){
    html{font-size:28.125px;}
}
@media screen and (min-width:800px) and (max-width:959px){
    html{font-size:30px;}
}
@media screen and (min-width:960px) and (max-width:1079px){
    html{font-size:36px;}
}
@media screen and (min-width:1024px){
    html{font-size:24px;}
}
*/


html {
    -webkit-text-size-adjust: none;
    overflow-y: scroll
}

body {
   /* min-width: 320px;
    max-width: 640px;*/
    margin: 0px auto;
    line-height: 1.5;
    font-family: Arial, Helvetica, STHeiTi, sans-serif;
    background: #F2F2F2;
}


html {
    font-size: 20px
}
a{ text-decoration: none; color: #3e3a39 }

/*@media screen and (min-width:320px) {
    html {
        font-size: 20px
    }
    body {
        font-size: 20px
    }
}

@media screen and (min-width:360px) {
    html {
        font-size: 22.5px
    }
    body {
        font-size: 22.5px
    }
}

@media screen and (min-width:375px) {
    html {
        font-size: 23.5px
    }
    body {
        font-size: 23.5px
    }
}

@media screen and (min-width:384px) {
    html {
        font-size: 24px
    }
    body {
        font-size: 24px
    }
}

@media screen and (min-width:400px) {
    html {
        font-size: 25px
    }
    body {
        font-size: 25px
    }
}

@media screen and (min-width:414px) {
    html {
        font-size: 25.875px
    }
    body {
        font-size: 25.875px
    }
}

@media screen and (min-width:424px) {
    html {
        font-size: 26.5px
    }
    body {
        font-size: 26.5px
    }
}

@media screen and (min-width:480px) {
    html {
        font-size: 30px
    }
    body {
        font-size: 30px
    }
}

@media screen and (min-width:540px) {
    html {
        font-size: 33.75px
    }
    body {
        font-size: 33.75px
    }
}

@media screen and (min-width:720px) {
    html {
        font-size: 45px
    }
    body {
        font-size: 45px
    }
}

@media screen and (min-width:750px) {
    html {
        font-size: 46.875px
    }
    body {
        font-size: 46.875px
    }
}*/

*{-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;}//去掉边框
input, textarea, select, button {-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;}
input[type="text"],input[type="password"]{
  padding:0px;
  border:none;  
}



/*input 插件*/
.input_box{
    width: 1rem;
    height: 1rem;
}
.input_box input{
    display: none;
}
.input_box input:checked + label{
    background-image: url(../img/iconfont-gouxuan.png);
    background-size: 100% 100%;
}
.input_box label{
    display:block;
    width: 100%;
    height: 100%;
    background-image: url(../img/iconfont-weigouxuan.png);
    background-size: 100% 100%;
}
/*input 插件*/
/*loading 加载*/
.zzsc {
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;

  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.zzsc .zzsc-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 { top: 0; left: 0; }
.circle2 { top: 0; right: 0; }
.circle3 { right: 0; bottom: 0; }
.circle4 { left: 0; bottom: 0; }

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*loading 加载*/
/*遮罩*/
.msk{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    display: none;
}
/*遮罩*/





