* {
    margin: 0;
    padding: 0;
}

a {
    list-style: none;
}

li {
    list-style: none;
}

#app {}


.banner #mark span.swiper-pagination-bullet-active {
    background: var(--theme);
}


.page-mark {

    position: fixed;
    height: calc(100vh - var(--nav-height));
    z-index: 2;
    width: 10px;
    top: var(--nav-height);
    left: 15px;
    right: initial;

}

.page-mark {
    transform: initial;
    display: table
}

#page-mark {
    top: 0px;
    transform: initial;
    display: table-cell;
    vertical-align: middle;
}

#page-mark span {
    width: 1px;
    height: 25px;
    margin: 2px 5px;
    background: #afb0b1;
    cursor: pointer;
    display: inline-block;
    border-radius: 0px;
    opacity: 1;
    transition: all 0.3s;

}

#page-mark span.swiper-pagination-bullet-active {
    background: var(--theme);
    width: 5px;
    transform: translateX(-2px);
}

.content {
    padding: 0 0.3rem;
    width: auto;
    border-bottom: 0.4rem solid var(--bg);
}

.item-site {
    width: 100%;
    max-width: 3.47rem;
    height: 4rem;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 0.2rem;
    float: right;
    color: #000;
    text-align: center;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
    /* animation-duration       : 1s;
    animation-name              : in-left;
    animation-timing-function   : ease-in-out;
    opacity                     : 0;
    animation-fill-mode         : forwards; */

}

.item-site:hover,
.item-site.active {
    transition: all 0.3s;
    transform: scale(1.15) !important;
    box-shadow: 0px 0px 25px rgb(209, 209, 209);
    z-index: 2;

}

.hover-left-top {
    transform-origin: left top;
}

.hover-right-top {
    transform-origin: right top;
}

.hover-right-bottom {
    transform-origin: right bottom;
}

.hover-left-bottom {
    transform-origin: left bottom;
}

.site-bj {
    /* background         : #F6FCF3; */
    background-image: url("../icon/beijing.png");
    background-image: url(../icon/beijing.png);
    background-position: bottom right;
    background-size: 100% 100%;
    animation-delay: 0.9s;
    background-repeat: no-repeat;
    animation-delay: 0.9s;

}

.site-sh {
    /* background         : #F1FCFF; */
    background-image: url("../icon/shanghai.png");
    background-position: bottom;
    animation-delay: 1.5s;
    background-position: bottom right;
    background-size: 100% 100%;
    animation-delay: 0.9s;
    background-repeat: no-repeat;
}

.site-gz {
    background-image: url("../icon/guangzhou.png");
    background-position: bottom right;
    background-size: 100% 100%;
    animation-delay: 0.9s;
    background-repeat: no-repeat;
    animation-delay: 1.2s;
}

.site-sz {
    background-image: url("../icon/shenzhen.png");
    background-position: bottom right;
    background-size: 100% 100%;
    animation-delay: 0.9s;
    background-repeat: no-repeat;
    animation-delay: 1.8s;
}

.site-name {
    font-size: 0.35rem;
    color: #000;
    margin-top: 0.3rem;
    font-weight: bold;
}

.site-desc {
    font-size: 0.24rem;
    color: #717071;
    font-family: AVGARDN;
    line-height: 0.4rem;
}

.site-desc b {
    color: var(--theme);
    font-size: 0.3rem;
    vertical-align: baseline;
    font-family: AVGARDN;
}

.site-desc span {
    font-size: 0.24rem;
    color: #717071;
    font-family: AVGARDN;
}

.column-title {
    font-size: 0.45rem;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #2F2F2F;
    background: url(../icon/title-bg.png) no-repeat;
    background-size: auto 100%;
    background-position: left;
    padding-left: 0.23rem;
    opacity: 0;
    animation-duration: 1s;
    animation-name: in-right;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.3s;
    opacity: 0;

}

.title {
    font-size: 0.45rem;
    font-weight: bold;
    color: #000;
}

.moer {
    padding: 0.1rem 0.3rem;
    font-size: 0.26rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    color: var(--theme);
    border: 1px solid var(--theme);
    transition: all 0.3s;
    z-index: 2;
    position: relative;
    /* animation-duration       : 1s;
    animation-name              : in-bottom;
    animation-timing-function   : ease-in-out;
    animation-delay             : 0.6s;
    opacity                     : 0;
    animation-fill-mode         : forwards; */
    border-radius: 1rem;
    color: var(--theme);
}

.moer:hover {
    color: var(--theme);
}

.moer:active {
    background-color: var(--theme);
    color: #FFF;
}

.column-desc {
    font-size: 0.24rem;
    margin-top: 0.5rem;
    font-family: PingFangSC-Medium, PingFang SC;
    margin-right: 0.2rem;
    margin-bottom: 0.5rem;
    margin-left: 0.3rem;
    /* animation-duration       : 1s;
    animation-name              : in-left;
    animation-timing-function   : ease-in-out;
    animation-fill-mode         : forwards;
    animation-delay             : 0.6s;
    opacity                     : 0; */

}

.en .exbition-time-summary {
    text-align: left;
}

