body {
    padding: 44px 0px 70px 0px;
    padding-bottom: calc(70px + constant(safe-area-inset-bottom));
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
}

.cover-swiper .cover-swiper-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.cover-swiper .cover-swiper-img .placeholder {
    display: block;
    padding-top: 100%;
}

.cover-swiper .swiper-pagination {
    position: absolute;
    right: 0px;
    bottom: 10px;
    left: auto;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: auto;
    padding:5px 16px;
    border-radius: 100px 0px 0px 100px;
    font-size: 12px;
}

.product .product-base-info {
    background: #ffffff;
    margin-bottom: 16px;
    border-radius: 0px 0px 12px 12px;
}

.product .product-base-info .product-imgbox {
    position: relative;
    background-color: #f7f7f7;
    overflow: hidden;
}

.product .product-base-info .product-imgbox::before{
    content: "";
    display: block;
    padding-top: 100%;
}
.product .product-base-info .product-imgbox .product-imgbox-bg{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    filter: blur(100px);
    transform: scale(2);
}
.product .product-base-info .product-imgbox-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: contain;
    /* box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1); */
}

.product .product-base-info .product-imgbox-inner:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
}

.product .product-base-info .product-imgbox-inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #e5e5e5 url(../images/app-h5-bg0018.png) center center;
    background-size: contain;
    opacity: 0;
}

