﻿.shengcaidianzishu {
    padding-top: 0;
}

.shengcaidianzishu .top-bar {
    display: none;
}

.shengcaidianzishu .btn-kefu {
    display: none;
}

.shengcaidianzishu .bot-tab-nav {
    display: none;
}

.top-bar {
    padding: 0px 98px 0px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.top-bar::after {
    display: none;
}

.top-bar .btn-search-bar {
    border-radius: 100px;
    background: #f3f3f3 url(/images/Mobile_bg0333.png) 10px center no-repeat;
    background-size: 12px 12px;
    height: 30px;
    margin: 7px 0px;
    display: block;
    line-height: 30px;
    padding-left: 30px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #888888;
}

.top-bar .btn-coupon {
    background: url(/images/ico_coupon.png) center center no-repeat;
    background-size: 20px 20px;
    width: 44px;
    height: 44px;
    float: left;
    text-indent: -9999em;
    overflow: hidden;
}

.top-bar .btn-category {
    /* background: #000000; */
    height: 44px;
    float: right;
    text-align: center;
    padding: 0px 10px;
    width: 2em;
}

.placeholder-text {
    display: block;
    height: 1em;
    margin: 0.25em 0;
    background: #e5e5e5;
}

.placeholder-img {
    display: block;
    background: #e5e5e5;
}

.loading-mini-tips {
    text-align: center;
    padding: 16px;
}

.loading-mini-tips .icon-loading {
    display: block;
    position: relative;
    margin: 0px auto 0px auto;
    background: url(/images/loading-1.gif) center center no-repeat;
    background-size: auto 16px;
    width: 40px;
    height: 40px;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.faxian {
    max-width: 800px;
    margin: 0px auto;
    padding: 16px;
}

.block-banner {
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 16px;
}

.block-banner .banner-img {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.block-banner .banner-img::before {
    content: "";
    display: block;
    padding-top: 32%;
}

.block-banner img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.block-banner .swiper-container {}

.block-banner .swiper-pagination {
    bottom: 0px;
}

.block-banner .swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #333333;
    width: 4px;
    height: 4px;
    border-radius: 10px;
}

.block-banner .swiper-pagination-bullet-active {
    border: 1px solid #e53737;
    background: #e53737;
    width: 10px;
}

.kinkong {
    margin-bottom: 16px;
}

.kinkong .list {
    display: flex;
}

.kinkong .item {
    flex: 1;
    /* float: left;
    width: 25%; */
    text-align: center;
}

.kinkong .item-inner {
    display: block;
}

.kinkong .item-icobox {
    width: 44px;
    height: 44px;
    margin: 0px auto 5px auto;
    position: relative;
}

.kinkong .item-icobox .tag-hot {
    position: absolute;
    left: 35px;
    top: -8px;
    background: #e53737;
    border-radius: 10px 10px 10px 0px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 12px;
    padding: 2px;
    line-height: 1;
    animation: amtKinkongIco 1s infinite none;
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -webkit-animation: amtKinkongIco 1s infinite none;
    font-weight: bold;
}

@keyframes amtKinkongIco {
    0% {
        transform: rotate(-30deg) scale(0.3);
    }

    50% {
        transform: rotate(5deg) scale(1);
    }

    100% {
        transform: rotate(0deg) scale(1);
    }
}

.kinkong .item .item-ico {
    width: 44px;
    height: 44px;
    border-radius: 40%;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.kinkong .item .item-ico:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.kinkong .item .item-ico img {
    width: 100%;
    height: 100%;
}

.kinkong .item .item-des {
    font-size: 12px;
}

.block-news {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 10px 16px;
}

.block-news .block-title {
    position: relative;
    padding: 5px 100px 5px 0px;
    line-height: 30px;
}

.block-news .block-title .title-text {
    font-size: 18px;
    font-weight: bold;
}

.block-news .block-title .link-more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px 5px 0px;
    background: url(/images/Mobile_bg0019_3.png) right center no-repeat;
    background-size: auto 12px;
    font-size: 14px;
}

.block-news .block-content li {
    font-size: 14px;
    overflow: hidden;
    padding: 5px 0px;
    padding-left: 10px;
    position: relative;
}

.block-news .block-content li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.block-news .block-content li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #cccccc;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 13px;
}

.block-chongci {
    background: #e53737;
    background-image: linear-gradient(135deg, #ff8a58, #ff4f44);
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 10px 16px 16px 16px;
}

.block-chongci .block-title {
    position: relative;
    padding: 5px 100px 5px 0px;
    color: #ffffff;
    line-height: 30px;
}

.block-chongci .block-title .title-text {
    font-size: 18px;
    font-weight: bold;
}

.block-chongci .block-title .link-more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px 5px 0px;
    color: #ffffff;
    background: url(/images/Mobile_bg0070.png) right center no-repeat;
    background-size: auto 12px;
    font-size: 14px;
}

.block-chongci .block-content .list {
    margin: 0px -4px;
}

.block-chongci .block-content .list .item {
    overflow: hidden;
}

.block-chongci .block-content .list .item-inner {
    display: block;
    background: #ffffff;
    border-radius: 8px;
    margin: 4px;
    overflow: hidden;
}

.block-chongci .block-content .list .item-imgbox {
    position: relative;
    overflow: hidden;
}

.block-chongci .block-content .list .placeholder-img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.block-chongci .block-content .list .item-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.block-chongci .block-content .list .item-imgbox::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.block-chongci .block-content .list .item-imgbox::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px 8px 0px 0px;
}

