

*{margin: 0; padding: 0; outline: none;box-sizing: inherit;}
*:not(input,textarea){-webkit-touch-callout: inherit; -webkit-user-select: auto;}

body{width:100%; color: #060002; -webkit-touch-callout: inherit ; -webkit-user-select: auto ; background-color: #ffffff; margin:0 auto; font-size:0.26rem;font-family:"微软雅黑"!important; }

a { outline: none; color: inherit;color: #999; text-decoration: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }  
a:link { text-decoration: none; color: inherit; }  
a:visited { text-decoration: none; color: inherit; }  
a:hover { text-decoration: none; color: inherit; }  
a:active { star: expression(this.onFocus=this.blur()); text-decoration: none; color: inherit; } 
a:focus { outline: 0; color: inherit; text-decoration: none; }
button,input,select,textarea{font-size: 100%; margin: 0; padding: 0; outline: none;}
dt,dd{display: inline-block;}
textarea,input{resize: none; outline: none;}
textarea{resize: none; -webkit-appearance: none;}
ul,ol,li{list-style: none;}
i, em, b {
    font-style: normal;
    font-weight: normal;
}
img{display:block;}
/*--input--*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea { -webkit-appearance: none;}   
/*--float--*/
.fl, .fr{display: inline; float: left;}
.fr{float: right;}
/*--blank10--*/
.blank1{ width:100%; height:2px; line-height:2px; overflow:hidden; clear:both;}
.blank10{ width:100%; height:0.2rem; line-height:0.2rem; overflow:hidden; clear:both;}
#loading{width:0.5rem; height:0.6rem; position:absolute; top:50%; left:50%; margin-top:-0.3rem; margin-left:-0.25rem;}
.spinner{width: 0.5rem; height: 0.6rem; text-align: center; font-size: 0.1rem;}
.spinner > div{background-color: #ec6718; height: 100%; width: 0.06rem; display: inline-block; -webkit-animation: stretchdelay 1.2s infinite ease-in-out; animation: stretchdelay 1.2s infinite ease-in-out;}
.spinner .rect2{-webkit-animation-delay: -1.1s; animation-delay: -1.1s;}
.spinner .rect3{-webkit-animation-delay: -1.0s; animation-delay: -1.0s;}
.spinner .rect4{-webkit-animation-delay: -0.9s; animation-delay: -0.9s;}
.spinner .rect5{-webkit-animation-delay: -0.8s; animation-delay: -0.8s;}
@-webkit-keyframes stretchdelay{0%, 40%, 100%{-webkit-transform: scaleY(0.4)} 20%{-webkit-transform: scaleY(1.0)}}
@keyframes stretchdelay{0%, 40%, 100%{transform: scaleY(0.4); -webkit-transform: scaleY(0.4);} 20%{transform: scaleY(1.0); -webkit-transform: scaleY(1.0);}}

