<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* è¯¾ç¨‹ */
.liveMain {
    display: block;
}

.liveMain li {
    width: 20%;
    padding: 0 1.8%;
}

.liveMain li:nth-child(4n) {
    margin-right: 0;
}

#page {
    margin: 0 auto 50px;
    text-align: center;
}

/* åº•éƒ¨ */

.bottom_nav_wrap .bottom_nav .left {
    margin: 0;
}

.bottom_nav_wrap .bottom_nav .right dt {
    margin-bottom: 0;
}

.bottom_nav_wrap .bottom_nav .left h2 {
    margin-bottom: 0;
}

.bottom_nav_wrap .right dl dd {
    margin-bottom: 0;
}

/* ç­›é€?*/
.class_nav_box {
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 26px;
    padding-bottom: 7px;
}

.class_nav {
    padding: 0 25px;
    font: 14px/28px "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
}

.class_nav li.active {
    display: block;
    border-top: 1px dashed #dedede;
}

.class_nav li:first-child {
    border-top: none;
    margin-top: 5px;
}

.class_nav li {
    /* display: none; */
    padding: 6px 14px 6px 0 !important;
}

.class_nav em {
    padding-right: 8px;
    float: left;
    color: #333;
    font-style: normal;
    font-size: 14px;
    line-height: 32px;
}

.class_nav a {
    display: block;
    float: left;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    line-height: 32px;
}

.class_nav a.hide {
    display: none;
}

.class_nav a.active,
.class_nav a:hover {
    color: #347FF8;
}

.subjectId_box,
.temp_box {
    float: left;
    width: 94%;
}

/* .class_head_title{ margin-top:24px; } */
.oAreaBox {
    float: right;
    display: block;
    width: 100px;
    height: 33px;
    margin-top: 16px;
    padding-left: 13px;
    background: url(../images/btn.png) no-repeat;
    font: bold 15px/32px "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
    color: #fff;
    position: relative;
}

.oAreaBox:hover {
    color: #ff7e82;
    text-decoration: none;
}

.oAreaBox .oArea_title {
    width: 100px;
    height: 32px;
    line-height: 32px;
    margin-left: 12px;
    color: #fff;
    cursor: pointer
}

.oAreaBox .oArea {
    position: absolute;
    right: 13px;
    top: 31px;
    z-index: 10;
    background: #ffffff;
    width: 100px;
    height: 280px;
    overflow: auto;
    text-align: center;
    display: none;
}

.oAreaBox .oArea a {
    display: block;
    text-align: center;
}

.oAreaBox .oArea a.active {
    color: #fff;
    background: #4AC9BD;
}

#templeteImg {
    text-align: center;
    margin: 0 0 70px 0;
    display: none;
}

#templeteImg img {
    margin: 0 auto;
}

#templeteImg p {
    color: #999999;
}

#templeteImg p.info1 {
    line-height: 30px;
}

#templeteImg p {
    line-height: 50px;
}

.loading_end {
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    color: #999;
    display: none;
}

.loading_end.active {
    display: block;
}

@-webkit-keyframes g-line-loading {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }

    to {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

@keyframes g-line-loading {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }

    50% {
        -webkit-transform: scaley(.4);
        transform: scaley(.4)
    }

    to {
        -webkit-transform: scaley(1);
        transform: scaley(1)
    }
}

