<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box {
    position: relative;
    font-size: 0.27rem;
    color: #333333;
}

/* é¡¶éƒ¨bannerå›¾ */

.banner {
    position: relative;
    height: 3.2rem;
    /* background-image: url("../../resource/images/banner.png");
    background-size: 100% 100%; */
}

.banner img {
    width: 100%;
    height: 100%;
}
.h1_banner{
    width:100%;
    text-align:center;
    position: absolute;
    top: 50%;
    left: 26%;
    transform: translate(-50%,-50%);
    font-size:0.9rem; color:#fff;
}

 .city {
    position: absolute;
    top: 0.26rem;
    right: 0.24rem;
    padding: 0.08rem 0.13rem 0.08rem 0.23rem;
    border-radius: 0.3rem;
    font-size: 0.26rem;
    background-color: #ffffff;
}

.city img {
    width: 0.14rem;
    height: 0.09rem;
    margin: 0 0 0.05rem 0rem;
    vertical-align: middle;
}

/* è¿”æ&nbsp;¡æ”¿ç­– */
.back-content {
    max-height: 4.22rem;
    margin-bottom: 0.23rem;
    padding: 0.31rem 0.22rem 0.23rem;
    border-radius: 0.1rem;
    overflow-y: scroll;
    background-color: #f4f4f4;
}

.back-content::-webkit-scrollbar {
    width: 0.06rem;
    /* height: 13px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.back-content::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
}

.back-content li {
    display: flex;
    margin-bottom: 0.28rem;
    font-size: 0.27rem;
}

.back-content li .back-left {
    width: 1.2rem;
    font-weight: 600;
}

.back-content li .back-right {
    width: 4rem;
    margin-left: 0.35rem;
    color: #666666;
}

.back-content li .back-right a {
    color: #40bffc;
}

.back .btns {
    padding: 0 0.15rem;
    text-align: center;
}

.back .btns .btn {
    width: 47%;
    padding: 0.2rem 0;
    border-radius: 0.81rem;
    font-size: 0.25rem;
    color: #ffffff;
    background-color: #00afff;
}

/* å…·ä½“è¦æ±‚ */
.area-tab {
    font-size: 0.29rem;
    font-weight: 600;
    color: #00b3ff;
}

.area-tab span {
    width: 33%;
    padding: 0.1rem 0;
    border-radius: 0.09rem 0.09rem 0rem 0rem;
    box-shadow: -0.05rem 0rem 0.22rem -0.04rem rgba(24,39,75,0.08), 0.05rem 0rem 0.11rem -0.05rem rgba(24,39,75,0.12); 
    text-align: center;
    background-color: #b7ebff;
}

.area-tab span:nth-child(n+2) {
    margin-left: 0.03rem;
}

.area-tab .active {
    color: #000;
    background-color: #ffffff;
}

.require-content ul {
    max-height: 4.22rem;
    padding: 0.26rem 0.13rem 0.03rem;
    border-radius: 0rem 0rem 0.1rem 0.1rem;
    box-shadow: -0.06rem 0.08rem 0.23rem -0.04rem rgba(24, 39, 75, 0.08),
        0.06rem 0rem 0.12rem -0.06rem rgba(24, 39, 75, 0.12);
    overflow-y: scroll;
}

.require-content ul::-webkit-scrollbar {
    width: 0.06rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.require-content ul::-webkit-scrollbar-thumb {
    background-color: #c4c4c4;
}

.require-content ul:nth-child(n+3) {
    display: none;
}

.require-content ul li {
    margin-bottom: 0.23rem;
    padding: 0.26rem;
    border-radius: 0.1rem;
    background-color: rgba(196, 196, 196, 0.19);
}

.require-content .title {
    margin-bottom: 0.24rem;
    font-size: 0.27rem;
    color: #000;
}

.require-content .text {
    font-size: 0.25rem;
    color: #706d6d;
}

/*  å¼€å­¦æ—¶é—´ */
.con-border {
    border-radius: 0.2rem;
    margin-bottom: 0.52rem;
    box-shadow: 0rem 0.06rem 0.12rem rgb(0 0 0 / 16%);
}

.con-title {
    height: 0.7rem;
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.7rem;
    color: #ffffff;
    font-weight: bold;
    background-color: #3ea5ff;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.con-detail {
    margin: 0.36rem 0.38rem 0.24rem 0.34rem;
    font-size: 0.28rem;
}

.con-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
    padding-bottom: 0.22rem;
    border-bottom: 0.02rem solid #e2e2e2;
}

.title {
    color: #141414;
    font-weight: 500;
}

.time {
    /*font-size: 0.25rem;*/
    color: #141414;
    margin-top: 0.05rem;
    font-weight: 500;
}

.more {
    margin-left: 0.02rem;
    font-size: 0.25rem;
    color: #3ea5ff;
}

/* åº•éƒ¨tabåˆ‡æ¢ */
.info-tab .tab-bar {
    padding-bottom: 0;
    margin-bottom: 0.48rem;
    overflow-x: scroll;
}

.info-tab .bar-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.0225rem solid rgb(238, 238, 238);
    padding-left: 0;
    font-size: 0.32rem;
    color: rgba(91, 91, 91, 1);
    margin: 0 0 0 0;
    padding-top: 0.04rem;
}

