/*reset 合并到自己的css中去 */
body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td{margin:0;padding:0;}
ul,ol{list-style:none;}
a{text-decoration:none;color:#333333;}
a:hover{color:#333333;}
a:visited{color:#333333;}
html{-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;font-size:62.5%;}
body{font-size:14px;line-height:1.5em;color:#000;}
body,button,input,select,textarea{font-family:'Microsoft YaHei','helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;}
b,strong{font-weight:bold;}
i,em{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
table th,table td{border:1px solid #ddd;padding:5px;}
table th{font-weight:inherit;border-bottom-width:2px;border-bottom-color:#ccc;}
img{border:0 none;width:auto\9;max-width:100%;vertical-align:top;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
@media screen and (-webkit-min-device-pixel-ratio:0){
    input{line-height:normal!important;}
}
select[size],select[multiple],select[size][multiple]{border:1px solid #AAA;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,video,progress{display:inline-block;}
@media only screen and (min-width:1025px){.body{max-width:320px}}

html * {outline: 0; -webkit-text-size-adjust: none;
     -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
input {-webkit-tap-highlight-color: rgba(0,0,0,0);}

/* function */
noscript,.spanclass,.pannel,.hidden{display:none;}
.show,.block{display:block;}
.mark,.fl,.mark-sub,.fr{display:inline;}
.mark,.fl{float:left;} .mark-sub,.fr{float:right;}
.fs-14{font-size:14px;} .fs-16{font-size:16px;}
.clear{clear:both; height:0; line-height:0; font-size:0; overflow:hidden;}
.clearfix{*zoom:1} .clearfix:after{content:"\20"; clear:both; height:0; display:block; overflow:hidden;}

/*自定义类名*/
.box-shadow{
    box-shadow: 5px 5px 20px 1px #888888;
    -webkit-box-shadow: 5px 5px 20px 1px #888888;
}

.col-fx-1,.col-fx-2,.col-fx-3,.col-fx-4,.col-fx-5,.col-fx-6,.col-fx-7,.col-fx-8,.col-fx-9,.col-fx-10{
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.col-fx-2{
    width: 50%;
}

.col-fx-3{
    width: 33.3%;
}

.col-fx-4{
    width: 25%;
}
.fixed{
    position: fixed;
}
.row-fx{
    *zoom:1
}
.row-fx:after{
    content:"\20";
    clear:both;
    height:0;
    display:block;
    overflow:hidden;
}

.ul-hide li{
    display:none;
}

.ul-hide li.cur{
    display:block;
}

.split-line {
    background: #f8f8f8;
    height: 20px;
}

.c3 {
    color: #333;
}

.c6 {
    color: #666;
}

.c9,::-webkit-input-placeholder {
    color: #999;
}
[v-cloak] {
    display:none !important;
}
