/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}


/*隐藏*/

.hidden {
    display: none;
}

html,
body {
    font-size: 24px;
    height: 100%;
    background-color: #f7f9fc;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.vam {
    vertical-align: middle;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.taj {
    text-align: justify;
}

.ovH {
    overflow: hidden;
}

.ovS {
    overflow: scroll;
}


/*flex布局*/

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-sp-b {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.flex-sp-a {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}

.flex-sp-s {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}

.flex-sp-c {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.flex-sp-e {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}

.flex-cz-s {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}

.flex-cz-c {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.flex-cz-e {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
}

.flex-grow-1 {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1;
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -o-flex-shrink: 0;
    flex-shrink: 0
}

.flex-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    ;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*flex布局end*/

.positionR {
    position: relative;
}

.positionF {
    position: fixed;
}

.positionA {
    position: absolute;
}

.nowrap {
    white-space: nowrap;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*color颜色*/

.color000 {
    color: #000;
}

.color333 {
    color: #333;
}

.color666 {
    color: #666;
}

.color999 {
    color: #999;
}

.colorbd {
    color: #bdbdbd;
}

.color-red {
    color: #d41414;
}

.color-blue {
    color: #00489d;
}

.color-orange {
    color: #f6921d;
}

.fcw {
    color: #fff;
}

.bgcf {
    background-color: #fff;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs21 {
    font-size: 21px;
}

.fs22 {
    font-size: 22px;
}

.fs23 {
    font-size: 23px;
}

.fs24 {
    font-size: 24px;
}

.fs25 {
    font-size: 25px;
}

.fs26 {
    font-size: 26px;
}

.fs27 {
    font-size: 27px;
}

.fs28 {
    font-size: 28px;
}

.fs29 {
    font-size: 29px;
}

.fs30 {
    font-size: 30px;
}

.fs31 {
    font-size: 31px;
}

.fs32 {
    font-size: 32px;
}

.fs33 {
    font-size: 33px;
}

.fs34 {
    font-size: 34px;
}

.fs35 {
    font-size: 35px;
}

.fs36 {
    font-size: 36px;
}

.fs37 {
    font-size: 37px;
}

.fs38 {
    font-size: 38px;
}

.fs39 {
    font-size: 39px;
}

.fs40 {
    font-size: 40px;
}

.fs41 {
    font-size: 41px;
}

.fs42 {
    font-size: 42px;
}

.fs43 {
    font-size: 43px;
}

.fs44 {
    font-size: 44px;
}

.fs45 {
    font-size: 45px;
}

.fs46 {
    font-size: 46px;
}

.fs47 {
    font-size: 47px;
}

.fs48 {
    font-size: 48px;
}

.fs49 {
    font-size: 49px;
}

.fs50 {
    font-size: 50px;
}

.bold {
    font-weight: bold;
}

.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content-box {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}


/**间距**/

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt21 {
    margin-top: 21px !important;
}

.mt24 {
    margin-top: 24px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt36 {
    margin-top: 36px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt63 {
    margin-top: 63px !important;
}

.mt66 {
    margin-top: 66px !important;
}

.mt67 {
    margin-top: 67px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mt8 {
    margin-top: 4px !important;
}

.mt8 {
    margin-top: 4px !important;
}

.mt6 {
    margin-top: 6px !important;
}

.mt8 {
    margin-top: 8px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt13 {
    margin-top: 13px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt18 {
    margin-top: 18px !important;
}

.mt26 {
    margin-top: 26px !important;
}

.mt29 {
    margin-top: 29px !important;
}

.mt31 {
    margin-top: 31px !important;
}

.mt54 {
    margin-top: 54px !important;
}

.mt58 {
    margin-top: 58px !important;
}

.mt64 {
    margin-top: 64px !important;
}

.mt72 {
    margin-top: 72px !important;
}

.mt88 {
    margin-top: 88px !important;
}

.mt32 {
    margin-top: 32px !important;
}

.mt117 {
    margin-top: 117px !important;
}

.mt134 {
    margin-top: 134px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb12 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb66 {
    margin-bottom: 66px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb13 {
    margin-bottom: 13px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb2 {
    margin-bottom: 2px !important;
}

.mb4 {
    margin-bottom: 4px !important;
}

.mb6 {
    margin-bottom: 6px !important;
}

.mb8 {
    margin-bottom: 8px !important;
}

.mb19 {
    margin-bottom: 9px !important;
}

.mb23 {
    margin-bottom: 23px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml28 {
    margin-left: 28px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.ml100 {
    margin-left: 100px !important;
}

.ml110 {
    margin-left: 110px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.ml85 {
    margin-left: 85px !important;
}

.ml95 {
    margin-left: 95px !important;
}

.ml2 {
    margin-left: 2px !important;
}

.ml4 {
    margin-left: 4px !important;
}

.ml6 {
    margin-left: 6px !important;
}

.ml8 {
    margin-left: 8px !important;
}

.ml17 {
    margin-left: 17px !important;
}

.ml42 {
    margin-left: 42px !important;
}

.ml180 {
    margin-left: 180px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mr85 {
    margin-right: 85px !important;
}

.mr95 {
    margin-right: 95px !important;
}

.mr2 {
    margin-right: 2px !important;
}

.mr4 {
    margin-right: 4px !important;
}

.mr6 {
    margin-right: 6px !important;
}

.mr8 {
    margin-right: 8px !important;
}

.mr17 {
    margin-right: 17px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pt85 {
    padding-top: 85px !important;
}

.pt95 {
    padding-top: 95px !important;
}

.pt2 {
    padding-top: 2px !important;
}

.pt4 {
    padding-top: 4px !important;
}

.pt6 {
    padding-top: 6px !important;
}

.pt8 {
    padding-top: 8px !important;
}

.pt14 {
    padding-top: 14px !important;
}

.pt18 {
    padding-top: 18px !important;
}

.pt26 {
    padding-top: 26px !important;
}

.pt32 {
    padding-top: 32px !important;
}

.pt42 {
    padding-top: 42px !important;
}

.pt48 {
    padding-top: 48px !important;
}

.pt64 {
    padding-top: 64px !important;
}

.pt200 {
    padding-top: 200px !important;
}

.pt215 {
    padding-top: 215px !important;
}

.pt165 {
    padding-top: 165px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb55 {
    padding-bottom: 55px;
}

.pb65 {
    padding-bottom: 65px !important;
}

.pb75 {
    padding-bottom: 75px !important;
}

.pb85 {
    padding-bottom: 85px !important;
}

.pb95 {
    padding-bottom: 95px !important;
}

.pb2 {
    padding-bottom: 2px !important;
}

.pb4 {
    padding-bottom: 4px !important;
}

.pb6 {
    padding-bottom: 6px !important;
}

.pb8 {
    padding-bottom: 8px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.pl50 {
    padding-left: 50px !important;
}

.pl60 {
    padding-left: 60px !important;
}

.pl70 {
    padding-left: 70px !important;
}

.pl80 {
    padding-left: 80px !important;
}

.pl90 {
    padding-left: 90px !important;
}

.pl100 {
    padding-left: 100px !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl45 {
    padding-left: 45px !important;
}

.pl55 {
    padding-left: 55px !important;
}

.pl65 {
    padding-left: 65px !important;
}

.pl75 {
    padding-left: 75px !important;
}

.pl85 {
    padding-left: 85px !important;
}

.pl95 {
    padding-left: 95px !important;
}

.pl2 {
    padding-left: 2px !important;
}

.pl4 {
    padding-left: 4px !important;
}

.pl6 {
    padding-left: 6px !important;
}

.pl8 {
    padding-left: 8px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pr100 {
    padding-right: 100px !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pr65 {
    padding-right: 65px !important;
}

.pr75 {
    padding-right: 75px !important;
}

.pr85 {
    padding-right: 85px !important;
}

.pr95 {
    padding-right: 95px !important;
}


/* 宽度 */

.height100 {
    height: 100%
}

.heightUnset {
    height: unset !important;
}

.w100 {
    width: 100%;
}

.w50 {
    width: 50%;
}

.lh15 {
    line-height: 15px;
}

.lh26 {
    line-height: 26px;
}

.lh35 {
    line-height: 35px;
}


/* haeder */

.header-bg {
    background-color: #fff;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 2000;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
}

.header-bg .header-content {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.header-bg .header-content .logo {
    width: 286px;
    height: 27px;
}

.header-bg .header-content .header-img {
    width: 32px;
    height: 32px;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 10px;
}

.header-bg .header-content .header-out {
    width: 20px;
    height: 19px;
    margin-right: 10px;
    margin-left: 30px;
}

.top-title {
    font-size: 16px;
    color: #333;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #eee;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.el-popover {
    padding: 0 !important;
}

.top-content {
    width: 100%;
}

.top-content>div {
    cursor: pointer;
}

.top-content>img {
    cursor: pointer;
}

.notice {
    width: 20px;
    height: 22px;
    margin-right: 30px;
    cursor: pointer;
}

.notice-tip {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff0000;
    top: 0;
    left: 13px;
}

.out {
    cursor: pointer;
}


/* header */


/* footer */

.footer-bg {
    background-color: #222a37;
    box-sizing: border-box;
    padding: 18px 0px;
    min-width: 1200px;
}


/* footer */


/*section */

section {
    height: 100%;
    background-color: #f7f9fc;
    display: flex;
    flex-flow: column;
}

.content {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1;
    flex-shrink: 0;
}

.cup {
    cursor: pointer;
}

.sort-arrow {
    display: inline-block;
}

.sort-arrow-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #c3c3c3;
}

.sort-arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #c3c3c3;
    margin-top: 2px;
}

.header-down-list:hover {
    color: #00489d;
}

.no_data {
    padding: 50px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.no_data span {
    color: #999;
}

.no_data img {
    width: 200px;
}

.copyrigh:hover {
    color: #00489d;
}