.product .product-base-info .product-video-imgbox .product-imgbox-inner {
    background: url(https://wx.100xuexi.com/images/bgimg/videocoverbgimg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.product .product-base-info .product-video-imgbox .product-imgbox-inner img {
    width: 80%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 25%;
    border: 2px solid #ffffff;
    box-sizing: border-box;
}

.product .product-base-info .product-gift-imgbox .product-imgbox-inner {
    background: url(https://wx.100xuexi.com/images/bgimg/biggiftcoverbgImg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.product .product-base-info .product-gift-imgbox .product-imgbox-inner img {
    width: 80%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 25%;
    border: 2px solid #ffffff;
    box-sizing: border-box;
}

.product .product-base-info .cover-flag {
    width: 100%;
    height: 60px;
    padding-top: 40px;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0655.png) center bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    line-height: 60px;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}

.product .product-base-info .product-name {
    font-size: 16px;
    padding: 10px 16px 0px 16px;
}

.product .product-base-info .product-name .product-type {
    border: 1px solid #0099ff;
    color: #0099ff;
    line-height: 16px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 3px;
    border-radius: 3px;
}

.product .product-base-info .product-price {
    font-size: 16px;
    padding: 0px 0px 16px 0px;
}

.product .product-base-info .product-price .new-price {
    color: #f23a3a;
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
}

.product .product-base-info .product-price .new-price .num {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.product .product-base-info .product-price .old-price {
    text-decoration: line-through;
    color: #888888;
}
.product .product-base-info .product-price .vip-price{
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    color: #99651c;
    background: #fddfab;
    border-radius: 4px;
    padding: 0px 6px;
    display: inline-block;
    vertical-align: middle;
}
.product .product-base-info .single{
    padding: 10px 16px 16px 16px;
}
.product .product-base-info .summary {
    padding: 10px 16px;
}

.product .product-base-info .summary-item {
    border-top: 1px dotted #e5e5e5;
    position: relative;
    padding: 10px 70px 10px 0px;
}

.product .product-base-info .summary-item .summary-price {
    font-size: 16px;
    color: #f23a3a;
    font-family: 'Roboto', sans-serif;
}

.product .product-base-info .summary-item .summary-price .num {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.product .product-base-info .summary-item .vip-price{
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    color: #99651c;
    background: #fddfab;
    border-radius: 4px;
    padding: 0px 6px;
    display: inline-block;
    vertical-align: middle;
}
.product .product-base-info .summary-tips {
    color: #cc6600;
}

.product .detail-info-block {
    background: #ffffff;
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 12px;
}

.product .product-base-info .summary .btn {
    position: absolute;
    right: 0px;
    top: 50%;
    display: block;
    height: 36px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    line-height: 36px;
    background: #ff605b;
    color: #ffffff;
    width: 60px;
    margin-top: -18px;
}

.product .product-base-info .summary .btn-container {
    padding: 10px 0px;
    border-top: 1px dotted #e5e5e5;
}
.product .product-base-info .colums-2{
    overflow: hidden;
    zoom:1;
    margin: 0px -5px;
}
.product .product-base-info .colums-2 .btn-item{
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0px 5px;
}
.product .product-base-info .btn-try {
    display: block;
    height: 36px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    line-height: 36px;
    color: #ff3e3e;
    background: #ffe5dd;
    position: relative;
}
.product .product-base-info .btn-vip {
    display: block;
    height: 36px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
    line-height: 36px;
    background: #fddfab url(../images/Mobile_bg0663.png) center center no-repeat;
    background-size: cover;
    position: relative;
    color: #99651c;
    overflow: hidden;
}
.product .product-base-info .btn-vip::before{
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Mobile_bg0664.png) center center no-repeat;
    background-size: 100% 300%;
    animation: AmtVipBg 3s linear 0s infinite normal;
    -webkit-animation: AmtVipBg 3s linear 0s infinite normal;
}
.product .product-base-info .btn-vip .btn-vip-inner{
    display: block;
    position: relative;
    z-index: 2;
}
@keyframes AmtVipBg {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@-webkit-keyframes AmtVipBg {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.product .detail-info-block .block-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.product .detail-info-block .block-content {
    margin-bottom: 10px;
    position: relative;
}

.product .detail-info-block .block-content-fixedheight {
    margin-bottom: 10px;
    max-height: 100px;
    overflow: hidden;
    position: relative;
}

.product .detail-info-block .block-content-fixedheight:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 80px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.product .detail-info-block .block-content img {
    /* display: none; */
    width: 100%;
    height: auto;
}

.product .detail-info-block .info-list ul:after {
    content: "";
    display: block;
    clear: both;
}

.product .detail-info-block .info-list li {
    float: left;
    width: 50%;
    color: #666666;
}

.product .detail-info-block .info-list li.long {
    width: 100%;
}

.product .detail-info-block .block-content .category * {
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    border: 0px;
    list-style: none;
    font-weight: normal;
    background: none;
}
.product .detail-info-block .block-content .category p{
    padding: 0.3em 0px;
}
.product .detail-info-block .block-content .category ::before {
    display: none !important;
}

.product .detail-info-block .block-content .category ::after {
    display: none !important;
}
.product .detail-info-block .block-content .category .CatH1{
    color: #cc6600;
}
.product .detail-info-block .block-content .category .CatH2{
    padding-left: 1em;
}
.product .detail-info-block .block-content .category .CatH3{
    padding-left: 2em; 
}
.product .detail-info-block .block-content .category .CatH4{
    padding-left: 3em;
}
.product .detail-info-block .block-content .category .CatH5{
    padding-left: 4em;
}

.product .detail-info-block .block-content .category .QuantaoOrVideo .CatalogBlockItem .CatalogBlockItemTitle{

}

.product .detail-info-block .block-content .category .QuantaoOrVideo .CatalogBlockItem .ElementItem .ElementItemInner{
    padding-left: 1em;
    position: relative;
}
.product .detail-info-block .block-content .category .QuantaoOrVideo .CatalogBlockItem .ElementItem .ElementItemInner::before{
    content: "";
    display: block !important;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 5px;
    top: 7px;
    border-radius: 100%;
}
.product .detail-info-block .block-content .category .ElementItemCourseList .course-name{
    padding-left: 1em;
    position: relative;
}
.product .detail-info-block .block-content .category .ElementItemCourseList{
    padding-left: 1em;
}
.product .detail-info-block .block-content .category .ElementItemCourseList .course-name::before{
    content: "";
    display: block !important;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 5px;
    top: 7px;
    border-radius: 100%;
}
.product .detail-info-block .block-content .intro * {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    color: #666666;
    line-height: 1.5;
    border: 0px;
    list-style: none;
    font-weight: normal;
    background: none;
}
.product .detail-info-block .block-content .intro p{
    padding: 0.3em 0px;
}
.product .detail-info-block .block-content .intro ::before {
    display: none !important;
}

.product .detail-info-block .block-content .intro ::after {
    display: none !important;
}

.product .detail-info-block .block-content .intro table{
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}
.product .detail-info-block .block-content .intro th{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
}
.product .detail-info-block .block-content .intro th img{
    width: 50px;
}
.product .detail-info-block .block-content .intro td{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px;
}
.product .detail-info-block .btn-container {
    position: relative;
}

/* .product .detail-info-block .btn-container:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    border-top: 1px solid #e5e5e5;
} */

.product .detail-info-block .btn-container .btn-detail {
    display: block;
    padding: 10px 0px;
    text-align: center;
    color: #0099ff;
}

.product .detail-info-base-block {
    background: #ffffff;
    margin-bottom: 16px;
    position: relative;
    border-radius: 12px;
}

.product .detail-info-base-block:after {
    content: "";
    display: block;
    clear: both;
}

.product .detail-info-base-block::before {
    content: "";
    top: 0px;
    bottom: 0px;
    left: 50%;
    border-right: 1px dotted #e5e5e5;
    position: absolute;
}

.product .detail-info-base-block.not-has-print:before {
    display: none;
}

.product .detail-info-base-block .block-item {
    width: 50%;
    float: left;
    padding: 16px;
    box-sizing: border-box;
}

.product .detail-info-base-block.not-has-print .block-item {
    width: 100%;
    float: none;
    overflow: hidden;
    zoom: 1;
}

.product .detail-info-base-block .block-item .block-item-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.product .detail-info-base-block .block-item .block-item-content {
    color: #666666;
}

.product .detail-info-base-block .block-item .block-item-content li {
    border-top: 1px dotted #e5e5e5;
    padding: 5px 0px;
    line-height: 1.5;
}

.product .detail-info-base-block.not-has-print .block-item .block-item-content li {
    float: left;
    width: 50%;
    border: none;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product .detail-info-base-block .block-item .block-item-content li:first-child {
    border: 0px;
}

.product .detail-info-base-block .block-item .block-item-content .destination {
    color: #0099ff;
    margin-right: 10px;
}

.product .detail-info-base-block .block-item .block-item-content .logisticsFeeStatus {
    color: #e53737;
}

.product .detail-info-base-block .block-item .num {
    color: #cc6600;
}

.product .extend-detail-info-block {
    padding: 16px;
    margin-bottom: 16px;
    background: #ffffff;
    border-radius: 12px;
}

.product .extend-detail-info-block .block-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.product .extend-detail-info-block img {
    max-width: 100%;
    vertical-align: top;
}

.product .extend-detail-info-block .block-content {
    color: #666666;
}

.product .extend-detail-info-block .print-intro-html {
    margin-bottom: 10px;
}

.product .extend-detail-info-block .print-intro-html p {
    text-indent: 2em;
}

.product .extend-detail-info-block .print-intro-print-list {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.product .extend-detail-info-block .print-intro-print-list .print-list-title {
    padding-bottom: 10px;
    color: #cc6600;
}

.product .extend-detail-info-block .print-intro-print-list .print-list-item {
    position: relative;
    padding-left: 12px;
    padding: 10px 0px 10px 12px;
    border-top: 1px dotted #e5e5e5;
}

.product .extend-detail-info-block .print-intro-print-list .print-list-item:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background: #888888;
    position: absolute;
    left: 0px;
    top: 18px;
}

.product .extend-detail-info-block .print-intro-print-list .btn-show-more {
    display: block;
    text-align: center;
    padding: 10px 0px 0px 0px;
    border-top: 1px dotted #e5e5e5;
    color: #0099ff;
}

.product .extend-detail-info-block .print-intro-print-list .btn-show-more:after {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    margin: 5px auto 0px auto;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0610.png) center center no-repeat;
    background-size: 100% 100%;
}

.product .extend-detail-info-block .print-intro-print-list .btn-hide-more {
    display: block;
    text-align: center;
    padding: 10px 0px 0px 0px;
    border-top: 1px dotted #e5e5e5;
    color: #0099ff;
}

.product .extend-detail-info-block .print-intro-print-list .btn-hide-more:before {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    margin: 0px auto 5px auto;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0610_0.png) center center no-repeat;
    background-size: 100% 100%;
}

.product .extend-detail-info-block .book-intro-html {
    margin-bottom: 10px;
}

.product .extend-detail-info-block .book-intro-html p {
    text-indent: 2em;
}

.product .extend-detail-info-block .book-intro-book-list {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.product .extend-detail-info-block .book-intro-book-list .book-list-title {
    padding-bottom: 10px;
    color: #cc6600;
}

.product .extend-detail-info-block .book-intro-book-list .book-list-item {
    position: relative;
    padding-left: 12px;
    padding: 10px 0px 10px 12px;
    border-top: 1px dotted #e5e5e5;
}

.product .extend-detail-info-block .book-intro-book-list .book-list-item:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    background: #888888;
    position: absolute;
    left: 0px;
    top: 18px;
}

.product .extend-detail-info-block .book-intro-book-list .btn-show-more {
    display: block;
    text-align: center;
    padding: 10px 0px 0px 0px;
    border-top: 1px dotted #e5e5e5;
    color: #0099ff;
}

.product .extend-detail-info-block .book-intro-book-list .btn-show-more:after {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    margin: 5px auto 0px auto;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0610.png) center center no-repeat;
    background-size: 100% 100%;
}

.product .extend-detail-info-block .book-intro-book-list .btn-hide-more {
    display: block;
    text-align: center;
    padding: 10px 0px 0px 0px;
    border-top: 1px dotted #e5e5e5;
    color: #0099ff;
}

.product .extend-detail-info-block .book-intro-book-list .btn-hide-more:before {
    content: "";
    display: block;
    width: 16px;
    height: 8px;
    margin: 0px auto 5px auto;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0610_0.png) center center no-repeat;
    background-size: 100% 100%;
}

.product .extend-detail-info-block .electronic-intro-html {
    margin-bottom: 10px;
}

.product .extend-detail-info-block .faq-html {
    margin-bottom: 10px;
    line-height: 1.5;
}

.product .extend-detail-info-block .faq-html .TitleH1 {
    display: block;
    font-weight: bold;
    text-align: center;
    background: #ffe3e3;
    color: #e4393c;
    width: 12em;
    margin: 10px auto;
    border-radius: 100px;
    text-align: center;
    line-height: 2;
}

.product .extend-detail-info-block .faq-html .TitleH2 {
    color: #cc6600;
}

.product .extend-detail-info-block .faq-html p a {
    color: #336699;
}

.product .extend-detail-info-block .faq-piclist {
    text-align: center;
}

.product .extend-detail-info-block .faq-piclist img {
    max-width: 100%;
}

.product .extend-detail-info-block .faq-piclist .faq-picitem {
    margin-bottom: 10px;
}

.product .detail-des-html {
    margin-bottom: 16px;
    background: #ffffff;
}

.product .detail-des-html img {
    max-width: 100%;
    vertical-align: top;
}

.product .fix-btns {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-radius: 20px 20px 0px 0px;
    padding: 10px 10px 10px 55px;
}

.product .fix-btns .btn-item {
    width: 33.33%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    line-height: 40px;
}
.product .fix-btns .btn-item-big {
    width: 100%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    line-height: 40px;
}

.product .fix-btns .btn-item a {
    display: block;
    font-size: 15px;
}

.product .fix-btns .btn-item .btn-buy {
    color: #ffffff;
    background: #f23a3a;
    background: -webkit-linear-gradient(left, #ff5d3d,#f23a3a );
    background: linear-gradient(to right, #ff5d3d,#f23a3a );
    border-radius: 100px;
    margin: 0px 5px;
}

.product .fix-btns .btn-item .btn-shopcart {
    color: #ffffff;
    background: #0099ff;
    background: -webkit-linear-gradient(left, #0099ff, #006eff);
    background: linear-gradient(to right, #0099ff, #006eff);
    border-radius: 100px;
    margin: 0px 5px;
}

.product .fix-btns .btn-item .btn-do {
    color: #ffffff;
    background: #f23a3a;
    background: -webkit-linear-gradient(left, #ff5d3d,#f23a3a );
    background: linear-gradient(to right, #ff5d3d,#f23a3a );
    border-radius: 100px;
    margin: 0px 5px;
}
.product .fix-btns .btn-item .btn-try {
    color: #006eff;
    background: #d9f0ff;
    border-radius: 100px;
    margin: 0px 5px;
}

.product .fix-btns .link-shopcart {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 40px;
    text-align: center;
}

.product .fix-btns .link-shopcart .ico-shopcart {
    width: 20px;
    height: 20px;
    margin: 0px auto 4px auto;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url(../images/app-h5-foot-ico-4.png);
    background-size: 100% 100%;
}

.product .fix-btns .link-shopcart .item-text {
    font-size: 12px;
    line-height: 14px;
    transform: scale(0.8);
    transform-origin: center center;
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: center center;
}

.product .fix-btns .link-shopcart .ico-shopcart .shopcart-num {
    border-radius: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
    transform: scale(0.8) translate(50%, -50%);
    transform-origin: right top;
    -webkit-transform: scale(0.8) translate(50%, -50%);
    -webkit-transform-origin: right top;
    font-size: 12px;
    background: #f23a3a;
    color: #ffffff;
    line-height: 1.5;
    padding: 0px 5px;
}

.product .fix-no-btns {
    padding: 0px;
}

.product .fix-btns .xiajia-tips {
    font-size: 16px;
    color: #ff3e3e;
    line-height: 44px;
    text-align: center;
}

.product .fix-print-btns {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 10px 110px;
    border-radius: 20px 20px 0px 0px;
}

.product .fix-print-btns .btn-try {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 95px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #006eff;
    border-radius: 100px;
    background: #d9f0ff;
}


.product .fix-print-btns .btn-item {
    width: 50%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    line-height: 50px;
}

.product .fix-print-btns .btn-item a {
    display: block;
    font-size: 15px;
}

.product .fix-print-btns .btn-item .btn-buy {
    color: #ffffff;
    background: -webkit-linear-gradient(left, #0099ff, #006eff);
    background: linear-gradient(to right, #0099ff, #006eff);
    padding: 5px 0px;
    border-radius: 100px;
    margin: 0px 5px;
}

.product .fix-print-btns .btn-item .btn-buy.btn-buy-print {
    background: -webkit-linear-gradient(left, #ff5d3d, #f23a3a);
    background: linear-gradient(to right, #ff5d3d, #f23a3a);
}

.product .fix-print-btns .btn-item .btn-buy .btn-buy-text {
    font-size: 15px;
    line-height: 16px;
}

.product .fix-print-btns .btn-item .btn-buy .btn-buy-des {
    font-size: 12px;
    line-height: 14px;
}

.print-product {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999999;
    background: #f5f5f5;
}

.print-product .updating:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
}

.print-product .print-product-title {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 17px;
    z-index: 20;
}

.print-product .print-product-title .btn-close {
    padding: 0px 16px;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 44px;
}

.print-product .print-product-content {
    top: 44px;
    left: 0px;
    right: 0px;
    bottom: 60px;
    position: absolute;
    padding: 16px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.print-product .print-product-content .tips {
    margin-bottom: 10px;
    color: #e53737;
}

.print-product .print-product-list .print-product-item {
    border-radius: 5px;
    padding: 10px 16px 10px 40px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    position: relative;
}

.print-product .print-product-list .print-product-item .radio {
    width: 16px;
    height: 16px;
    border: 1px solid #333333;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 100%;
}

.print-product .print-product-list .print-product-item.selected .radio {
    border: 1px solid #e53737;
    background: #e53737 url(http://wx.100xuexi.com/images/Tk_Mobile_bg0014_0.png) center center no-repeat;
    background-size: 10px auto;
}

.print-product .print-product-list .print-product-item .item-title {
    font-size: 15px;
    margin-bottom: 5px;
}

.print-product .print-product-list .print-product-item .item-des {
    color: #888888;
}

.print-product .print-product-foot {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ffffff;
    padding: 10px 16px;
    height: 40px;
    line-height: 40px;
}

.print-product .print-product-foot .choose-all {
    padding-left: 36px;
    position: relative;
    float: left;
    margin-right: 30px;
}

.print-product .print-product-foot .choose-all:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #e53737;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -8px;
    border-radius: 100%;
    background: #e53737 url(https://wx.100xuexi.com/images/Tk_Mobile_bg0014_0.png) center center no-repeat;
    background-size: 10px auto;
}

.print-product .print-product-foot .choose-all.choose-not-all:before {
    border: 1px solid #333333;
    background: #ffffff;
}

.print-product .print-product-foot .price {
    float: left;
}

.print-product .print-product-foot .rmb {
    color: #e53737;
}

.print-product .print-product-foot .price .num {
    color: #e53737;
    font-size: 20px;
    font-weight: bold;
}

.print-product .print-product-foot .choose-tips {
    float: left;
    color: #e53737;
}

.print-product .print-product-foot .btns {
    float: right;
}

.print-product .print-product-foot .btn-submit {
    height: 40px;
    border-radius: 4px;
    background: #ff3e3e;
    color: #ffffff;
    border: 1px solid #e53737;
    display: block;
    padding: 0px 1em;
    line-height: 40px;
    font-size: 16px;
}

.print-product .print-product-foot .btn-disabled {
    background: #f0f0f0;
    color: #cccccc;
    border: 1px solid #e5e5e5;
}

.recommend {
    background: #ffffff;
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 12px;
}

.recommend .recommend-title {
    font-size: 16px;
    font-weight: bold;
}

.recommend .recommend-content {
    position: relative;
    margin: 0px -16px 0px -16px;
}

.recommend .product-item {
    background: #ffffff;
    position: relative;
}

.recommend .product-item:after {
    content: "";
    display: block;
    position: absolute;
    left: 16px;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #e5e5e5;
}

/* .recommend .product-item:last-child:after {
    display: none;
} */

.recommend .product-item .product-item-inner {
    display: block;
    padding: 16px;
}

.recommend .product-item .product-item-inner:after {
    content: "";
    display: block;
    clear: both;
}

.recommend .product-item .item-img-box {
    width: 30%;
    float: left;
    position: relative;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    /* background: #ffffff center center no-repeat;
    background-size: contain; */
    overflow: hidden;
}

.recommend .product-item .item-img-box img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    /* background: #e5e5e5 url(../images/app-h5-bg0018.png) center center;
    background-size: contain; */
    opacity: 0;
}
.recommend .product-item .item-img-box-bg{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    filter: blur(20px);
    transform: scale(2);
}
.recommend .product-item .item-img-box-main {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: contain;
    /* box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1); */
}

.recommend .product-item .item-img-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.recommend .product-item .item-img-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.recommend .product-item-video .item-img-box {
    background: url(https://wx.100xuexi.com/images/bgimg/videocoverbgimg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.recommend .product-item-video .item-img-box img {
    width: 80%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 25%;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    opacity: 1;
}

.recommend .product-item .item-des {
    margin-left: 30%;
    padding-left: 16px;
}

.recommend .product-item .item-des .item-title {
    margin-bottom: 5px;
}

.recommend .product-item .item-des .item-type {
    color: #0099ff;
}

.recommend .product-item .item-des .item-price {
    color: #f23a3a;
}

.recommend .btn-container {
    position: relative;
}

.recommend .btn-container .btn-detail {
    display: block;
    padding: 10px 0px;
    text-align: center;
    color: #0099ff;
}

.product-detail .address {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999999;
    background: #f5f5f5;
}

.product-detail .address .address-title {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 17px;
    z-index: 20;
}

.product-detail .address .address-title .btn-close {
    padding: 0px 16px;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 44px;
}

.product-detail .address .address-content {
    top: 44px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
}

.product-detail .address .province-list {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 50%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.product-detail .address .province-list .province-item {
    padding: 10px 16px;
    border-bottom: 1px solid #e5e5e5;
}

.product-detail .address .province-list .selected {
    color: #e53737;
}

.product-detail .address .city-list {
    position: absolute;
    left: 50%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}

.product-detail .address .city-list .city-item {
    padding: 10px 16px;
    border-bottom: 1px solid #e5e5e5;
}

.product-detail .address .city-list .city-item.selected {
    color: #e53737;
}
.product-detail .net-publish{
    padding: 32px 16px;
    font-size: 12px;
    color: #888888;
    text-align: center;
}