@charset "utf-8";
@media (max-width: 1200px) { body { width: 1920px; overflow-x: scroll; overflow-y: scroll; -webkit-overflow-scrolling: touch;} } 
/* 基本元素重置 */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,a{margin:0;padding:0;outline:none;}
html,body{min-height:100%;background:#ffff}
body,input,textarea,select,button,table{font-size:14px/*;line-height:1.25em*/}
body{font-family:sans-serif!important;color:#000;-webkit-text-size-adjust:none;background:#fff}
img,fieldset{border:0;}
ul,ol{list-style:none;}
em,address{font-style:normal;}
a,a:visited,a:link{color:#666;text-decoration:none;outline:none;}
/*a:active{border:none!important}  */
table{border-collapse:collapse;}
li,a,dd{cursor:pointer;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
h1,h2,h3,h4,h5,h6,em,i{font-style:normal; font-weight:400; outline:none;}
img{border:none;vertical-align:middle;max-width:100%}
table{max-width:100%}
u{text-decoration:none}
input::-webkit-input-placeholder {color:#ccc;} 
/* 重用类样式 */
.f_l{float:left;}
.f_r{float:right;}
.no_margin{margin:0px;}
.no_border{border:0px;}
.no_bg{background:none;}
.clear_both{clear:both ;}
.display_block{display:block;}
.clearfix:after{ content:" "; display:block; height:0; clear:both;visibility:hidden;}
.clearfix{ display:inline-block;}
.hide{display:none;}
.show{display:block}
.white{background:white!important}
.grey{color:#B8B8B8!important}
.blue{ color:#328ECF!important;}
.lightblue {color: #59ACE6!important;}
.cyan {color: #5D78A3!important;}
.red{ color:#FF5E49!important}
.yellow {color: #e5ec2e!important;}
.gold{color:#F0A44A!important}
.green{color:#1dbf4d!important;border-color:#1dbf4d!important}
.orange{color:#F99C35!important}
.clear{zoom:1;}
.clear:after{content:'';display:block; height:0; clear:both;visibility:hidden;}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.message_num{display:none}


.fixed_top{position:fixed;left:0;top:0;width:100%;z-index:666;background:white}
.fixed_bottom{position:fixed;left:0;bottom:0;width:100%;z-index:666;background:white}

.full_screen{width:100%!important}
.bggold{background:#F6B900!important;color:white}
.bgred{background:#FA7252!important;color:white!important;}
.bggreen{background:#58C94A!important;color:white!important}
.w1200{width: 1200px!important;margin:0 auto}
.bgwhite{background:white}
.bglightgrey{background:#f7f7f7}
.bgblue{background:#328ECF}
.box_shadow{box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.12)}


.ellipsis {white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}
/* 公用部分 */
/* 头部 */