body,
html {
    background: var(--bg);
}

.content {
    padding: 10px 0px;
}

.site-info {
    background       : #FFF;
    height           : 3.8rem;
    padding          : 50px;
    border-radius    : 15px;
    overflow         : hidden;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.site-info .name {
    font-size        : 0.3rem;
    font-family      : FZZZHONGJW--GB1-0, FZZZHONGJW--GB1;
    font-weight      : 500;
    color            : #000;
    background-repeat: no-repeat;
    background-size  : auto 100%;
    padding-left     : 0.1rem;
}

.site-info .info {
    margin-bottom: 0.3rem;

}

.site-info .desc {
    color    : #7c7c7c;
    font-size: 0.16rem;
    padding  : 0.2rem 0px;
    height   : 0.88rem;
}

.site-info .info p {
    padding: 0.05rem 0px;
    background-position: right bottom;
}



.site-info .info b {
    color      : #000;
    font-size  : 0.16rem;
    font-weight: 600;
}

.site-info .info img {
    width         : 15px;
    height        : auto;
    display       : inline-block;
    vertical-align: text-top;
    margin-right  : 10px;
}

.moer {
    padding    : 0.07rem 0.2rem;
    font-size  : 0.16rem;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    color      : var(--theme);
    border     : 1px solid var(--theme);
    transition : all 0.3s;
    z-index    : 2;
    position   : relative;
    overflow   : hidden;
}

.moer a {
    color: var(--theme);

}

.moer span {
    font-size : 0.3rem;
    transform : translate(4px, 2px);
    display   : inline-block;
    transition: transform 0.3s;
}

.moer:hover {
    background-color: var(--theme);
    color           : #FFF;
}

.moer:hover span {
    transform: translate(10px, 2px);
}

.swiper-slide {
    /* height: 600px; */
}

.swiper-slide img {
    width     : 100%;
    display   : block;
    margin    : auto;
    object-fit: cover;
}

.shenzhen {
    background-image   : url("../icon/expo-bg-shenzhen.png");

}

.shanghai {
    background-image   : url("../icon/expo-bg-shanghai.png");
}

.guangzhou {
    background-image   : url("../icon/expo-bg-guangzhou.png");
}

.beijing {
    background-image   : url("../icon/expo-bg-beijing.png");
}