/*初始化*/

* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



body {

    font-size: 16px;

    color: #1f1f1f;

    line-height: 1.8;

    background: #ffffff;



}


[v-cloak]{
        display: none;
}






a {

    color: #1f1f1f;

    text-decoration: none;

    display: inline-block

}



a:hover {

    color: #1f1f1f;

    text-decoration: none

}





ul {

    list-style: none;

}



img {

    border: none;

    display: inline-block;

    max-width: 100%;

    flex-shrink: 0;

}



input,

textarea,

select,

button {

    font-size: 16px;

    border: none;

    outline: medium;

    font-family: "微软雅黑";

    -webkit-appearance: none;

    background: none

}



input::-webkit-input-placeholder {

    color: #9c9c9c;

}



input:-moz-placeholder {

    color: #9c9c9c;

}



input::-moz-placeholder {

    color: #9c9c9c;

}



input:-ms-input-placeholder {

    color: #9c9c9c;

}



.fb {

    font-weight: bold;

}



.lighter {

    font-weight: lighter;

}



.tc {

    text-align: center

}



.tl {

    text-align: left

}



.tr {

    text-align: right

}



.rel {

    position: relative;

}



.abs {

    position: absolute;

}



.fl {

    float: left;

}



.fr {

    float: right;

}



.flex {

    display: flex;

}



.start {

    align-items: flex-start !important;

}



.dis {

    display: flex;

    align-items: center;

}



.dis_center {

    display: flex;

    align-items: center;

    justify-content: center;

}



.dis_end {

    display: flex;

    justify-content: flex-end;

    align-items: center;

}



.dis_end1 {

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

}



.dis_between {



    display: flex;

    align-items: center;

    justify-content: space-between;

}



.dis_between1 {



    display: flex;

    justify-content: space-between;

}



.dis_around {

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-around;

}



.dis_column {

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

}



.shrink {

    flex-shrink: 0;

}



.wrap {

    flex-wrap: wrap;

}





.w100 {

    width: 100% !important;

}



.h100 {

    height: 100% !important;

}



.one {

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    display: block;

}



.two {

    display: -webkit-box;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    overflow: hidden;

    -webkit-box-orient: vertical;

    line-height: 1.5;

    height: 48px;

}



.three {

    display: -webkit-box;

    text-overflow: ellipsis;

    -webkit-line-clamp: 3;

    overflow: hidden;

    -webkit-box-orient: vertical;

    line-height:2;

    height: 108px;

}





.line_1 {

    line-height: 1

}



.hidden {

    overflow: hidden;

}



.clearfix::after {

    content: "";

    display: block;

    clear: both;

}





.radius20 {

    border-radius: 20px;

}



.bor_b {

    border-bottom: solid 1px #e5e5e5;

    padding-bottom: 30px;

}



.left_auto {

    margin-left: auto;

}



.mar_r20 {

    margin-right: 20px;

}



.mar_r10 {

    margin-right: 10px;

}



.mar_t10 {

    margin-top: 10px;

}



.mar_t20 {

    margin-top: 20px;

}





.mar_t40 {

    margin-top: 40px !important;

    ;

}





.mar_t60 {

    margin-top: 60px !important;

}



.mar_t80 {

    margin-top: 20px !important;

}



.f110 {

    font-size: 110px;

    line-height: 1.3;

}



.f50 {

    font-size: 50px;

}





.f46 {

    font-size: 46px;

}



.f42 {

    font-size: 42px;



}



.f36 {

    font-size: 36px;

}



.f32 {

    font-size: 32px;

}



.f30 {

    font-size: 30px;

}

.f28 {

    font-size: 28px;

}



.f26 {

    font-size: 26px;

}

.f24 {

    font-size: 24px;

}



.f22 {

    font-size: 22px;

}



.f20 {

    font-size: 20px;

}



.f18 {

    font-size: 18px;

}



.f15 {

    font-size: 15px;

}



.f134 {

    font-size: 14px;

}



.c_bai {

    color: #fff !important;

}



.c_6 {

    color: #666;

}



.c_9 {

    color: #999;

}



.bgw {

    background: #fff !important;

}



::-webkit-scrollbar {

    display: none;

}



.input-placeholder {

    color: #ccc;

}



.huibg {

    width: 100%;

    height: 100%;

    position: fixed;

    top: 0;

    left: 0;

    background: rgba(0, 0, 0, .5);

    z-index: 99;

}



.w1400 {

    max-width: 1400px;

    margin: 0 auto;

}



.w1680 {

    max-width: 1680px;

    margin: 0 auto;

}







@media only screen and (max-width: 1681px) {



    .w1680 {

        margin: 0 1.5%;

    }

    .w1400 {

        margin: 0 1.5%;

    }

}