/*
*@description:还原浏览器默认样式
*@author：卢杨
*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,textarea{margin:0;padding:0;border:0;color:#555;vertical-align:baseline;font:inherit;font-size:100%;font-size:16px;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";line-height:1.6em;color:#333333;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
html,body{height:100%;}
body{line-height:1;background:#FAFAFA;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
input,button,select,textarea{border:1px solid #eaeaea;outline:none;-moz-border-radius: 2px;-ms-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px;}
button{outline:0;border:none;cursor:pointer;transition:background-color .26s ease-in-out 0s,opacity .26s ease-in-out;}
a,a:hover{text-decoration:none;}
a,input,button{ outline:none; }
img{display:inline-block;}
.select_style{position:relative;float:left;padding:0 25px;width:83px;height:44px;border-right:1px solid #f0f0f0;line-height:44px;cursor:pointer;}
input,textarea,select{-webkit-user-select:auto;margin: 0px;padding: 0px;outline: none;transition: background-color 0.26s ease-in-out 0s, opacity 0.26s ease-in-out;}
input:focus,textarea:focus{border:1px solid #53d9ab;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #d7d7d7;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #d7d7d7;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #d7d7d7; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #d7d7d7;}
input[type="number"] {-moz-appearance: textfield;}
/*****样式初始化结束****/


/*****自定义可复用样式****/
.fl{float: left;}
.fr{float: right;}
.fltnone{float:none!important;}
.pointer{cursor:pointer;}
.w1120{margin:0 auto;width:1120px;}
.clear{clear:both;}
.pd20{padding:20px;}
.pr20{padding-right:25px;padding-top:25px;}
.bordernone{border:none!important;}
.overhid{overflow:hidden;}
.brs2{-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px;}
.brs4{-webkit-border-radius: 4px;-moz-border-radius: 4px;-ms-border-radius: 4px;-o-border-radius: 4px;border-radius: 4px;}
.brs50{-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;border-radius: 50%;}
.ml_10{margin-left:10px;}
.mr_10{margin-right:10px;}
.m_btn{width:210px;height:44px;-webkit-border-radius: 2px;-moz-border-radius: 2px;-ms-border-radius: 2px;-o-border-radius: 2px;border-radius: 2px;font-size:14px;}