.g-line-loading&gt;div:first-child {
    -webkit-animation: g-line-loading 1s .1s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: g-line-loading 1s .1s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.g-line-loading&gt;div:nth-child(2) {
    -webkit-animation: g-line-loading 1s .2s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: g-line-loading 1s .2s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.g-line-loading&gt;div:nth-child(3) {
    -webkit-animation: g-line-loading 1s .3s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: g-line-loading 1s .3s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.g-line-loading&gt;div:nth-child(4) {
    -webkit-animation: g-line-loading 1s .4s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: g-line-loading 1s .4s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.g-line-loading&gt;div:nth-child(5) {
    -webkit-animation: g-line-loading 1s .5s infinite cubic-bezier(.2, .68, .18, 1.08);
    animation: g-line-loading 1s .5s infinite cubic-bezier(.2, .68, .18, 1.08)
}

.g-line-loading {
    text-align: center;
    margin: 20px auto;
    /* display: none; */
}

.g-line-loading&gt;div {
    background-color: #f66;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block
}

.class_head_box {
    margin-top: 24px;
}

.class_head_title {
    margin-right: 20px;
    color: #333;
    font-size: 24px;
    font-family: MicrosoftYaHei-Bold;
    font-weight: 700;
}

.area_box {
    vertical-align: middle;
}

.area_box .img_area {
    display: inline-block;
    background: url('../images/locations.png');
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.area_list_box {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.area_now span {
    font-size: 16px;
    color: #333;
}

.area_list_box .area_now i {
    display: inline-block;
    width: 12px;
    height: 7px;
    margin-left: 4px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    transition: transform .5s ease;
    position: relative;
    top: -2px;
}

.area_list_box:hover .area_now i {
    transform: rotate(180deg);
}

.area_list_box:hover .area_list {
    display: block;
}

.area_list_box .area_list {
    position: absolute;
    background: #fff;
    left: -15px;
    border-radius: 2px;
    height: 220px;
    overflow: auto;
    display: none;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-sizing: border-box;
}

.area_list li {
    border: 1px solid #eee;
    width: 80px;
    line-height: 30px;
}

.area_list a {
    font-size: 16px;
    display: block;
    height: 100%;
    padding-left: 10px;
    color: #606266;
}

.area_list a:hover,
.area_list a.active {
    background-color: #f5f7fa;
}

.advancedDown {
    background: rgba(255, 63, 71, .05);
    border-radius: 20px;
    width: 82px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgba(255, 63, 71, .05);
    border-top: none;
    float: right;
    font-size: 14px;
    text-align: center;
    color: #ff3f47;
    cursor: pointer;
    margin-right: 50px;
    margin-top: -10px;
}

.advancedDown:hover {
    background: rgba(255, 63, 71, .1);
}

.advancedDown em.down {
    display: inline-block;
    width: 14px;
    height: 8px;
    margin-left: 10px;
    background: url('../images/down.png') no-repeat;
    background-size: 100% 100%;
}

.advancedDown em.up {
    display: inline-block;
    width: 14px;
    height: 8px;
    margin-left: 10px;
    background: url('../images/up.png') no-repeat;
    background-size: 100% 100%;
}

.order_box {
    border-top: 0;
    height: 44px;
    line-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.order_box li {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}

.order_box li.active {
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    background: #666;
    border-radius: 15px;
}

.priceBox {
    float: right;
}

.class_price {
    font-size: 16px;
    color: #ff5246;
}

.class_price span {
    font-size: 26px;
}

.class_number {
    color: #666;
    font-size: 12px;
    text-align: right;
}

.liveMain li {
    height: 350px;
    background: none;
    border: none;
    box-shadow: none;
}

.liveMain li:hover {
    border: none;
    box-shadow: none;
}

.liveMain li.active {
    background: url('../images/bg.png') no-repeat;
    background-size: 100% 100%;
}

.liveMain li.bffff {
    background: #fff;
}

.liveMain li h3 {
    margin: 22px 0 20px;
}

.liveMain li a {
    position: relative;
    width: 100%;
    height: 100%;
}



.collectTag {
    width: 140px;
    height: 20px;
    background: linear-gradient(90deg, #347FF8, #23DAEE);
    box-shadow: 0 1px 3px 0 #347FF8;
    border-radius: 0 0 4px 4px;
    line-height: 20px;
    top: 0;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 12px;
    display: none;
}

.collectTag.active {
    display: block;
}

.class_bgImg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: block;
}

.xlk_box {
    margin-top: 20px;
}
.class_top{
    color: #999;
    margin-top: 30px;
}
.class_top a,.class_top span{
    color: #999;
    font-size: 14px;
}
.class_top a:hover{
    color: #ff3f47;
}</pre></body></html>