<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-content div, .top-info div{
    margin: 0;
}
.top-font{
    position: absolute;
    top: 13vw;
    left: 0;
    font-size: 2vw;
    color: white;
    font-weight: 600;
    width: 100%;
}
.top-font div{
    text-align: center;
}
.top-info{
    position: absolute;
    top: 28vw;
    width: 70%;
    left: 15%;
    display: flex;
    justify-content: space-between;
}
.top-info-group{
    width: 21%;
}
.top-info-group img{
    width: 3vw;
    height: auto
}
.top-info-title{
    font-size: 1.2vw;
    color: white;
    font-weight: 600;
    margin: 0.8vw 0 !important;
}
.top-info-content{
    font-size: 0.8vw;
    color: rgb(183,192,197);
    line-height: 1.6vw;
}
.main-content{
    margin-top: -3px;
}
.main-content-title-box{
    display: flex
}
.main-content-title{
    flex: 1;
    background-color: rgb(247,248,250);
    text-align: center;
    padding: 2.5vw 0;
    cursor: pointer;
}
.main-content-title:hover{
    background-color: rgb(242, 242, 243);
}
.main-title-font{
    font-size: 2vw;
    -webkit-text-stroke: 1px rgb(227,227,227);
    font-family: Arial;
    color: transparent;
}
.bgwhite{
    background-color: white;
}
.main-title-click{
    color: rgb(37,98,213);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 15%;
    box-sizing: border-box;
    align-items: center;
}
.main-title{
    font-size: 1.5vw;
    font-weight: 600
}
.main-city{
    text-align: left;
    font-size: 0.8vw
}
.main-right{
    width: 20%
}
.main-right img{
    width: 100%;
    height: auto;
}
.main-map{
    padding: 4vw 10%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
#USAMap{
    width: 50vw;
    height:27vw;
    margin: 0
}
.main-map-info{
    width: 25%
}
.main-map-info-img{
    width: 100%
}
.main-map-info-img img{
    width: 100%;
    height: auto
}
.main-map-info-titleen{
    font-size: 1.4vw;
    color: rgb(38,97,215);
    font-weight: 600;
    margin-top: 1vw
}
.main-map-info-titlezh{
    font-size: 1.4vw;
    color: rgb(38,97,215);
    font-weight: 600;
    margin-bottom: 1vw
}
.main-map-info-content{
    font-size: 0.8vw;
    margin-bottom: 0.5vw;
}
@media screen and (max-width :1024px){
    .top-info{
        width: 95%;
        left: 2.5%;
    }
    .main-map{
        display: block;
        padding: 4vw 0;
    }
    #USAMap{
        width: 90vw;
        height:48.6vw;
        margin: auto;
    }
    .main-map-info{
        width: 70%;
        margin-top: 1vw;
    }
    .main-title-click{
        padding: 0 4%;
    }
    .top-info-group{
        width: 23%;
    }
}
@media screen and (max-width :768px){
    .main-map-info-content,.main-map-info-titleen,.main-map-info-titlezh,.main-title-font,.main-title,.main-city,.top-info-title,.top-info-content{
        font-size: 8px;
    }
    .top-info-content{
        line-height: 8px;
    }
    .top-info{
        position: absolute;
        top: 24vw;
    }
}
</pre></body></html>