*,body, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, form, fieldset, input, label,textarea {
    margin: 0;
    padding: 0;
}

body {
    font-family: Microsoft YaHei, Arial,Helvetica,sans-serif,"微软雅黑";
    font-size: 14px;
    -webkit-text-size-adjust: none;
    color: #666;
    min-width: 1200px;
    background-color: #f8f8f8;
}

html,body {
    height: 100%;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

a {
    text-decoration: none;
    color: #666;
    outline: none;
}

input,button,select{
    outline: none;
}

img {
    border: 0;
    outline: none;
}

em,i {
    font-style: normal;
}

ul,li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="button"],input[type="submit"],input[type="checkbox"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select::-ms-expand {
    display: none;
}

::-webkit-input-placeholder {
    color: #bbb;
    font-family: Microsoft YaHei;
}

.clearfix:before,.clearfix:after {
    content: "";
    display: table;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.hide {
    display: none !important;
}
.main{
    width: 1200px;
    margin: 0 auto;
}
.pr{
    position: relative;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.pt10{
    padding-top: 10px;
}
.pt20{
    padding-top: 20px;
}
.pb20{
    padding-bottom: 20px;
}
.pr20{
    padding-right: 20px;
}
.pl70{
    padding-left: 70px;
}
.ml20{
    margin-left: 20px;
}
.ml100{
    margin-left: 100px;
}
.ml140{
    margin-left: 140px;
}
.ml250{
    margin-left: 250px;
}
.mr20{
    margin-right: 20px;
}
.mr130{
    margin-right: 130px;
}
.text-center{
    text-align: center;
}
.bg-fff{
    background: #fff;
}
.green{
    color: #009944 !important;
}
.red{
    color: #fc455a !important;
}
.orange-red{
    color: #fc6232;
}
.white{
    color: #fff !important;
}
.f16{
    font-size: 16px;
}
.co333{
    color: #333333 !important;
}

[v-cloak]{
    display:none;
}
/*.display-box,.display-flex{*/
    /*display: box;*/
    /*display: -webkit-box;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*display: -webkit-flex;*/
    /*-webkit-box-orient: horizontal;*/
    /*-webkit-flex-direction: row;*/
    /*-moz-flex-direction: row;*/
    /*-ms-flex-direction: row;*/
    /*-o-flex-direction: row;*/
    /*flex-direction: row;*/
    /*box-sizing: border-box;*/
/*}*/
/*.display-box li,.flex-box{*/
    /*-webkit-box-flex: 1;*/
    /*-moz-box-flex: 1;*/
    /*-webkit-flex: 1;*/
    /*-ms-flex: 1;*/
    /*box-flex: 1;*/
    /*flex: 1;*/
    /*-moz-flex: 1;*/
    /*box-sizing: border-box;*/
/*}*/








