/*
*@Description: 
*@Author:      hanli 
*@Update:      hanli(2021-06-28)  
*/


@charset "utf-8";
:root{
    --color-primary: #72246C;
    --color-text-primary: #1d1f22;
    --color-text-regular: #303133;
    --color-text-secondary-grey: #606266;
    --color-text-secondary: #838383;
    --color-text-placeholder: #C0C4CC;

    --border-color-base: #DCDFE6;
    --border-color-light: #E4E7ED;
    --border-color-lighter: #EBEEF5;
    --bg-primary: #F8F9FB;
    --bg-grey: #f5f5f5;
}
/* 防止用户自定义背景颜色对网页的影响 */
html{
    color:#333333;background:#fff;
}
/* 内外边距重置 */
*{
    margin:0;padding:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{
    /*font-family:"Gotham Rounded",Tahoma, Arial, Helvetica, STHeiti, 'Hiragino Sans GB','Hiragino Sans GB W3','Microsoft Yahei', '微软雅黑';*/
    font-family:"Gotham SSm A", "Gotham SSm B",Tahoma, Arial, Helvetica, STHeiti, 'Hiragino Sans GB','Hiragino Sans GB W3','Microsoft Yahei', '微软雅黑';
    word-wrap: break-word;
    color: #252525;
    line-height: 1.6;
    font-size: 14px;
}
input,select,textarea{
    font-size:100%;
}
div:focus{
    outline:none;
}
/* 去掉各Table  cell 的边距并让其边重合 */
table{
    border-collapse:collapse;border-spacing:0;
}
/* IE bug fixed: th 不继承 text-align*/
th{
  text-align:inherit;
}
ol,ul{
    list-style: none;
}
a,a:visited,a:focus,a:hover{
  text-decoration:none;
  outline: none;
  color: inherit;
}
a:hover{
    opacity: 1;
}

.iconfont{
    font-size: inherit;
}

.clearB{
    clear: both;
}
.text-center{
    text-align: center!important;
}
.text-left{
    text-align: left!important;
}
.text-right{
    text-align: right!important;
}
.text-justify{
    text-align: justify!important;
}
.red{
    color: #C90015;
}
.green{
    color: #3D86FB;
}

#button-to-top {
    background: rgba(0,0,0,.6);
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 997;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.row-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
}
.layui-row.row-flex:after, .layui-row.row-flex:before{
    content: none;
}
.flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
}
.flex.is-center{
    -ms-align-items: center;
    align-items: center;
}
.flex.is-between{
    justify-content: space-between;
}
.tip{
    color: #9CA6B4;
}

.layui-container {
    width: 100%!important;
    padding: 0 5%;
    max-width: 1500px;
    margin: 0 auto;
}
@media screen and (max-width:767px) {
    .layui-container{
        padding: 0 3%;
    }
}
@media screen and (min-width:568px) and (max-width:767px) {
    .layui-col-xsm6{
        width: 50%;
    }
}