.block-chongci .block-content .list .item-des {
    padding: 10px;
}

.block-chongci .block-content .list .item-title {
    margin-bottom: 10px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-chongci .block-content .list .item-otherinfo {
    overflow: hidden;
    zoom: 1;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    display: none;
}

.block-chongci .block-content .list .item-otherinfo .item-price {
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #e53737;
}

.block-chongci .block-content .list .item-otherinfo .item-price .price-int {
    font-size: 20px;
}

.block-chongci .block-content .list .item-otherinfo .item-hot {
    float: right;
    padding-left: 16px;
    background: url(/images/Mobile_bg0690.png) left center no-repeat;
    background-size: auto 12px;
}

.block-chongci .block-content .swiper-container {
    padding-bottom: 24px;
}

.block-chongci .block-content .swiper-pagination {
    bottom: 0px;
}

.block-chongci .block-content .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #ffffff;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    opacity: 1;
}

.block-chongci .block-content .swiper-pagination-bullet-active {
    border: 1px solid #ffffff;
    background: #ffffff;
    width: 10px;
}

.block-free {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 10px 16px;
}

.block-free .block-title {
    position: relative;
    padding: 5px 100px 5px 0px;
    line-height: 30px;
}

.block-free .block-title .title-text {
    font-size: 18px;
    font-weight: bold;
}

.block-free .block-title .link-more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px 5px 0px;
    background: url(/images/Mobile_bg0019_3.png) right center no-repeat;
    background-size: auto 12px;
    font-size: 14px;
}

.block-free .block-content .list {
    margin: 0px -8px;
}

.block-free .block-content .list .item {
    overflow: hidden;
}

.block-free .block-content .list .item-inner {
    display: block;
    margin: 8px;
    overflow: hidden;
}

.block-free .block-content .list .item-imgbox {
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
}

.block-free .block-content .list .item-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.block-free .block-content .list .placeholder-img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.block-free .block-content .list .item-imgbox::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.block-free .block-content .list .item-imgbox::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.block-free .block-content .list .item-imgbox .item-imgbox-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    filter: blur(20px);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    background: #ffffff center center no-repeat;
    background-size: cover;
}

.block-free .block-content .list .item-imgbox .item-imgbox-main {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: center center no-repeat;
    background-size: contain;
}


.block-free .block-content .list .free-tag {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: url(/images/Mobile_bg0691.png) right top no-repeat;
    background-size: 100% 100%;
    text-indent: -9999em;
    overflow: hidden;
    z-index: 10;
}

.block-free .block-content .list .item-des {
    padding-top: 10px;
}

.block-free .block-content .list .item-title {
    margin-bottom: 10px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-free .block-content .list .item-title .css-type {
    color: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    padding: 0px 2px;
    border: 1px solid;
    font-size: 12px;
    margin-right: 3px;
}

.block-free .block-content .list .item-otherinfo {
    overflow: hidden;
    zoom: 1;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
}

.block-free .block-content .list .item-otherinfo .item-price {
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #e53737;
}

.block-free .block-content .list .item-otherinfo .item-price .price-int {
    font-size: 20px;
}

.block-free .block-content .list .item-otherinfo .item-hot {
    float: right;
    padding-left: 16px;
    background: url(/images/Mobile_bg0690.png) left center no-repeat;
    background-size: auto 12px;
}

.block-free .block-content .swiper-container {
    padding-bottom: 16px;
}

.block-free .block-content .swiper-pagination {
    bottom: 0px;
}

.block-free .block-content .swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #333333;
    width: 4px;
    height: 4px;
    border-radius: 10px;
}

.block-free .block-content .swiper-pagination-bullet-active {
    border: 1px solid #e53737;
    background: #e53737;
    width: 10px;
}

.block-book {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 10px 16px;
    box-shadow: 0px 3px 10px 0px rgba(229, 55, 55, 0.2);
}

