header{
    background: var(--color-primary);
    z-index: 999;
    /* font-family: "Nexa Regular"; */
}
.header-top{
    display: flex;
    justify-content: space-between;
    background: transparent;
    transition: all .4s;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    width: 100%;
    align-items: center;
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    z-index: 999;
}
.header-white .header-top{
    box-shadow: unset;
}
.header-top .layui-container>.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px 0;
}
.header-top .layui-container>.flex::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .2);
}
.header .logo{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .logo img{
    height: 58px;
    transition: all .4s;
}
.header .logo .logo-white{
    display: none;
}
.header .logo .logo-black{
    display: block;
}

.header .header-nav{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    color: #fff;
    align-items: center;
    font-size: 20px;
}
.header .header-nav .layui-nav{
    background: none;
    font-size: inherit;
    padding: 0;
}
.header-nav .layui-nav,
.header-nav .layui-nav>.layui-nav-item{
    position: static;
}
.header-nav .layui-nav .layui-nav-item:nth-of-type(6) a{
    padding-right: 0;
}
.header-nav .layui-nav .layui-nav-item:nth-of-type(6) > a::after{
    right: 0;
}
.header-nav .layui-nav .layui-nav-child:before,
.header-nav .layui-nav .layui-nav-child:after{
    content: unset;
}
header .layui-nav-bar{
    display: none!important;
}
.header-nav .layui-nav .layui-nav-item>a,
.header-nav .layui-nav .layui-nav-item{
    line-height: 60px;
    font-size: inherit;
}
.header-nav .layui-nav .layui-nav-item>a{
    padding: 0 var(--size-20);
    position: relative;
    font-size: inherit;
    color: inherit;
}
.header-nav .layui-nav .layui-nav-item>a:after{
    content: "";
    position: absolute;
    left: var(--size-20);
    right: var(--size-20);
    bottom: -10px;
    background-color: #fff;
    height: 2px;
    transform: scaleX(0) scaleY(1);
    transition: all .4s ease-in-out;
}
.header-nav .layui-nav .layui-nav-child{
    margin-top: 0;
    border: unset;
    border-radius: unset;
    background-color: unset;
    overflow: hidden;
    top: 100%;
    z-index: 999;
    text-align: left;
    padding: 0;
}
.header-white .header-nav .layui-nav .layui-nav-child{
    margin-top: -15px;
}

.header-nav .layui-nav .layui-nav-item.active>a:after,
.header-nav .layui-nav .layui-nav-item>a:hover:after{
    transform: scaleX(1) scaleY(1);
}

header .layui-nav .layui-container{
    display: block;
}
.header .menu-toggle .toggle-iconfont span,
.header .menu-toggle span:after, 
.header .menu-toggle span:before{
    background: var(--color-text-primary);
}
.layui-nav .layui-nav-child .dropmenu{
    background-color: rgba(255, 255, 255, .96);
    border-top: 2px solid var(--color-primary);
}
.layui-nav .layui-nav-child .dropmenu-container{
    padding: 50px 50px;
}
.layui-nav .layui-nav-child .dropmenu-container a{
    padding: 0;
    line-height: 1.5;
}
.layui-nav .layui-nav-child .dropmenu-container a:hover{
    background: unset;
}
.layui-nav .layui-nav-child .dropmenu-container .sub-title>a{
    font-size: 18px;
    border-bottom: 1.5px dashed var(--border-color-base);
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: var(--color-text-primary);
    /* font-weight: bold; */
    position: relative;
    padding-right: 20px;
}
.layui-nav .layui-nav-child .dropmenu-container .sub-title>a:hover{
    color: var(--color-primary);
}

.layui-nav .layui-nav-child .dropmenu-container .desc,
.layui-nav .layui-nav-child .dropmenu-container ul a{
    color: var(--color-text-secondary-grey);
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 0;
    padding-right: 20px;
    position: relative;
    transition: all .3s ease-in-out;
    font-weight: normal;
}
.layui-nav .layui-nav-child .dropmenu-container ul a:after{
    content: "\e60e";
    font-family: "iconfont";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-primary);
    font-weight: bold;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.layui-nav .layui-nav-child .dropmenu-container ul a:hover{
    color: var(--color-primary);
    font-weight: bold;
}
.layui-nav .layui-nav-child .dropmenu-container ul a:hover:after{
    right: 0;
    opacity: 1;
}
.layui-nav .layui-nav-child .dropmenu-container .desc{
    white-space: normal;
    line-height: 1.8;
}

.dropmenu-bottom{
    background-color: var(--color-primary);
    color: #fff;
    padding: 18px 0;
}
.dropmenu-bottom .more-btn{
    margin-top: 0;
    padding: 8px 20px!important;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .layui-nav .layui-nav-child .dropmenu-container .layui-col-md2{
        width: 20%;
    }
}
/* dropmenu END */


.header .menu-toggle{
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .menu-toggle .toggle-iconfont { 
    transition: 0.4s; 
    position: relative; 
    z-index: 20; 
    float: right; 
    cursor: pointer; 
    width: 24px; 
    height: 22px;
}

.header .menu-toggle .toggle-iconfont span { 
    margin-top: 9px; 
    display: block; 
    width: 100%; 
    height: 3px; 
    background: #fff; 
    position: relative; 
    /* vertical-align: middle;  */
    cursor: pointer;
}

.header .menu-toggle span:after,
.header .menu-toggle span:before { 
    content: ""; 
    position: absolute; 
    display: inline-block; 
    width: 100%; 
    height: 3px; 
    left: 0; 
    background-color: #fff; 
}

.header .menu-toggle span:before { 
    top: -9px; 
    -webkit-transition-property: top, transform; 
    -moz-transition-property: top, transform; 
    -ms-transition-property: top, transform; 
    -o-transition-property: top, transform; 
    transition-property: top, transform; 
}

.header .menu-toggle span:after { 
    bottom: -9px; 
    /* width: 16px;  */
    -webkit-transition-property: bottom, transform; 
    -moz-transition-property: bottom, transform; 
    -ms-transition-property: bottom, transform; 
    -o-transition-property: bottom, transform; 
    transition-property: bottom, transform; 
}
.header-main{
    text-align: right;
}

/* secondary-nav */
header .secondary-nav{
    text-align: right;
    font-size: 15px;
    color: #07090D;
    padding: 10px 0;
    width: auto;
    display: inline-block;
    padding-left: 20px;
    position: relative;
    height: 40px;
}

header .secondary-nav .flex{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .secondary-nav ul li{
    display: inline-block;
    padding: 0 .8vw;
    position: relative;
}
header .secondary-nav ul li:not(:last-child):after{
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background-color: #bbb;
}
header .secondary-nav ul li a{
    color: inherit;
    font-size: 13px;
    color: var(--color-text-secondary-grey);
}
header .secondary-nav ul li a:hover{
    color: var(--color-primary);
}
.header .search-btn{
    color: var(--color-primary);
    font-size: 24px;
    font-weight: bold;
}
.header .search-btn .iconfont{
    line-height: 60px;
    color: inherit;
    font-size: inherit;
    font-weight: normal;
    padding: 0 12px 0 12px;
    cursor: pointer;
}

.secondary-nav .layui-nav>.layui-nav-item>a{
    padding: 0;
    color: inherit;
}
/* secondary-nav END */

.headerTemp{
    height: 80px;
    display: none;
}

/* header-white */
.header-white .headerTemp{
    position: absolute;
}
.header-white header{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: none;
}
.header-white .header-top{
    box-shadow: none;
}
.header-white .secondary-nav ul li a{
    color: var(--border-color-base);
}
.header-white .header .logo-white{
    display: block;
}
.header-white .header .logo-black{
    display: none;
}
.header-white .header-nav .layui-nav .layui-nav-item.active>a,
.header-white .header-nav .layui-nav .layui-nav-item>a:hover,
.header-white .header .search-btn,
.header-white header .secondary-nav,
.header-white .header .header-nav{
    color: #fff;
}
.header-white .header-nav .layui-nav .layui-nav-item>a:after,
.header-white .header .menu-toggle .toggle-iconfont span, 
.header-white .header .menu-toggle span:after, 
.header-white .header .menu-toggle span:before{
    background: #fff;
}
/* header-white END */

header.fixed{
    position: fixed;
    top: -100%;
}
header.fixed .header-top{
    /*display: none;*/
    background: var(--color-primary);
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
header.fixed .header-top .layui-container>.flex{
    padding: 10px 0;
}

header.fixed .layui-nav .layui-nav-more{
    border-color: var(--color-text-primary) transparent transparent!important;
}

header.fixed.show{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transition: top  .3s;
    -o-transition: top  .3s;
    transition: top  .3s;
    z-index: 9999;
}
header.fixed .header .search-btn{
    color: var(--color-primary);
}
/* header.fixed .header-nav .layui-nav .layui-nav-item>a:after,
header.fixed .header .menu-toggle .toggle-iconfont span,
header.fixed .menu-toggle span:after,
header.fixed .menu-toggle span:before{
    background: var(--color-primary)!important;
} */
header.fixed .header-nav .layui-nav .layui-nav-child{
    margin-top: 0;
}
@media screen and (max-width: 1600px) {
    .header .header-nav{
        font-size: 18px;
    }
}
@media screen and (min-width: 992px) {
    header .menu-toggle{
        display: none!important;
    }
}
.header-nav .show-mobile{
    display: none;
}
@media screen and (max-width:991.9px) {
    /* .header .header-nav .layui-nav{
        display: none!important;
    } */
    .header .secondary-nav{
        display: flex!important;
    }
    .header .secondary-nav .menu-toggle{
        height: 80px;
        display: flex!important;
    }
    .header .secondary-nav .search-btn .layui-input{
        display: none;
    }

    .header .header-nav .layui-nav{
        position: fixed;
        width: 320px;
        right: -320px;
        top: 0;
        bottom: 0;
        z-index: 10002;
        background: #fff;
        color: var(--color-text-primary)!important;
        padding: 20px!important;
        transition: all .4s ease-in-out;
        padding-top: 56px!important;
    }
    .header-nav .layui-nav .layui-nav-item>a, 
    .header-nav .layui-nav .layui-nav-item{
        line-height: 50px;
    }
    .header .header-nav .layui-nav .layui-nav-item{
        display: block;
        text-align: left;
    }
    .header .header-nav .layui-nav .layui-nav-item>a{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }
    .header-white .header-nav .layui-nav .layui-nav-item.active > a,
    .header .header-nav .layui-nav .layui-nav-item>a:hover{
        color: var(--color-primary)!important;
    }
    .header-nav .layui-nav.nav-horizon .layui-nav-more{
        line-height: 50px;
        height: 50px;
        width: 50px;
        text-align: right;
        margin: 0;
    }
    .header-nav .layui-nav.nav-horizon .layui-nav-mored, 
    .header-nav .layui-nav.nav-horizon .layui-nav-itemed>a .layui-nav-more{
        transform: rotate(0);
    }
    .header-nav .layui-nav.nav-horizon .layui-nav-more:after{
        display: inline-block;
        transform: rotate(-90deg);
    }
    .header-nav .layui-nav .layui-nav-child{
        position: fixed;
        width: 320px!important;
        right: -320px;
        top: 0;
        bottom: 0;
        z-index: 10003;
        left: unset!important;
        background-color: #fff;
        margin-top: 0;
        min-width: 0;
        transition: all .4s ease-in-out;
        display: block!important;
        padding-top: 60px;
        box-shadow: unset;
    }
    .header-nav .layui-nav .layui-nav-child .layui-container{
        padding: 0;
        position: static;
        position: absolute;
        left: 0;
        right: 0;
        top: 60px;
        bottom: 0;
        padding: 10px 20px 20px;
        z-index: 2;
    }
    .header-nav .layui-nav .layui-nav-child .dropmenu{
        box-shadow: none;
        border-top: 0;
        padding: 20px;
    }
    .header-nav .layui-nav .layui-nav-child .dropmenu-container,
    .header-nav .layui-nav .layui-nav-child .dropmenu-bottom{
        padding: 0;
    }
    .header-nav .layui-nav .layui-nav-child .dropmenu-container .sub-title>a{
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 1px dashed var(--border-color-lighter);
    }
    .header-nav .layui-nav .layui-nav-child .dropmenu-bottom{
        display: none;
    }
    .header-nav .layui-nav .layui-anim-upbit{
        animation-name: unset;
    }
    .header-nav .back-btn,
    .header-nav .close-btn{
        font-size: 20px;
        /* font-weight: bold; */
    }
    .header-nav .show-mobile{
        padding-top: 0;
        padding-bottom: 0;
        text-align: right;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        padding: 20px 20px 0;
        background-color: #fff;
        z-index: 9;
    }
    .header-nav .show-mobile.flex{
        display: flex;
    }

    .mobile-bg{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 0;
        background-color: rgba(0,0,0,.75);
        z-index: -1;
        opacity: 0;
        transition: opacity .4s ease-in-out;
    }
    .mobile-site .header-nav .layui-nav .layui-nav-child.layui-show,
    .mobile-site .header .header-nav .layui-nav{
        right: -1px;
    }
    .mobile-site .mobile-bg{
        z-index: 10001;
        opacity: 1;
        height: 100vh;
    }
}
@media screen and (max-width: 767.9px) {
    .headerTemp{
        height: 70px;
    }
    .header .logo img{
        height: 50px;
    }
    .header-top .language-btn,
    .header-top .search-btn{
        width: 40px;
        background: none;
        border-left: 0;
        margin-right: 12px;
    }
    .header-top .language-btn:hover,
    .header-top .search-btn:hover{
        background: none!important;
    }
    /* header.fixed .header-top .language-btn,
    header.fixed .header-top .search-btn{
        color: var(--color-text-primary);
    } */
    .header-top .language-btn{
        margin-right: 10px;
    }
    .header-top .search-btn .text,
    .header-top .menu-toggle .text{
        display: none;
    }
    .header-top .search-btn .iconfont{
        margin-right: 0;
        padding-right: 10px;
    }
    header .layui-nav{
        padding: 0 10px!important;
    }
    .header .header-main .secondary-nav{
        padding-right: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        text-align: right;
    }
    header .secondary-nav:before{
        transform: skewX(0);
    }
    header .secondary-nav ul li{
        padding: 0 10px;
    }
    .header-main{
        display: flex;
        align-items: center;
    }
    /* header .header-top{
        height: 100px;
        padding-top: 40px;
    } */
    .header .header-main .secondary-nav{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    header .secondary-nav .secondary-bg:before{
        transform: skewX(0deg);
    }
}
@media screen and (max-width: 556px) {
    .headerTemp{
        height: 64px;
    }
    .header .logo img{
        height: 44px;
    }
}
/*header END*/

/*.layui-layer*/
.layui-layer .layui-layer-setwin{
    top: 40px;
    right: 5%;
    margin-right: 15px;
}
.layui-layer .layui-layer-setwin .layui-layer-close2{
    top: 0px;
    right: 0px;
    background: none;
    position: relative;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
    color: #fff;
    width: 48px;
    height: 48px;
    background: rgba(0,0,0,.15);
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 22px;
}
.layui-layer .layui-layer-setwin .layui-layer-close2:after{
    content: "\e60b";
    font-family: 'iconfont';
    font-weight: bold;
}
.layui-layer .layui-layer-setwin .layui-layer-close2:hover{
    background: var(--color-primary);
    color: #fff;
}

/* 搜索弹窗 */


.layui-layer.tc-search{
    border-radius: 0;
    background: unset;
    box-shadow: none;
    padding-top: 134px;
    background-color: rgba(201,21,30,1);
}
.layui-layer.tc-search:before {
    left: -webkit-calc(50% - 2000px);
    left: calc(50% - 2000px);
    top: -3403px;
    width: 4000px;
    height: 4000px;
    position: absolute;
    display: block;
    content: " ";
    background: #fff;
    border-radius: 100%;
    z-index: 0;
}
.layui-layer.tc-search:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    height: 69px;
    background: url(../images/search-bg.png) right bottom no-repeat;
    background-size: cover;
    opacity: .75;
}

.layui-layer.tc-search .layui-layer-content{
    padding: 0px;
}

.layui-layer.tc-search .container{
    max-width: 800px;
    margin: 0 auto;
    margin-top: 8%;
}
.layui-layer.tc-search .input-box{
    padding: 6px;
    position: relative;
    margin-bottom: 30px;
}
.layui-layer.tc-search .layui-input{
    height: 50px;
    border-radius: 30px;
    border: 0;
    padding: 10px 70px 10px 26px;
    background: rgba(0,0,0,.075);
    position: relative;
    z-index: 2;
}
.layui-layer.tc-search .layui-input+.bg{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 50px;
    background: rgba(255,255,255,.25);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.layui-layer.tc-search .layui-input:focus+.bg{
    opacity: 1;
}
.layui-layer.tc-search .form-submit{
    margin-top: 10px;
    position: absolute;
    right: 8px;
    width: 70px;
    height: 50px;
    line-height: 50px;
    background: none;
    outline: none;
    top: 8px;
    margin-top: 0;
    border: 0;
    font-size: 22px;
    cursor: pointer;
    z-index: 3;
    color: var(--color-primary);
}
.layui-layer.tc-search .form-submit:hover{
    color: var(--color-primary);
}


.layui-layer.tc-search .popular-search{
    text-align: center;
}
.layui-layer.tc-search .popular-search .title{
    font-weight: bold;
    position: relative;
    padding-left: 18px;
    display: inline-block;
    margin: 0 auto 10px;
    color: var(--color-primary);
}
.layui-layer.tc-search .popular-search .title:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -4px;
    height: 7px;
    width: 7px;
    background: var(--color-primary);
    border-radius: 5px;
}
.layui-layer.tc-search .popular-search ul{
    text-align: center;
    margin: 0 -15px;
}
.layui-layer.tc-search .popular-search ul li{
    list-style: none;
    padding: 8px 15px;
    display: inline-block;
}
.layui-layer.tc-search .popular-search ul li a{
    color: var(--color-text-secondary);
    font-size: 13px;
}
.layui-layer.tc-search .popular-search ul li a:hover{
    color: var(--color-primary);
    text-decoration: underline;
}
@media screen and (max-width: 1600px) {
    .layui-layer.tc-search:after{
        height: 60px;
    }
}
@media screen and (max-width: 991px) {
    .layui-layer.tc-search:before {
        left: -webkit-calc(50% - 1500px);
        left: calc(50% - 1500px);
        top: -2403px;
        width: 3000px;
        height: 3000px;
    }
}
@media screen and (max-width: 767px) {
    .layui-layer.tc-search:after{
        height: 45px;
        background: url(../images/search-bg.png) right 5% bottom no-repeat;
        background-size: cover;
    }
    .layui-layer.tc-search:before {
        left: -webkit-calc(50% - 1000px);
        left: calc(50% - 1000px);
        top: -1403px;
        width: 2000px;
        height: 2000px;
    }
    .layui-layer.tc-search .layui-layer-setwin{
        top: 20px;
        right: 0px;
    }
    .layui-layer.tc-search .layui-form-item{
        margin-bottom: 5px;
    }
    .layui-layer.tc-search .layui-layer-setwin .layui-layer-close2{
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
    }
    .layui-layer.tc-search .popular-search ul{
        margin: 0 -10px;
    }
    .layui-layer.tc-search .popular-search ul li{
        padding: 6px 10px;
    }
}
@media screen and (min-width: 1600px) {
    .layui-layer.tc-search:before{
        left: -webkit-calc(50% - 2000px);
        left: calc(50% - 2000px);
        top: -3260px;
        width: 4000px;
        height: 4000px;
    }
}
/* 搜索弹窗 END */

/*弹窗动画*/
.layer-anim-01 {
    -webkit-animation-name: slideInDown!important;
    animation-name: slideInDown!important;
    -webkit-animation-duration: .6s!important;
    animation-duration: .6s!important;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.layui-layer.tc-search.layer-anim-close {
    -webkit-animation-name: slideOutUp!important;
    animation-name: slideOutUp!important;
    -webkit-animation-duration: .6s!important;
    animation-duration: .6s!important;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/*弹窗动画 END*/
/*.layui-layer tc-fullpage END*/


/*layui-layer tc-video*/
.layui-layer.tc-video{
    background: none;
    max-height: 95vh;
    max-width: 95vw;
}
.layui-layer.tc-video .video-player{
    height: 100%;
}
.layui-layer.tc-video .video-js{
    width: 100%;
    height: 100%;
}
.layui-layer.tc-video .layui-layer-setwin .layui-layer-close2{
    background: rgba(0,0,0,.25);
}
.layui-layer.tc-video .layui-layer-setwin{
    top: 10px;
    right: 10px;
    margin: 0;
}
.layui-layer.tc-video .layui-layer-setwin .layui-layer-close2:hover{
    background: var(--color-primary);
    color: #fff;
}
@media screen and (max-width: 767px) {
    .layui-layer.tc-video{
        background: none;
        height: 100vh!important;
        width: 100vw!important;
        max-height: 100vh;
        max-width: 100vw;
    }
}
/*layui-layer tc-video END*/


/*swiper-button*/
.swiper-button-prev,
.swiper-button-next{
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 40px;
    height: 40px;
    z-index: 998;
    background: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: var(--color-primary);
    border-radius: 50%;
    color: #fff;
}
.swiper-button-next.swiper-button-disabled, 
.swiper-button-prev.swiper-button-disabled{
    background: #F4F4F4;
    color: var(--color-text-primary);
    opacity: 1;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    background: var(--color-primary);
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 18px;
    font-weight: lighter;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    content: "\e60e";
    font-family: "iconfont";
}
.swiper-button-prev:after{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -20px;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    position: relative;
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
@media screen and (max-width: 767px) {
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next,
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        width: 40px;
        height: 40px;
        background-size: 40px;
        margin-top: -20px;
    }
    /* .swiper-button-next:after, .swiper-button-prev:after{
        font-size: 24px;
    } */
}
/*swiper-button END*/

/*.swiper-pagination*/
.swiper-pagination-bullet{
    margin: 0 4px;
    background: rgba(0,0,0,.5);
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    opacity: .5;
}
.swiper-pagination-bullet-active{
    background-color: var(--color-primary);
    opacity: 1;
}
/*.swiper-pagination EMD*/


/*banner*/
.banner{
    position: relative;
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    background-size: cover;
    color: #fff;
    background-position: center center;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 56.25vw;
    max-height: 100vh;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


.banner img{
    width: 100%;
}

.banner .swiper-bottom{
    width: 200px;
    bottom: 30px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    height: 30px;
    z-index: 5;
}
.banner .swiper-bottom .swiper-pagination-progressbar{
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: rgba(255,255,255,.25);
}
.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #fff;
}
.banner .swiper-button-prev, .banner .swiper-button-next{
    width: unset;
    height: unset;
    background: unset;
    margin-top: unset;
    transform: translateY(-50%);
}
.banner .swiper-button-prev{
    left: -50px;
}
.banner .swiper-button-next{
    right: -50px;
}
.banner .swiper-button-prev:after,
.banner .swiper-button-next:after{
    font-size: 14px;
    content: "\e72d";
}
.banner .swiperNum {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -36px;
    right: -36px;
    text-align: right;
}
.banner .swiperNum ul li {
    position: absolute;
    left: 0;
    width: 36px;
    text-align: center;
}

.banner .swiperNum .total{
    width: 36px;
    text-align: center;
    display: inline-block;
}
.ui-loop{
    position:absolute;
    width: 32px;
    height: 32px;
    right: -90px;
    cursor: pointer;
    top: 50%;
    margin-top: -16px;
}
.ui-loop .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}
.ui-loop.pause .icon-pause:before{
    content: "\e72d";
}
    
.path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}   
    
.path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
}


/*banner END*/

/*banner-box*/
.banner-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 60px;
    color: #fff;
    z-index: 9;
}
.map-banner .layui-container{
    width: 100%;
    height: 100%;
}
.banner .slide-inner::after{
    position: absolute;
    left: -35vw;
    top: 5vw;
    content: '';
    display: block;
    width: 170vw;
    height: 170vw;
    background-image: url(../images/banner-circle.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(0deg);
    -webkit-animation: circle 4s linear infinite;
    -o-animation: circle 4s linear infinite;
    animation: circle 4s linear infinite;
}
@-webkit-keyframes circle{
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes circle{
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.map-banner .layui-container .banner-map-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.banner-map-wrap .map-title,.banner-box .banner-title{
    font-size: 48px;
    text-align: center;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
}
.map-container{
    flex: 1;
}
.map-wrap{
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 1600px) {
    .banner-map-wrap .map-title,.banner-box .banner-title{
        font-size: 42px;
        margin-top: 35px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1200px) {
    .banner-map-wrap .map-title,.banner-box .banner-title{
        font-size: 38px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 991px) {
    .banner .swiper-bottom{
        display: none;
    }
    .banner-box{
        top: 78px;
        bottom: 0;
    }
    .banner-map-wrap .map-title,.banner-box .banner-title{
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .banner .swiper-slide{
        height: 62vw;
    }
}
@media screen and (max-width: 767px) {
    .banner-box {
        top: 70px;
    }
    .banner-map-wrap .map-title,.banner-box .banner-title{
        font-size: 26px;
        margin-top: 15px;
        line-height: 1.5em;
    }
    
}
@media screen and (max-width: 556px) {
    .banner-map-wrap .map-title,.banner-box .banner-title{
        display: none;
    }
}
/*banner-box END*/


/* media-list */

.media-list {
    margin: 0 -.10417vw;
    position: relative;
    z-index: 9;
}

.media-list .media-item {
    display: inline-block;
    padding: 0 .10417vw;
    text-align: center;
    position: relative;
    z-index: 1;
}

.media-list .media-item:hover {
    z-index: 2;
}

.media-list .media-item a {
    display: block;
    text-align: center;
    width: 2.5vw;
    height: 2.5vw;
    line-height: 2.5vw;
    text-align: center;
    color: var(--color-text-secondary-grey);
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /* border: 1px solid rgba(0, 0, 0, .2); */
}

.media-list .media-item a:hover {
    background: #fff;
    color: var(--color-primary);
    text-decoration: unset;
}

.media-list .media-item .tc-box {
    width: 6.25vw;
    max-width: 100px;
    max-height: 100px;
    height: 6.25vw;
    padding: .3125vw;
    border-radius: .20833vw;
    margin-top: .625vw;
    transform: translate(-50%, 1.25vw);
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .5s;
    opacity: 0;
    
}

.media-list .media-item .tc-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.media-list .media-item .tc-box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -.625vw;
    width: 0;
    height: 0;
    border: .3125vw solid transparent;
    border-bottom: .3125vw solid rgba(255, 255, 255, 1);
    margin-left: -.3125vw;
}

.media-list .media-item a:hover+.tc-box {
    opacity: 1;
    transform: translate(-50%, 0);
}

@media screen and (max-width: 1439px) {
    .media-list .media-item a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .media-list .media-item .tc-box {
        width: 90px;
        height: 90px;
        padding: 5px;
        border-radius: 4px;
    }

    .media-list .media-item .tc-box:after {
        top: -9px;
        border-width: 4.5px;
        margin-left: -4.5px;
    }
}

@media screen and (max-width: 767px) {
    .media-list .media-item a:hover {
        z-index: 9;
    }

    .media-list {
        min-height: unset;
    }

    .media-list .media-item .tc-box {
        left: 0;
        transform: translate(0, -20px);
        margin-bottom: 10px;
        top: unset;
        bottom: 100%;
    }

    .media-list .media-item a:hover+.tc-box {
        transform: translate(0, 0);
    }

    .media-list .media-item .tc-box:after {
        top: unset;
        bottom: -12px;
        border-bottom: 6px solid transparent;
        border-top: 6px solid #fff;
        left: 20px;
    }
}

@media screen and (max-width: 567px) {
    .media-list .media-item a {
        width: .72rem;
        height: .72rem;
        line-height: .72rem;
    }

    .media-list .media-item .tc-box {
        width: 1.8rem;
        height: 1.8rem;
        padding: .1rem;
        border-radius: .08rem;
        margin-bottom: .2rem;
    }

    .media-list .media-item .tc-box:after {
        bottom: -.24rem;
        border-bottom: .12rem solid transparent;
        border-top: .12rem solid #fff;
        left: .4rem;
    }
}

/* media-list END */
/*footer*/
footer{
    position: relative;
    z-index: 1;
}
footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -60%;
    bottom: 0;
    background: url(../images/footer-bg.png) center center no-repeat;
    background-size: auto;
    background-size: cover;
    background-position: center top;
}
footer,footer a,footer a:visited{
    color: rgba(255,255,255,0.8);
    font-size: 17px;
}
footer a:hover,
footer a:focus{
    color: rgba(255,255,255,0.95);
}
.footer-top{
    padding-top: 50px;
}
.footer-top img{
    max-width: 100%;
}
.footer-top .footer-logo{
    margin-bottom: 15px;
}
.footer-top .footer-logo img{
    max-height: 60px;
}
.footer-top .layui-row{
    overflow: hidden;
}

footer .title{
    margin-bottom: 10px;
    font-size: 22px;
    color: rgba(255, 255, 255, .95);
    text-transform: uppercase;
    font-weight: 600;
}
.footer-top p{
    margin-bottom: 5px;
}
.footer-top ul{
    padding-bottom: 20px;
}
.footer-top ul,
.footer-top ul li{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer-top .footer-link li{
    line-height: 150%;
    position: relative;
    margin-bottom: 5px;
}
.footer-top .footer-link li a{
    display: block;
}
.footer-top .media-list{
    margin: 0 -2px;
}
.footer-top .media-list .media-item{
    padding: 0;
    display: inline-block;
    margin: 2px;
}
.footer-top .media-list .media-item a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(255,255,255,.15);
    color: rgba(255,255,255,.85);
    border-radius: 20px;
    font-size: 19px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.footer-top .media-list .media-item a:hover{
    background: rgba(255,255,255,.85);
    color: var(--color-primary);
}
@media screen and (min-width: 992px) {
    footer .layui-col-space30{
        margin: -2vw;
    }
    footer .layui-col-space30>*{
        padding: 2vw;
    }
    footer .layui-col-space30>[class^='layui-col']:not(:last-child):after{
        content: "";
        position: absolute;
        right: 2vw;
        top: 2vw;
        bottom: 2vw;
        width: 1px;
        background: rgba(255, 255, 255, .3);
    }
}

@media screen and (max-width: 767px) {
    footer .title{
        margin-bottom: 5px;
    }
    .footer-top .footer-link li{
        display: inline-block;
    }
    .footer-top .footer-link li a{
        padding: 0 5px;
        position: relative;
        margin: 0;
    }
    .footer-top .footer-link li:not(:last-child) a:after{
        content: "";
        position: absolute;
        top: 5px;
        bottom: 4px;
        right: -1px;
        border-right: 1px solid rgba(255, 255, 255, .2);
    }
}
.footer-copyright{
    position: relative;
    z-index: 2;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,.3)
}
footer .footer-copyright a:hover,
footer .footer-copyright a:focus{
    color: var(--color-primary);
}

/*footer END*/



#button-to-top {
    /*background: var(--color-primary);*/
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 997;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
    color: var(--color-text-primary);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    opacity: .75;
    border-radius: 3px;
}
#button-to-top:hover{
    opacity: 1;
}


/*footer END*/
/*block*/
.block{
    padding: var(--size-80) 0;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.small-block{
    padding: 40px 0;
    background-image: url(../images/letter-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top 40px;
    position: relative;
    z-index: 2;
}
.main{
    min-height: calc(100vh - 386px);
}
.main > .small-block:nth-last-of-type(1) {
    padding-bottom: 240px;
}
.main > .block:nth-last-of-type(1) {
    padding-bottom: 280px;
}

.block:last-child{
    padding-bottom: 280px !important;
}
.block.last-block{
    padding-bottom: 280px !important;
}
.block.white{
    background-color: #fff;
}
.block.grey,.small-block.grey{
    background-color: var(--bg-grey);
}

.block.blue{
    background-color: var(--color-primary);
}
.block.bg .layui-container,.block.color_white .layui-container{
    z-index: 2;
    position: relative;
    color: #fff;
}
.block p{
    margin-bottom: 10px;
}
.block-temp{
    padding: 0!important;
    height: 60px;
}
@media screen and (max-width: 992px) {
    .block{
        padding: 50px 0;
    }
    .small-block{
        background-size: 120%;
    }
}
@media screen and (max-width: 767px){
    .block{
        padding: 40px 0;
    }
    .small-block{
        background-size: 180%;
    }
}

/*block END*/

/*index_title*/
.index_title{
    position: relative;
    margin-bottom: 30px;

}
.index_title.center>.flex{
    justify-content: center;
}
.index_title .title{
    position: relative;
    font-size: 40px;
    color: var(--color-text-primary);
    font-weight: 600;
    flex: 1;
    line-height: 1.3em;
}

.index_title .title>span{
    position: relative;
}
.index_title .title>span>i{
    position: relative;
    z-index: 2;
    font-style: normal;
    
}
.index_title .title>span::after{
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background-color: var(--color-secondary);
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 1;
}

.index_title .more-text{
    margin-top: 0;
}

.block.color_white .index_title .title{
    color: #fff;
}
.block.color_white .index_title .more-text{
    color: #fff;
}
.small-block .index_title .title{
    font-size: 44px;
}
.index_title.center .title{
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .index_title .title{
        font-size: 36px;
    }
    .small-block .index_title .title{
        font-size: 38px;
    }
    .index_title .title>span::after{
        bottom: 4px;
    }
    
}
@media screen and (max-width: 991px) {
    .index_title .title{
        font-size: 30px;
    }
    .small-block .index_title .title{
        font-size: 34px;
    }
    .index_title .title>span::after{
        bottom: 3px;
    }
    
}
@media screen and (max-width: 767px) {
    .index_title{
        margin-bottom: 20px;
    }
    .index_title .title{
        font-size: 28px;
    }
    .index_title .title > span::after{
        height: 6px;
    }
    .small-block .index_title .title{
        font-size: 28px;
    }
}

/*index_title END*/
.anchor {
    position: relative;
    display: block;
    padding-top: 60px;
    margin-top: -60px;
    /* z-index: -1; */
}
/* page-desc */

.page-desc{
    font-size: 19px;
    color: var(--color-text-secondary);
}
.block.color_white  .page-desc{
    color: rgba(255, 255, 255, .85);
}

@media screen and (max-width: 767px) {
    .page-desc{
        font-size: 18px;
    }
}
/* page-desc END */
/* more-text */
.more-text{
    display: block;
    color: var(--color-text-secondary);
    font-size: 18px;
    margin-top: 40px;
}
.more-text.white{
    color: #fff;
}
.more-text.center{
    text-align: center;
}
.more-text.primary{
    color: var(--color-primary);
}
.more-text i{
    position: relative;
    left: 0;
    transition: all .4s;
}
.more-text:hover i{
    left: 5px;
}
.more-text:hover{
    color: var(--color-primary);
}
.more-text.primary:hover{
    opacity: .85;
}
.more-text.white:hover{
    opacity: .85;
    color: #fff;
}
@media screen and (max-width: 991px) {
    .more-text{
        font-size: 15px;
        margin-top: 30px;
    }
}
/* more-text END */
/* index-video-wrap */
.index-video-wrap{
    position: relative;
}
.index-video-wrap .img-box{
    width: 100%;
    height: 0;
    padding-bottom: 63%;
    position: relative;
    z-index: 2;
}
.index-video-wrap .img-box .img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.index-video-wrap .img-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-video-wrap .play-icon{
    position: absolute;
    left: 40px;
    bottom: -30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
    padding: 12px;
}
.index-video-wrap .play-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.index-video-wrap .play-icon::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/circle-mark.png) center center no-repeat;
    background-size: auto;
    background-size: 100% ;
    -webkit-animation: rotate 4s linear infinite;
    -o-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}
.index-video-wrap::after{
    content: "";
    position: absolute;
    width: 35px;
    height: 48px;
    background: url(../images/bg-yuan.png) no-repeat;
    background-position: 100%;
    background-size: 100% ;
    top: -10px;
    right: -15px;
    z-index: 1;
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.video-block{
    position: relative;
}
.video-block .page-desc{
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
/* .video-block::after{
    content: '';
    display: block;
    width: 40%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--color-primary);
    opacity: .09;
} */
@media screen and (max-width: 1200px) {
    .index-video-wrap .img-box{
        padding-bottom: 100%;
    }
}
@media screen and (max-width: 991px) {
    .index-video-wrap .img-box{
        padding-bottom: 63%;
    }
    .video-block::after{
        width: 100%;
    }
}

/* index-video-wrap END */
/* news-swiper */

.news-swiper{
    position: relative;
}
.news-swiper .swiper-slide{
    height: unset;
}
.news-swiper .slide{
    height: 100%;
}
.news-swiper .swiper-container{
    position: relative;
    padding-bottom: 100px;
    padding-top: 0px;
}
.news-swiper .swiper-scrollbar{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: unset;
    height: 70px;
    width: 100%;
    
}
.news-swiper .swiper-scrollbar:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -.5px;
    height: 3px;
    background: #E8F6FC;
    border-radius: 3px;
}
.news-swiper .swiper-scrollbar-drag{
    background-color: unset;
    cursor: pointer;
}
.news-swiper .swiper-scrollbar-drag:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0px;
    height: 3px;
    margin-top: -1.5px;
    top: 50%;
    background-color:var(--color-primary);
    cursor: pointer;
    border-radius: 3px;
}
.news-swiper .swiper-scrollbar-drag:after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -20px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    background: url(../images/icon-drag.png) center center no-repeat;
    background-size: contain;
}
.news-item{
    display: flex;
    flex-direction: column;
    color: var(--color-text-regular);
    height: 100%;
}
.news-item .img-box{
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.news-item .img-box .img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.news-item .img-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    transform:  scale(1);
}

.news-item .text-box{
    position: relative;
    padding: 30px 0;
    transition: all .4s ;
    flex: 1;
}
.news-item .text-box .title{
    position: relative;
    z-index: 2;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all .2s ;
    line-height: 1.5em;
}
.news-item .text-box .time{
    position: relative;
    z-index: 2;
    color: var(--color-text-secondary);
    font-size: 16px;
    margin-bottom: 10px;
    transition: all .4s;
}
.news-item .text-box .index-time{
    position: relative;
    z-index: 2;
    color: var(--color-primary);
    margin-top: 20px;
    font-size: 16px;
    transition: all .4s;
}
.news-item .text-box .tag{
    position: relative;
    z-index: 2;
    margin-top: 20px;
    font-size: 14px;
    color: var(--color-primary);
    transition: all .4s;
}
.news-item .text-box::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background: var(--color-primary);
    z-index: 1;
}
.news-item:hover .text-box::after{
    height: 100%;
}
.news-item:hover .text-box{
    padding: 30px 20px;
    color: #fff;
}
.news-item:hover .text-box .time{
    color: rgba(255, 255, 255, .8);
} 
.news-item:hover .text-box .index-time{
    color: rgba(255, 255, 255, .8);
}
.news-item:hover .text-box .tag{
    color: rgba(255, 255, 255, .8);
}
.news-item:hover .img-box .img img{
    transform:  scale(1.1);
}
.news-list .news-item .text-box{
    padding: 20px 0;
}
.news-list .news-item:hover .text-box{
    padding: 20px 20px;
}
@media screen and (min-width: 1600px) {
    .news-list .layui-col-space20 > * {
        padding: 15px;
    }
    .news-list .layui-col-space20{
        margin: -15px;
    }
}
@media screen and (max-width: 991px) {
    
    .news-item .text-box{
        padding: 20px 0;
    }
    .news-item:hover .text-box{
        padding: 20px 20px;
    }
    .news-swiper .swiper-container{
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 767px) {
    .news-swiper .swiper-scrollbar-drag::after{
        width: 30px;
        height: 30px;
        margin-left: -15px;
        margin-top: -15px;
    }
    .news-item .text-box{
        padding: 20px 0;
    }
    .news-item:hover .text-box{
        padding: 20px 15px;
    }
    .news-item .text-box .title{
        font-size: 18px;
    }
}
/* news-swiper END */
/* ranking-wrap */

.ranking-wrap{
    width: 100%;
    height: 500px;
    display: block;
}
.ranking-wrap-1{
    height: 400px;
}
.ranking-wrap-mobile{
    display: none;
    width: 100%;
    height: 1700px;
}
.ranking-container{
    width: 100%;
    height: 620px;
    overflow: hidden;
}
.index-ranking-wrap{
    width: 100%;
    height: 1700px;
}
.ranking-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: var(--color-primary);
}
.ranking-container .mCSB_scrollTools .mCSB_draggerRail{
    background-color: rgba(4, 153, 218, .09);
}
@media screen and (max-width: 767px) {
    .ranking-wrap{
        display: none;
    }
    .ranking-wrap-mobile{
        display: block;
    }
}
/* ranking-wrap END */
/* date-list */
.date-img{
    width: 100%;
    margin-bottom: 20px;
}
.date-img img{
    width: 100%;
}
.date-list .item{
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 18px;
    background-color: var(--color-primary);
    color: #fff;
    overflow: hidden;
    background-image: url(../images/gdei-logo-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 20px top 0;
    transition: all .4s;
}
.date-list .item:hover{
    top: -8px;
}
.date-list .item .num{
    font-size: 50px;
    margin-right: 15px;
    font-weight: 600;
}
.date-list .item .name{
    font-size: 24px;
}
@media screen and (max-width: 1200px) {
    .date-list .layui-col-space30{
        margin: -10px;
    }
    .date-list .layui-col-space30 > *{
        padding: 10px;
    }
    .date-list .item .num{
        font-size: 42px;
    }
    .date-list .item .name{
        font-size: 20px;
    }
    
}
@media screen and (max-width: 991px){
    .date-list .layui-col-sm4{
        width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .date-list .layui-col-space30{
        margin: -7.5px;
    }
    .date-list .layui-col-space30 > *{
        padding: 7.5px;
    }
    .date-list .item .num{
        font-size: 36px;
    }
    .date-list .layui-col-sm4{
        width: 100%;
    }
    
}
/* date-list END */
/* breadcrumb */
.breadcrumb{
    margin-top: 20px;
    font-size: 16px;
}
.breadcrumb .layui-breadcrumb{
    color: var(--color-text-secondary);
}
.breadcrumb .layui-breadcrumb a{
    color: var(--color-text-secondary) !important;
}
.breadcrumb .layui-breadcrumb a cite{
    color: var(--color-text-secondary);
}
.breadcrumb .layui-breadcrumb a:hover{
    color: var(--color-primary)!important;
}
@media screen and (max-width: 991px) {
    .breadcrumb{
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .breadcrumb{
        font-size: 14px;
    }
}
/* breadcrumb END */
/* ala-section */
.ala-section+.ala-section{
    margin-top: 70px;
}
@media screen and (max-width:991px) {
    .ala-section+.ala-section{
        margin-top: 50px;
    }
}
@media screen and (max-width:767px) {
    .ala-section+.ala-section{
        margin-top: 40px;
    }
}
/* ala-section END */
/* row-news-list */
.row-news-list .item{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid var(--border-color-base);
}

.row-news-list .item::after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: var(--color-primary);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s ease-in-out;
}
.row-news-list .item:hover::after{
    width: 100%;
}
.row-news-list .item .left{
   flex: 1;
   display: flex;
}
.row-news-list .item .img-box{
    position: relative;
   width: 400px;
   height: 225px;
    margin-right: 30px;
    overflow: hidden;
}

.row-news-list .item .img-box .img{
    position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 1;
}
.row-news-list .item .img-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row-news-list .item .img-box .view-detail{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(5, 153, 217, .9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .85);
    font-size: 16px;
    z-index: 2;
    transition:all .4s;
    opacity: 0;
}
.row-news-list .item .img-box .view-detail img{
    position: absolute;
    width: 40px;
    top: 10px;
    right: 10px;
    transform: scale(1.2);
    transition:all .4s;
}
.row-news-list .item:hover .img-box .view-detail{
   opacity: 1;
}
.row-news-list .item:hover .img-box .view-detail img{
    transform: scale(1);
}
.row-news-list .item .text-box{
    flex: 1;

}
.row-news-list .item .text-box .title{
    font-size: 24px;
    color: var(--color-text-regular);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
}
.row-news-list .item .text-box .desc{
    color: var(--color-text-secondary);
    font-size: 18px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}
.row-news-list .time-box{
    margin-left:50px;
}
.row-news-list .time-box .day{
    font-size: 24px;
    font-weight: 600;
    color: var(--color-primary);
    line-height: 1.3em;
}
.row-news-list .time-box .year{
    color: var(--color-text-secondary);
    font-size: 15px;
}
.row-news-list .item:first-child{
    padding-top: 0;
}
@media screen and (min-width:1600px) {
    .row-news-list .item{
        padding: 35px 0;
    }
    .row-news-list .item .img-box{
        margin-right: 40px;
    }
   
    
    .row-news-list .time-box .day{
        font-size: 26px;
    }
}
@media screen and (max-width:1200px) {
    .row-news-list .item .img-box{
        width: 320px;
        height: 180px;
    }
    .row-news-list .item .text-box .desc{
        margin-top: 25px;
    }
    .row-news-list .time-box .year{
        font-size: 15px;
    }
    
}
@media screen and (max-width:991px) {
    .row-news-list .item .img-box{
        margin-right: 20px;
    } 
    .row-news-list .time-box{
        margin-right: 20px;
    }
}
@media screen and (max-width:767px) {
    .row-news-list .item{
        flex-direction: column;
        padding: 20px 0;
    }
    .row-news-list .item .text-box .title{
        font-size: 20px;
    }
    .row-news-list .item .left{
        flex-direction: column;
    }
    .row-news-list .item .img-box{
       width: 100%;
       height: 0;
       padding-bottom: 56.25%;
       height: unset;
       margin-right: 0;
       margin-bottom: 20px;
    }
    .row-news-list .time-box{
        margin-left: 0;
        margin-top: 20px;
    }
    .row-news-list .item .text-box .desc{
        margin-top: 20px;
    }
}
/* row-news-list END*/

/* ala-filter */
.ala-filter {
    font-size: 16px;
}
.ala-filter .form-select{
    display: flex;
    align-items: center;
}
.ala-filter .layui-unselect{
    margin-right: 5px;
}
.ala-filter .layui-input{
    flex: 1;
}

@media screen and (max-width: 767px) {
    .ala-filter{
        padding-top: 20px;
        width: 100%;
        flex-direction: column;
    }
    .index_title.has-filter .flex{
        flex-direction: column;
        align-items: flex-start;

    }
}
/* ala-filter END */
/* reports-list */
.reports-list .item{
    background-color: #F1FAFE;
    padding: 3.125vw;
    display: flex;
    margin-top: 40px;
}

.reports-list .item .img-box{
    width: 280px;
    margin-right: 50px;
}
.reports-list .item .img-box img{
    width: 100%;
}
.reports-list .item .right-content{
    flex: 1;
}
.reports-list .item .right-content .title{
    font-size: 26px;
    color: var(--color-text-primary);
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
}
.reports-list .item .right-content .desc{
    color: var(--color-text-secondary);
    font-size: 18px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.reports-list .item  .btn-wrap{
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.reports-list .item  .btn-wrap .more-btn{
    border-radius: 0px;
    padding: 12px 30px;
    font-size: 16px;
    margin-top: 0;
    margin-right: 15px;

}
.reports-list .item  .btn-wrap .tip{
    font-size: 16px;
    color: var(--color-primary);
}
@media screen and (max-width: 991px){
    .reports-list .item{
        padding: 30px;
    }
    .reports-list .item .img-box{
        width: 250px;
        margin-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    .reports-list .item{
        padding: 20px;
        flex-direction: column;
        align-items: center;
    }
    .reports-list .item .img-box{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        max-width: 300px;
    }
    .reports-list .item .right-content .desc{
        margin-top: 20px;
    }
    .reports-list .item .btn-wrap{
        margin-top: 20px;
        flex-direction: column-reverse;
        align-items: flex-start;

    }
    .reports-list .item .btn-wrap .more-btn{
        margin-right: 0;
        margin-top: 5px;
    }
}
@media screen and (max-width: 556px) {
    .reports-list .item .right-content .desc{
        font-size: 16px;
    }
    .reports-list .item .right-content .title{
        font-size: 20px;
    }
    .reports-list .item  .btn-wrap .tip{
        font-size: 14px;
    }
}
/* reports-list END */
/* faculty-item */
.faculty-item {
    position: relative;
    width: 100%;
    clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 30px);
    overflow: hidden;
}

.faculty-item::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.faculty-item .img-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 138.71%;
}
.faculty-item .img-box .img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.faculty-item .img-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faculty-item .name{
    position: absolute;
    z-index: 3;
    color: #fff;
    font-size: 20px;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
}
.faculty-item .name span{
    position: relative;
    z-index: 2;
}
.faculty-item .name::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--color-primary);
    bottom: 0;
    transition: all .4s;
    left: 0;
    z-index: 1;
}
.faculty-item:hover .name::after{
    height: 100%;

}
@media screen and (min-width: 556px){
    .faculty-list .layui-col-xs6 {
        width: 33.33333%;
      }
}
@media screen and (min-width: 768px) {
    .faculty-list .layui-col-sm3 {
      width: 25%;
    }
  }
@media screen and (min-width: 992px) {
    .faculty-list .layui-col-md2 {
      width: 16.66666667%;
    }
}
@media screen and (min-width: 1200px) {
    .faculty-list .layui-col-md2 {
      width: 14.2857%;
    }
}
@media screen and (min-width: 1600px) {
    .faculty-list .layui-col-md2 {
      width: 12.5%;
    }
}
@media screen and (max-width: 556px){
    .faculty-item .name{
        font-size: 18px;
    }
    .faculty-item {
        clip-path: polygon(33px 0%, 100% 0%, 100% 100%, 0% 100%, 0% 33px);
    }
}

/* faculty-item END */

/* article-container */
.article-container{
    padding:2vw 4vw;
}
@media screen and (max-width: 991px) {
    .article-container{
        padding: 20px 0;
    }
}

/* article-container END */
/* article-title */
.article-title{
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-primary);
    margin-bottom: 30px;
}
.article-title  h3{
    font-size: 36px;
    line-height: 1.3em;
    color: var(--color-text-primary);
}
.article-title .article-other{
    margin-top: 20px;
    color: var(--color-text-secondary);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article-title .article-otherBase .iconfont{
    margin-right: 5px;
}
.article-title .article-otherBase span+span{
    margin-left: 15px;
}

.article-title .share-btn .icon{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    opacity: 1;
    transition: all .4s;
}
.article-title .share-btn .icon:hover{
    opacity: .75;
}
.article-title .share-btn span .iconfont{
    margin-right: 0;
}
.article-title .share-btn span+span{
    margin-left: 5px;
}

.article-title .event-otherBase .iconfont{
    margin-right: 5px;
}
.article-title .event-otherBase span{
    display: block;
}
.article-title .event-otherBase span+span{
    margin-top: 5px;
}
.article-title .article-other .more-btn{
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    .article-title  h3{
        font-size: 30px;
    }
    .article-title .article-other{
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .article-title  h3{
        font-size: 24px;
        line-height: 1.4em;
    }
    .article-title .article-other{
        display: block;
    }
    .article-title .article-other .more-btn{
        margin-top: 10px;
    }
    .article-title .share-btn{
        display: none;
        
    }
}
/* article-title END */
/* test-item */
.test-list{
    margin-top: 40px;
}
.test-list .layui-col-space20 {
    margin: 0 -10px;
}
.test-list .layui-col-space20 > *{
    padding: 0 10px;
}
.test-item{
    background-color: #F1FAFE;
    border-bottom:0.3125vw  solid var(--color-primary);
    padding: 30px;
    background-image: url(../images/gdei-logo-grey.png);
    background-repeat: no-repeat;
    background-size: 160px;
    background-position: right 30px  bottom;
}
.test-item + .test-item{
    margin-top: 30px;
}
.test-item .test-head{
    border-bottom:  1px dashed var(--border-color-base);
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}
.test-item .test-body{
    padding-left: 30px;
}
.test-item .test-body .layui-input-block{
    margin-left: 0;
}
.test-item .test-body .layui-form-radio{
    position: relative;
    display: block;
    color: var(--color-text-secondary);
    padding-left: 24px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.test-item .test-body .layui-form-radio > i:hover, .layui-form-radioed > i{
    color: var(--color-primary);
    
}
.test-item .test-body .layui-form-radio > i{
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;

}
.test-item .test-body .layui-form-radio *{
    font-size: 16px;
}
.bottom-btn{
    text-align: center;
    margin-top: 40px;
}
.bottom-btn .layui-btn{
    padding: 0 30px ;
    line-height: 44px;
    height: 44px;
    font-size: 18px;
    width: 120px;
}
@media screen and (max-width: 991px) {
    .test-item{
        border-bottom-width: 3px;
    }
}
@media screen and (max-width: 767px) {
    .test-list{
        margin-top: 30px;
    }
    .test-item .test-body{
        padding-left: 15px;
    }
    .test-item + .test-item{
        margin-top: 20px;
    }
    .test-item{
        padding: 20px;
    }
}
/* test-item END */
/* pop-tc  Start*/
.layui-layer.pop-tc .pop-header{
    padding:15px 20px;
    background-color: var(--color-primary);
    font-size: 18px;
    color: #ffffff;
}
.layui-layer.pop-tc .detail-content{
    padding: 20px;
}
.pop-tc .layui-form-label{
    width: 150px;
    padding: 0;
    line-height: 50px;
    text-align: left;
}
.pop-tc .layui-input-block{
    margin-left: 150px;
}
.layui-input::placeholder,.layui-textarea::placeholder{
    color: #aaa;
    font-size: 14px;
}
.layui-form-item:last-child{
    margin-bottom: 0px;
}
.pop-tc .bottom-btn{
    text-align: center;
    margin-top: 20px;
}
.pop-tc .layui-btn{
    background-color: var(--color-primary);
}
.pop-tc .layui-btn-primary{
    background-color: #fff;
    border: 1px solid var(--border-color-base);
}
.pop-tc .layui-btn-primary:hover{
    border-color: var(--color-primary);
}
.pop-tc.layui-layer .layui-layer-setwin{
    top: 0;
    right: 0;
}
.pop-tc.layui-layer .layui-layer-setwin .layui-layer-close2{
    background-color: unset;
    width: unset;
}
/* pop-tc  End*/
.radio-layui-form-item{
    display: flex;
}
.radio-layui-form-item .layui-form-label{
    width: unset;
}
.radio-layui-form-item .layui-input-block{
    margin-left: 20px;
}
.radio-layui-form-item .layui-input-block .layui-form-radio{
    line-height: 50px;
    margin-top: 0;
}
@media screen and (max-width: 767px) {
    .radio-layui-form-item{
        flex-direction: column;
    }
    .radio-layui-form-item .layui-input-block{
        margin-left: 0px;
    }
    .radio-layui-form-item .layui-input-block .layui-form-radio{
        line-height: 20px;
    }
}

/* ala-empty */
.ala-empty{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--color-text-secondary-grey);
    padding: 3.125vw 0;
}
.ala-empty img{
    width: 17.1875vw;
    margin-bottom: .78125vw;
}
@media screen and (max-width: 1920px) {
    .ala-empty img{
        width: 330px;
    }
}
/* ala-empty END */
/* test-swiper */
.test-swiper-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.test-swiper-btn .swiper-btn{
    margin: 0 10px;
    width: 120px;
    height: 44px;
    background-color: var(--color-primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.test-swiper .top-progress{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}
.test-swiper .swiper-pagination-progressbar{
    flex: 1;
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #f3f3f3;
}
.test-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: var(--color-primary);
}
.test-swiper .right-num{
    position: relative;
    width: 65px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}
.test-swiper .swiperNum {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: right;
}
.test-swiper .swiperNum ul li {
    position: absolute;
    left: 0;
    width: 36px;
    text-align: center;
    font-size: 20px;
    color: var(--color-primary);
}

.test-swiper .swiperNum .total{
    width: 36px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: var(--color-text-secondary);
}
.test-swiper .bottom-btn .layui-btn{
    display: none;
}
.test-swiper .bottom-btn .layui-btn.show{
    display: inline-block;
}

/* test-swiper END */
/* index-news */
.index-news-wrap{
   padding-left: 50px;
}
.index-news .item{
    position: relative;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border-color-base);
}
.index-news .item::after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
    background-color: var(--color-primary);
}
.index-news .item:hover::after{
    width: 100%;
}
.index-news .img-box{
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.index-news .img-box .img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.index-news .img-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-news .text-box .title{
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-text-primary);
    margin-top: 15px;
    transition: all .3s;
    line-height: 1.4;
}
.index-news .text-box .index-time{
    color: var(--color-primary);
    margin-top: 10px;
    font-size: 14px;
    transition: all .4s;
}
.index-news .item:hover .text-box .title{
    color: var(--color-primary);
}
@media screen and (max-width: 991px) {
    .index-news-wrap{
        padding-left: 0;
    }
}

/* index-news */
.index-select .layui-input{
    background-color: unset;
    border: 1px solid var(--border-color-lighter);
    border-radius: 0px;
    color: var(--color-text-secondary);
    max-width: 350px;
    font-size: 16px;
}
.index-select .layui-form-select .layui-edge{
    color: var(--color-text-secondary);
}
.index-select .year-select  {
    width: 90px;
    margin-right: 5px;
}
.index-select .value-select  {
    width: 280px;
}
@media screen and (max-width: 767px) {
    .select-index_title .flex{
        flex-direction: column;
        align-items: flex-start;
    }
    .select-index_title .title{
        margin-bottom: 15px;
    }
    .index-select .value-select  {
        width: 250px;
    }
}

/* faculty-card */
.faculty-card{
    display: flex;
    background-color: #f3f7fb;
    transition: all .3s;
    cursor: pointer;
}
.faculty-card:hover{
    background-color: var(--color-primary);
}
.faculty-card .img-box{
    width: 170px;
    height: 230px;

}
.faculty-card .img-box .img{
    width: 100%;
    height: 100%;
}
.faculty-card .img-box .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faculty-card .text-box{
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.faculty-card .text-box .name{
    position: relative;
    margin-bottom: 15px;
    color: var(--color-text-primary);
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 40px;
    transition: all .3s;
}
.faculty-card .text-box .name .icon{
    position: absolute;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    color: var(--color-primary);
    background-color: #fff;
    opacity: 0;
    right: 0;
    top: 0;
    transition: all .3s;
    display: none;
}
.faculty-card:hover .text-box .name .icon{
    opacity: 1;
}
.faculty-card .text-box .desc{
    color: var(--color-text-secondary);
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    transition: all .3s;
}
.faculty-card .text-box .desc p{
    margin: 0;
}
.faculty-card:hover .text-box .name{
    color: #fff;
}
.faculty-card:hover .text-box .desc{
    color: rgba(255, 255, 255, .85);
}
@media screen and (max-width: 556px) {
    .faculty-card .img-box{
        width: 135px;
        height: 182px;
    }
    .faculty-card .text-box .name{
        padding-right: 0;
        font-size: 20px;
    }
    .faculty-card .text-box .desc{
        font-size: 16px;
        -webkit-line-clamp: 4;
    }
    .faculty-card .text-box .name .icon{
        display: none;
    }
    .faculty-card .text-box{
        padding: 15px;
    }
}
/* faculty-card END */
/* faculty-detail-content */
.faculty-tc.layui-layer  .layui-layer-setwin {
    top: 15px;
    right: 15px;
    margin-right: 0px;
}

.faculty-detail-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background-image: url(../images/faculty-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 120px;
    background-position:top center;
    
}
.faculty-detail-content .img{
    width: 150px;
    height: 203px;
}
.faculty-detail-content .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.faculty-detail-content .name{
    color: var(--color-text-primary);
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0;
}
.faculty-detail-content .desc{
    color: var(--color-text-secondary);
    font-size: 17px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed var(--color-primary);
    text-align: center;
}
.faculty-detail-content .content{
    color: var(--color-text-secondary);
    font-size: 17px;
    flex: 1;
    text-align: center;
}
.faculty-detail-content .content p{
    margin-bottom: 12px;
}
@media screen and (max-width: 556px) {
    .faculty-detail-content .img{
        margin-top: 20px;
    }
    .faculty-detail-content{
        padding: 15px;
    }
}
/* faculty-detail-content END */
/* login-container  */
.login-container{
    width: 100%;
    max-width: 700px;
    margin: 30px auto;
}
.login-container .top-tab{
    height: 70px;
    color: #fff;
    padding: 0 40px;
    background-color: var(--color-primary);
    display: flex;
}
.login-container .top-tab .tab-item{
    margin-right: 40px;
    font-size: 20px;
    line-height: 70px;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    color: rgba(255, 255, 255, .8);
    transition: all .4s ease-in-out;
}
.login-container .top-tab .tab-item.active{
    color: rgba(255, 255, 255, 1);
}
.login-container .top-tab .tab-item::after{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: rgba(255, 255, 255, .8);
    transform: scaleX(0) scaleY(1);
    transition: all .4s ease-in-out;
}
.login-container .top-tab .tab-item.active::after{
    
    transform: scaleX(1) scaleY(1);
}
.login-container .form-content{
    padding: 30px;
    background-color: #F1FAFE;
    min-height: 488px;
    position: relative;
}
.login-container .form-content::after{
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    background-image: url(../images/gdei-logo-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.login-container .layui-input-block{
    margin-left: 0;
}
.login-container .password-block{
    position: relative;
}
.login-container .password-block a{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: underline;
    transition: all .3s;
    cursor: pointer;
}
.login-container .password-block a:hover{
    opacity: .8;
}
.login-container .layui-input, .login-container .layui-select, .login-container .layui-textarea{
    background-color: unset;
    border-color: #C5C5C5;
    font-size: 16px;
}
.login-container .layui-select::placeholder, 
.login-container .layui-textarea::placeholder,
.login-container .layui-input::placeholder{
    color: var(--color-text-primary);
    font-size: 16px;
}
.login-container .bottom-btn .layui-btn{
    width: auto;
}
.login-container  .bottom-tip{
    color: var(--color-text-secondary);
    margin-top: 10px;
    text-align: center;
}
.login-container .bottom-tip a{
    color: var(--color-primary);

}
.login-container .bottom-tip a:hover{
    text-decoration: underline;
}
.login-form .el-input__inner{
    background-color: unset;
    border-color: #C5C5C5;
    font-size: 16px;
    border-radius: 0px;
    height: 50px;
    line-height: 50px;
}
.login-form .el-input__inner::placeholder{
    color: var(--color-text-primary);
    font-size: 16px;
}
.login-form .el-form-item{
    margin-bottom: 15px;
}
.login-form .el-checkbox__input.is-checked + .el-checkbox__label{
    color: var(--color-text-regular);
}
.login-form .el-checkbox{
    color: var(--color-text-regular);
}
.login-form .el-checkbox a{
    text-decoration: underline;
    color: var(--color-text-regular);
}
.login-form .el-checkbox a:hover{
   
    color: var(--color-primary);
}
/* login-container END */
/* main-tab */
.main-tab{
    margin-top: 30px;
}
.main-tab .top-tab-bar{
    display: flex;
    justify-content: space-between;
    
}
.main-tab .top-tab-bar .more-btn{
    margin-top: 0;
    border-radius: 0;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding: 0;
}
.main-tab .tab-bar{
    display: flex;

}
.main-tab .tab-bar .tab-item{
    height: 58px;
    line-height: 58px;
    width: 160px;
    text-align: center;
    background-color: #F1FAFE;
    color: rgba(5, 153, 217, .5);
    font-size: 18px;
    font-weight: 800;
    position: relative;
    cursor: pointer;
}
.main-tab .tab-bar .tab-item + .tab-item{
    margin-left: 10px;
}
.main-tab .tab-bar .tab-item::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--color-primary);
    opacity: 0;
}
.main-tab .tab-bar .tab-item.active::after{
    opacity: 1;
}
.main-tab .tab-bar .tab-item.active{
    color: var(--color-primary);
}
.main-tab .tab-content-wrap{
    background-color: #F1FAFE;
    padding: 40px 30px;
}
.main-tab .status-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    max-width: 700px;
    margin: 0 auto;
}
.main-tab .status-wrap .img{
    max-width: 400px;
}
.main-tab .status-wrap .img img{
    width: 100%;
}
.main-tab .status-wrap .status-name{
    font-size: 16px;
    color: var(--color-primary);
    margin-bottom: 10px;
}
.main-tab .status-wrap .status-name.color_danger{
    color: var(--color-danger);
}
.main-tab .status-wrap .desc{
    color: var(--color-text-secondary);
    font-size: 15px;
    line-height: 1.4em;
    text-align: center;
}
.main-tab .status-wrap .more-btn{
    border-radius: 0;
    margin-top: 20px;
}
/* examine-wrap */
.examine-wrap .item{
    padding:20px 0px;

}
.examine-wrap .item:first-child{
    padding-top: 0;
}
.examine-wrap .item .top-time{
    display: flex;
    align-items: center;
}
.examine-wrap .item .top-time .time{
    color: var(--color-text-primary);
    font-size: 17px;
    font-weight: 800;
}
.examine-wrap .item .top-time .score{
    position: relative;
    font-size: 17px;
    font-weight: 800;
    color: var(--color-primary);
    margin-left: 20px;
    padding-left: 20px;
}
.examine-wrap .item .top-time .score::after{
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background-color: #C1C1C1;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}
.examine-wrap .item + .item{
    border-top: 1px dashed #868686;
}
.examine-wrap .item .info{
    font-size: 15px;
    margin-top: 15px;
}
/* examine-wrap END */
/* profile-form */
.profile-form{
    max-width: 580px;
}
.profile-form .el-form-item__label{
    font-weight: 800;
    font-size: 16px;
    color: var(--color-text-primary);
    line-height: 50px;
}
.profile-form .el-select{
    width: 100%;
}
.profile-form .el-input__inner{
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    color: var(--color-text-primary);
    font-size: 16px;
    border: 1px solid var(--color-primary);
}
.profile-form .el-form-item__content{
    position: relative;
    line-height: 50px;
    display: flex;
}
.profile-form .el-select:hover .el-input__inner,
.profile-form .el-input__inner:hover{
    border-color:  var(--color-primary);
}
.profile-form .edit-box{
    position: absolute;
    width: 100px;
    right: -100px;
    top: 0;
    line-height: 50px;
    padding-left: 15px;
}
.profile-form  .el-form-item{
    margin-bottom: 15px;
}
.profile-form .el-form-item .desc{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--border-color-base);
    padding: 0 15px;
    font-size: 16px;
    color: var(--color-text-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.profile-form .edit-box .el-button{
    font-size: 22px;
    color: var(--color-primary);
}
.profile-form .edit-box .el-button .icon-close-solid{
    color: var(--color-danger);
}
.profile-form .el-icon-arrow-up::before{
    content: "\e87f";
    font-family: 'iconfont';
}
.profile-form .form-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.profile-form .form-btn .more-btn{
    border-radius: 0;
   
    margin-top: 20px;

}

/* profile-form END */
@media screen and (max-width: 767px) {
    .main-tab .tab-content-wrap{
        padding: 30px 15px;
    }
    .profile-form .el-form-item{
        display: flex;
        flex-direction: column;
    }
    .profile-form .el-form-item__label{
        text-align: left;
    }
    .profile-form .el-form-item .el-form-item__content{
        margin-left: 0 !important;
    }
    .profile-form .edit-box {
        right: 0px;
        top: -100%;
        text-align: right;
    }
    .main-tab .top-tab-bar {
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .main-tab .top-tab-bar .more-btn {
        
        width: 140px;
        margin-bottom: 15px;
    }
}
/* main-tab END */
.layui-layer.pop-tc .apply-form {
    position: relative;
    background-color: #F1FAFE;
    padding: 30px;
    padding-bottom: 60px;
}
.layui-layer.pop-tc .apply-form::after{
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    background-image: url(../images/gdei-logo-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.layui-layer.pop-tc .apply-form .layui-textarea{
    background-color: unset;
}
.layui-layer.pop-tc .apply-form .layui-textarea{
    border-color: #C5C5C5;
    font-size: 16px;
    color: var(--color-text-primary);
    line-height: 1.5em;
}
.layui-layer.pop-tc .apply-form .layui-textarea::placeholder{
    font-size: 16px;
    color: var(--color-text-primary);
}
.layui-layer.pop-tc .apply-form .layui-textarea:hover{
    border-color: var(--color-primary);
}
.apply-form .layui-form-item .layui-input-block{
    margin-left: 0;
}
.apply-form .layui-form-checkbox[lay-skin="primary"]:hover i{
    border-color: var(--color-primary);
}
.apply-form .layui-form-checked[lay-skin="primary"] i {
    border-color: var(--color-primary) !important;
    background-color:var(--color-primary);
}
.apply-form .layui-form-checkbox[lay-skin="primary"] span{
    font-size: 15px;
    color: var(--color-text-primary);
    white-space: wrap;
}
/* score-detail */

.score-detail .detail-content {
    position: relative;
    background-color: #F1FAFE;
    padding: 30px;
    padding-bottom: 60px;
}
.score-detail .detail-content::after{
    content: '';
    display: block;
    width: 120px;
    height: 120px;
    background-image: url(../images/gdei-logo-grey.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.score-detail .tip{
    font-size: 16px;
    color: var(--color-text-secondary);
}
.score-detail .score-box{
    text-align: center;
}
.score-detail .score-box {
    margin: 40px 0;
}
.score-detail .score-box .num{
    font-size: 50px;
    font-weight: 600;
    color: var(--color-primary);
}
.score-detail .score-box .desc{
    color: var(--color-text-secondary);
}
.score-detail .bottom-btn{
    display: flex;
    justify-content: center;
}
.score-detail a{
    border-radius: 0;
    margin: 0 auto;
    font-size: 16px;
}
/* score-detail END */



