#commonHeader .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

#commonHeader a:link,
a:active,
a:visited,
a:hover {
    text-decoration: none;
}

#commonFooter .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

#commonFooter a:link,
a:active,
a:visited,
a:hover {
    text-decoration: none;
}


/**头部 */

#commonHeader #header {
    width: 100%;
    min-width: 1180px;
    position: fixed;
    overflow: hidden;
    z-index: 150;
    left: 0px;
    top: 0px;
    padding: 0px;
}

#commonHeader .headerModelCover {
    width: 100%;
    height: 60px;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    opacity: 0.9;
    padding: 0px;
    background: rgb(30, 30, 30);
    z-index: 150;
}

#commonHeader #headerModel {
    width: 100%;
    min-width: 1180px;
    position: relative;
    overflow: hidden;
    left: 0px;
    top: 0px;
    z-index: 160;
}

#commonHeader .headerWrapper {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}

#commonHeader .headerLogoWrapper {
    margin-top: 9px;
    width: 155px;
    height: 39px;
    float: left;
    display: block;
}

#commonHeader .headerLogo {
    width: 100%;
}

#commonHeader .headerLogoWrapper:hover {
    cursor: pointer;
}

#commonHeader .headerCover {
    clear: both;
    width: 100%;
    /*min-width:1180px;*/
    height: 60px;
    overflow: hidden;
    /*background:#1e1e1e;*/
}

#commonHeader #headerCoursel {
    width: 100%;
    min-width: 1180px;
    height: 400px;
    background-repeat: no-repeat;
    background-origin: center;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    /*border-bottom:solid #dcdee2 1px;*/
}

#commonHeader #headerNavbar {
    position: relative;
    left: 30px;
    z-index: 150;
}

#commonHeader .navbarItem {
    float: left;
    width: 72px;
    line-height: 60px;
    margin-right: 25px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    display: block;
}

#commonHeader .activeNavbarItem {
    float: left;
    width: 72px;
    line-height: 60px;
    margin-right: 25px;
    color: #00b9e7;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    display: block;
}

#commonHeader .navbarItem:hover {
    cursor: pointer;
    color: #00b9e7;
}

#commonHeader .activeNavbarItem:hover {
    cursor: pointer;
    color: #00b9e7;
}

#commonHeader .childItem {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: left;
    position: relative;
}

#commonHeader .personalChildItem {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: left;
    position: relative;
}

#commonHeader .personalChildItem:hover {
    /*color:#00b9e7;*/
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#commonHeader .childItem:hover {
    /*color:#00b9e7;*/
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#commonHeader .activeChildItem {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
    line-height: 40px;
    text-align: left;
    position: relative;
}

#commonHeader .activeChildItem:hover {
    /*color:#00b9e7;*/
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

#commonHeader .navbarChildTag {
    float: left;
    width: 4px;
    height: 40px;
}

#commonHeader .navbarChildActiveTag {
    width: 4px;
    height: 40px;
    /*background:#00b9e7;*/
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#commonHeader .navbarChildContent {
    width: 100%;
    padding-left: 15px;
}

#commonHeader .headerNavbarLineWrapper {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.headerNavbarLine {
    width: 100%;
    height: 3px;
    background: #00b9e7;
    display: none;
}

@keyframes headerLineShow {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.headLineShow {
    animation: headerLineShow 0.5s;
    -moz-animation: headerLineShow 0.5s;
    /* Firefox */
    -webkit-animation: headerLineShow 0.5s;
    /* Safari 和 Chrome */
    -o-animation: headerLineShow 0.5s;
    /* Opera */
}

@keyframes headerLineHide {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

#commonHeader .headLineHide {
    animation: headerLineHide 1s;
    -moz-animation: headerLineHide 1s;
    /* Firefox */
    -webkit-animation: headerLineHide 1s;
    /* Safari 和 Chrome */
    -o-animation: headerLineHide 1s;
    /* Opera */
}

#commonHeader .personalInfo {
    min-width: 146px;
    float: right;
    line-height: 60px;
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    z-index: 160;
}

#commonHeader .personalInfo:hover {
    cursor: pointer;
}

#commonHeader #headerPersonal {
    min-width: 146px;
    position: absolute;
    right: 0px;
    top: 0px;
}

#commonHeader .personalImageWrapper {
    width: 30px;
    text-align: center;
    float: left;
    position: relative;
}

#commonHeader .personalAdditional {
    width: 90px;
    position: absolute;
    top: 60px;
    right: -16px;
    background: #fff;
    z-index: 150;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
    border: 1px solid #ededed;
    border-radius: 0 0 4px 4px;
}

