input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #333;
}

li {
    list-style: none;
}

img {
    border: none;
}

html {
    font-family: "Microsoft Yahei", "微软雅黑" !important;
    font-size: 12px !important;
}

body {
    font-family: "Microsoft Yahei", "微软雅黑" !important;
    font-size: 12px !important;
}

.omit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zt12{font-size: 12px;}
.zt14{font-size: 14px;}
.zt16{font-size: 16px;}
.zt18{font-size: 18px;}
.zt20{font-size: 20px;}
.zt22{font-size: 22px;}
.zt24{font-size: 24px;}
.zt28{font-size: 28px;}
.zt36{font-size: 36px;}
.zt48{font-size: 48px;}

.fl{float: left;}
.fr{float: right;}

.cor1{color: #417eb6;}
.cor3{color: #333;}
.cor6{color: #666;}
.cor9{color: #999;}
.coRed{color:#ff0000;}

.pdl15{padding-left: 15px;}

.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.ml22{margin-left: 22px;}
.ml24{margin-left: 24px;}
.ml30{margin-left: 30px;}
.ml35{margin-left: 35px;}

.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr35{margin-right: 35px;}

.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}

.mar0{margin:0 auto;}
.hand{cursor: pointer;}


.panel {
    background: #fff;
}

.panel-header, .panel-body {
    border: none;
}

.panel-head, .panel-foot {
    background-color: #f8f8f8
}

.button {
    font-size: 12px !important;
}

.button:hover {
    cursor: pointer;
}

.input {
    font-size: 12px;
    border-color: #6AA6FF;
    box-shadow: none !important;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.table {
    margin: 10px 0;
    text-align: center;
}

.table td {
    vertical-align: middle;
}

.table thead td {
    text-align: center;
}

.table tr:first-child td {
    border-top: none;
}

thead > tr td {
    vertical-align: middle !important;
}

.table thead.bg-main {
    color: #fff;
}
.bg-main tr > td{
    border: 1px solid #E4EAEC !important;
}
.table td [class*=icon-] {
    font-size: 16px;
}

.table td [class*=icon-]:hover {
    cursor: pointer;
}

.table td [class*=iconfont-] {
    font-size: 16px;
}

.table td [class*=iconfont-]:hover {
    cursor: pointer;
}

.light-theme .current {
    background: #09c;
    border: none;
    font-size: 12px;
}

.light-theme a, .light-theme span {
    padding: 4px 7px;
    font-size: 12px;
    min-width: 24px;
    border: none;
}

.school-info-page li {
    padding: 10px 10px 10px 0;
}

.school-info-page li label {
    display: inline-block;
    /*width: 60px;*/
    text-align: right;
    font-size: 12px;
}

.dialog .dialog-head {
    background: #F8F8F8;
}

.combo .combo-text {
    cursor: pointer;
    background: #fff !important;
}

.combobox-item {
    line-height: 26px;
    padding-left: 5px;
}

.combo-panel.panel-body {
    padding: 0;
}

.combobox-item-selected {
    background-color: #E0ECFF !important;
}

.icon-edit {
    background: none;
}

/*.header{background: #3bb;padding:10px 15px;color: #fff;font-size:12px;}*/
.content-container {
    /*margin-top: -3px;*/
}

.left-menulist {
    padding-bottom: 10px;
}

.left-menulist [class*='icon-'] {
    float: right;
    padding-right: 20px;
    font-size: 20px;
}

.left-menulist > li > a {
    padding: 15px 0;
}

.left-menulist > li a {
    font-size: 14px;
}

.left-menulist > li > a {
    padding-left: 20px;
}

.left-menulist > li a:hover {
    background: #f2f3fc;
}

.second-menulist > li a {
    padding-left: 46px;
    font-size: 12px;
}

.content-part {
    padding: 30px;
    background: #fff;
}

.bread li, .bread a {
    font-size: 14px;
}

.red-tips {
    color: #f00;
}


.tmgList {
    width: 100%;
    height: 345px;
}

.iconfont-shanchu {
    display: block;
    width: 100%;
    height: 16px;
    background: url(/static/img/icon_shanchu.png) no-repeat center center;
    text-align: center;
}

.sjList {
    width: 100%;
    height: auto;
}

.sjList:after {
    content: "";
    clear: both;
    display: block;
}


.wjListCon {
    width: 100%;
    height: 140px;
}

.ckgl ul li {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.ckgl ul li p {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

/*小尹*/
.headers {
    background: #4153DE;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    box-sizing: border-box;
}

#nav_logo img {
    display: inline-block;
    height: 45px;
}

.float-rights {
    display: flex;
    align-items: center;
    /*background-color: lightgoldenrodyellow;*/
}

.float-rights img {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
}

.float-rights em {
    display: inline-block;
    width: 1px;
    height: 29px;
    background-color: #fff;
}

.float-rights span {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 20px 0 17px;
}

.bg-mains {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 20px;
    cursor: pointer;
}

.bg-mains:hover {
    color: #fff;
}

/*表格样式*/
section {
    /*margin-left:279px;*/
    /*width: 100%;*/
    background-color: #F4F8FF !important;
    padding: 27px;
    box-sizing: border-box;
    position: fixed;
    top: 80px;
    left: 279px;
    overflow-y: auto;
    bottom: 0;
    right: 0;
}

/* 隐藏滚动条 */
section::-webkit-scrollbar {
    display: none;
}

.tab-content {
    background-color: #fff;
    width: 100%;
    /*height: 100%;*/
    min-height: 900px;
    padding: 60px 43px;
    box-sizing: border-box;
}

.conditionPart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.conditionPart > ._addBtn {
    width: 200px;
    height: 40px;
    background: #F2F5FE;
    border: 1px solid #AEC5FE;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.conditionPart > ._addBtn img {
    margin-right: 9px;
}

.conditionPart > ._addBtn a {
    font-size: 16px;
    font-weight: 400;
    color: #416EE1;
}

.conditionPart > ._searchBtn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.conditionPart > ._searchBtn input {
    width: 260px;
    height: 40px;
    padding: 0 21px;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.conditionPart > ._searchBtn > div, .conditionPartTwo div {
    width: 70px;
    height: 40px;
    background: #4152DD;
    border-radius: 5px;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

.conditionPart > ._searchBtn > div img, .conditionPartTwo div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.description{
    width: 180px;
}
@media screen and (max-width: 1399px) {
    .conditionPart ._funBtn, ._condition {
        margin-bottom: 10px;
    }

    ._searchBtn > input {
        margin-bottom: 10px !important;
        margin-left: 0 !important;
    }

    .conditionPartTwo input {
        margin-top: 10px !important;
        margin-left: 0 !important;
    }

    .table td {
        padding: 10px 0 !important;
        font-size: 12px !important;
    }

    tr > td img {
        width: 15px !important;
        height: 15px !important;
    }
    .description{
        width: 80px;
    }
    ._tips img{
        width:10px !important;
        height: 5px !important;
    }
    ._describe p{
        font-size: 12px !important;
    }
    ._describe img{
        width: 20px  !important;
        height:20px !important;
    }
}

/*@media screen and (max-width: 1399px){*/
/*    .table td{*/
/*        padding:10px 0 !important;*/
/*        font-size: 12px !important;*/
/*    }*/
/*}*/
.conditionPart ._funBtn {
    display: flex;
    align-items: center;
}

.conditionPart ._funBtn > ._addBtn {
    /*width: 100px;*/
    /*height: 40px;*/
    padding: 12px;
    box-sizing: border-box;
    background: #F2F5FE;
    border: 1px solid #AEC5FE;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 15px;
}

.conditionPart ._funBtn > ._addBtn img {
    margin-right: 9px;
}

.conditionPart ._funBtn > ._addBtn em {
    font-size: 16px;
    font-weight: 400;
    color: #416EE1;
}


.conditionPartTwo {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.conditionPartTwo select, .conditionPartTwo input {
    width: 220px;
    height: 40px;
    border: 1px solid #DCDCDC;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.conditionPartTwo input {
    width: 180px;
    margin-left: 20px;
}

/*修改select右侧箭头样式*/
select {
    border: 1px #333 solid;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("/static/img/selectBa.png") no-repeat scroll right center transparent;
    padding-right: 40px;
}

select::-ms-expand {
    display: none;
}

.table {
    margin-top: 28px;
    margin-bottom: 48px;
}

.bg-main {
    background: #6672F2;
}

._checkAll img {
    width: 16px !important;
    height: 16px !important;
}

.bg-main tr {
    height: 50px;
}

.bg-main td {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

tr > td img {
    width: 20px;
    height: 20px;
}

thead > tr > td, tbody > tr > td {
    border: none !important;
}

tbody > tr > td {
    border-right: 1px solid #E4EAEC !important;
    padding: 15px 5px !important;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.el-picker-panel__content tbody > tr > td{
    border-right: unset !important;
    padding: unset !important;
    font-size: 12px;
    font-weight: unset;
    color: unset;

    width: 32px;
    height: 30px;
    padding: 4px 0;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.el-date-table td div{height: 40px;}
.el-date-editor input{padding: 0 28px !important;}
tbody > tr > td:last-of-type {
    border: none !important;
}


table:not(.el-date-table) tbody tr:nth-child(even) {
    background: #F0F2FD;

}

tbody > tr > td > img {
    cursor: pointer;
}
tbody > tr > td > .handleBtn {
    font-style:normal;
    cursor: pointer;
    display:inline-block ;
    margin: 0 5px;
    font-size: 12px;
    color: #3883c5;
}
tbody > tr > td > .handleBtn:hover{
    color: #333;
}
.float-right {
    /*background-color: lightgoldenrodyellow;*/
}

.light-theme .current {
    background: #5764FF;
    border-radius: 3px;
}

.light-theme a {
    background: #fff !important;
    box-shadow: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #5764FF;
}

tbody > tr > td em {
    color: #4254DE;
    cursor: pointer;
}

/*分页样式*/
.pageNav {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 48px;
}

.pravPage, .nextPage {
    width: 30px;
    height: 30px;
    /*background: #5764FF;*/
    background: #F0F2FD;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.pageAll {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-right: 10px;
}

.pageAll em {
    color: #5764FF;
}

.pages {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 400;
    color: #5764FF;
    text-align: center;
    margin: 0 10px;
}

.pageNavActive {
    background: #5764FF;
    color: #fff;
}

.pageNav div:hover {
    cursor: pointer;
}

.goPage {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.goPage span {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}

.goPage input {
    width: 60px;
    height: 32px;
    background: #FCFCFC;
    border: 1px solid #C9C9C9;
    border-radius: 3px 3px 4px 3px;
    margin: 0 6px;
    font-size: 14px;
    font-weight: 400;
    color: #5764FF;
    text-align: center;
}

.goPage em {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #4254DE;
    border-radius: 3px;
    color: #fff;
    margin: 0 10px;
    cursor: pointer;
}

.searchNav {
    background-color: lightgoldenrodyellow;
    width: 100%;
    display: flex;
    align-items: center;
}

/*高校管理新增页面*/
.school-info-page {
    width: 100%;
    /*background-color: lightgoldenrodyellow;*/
}

.nav-inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.nav-inline > li {
    display: flex;
    align-items: center;
    margin-right: 60px;
}

.nav-inline > li label, .qTypeSeach > ._condition > div label {
    font-size: 16px;
    color: #333333;
    margin-right: 20px;
}

.nav-inline > li label strong, .qTypeSeach > ._condition > div label strong {
    font-weight: 400 !important;
}

.messageInput > li input, .qTypeSeach > ._condition > div .combo input {
    width: 220px !important;
    height: 40px !important;
    border: 1px solid #C9C9C9;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.selectInput > li input {

}

.selectInput > li .combo, .qTypeSeach > ._condition > div .combo, .form-horizontal > div .combo {
    width: 220px !important;
    height: 40px !important;
}

.selectInput > li .combo input, .form-horizontal > div .combo input {
    width: 186px !important;
    height: 40px !important;
    padding: 0 20px !important;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    /*color: #333;*/
}

.combo {

    border: 1px solid #DCDCDC !important;
}

.combo-arrow {
    width: 32px !important;
    height: 39px !important;
    background: url(/static/img/selects.png) no-repeat center center !important;
    background-color: #F0F2FD !important;
}

.panel, .combo-panel {
    width: 220px !important;
}

._logoImg {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

._logoImg ._LogoUp {
    /*width: 100%;*/
    /*background-color: lightgoldenrodyellow;*/
    display: flex;
    align-items: flex-end;
}

._logoImg ._LogoUp div {
    display: flex;
    align-items: flex-start;
}

._logoImg ._LogoUp div span {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    display: inline-block;
    margin-right: 49px;
}

._uploading {
    background-color: #fff;
    border-color: #fff !important;
    display: inline-block;
    margin-left: 30px;
    font-size: 16px;
    font-weight: 400;
    color: #3D4ADB !important;
    padding: 0 !important;
    cursor: pointer;
}

._uploading:hover {
    background-color: #fff !important;
}

._saveBtn {
    display: flex;
    align-items: center;
}

._saveBtn .rightBtn {
    width: 169px;
    height: 40px;
    background: #FFA84C;
    border-radius: 5px;
    border: none;
    font-size: 16px !important;
    font-weight: 400;
}

._saveBtn .rightBtn:hover {
    background-color: #FFA84C;
}

._saveBtn a {
    width: 70px;
    height: 40px;
    font-size: 16px !important;
    background: #10C099;
    border-radius: 5px;
    padding: 0 !important;
    line-height: 40px !important;
    text-align: center;
    border: none;
    margin-left: 30px;
}

._saveBtn a:hover {
    background: #10C099 !important;
}
.w40{width: 40px;}

/*功能按钮*/


.panel-default {
    width: 100% !important;
}


/*新增页面样式修改*/


/*短信内容变更样式修改*/
._addPage {
    border: none;
}

._addPage .panel-heading {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    background-color: #fff;
    border-bottom: 1px solid #DCDCDC;
    padding: 0 0 12px 0;
    box-sizing: border-box;
}

._addPage .panel-heading img {
    margin-right: 10px;
}


input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}


textarea::-webkit-input-placeholder {
    color: #999;
}

/* Webkit */
textarea:-moz-placeholder {
    color: #999;
}

/* Firefox <= 18 */
textarea::-moz-placeholder {
    color: #999;
}

/* Firefox >= 19 */
textarea:-ms-input-placeholder {
    color: #999;
}

/* Internet Explorer */

[v-cloak] {
    display: none !important;
}


/*layui分页样式修改*/
#pageNavLay {
    width: 100%;
    /*background-color: lightgoldenrodyellow;*/
}

#pageNavLay {
    display: flex;
    align-items: center;

    justify-content: flex-end;
}

.layui-laypage-count {
    font-size: 16px !important;
    font-family: Alibaba PuHuiTi;
    font-weight: 400 !important;
    color: #333333 !important;
    margin-right: 12px !important;
}


.layui-laypage-prev, .layui-laypage-next {
    display: inline-block !important;
    color: #fff !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 3px !important;
    padding: 0 !important;
    background-color: #F0F2FD !important;
}

.layui-laypage-prev {

    background: url("/static/img/lefts.png") no-repeat center center;
    margin-right: 15px !important;
}

.layui-laypage-next {
    margin-left: 15px !important;
    /*background-color: #5764FF !important;*/
    background: url("/static/img/right.png") no-repeat center center ;
}

.layui-disabled {
    color: #fff !important;
    /*background-color:#F0F2FD !important; ;*/
}
#pageNavLay .layui-laypage a {
    color: #5764FF;
    font-size: 14px;
}

#pageNavLay .layui-laypage em {
    font-size: 14px;
}

.layui-laypage .layui-laypage-spr {
    margin-right: 5px;
}

#pageNavLay .layui-laypage a {
    margin-right: 5px;
}

#pageNavLay .layui-laypage-curr {
    margin-right: 5px;
}

.layui-laypage-prev, .layui-laypage-next {
    font-family: "fontello";
}

#pageNavLay .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #5764FF;
}

#pageNavLay .layui-laypage a, #pageNavLay .layui-laypage span:not(.layui-laypage-skip) {
    box-sizing: border-box;
    padding: 0 !important;
    height: 30px;
    min-width: 30px;
    /*max-width: 35px;*/
    line-height: 30px;
    text-align: center;
    color: #5764FF;
    margin: 0 5px;
}
.layui-laypage-skip{
    /*background-color: lightpink !important;*/
    margin-top: 4px !important;
    font-size: 16px !important;
    color: #666666 !important;
}
.layui-laypage-skip input{
    width: 60px !important;
    height: 32px !important;
    background: #FCFCFC !important;
    border: 1px solid #C9C9C9 !important;
    border-radius: 3px 3px 4px 3px !important;
    font-size: 14px !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    color: #5764FF !important;
}
.layui-laypage span{
    /*font-size: 18px !important;*/
    /*color: #666666 !important;*/
}
#pageNavLay .layui-laypage .layui-laypage-count {
    width: auto !important;
    float: none;
    color: #94999F;
    font-size: 14px;
}
#pageNavLay .layui-laypage-btn:hover{
    background-color: #5764FF !important;
    color: #FFFFFF !important;
}
#pageNavLay .layui-laypage-btn {
    background-color: #5764FF;
    color: #FFFFFF;
    width: 50px;
    height: 30px;
    padding: 1px 5px;
    line-height: 1.5;
    margin-left: 15px;
    font-size: 13px;
    border-radius: 5px;
}

#pageNavLay .layui-laypage a, #pageNavLay .layui-laypage-spr {
    border: 0px;
}

#pageNavLay a.layui-laypage-prev, #pageNavLay a.layui-laypage-next {
    /*border: 1px solid #ddd;*/
}

