@charset "utf-8";
html,body{ width:100%; height:100%;}
html{ font-size:62.5% ;  }
body{  font:1.2rem/150% "Microsoft Yahei",Arial,sans-serif; word-wrap:break-word; color:#333; background-color:#ebebeb; }
input{ border:0 none; }
*{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
input,button,select,textarea{outline:none; background:none; -webkit-appearance:none;font-family:"Microsoft Yahei", sans-serif; font-size:1.2rem;} 
textarea{resize:none}
a{ color:#333;}
.color0{ color:#000;}
.color3{ color:#333;}
.color5{ color:#565656;}
.color6{ color:#666;}
.color9{ color:#999;}
.colorRed{ color:#e92d45;}
.colorWhite{ color:#fff;}
.colorBlue{ color:#2525ff;}
.allBorder{border:1px solid;}
.auto_img{width: 100%;height: auto;}
.responseImg{ max-width:100%; height:auto; vertical-align:middle;}
.top_5{ position:relative;top:-5px;}

input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
input:focus, textarea:focus {outline: none;}
textarea {resize: none;}

/*.wrapper{ position:absolute;width:100%;left:0;right:0;top:0px;}*/
/*复选框*/
/*.radio{ display:inline-block; width:14px; height:14px; background:url(../images/check.png) no-repeat;  vertical-align:middle;  cursor:pointer;  }
.radio_check{ display:inline-block; width:14px; height:14px; background:url(../images/checkon.png) no-repeat;  vertical-align:middle;  cursor:pointer; }
.radio input { height: 14px; width: 14px; vertical-align:top; cursor:pointer; opacity: 0; filter:alpha(opacity=0);float:right;}*/