<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*é¦–é¡µå¤´éƒ¨æ&nbsp;·å¼*/

.headerBox {
    width: 94%;
    padding: .13rem 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    background: #fff;
    height: .73rem;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.headerBox .headerAddress {
    width: 18%;
}

.headerBox .headerAddress span {
    display: inline-block;
    margin-right: 0.08rem;
    align-items: center;
    font-size: .28rem;
    font-weight: 400;
    color: #626468;
    vertical-align: middle;
}

.headerBox .headerAddress img {
    width: 0.26rem;
    height: 0.26rem;
    vertical-align: middle;
}

.headerBox .headerSearch {
    width: 70%;
    padding: .12rem 0 .12rem .4rem;
    background: #f3f3f3;
    border-radius: .36rem;
}

.headerBox .headerSearch img {
    width: .32rem;
    height: .32rem;
    vertical-align: middle;
}

.headerBox .headerSearch span {
    font-size: .24rem;
    font-weight: 400;
    margin-left: .18rem;
    color: #c6c6c6;
}

.headerBox .headerBeans {
    width: 10%;
    text-align: right;
}

.headerBox .headerBeans img {
    width: .40rem;
    height: .65rem;
}

/*åˆ—è¡¨é¡µå¤´éƒ¨*/
.contentInput {
    justify-content: center;
    width: 94%;
    padding: .18rem 3%;
    background: rgba(237, 237, 237, 0.9);
    color: gray;
    border-radius: 2rem;
    margin-bottom: .2rem;
}

.contentInput img {
    width: .32rem;
    height: .32rem;
    margin-right: 0.3rem;
}

.contentInput input {
    width: 40%;
    background: none;
    border: none;
    outline: none;
    font-size: .24rem;
}

.courseList_Header {
    width: 94%;
    font-size: .40rem;
    padding: 0.18rem 3%;
    background: #fff;
    z-index: 9999999999999;
    color: #333;
    font-weight: 700;
}


/*æ‰€æœ‰å¤´éƒ¨æ&nbsp;·å¼*/
headerTop {
    /*display: none;*/
    background: #1a1a1a;
}

/*#perch {*/
    /*display: none;*/
/*}*/

.allHeaderBox {
    width: 94%;
    padding: 0 3%;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    background: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .9rem;
    line-height: .9rem;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.allHeaderBox .backImg img {
    width: .48rem;
    height: .51rem;
    margin-top: .3rem;
}

.allHeaderBox .headerText {
    width: 100%;
    text-align: center;
    font-size: .35rem;
    font-weight: 400;
    color: #000000;
}

.allHeaderBox .headerChoose img {
    width: .5rem;
    height: .5rem;
    margin-top: .3rem;
}


/*å°¾éƒ¨æ&nbsp;·å¼*/

#footerBox {
    display: flex;
    align-content: center;
    width: 100%;
    background: #f4f4f4;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.12rem 0;
    z-index: 99;
    height: .8rem;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.footerBox .menuList {
    width: 25%;
    text-align: center;
}

.footerBox .menuList .menu_img img {
    height: 0.4rem;
}

.footerBox .menuList .menu_name {
    font-size: .24rem;
    font-weight: 400;
    color: #c6c6c6;
}

.footerBox .menuList.menuActive .menu_name {
    color: #26b867 !important;
}</pre></body></html>