#pageNavLay > .layui-laypage > a:hover {
    color: #fff;
    background-color: #5764FF;
    border-color: #5764FF;
}

#pageNavLay a.layui-laypage-prev:hover, #pageNavLay a.layui-laypage-next:hover {
    color: #94999F;
    background-color: #fff;
    border-color: #ddd;
}

#pageNavLay .layui-laypage-curr em:not(.layui-laypage-em) {
    line-height: 1.328571;
}

#pageNavLay .layui-laypage-btn:hover {
    color: #656A71;
    border-color: #DEE1E3;
    background-color: #fff;
}
.layui-laypage-limits{
    /*background-color: lightpink !important;*/
    margin-top: 4px !important;
    width: 90px !important;
}
.layui-laypage select{
    width: 90px !important;
    height: 30px !important;
    font-size: 14px !important;
    padding: 0 3px !important;
}


.table-bordered{
    border: none !important;
}
/*字数超出部分显示框样式*/
.tips-content{
    position: relative;
}
._tips{
    position: absolute;
    right: 0;
    border-left:1px solid #eee;
    width: 30px;
    top: 0;
    height: 100%;
    display: none;
    background: #F5F5F5;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*opacity: 0;*/
}
.tips-content:hover ._tips{
    display: block;
}
._tips img{
    width: 15px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
._describe{
    display: none;
    background: #fff;
    position: absolute;
    min-height: 100%;
    top: 0px;
    left: 0px;
    text-align: left;
    padding: 10px 0;
    box-shadow: 0 1px 6px rgb(0 0 0 / 12%);
    line-height: 22px;
    z-index:2;
}
._describe p{
    line-height: 22px;
    font-size: 14px;
    padding: 0 10px;
}
._describe img{
    width: 26px;
    height: 26px;
    position: absolute;
    top: -13px;
    right: -13px;
}
._describeShow{
    display: block;
}
[v-cloak] {
    display: none;
}
.bgColor{
    background-color: #F5F5F5 !important;
}
/*.tips-content:hover ._tips{*/
/*    opacity: 1;*/
/*}*/
/*input:focus {*/
/*    border: 1px solid #409EFF !important;*/
/*}*/
/*input[type="button"]:focus{*/
/*    border: none !important;*/
/*}*/
/* 字号 */
.fSize12{
    font-size: 12px;
}
.fSize14{
    font-size: 14px;
}
.fSize16{
    font-size: 16px;
}
.fSize18{
    font-size: 18px;
}
.fSize20{
    font-size: 20px;
}
.fSize22{
    font-size: 22px;
}
/* 字体加粗 */
.fWeight100{
    font-weight: 100;
}
.fWeight200{
    font-weight: 200;
}
.fWeight400{
    font-weight: 400;
}
.fWeight600{
    font-weight: 600;
}
.fWeight600{
    font-weight: bold;
}
/* 外边距 */
.mtop5{
    margin-top: 5px;
}
.mtop10{
    margin-top: 10px;
}
.mtop15{
    margin-top: 15px;
}
.mbottom5{
    margin-bottom: 5px;
}
.mbottom10{
    margin-bottom: 10px;
}
.mbottom15{
    margin-bottom: 15px;
}
.mleft5{
    margin-left: 5px;
}
.mleft10{
    margin-left: 10px;
}
.mleft15{
    margin-left: 15px;
}
.mright5{
    margin-right: 5px;
}
.mright10{
    margin-right: 10px;
}
.mright15{
    margin-right: 15px;
}
.margin5{
    margin: 5px;
}
.margin5{
    margin: 10px;
}
.margin5{
    margin: 15px;
}