.block-book .block-title {
    position: relative;
    padding: 5px 100px 5px 0px;
    line-height: 30px;
}

.block-book .block-title .title-text {
    font-size: 18px;
    font-weight: bold;
}

.block-book .block-title .link-more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px 5px 0px;
    background: url(/images/Mobile_bg0019_3.png) right center no-repeat;
    background-size: auto 12px;
    font-size: 14px;
}

.block-book .block-content .list {
    margin: 0px -16px;
}

.block-book .block-content .list .item {
    overflow: hidden;
    position: relative;
}

.block-book .block-content .list .item-inner {
    display: block;
    overflow: hidden;
    margin: 8px 32px 8px 16px;
}

.block-book .block-content .list .item-imgbox {
    position: relative;
    overflow: hidden;
    float: left;
    width: 40%;
    border-radius: 8px;
}

.block-book .block-content .list .placeholder-img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.block-book .block-content .list .item-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.block-book .block-content .list .item-imgbox::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.block-book .block-content .list .item-imgbox::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.block-book .block-content .list .item-des {
    margin-left: 40%;
    padding-left: 10px;
}

.block-book .block-content .list .item-title {
    margin-bottom: 10px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-book .block-content .list .item-otherinfo {
    overflow: hidden;
    zoom: 1;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    display: none;
}

.block-book .block-content .list .item-otherinfo .item-price {
    float: left;
    font-family: 'Roboto', sans-serif;
    color: #e53737;
}

.block-book .block-content .list .item-otherinfo .item-price .price-int {
    font-size: 20px;
}

.block-book .block-content .list .item-otherinfo .item-hot {
    float: right;
    padding-left: 16px;
    background: url(/images/Mobile_bg0690.png) left center no-repeat;
    background-size: auto 12px;
}

.block-book .block-content .swiper-container {
    padding-bottom: 16px;
}

.block-book .block-content .swiper-pagination {
    bottom: 0px;
}

.block-book .block-content .swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #333333;
    width: 4px;
    height: 4px;
    border-radius: 10px;
}

.block-book .block-content .swiper-pagination-bullet-active {
    border: 1px solid #e53737;
    background: #e53737;
    width: 10px;
}

.block-zhibo {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 16px;
    padding: 10px 16px;
}

.block-zhibo .block-title {
    position: relative;
    padding: 5px 100px 5px 0px;
    line-height: 30px;
}

.block-zhibo .block-title .title-text {
    font-size: 18px;
    font-weight: bold;
}

.block-zhibo .block-title .link-more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 10px 5px 0px;
    background: url(/images/Mobile_bg0019_3.png) right center no-repeat;
    background-size: auto 12px;
    font-size: 14px;
}

.block-zhibo .block-content .list {
    margin: 0px -8px;
}

.block-zhibo .block-content .list .item {
    overflow: hidden;
    position: relative;
}

.block-zhibo .block-content .list .item-inner {
    display: block;
    overflow: hidden;
    margin: 8px;
}

