@charset "utf-8";body,h1,h2,h3,h4,h5,dl,dd,dt,p,ul,li,ol{margin:0;padding:0;}
input,select,form,textarea,button{border:none;margin:0;outline:none;padding:0;appearance:none;}
h1,h2,h3,h4,h5{font-weight:normal;}
img{border:none;}
a{text-decoration:none;}
*{font:normal 10px/100% "Helvetica Neue",Helvetica,Arial,sans-serif;}
li{list-style-type:none;}
html{font-size:625%;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#aaa;font-size:.14rem;}
input,textarea{color:#222;font-size:.16rem;}

.dropdwon{position:fixed;width:100%;height:100vh;top:0;left:0;background:rgba(0,0,0,.5);z-index:101;}
.display_none{display:none;}
.dropdwon .down_cont{position:absolute;bottom:0;left:0;background:#fff;padding:0 .16rem;width:calc(100% - .32rem);z-index:10;}
.dropdwon .other_box{position:absolute;width:100%;height:100vh;top:0;left:0;z-index:9;}
.dropdwon .down_cont .title{display:flex;justify-content:space-between;border-bottom:1px solid #ededed;}
.dropdwon .down_cont .title > span{height:.46rem;line-height:.46rem;font-size:.16rem;color:#222;}
.dropdwon .down_cont .title .cacel{color:#666;}
.dropdwon .down_cont .title .finsih{color:#81B1FF;}
.dropdwon .down_cont  .content{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:.2rem;}
.dropdwon .down_cont  .display_none{display:none;}
.dropdwon .down_cont  .content > span{font-size:.16rem;color:#222;background:#FFFFFF;border:1px solid #EDEDED;border-radius:.03rem;height:32px;width:30%;text-align:center;line-height:.34rem;display:inline-block;margin-top:.1rem;}
.dropdwon .down_cont  .content > span.active{color:#81B1FF;border:.01rem solid #81B1FF;}
.tool_tip{position:fixed;left:0;top:0;bottom:0;right:0;z-index:99999;margin:auto;background:rgba(0,0,0,.5);color:#fff;line-height:1.5;font-size:.15rem;border-radius:.18rem;text-align:center;width:80%;max-width:2.2rem;border-radius:.05rem;padding:0 .1rem;height:1rem;line-height:1rem;display:none;}