*{ padding: 0; margin: 0; font-family:'PingFangSC','STHeiti','Microsoft YaHei','Helvetica','Arial',sans-serif; box-sizing: border-box; list-style:none;  }
*{ -webkit-tap-highlight-color:rgba(255,255,255,0); }
/** { touch-action: pan-y; }*/

a,a:hover{ text-decoration:none; color: #333; -webkit-tap-highlight-color:rgba(255,255,255,0);}

img{border:none;width: 100%;max-width: 100%;}
.w10{width: 10%;}  .w20{width: 20%;}  .w25{width: 25%;}  .w30{width: 30%;}  .w40{width: 40%;}  .w50{width: 50%;}
.wid9{width: 9%;}.wid10{width: 10%;}.wid11{ width: 11%; }.wid12{ width: 12%; }.wid13{ width: 13%; }
.wid14{ width: 14%; }.wid17{ width: 17%; }  .wid20{ width: 20%; }  .wid21{ width: 21%; }  .wid22{ width: 22%; }  .wid23{ width: 23%; }  .wid24{ width: 24%; }  .wid25{ width: 25%; }  .wid26{ width: 26%; }  .wid27{ width: 27%; }  .wid28{ width: 28%; }  .wid29{ width: 29%; }  .wid30{ width: 30%; }  .wid31{ width: 31%; }  .wid32{ width: 32%; }  .wid33{ width: 33%; } .wid35{ width: 35%; }.wid36{ width: 36%; }.wid40{ width: 40%; }.wid50{ width: 50%; }
.float-left{float: left!important;}  .float-right{float: right!important;}
.text-right{text-align: right!important;}  .text-center{text-align: center!important;} .text-left{text-align: left!important;}
.c3{color: #333!important;}  .c6{color: #666!important;}  .c9{color: #999!important;}
.f11{font-size: 12px;transform: scale(0.9,0.9)}
.lineH18{line-height: 18px!important;}.lineH20{line-height: 20px!important;}.lineH22{line-height: 22px!important;}.lineH28{line-height: 28px!important;}.lineH24{line-height: 24px!important;}.lineH30{line-height: 30px!important;}
.f12{font-size: 12px!important}.f13{font-size: 13px!important;}.f14{font-size: 14px!important;}.f15{font-size: 15px!important;}.f16{font-size: 16px!important;}.f17{font-size: 17px!important;}.f22{font-size: 22px!important}
.bold{font-weight: bold;}
.font-style{font-family: 'Heiti SC';}
input,textarea,button{-webkit-appearance: none;-moz-appearance: none;border: 0px;box-shadow: none;border-radius: 0px;}
input:focus,textarea:focus,button:focus{outline: none;}
input::-webkit-input-placeholder{  color: #999;  }
input:-moz-placeholder{color: #999;}
input::-moz-placeholder{color: #999;}
input:-ms-input-placeholder{color: #999;}
textarea::-webkit-input-placeholder{  color: #999;  }
textarea:-moz-placeholder{color: #999;}
textarea::-moz-placeholder{color: #999;}
textarea:-ms-input-placeholder{color: #999;}
.elli1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: block;width: 100%}
.line-g{width: 100%;height: 5px;background-color: #F4F4F4;}
.block{display: block;}
.paddingT10{padding-top: 10px;}
.paddingR15{padding-right: 15px;}
input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #333!important;
    -webkit-box-shadow: 0 0 0px 1000px transparent  inset !important;
    background-color:transparent;
    background-image: none;
    color: #333;
    transition: background-color 50000s ease-in-out 0s;
}
input{
    background-color:transparent;
}
.mask{width: 100%;height: 100%;background: rgba(0,0,0,0.6);position: fixed;left: 0px;top: 0px;z-index: 999998;}
.mask.mask-open{opacity: 1;pointer-events: auto;-webkit-transition: all 0.3s;transition: all 0.3s;}
.mask.mask-close{opacity: 0;pointer-events: none;-webkit-transition: all 0.3s;transition: all 0.3s;}
input::-webkit-input-safebox-button{display: none;}
#sogou_secure_inputs_container div{background-image:none!important;}
.hideOver{
    overflow-x: hidden;overflow-y: hidden;
    height: 100%;
}
/*适配iphonex以上的 底部*/  
/*body{*/
/*    padding-bottom: constant(safe-area-inset-bottom);!* 兼容 iOS < 11.2 *!*/
/*    padding-bottom: env(safe-area-inset-bottom);!* 兼容 iOS >= 11.2 *!*/
/*}*/
/*body:after{*/
/*    content: "";*/
/*    height: constant(safe-area-inset-bottom);*/
/*    height: env(safe-area-inset-bottom);*/
/*    width: 100%;position: fixed;*/
/*    left: 0px;bottom: 0px;*/
/*    background-color: #FFF;*/
/*}*/