.block-zhibo .block-content .list .item-imgbox {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.block-zhibo .block-content .list .placeholder-img {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.block-zhibo .block-content .list .item-img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.block-zhibo .block-content .list .item-imgbox::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.block-zhibo .block-content .list .item-imgbox::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.block-zhibo .block-content .list .item-des {}

.block-zhibo .block-content .list .item-title {
    margin-bottom: 5px;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 3em;
    max-height: 3em;
}

.block-zhibo .block-content .list .item-otherinfo {
    overflow: hidden;
    zoom: 1;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
}

.block-zhibo .block-content .list .item-otherinfo .item-status {
    float: left;
    color: #e53737;
    border: 1px solid #e53737;
    border-radius: 3px;
    padding: 0px 2px;
    line-height: 16px;
    font-size: 10px;
}

.block-zhibo .block-content .list .item-otherinfo .item-hot {
    float: right;
    padding-left: 16px;
    background: url(/images/Mobile_bg0690.png) left center no-repeat;
    background-size: auto 12px;
}

.block-zhibo .block-content .swiper-container {
    padding-bottom: 16px;
}

.block-zhibo .block-content .swiper-pagination {
    bottom: 0px;
}

.block-zhibo .block-content .swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #333333;
    width: 4px;
    height: 4px;
    border-radius: 10px;
}

.block-zhibo .block-content .swiper-pagination-bullet-active {
    border: 1px solid #e53737;
    background: #e53737;
    width: 10px;
}


.topic-item {
    margin-bottom:16px;
}

.topic-item .item-inner {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
}

.topic-item .item-img {
    background: center center no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    margin: 10px 10px 0px 10px;
    border-radius: 5px;
    overflow: hidden;
}

.topic-item .item-img::before {
    content: "";
    display: block;
    padding-top: 32%;
}

.topic-item .item-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.topic-item .item-des {
    padding: 16px;
    display: block;
}

.topic-item .item-des .item-title {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
}

.topic-item .item-des .item-info {
    font-size: 12px;
    color: #888888;
    display: block;
}
.quick-entry {
    margin: 0px -8px 16px -8px;
    display: flex;
    align-items: stretch;
}
.quick-entry .entry-item-box{
    flex: 1;
    box-sizing: border-box;
}
.quick-entry .entry-item{
    padding: 0px 8px;
    display: block;
    height: 100%;
}
.quick-entry .entry-item .item-inner{
    display: block;
    border-radius: 8px;
    background: #000000;
    /* padding: 10px 10px 60px 10px; */
    padding: 10px 15px;
    height: 100%;
    box-sizing: border-box;
    /* box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1); */
    /* color: #ffffff; */
    position: relative;
    border: 1px solid #ffffff;
}
/* .quick-entry .entry-item .item-inner::after{
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: center center no-repeat;
    background-size: contain;
    width:50px;
    height:50px;
} */
.quick-entry .entry-item-box:nth-child(1) .entry-item .item-inner{
    /* background: linear-gradient(120deg, #ff7549, #ef4f32);
    background: -webkit-linear-gradient(120deg, #ff7549, #ef4f32); */
    background: linear-gradient(120deg, #fff0eb, #ffe4dc);
    background: -webkit-linear-gradient(120deg, #fff0eb, #ffe4dc);
}
.quick-entry .entry-item-box:nth-child(1) .entry-item .item-inner .item-title{
    color: #ef4f32;
}

.quick-entry .entry-item-box:nth-child(1) .entry-item .item-inner::after{
    background-image: url(/images/jingxuan/kaoyan.png) ;
}
.quick-entry .entry-item-box:nth-child(2) .entry-item .item-inner{
    /* background: linear-gradient(120deg, #0db8ff, #0975fa);
    background: -webkit-linear-gradient(120deg, #0db8ff, #0975fa); */
    background: linear-gradient(120deg, #e5f7ff, #d8e9ff);
    background: -webkit-linear-gradient(120deg, #e5f7ff, #d8e9ff);
}
.quick-entry .entry-item-box:nth-child(2) .entry-item .item-inner .item-title{
    color: #0975fa;
}
.quick-entry .entry-item-box:nth-child(2) .entry-item .item-inner::after{
    background-image: url(/images/jingxuan/tongdengxueli.png) ;
}
.quick-entry .entry-item-box:nth-child(3) .entry-item .item-inner{
    background: linear-gradient(120deg, #ae7df6, #8f4af4);
    background: -webkit-linear-gradient(120deg, #ae7df6, #8f4af4);
}
.quick-entry .entry-item-box:nth-child(3) .entry-item .item-inner::after{
    background-image: url(/images/jingxuan/shipin.png) ;
}
.quick-entry .entry-item .item-title{
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.quick-entry .entry-item .item-des{
    display: block;
    font-weight: normal;
    font-size: 12px;
}
.quick-entry .entry-item .item-des .text-block{
    display: block;
}
.quick-entry .entry-item .item-des .count-down-box{
    background: #ffffff;
    color: #cc0000;
    padding: 2px 5px;
    margin-top: 2px;
    display:inline-block;
    border-radius: 5px 20px 10px 5px;
    padding-right: 10px;
}




@media (prefers-color-scheme:dark) {
    .top-bar .btn-search-bar {
        background-color: rgba(0, 0, 0, 0.75);
    }

    .kinkong .item .item-ico {
        background: #000000;
    }

    .block-chongci .block-content .list .item-title {
        color: rgba(0, 0, 0, 0.75);
    }

    .block-news {
        background: rgba(255, 255, 255, 0.1);
        border: 0.5px solid rgba(255, 255, 255, 0.1);
    }

    .block-news .block-title .link-more {
        background-image: url(/images/Mobile_bg0070.png);
    }

    .block-free {
        background: rgba(255, 255, 255, 0.1);
        border: 0.5px solid rgba(255, 255, 255, 0.1);
    }

    .block-free .block-title .link-more {
        background-image: url(/images/Mobile_bg0070.png);
    }

    .block-book {
        background: rgba(255, 255, 255, 0.1);
        border: 0.5px solid rgba(255, 255, 255, 0.1);
    }

    .block-book .block-title .link-more {
        background-image: url(/images/Mobile_bg0070.png);
    }
    .topic-item .item-inner{
        background: rgba(255, 255, 255, 0.1);
        border: 0.5px solid rgba(255, 255, 255, 0.1);
    }
}