/*!
 * login/reg v1.0.0 ()
 * Copyright 2019 whlong
 * Licensed under the ISC license
 */body,div,li,p,span,ul{margin:0;padding:0;box-sizing:border-box}body{position:relative}.active-item{background-color:#fff;color:#333!important}.address-picker{position:absolute;z-index:1111;display:none;top:57px;width:340px;height:260px;background:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.15);border-radius:5px;*border:1px solid #eee}.address-picker-header{text-align:center;border-radius:5px 5px 0 0;background-color:#eee}.address-picker-header p,.address-picker-header ul li{padding:10px 0;height:40px}.address-picker-header p{height:50%;font-size:.4rem}.address-picker-header ul{clear:both;overflow:hidden}.address-picker-header ul li{float:left;width:25%;font-size:14px;color:#999;text-align:center;cursor:pointer}.address-picker-body{font-size:.32rem;width:400%;height:85%}.address-picker-body:after{content:".";height:0;display:none;clear:both}.address-picker-body ul{padding:.1rem 0;float:left;width:25%;height:100%;overflow-x:hidden}.address-picker-body ul li{padding:0 .45rem;line-height:30px;list-style:none;font-size:13px}.selected{background-color:#f4f6fb}#loading{background:transparent;height:100%;width:100%;z-index:1;margin-top:0;position:absolute;display:none}#loading-center{width:50%;height:20%;margin-top:50%;margin-left:25%;position:relative;background-color:rgba(0,0,0,.6)}#loading-center-absolute{position:absolute;left:50%;top:50%;height:50px;width:150px;margin-top:-25px;margin-left:-75px;display:-webkit-flex;display:-webkit-box;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.object{width:8px;height:50px;margin-right:5px;background-color:#fff;-webkit-animation:a 1s infinite;animation:a 1s infinite;float:left}.object:last-child{margin-right:0}.object:nth-child(10){-webkit-animation-delay:.9s;animation-delay:.9s}.object:nth-child(9){-webkit-animation-delay:.8s;animation-delay:.8s}.object:nth-child(8){-webkit-animation-delay:.7s;animation-delay:.7s}.object:nth-child(7){-webkit-animation-delay:.6s;animation-delay:.6s}.object:nth-child(6){-webkit-animation-delay:.5s;animation-delay:.5s}.object:nth-child(5){-webkit-animation-delay:.4s;animation-delay:.4s}.object:nth-child(4){-webkit-animation-delay:.3s;animation-delay:.3s}.object:nth-child(3){-webkit-animation-delay:.2s;animation-delay:.2s}.object:nth-child(2){-webkit-animation-delay:.1s;animation-delay:.1s}@-webkit-keyframes a{50%{-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes a{50%{-webkit-transform:scaleY(0);transform:scaleY(0)}}