/*block*/
.block{
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.block.grey{
    background: #F6F9FE;
}
.block.darkGrey{
    background: #F4F5F7;
}
.block-small{
    padding: 40px 0;
}
@media screen and (max-width:767px) {
    .block{
        padding: 40px 0;
    }
}
/*block END*/

/*title-wrap*/
.title-wrap{
    margin-bottom: 40px;
}
.title-wrap .title{
    font-size: 24px;
}
.title-wrap.text-center .desc{
    max-width: 800px;
    margin: 0 auto;
    margin-top: 10px;
}
.title-wrap .desc{
    margin-top: 10px;
    opacity: .8;
}
.title-wrap .more{
    font-size: 13px;
    color: #9CA6B4;
    transition: all .3s;
}
.title-wrap .more:hover{
    color: inherit;
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    .title-wrap .title{
        font-size: 28px;
    }
}
@media screen and (min-width: 992px) {
    .title-wrap .title{
        font-size: 28px;
    }
    .title-wrap .desc{
        font-size: 16px;
    }
}
@media screen and (min-width: 1600px) {
    .title-wrap .title{
        font-size: 34px;
    }
}

.title-wrap-small{
    margin-bottom: 15px;
}
.title-wrap-small .title{
    font-size: 28px;
}
@media screen and (max-width:767px) {
    .title-wrap-small .title{
        font-size: 24px;
    } 
}
/*title-wrap END*/

/* grid */
.row-flex .grid{
    height: 100%;
}
.grid{
    padding: 15px;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px; 
    position: relative;
    top: 0;
    transition: all .3s;
    display: block;
    background: #fff;
}
.grid.has-bottom{
    padding-bottom: 68px;
}
.grid:hover{
    top: -5px;
}
.grid .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
.grid .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.grid .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid .text-box{
    padding-top: 15px;
}
.grid .text-box .type{
    color: #9CA6B4;
    margin-bottom: 5px;
}
.grid .text-box .tag{
    margin-bottom: 10px;
}
.grid .text-box .title{
    font-size: 18px; 
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.grid .text-box .rate{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.grid .text-box .rate .tip{
    margin-left: 15px;
    font-size: 12px;
}
.layui-rate{
    padding: 0!important;
}
.layui-rate li{
    margin-bottom: 0!important;
    padding: 0!important;
}
.layui-rate li i.layui-icon{
    font-size: 16px;
    margin-right: 2px;
}

.grid .bottom{
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    border-top: 1px solid #f2f2f2;
    color: #9CA6B4;
    bottom: 0;
    font-size: 12px;
}
.grid .bottom .iconfont{
    margin-right: 3px;
}
/* grid END */


/* grid */
.row-flex .grid-horizonal{
    height: 100%;
}
.grid-horizonal{
    padding: 30px;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
    border-radius: 4px; 
    position: relative;
    top: 0;
    transition: all .3s;
    display: block;
    background: #fff;
    display: flex;
}
.grid-horizonal .grid-left{
    width: 300px;
}
.grid-horizonal.grid-small{
    padding: 20px;
}
.grid-horizonal.grid-small .grid-left{
    width: 200px;
}
.grid-horizonal .grid-body{
    flex: 1;
    position: relative;
    margin-left: 30px;
}
.grid-horizonal .grid-body.has-bottom{
    padding-bottom: 38px;
}
.grid-horizonal:hover{
    top: -5px;
}
.grid-horizonal .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}
.grid-horizonal .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.grid-horizonal .img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid-horizonal .text-box .type{
    color: #9CA6B4;
    margin-bottom: 5px;
}
.grid-horizonal .text-box .title{
    font-size: 22px; 
    margin-bottom: 10px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #252525;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.grid-horizonal.grid-small .text-box .title{
    font-size: 20px;
}
.grid-horizonal .text-box .desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}
.grid-horizonal .text-box .rate{
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}
.grid-horizonal .text-box .rate .tip{
    margin-left: 15px;
    font-size: 12px;
}

.grid-horizonal .bottom{
    position: absolute;
    left: 0;
    right: 0;
    color: #9CA6B4;
    bottom: 0;
    font-size: 12px;
}
.grid-horizonal .bottom .iconfont{
    margin-right: 3px;
}
.grid-horizonal .bottom span+span{
    margin-left: 15px;
}
@media screen and (max-width:992px) {
    .grid-horizonal{
        display: block;
        padding: 15px;
    }
    .grid-horizonal.grid-small{
        padding: 15px;
    }
    .grid-horizonal.grid-small .grid-left,
    .grid-horizonal .grid-left{
        width: 100%;
    }
    .grid-horizonal .grid-body{
        margin-left: 0;
        padding-top: 15px;
    }
    .grid-horizonal .text-box .title,
    .grid-horizonal.grid-small .text-box .title{
        font-size: 18px;
    }
    .grid-horizonal .text-box .rate{
        position: static;
    }
}
/* grid-horizonal END */

/* grid-quote */
.grid-quote{
    height: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    overflow: hidden;
}
.grid-quote .grid-head{
    display: flex;
    align-items: center;
    line-height: 1.1;
}
.grid-quote .grid-head .avatar img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 12px;
}
.grid-quote .grid-head .text{
    padding-left: 15px;
    flex: 1;
}
.grid-quote .grid-head .name{
    font-size: 18px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    /* font-weight: bold; */
}
.grid-quote .grid-head .title{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.grid-quote .grid-body{
    padding-top: 15px;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
}
/* grid-quote END */

/* grid-brief */
.grid-brief{
    text-align: center;
}
.grid-brief .icon-box{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0px 10px 40px 0px rgba(0, 40, 133, 0.08);
    margin: 0 auto;
}
.grid-brief .title{
    font-size: 18px;
    margin: 15px 0 5px;
}
.grid-brief .desc{
    color: #666;
    max-width: 220px;
    margin: 0 auto;
}
/* grid-brief END */

/*more-btn*/
.more-box{
    margin-top: 40px;
}
.more-btn {
    display: inline-block;
    padding: 14px 36px;
    border-radius: 4px;
    color: #fff;
    background: #1d1f22;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: normal;
    line-height: 1.5;
    font-family: "Gotham Medium";
    border: 1.5px solid transparent;
    cursor: pointer;
}
.more-btn:hover{
    text-decoration: none;
    opacity: .85;
}
.more-btn .iconfont{
    font-weight: bold;
}
.more-btn+.more-btn{
    margin-left: 8px;
}

.more-btn.btn-small{
    padding: 5px 12px;
    font-weight: normal;
    border-radius: 2px;
    font-size: 13px;
}

.more-btn.is-plain{
    border: 1.5px solid #1d1f22;
    color: #1d1f22;
    background: none;
}
.more-btn.is-plain:hover{
    background-color: #1d1f22;
    color: #fff;
    opacity: 1;
}

.more-btn.btn-primary{
    background: var(--color-primary);
    color: #fff;
}
.more-btn.btn-primary.is-plain{
    border-color: var(--color-primary);
    color: var(--color-primary);
    background: none;
}
.more-btn.btn-primary.is-plain:hover{
    background-color: var(--color-primary);
    color: #fff;
    opacity: 1;
}

.more-btn.btn-grey{
    background: #9CA6B4;
    color: #fff;
}
.more-btn.btn-grey.is-plain{
    border-color: #9CA6B4;
    color: #9CA6B4;
    background: none;
}
.more-btn.btn-grey.is-plain:hover{
    background-color: #9CA6B4;
    color: #fff;
    opacity: 1;
}

.more-btn.btn-white{
    background: #fff;
    color: var(--color-primary);
}
.more-btn.btn-white.is-plain{
    border-color: #fff;
    color: #fff;
    background: none;
}
.more-btn.btn-white.is-plain:hover{
    background-color: #fff;
    color: #1d1f22;
    opacity: 1;
}
/*more-btn END*/

/* swiper-pagination */
.swiper-pagination{
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
}
.swiper-pagination-bullet{
    margin: 0 4px;
}
.swiper-pagination-bullet-active{
    background-color: var(--color-primary);
}
/* swiper-pagination END */

/* swiper-button */
.swiper-button-next:after,
.swiper-button-prev:after{
    font-size: 32px;
    font-family: "iconfont";
    color: var(--color-primary);
}
.swiper-button-next:after{
    content: "\e607";
} 
.swiper-button-prev:after{
    content: "\e608";
}
/* swiper-button END */

/* layui-form */
.layui-input{
    border-radius: 4px;
    border: 1px solid #dcdfe6;
}
.layui-input:hover, 
.layui-textarea:hover{
    border-color: #c0c4cc!important;
}
.layui-form-select dl{
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    /* border: 1px solid #e4e7ed; */
    border: unset;
    border-radius: 4px;
    top: 48px;
}
.layui-form-select dl dd, 
.layui-form-select dl dt{
    padding: 0 15px;
}
.layui-form-select dl dd.layui-select-tips{
    padding-left: 15px!important;
}
.layui-form-select dl dd{
    transition: all .3s;
    background: none;
}
.layui-form-select dl dd:hover{
    background-color: #f5f7fa;
}
.layui-form-select dl dd.layui-this{
    background-color: #f5f7fa;
    color: var(--color-primary);
    font-weight: bold;
}
.layui-form-select dl dd.layui-select-tips {
    color: #999;
}
.layui-form-select .layui-edge{
    width: 12px;
    height: 12px;
    border: unset;
    font-style: unset;
    margin-top: -6px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s;
    color: #c0c4cc;
    transform: scale(.9) rotate(180deg);
}
.layui-form-select .layui-edge:after{
    content: "\e87f";
    font-family: "iconfont";
}
.layui-form-selected .layui-edge{
    transform: scale(.9) rotate(0deg);
}
/* layui-form END */

/* page-content */
.page-content{
    color: #4d4d4f;
    line-height: 180%;
}
.page-content h1,.page-content h2,.page-content h3,.page-content h4{
    margin-top: 25px;
    position: relative;
    line-height: 160%;
    color: #333;
    margin-bottom: 10px;
}
.page-content h1{
    font-size: 32px;
}
.page-content h2{
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.page-content h3{
    font-size: 22px;
}
.page-content h4{
    font-size: 18px;
}
.page-content h2+h3,
.page-content h2+h4,
.page-content h2+h5,
.page-content h2+h6,
.page-content h3+h4,
.page-content h3+h5,
.page-content h3+h6,
.page-content h4+h5,
.page-content h4+h6,
.page-content h5+h6{
    margin-top: 0;
}
.page-content>*:nth-child(1) {
    margin-top: 0;
}
.page-content p,.page-content li{
    line-height: 1.8;
    margin-bottom: 12px;
}
.page-content li{
    padding-left: 5px;
}
.page-content ul,.page-content ol{
    padding-left: 20px;
}
.page-content ul,.page-content ul li{
    list-style: disc outside;
}
.page-content ol,.page-content ol li{
    list-style: decimal outside;
}
.page-content img{
    max-width: 100%;
    height: auto!important;
}
/* .page-content a:not(.more-btn){
    color: #3884C7;
}
.page-content a:hoverr{
    color: #18478E;
    text-decoration: underline;
} */
@media screen and (max-width: 767px) {
    .page-content h1{
        font-size: 28px;
    }
    .page-content h3{
        font-size: 20px;
    }
    .page-content h4{
        font-size: 16px;
    }
}
/*courselearn*/
.courselearn {
    width: 100%;
    column-count: 2;
    column-gap: 40px;
    padding: 18px;
    background-color: #FBF8FD;
}
@media screen and (max-width: 767px) {
    .courselearn{
        column-count: 1;
    }
}
.courselearn ul,.courselearn ul>li{
    list-style: none;
    position: relative;
    padding-left: 0;
}
.courselearn ul>li{
    padding-left: 30px;
}
.courselearn ul>li:after{
    content: "\e640";
    font-family: "iconfont";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: -4px;
    color: #9CA6B4;
}
/*courselearn END*/
/* page-content END */

/* media */
.media{
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
    padding: 20px;
    color: #252525;
    top: 0;
    transition: all .3s;
    position: relative;
}
.media:hover{
    top: -3px;
}
.media .media-left{
    margin-right: 20px;
    width: 110px;
}
.media .media-body{
    flex: 1;
}
.media  .text-box .title{
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.media  .text-box .desc{
    color: #9CA6B4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}
.media .bottom{
    /* line-height: 1.4; */
    margin-top: 10px;
    color: #9CA6B4;
    font-size: 13px;
}
@media screen and (max-width:991px) {
    .media{
        padding: 15px;
    }
    .media .media-left{
        width: 80px;
        margin-right: 15px;
    }
}
/* media END */

/* swiper-btn */
.swiper-btn{
    position: relative;
}
.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next{
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background-color: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0, 40, 133, 0.08);
    border-radius: 4px;
}
.swiper-btn .swiper-button-prev{
    left: unset;
    right: 52px;
}
.swiper-btn .swiper-button-next{
    right: 0;
}
.swiper-btn .swiper-button-prev:after,
.swiper-btn .swiper-button-next:after{
    font-size: 20px;
    color: #252525;
}
/* swiper-btn END */

/* layui-tab */
.layui-tab-brief>.layui-tab-title .layui-this{
    color: #252525;
}
.layui-tab-title{
    height: unset;
    border-bottom: unset;
}
.layui-tab-title:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #F3F3F3;
    z-index: 0;
}
.layui-tab-title li{
    padding: 0;
    height: unset;
    padding-bottom: 20px;
    line-height: unset;
    font-size: 18px;
    color: #9CA6B4;
    position: relative;
    z-index: 2;
    min-width: unset;
}
.layui-tab-title li+li{
    margin-left: 30px;
}
.layui-tab-title .layui-this:after{
    height: 100%;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: 4px solid var(--color-primary);
}
.layui-tab-content{
    padding: 0;
    padding-top: 40px;
}
@media screen and (max-width:767px) {
    .layui-tab-title li{
        font-size: 16px;
    }
}
/* layui-tab END */

/*pages*/
.pages{
	text-align: center;
    margin: 40px 0 0;
}
.layui-laypage a:hover{
    color: #C90015;
}
.layui-laypage a, .layui-laypage span{
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    padding: 0;
    /* font-size: 15px; */
}
.layui-laypage-prev,
.layui-laypage-next{
	font-weight: bold;
}
/*pages END*/

/* tag */
.tag{
    padding: 7px;
    color: #fff;
    font-size: 12px;
    background-color: #3D86FB;
    display: inline-block;
    border-radius: 2px;
    line-height: 1;
}
.tag.is-plain{
    color: #3D86FB;
    background-color: #EBF2FF;
}
.tag.tag-grey{
    background-color: #767D87;
}
.tag.tag-grey.is-plain{
    color: #767D87;
    background: #F2F2F2;
}
.tag.tag-danger{
    background-color: #FF5D6E;
}
.tag.tag-danger.is-plain{
    color: #FF5D6E;
    background: #FFEFEF;
}
.tag.tag-success{
    background-color: #97D55D;
}
.tag.tag-success.is-plain{
    color: #97D55D;
    background: #F6FEF3;
}
.tag+.tag{
    margin-left: 10px;
}
/* tag END */

/* scrollbar */
.scrollbar{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
/* scrollbar END */

/* layui-nav */
.layui-nav{
    display: inline-block;
    background: unset;
    padding: unset;
    border-radius: unset;
    height: unset;
    line-height: unset;
    color: inherit;
}
.layui-nav .layui-nav-item{
    line-height: unset;
}
.layui-nav .layui-nav-more{
    top: 50%;
    transform: translateY(-50%);
}
.layui-nav-child{
    top: 100%;
    /* margin-top: 10px; */
    border: 1px solid #ebeef5;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    /* line-height: unset; */
}
.layui-nav .layui-nav-mored,
.layui-nav-itemed>a .layui-nav-more{
    transform: translateY(-50%) rotate(180deg);
}
.layui-nav .layui-nav-child a:hover {
    background-color: #f5f7fa;
}
.layui-nav-bar{
    display: none;
}
.layui-nav .layui-this:after, .layui-nav-bar{
    content: unset;
}
.layui-nav .layui-nav-child:before{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
    top: -6px;
    left: 50%;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #ebeef5;
}
.layui-nav .layui-nav-child:after{
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    top: -5px;
    left: 50%;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.layui-nav hr{
    margin: 5px 0;
}
.layui-nav .layui-nav-child dd .iconfont{
    margin-right: 5px;
}
.layui-nav-itemed>.layui-nav-child{
    background-color: #fff!important;
}
/* layui-nav END */

/* layui-nav-tree */
.layui-nav-tree .layui-nav-item a{
    height: auto;
    line-height: 1.5;
}
.layui-nav-itemed>a, 
.layui-nav-tree .layui-nav-title a, 
.layui-nav-tree .layui-nav-title a:hover,
.layui-nav-tree .layui-nav-child, 
.layui-nav-tree .layui-nav-child a:hover{
    color: inherit!important;
}
.layui-nav-tree .layui-nav-itemed>.layui-nav-child{
    background-color: unset!important;
}
.layui-nav-tree .layui-nav-child dd.layui-this, 
.layui-nav-tree .layui-nav-child dd.layui-this a, 
.layui-nav-tree .layui-this, 
.layui-nav-tree .layui-this>a, 
.layui-nav-tree .layui-this>a:hover{
    background: inherit;
}
/* layui-nav-tree END */

/* tc-skin */
/*tc-skin*/
.tc-skin.layui-layer{
    max-width: 95vw;
}
.tc-skin.layui-layer .layui-layer-content{
    padding: 20px;
}
.tc-skin.layui-layer .layui-input-block{
    margin-left: 82px;
}
.tc-skin.layui-layer .layui-form-label{
    padding-left: 0;
    width: 82px;
    color: #9CA6B4;
}
.tc-skin.layui-layer .layui-layer-title{
    background: none;
    border: none;
    height: unset;
    line-height: 1.5;
    font-size: 18px;
    padding: 15px 20px 10px;
    border-bottom: 0;
}
.tc-skin.layui-layer-dialog{
    text-align: center;
}
.tc-skin.layui-layer .layui-layer-btn{
    padding-bottom: 20px;
}
.layui-layer-setwin .layui-layer-close1{
    background: none;
}
.layui-layer-setwin .layui-layer-close1:before{
    content: '\e60b';
    font-family: "iconfont";
    font-size: 16px;
    font-weight: bold;
    color: #9CA6B4;
}
.layui-layer-setwin .layui-layer-close1:hover{
    opacity: 1;
}
.layui-layer-setwin .layui-layer-close1:hover:before{
    color: #252525;
}
@media screen and (max-width: 767px) {
    .tc-skin.layui-layer-page .layui-layer-title{
        padding: 15px 15px 10px;
    }
    .tc-skin.layui-layer-page .layui-layer-content{
        padding: 20px 15px;
    }
}
.tc-skin .layui-layer-btn .layui-layer-btn0 {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    color: #fff;
}
.tc-skin.layui-layer .layui-form .layui-form-item:last-child{
    margin-bottom: 0;
}
/*tc-skin END*/
/* tc-skin END */


/* no-content */
.no-content{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #9CA6B4;
    padding: 40px 0;
}
.no-content img{
    width: 75%;
    max-height: 60%;
    max-width: 200px;
}
.no-content span{
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}
/* no-content END */
