/* CSS Document v2018.04.02 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
body {font-family: Phetsarath OT,Arial,Arial Unicode MS,Helvetica,Sans-Serif;color:#666;}
img { border:none; vertical-align: top;}
a{ color:#111; text-decoration:none;}
a:hover{ color:#05a8d7; text-decoration:none;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
form {margin:0;padding:0;}
q:before,q:after {content:"";}
abbr,acronym {border:0;}
input,textarea {font-size:12px; box-sizing: border-box;}

.clear{clear: both; overflow: hidden;}

.text-miancolor{color: #05a8d7 !important;}
.text-white{color: #fff !important;}
.text-black{color: #000 !important;}
.text-center{text-align: center;}

/**
 * 滚动条
 */
.hm-scroll::-webkit-scrollbar{width:8px;}
.hm-scroll::-webkit-scrollbar-thumb{background-color:#e1e3e4;background-clip:content-box;border-top:5px solid rgba(255,255,255,0);border-bottom:5px solid rgba(255,255,255,0);border-right:4px solid rgba(255,255,255,0)}
.hm-scroll::-webkit-scrollbar-track{background-color:#fbfbfb}