<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap{background:#fff}
.banner {
    text-align: center;
    background: #e70310;
    padding: 13rem 0 10rem;
    color: #fff;
}
.banner .chTitle {
    font-size: 2.5rem;
    font-family: PingFang Heavy;
}
.banner .engTitle {
    font-size: 1.25rem;
    margin: .5rem 0 5rem;
}
.banner .desc {
    font-size: 1.35rem;
    letter-spacing: 5px;
    margin-top: 3rem;
}
.section-title {
    font-size: 3rem;
    color: #e70310;
    margin-bottom: 1rem;
    margin-left:25%
}
.desc &gt; p {
    margin-bottom: 2rem;
    line-height: 2;
    margin-left:25%;
}
.svggroup text {
    opacity: 0
}
path:hover + text,text:hover {
    opacity: 1
}
.map{position:relative;padding:15rem 0}
.shops {
    position: absolute;
    background: #f6f6f6;
    width: 60%;
    left: 20%;
    top: 30rem;
    display:none;
}
.query{padding: 3rem;}
.controls {
    font-size: 1rem;
    margin-bottom: 3rem;
}
.shop-show {
    padding: 5rem 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    position:relative
}
.info h3 {
    font-family: PingFang Heavy;
    margin: 1rem 0 .5rem 0;
}
.info p{font-size:1rem}
.shop-show img{width:100%;}
.shops .city {
    font-size: 1.5rem;
    font-family: PingFang Heavy;
    margin-bottom: 1rem;
}
.swiper-button-next, .swiper-button-prev {
    top: calc(100% + 1rem);
    width: 10px;
    height: 15px;
    margin-top:0;
    background-size: 10px 15px;
}
.around {
    font-size: .75rem;
    text-align: right;
    margin-top: 1rem;
}
.swiper-button-next{left:40px;}
.swiper-button-next:focus, .swiper-button-prev:focus{outline:none}
.closeBtn {
    position: absolute;
    right: 3rem;
    top: 3rem;
    width: 1.5rem;
}
.online{padding-bottom:10rem}
.online .platform-wrap{   
    margin-left: 25%;
    margin-top: 5rem;
}
.online .platform-wrap a{
    font-size: 1rem;
    text-align: center;
    width: 9rem;
    color: #b2b2b2;    
    display: inline-block;
    margin-right: 9rem;
}
.platform {
    position: relative;
    height: 5rem;
    display: inline-block;
}
.platform  img{height:100%}
.platform .platform-h{    
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity:0;
}
.online .platform-wrap a:hover .platform-h{opacity:1}
.online .platform-wrap a:hover{color:#e70310}
#ChinaMap{margin:auto}</pre></body></html>