#commonHeader .personalAdditionalItem {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    display: inline-block;
    font-size: 12px;
}

#commonHeader .personalAdditionalItem:hover {
    cursor: pointer;
    color: #00b9e7;
}

#commonHeader .personalImage {
    position: relative;
    top: 18px;
}

#commonHeader .headerPersonalLogin {
    display: block;
    padding: 0px 16px;
    height: 17px;
    line-height: 17px;
    float: right;
    color: #fff;
    font-size: 12px;
    /*border-right: 1px solid #AAB2BD;*/
    font-family: Tahoma, Helvetica, 'SimSun', sans-serif;
    margin-top: 22px;
}

#commonHeader .headerPersonalLogin:hover {
    cursor: pointer;
    /*color:#00b9e7;*/
}

#commonHeader .headerPersonalRegister {
    display: block;
    padding-left: 16px;
    height: 17px;
    line-height: 17px;
    float: left;
    color: #fff;
    font-size: 12px;
    font-family: Tahoma, Helvetica, 'SimSun', sans-serif;
    margin-top: 22px;
}

#commonHeader .headerPersonalRegister:hover {
    cursor: pointer;
    /*color:#00b9e7;*/
}


/**脚部 */

#commonFooter {
    width: 100%;
    min-width: 1180px;
    overflow: hidden;
}

#commonFooter #footerModel {
    width: 100%;
    min-width: 1180px;
    border-top: 1px solid #ededed;
    padding-top: 40px;
    overflow: hidden;
}

#commonFooter .footerWrapper {
    width: 100%;
    overflow: hidden;
}

#commonFooter .footerContentWrapper {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}

#commonFooter .footerNavItem {
    font-size: 14px;
    ;
    line-height: 26px;
    color: #606266;
}

#commonFooter .footerNavItem:hover {
    cursor: pointer;
    color: #00b9e7;
}

#commonFooter .footerLeftModel {
    width: 452px;
    float: left;
    padding-right: 50px;
    border-right: 1px solid #ededed;
}

#commonFooter .footerLeft ul li {
    float: left;
    padding-right: 50px;
    width: 70px;
}

#commonFooter .footerLeft ul li h5 {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

#commonFooter .footerLeft ul li a {
    display: block;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

#commonFooter .footerLeft ul li a:hover {
    cursor: pointer;
    color: #00b9e7;
}

#commonFooter .footerLeft ul li.contants_us {
    width: 320px;
    padding-right: 0;
}

#commonFooter .footerLeft ul li.contants_us p {
    width: 320px;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

#commonFooter .footerRightModel {
    float: right;
    width: 630px;
}

#commonFooter .footerRightModel_skip {
    float: right;
    width: 100px;
    box-sizing: content-box;
    padding: 10px 10px 0 10px;
    border: 1px solid #ededed;
    margin-left: 10px;
    margin-top: 10px;
}

#commonFooter .footerRightModel_skip img {
    width: 100px;
    height: 100px;
}

#commonFooter .footerRightModel_skip p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}

#commonFooter .footerRightModel_download {
    float: right;
    width: 130px;
    padding: 10px 10px 0 10px;
    border: 1px solid #ededed;
}

#commonFooter .footerRightModel_download img {
    width: 130px;
    height: 130px;
}

#commonFooter .footerRightModel_download p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}

#commonFooter .clear {
    clear: both;
}

#commonFooter .footerBottomWrapper {
    padding-top: 20px;
    width: 100%;
    min-width: 1180px;
    background: #FAFAFA;
    /* text-align: center; */
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

#commonFooter .footerBottom {
    width: 320px;
    margin: 0 auto;
}

#commonFooter .footerBottom p {
    /* height: 40px;
    line-height: 40px; */
}

#commonFooter .footerBottom p,
.footerBottom a {
    font-size: 12px;
    color: #848586;
}

#commonFooter .footerBottom a:hover {
    cursor: pointer;
    color: #0087FF;
}

#commonFooter .logout {
    color: #fff;
}

