﻿
.pc-style .notice-list {
    overflow: hidden;
    min-height: 600px;
    margin: 20px auto;
}

.pc-style .list-box {
    background: #ffffff;
    padding-bottom: 1000em;
    margin-bottom: -1000em;
    border-radius: 12px;
}

.pc-style .list-box #list {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    margin-bottom: 10px;
}

.pc-style .list-box #list dt {
    position: relative;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style .list-box #list dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .list-box #list dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #ff3e3e;
}

.pc-style .com-product-item {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .com-product-item .item-link {
    display: block;
    overflow: hidden;
    zoom: 1;
    padding: 10px 0px;
}

.pc-style .com-product-item .product-img {
    width: 120px;
    float: left;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.pc-style .com-product-item .product-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.pc-style .com-product-item .product-img: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.1);
    z-index: 5;
}
.pc-style .com-product-item .product-img-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: center center no-repeat;
    background-size: cover;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    filter: blur(50px);
    -webkit-filter: blur(50px);
}
.pc-style .com-product-item .product-img-main{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: center center no-repeat;
    background-size: contain;
    z-index: 2;
}
.pc-style .com-product-item .product-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.pc-style .com-product-item .des {
    margin-left: 120px;
    padding-left: 10px;
}

.pc-style .com-product-item .des .name {
    margin-bottom: 10px;
    font-size: 15px;
}

.pc-style .com-product-item .css-type {
    color: #e53737;
}

.pc-style .com-product-item .other-info {
    overflow: hidden;
    zoom: 1;
    line-height: 24px;
}
.pc-style .com-product-item .other-info .date{
    font-size: 12px;
    color: #888888;
}
.pc-style .com-product-item .price {
    color: #e53737;
    font-family: 'Roboto', sans-serif;
    margin-right: 1em;
}

.pc-style .com-product-item .price .price-int {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}

.pc-style .com-product-item .price .price-decimal {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.pc-style .com-product-item .price .rmb {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.pc-style .com-product-item .hot {
    color: #888888;
    font-size: 12px;
    margin-right: 1em;
}

.pc-style .product-list .load-status {
    padding: 16px 8px;
    max-width: 200px;
    margin: 0px auto;
}

.pc-style .product-list .load-status .btn-load-more {
    background: #f5f5f5;
    border-radius: 8px;
    text-align: center;
    display: block;
    line-height: 48px;
    color: #336699;
}

.pc-style .product-list .load-status .is-loading {
    text-align: center;
    display: block;
    line-height: 48px;
    color: #888888;
}

.pc-style .product-list .load-status .is-loading::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    background: url(https://wx.100xuexi.com/images/loading-1.gif) center center no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.pc-style .product-list .load-status .has-loaded-all {
    text-align: center;
    display: block;
    line-height: 48px;
    color: #888888;
}

.pc-style .empty-tips {
    text-align: center;
    font-size: 14px;
    padding: 16px;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0328.png) center top 30px no-repeat;
    background-size: 86px 86px;
    padding: 120px 0px 30px 0px;
    position: relative;
}

.pc-style.yunwangxiao-style .product-list {
    padding-top: 48px;
}

.pc-style.yunwangxiao-style .com-product-item {
    margin: 0px 8px 8px 8px;
}

.pc-style.yunwangxiao-style .com-product-item::before {
    display: none;
}

.pc-style.yunwangxiao-style .com-product-item .item-link {
    border-radius: 12px;
}

.pc-style.yunwangxiao-style .com-product-item .product-img {
    display: none;
}

.pc-style.yunwangxiao-style .com-product-item .des {
    padding-left: 0px;
    margin: 0px;
}
/*****移动端样式*****/

.mobile-style .notice-list {
    overflow: hidden;
    margin-bottom: 10px;
}

.mobile-style .list-box {
    background: #ffffff;
    margin-bottom: 10px;
}

.mobile-style .list-box #list {
    padding: 10px 16px 16px 16px;
    background: #ffffff;
    margin-bottom: 10px;
}

.mobile-style .list-box #list dt {
    position: relative;
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style .list-box #list dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .list-box #list dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #ff3e3e;
}
.mobile-style .com-product-item {
    position: relative;

}
.mobile-style .com-product-item::after{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}
.mobile-style .com-product-item .item-link {
    display: block;
    padding: 16px 0px;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .com-product-item .product-img {
    width: 33%;
    float: left;
    position: relative;
    /* background: #f5f5f5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; */
    border-radius: 8px;
    overflow: hidden;
}

.mobile-style .com-product-item .product-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.mobile-style .com-product-item .product-img: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.1);
    z-index: 5;
}

.mobile-style .com-product-item .product-img-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: center center no-repeat;
    background-size: cover;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    filter: blur(50px);
    -webkit-filter: blur(50px);
}
.mobile-style .com-product-item .product-img-main{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: center center no-repeat;
    background-size: contain;
    z-index: 2;
}


.mobile-style .com-product-item .product-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.mobile-style .com-product-item .des {
    margin-left: 33%;
    padding-left: 10px;
}

.mobile-style .com-product-item .des .name {
    margin-bottom: 10px;
    font-size: 15px;
}

.mobile-style .com-product-item .css-type {
    color: #e53737;
}

.mobile-style .com-product-item .other-info {
    overflow: hidden;
    zoom: 1;
    line-height: 24px;
}

.mobile-style .com-product-item .price {
    color: #e53737;
    font-family: 'Roboto', sans-serif;
}

.mobile-style .com-product-item .price .price-int {
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}

.mobile-style .com-product-item .price .price-decimal {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.mobile-style .com-product-item .price .rmb {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}

.mobile-style .com-product-item .hot {
    float: right;
    color: #888888;
    font-size: 12px;
}
.mobile-style .com-product-item .date{
    display: block;
    clear: both;
    color: #888888;
    font-size: 12px;
}
.mobile-style .product-list .load-status {
    padding: 16px 0px;
}

.mobile-style .product-list .load-status .btn-load-more {
    background: #f5f5f5;
    border-radius: 8px;
    text-align: center;
    display: block;
    line-height: 48px;
    color: #336699;
}

.mobile-style .product-list .load-status .is-loading {
    text-align: center;
    display: block;
    line-height: 48px;
    color: #888888;
}

.mobile-style .product-list .load-status .is-loading::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    background: url(https://wx.100xuexi.com/images/loading-1.gif) center center no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.mobile-style .product-list .load-status .has-loaded-all {
    text-align: center;
    display: block;
    line-height: 48px;
    color: #888888;
}

.mobile-style .empty-tips {
    text-align: center;
    font-size: 14px;
    padding: 16px;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0328.png) center top 30px no-repeat;
    background-size: 86px 86px;
    padding: 120px 0px 30px 0px;
    position: relative;
}

.mobile-style.yunwangxiao-style .product-list {
    padding-top: 48px;
}

.mobile-style.yunwangxiao-style .com-product-item {
    margin: 0px 8px 8px 8px;
}

.mobile-style.yunwangxiao-style .com-product-item::before {
    display: none;
}

.mobile-style.yunwangxiao-style .com-product-item .item-link {
    border-radius: 12px;
}

.mobile-style.yunwangxiao-style .com-product-item .product-img {
    display: none;
}

.mobile-style.yunwangxiao-style .com-product-item .des {
    padding-left: 0px;
    margin: 0px;
}