.left-item {
    /* background               : #FFF9F7; */
    border-radius: 0.2rem;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    /* animation-duration       : 1s;
    animation-name              : in-up;
    animation-timing-function   : ease-in-out;
    opacity                     : 0;
    animation-fill-mode         : forwards; */

}

.left-item .num {
    margin-bottom: 0.2rem;
    font-size: 0.5rem;
    color: #000;
    font-weight: bold;
    font-family: AVGARDN;
}

.left-item .desc {
    font-size: 0.24rem;
}

.activity {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.swiper-slide-active .new-cover.animation,
.swiper-slide-active .activity-cover.animation {
    display: inline-block;
}

.new-cover,
.activity-cover {
    margin-top: 0.2rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    /* animation-duration       : 1s;
    animation-name              : in-up;
    animation-timing-function   : ease-in-out;
    animation-delay             : 0.6s;
    opacity                     : 0;
    animation-fill-mode         : forwards;
    display                     : inline-block; */
    border-radius: 0.1rem;
}

.activity-cover .new-cover:hover img,
.activity-cover:hover .img-bg img {
    transform: scale(1.5);
}

.new-cover {
    margin: 0.5rem 0px 0.2rem;
}

.new-cover .img-bg,
.activity-cover .img-bg {
    width: 100%;
    overflow: hidden;
}

.new-cover img,
.activity-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.7s;
}

.new-bg1 {
    background: #FFF9F1;
}

.new-bg2 {
    background: #FFF5F5;
}

.new-cover .new-content,
.activity-cover .new-content {
    position: absolute;
    bottom: 0rem;
    left: 0px;
    right: 0px;
    background: rgba(3, 3, 3, 0.6);
    color: #e8e8e8;
    padding: 0 0.2rem;
}

.new-cover .new-content .new-time {
    position: absolute;
    top: -0.5rem;
    color: #e8e8e8;
    font-size: 0.28rem;
    padding-left: 0rem;
    font-family: AVGARDN;
}

.news-list-item .new-time::before {
    position: absolute;
    left: 0px;
    top: 0rem;
    bottom: 0rem;
    height: 8px;
    margin: auto;
    width: 8px;
    content: "";
    background: var(--theme);
    border-radius: 100%;
    font-family: AVGARDN;
}

.new-content .new-time,
.activity-cover .new-time {
    font-size: 0.25rem;
    position: relative;
    padding-left: 0.3rem;
    font-family: AVGARDN;
}

.new-content .new-title,
.activity-cover .new-title {
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: 400;
    padding: 10px 0px;
    transition: all 0.3s;
    font-size: 0.32rem;
    color: #000;
}

.new-content .new-desc,
.activity-cover .new-desc {
    font-size: 0.24rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #666;
}

.news-list {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}

.news-list-item {
    /* animation-duration       : 1s;
    animation-name           : in-left;
    animation-timing-function: ease-in-out; */
    /* animation-delay          : 0.6s;
    opacity                  : 0; */
    /* animation-fill-mode      : forwards; */
}

.news-list-item .new-content {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
}

.news-list-item .new-content .new-time {
    font-size: 0.28rem;
    color: #000;
}

.news-list-item:last-child .new-content {
    margin-bottom: 0px;
    border-bottom: none
}

.new-time span {
    font-size: 0.27rem;
    vertical-align: baseline;
    background-color: var(--theme);
    display: inline-block;
    color: #FFF;
    padding: 0px 3px;
    border-radius: 3px;
    font-weight: bold;
    font-style: italic;
    font-family: AVGARDN;
}

.activity-time {
    color: var(--theme);
    font-family: AVGARDN;
}

.activity-info {
    width: 60%;
}

.activity-join {
    width: 30%;
    position: absolute;
    background: var(--theme);
    height: 40px;
    border-radius: 5px;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    margin: auto;
    top: 0px;
    bottom: 0px;
    right: 0px;
    transition: all 0.3s;
    z-index: 2;
}

.activity-join:hover {
    background: #b10207;
}

.activity-info img {
    width: 15px;
    height: auto;
    display: inline-block;
    vertical-align: text-top;
}

.animation {
    position: relative;
}

.swiper-slide-active .animation {
    display: block;
}


.brand {
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px;

}

.brand-swiper {
    padding: 20px 0;
}

.brand-item {
    width: 100%;
    height: 29vw;
    box-shadow: 0px 2px 13px 0px rgb(216 216 216 / 50%);
    display: inline-block;
    border-radius: 3px;
    position: relative;
    transition: all 0.7s;
    border: 5px solid #fbfbfb;
}

.brand-item a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.brand-item img {
    width: 100%;
}

.brand-item .brand-title {
    padding: 10px 0px;
    background: #fbfbfb;
    position: absolute;
    bottom: -5px;
    left: -2px;
    width: calc(100% + 4px);
    text-align: center;
    font-size: 0.24rem;
}



@keyframes in-up {
    from {
        top: 200px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

@keyframes in-bottom {
    from {
        top: -200px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

@keyframes in-left {
    from {
        left: 200px;
        opacity: 0;
    }

    to {
        left: 0px;
        opacity: 1;
    }
}

@keyframes in-right {
    from {
        left: -200px;
        opacity: 0;
    }

    to {
        left: 0px;
        opacity: 1;
    }
}