/*public style*/
*{margin:0 ;padding:0;box-sizing: border-box;-moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
body,p,ul,li,input,dl,dd,dt,div,tabole,tr,td,a{font-size:0.25rem;font-family:"微软雅黑","microsoft yahei";}	
a{text-decoration:none;outline:0px;color:#000000;}
ul, ol, li, dl, dt, dd {list-style:none;}
fieldset, img {border:0;}
body{overflow-x: hidden;position:relative;width:100%;height:100%;}
input[type="text"],input[type="password"],input[type="submit"],input[type="reset"],input[type="button"],textarea{-webkit-appearance: none;}
a:link { text-decoration: none !important;  } 
a:visited {text-decoration: none !important; border: none;} 
a:hover {text-decoration: none !important; border: none;} 
a:focus{text-decoration:none !important; border: none;}
@media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait) {
    html { font-size: 357.4% !important; }
}
@media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait) {
    html { font-size: 373.4% !important; }
}
@media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait) {
    html { font-size: 381% !important }
}
@media screen and (min-width:400px) and (max-width:413px) and (orientation:portrait) {
    html { font-size: 396.25% !important; }
}
@media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait){
    html { font-size: 410.6% !important; }
}
@media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait){
    html { font-size: 427.75% !important; }
}
.clear{clear: both;}
.left{float: left;}
.right{float:right;}

::-webkit-input-placeholder { /* WebKit browsers */ 
font-size:14px;
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
font-size:14px;
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
font-size:14px;
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
font-size:14px;
}
html,body{overflow:hidden;overflow-y:auto;}

.wrap:after{content:"";display: block;clear:both;visibility: hidden;height:0;}

