<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.poster {
    width: 66vw;
    max-width: unset !important;
}

.poster-after {
    width: 66vw;
    text-align: center;
    color: #fff;
}

#app {
    background-color: #348FF1;
}

.top-bg {
    width: 100vw;
    height: 10.425rem;
    background-image: url('http://play.southgis.com/20191101095558.jpg');
    background-position: center;
    background-size: cover;
}

.top-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: .5rem 0 0 0;
    height: 1.425rem;
}

.top-link .top-link-item {
    color: #fff;
}

.top-link .top-link-item img {
    height: 1.35rem;
}

.main-user-info {
    height: 9rem;
    display: flex;
    padding-top: 5.8rem;
    padding-left: 2rem;
}

.user-avatar-box {
    width: 2.2rem;
    height: 2.2rem;
    border: 3px solid #E5C25D;
    border-radius: 50%;
}

.user-avatar-box .avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user-name-info {
    color: #fff;
    margin-left: .5rem;
}

.score-box {
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    padding: .2rem;
    height: 20px;
    border-radius: 1rem;
    display: flex;
    align-items: center;
}

.go-to-record {
    color: #FACD25;
}

.score-box img {
    width: 0.8rem;
    margin-right: 0.2rem;
}

.page_bd {}

.middle-bg {
    background-image: url(http://play.southgis.com/20191101095630.jpg);
    width: 100vw;
    height: 5.725rem;
    background-size: cover;
    position: relative;
    margin-bottom: .3rem;
}

.bottom-user-list-box {
    position: absolute;
    bottom: 6px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.bottom-user-list-box .bottom-user-list .user-item {
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    margin-left: 2vw;
}

.bottom-user-list-box .invite-btn {
    height: 1.45rem;
    width: 4.5rem;
}

.bottom-user-list-box .invite-btn img {
    width: 100%;
    height: 100%;
}

.page_ft {}

.white-box {
    background-color: #fff;
    min-height: 50vh;
    width: 96vw;
    margin: 0 2vw 2vw 2vw;
}

.white-box .title {
    border-bottom: 1px solid #eee;
    line-height: 3em;
    padding-left: 10px;
    font-size: 18px;
    color: #333;
}

/* å•†å“åˆ—è¡¨ */
.type-list {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

.type-list .goods-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 10px;
    position: relative;
}

.type-list .goods-list .goods-content {
    border: 1px solid #d8d8d8;
    width: 100%;
    position: relative;
}

.type-list .goods-list:nth-child(odd) {}

.type-list .goods-list .goods-title {
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}

.type-list .goods-list .goods-content .discounts-badge {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    background-color: rgba(0, 0, 0, 0);
}

.type-list .goods-list .goods-content .goods-img {
    width: 100%;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}

.type-list .goods-list .goods-content .goods-img .countdown {
    background-color: #cccccc;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.type-list .goods-list .goods-content .goods-img img {
    max-width: 90%;
    max-height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.type-list .goods-list .goods-content .goods-bottom-info {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.type-list .goods-list .goods-content .goods-bottom-info .goods-info {
    display: flex;
    flex-direction: column;
    color: #A8A8A8;
    width: 80%;
}

.type-list .goods-list .goods-content .goods-bottom-info .goods-info div {
    font-size: 12px;
}

.type-list .goods-list .goods-content .goods-bottom-info .goods-info div img {
    width: 10px;
    height: 10px;
}

.type-list .goods-list .goods-content .goods-bottom-info .goods-info div .span-number {
    color: #f00;
}

.type-list .goods-list .goods-content .goods-bottom-info .goods-info .repertory {
    display: flex;
    flex-direction: column;
}

.type-list .goods-list .goods-content .goods-bottom-info .goods-info .repertory-box {
    display: inline-block;
    font-size: 10px;
    padding-top: 1px;

}

.type-list .goods-list .goods-content .goods-bottom-info .goods-info div .span-score {
    color: #F9B559;
}

.type-list .goods-list .goods-content .goods-bottom-info .exchange-btn {
    width: 50%;
    height: 30px;
    border: none;
    outline: none;
    background-color: #4d7198;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin-top: 4px;
}

.type-list .goods-list .goods-content .goods-bottom-info .exchange-btn:hover {
    opacity: .9;
}

.mask {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
}

.mask-top {
    width: 100%;
    text-align: center;
}

.mask-icon {
    width: 60%;
    display: block;
    margin: 0 auto;
}



/* å¼¹æ¡†å¼€å§‹ */

.exchange-mask {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}

.exchange-mask .mask-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    margin: 0 auto;
    min-height: 50vh;
    background-color: #fff;
    border-radius: 5px;
}

.exchange-mask .mask-content .close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    color: #fff;
}

.exchange-mask .mask-content .content {
    padding: 30px;
}

.exchange-mask .mask-content .content .text {
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

.exchange-mask .mask-content .content .text .span-number {
    color: #f00;
}

.exchange-mask .mask-content .content .text span {
    margin: 0 5px;
}

.exchange-mask .mask-content .content .text .span-name {
    color: #4d7198;
}

.exchange-mask .mask-content .content .btns {
    display: flex;
    justify-content: center;
}

.exchange-mask .mask-content .content .btns button {
    border: none;
    outline: none;
    border-radius: 5px;
}

.exchange-mask .mask-content .content .btns .yes {
    background-color: #4d7198;
    color: #fff;
    margin-right: 20px;
}

.exchange-mask .mask-content .content .btns .no {
    background-color: #D4E4F2;
    border: 1px solid #4d7198;
    color: #4a4a4a;
}

.exchange-mask .mask-content .rule {}

.exchange-mask .mask-content .rule .title {
    text-align: center;
}

.exchange-mask .mask-content .rule .title span {
    display: block;
    font-size: 16px;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.exchange-mask .mask-content .rule .title span:before,
.exchange-mask .mask-content .rule .title span:after {
    content: '';
    position: absolute;
    top: 52%;
    background: #8e8e8e;
    width: 32%;
    height: 1px;
    -webkit-font-smoothing: antialiased;
    transform: scale(1, .3);
}

.exchange-mask .mask-content .rule .title span:before {
    left: 5%;
}

.exchange-mask .mask-content .rule .title span:after {
    right: 5%;
}

.exchange-mask .mask-content .rule .description {
    padding: 15px;
    color: #4a4a4a;
    font-size: 14px;
}

.exchange-btn_disabled {
    background-color: #989898 !important;
}

.weui-btn+.weui-btn {
    margin-top: 0;
}


/* å¼¹æ¡†ç»“æŸ */


.layui-layer-content img {
    max-width: 100%;
}


.bottom-tips {
    font-size: 12px;
    width: 90vw;
    margin: 0 auto;
    color: #fff;
    padding: .5rem 0 1rem 0;
}</pre></body></html>