.click {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(20, 20, 20, 1);
    line-height: 0.8rem !important;
    font-weight: 600;
}

.click img {
    width: 0.6rem;
    height: 0.07rem;
}

li.title-name {
    line-height: 0.7rem;
}

.info-tab .tab-content ul {
    padding-left: 0;
    margin: 0;
}

.imp {
    padding: 0.375rem 0.1rem;
    border-bottom: 0.0225rem solid rgb(238, 238, 238);
}

.imp-title {
    display: flex;
}

.imp-icon {
    width: 0.3rem;
    height: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0.1rem;
}

.imp-name {
    font-size: 0.31rem;
    font-weight: 600;
    color: #000000;
}

.imp-content {
    font-size: 0.3rem;
    color: rgb(102, 102, 102);
    margin-left: 5%;
    margin-top: 0.225rem;
}

.all {
    height: 0.9rem;
    width: 45%;
    margin: 0.3rem auto;
    text-align: center;
    line-height: 0.9rem;
    font-size: 0.3rem;
    background: #f0edf1;
    border-radius: 0.14rem;
    color: #000000;
}

/* çº¿ä¸Šæ•™å­¦ */
.online ul li&gt;div{
    display: flex;
    margin-bottom: 0.15rem;
}

.online ul li .left {
    width: 1.14rem;
    margin-right: 0.4rem;
    font-weight: 600;
}

.online ul li .right {
    width: 74%;
    font-size: 0.25rem;
}

.online ul li .btn {
    display: inline-block;
    width: 0.8rem;
    margin-right: 0.1rem;
    padding: 0.03rem 0;
    border-radius: 2.9rem;
    font-size: 0.21rem;
    color: #fff;
    text-align: center;
    background-color: #3DA5FA;
}

.online ul li .name {
    display: inline-block;
    margin-right: 0.3rem;
    margin-bottom: 0.15rem;
}

.online .require-content ul {
    max-height: 4.32rem;
}

.info-tab .more,.info-tab .shou {
    margin: 0.3rem auto;
    text-align: center;
}

.info-tab .more img,.info-tab .shou img {
    width: 0.48rem;
    height: 0.48rem;
}

.entrance-title {
    color: #333333;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 0.34rem;
    font-style: normal;
    font-weight: 900;
    line-height: 0.48rem;
    margin: 0.48rem 0 0.24rem 0;
}
.other-zhaungti-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-shrink: 0;
    border-radius: 0.2rem;
    background: #FFF;
    box-shadow: 0 0 0.15rem 0 #9999991a;
    padding: 0.4rem 0.26rem 0.1rem 0.26rem;
    width: 100%;
    box-sizing: border-box;
}

.other-zhaungti {
    width: 45%;
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.other-zhaungti img {
    width: 0.72rem;
    height: 0.72rem;
    margin-right: 0.2rem;
}

.other-zhaungti a {
    color: #333333;
    text-align: justify;
    font-family: "PingFang SC";
    font-size: 0.26rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.36rem;
}

</pre></body></html>