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

/* header */

header{
    height: 6.25vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: var(--color-primary);
    backdrop-filter: blur(40px);
}

header.fixed {
    position: fixed;
    background: var(--color-primary);
    top: -100%;
    -webkit-transition: top .3s;
    -o-transition: top .3s;
    transition: top .3s;
    opacity: 0;
}
header.fixed.show .layui-nav .layui-nav-item a {
    /* color: #fff; */
}

header.fixed.show {
    opacity: 1;
    top: 0;
    transition: all .3s;
}

.site-mobile header {
    background: var(--color-primary);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

header a{
    color: #fff;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
header .logo img{
    height: 3.25vw;
}

header .layui-container {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    header {
        height: 55px;
        transition: all .3s;
        position: relative;
    }
    header .logo{
        transition: all .3s;
    }
    header .logo img{
        height: 35px !important;
        transition: all .3s;
    }
    header.fixed.show{
        height: 80px;
    }
    header.fixed.show .logo img{
        height: 36px;
    }
    header.fixed.show .site-tree-mobile{
        padding: 31px 15px!important;
    }
    header.fixed.show .site-tree-mobile .icon-reorder {
        background: #fff;
    }
}
@media screen and (max-width:1439px){
    header .logo img {
        height: 40px;
    }

    header {
        height: 77px;
    }

}
@media screen and (min-width: 992px) {
    .layui-nav {
        /* position: absolute;
        top: 10px;
        right: 0px;
        left: 200px; */
        padding: 0;
        z-index: 99;
        background: none;
        text-align: right;
    }
    .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
        background-color: #fff;
        height: 2px;
        transform: scaleX(.5);
    }
    .layui-nav ul{
        font-size: 0;
        display: table;
        width: 100%;
        table-layout: fixed;
        margin-bottom: 0;
    }
    .layui-nav li{
        display: table-cell;
        text-align: right;
    }
    .layui-nav>li>a{
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
    }
    .layui-nav .layui-nav-item{
        margin: 0 10px;
    }
    .layui-nav .layui-nav-item a{
        color: rgba(255, 255, 255, .9);
        padding:  0 var(--size-9);
        transition: all .3s ease-in-out;
        font-weight: 600;
    }
    .layui-nav .layui-nav-item a:hover{
        color: #fff;
    }

    
    
    
}

@keyframes layui-upbit {
    from {
        transform: translate3d(-50%,var(--size-15),0);
        opacity: .3
    }

    to {
        transform: translate3d(-50%,0,0);
        opacity: 1
    }
}
/* 
header .layui-nav li+li::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 12px;
    transform: rotate(20deg);
    bottom: 12px;
    width: 1px;
    background-color: rgba(255,255,255,.2);
    opacity: .35;
} */

header .layui-nav-item.active::after {
    content: '\e77f';
    font-family: "iconfont";
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: -20px;
    /* bottom: -3px; */
    font-size: 16px;
    background: #fff;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1em;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
}


.layui-nav .layui-nav-item.active a{
    color: #fff;
}

header .button-box{
    position: absolute;
    right: 15px;
    top: 0;
    top: 21px;
}
header .button-box .layui-btn{
    background: #fff;
    margin-left: 10px;
    border: 1px solid #fff;
    line-height: 36px;
    color: #01225F;
    font-weight: bold;
}
header .button-box .login{
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
header.fixed.show .layui-nav li+li:after {
    /* background-color: rgba(255, 255, 255, .3); */
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .layui-nav .layui-nav-item{
        margin: 0 8px;
    }
    
}
.header-mobile{
    display: none;
}
header .language-btn{
    position: absolute;
    float: right;
}
/* 下级菜单 */
    .layui-nav .layui-nav-child {
        top: 100%;
        left: 0;
        border: 0;
        border-radius: 0;
        /* box-shadow: unset; */
        box-shadow: 0 20px 20px rgba(0,0,0,.2);
        background-color: rgba(255, 255, 255, .95);
        color: var(--color-text-primary);
        padding: 0;
        white-space: normal;
        line-height: 1.5;
        padding: var(--size-12) var(--size-15);
        text-align: center;
        /* margin-top: -.20833vw; */
        /* width: 7.8125vw;
        margin-left: -3.90625vw; */
        width: unset;
        left: 50%;
        transform: translateX(-50%);
        min-width: unset;
    }
    .layui-nav .layui-nav-child:before{
        content: ""!important;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: var(--size-4);
        background: var(--color-primary);
    }

    .layui-nav .layui-nav-child .submenu{
        display: block;
        padding: var(--size-9) var(--size-36);
        color: inherit;
        position: relative;
        transition: all .3s ease-in-out;
        white-space: pre-wrap;
        background-color: unset!important;
        white-space: nowrap;
    }
    .layui-nav .layui-nav-child .submenu:hover{
        color: var(--color-primary);
    }
@media screen and (min-width:1199px){
    .layui-nav .layui-nav-more{
        display: none!important;
    }
    
}
@media screen and (max-width:1199px){
    .layui-nav{
        background: var(--color-primary);
    }
    .layui-nav .layui-nav-more {
        padding: 0 var(--size-20);
    }

    header {
        z-index: 999;
        height: 70px;
    }
    header .layui-btn{
        display: none;
    }
    header .layui-nav{
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        position: relative;
        z-index: 999;
        display: none;
    }
    .site-mobile .layui-nav{
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }
    .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after{
        content: none;
        background: rgba(255,255,255,.5);
        height: 1px;
    }
    .layui-nav .layui-nav-item{
        display: block;
        text-align: center;
    }
    .layui-nav .layui-nav-item a{
        padding: 0px 20px;
        border-bottom: 1px solid rgba(1,34,95,.1);
        font-size: 15px;
    }
    .layui-nav .layui-nav-item:nth-last-of-type(1) a{
        border-bottom: 0;
    }
    .header-mobile{
        position: relative;
        right: 0;
        top: 0;
        width: 54px;
        height: 70px;
        display: block;
    }
    
    .site-tree-mobile{
        display: block!important;
        text-align: center;
        font-size: 18px;
        cursor: pointer;
        padding: 0 15px;
        color: #fff;
        position: absolute;
        z-index: 999;
        right: 0;
        top: 0px;
        bottom: 0;
        padding: 25px 15px;
        line-height: 1;
        /* display: flex;
        flex-direction: column;
        justify-content: center; */
    }
    .site-tree-mobile .icon-reorder{
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        margin-bottom: 6px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }

    header.fixed.show .site-tree-mobile .icon-reorder {
        background: #fff;
    }

    .site-tree-mobile .icon-reorder:last-child{
        margin-bottom: 0;
    }
    .site-mobile .site-tree-mobile .icon-reorder{
        margin: 0;
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(1){
        margin-top: 10px;
        -webkit-transform: rotate(42deg);
        -ms-transform: rotate(42deg);
        -o-transform: rotate(42deg);
        transform: rotate(42deg);
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(3){
        margin-top: -4px;
        -webkit-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
        -o-transform: rotate(-42deg);
        transform: rotate(-42deg);
    }
    .site-mobile .site-tree-mobile .icon-reorder:nth-of-type(2){
        opacity: 0;
    }
    .site-mobile .site-mobile-shade{
        content: ''; 
        position: fixed; 
        top: 0; 
        bottom: 0; 
        left: 0; 
        right: 0; 
        background-color: rgba(0,0,0,.85); 
        z-index: 998;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
    }
}
/* header END */

/*banner*/
.banner {
    position: relative;
    height: 49.47vw;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}

.banner .bottom-text {
    color: #fff;
    text-align: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
    opacity: .85;
    z-index: 9;
}

.banner .bottom-text img {
    width: var(--size-15);
    margin-right: var(--size-12);
}

@media screen and (max-width: 991px) {
    .home-banner-wrap {
        z-index: 9;
    }

    .banner {
        height: auto;
    }
    .banner img {
        height: auto;
    }
}
/* @media screen and (max-width:567px){
    .banner {
        height: 200px;
    }
    .banner img {
        height: 100%;
    }
} */

/* banner END */

/*home-banner-wrap*/
.home-banner-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 17%;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 10;
}

.home-banner-wrap .banner-title {
    line-height: 1.2;
    letter-spacing: 2px;
}

.home-banner-wrap .title-en {
    
    line-height: 1;
    text-transform: uppercase;
}

.en-title {
    
}

.home-banner-wrap .layui-btn {
    height: unset;
    line-height: inherit;
    padding: var(--size-15) var(--size-30);
    font-weight: bold;
    margin-top: var(--size-60);
    background: #fff;
}

.home-banner-wrap .layui-btn span {
    background: var(--color-primary);
    -webkit-background-clip: text;
    color: transparent;
}

@media screen and (max-width: 567px) {
    .home-banner-wrap .banner-desc {
        font-size: .3rem;
    }
}

/*home-banner-wrap END*/

/*block*/
.block {
    padding: 5.78125vw 0;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.block.small-block {
    padding: 3.75vw 0;
}

.block>* {
    position: relative;
    z-index: 9;
}

@media screen and (max-width:991px) {
    .block {
        padding: 50px 0;
    }
    .block.small-block {
        padding: 40px 0;
    }
}

/*block END*/

.bg {
    position: absolute;
    background: linear-gradient(180deg, #F2F5F9 0%, #F2F5F9 100%);
    top: 0;
    bottom: 0;
    transform: skewX(-22deg);
    width: 33.177%;
    left: 0;
    transform-origin: 100% 0;
}

.bg2 {
    position: absolute;
    width: auto;
    bottom: 0;
    left: 20px;
    right: 0;
    top: 0;
    background-image: url(../images/iica.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 28.98% auto;
}

.mce-content-body .more {
    color: var(--color-primary);
    
}

/* about-forum */

.about-forum {
    padding-bottom: 3.25vw;
    position: relative;
    z-index: 99;
}

.overflow-block {
    background-image: url(../images/block-bg.png);
    /* background: linear-gradient(90deg, #0054AD 0%,  #7AB51D 100%); */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.about-forum strong {
    color: var(--color-primary);
}
.aero-img {
    position: absolute;
    width: 46.12%;
    top: -21%;
    left: 17.14%;
    z-index: 0;
}

.aero-img img{
    width: 100%;
}

/* @media screen and (max-width:1200px){
    .aero-img {
        top: -15%;
        width: 35%;
    }
} */

/* about-forum END */

/* provisional-agenda */
.provisional-agenda .left-box {
    display: flex;
    flex-direction: column;
}

.provisional-agenda .button {
    margin-top: var(--size-48);
}

.agenda-btn {
    border-radius: 9px;
    border: 1px solid #FFFFFF;
    height: unset;
    line-height: inherit;
    padding: var(--size-15) var(--size-30);
    font-weight: bold;
    color: #fff;
}

.agenda-btn:hover span {
    background: var(--color-primary);
    -webkit-background-clip: text;
    color: transparent;
}

@media screen and (max-width:567px){
    .provisional-agenda .left-box {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

/* provisional-agenda END */

/* page-content */
.page-content .item {
    position: relative;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: var(--size-36) 0;
}

.page-content .item .left {
    width: 48%;
    line-height: 1.3;
    margin-right: 0;
    
}

.page-content .item .right {
    flex: 1;
}

.summary{
    display: flex;
}
.summary p{
    margin-left: 20px;
    flex: 1;
}

@media screen and (max-width:992px){
    .summary{
        display: block;
    }
    .summary p{
        margin-left: 0;
    }
}

@media screen and (max-width:772px){
    .page-content .item{
        display: block;
    }
    .page-content .item .left{
        width: 100%;
    }
}

/* page-content END */

/* organizer */
.block.grey {
    background-color: #F2F5F9;
}

.index_title {
    margin-bottom: 2.34275vw;
    
}

.organizer-list .item {
    padding: 15px 20px;
    background-color: #fff;
    height: 100%;
    padding-bottom: 30px;
    top: 0;
    position: relative;
    transition: all .3s ease-in-out;
}

.organizer-list .item img {
    width: 100%;
}

.organizer-list .item .title {
    padding: var(--size-30) 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.organizer-list .item:hover {
    top: -10px;
}

@media screen and (max-width:567px){
    .index_title {
        margin-bottom: 20px;
    }
}

/* organizer END */

/* sponsor */
.sponsor-list .item {
    position: relative;
    top: 0;
    transition: all .3s ease-in-out;
}

.sponsor-list .item:hover {
    top: -10px;
}

.sponsor-list .img{
    width: 100%;
}

.sponsor-list .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 1200px){
    .sponsor-list .layui-col-md3 {
        width: 20%;
    }
}


.sponsor-list .layui-col-space20>* {
    padding: 10px 0;
}

/* sponsor END */

/* footer */

.footer {
    padding-top: var(--size-48);
}

.footer .top-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer .top-wrap .img{
    width: 24.27vw;
}

.footer .top-wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer .top-wrap .text-box {
    padding-top: var(--size-40);
    color: #fff;
}


.footer .top-wrap .layui-btn {
    height: unset;
    line-height: inherit;
    padding: var(--size-15) var(--size-30);
    font-weight: bold;
    margin-top: var(--size-40);
    background: #fff;
}

.footer .top-wrap .layui-btn span {
    color: var(--color-primary);
}

.footer-bottom {
    color: #fff;
    font-weight: 400;
    padding: var(--size-24) 0;
    border-top: var(--size-1) solid rgba(255, 255, 255, .2);
}
.footer-top {
    padding-bottom: var(--size-40);
}
.footer-copyright {
    text-align: center;
}

@media screen and (max-width:992px){
    .footer .top-wrap .img {
        width: 320px;
    }
}
/* footer END */

/* register */

/* inner-banner */
.inner-banner {
    color: #fff;
    display: flex;
    align-items: center;
    min-height: 380px;
    height: 31.25vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.inner-banner-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    z-index: 10;
}

.inner-banner-text .en-title {
    text-transform: uppercase;
}

.inner-banner-text .en-desc {
    width: 40%;
}

@media screen and (max-width:772px){
    .inner-banner-text .en-desc {
        width: 100%;
    }
}
/* inner-banner END */

.registration-rates .index_title {
    text-align: center;
}

.registration-rates .desc {
    color: var(--color-text-secondary-grey);
}

.process-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: var(--size-36);
    
}

.process-box .line {
    flex: 1;
    margin: 0 10px;
    height: 1px;
    border-top: 1px dashed #fff; 
    background: var(--color-primary);
    background-origin: border-box;
}

.registration-rates .center {
    text-align: center;
    margin-top: var(--size-36);
}

.registration-rates .center .layui-btn {
    color: #fff;
}

.layui-btn .iconfont {
    margin-left: 5px;
}

.registration-rates .center .desc {
    margin-top: var(--size-24);
}
/* register END */

/* message-item */
.message-box {
    padding-top: 3.25vw;
}

.message-item {
    width: 100%;
    height: 100%;
}

.message-item .solid-line{
    height: 1px;
    background: var(--color-primary);
}

.message-item .fnt24 {
    
    padding-top: var(--size-30);
    padding-bottom: var(--size-6);
}

.left-title {
    
}

.message-item .desc {
    color: var(--color-text-secondary-grey);
}

/* message-item END */

.exhibit-box .desc {
    color: var(--color-text-secondary-grey);
}

.block.blue {
    background-color: #F2F5FA;
}

/* exhibit-box */

.exhibit-box .index_title {
    text-align: center;
}

/* exhibit-box END */


/* top-wrap */
.top-wrap .title {
    margin-bottom: var(--size-20);
    
}

.top-wrap .desc {
    color: var(--color-text-secondary-grey);
}

.top-wrap .bottom {
    margin-top: var(--size-12);
}

.top-wrap .bottom strong {
    color: var(--color-primary);
    
}

/* top-wrap END*/

/* bottom-wrap */
.block.block-bottom {
    padding-bottom: 8.25vw;
}

.bottom-wrap {
    margin-top: var(--size-80);
} 

.third-menu .swiper-container {
    overflow: hidden;
}

.third-menu .swiper-slide {
    width: auto;
    position: relative;
    cursor: pointer;
    transition: color .3s ease-in-out;
}

.third-menu .swiper-slide .third-menu-item {
    position: relative;
    display: block;
}

.third-menu .swiper-slide .third-menu-item {
    position: relative;
    display: block;
    padding: var(--size-18) var(--size-24);
    background-color: #E4E9F1;
    color: unset;
}

.third-menu .swiper-slide:hover .third-menu-item ,
.third-menu .swiper-slide.active .third-menu-item {
    background-color: #fff;
}

.time-content {
    display: none;
}

.time-content.show {
    display: block;
}

.time-list {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 60px;
}

.time-list .item {
    padding: 10px;
    display: flex;
    border-bottom: 1px solid rgba(0, 15, 42, .2);
}

.time-list .item:hover {
    background: var(--color-primary);
    color: #fff;
}

.time-list .item:hover .it .name,
.time-list .item:hover .bottom em{
    color: rgb(231, 237, 38);
}

.time-list .item:hover .center-color-o{
    color: #fff;
}

.time-list .item:hover .center {
    color: #fff;
}

.time-list .item .left {
    width: 20%;
}
.center-o{
    width: 30%;
    flex: 1;
}
.center-color-o{
    background: var(--color-primary);
    -webkit-background-clip: text;
    color: transparent;
}

.right-o{
    flex: 1;
}
.it .name,
.time-list .item .bottom em{
    color: var(--color-primary);
    font-style: normal;
}
.session{
    display: block !important;
}
.item.session .center{
    padding-bottom: 0 !important;
}
.time-list .item .center {
    background: var(--color-primary);
    -webkit-background-clip: text;
    color: transparent;
    padding: 15px 0;
}
.center-color-ol{
    color: #0054AD;
}

.time-list .item .left .time .desc{
    margin-top: var(--size-6);
    color: var(--color-text-secondary-grey);
}
.item.no-line{
    border-bottom: none;
}

@media screen and (max-width:772px){
    .time-list .item {
        display: block;
    }

    .time-list .item .left  {
        width: 100%;
    }
    .center-o{
        width: 100%;
    }
}
/* bottom-wrap END */

/* speaker-list */
.speaker-content {
    display: none;
}

.speaker-content.show {
    display: block;
}

.speaker-container .third-menu {
    margin-top: -2vw;
    border: 1px solid rgba(0, 0, 0, .2);
    border-left: 0;
    border-right: 0;
}

.speaker-container .third-menu .third-menu-item {
    background-color: unset;
}

.speaker-container .third-menu .swiper-slide:hover .third-menu-item,
.speaker-container .third-menu .swiper-slide.active .third-menu-item {
    background: var(--color-primary);
    color: #fff;
}

.speaker-list .speaker-title  {
    padding-top: var(--size-45);
    padding-bottom: var(--size-18);
}

.speaker-list + .speaker-list {
    margin-top: var(--size-54);
}

.speaker-list .item {
    padding: 8px;
    border: 1px solid;
    border-image: linear-gradient(to bottom right, rgba(122, 181, 29, .4) 0%, rgba(2, 85, 171, .4) 100%) 1;
    z-index: 5;
    transition: all .3s;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
}

.speaker-list .item .text-box {
    position: relative;
    height: 100%;
}

.speaker-list .item .text-box>* {
    position: relative;
    z-index: 3;
    line-height: 1.4;
}

.speaker-list .item .text-box .title {
    margin-bottom: var(--size-6);
    margin-top: var(--size-9);
    line-height: 1;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}

.speaker-list .item .text-box .position{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* .speaker-list .item .text-box:before {
    content: "";
    position: absolute;
    top: -35px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    background-image: url(../images/text-box-color.png);
    background-size: cover;
    opacity: 0;
    transition: all .3s;
    z-index: 2;
    height: auto;
} */
.speaker-list .item:hover {
    border-image: linear-gradient(to bottom right, #7AB51D 0%, #0054AD 100%) 1;
}

.speaker-list .item:hover .text-box:before {
    opacity: 1;
    z-index: 2;
}

.speaker-list .item:hover .text-box {
    color: var(--color-primary);
}

.speaker-list .item .text-box .text-bg {
    position: absolute;
    top: -35px;
    bottom: -20px;
    left: -20px;
    right: -20px;
    background-image: url(../images/text-box.png);
    background-size: cover;
    z-index: 1;
}

.speaker-list .item .img-box {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 92.22%;
    overflow: hidden;
}

.speaker-list .item .img-box .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.speaker-list .item .img-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:772px){
    .speaker-list .item .text-box .text-bg,
    .speaker-list .item .text-box:before {
        top: -60px;
    }
    
}

@media screen and (max-width:567px){
    .speaker-list .item .text-box .text-bg,
    .speaker-list .item .text-box:before {
        top: -40px;
        bottom: -10px;
        left: -15px;
        right: -15px;
    }
    .speaker-list + .speaker-list{
        margin-top: 0;
    }
}
/* speaker-list END */

/*speaker-detail  */
.speaker-detail-content{
    padding: var(--size-40);
    background-color: #fff;
    display: flex;
}
.speaker-detail-content .left-img{
    width: 10.42vw;
    min-width: 150px;
}
.speaker-detail-content .left-img img{
    width: 100%;
}
.speaker-detail-content .text-box{
    flex: 1;
    margin-left: var(--size-36);
}
.speaker-detail-content .text-box .top-name{
    padding-bottom: var(--size-24);
    border-bottom: 1px solid var(--border-color);
    margin-bottom: var(--size-24);
}
.speaker-detail-content .text-box .name{
    margin-bottom: var(--size-10);
}

.speaker-detail-content .info-item + .info-item{
    margin-top: var(--size-30);
}
.speaker-detail-content .info-item p{
    margin-bottom: var(--size-9);
}

.layui-layer .layui-layer-setwin {
    top: 0px;
    right: 0px;
    margin-right: 0px;
    z-index: 99999;
}

.layui-layer.alumnus-tc .layui-layer-setwin .layui-layer-close2{
    background: var(--color-primary);
    color: #fff;
}

.layui-layer .layui-layer-setwin .layui-layer-close2 {
    top: .9375vw;
    right: .9375vw;
    background: none;
    position: relative;
    text-align: center;
    line-height: 3.125vw;
    transition: all .3s;
    width: 3.125vw;
    height: 3.125vw;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 1.25vw;
    border: 0;
    background: rgba(255, 255, 255, .25);
    padding: 0;
}
@media screen and (max-width: 767px) {
    .speaker-detail-content{
        flex-direction: column;
    }
    .speaker-detail-content .text-box{
        margin-left: 0;
        margin-top: var(--size-20);
    }

    .layui-layer .layui-layer-setwin .layui-layer-close2 {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 20px;
        top: 12px;
        right: 12px;
    }
}
/*speaker-detail END  */

/* way-wrap */
.way-wrap {
    margin-top: var(--size-30);
}

.way-wrap .item {
    background-color: #F2F5FA;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.way-wrap .item .iconfont {
    background: var(--color-primary);
    -webkit-background-clip: text;
    color: transparent;
    margin-right: 5px;
}

.way-wrap .item .top {
    color: var(--color-text-secondary-grey);
}

.way-wrap .item .bottom {
    margin-top: var(--size-12);
}

/* way-wrap END */

/* additiona-wrap */
.additiona-wrap {
    padding-top: var(--size-80);
}

.additiona-wrap .title {
    padding-bottom: var(--size-36);
    
}

.additiona-list .slide-door:last-child {
    border-bottom: var(--size-1) solid var(--border-color);
}



/* additiona-wrap END */

.video-player{
    margin-top: 30px;
}
.video-player .video-js {
    width: 100%;
    height: 30.875vw !important;
}
.video-player .vjs-poster {
    width: 100%;
    height: 100%;
    overflow: cover;
}
@media screen and (max-width:567px){
    .video-player .video-js {
        height: 51.875vw !important;
    }
}

.events-list .item{
    background-color: #fff;
    padding: 20px 15px;
    height: 100%;
    transition: all .3s ease-in-out;
    border-radius: 6px;
}
.events-list .item:hover{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.events-list .item .title-name{
    margin: 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.events-list .item .tag{
    background: var(--color-primary);
    -webkit-background-clip: text;
    color: transparent;
}
.events-list .item .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    /* transition: all .3s ease-in-out; */
}

#button-to-top{
    display: block!important;
}
/* #button-to-top {
    background: var(--color-primary);
    position: fixed;
    z-index: 997;
    display: block;
    width: 3.125vw;
    height: 3.125vw;
    line-height: 3.125vw;
    bottom: .9375vw;
    right: .9375vw;
    border-radius: 50%;
    text-align: center;
    color: #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
@media screen and (max-width: 1199px) {
    #button-to-top {
        width: 37.5px;
        height: 37.5px;
        line-height: 37.5px;
        right: 11.25px;
        bottom: 11.25px;
    }
} */

/* right-fiexd */
.right-fiexd{
    position: fixed;
    right: var(--size-24);
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: var(--size-48);
    padding: var(--size-9);
    z-index: 100;
}
.right-fiexd .item{
    position: relative;
    width: 4em;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--size-15) 0;
    text-align: center;
    color: var(--color-text-primary);
    overflow: hidden;
}
.right-fiexd .item:hover{
    color: var(--color-primary);
}
.right-fiexd .item .tc-detail::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    margin-left: unset;
    right: -19px;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
}
.right-fiexd .item .tc-detail{
    position: relative;
    width: 0;
    min-width: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    margin-right: var(--size-100);
    padding: var(--size-18);
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    z-index: -99;
    opacity: 0;
    -webkit-transition: margin-right .3s ease-out;
    -o-transition: margin-right .3s ease-out;
    transition: margin-right .3s ease-out;
}
.right-fiexd .item:hover{
    overflow: unset;
}
.right-fiexd .item:hover .tc-detail{
    width: 12vw;
    min-width: 180px;
    margin-right: var(--size-20);
    opacity: 1;
    z-index: 9;
    border-radius: var(--size-4);
}
.right-fiexd .item .tc-detail a{
    width: 100%;
    padding: var(--size-15);
    background-color: #F7F8FA;
    display: block;
    transition: all .3s ease-in-out;
    text-align: left;
}
.right-fiexd .item .tc-detail li + li{
    margin-top: var(--size-15);
}
.right-fiexd .item .tc-detail .qurde-box img {
    width: 100%;
    margin-bottom: var(--size-9);
}
.right-fiexd .item .tc-detail a .iconfont{
    color: var(--color-secondary);
    transition: all .3s ease-in-out;
}
.right-fiexd .item .tc-detail a:hover{
    background-color: var(--color-secondary);
    color: #fff;
}
.right-fiexd .item .tc-detail a:hover .iconfont{
    color: #fff;
}
.right-fiexd .item .icon{
    margin-bottom: var(--size-4);
}
.right-fiexd .item .name {
    opacity: .75;
}
.right-fiexd .item:hover .name{
    opacity: 1;
}

/* @media screen and (max-width:567px){
    .right-fiexd {
        display: none;
    }
    .right-fiexd .item .tc-detail {
        padding: var(--size-12);
        font-size: 14px;
    }
    .right-fiexd .item:hover .tc-detail {
        min-width: 120px;
    }
} */
/* right-fiexd END */