*{-moz-box-sizing:border-box;box-sizing:border-box;}

html {font-size: 10px;}

#wrapper{ height:auto;}

html,body{ position:relative; height:100%;font-family:"microsoft yahei";}



body{padding:0px ;margin:0; font-size:12px; background:#fff; position:relative; overflow-x:hidden;font-family:"Microsoft YaHei";}

a,p,dl,dt,dd,ul,li,h2,h1,h3,h4,h5,h6,form,iframe,font,em,i{font-family:"Microsoft YaHei"; font-weight:normal;word-break: normal;word-wrap: break-word;  font-style:normal; padding:0px ;margin:0;text-decoration:none;outline:none;-moz-outline:none; font-family:"Microsoft YaHei";}
table,tr,td{font-family:"Microsoft YaHei"; font-weight:normal;word-break: normal;word-wrap: break-word;  font-style:normal; text-decoration:none;outline:none;-moz-outline:none; font-family:"Microsoft YaHei";}
a:focus{outline-style:none; -moz-outline-style: none;}

a:hover{ text-decoration:none;}

p{word-break: normal;word-wrap: break-word; font-family:"microsoft yahei";}

img{ max-width:100%;}

li{ list-style:none; text-decoration:none;font-family:"microsoft yahei";}

input {outline: none;text-decoration:none;-ms-outline:none;font-family:"microsoft yahei";}

textarea {outline: none;text-decoration:none;font-family:"microsoft yahei";}

select{outline: none;text-decoration:none;font-family:"microsoft yahei";}

/*input:focus{ border:1px solid #9c9f58;}*/



.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}

.clearfix {zoom:1;} 

a{text-decoration:none;font-family:"microsoft yahei";}

button {

  margin:0;

  padding:0;

  color:inherit;

  font-family:inherit;

  font-size:inherit;

  background:0 0;

  border:none;

  border-radius:none;

  box-shadow:none;

  -webkit-appearance:none;

  -moz-appearance:none;

  appearance:none;

  outline:0;

  cursor:pointer

}



html::-webkit-scrollbar-track{background-color: #000;}

html::-webkit-scrollbar{width: 5px;background-color:#000;}

html::-webkit-scrollbar-thumb{background-color: #1a4463;border: 2px solid #1a4463;}



@font-face {

  font-family: "PINGFANG REGULAR";

  src: url("PINGFANG REGULAR.woff2") format("woff2"),

       url("PINGFANG REGULAR.woff") format("woff"),

       url("PINGFANG REGULAR.ttf") format("truetype"),

       url("PINGFANG REGULAR.eot") format("embedded-opentype"),

       url("PINGFANG REGULAR.svg") format("svg"),

       url("PINGFANG REGULAR.otf") format("opentype");

  font-weight: normal;

  font-style: normal;

}



.wbk::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 

color: #999999; 

} 

.wbk:-moz-placeholder, textarea:-moz-placeholder { 

color: #999999; 

} 

.wbk::-moz-placeholder, textarea::-moz-placeholder { 

color: #999999; 

} 

.wbk:-ms-input-placeholder, textarea:-ms-input-placeholder { 

color: #999999; 

} 



.wbk1::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 

color: #666666; 

} 

.wbk1:-moz-placeholder, textarea:-moz-placeholder { 

color: #666666; 

} 

.wbk1::-moz-placeholder, textarea::-moz-placeholder { 

color: #666666; 

} 

.wbk1:-ms-input-placeholder, textarea:-ms-input-placeholder { 

color: #666666; 

} 





@keyframes shake1 {

  0%, 100% {

    -webkit-transform: translateY(0px);

    -ms-transform: translateY(0px);

    transform: translateY(0px);

  }



  10%, 30%, 50%, 70%, 90% {

    -webkit-transform: translateY(-10px);

    -ms-transform: translateY(-10px);

    transform: translateY(-10px);

  }



  20%, 40%, 60%, 80% {

    -webkit-transform: translateY(0px);

    -ms-transform: translateY(0px);

    transform: translateY(0px);

  }

}



