@charset "UTF-8";
/*
* author 秦文(kis2)
* time 2017-07-13
*/
/* CSS Document*/
/*transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,fieldset, input, textarea, p, blockquote, th, td, b{padding: 0;margin: 0;font-weight: normal;}
html{overflow: -moz-scrollbars-vertical;} /*始终让 Firefox 显示滚动条*/
*{word-wrap: break-word;margin: 0;padding: 0;} /*文字强制换行word-break:keep-all;(Ff)*/
table{border-collapse: collapse;} /*细线表格*/
fieldset, img{border: none;} /*清除描边,块显示*/
ul, li{list-style-type: none;} /*无列表项目标记*/
a{text-decoration: none;} /* 链接无下划线,有为underline;链接去框 */
a{
    color:#666;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    text-decoration: none;
}
a:hover{color: #06b4e5;} /* 鼠标在链接上 */
body{font-family: "Microsoft YaHei";font-size: 12px;color: #666;background: #f2f2f2;height: 100%;}
select, input{vertical-align: middle;outline: none;}
em, i{font-style: normal;}
input[type=button], input[type=reset], input[type=submit], input[type=radio],input[type=checkbox]{cursor: pointer;outline: none;border: none;}
textarea{outline: none;}
input{outline: none;border: none;}
.clear{height: 0px;clear: both;overflow: hidden;}
.h5{clear: both;height: 5px;overflow: hidden;}
.h6{clear: both;height: 6px;overflow: hidden;}
.h10{clear: both;height: 10px;overflow: hidden;}
.h15{clear: both;height: 15px;overflow: hidden;}
.h20{clear: both;height: 20px;}
.h25{clear: both;height: 25px;overflow: hidden;}
.h30{clear: both;overflow: hidden;height: 30px;}
.h35{clear: both;overflow: hidden;height: 35px;}
.h40{clear: both;height: 40px;overflow: hidden;}
.h45{clear: both;height: 45px;overflow: hidden;}
.h50{clear: both;height: 50px;overflow: hidden;}
.h55{clear: both;height: 55px;overflow: hidden;}
.h60{clear: both;height: 60px;overflow: hidden;}
.h70{clear: both;height: 70px;overflow: hidden;}
.h80{clear: both;height: 80px;overflow: hidden;}
.h90{clear: both;height: 90px;overflow: hidden;}
.h100{clear: both;height: 100px;overflow: hidden;}
.h110{clear: both;height: 110px;overflow: hidden;}
.h200{clear: both;height: 200px;overflow: hidden;}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}
img{border: none;}
input, textarea{-webkit-tap-highlight-color: rgba(255,255,255,0);}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color: #aab2bd; /* placeholder颜色  */
    font-size:0.65rem; /* placeholder字体大小  */
    text-align: left; /* placeholder位置  */
}