/*!	* base.css * CSS Document * The site is designed by Lxh,Inc 6/2017 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* base */
@charset "utf-8";
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,dl,dt,dd,li,form,button,input,span,i,ul,a,em,img,textarea,select,legend,fieldset{margin:0;padding:0;}
body{font-size:12px; line-height:22px; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased;  font-smoothing: antialiased; min-width:320px; overflow-x:hidden;}
body,button,input,select,textarea{font-size:12px;font-family:"Microsoft Yahei";}
*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea {font-size:100%;}
img{border:none;vertical-align:middle; -ms-interpolation-mode: bicubic;}
ul,ol{list-style:none;}
ul,li{padding:0;margin:0;}
a{text-decoration:none;blr:expression(this.onFocus=this.blur()); outline:none;}
address, cite, dfn, em, var{font-style: normal;}
code, kbd, pre, samp, tt{font-family: "Courier New", Courier, monospace;}
small{font-size:12px;}

/* Form */
label,input,select{vertical-align:middle;}
input[type=submit],input[type=button],input[type=reset]{cursor:pointer;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"],select,textarea{-webkit-appearance:none;font-family:"Arial","Microsoft Yahei", Helvetica, sans-serif;}*:focus{outline:none;}
textarea,select{-webkit-appearance:none;}

/* 使得表单元素在 ie 下能继承字体大小 */
button, input, select, textarea{font-size:100%;}

/* 重置表格元素 */
table{border-collapse:collapse; border-spacing:0;}

/* 重置 hr */
hr{border:none; height:1px;}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
/*html{overflow-y:scroll;}*/

/* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
abbr[title],
acronym[title]{border-bottom:1px dotted; cursor:help;}

/*text*/
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}

/* Clear float */
.clearfix:before,.clearfix:after{content:".";display:block;visibility:hidden;height:0;line-height:0;font-size:0;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clear{clear:both;height:0;overflow:hidden;}
.fl{float:left;}
.fr{float:right;}

/*container*/
.container{width:1200px;margin:0 auto;}

/*other*/
.omit{white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; display:block;}
.base_layer{position:fixed; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:1000; top:0; right:0; bottom:0; left:0; display:none;}

/*â€”æ»šåŠ¨æ¡é»˜è®¤æ˜¾ç¤ºæ ·å¼â€“
::-webkit-scrollbar-thumb{
background-color:#c292f5;
height:50px;
outline-offset:-2px;
outline:2px solid #fff;

}
 
/*â€”æ»šåŠ¨æ¡å¤§å°â€“
::-webkit-scrollbar{
width:0px;
height:0px;
}
 
/*â€”æ»šåŠ¨æ¡†èƒŒæ™¯æ ·å¼â€“
::-webkit-scrollbar-track-piece{
-webkit-border-radius:0;
}