#commonFooter .logout:hover {
    cursor: pointer;
    /*color:#00b9e7;*/
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.none {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/*呈现方式*/

.d-tab-cell {
    display: table-cell;
}

.d-table {
    display: table;
}

.d-block {
    display: block;
}

.d-in-block {
    display: inline-block;
}

.d-flex {
    display: flex;
}

.flex {
    flex: 1;
}


/*显示隐藏*/

.visiblity-hidden {
    visibility: hidden;
}


/*oveflow*/

.flow-hidden-x {
    overflow-x: hidden;
}

.flow-hidden-y {
    overflow-y: hidden;
}

.flow-hidden {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}


/*鼠标样式*/

.hand {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.border-box {
    box-sizing: border-box;
}
/*padding类*/

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.p40 {
    padding: 40px;
}

.p2030 {
    padding: 20px 30px;
}

.p2520 {
    padding: 25px 20px;
}

.pl0 {
    padding-left: 0;
}

.pl5 {
    padding-left: 5px;
}

.pl8 {
    padding-left: 8px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}

.pl60 {
    padding-left: 60px;
}

.pl65 {
    padding-left: 65px;
}

.pl80 {
    padding-left: 80px;
}

.pl90 {
    padding-left: 90px;
}

.pl100 {
    padding-left: 100px;
}

.pl120 {
    padding-left: 120px;
}

.pl130 {
    padding-left: 130px;
}

.pl180 {
    padding-left: 180px;
}
.pl200{
    padding-left: 200px;
}
.pl190 {
    padding-left: 190px;
}

.pl215 {
    padding-left: 215px;
}

.pr3 {
    padding-right: 3px;
}

.pr5 {
    padding-right: 5px;
}

.pr8 {
    padding-right: 8px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr40 {
    padding-right: 40px;
}

.pr55 {
    padding-right: 55px;
}

.pt5 {
    padding-top: 5px;
}

.pt6 {
    padding-top: 6px;
}

.pt7 {
    padding-top: 7px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt23 {
    padding-top: 23px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt65 {
    padding-top: 65px;
}

.pt70 {
    padding-top: 70px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pt-xs0-sm10 {
    padding-top: 0;
}

.pb5 {
    padding-bottom: 5px;
}

.pb7 {
    padding-bottom: 7px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb65 {
    padding-bottom: 65px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb140 {
    padding-bottom: 140px;
}

.ph2 {
    padding-left: 2px;
    padding-right: 2px;
}

.ph5 {
    padding-left: 5px;
    padding-right: 5px;
}

.ph8 {
    padding-left: 8px;
    padding-right: 8px;
}

.ph10 {
    padding-left: 10px;
    padding-right: 10px;
}

.ph12 {
    padding-left: 12px;
    padding-right: 12px;
}

.ph15 {
    padding-left: 15px;
    padding-right: 15px;
}

.ph20 {
    padding-left: 20px;
    padding-right: 20px;
}

.ph25 {
    padding-left: 25px;
    padding-right: 25px;
}

.ph30 {
    padding-left: 30px;
    padding-right: 30px;
}

.ph35 {
    padding-left: 35px;
    padding-right: 35px;
}

.ph40 {
    padding-left: 40px;
    padding-right: 40px;
}

.ph55 {
    padding-left: 55px;
    padding-right: 55px;
}

.pv2 {
    padding-top: 2px;
    padding-bottom: 2px;
}

.pv5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pv7 {
    padding-top: 7px;
    padding-bottom: 7px;
}

.pv10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pv15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pv20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pv25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.pv30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pv40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.pv50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pv75 {
    padding: 75px 0;
}

.pv115 {
    padding-top: 115px;
    padding-bottom: 115px;
}


/*行高*/

.lh14 {
    line-height: 14px;
}

.lh15 {
    line-height: 15px;
}

.lh16 {
    line-height: 16px;
}

.lh20 {
    line-height: 20px;
}

.lh22 {
    line-height: 22px;
}

.lh24 {
    line-height: 24px;
}

.lh25 {
    line-height: 25px;
}

.lh28 {
    line-height: 28px;
}

.lh30 {
    line-height: 30px;
}

.lh33 {
    line-height: 33px;
}

.lh32 {
    line-height: 32px;
}

.lh35 {
    line-height: 35px;
}

.lh36 {
    line-height: 36px;
}

.lh40 {
    line-height: 40px;
}

.lh45 {
    line-height: 45px;
}

.lh50 {
    line-height: 50px;
}

.lh55 {
    line-height: 55px;
}

.lh60 {
    line-height: 60px;
}

.lh70 {
    line-height: 70px;
}

.lh80 {
    line-height: 80px;
}

.lh85 {
    line-height: 85px;
}

.lh140 {
    line-height: 140px;
}


/*margin类*/

input.m0 {
    margin: 0;
}

.m0 {
    margin: 0;
}

.m5 {
    margin: 5px;
}

.mt0 {
    margin-top: 0;
}

.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px;
}

.mt7 {
    margin-top: 7px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt18 {
    margin-top: 18px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt22 {
    margin-top: 22px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt70 {
    margin-top: 70px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}
.mt85 {
    margin-top: 85px;
}
.mt90 {
    margin-top: 90px;
}

.mt95 {
    margin-top: 95px;
}

.mt100 {
    margin-top: 100px;
}

.mt105 {
    margin-top: 105px;
}

.mt120 {
    margin-top: 120px;
}

.mt188 {
    margin-top: 188px;
}

.mt200 {
    margin-top: 200px;
}

.fmt7 {
    margin-top: -7px;
}

.fmt5 {
    margin-top: -5px;
}

.fmt10 {
    margin-top: -10px;
}

.fmt20 {
    margin-top: -20px;
}

.fmt30 {
    margin-top: -30px;
}

.mb0 {
    margin-bottom: 0;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb55 {
    margin-bottom: 55px;
}

.mb75 {
    margin-bottom: 75px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb110 {
    margin-bottom: 110px;
}

.mb120 {
    margin-bottom: 120px;
}

.ml1 {
    margin-left: 1px;
}

.ml3 {
    margin-left: 3px;
}

.ml5 {
    margin-left: 5px;
}

.ml8 {
    margin-left: 8px;
}

.ml9 {
    margin-left: 9px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml26 {
    margin-left: 26px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml65 {
    margin-left: 65px;
}

.ml70 {
    margin-left: 70px;
}

.ml80 {
    margin-left: 80px;
}

.ml95 {
    margin-left: 95px;
}

.ml100 {
    margin-left: 100px;
}

.ml145 {
    margin-left: 145px;
}

.ml150 {
    margin-left: 150px;
}

.ml178 {
    margin-left: 178px;
}

.ml180 {
    margin-left: 180px;
}

.ml190 {
    margin-left: 190px;
}

.ml250 {
    margin-left: 250px;
}

.ml-2 {
    margin-left: -5px;
}

.mr5 {
    margin-right: 5px;
}

.mr8 {
    margin-right: 8px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr65 {
    margin-right: 65px;
}

.mr75 {
    margin-right: 75px;
}

.mr110 {
    margin-right: 110px;
}

.fmr1 {
    margin-right: -1px;
}

.mv5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mv10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mv15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mv20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mv25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mh10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mh15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mh25 {
    margin-left: 25px;
    margin-right: 25px;
}

.mhf10 {
    margin-left: -10px;
    margin-right: -10px;
}

.mh-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.mh-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb3 {
    margin-bottom: 3px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb7 {
    margin-bottom: 7px;
}

.mb10 {
    margin-bottom: 10px;
}

.m-0 {
    margin: 0 auto;
}

.m-20 {
    margin: 20px auto 0;
}

.m-30 {
    margin: 30px auto 0;
}

.m-50 {
    margin: 50px auto 0;
}


/*定位*/

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.pf {
    position: fixed;
}


/*文字排列*/

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}
.text-justify{
    text-align: justify;
}
.text-indent-1 {
    text-indent: 2em;
}

.text-overflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.over-hidden {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
    word-wrap: normal;
    word-break: normal;
}

.break {
    word-break: break-all;
    word-wrap: break-word;
}
.v-top{
    vertical-align: top;
}
.v-mid {
    vertical-align: middle;
}

.bg-white {
    background-color: #fff;
}

.border-radius-5 {
    border-radius: 5px;
}

.border-t-e4 {
    border-top: 1px dashed #e4e4e4;
}
.text-underline{
    text-decoration: underline;
}
.color-red {
    color: #FF0000;
}

.color-999 {
    color: #999;
}

.color-21 {
    color: #212121;
}

.color-303 {
    color: #303133;
}

.color-37 {
    color: #373737;
}

.color-black {
    color: #000;
}
.color-black-5{
    color: rgba(0,0,0,.5);
}
.color-black-8{
    color: rgba(0,0,0,.8);
}
.color-blue {
    color: #1e00d4;
}

.color-blue-1 {
    color: #003eee;
}

.color-bc {
    color: #bcbcbc;
}

.color-95 {
    color: #959595;
}

.color-5a {
    color: #5a5a5a;
}
.color-white{
    color: #fff;
}

/*字体大小*/

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-46 {
    font-size: 46px;
}

.font-size-50 {
    font-size: 50px;
}

.font-size-60 {
    font-size: 60px;
}