﻿.pc-style .Mid {
    width: 1190px !important;
    margin: 0px auto;
}

.pc-style .MainInfo {
    background: #ffffff;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.pc-style .MainInfo .MainInfoInner {
    width: 1190px;
    margin: 0px auto;
}

.pc-style .BookName {
    margin-bottom: 10px;
    position: relative;
}

.pc-style .BookNameMobile {
    display: none;
}

.pc-style .BookName h1 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 1.5;
    font-family: "å¾®è½¯é›…é»‘", "å®‹ä½“";
    margin-bottom: 10px;
}

.pc-style .BookName h1 .LimiteTimeTagName {
    color: #f2270c;
    border: 1px solid #f2270c;
    display: inline-block;
    padding: 0px 5px;
    margin-right: 5px;
    font-weight: normal;
    font-size: 16px;
    font-weight: bold;
    vertical-align: 1px;
}

.pc-style .BookName .SellPoint {
    font-weight: normal;
    color: #f2270c;
    line-height: 22px;
}

.pc-style .BookDetail {
    margin-bottom: 10px;
    zoom: 1;
    /* position: relative; */
}

.pc-style .BookDetail:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .BookDetail .BookDetail_L {
    float: left;
    width: 420px;
    margin-left: -100%;
}

.pc-style .jqzoomOuter {
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
    zoom: 1;
    display: inline-block;
}

.pc-style .jqzoom {
    /* float: left; */
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: inline-block;
}

.pc-style .jqzoom img {
    max-width: 420px;
    max-height: 420px;
    _width: 420px;
    _height: 420px;
}

.pc-style .zoomdiv {
    z-index: 100;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 420px;
    height: 420px;
    background: #ffffff;
    border: 1px solid #f2270c;
    display: none;
    text-align: center;
    overflow: hidden;
}

.pc-style .jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff
        /*url(https://book.100xuexi.com/Css/images/zoom.png) 50% center no-repeat*/
    ;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

/*å›¾ç‰‡å°å›¾é¢„è§ˆåˆ—è¡¨*/

.pc-style .PCShow {
    display: block;
}

.pc-style .MobileShow {
    display: none;
}

.pc-style .spec-preview {
    width: 420px;
    height: 420px;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.pc-style .spec-preview .limite-time-tag {
    position: relative;
}

.pc-style .spec-preview .limite-time-tag:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    background: url(https://book.100xuexi.com/Css/images/bg0090.png) left top no-repeat;
    background-size: 100% 100%;
    z-index: 10;
}

.pc-style .spec-scroll {
    clear: both;
    margin-top: 5px;
    width: 380px;
    padding: 0px 21px;
    position: relative;
}

.pc-style .spec-scroll .prev, .pc-style .spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 10px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #e5e5e5;
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    top: 0px;
}

.pc-style .spec-scroll .prev {
    left: 0px;
}

.pc-style .spec-scroll .next {
    right: 0px;
}

.pc-style .spec-scroll .prev:hover, .pc-style .spec-scroll .next:hover {
    color: #ffffff;
    border: 1px solid #f2270c;
    background: #f2270c;
}

.pc-style .spec-scroll .items {
    float: left;
    position: relative;
    width: 380px;
    height: 60px;
    overflow: hidden;
}

.pc-style .spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 60px;
}

.pc-style .spec-scroll .items ul li {
    float: left;
    width: 60px;
    height: 60px;
    padding: 0px 8px;
}

.pc-style .spec-scroll .items ul li .li-inner {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 60px;
    height: 60px;
}

.pc-style .spec-scroll .items ul li .li-inner:after {
    content: "";
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.pc-style .spec-scroll .items ul li img {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
    z-index: 10;
}

.pc-style .spec-scroll .items ul li .li-inner:hover:after {
    border: 2px solid#f2270c;
}

.pc-style .spec-scroll .items ul li .li-inner.selected:after {
    border: 2px solid#f2270c;
}

.pc-style .BookDetail .BookDetail_R {
    margin-left: 440px;
    width: 560px;
    position: relative;
    min-height: 487px;
    z-index: 0;
    padding-right: 190px;
    float: left;
}

.pc-style .BookDetail .BookDetail_R.active:before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: -40px;
    right: -10px;
    bottom: -10px;
    border: 2px solid #f2270c;
    z-index: -1;
}

.pc-style .BookDetail .BookDetail_R .active-title {
    position: absolute;
    left: -10px;
    right: -10px;
    top: -40px;
    height: 30px;
    line-height: 30px;
    background: #f2270c;
    color: #ffffff;
    padding: 0px 10px;
}

.pc-style .BookDetail .BookDetail_R .active-title .btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}

.pc-style .BookDetail .BookDetail_R .confirm-box {
    padding-top: 15px;
    height: 40px;
    margin-right: 160px;
    overflow: hidden;
    zoom: 1;
}

.pc-style .BookDetail .BookDetail_R .confirm-box .btn-confirm {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: #f2270c;
    border-radius: 4px;
}

.pc-style .BookDetail .BookDetail_R.active .BtnContainer {
    display: none;
}

.pc-style .BookDetail .BookDetail_R .Price {
    background: #ffe3e3;
    padding: 10px;
    position: relative;
    overflow: hidden;
    zoom: 1;
    border-radius: 4px;
}

.pc-style .BookDetail .BookDetail_R .Price .NewPrice {
    font-size: 16px;
    color: #f2270c;
    margin-right: 15px;
    line-height: 30px;
    overflow: hidden;
    float: left;
    font-family: 'Roboto', sans-serif;
    line-height: 1;
}

.pc-style .BookDetail .BookDetail_R .Price .NewPrice .RMB {
    font-family: 'Roboto', sans-serif;
}

.pc-style .BookDetail .BookDetail_R .Price .NewPrice .price-int {
    /* font-weight: bold; */
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}

.pc-style .BookDetail .BookDetail_R .Price .NewPrice .price-decimals {
    font-family: 'Roboto', sans-serif;
}

.pc-style .BookDetail .BookDetail_R .Price .GroupNewPrice {
    float: none;
    display: block;
    margin: 0px;
}

.pc-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group {
    overflow: hidden;
    zoom: 1;
    display: block;

}

.pc-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .price-item {
    float: left;
    width: 50%;
    text-align: center;
}

.pc-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .price-item-inner {
    padding: 0px 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
}

.pc-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .price-item:last-child .price-item-inner {
    border: none;
}

.pc-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .price-num {
    display: block;
    line-height: 1;
}

.pc-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .price-num .Price-Int {
    font-size: 30px;
}

.pc-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .placeholder-text {
    display: block;
    font-size: 30px;
    min-width: 4em;
    background: rgba(0, 0, 0, 0.05);
    height: 1em;
    display: inline-block;
    border-radius: 4px;
}

.pc-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .price-des {
    display: block;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    background: #ffcd00;
    color: #000000;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 5px;
    padding: 0px 5px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pc-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .price-tip {
    display: block;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
}

.pc-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .old-price {
    text-decoration: line-through;
}


.pc-style .BookDetail .BookDetail_R .Price .OldPrice {
    font-family: Arial;
    font-size: 16px;
    color: #666666;
    margin-right: 15px;
    line-height: 20px;
    padding-top: 10px;
    text-decoration: line-through;
    font-weight: normal;
    float: left;
}

.pc-style .BookDetail .BookDetail_R .Price .Discount {
    font-family: Arial;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    padding-top: 10px;
    font-weight: normal;
    margin-right: 15px;
    float: left;
}

.pc-style .BookDetail .BookDetail_R .Price .VipPrice {
    margin-right: 15px;
    float: left;
    border-left: 1px dashed #999999;
}

.pc-style .BookDetail .BookDetail_R .Price .VipPrice .VipPriceInner {
    padding: 3px 10px;
    color: #99651c;
    /* background: #fbefda; */
    border-radius: 4px;
    line-height: 24px;
    display: block;
}

.pc-style .BookDetail .BookDetail_R .Price .VipPrice .VipPriceInner .VipPriceDes {
    display: inline-block;
    vertical-align: middle;
}

.pc-style .BookDetail .BookDetail_R .Price .VipPrice .VipPriceInner .BtnOpenVip {
    background: #99651c;
    color: #ffffff;
    border-radius: 100px;
    padding: 3px 8px;
    /* border: 1px solid #99651c; */
    margin-left: 14px;
    cursor: pointer;
}

.pc-style .BookDetail .BookDetail_R .Price .VipPrice .VipPriceInner .BtnOpenVip:hover {
    color: #ffffff;
    background: #99651c;
}

.pc-style .BookDetail .BookDetail_R .Price .VipPrice .VipPriceInner .WhatIsVip {
    border-radius: 100px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 2px solid #99651c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #99651c;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.pc-style .BookDetail .AdSendGift {
    background: url(https://book.100xuexi.com/Css/images/biggiftico.png) center center no-repeat;
    width: 170px;
    height: 170px;
    display: block;
}

.pc-style .BookDetail .BookDetail_R .Price .LimiteTime {
    position: absolute;
    right: 10px;
    top: 8px;
    background: #f2270c;
    color: #ffffff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 2px;
}

.pc-style .MainInfo .btn-open-skubox {
    display: none;
}

.pc-style .BookDetail .BookDetail_R .btn-close-skubox {
    display: none;
}

.pc-style .BookDetail .BookDetail_R .sku {
    padding: 10px 0px;
    border-bottom: 1px dotted #e5e5e5;
}

.pc-style .BookDetail .BookDetail_R .sku-info {
    display: none;
}

.pc-style .BookDetail .BookDetail_R .sku .sku-list {
    padding: 0px 0px 0px 5em;
    position: relative;
    min-height: 41px;
}

.pc-style .BookDetail .BookDetail_R .sku .sku-list-title {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px 0px;
    font-weight: bold;
}

.pc-style .BookDetail .BookDetail_R .sku .sku-list-content {
    overflow: hidden;
    zoom: 1;
}

.pc-style .BookDetail .BookDetail_R .sku .sku-list-content li {
    float: left;
    overflow: hidden;
}

.pc-style .BookDetail .BookDetail_R .sku .sku-list-content li a {
    display: block;
    padding: 5px 10px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    margin: 5px;
    position: relative;
    border-radius: 4px;
}

.pc-style .BookDetail .BookDetail_R .sku .sku-list-content li a.disabled {
    color: #cccccc;
    border: 1px dashed #e5e5e5;
    background: #ffffff;
    cursor: not-allowed;
}

.pc-style .BookDetail .BookDetail_R .sku .sku-list-content li a.selected {
    color: #f2270c;
    border: 2px solid #f2270c;
    background: #ffffff;
    padding: 4px 9px;
}

.pc-style .BookDetail .BookDetail_R .sku .sku-list-content li a.selected:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(https://book.100xuexi.com/Css/images/bg0092.png) right bottom no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.pc-style .BookDetail .BookDetail_R .Logistics {
    padding: 15px 0px;
    border-bottom: 1px dotted #e5e5e5;
    font-family: Arial;
    position: relative;
    z-index: 10;
    display: none;
}

.pc-style .BookDetail .BookDetail_R .Logistics .tag {
    font-weight: bold;
}

.pc-style .BookDetail .BookDetail_R .Logistics .Destination {
    position: relative;
    margin-left: 5px;
    display: inline-block;
    zoom: 1;
    margin-right: 5px;
    *vertical-align: -6px;
}

.pc-style .BookDetail .BookDetail_R .Logistics .Destination .Arrow {
    cursor: pointer;
    padding-right: 14px;
    background: url(https://book.100xuexi.com/Css/images/bg0031.gif) right center no-repeat;
    border: 1px solid #ffffff;
    display: block;
    padding: 0px 18px 0px 5px;
    color: #336699;
}

.pc-style .BookDetail .BookDetail_R .Logistics .Destination .Arrow:hover {
    border: 1px solid #f2270c;
    background: #ffe3e3 url(https://book.100xuexi.com/Css/images/bg0031_0.gif) right center no-repeat;
    color: #cc0000;
}

.pc-style .CityList {
    position: absolute;
    left: 0px;
    top: 24px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    padding: 10px 0px 5px 0px;
    display: none;
    width: 600px;
}

.pc-style .CityList .BtnClose {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    font-family: Arial;
    font-size: 16px;
    color: #333333;
    text-align: center;
    background: url(https://book.100xuexi.com/Css/images/bg0033.gif) center center no-repeat;
    cursor: pointer;
}

.pc-style .CityList ul {
    display: block;
    clear: both;
    overflow: hidden;
    zoom: 1;
    padding: 0px 10px;
}

.pc-style .CityList ul.Level2 {
    background: #ffffff;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding-top: 5px;
    margin-bottom: 5px;
}

.pc-style .CityList li {
    float: left;
    height: 27px;
    overflow: hidden;
    width: 16.65%;
}

.pc-style .CityList li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 5px 5px;
}

.pc-style .CityList li a.Selected, .pc-style .CityList li a.Selected:hover {
    background: url(https://book.100xuexi.com/Css/images/bg0032.gif) center bottom no-repeat;
    color: #ffffff;
    padding: 0px 5px 5px 5px;
    margin-bottom: 0px;
}

.pc-style .CityList li a:hover {
    background: #f2270c;
    color: #ffffff;
}

.pc-style .BookDetail .BookDetail_R .Parameters {
    padding: 15px 0px;
    border-bottom: 1px dotted #e5e5e5;
}

.pc-style .BookDetail .BookDetail_R .Parameters ul {
    overflow: auto;
    zoom: 1;
}

.pc-style .BookDetail .BookDetail_R .Parameters li {
    float: left;
    width: 50%;
    padding: 3px 0px;
}

.pc-style .BookDetail .BookDetail_R .Parameters li.Long {
    width: 100%;
}

.pc-style .BookDetail .BookDetail_R .ConList {
    padding: 15px 0px;
    border-bottom: 1px dotted #e5e5e5;
    display: none;
}

.pc-style .BookDetail .BookDetail_R .ConList dt {
    font-weight: bold;
    float: left;
}

.pc-style .BookDetail .BookDetail_R .ConList dd {
    overflow: auto;
    overflow-x: hidden;
    max-height: 132px;
    _height: 132px;
    margin-left: 3em;
}

.pc-style .BookDetail .BookDetail_R .ConList dd li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
}

.pc-style .BookDetail .BookDetail_R .ConList dd li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #999999;
    position: absolute;
    left: 0px;
    top: 9px;
}

.pc-style .BookDetail .BookDetail_R .ConList dd li:last-child {
    border-bottom: 0px;
}

.pc-style .BookDetail .BookDetail_R .ConList dd li a {
    color: #336699;
    display: block;
}

.pc-style .BookDetail .BookDetail_R .ConList dd li a:hover {
    color: #cc0000;
}

.pc-style .BookDetail .BookDetail_R .Quantity {
    padding: 15px 0px;
    height: 26px;
    overflow: hidden;
    border-bottom: 1px dotted #e5e5e5;
}

.pc-style .BookDetail .BookDetail_R .Quantity dt {
    float: left;
    line-height: 26px;
    font-weight: bold;
}

.pc-style .BookDetail .BookDetail_R .Quantity dd {
    float: left;
    color: #666666;
    line-height: 26px;
}

.pc-style .BookDetail .BookDetail_R .Quantity .QuantityBar {
    vertical-align: middle;
    height: 24px;
    border: 1px solid #e5e5e5;
    width: 114px;
    margin-right: 10px;
    float: left;
    border-radius: 4px;
}

.pc-style .BookDetail .BookDetail_R .Quantity .QuantityBar .BtnAdd {
    border-right: 1px solid #e5e5e5;
    border-radius: 4px 0px 0px 4px;
    background: #f5f5f5;
    font-family: Arial;
    font-size: 20px;
    line-height: 24px;
    float: left;
    cursor: pointer;
    width: 24px;
    font-weight: bold;
    text-align: center;
}

.pc-style .BookDetail .BookDetail_R .Quantity .QuantityBar .TxtNum {
    float: left;
    width: 64px;
    height: 24px;
}

.pc-style .BookDetail .BookDetail_R .Quantity .QuantityBar .TxtNum input {
    border: 0px;
    height: 24px;
    width: 54px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    line-height: 24px;
    margin: 0px 5px;
    display: block;
}

.pc-style .BookDetail .BookDetail_R .Quantity .QuantityBar .BtnSubtract {
    border-left: 1px solid #e5e5e5;
    background: #f5f5f5;
    font-family: Arial;
    font-size: 20px;
    line-height: 24px;
    float: right;
    cursor: pointer;
    width: 24px;
    font-weight: bold;
    text-align: center;
    border-radius: 0px 4px 4px 0px;
}

.pc-style .BookDetail .BookDetail_R .FixedBtnContainer {
    display: none;
}

.pc-style .BookDetail .BookDetail_R .BtnContainer {
    padding-top: 15px;
    /* height: 40px; */
}

.pc-style .BookDetail .BookDetail_R .BtnContainer .BtnContainerItemCol1 {
    display: none;
}

.pc-style .BookDetail .BookDetail_R .BtnContainer .BtnContainerItemCol2:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .BookDetail .BookDetail_R .BtnContainer:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .BookDetail .BookDetail_R .BtnContainer .BtnContainerItem {
    float: left;
}

.pc-style .BookDetail .BookDetail_R .BtnContainer .BtnBuy {
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: #f2270c;
    border: 1px solid #f2270c;
    border-radius: 4px;
}

.pc-style .BookDetail .BookDetail_R .BtnContainer .BtnCart {
    background: #ffaf04;
    border-radius: 4px;
    border: 1px solid #ffaf04;
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    color: #ffffff;
    outline: 0;
    font-size: 16px;
    text-align: center;
}

.pc-style .BookDetail .BookDetail_R .BtnContainer .BtnGift {
    width: 150px;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background: #008ce5;
    border-radius: 4px;
}

.pc-style .BookDetail .BookDetail_R .BtnContainer .ShelfStatus {
    font-size: 16px;
    font-weight: bold;
    color: #f2270c;
}

.pc-style .BookDetail .BookDetail_R .VipBtnContainer {
    display: none;
}

.pc-style .BookDetail .BookDetail_R .SubArea {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 170px;
}

.pc-style .BookDetail .BookDetail_R .detail-code {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.pc-style .BookDetail .BookDetail_R .detail-code .code-box {
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
}

.pc-style .BookDetail .BookDetail_R .ShareBar {
    padding-top: 15px;
}

.pc-style .BookDetail .BookDetail_R .ShareBar .BtnShare {
    border-radius: 100px;
    border: 1px solid #e53737;
    color: #e53737;
    padding: 0px 1em;
    display: inline-block;
    vertical-align: middle;
}

.pc-style #Mid .Block {
    margin-bottom: 20px;
    width: 1190px;
    overflow: hidden;
}

.pc-style #Mid .Block .BlcokLeft {
    float: left;
    width: 170px;
    margin-right: 10px;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav {
    margin-bottom: 20px;
    background: #ffffff;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav h1 {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav h1:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #f2270c;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav h1 span {
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    display: none;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav h1 label {
    font-weight: normal;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con {
    padding: 10px 15px;
    border-top: 0px;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li {
    position: relative;
    line-height: 24px;
    font-size: 14px;
    background: url(https://g.100xuexi.com/CssModel/book2014/images/bg0024.gif) left 10px no-repeat;
    /* background: none; */
    padding-left: 16px;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li>.BtnFolder {
    background: #ffffff url(https://g.100xuexi.com/CssModel/book2014/images/collapse.gif) center center no-repeat;
    position: absolute;
    width: 14px;
    height: 26px;
    cursor: pointer;
    left: 0px;
    top: 0px;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li.Open>.BtnFolder {
    background: #ffffff url(https://g.100xuexi.com/CssModel/book2014/images/expand.gif) center center no-repeat;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li.BotLevel {
    padding-left: 15px;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li.BotLevel>.BtnFolder {
    background: #ffffff url(https://g.100xuexi.com/CssModel/book2014/images/arrows.gif) left center no-repeat;
    cursor: auto;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li a {
    color: #336699;
    cursor: pointer;
    line-height: 18px;
    padding: 4px 0px;
    display: block;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li a img {
    margin-right: 5px;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li a:hover {
    color: #d63130;
    text-decoration: underline;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li .Number {
    color: #666666;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con.Selected {
    color: #cc0000;
}

/* 
.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li {
line-height: 22px;
background: url(https://book.100xuexi.com/Css/images/bg0024.gif) left 9px no-repeat;
padding-left: 10px;
}


.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li.Open {
background: url(https://book.100xuexi.com/Css/images/bg0024_0.gif) left 9px no-repeat;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li.BotLevel {
background: url(https://book.100xuexi.com/Css/images/bg0027.gif) left 9px no-repeat;
padding-left: 10px;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li a {
color: #336699;
display: block;
padding:2px 0px;
font-size: 14px;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li a img {
margin-right: 5px;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li a:hover {
color: #cc0000;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con ul li .Number {
color: #666666;
}

.pc-style #Mid .Block .BlcokLeft .LeftNav .Con .Selected {
font-weight: bold;
color: #cc0000;
} */

.pc-style #Mid .Block .SubBlockRight {
    width: 170px;
    float: right;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks {
    margin-bottom: 10px;
    background: #ffffff;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dt {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dt:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #f2270c;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dt a {
    float: right;
    font-size: 12px;
    font-weight: normal;
    font-family: "å®‹ä½“";
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dd {
    padding: 15px;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #e5e5e5;
    overflow: hidden;
    zoom: 1;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemImg {
    position: relative;
    margin-bottom: 5px;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemImg:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemImg a {
    display: block;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 1px;
    background: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemImg a:hover {
    border: 1px solid #f2270c;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemImg img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemDes .ItemTitle {
    line-height: 20px;
    overflow: hidden;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemDes .ItemTitle a {
    color: #336699;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemDes .ItemTitle a:hover {
    color: #cc0000;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemDes .ItemPrice {
    color: #cc0000;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dd .btn-container {
    text-align: center;
}

.pc-style #Mid .Block .SubBlockRight .RecommendBooks dd .btn-container a {
    display: block;
    padding: 5px 10px;
    background-color: #f5f5f5;
    color: #336699;
}

.pc-style #Mid .Block .BlockRight {
    background: #ffffff;
}

.pc-style #Mid .Block .BlockRight .BlockTitle {
    font-size: 18px;
    font-weight: bold;
    color: #f2270c;
    line-height: 1.5;
    padding: 10px 20px;
    background: #f9f9f9;
}

.pc-style .BlockRight .BlockIntro {}

.pc-style #Mid .Block .BlockRight .BlockIntro:empty {
    display: none;
}

.pc-style .BlockRight .BlockIntro .IntroCon {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.8;
    padding: 20px 0px;
    width: 790px;
    margin: 0px auto;
}

.pc-style .BlockRight .BlockIntro .IntroCon a {
    color: #336699;
}

.pc-style .BlockRight .BlockIntro .IntroCon a:hover {
    color: #cc0000;
}

.pc-style .BlockRight .BlockIntro img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    height: auto;;
}

.pc-style .BlockRight .BlockIntro .IntroCon .sc-video {
    position: relative;
    width: 100%;
    height: auto;
}

.pc-style .BlockRight .BlockIntro .IntroCon .sc-video:before {
    padding-top: 56.25%;
}


.pc-style .BlockRight .BlockIntro .ContentList {
    padding: 20px;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .element-item {
    border-bottom: 1px dotted #e5e5e5;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .element-item:last-child {
    border: none;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .item-inner {
    position: relative;
    padding: 10px 0px;
    display: block;
    overflow: hidden;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .item-cover {
    float: left;
    width: 80px;
    height: 80px;
    background-color: #f5f5f5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
    display: none;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .item-cover img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .item-des {
    padding-right: 100px;
    position: relative;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .item-title {
    font-size: 15px;
    position: relative;
    padding: 4px 0px 4px 10px;
    display: block;
    margin-left: 10px;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .item-title::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    width: 4px;
    height: 4px;
    background: #e53737;
    border-radius: 100%;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .item-title .type {
    color: #e53737;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .item-operation {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .item-btn {
    width: 4em;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #e53737;
    border-radius: 4px;
    display: block;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .element-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .element-table th {
    background: #e53737;
    color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    text-align: left;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .element-table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    text-align: left;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .element-table .align-center {
    text-align: center;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .element-table .td-btn {
    width: 3em;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #e53737;
    border-radius: 4px;
    display: block;
    margin: 4px auto;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .element-table .td-elementitem {
    padding: 4px 0px 4px 10px;
    position: relative;
    display: block;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .element-table .td-elementitem::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    width: 4px;
    height: 4px;
    background: #e53737;
    border-radius: 100%;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .element-table .td-elementitem .type {
    color: #e53737;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .element-table .td-elementitem a {
    color: #336699;
}

.pc-style .BlockRight .BlockIntro .ContentList .element-list .element-table .td-elementitem a:hover {
    color: #e53737;
}



.pc-style .BlockRight .BlockIntro .IntroCon .SkuJianjie {
    padding: 5px 0px;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieTitle {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 5px;
    color: #e53737;
    padding: 5px 0px;
    position: relative;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieTitle::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 50%;
    top: 50%;
    border-top: 1px dashed #e53737;
    z-index: 0;
    margin-right: 3em;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieTitle::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0px;
    top: 50%;
    margin-left: 3em;
    border-top: 1px dashed #e53737;
    z-index: 0;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieContent p {
    text-indent: 2em;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieContent #Content table {
    border: 1px solid #e53737;
    text-align: left;
    margin: 5px 0px;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieContent #Content td {
    background: #ffffff;
    border: 1px solid #b1c8d7;
    padding: 5px 10px 5px 10px;
    text-align: left;
    color: #333333;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieContent #Content th {
    background: #e7effa;
    padding: 5px 10px 5px 10px;
    border: 1px solid #b1c8d7;
    font-weight: normal;
    color: #333333;
    text-align: center;
    width: 80px;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu {
    padding: 5px 0px;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluTitle {
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 5px;
    color: #e53737;
    padding: 5px 0px;
    position: relative;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluTitle::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 50%;
    top: 50%;
    border-top: 1px dashed #e53737;
    z-index: 0;
    margin-right: 3em;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluTitle::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0px;
    top: 50%;
    margin-left: 3em;
    border-top: 1px dashed #e53737;
    z-index: 0;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu p {
    text-indent: 0;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluEbook .CatH1 {
    color: #d25709;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluEbook .CatH2 {
    /* color: #508200; */
    padding-left: 1em;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluEbook .CatH3 {
    padding-left: 2em;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluEbook .CatH4 {
    padding-left: 3em;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluQuantao .CatH1 {
    color: #d25709;
    font-weight: bold;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluQuantao .CatH2 {
    padding-left: 1em;
    position: relative;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluQuantao .CatH2::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    background: #e53737;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu .ChapList {
    padding-left: 1em;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu .ChapList .ChapLi {
    padding-left: 1em;
    position: relative;
}

.pc-style .BlockRight .BlockIntro .IntroCon .SkuMulu .ChapList .ChapLi::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    border-radius: 100%;
    width: 2px;
    height: 2px;
    background: #ffffff;
    border: 1px solid #e53737;
}


.pc-style #Mid .Block .BlockRight .BlockComment {
    padding: 20px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon {
    width: 758px;
    overflow: hidden;
    padding: 10px 5px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .T {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px;
    font-size: 12px;
    color: #cc0000;
    margin-bottom: 15px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .T a {
    float: right;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .T strong {
    font-weight: normal;
    color: #333333;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .CommentForm {
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
    display: none;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .CommentForm .TextArea {
    border: 1px solid #999999;
    ;
    width: 756px;
    height: 88px;
    outline: 0px;
    line-height: 22px;
    margin-bottom: 10px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .CommentForm .BtnSubmit {
    background: url(https://book.100xuexi.com/Css/images/bg0069.gif) center center no-repeat;
    width: 42px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    float: right;
    cursor: pointer;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item {
    margin-bottom: 15px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .User {
    width: 70px;
    float: left;
    text-align: center;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .User .UserImg {
    width: 56px;
    height: 56px;
    padding: 6px;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    display: block;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .User .UserImg img {
    width: 56px;
    height: 56px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon {
    width: 674px;
    padding-left: 6px;
    float: right;
    background: url(https://book.100xuexi.com/Css/images/bg0035.gif) left top no-repeat;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-left: 0px;
    padding: 5px 10px 10px 10px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .Title {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    line-height: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .Title .Time {
    float: right;
    color: #888888;
    font-weight: normal;
    font-size: 12px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .Con {
    border-top: 1px solid #ffffff;
    padding-top: 5px;
    padding-bottom: 10px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .BtnContainer {
    height: 24px;
    line-height: 24px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .MiniBtn {
    background: url(https://book.100xuexi.com/Css/images/bg0036.gif) left top no-repeat;
    padding-left: 1px;
    height: 24px;
    display: inline-block;
    zoom: 1;
    margin-right: 10px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .MiniBtn span {
    background: url(https://book.100xuexi.com/Css/images/bg0036.gif) right top no-repeat;
    padding: 0px 5px;
    display: inline-block;
    height: 24px;
    zoom: 1;
    cursor: pointer;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .BtnReply {
    float: right;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .Reply {
    padding-top: 10px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .Reply .TextAreaOuter {
    background: url(https://book.100xuexi.com/Css/images/bg0037.gif) right top no-repeat;
    padding-top: 8px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .Reply .TextAreaOuter .TextAreaInner {
    background: #ffffff;
    border: 1px solid #999999;
    border-top: 0px;
    padding: 10px;
    margin-bottom: 10px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .Reply .TextAreaOuter .TextAreaInner textarea {
    border: 0px;
    width: 630px;
    height: 88px;
    outline: 0px;
    line-height: 22px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .ReplyList {
    padding-left: 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem {
    border-bottom: 1px dotted #e5e5e5;
    padding: 5px 0px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem .Number {
    float: left;
    width: 50px;
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    color: #888888;
    font-family: Arial;
    text-align: center;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon {
    float: right;
    width: 570px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon .RelyBaseInfo {
    height: 22px;
    margin-bottom: 5px;
}

.pc-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon .RelyBaseInfo .Time {
    float: right;
    color: #888888;
}

.pc-style .ScollImg {
    width: 790px;
    height: 120px;
    float: left;
}

.pc-style .ScollImg #focus2 {
    width: 790px;
    height: 120px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.pc-style .ScollImg #focus2 ul {
    height: 260px;
    position: absolute;
}

.pc-style .ScollImg #focus2 ul li {
    float: left;
    width: 790px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.pc-style .ScollImg #focus2 ul li a img {
    width: 790px;
    height: 120px;
}

.pc-style .ScollImg #focus2 .btnBg {
    position: absolute;
    width: 790px;
    height: 20px;
    left: 0;
    bottom: 0px;
}

.pc-style .ScollImg #focus2 .btn {
    position: absolute;
    width: 760px;
    height: 5px;
    right: 5px;
    bottom: 5px;
    text-align: right;
    padding: 0px;
}

.pc-style .ScollImg #focus2 .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 5px;
    height: 5px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #ffffff;
    text-align: center;
    font-size: 0px;
    font-family: Arial;
    line-height: 5px;
    color: #cc0000;
    vertical-align: top;
    border-radius: 5px;
}

.pc-style .ScollImg #focus2 .btn span.on {
    background: #cc0000;
    color: #ffffff;
}

.pc-style .NewsDetailqqlogo3 {
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 3px;
}

.pc-style #Mid .Block .BlockRight .ArticleContent {
    padding: 4px;
}

.pc-style .FreeCon .nav-tabs {
    padding-top: 10px;
    display: block;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.pc-style .FreeCon .nav-tabs:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
    z-index: 1;
}

.pc-style .FreeCon .nav-tabs li {
    float: left;
    position: relative;
    z-index: 2;
}

.pc-style .FreeCon .nav-tabs li a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid transparent;
    color: #336699;
}

.pc-style .FreeCon .nav-tabs li.active a {
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #ffffff;
    color: #cc0000;
}

.pc-style .FreeCon .tab-pane-show {
    display: block;
}

.pc-style .FreeCon .tab-pane-hide {
    display: none;
}

.pc-style .videoPreview {
    display: block;
    position: relative;
    background: #000000;
    width: 100%;
    height: 100%;
}

.pc-style .videoPreview video {
    width: 100%;
    height: 100%;
}

.pc-style .videoPreview .pc-style .sc-video {
    width: 100%;
    height: 100%;
}

.pc-style .sc-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000
}

.pc-style .sc-video:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%
}

.pc-style .sc-video .vjs-loading-spinner {
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    border-radius: 100%
}

.pc-style .sc-video .vjs-big-play-button {
    width: 64px;
    height: 64px;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    box-sizing: border-box;
    background: 0
}

.pc-style .sc-video .vjs-big-play-button:before {
    line-height: 60px;
    font-size: 40px;
    border-radius: 100%
}

.pc-style .sc-video:hover .vjs-big-play-button, .pc-style .sc-video .vjs-big-play-button:focus {
    background: 0
}

.pc-style .sc-video.vjs-paused .vjs-big-play-button {
    display: block
}

.pc-style .sc-video.vjs-paused .vjs-fullscreen-control {
    display: none
}

.pc-style .sc-video.vjs-paused video {
    opacity: .8
}

.pc-style .sc-video.vjs-paused .vjs-poster {
    background-color: transparent
}

.pc-style .sc-video.vjs-paused .vjs-poster:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: .2
}

.pc-style .sc-video .vjs-play-progress:before {
    top: -6px;
    right: -8px;
    font-size: 16px
}

.pc-style .sc-video video::-webkit-media-controls {
    display: none !important
}

.pc-style .sc-video .vjs-control-bar {
    height: 40px
}

.pc-style .sc-video .vjs-control:before {
    font-size: 30px;
    line-height: 40px
}

.pc-style .sc-video .vjs-time-control {
    line-height: 40px
}

.pc-style .BlockRight .RecommendBooks {
    text-align: left;
}

.pc-style .BlockRight .RecommendBooks .Container {
    width: 812px;
    padding-top: 20px;
    overflow: hidden;
    zoom: 1;
}

.pc-style .BlockRight .RecommendBooks .Item {
    width: 182.5px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}

.pc-style .BlockRight .RecommendBooks .Item .ItemImg {
    margin-bottom: 5px;
    padding: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    border: 1px solid #EEE;
    box-sizing: border-box;
}

.pc-style .BlockRight .RecommendBooks .Item .ItemImg:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.pc-style .BlockRight .RecommendBooks .Item .ProductImg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

.pc-style .BlockRight .RecommendBooks .Item .ProductImg .ProductImgInner {
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.pc-style .BlockRight .RecommendBooks .Item .ProductImg img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pc-style .BlockRight .RecommendBooks .Item .ItemName {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.pc-style .BlockRight .RecommendBooks .Item .SaleInfo {
    color: #f2270c;
    font-family: Arial;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    display: none;
}

.pc-style .BlockRight .RecommendBooks .Item .Price .NewPrice {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    color: #C00;
    padding-right: 12px;
}

.pc-style .BlockRight .RecommendBooks .Item .Price .OldPrice {
    font-size: 12px;
    font-family: Arial;
    color: #666;
    padding-right: 12px;
    text-decoration: line-through;
}

.pc-style .BlockRight .RecommendBooks .Item .Price .Discount {
    font-size: 12px;
    font-family: Arial;
    color: #666;
}

.pc-style .PopGetGiftTips {
    position: fixed;
    width: 700px;
    height: 520px;
    left: 50%;
    top: 50%;
    z-index: 6000;
    background: #ffffff;
    border: 5px solid #cccccc;
    margin-left: -355px;
    margin-top: -300px;
    display: none;
}

.pc-style .PopGetGiftTips .BtnClose {
    font-size: 24px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "å®‹ä½“";
    font-weight: bold;
    color: #ffffff;
    z-index: 10;
    background: #cccccc;
}

.pc-style .PopGetGiftTipsCon {
    padding: 15px;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.pc-style .PopGetGiftTips .BtnClose:hover {
    color: #cc0000;
}

.pc-style .PopGetGiftTips a {
    color: #1e50a2;
}

.pc-style .PopGetGiftTips a:hover {
    color: #cc0000;
}

.pc-style .PopGetGiftTips p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.pc-style .PopGetGiftTips p strong {
    font-weight: normal;
    color: #ff0000;
}

.pc-style .PopGetGiftTips h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
    color: #cc0000;
}

.pc-style .PopGetGiftTips .ImgBox {
    text-align: center;
    margin-bottom: 10px;
}

.pc-style .PopGetGiftTips .ImgBox img {
    width: 320px;
}

.pc-style .PopGetGiftTips .ImgBox .TipsImg {
    width: 140px;
}

.pc-style .PopGetGiftTips .XXBookEntry {
    display: block;
    background: #1e50a2;
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    margin: 0px auto;
    color: #ffffff;
}

.pc-style .PopGetGiftTips .XXBookEntry:hover {
    color: #ffffff;
}

.pc-style .PopGetGiftTips .BookListContainer {
    height: 120px;
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid #d9d9d9;
}

.pc-style .PopGetGiftTips .BookListContainer ul {
    padding: 5px;
}

.pc-style .PopGetGiftTips .BookListContainer li {
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/images/bg0012_0.gif) left 10px no-repeat;
    padding-left: 10px;
}

.pc-style .PopGetGiftTips .Tips {
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/images/bg0012.gif) left 10px no-repeat;
    padding-left: 10px;
}

.pc-style .Coupon {
    position: relative;
    z-index: 15;
    margin-bottom: 5px;
}

.pc-style .Coupon .CouponView {
    background: #f5f5f5;
    padding: 10px;
    overflow: hidden;
    zoom: 1;
}

.pc-style .Coupon .CouponView .CouponTag {
    float: left;
    display: none;
}

.pc-style .Coupon .CouponView .CouponDes {
    /*	float:left;*/
}

.pc-style .Coupon .CouponView .CouponDes li {
    /*	float:left;*/
    overflow: hidden;
    zoom: 1;
}

.pc-style .Coupon .CouponView .CouponDes li .couponTag {
    float: left;
    margin-right: 1em;
    color: #f2270c;
    border-top: 1px solid #f2270c;
    border-bottom: 1px solid #f2270c;
    background: #ffdedf;
    padding: 0px 7px;
    line-height: 20px;
    position: relative;
}

.pc-style .Coupon .CouponView .CouponDes li .conponName {
    float: left;
    margin-right: 1em;
}

.pc-style .Coupon .CouponView .CouponDes li .BeforeBorder {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 2px;
    height: 100%;
    background: url(http://e.100xuexi.com/css/Images/bg0362.gif) left top repeat-y;
}

.pc-style .Coupon .CouponView .CouponDes li .AfterBorder {
    top: 0px;
    right: 0px;
    position: absolute;
    width: 2px;
    height: 100%;
    background: url(http://e.100xuexi.com/css/Images/bg0362.gif) left top repeat-y;
}

.pc-style .Coupon .CouponView .CouponBtnSildeDown {
    float: right;
    color: #1e50a2;
    cursor: pointer;
    background: url(http://e.100xuexi.com/css/Images/bg0363.png) right 10px center no-repeat;
    padding-right: 14px;
    padding: 10px 24px 10px 10px;
    position: relative;
    z-index: 12;
}

.pc-style .Coupon .CouponView .btnGetCoupon {
    color: #336699;
}

.pc-style .Coupon .CouponView .btnGetCoupon:hover {
    color: #cc0000;
}

.pc-style .Coupon .CouponMore {
    position: absolute;
    right: 0px;
    top: 0px;
}

.pc-style .Coupon .CouponSlideCon {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    display: none;
    position: absolute;
    top: 40px;
    right: 0px;
    width: 458px;
    z-index: 10;
}

.pc-style .Coupon .CouponSlideCon .CouponList {
    padding: 10px;
}

.pc-style .Coupon .CouponSlideCon .CouponList li {
    padding-left: 10px;
    padding: 5px 0px 5px 10px;
    position: relative;
}

.pc-style .Coupon .CouponSlideCon .CouponList li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #888888;
}

.pc-style .Coupon .CouponSlideCon .CouponList li .CouponItem {
    margin-right: 1em;
}

.pc-style .Coupon .CouponSlideCon .CouponList li .CouponItem a {
    color: #1e50a2;
}

.pc-style .Coupon .CouponSlideCon .CouponList li .CouponItem a:hover {
    color: #cc0000;
}

.pc-style .Coupon .CouponSlideCon .CouponList .Deadline {
    color: #999999;
}

.pc-style .Coupon .CouponSlideCon .LinkMore {
    border-top: 1px solid #e5e5e5;
}

.pc-style .Coupon .CouponSlideCon .LinkMore .LinkAllProduct {
    padding: 5px 10px;
    display: block;
    text-align: right;
}

.pc-style .Coupon .CouponMore:hover .CouponSlideCon {
    display: block;
}

.pc-style .Coupon .CouponMore:hover .CouponBtnSildeDown {
    background: #ffffff url(http://e.100xuexi.com/css/Images/bg0364.png) right 10px center no-repeat;
    border: 1px solid #e5e5e5;
    border-bottom: 0px;
    padding: 9px 23px 10px 9px;
    color: #cc0000;
}

.pc-style .fenxiao-poster {
    display: none;
}

.pc-style .FenxiaoBlock {
    display: none;
}

.pc-style .text-for-copy {
    position: absolute;
    left: -9999em;
    top: -9999em;
}


.pc-style .browser-tips {
    position: fixed;
    z-index: 200000;
    background: rgba(0, 0, 0, 0.75);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    color: #ffffff;
    display: none;
}

.pc-style .browser-tips .tips-box {
    padding: 50px 20px 20px 20px;
    background: url(https://www.100xuexi.com/css/images/vip/arrow-bg.png?v=20210828) right top no-repeat;
    background-size: auto 50px;
    width: 15em;
    text-align: center;
    position: fixed;
    right: 0px;
    top: 0px;
    font-size: 18px;
}

.pc-style .browser-tips .tips-box .btn-isee {
    width: 6em;
    border: 2px solid #ffffff;
    border-radius: 100px;
    line-height: 36px;
    display: block;
    margin: 10px auto;
    color: #ffffff;
}

.pc-style .empty {
    text-align: center;
    padding: 100px 0px;
}

.pc-style .empty .empty-icon {
    width: 100px;
    height: 100px;
    margin: 0px auto 10px auto;
    background: url(/css/images/empty.png) center center no-repeat;
    background-size: 100% auto;
}

.pc-style .empty .empty-btns {
    padding: 10px 0px;
}

.pc-style .empty .empty-btns .btn-gohome {
    border-radius: 100px;
    background: #e53737;
    color: #ffffff;
    display: inline-block;
    padding: 0px 1.5em;
    line-height: 36px;
}

/*****æ‰‹æœºç«¯æ ·å¼*****/

.mobile-style {
    background: #f2f2f2;
}

.mobile-style #xiangceKefu {
    display: none;
}

.mobile-style #bot {}

.mobile-style #bot .bot-other-info {
    display: none;
}

.mobile-style .xiangce-shop-header {
    display: none;
}

.mobile-style .bottom-tabs {
    display: none;
}

.mobile-style .BookName {
    position: relative;
    margin-bottom: 10px;
}

.mobile-style .BookName h1 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 5px;
    line-height: 22px;
    font-weight: bold;
}

.mobile-style .BookName h1 .LimiteTimeTagName {
    color: #f2270c;
    border: 1px solid #f2270c;
    display: inline-block;
    padding: 0px 5px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: 1px;
}

.mobile-style .BookName .SellPoint {
    font-size: 14px;
    font-weight: normal;
    /* color: #f2270c; */
    color: #888888;
    line-height: 1.5;
}

.mobile-style .FenxiaoBlock {
    background: #585857 url(https://wx.100xuexi.com/images/Mobile_bg0427.png) center center no-repeat;
    background-size: cover;
    overflow: hidden;
    zoom: 1;
    /* margin-bottom: 12px; */
    position: relative;
    line-height: 22px;
    margin: 0px 0px 16px 0px;
}

.mobile-style .FenxiaoBlock .BtnHelp {
    float: left;
    color: #fde2b4;
    padding: 10px 16px;
    box-sizing: border-box;
    width: 40%;
}

.mobile-style .FenxiaoBlock .BtnHelp .HelpTitle {
    font-size: 14px;
    display: block;
}

@media(max-width:320px) {
    .mobile-style .FenxiaoBlock .BtnHelp .HelpTitle {
        font-size: 12px;
    }
}

.mobile-style .FenxiaoBlock .BtnHelp .HelpLink {
    font-size: 12px;
    display: block;
    padding-top: 2px;
}

.mobile-style .FenxiaoBlock .BtnHelp .HelpLinkText {
    display: inline-block;
    padding-right: 10px;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0428_0.png) center right no-repeat;
    background-size: auto 12px;
}

.mobile-style .FenxiaoBlock .BtnJoin {
    float: right;
    color: #fde2b4;
    text-align: center;
    padding: 10px 16px;
    box-sizing: border-box;
    width: 60%;
}

.mobile-style .FenxiaoBlock .BtnJoin .BtnJoinInner {
    display: inline-block;
    position: relative;
    padding-right: 60px;
    text-align: left;
}

.mobile-style .FenxiaoBlock .BtnJoin .JoinTitle {
    display: block;
}

.mobile-style .FenxiaoBlock .BtnJoin .JoinContent {
    display: block;
}

.mobile-style .FenxiaoBlock .BtnJoin .BtnIco {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fde2b4 url(https://wx.100xuexi.com/images/Mobile_bg0439.png) center center no-repeat;
    background-size: 100% 100%;
    border-radius: 100%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    animation: AmtBtnJoinIco 1s linear 0s infinite normal;
    -webkit-animation: AmtBtnJoinIco 1s linear 0s infinite normal;
}

@keyframes AmtBtnJoinIco {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes AmtBtnJoinIco {
    0% {
        -webkit-transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}

.mobile-style .FenxiaoBlock .Money {
    font-size: 20px;
    font-weight: bold;
}

.mobile-style .FenxiaoBlock:before {
    content: "";
    display: block;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 36%;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0438.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .BookDetail {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 12px;
    position: relative;
    background: #ffffff;
    border-radius: 0px 0px 12px 12px;
    /* margin-top: 10px; */
}

.mobile-style .BookDetail:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.mobile-style .BookDetail .BookDetail_L {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
}

/* @media (min-width:600px) {
  .mobile-style .BookDetail {
      padding-top: 16px;
  }
  .mobile-style .BookDetail .BookDetail_L {
      width: 40%;
      float: left;
  }
} */

.mobile-style .jqzoomOuter {
    text-align: center;
    overflow: hidden;
    zoom: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.mobile-style .jqzoom {
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    width: 100%;
    height: 100%;
}

.mobile-style .jqzoom img {
    width: 100%;
    height: 100%;
}

.mobile-style .zoomdiv {
    z-index: 100;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 420px;
    height: 420px;
    background: #ffffff;
    border: 1px solid #f2270c;
    display: none;
    text-align: center;
    overflow: hidden;
}

.mobile-style .jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff
        /*url(https://book.100xuexi.com/Css/images/zoom.png) 50% center no-repeat*/
    ;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

/*å›¾ç‰‡å°å›¾é¢„è§ˆåˆ—è¡¨*/

.mobile-style #Top {
    display: none;
}

.mobile-style .Mid .Current {
    display: none;
}

.mobile-style .PCShow {
    display: none;
}

.mobile-style .MobileShow {
    display: block;
    position: relative;
}

.mobile-style .MobileShow .btn-goto-back {
    width: 32px;
    height: 32px;
    background: #666666 url(../Images/bg0094.png) center center no-repeat;
    background-size: 20px 20px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 20;
}

.mobile-style .MobileShow .swiper-pagination-bullet-active {
    background: #f2270c;
}

.mobile-style .MobileShow .swiper-slide-img {
    width: 100%;
    padding-top: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile-style .MobileShow .swiper-slide-img img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mobile-style .spec-preview {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
    box-sizing: border-box;
}

.mobile-style .spec-preview:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.mobile-style .spec-preview .limite-time-tag {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25%;
    background: url(https://book.100xuexi.com/Css/images/bg0090_1.png) left top no-repeat;
    background-size: 100% 100%;
    z-index: 10;
}

.mobile-style .spec-preview .limite-time-tag:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.mobile-style .spec-scroll {
    clear: both;
    width: 100%;
}

.mobile-style .spec-scroll:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .spec-scroll .prev {
    float: left;
    margin-right: 4px;
}

.mobile-style .spec-scroll .next {
    float: right;
}

.mobile-style .spec-scroll .prev, .mobile-style .spec-scroll .next {
    display: block;
    font-family: "å®‹ä½“";
    text-align: center;
    width: 10px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #e5e5e5;
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}

.mobile-style .spec-scroll .prev:hover, .mobile-style .spec-scroll .next:hover {
    color: #ffffff;
    border: 1px solid #f2270c;
    background: #f2270c;
}

.mobile-style .spec-scroll .items {
    position: relative;
    height: 56px;
    overflow: hidden;
    margin: 0px 12px;
}

.mobile-style .spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 56px;
}

.mobile-style .spec-scroll .items ul li {
    float: left;
    width: 56px;
    height: 56px;
    text-align: center;
}

.mobile-style .spec-scroll .items ul li img {
    border: 1px solid #e5e5e5;
    padding: 2px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.mobile-style .spec-scroll .items ul li img:hover {
    border: 2px solid #f2270c;
    padding: 1px;
}

.mobile-style .BookDetail .BookDetail_R {
    padding: 16px 16px 6px 16px;
}

/* @media (min-width:600px) {
  .mobile-style .BookDetail .BookDetail_R {
      margin-left: 40%;
      padding-top: 0px;
  }
} */

.mobile-style .BookDetail .BookDetail_R .Price {
    /* background: #ffe3e3;
  padding: 5px 10px; */
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}

.mobile-style .BookDetail .BookDetail_R .Price .NewPrice {
    font-family: Arial;
    font-size: 16px;
    color: #f2270c;
    margin-right: 15px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    /* float: left; */
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    vertical-align: bottom;
}

.mobile-style .BookDetail .BookDetail_R .Price .NewPrice .RMB {
    font-family: 'Roboto', sans-serif;
}

.mobile-style .BookDetail .BookDetail_R .Price .NewPrice .price-int {
    /* font-weight: bold; */
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
}

.mobile-style .BookDetail .BookDetail_R .Price .NewPrice .price-decimals {
    font-family: 'Roboto', sans-serif;
}

.mobile-style .BookDetail .BookDetail_R .Price .GroupNewPrice {
    float: none;
    display: block;
    margin: 0px;
    height: auto;
}

.mobile-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group {
    overflow: hidden;
    zoom: 1;
    display: flex;
    background: #ffe3e3;
    border-radius: 5px;
    padding: 10px 0px;
}

.mobile-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .price-item {
    flex: 1;
    text-align: center;
}

.mobile-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .price-item-inner {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
}

.mobile-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .price-item:last-child .price-item-inner {
    border: none;
}

.mobile-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .price-num {
    display: block;
    line-height: 1;
}

.mobile-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .price-num .Price-Int {
    font-size: 24px;
}

.mobile-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .placeholder-text {
    display: block;
    font-size: 30px;
    min-width: 4em;
    background: rgba(0, 0, 0, 0.05);
    height: 1em;
    display: inline-block;
    border-radius: 4px;
}

.mobile-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .price-des {
    display: block;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    background: #ffcd00;
    color: #000000;
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 5px;
    padding: 0px 5px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .price-tip {
    display: block;
    color: rgba(0, 0, 0, 0.7);
    font-size: 12px;
    line-height: 1.5;
}

.mobile-style .BookDetail .BookDetail_R .Price .GroupNewPrice .price-group .old-price {
    text-decoration: line-through;
}


.mobile-style .BookDetail .BookDetail_R .Price .OldPrice {
    color: #666666;
    margin-right: 15px;
    line-height: 20px;
    text-decoration: line-through;
    font-weight: normal;
    float: left;
    padding-top: 10px;
}

.mobile-style .BookDetail .BookDetail_R .Price .Discount {
    color: #666666;
    margin-right: 15px;
    line-height: 20px;
    font-weight: normal;
    float: left;
    padding-top: 10px;
}

.mobile-style .BookDetail .BookDetail_R .Price .VipPrice {
    margin-right: 15px;
    float: left;
}

.mobile-style .BookDetail .BookDetail_R .Price .VipPrice .VipPriceInner {
    color: #99651c;
    line-height: 20px;
    display: block;
    padding-top: 10px;
}

.mobile-style .BookDetail .BookDetail_R .Price .VipPrice .VipPriceInner .BtnOpenVip {
    display: none;
}

.mobile-style .BookDetail .BookDetail_R .Price .VipPrice .VipPriceInner .WhatIsVip {
    display: none;
}

.mobile-style .BookDetail .BookDetail_R .Price .LimiteTime {
    display: block;
    margin: 5px 0px;
    font-size: 14px;
    color: #ffffff;
    background: #f2270c;
    line-height: 1.5;
    padding: 5px 10px;
    border-radius: 2px;
}

.mobile-style .MainInfo .btn-open-skubox {
    background: #ffffff;
    padding: 16px;
    border-radius: 12px;
    display: block;
    margin-bottom: 12px;
}

.mobile-style .MainInfo .btn-open-skubox .btn-open-skubox-inner {
    background: url(https://book.100xuexi.com/Css/images/bg0096.png) right center no-repeat;
    background-size: auto 12px;
    color: #333333;
    font-size: 14px;
    padding: 0px 16px 0px 20px;
    position: relative;
    display: block;
}

.mobile-style .MainInfo .btn-open-skubox .btn-open-skubox-inner:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(https://book.100xuexi.com/Css/images/bg0094.png) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
}

.mobile-style .MainInfo .btn-open-skubox .tag {
    color: #333333;
    font-weight: bold;
}

.mobile-style .sku-box {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99900;
    display: none;
}

.mobile-style .sku-box .FixedBtnContainer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.mobile-style .sku-box .FixedBtnContainer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border-top: 1px solid #e5e5e5;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .sku-box .FixedBtnContainer:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .sku-box .FixedBtnContainer .BtnContainerItem {
    width: 50%;
    float: left;
}

.mobile-style .sku-box .FixedBtnContainer a {
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 36px;
    border-radius: 100px;
    margin: 10px;
}

.mobile-style .sku-box .FixedBtnContainer .BtnBuy {
    display: block;
    text-align: center;
    background: #f2270c;
    color: #ffffff;
    border: 1px solid #f2270c;
}

.mobile-style .sku-box .FixedBtnContainer .BtnCart {
    display: block;
    text-align: center;
    background: #ffaf04;
    color: #ffffff;
    border: 1px solid #ffaf04;
}

.mobile-style .sku-box .FixedBtnContainer .ShelfStatus {
    font-size: 16px;
    color: #f2270c;
    text-align: center;
    font-weight: bold;
    line-height: 48px;
}

.mobile-style .sku-box .sku-box-inner {
    background: #ffffff;
    border-radius: 8px 8px 0px 0px;
    background: #ffffff;
    position: absolute;
    height: 85%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.mobile-style .sku-box .sku-box-inner .sku-info {
    overflow: hidden;
    zoom: 1;
    padding: 15px;
    height: 100px;
    position: relative;
}

.mobile-style .sku-box .sku-box-inner .sku-info::after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .sku-box .sku-box-inner .sku-info .sku-cover {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    background: #f5f5f5;
    overflow: hidden;
    float: left;
}

.mobile-style .sku-box .sku-box-inner .sku-info .sku-cover img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.mobile-style .sku-box .sku-box-inner .sku-info .sku-des {
    margin-left: 115px;
    /* margin-right: 15px; */
    /* position: absolute;
  right: 15px;
  bottom: 15px;
  left: 125px; */
}

.mobile-style .sku-box .sku-box-inner .sku-price {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .sku-box .sku-box-inner .sku-selected {
    font-size: 11px;
    color: #888888;
}

.mobile-style .sku-box .sku-box-inner .sku-new-price {
    font-size: 12px;
    color: #f2270c;
    margin-right: 15px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.mobile-style .sku-box .sku-box-inner .sku-new-price .RMB {
    font-family: 'Roboto', sans-serif;
}

.mobile-style .sku-box .sku-box-inner .sku-new-price .price-int {
    /* font-weight: bold; */
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.mobile-style .sku-box .sku-box-inner .sku-new-price .price-decimals {
    font-family: 'Roboto', sans-serif;
}

.mobile-style .sku-box .sku-box-inner .sku-tuangou {
    display: none;
    background: #ffcd00;
    line-height: 1.2;
    color: #222222;
    padding: 5px;
    vertical-align: bottom;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 5px;
}

/* .mobile-style .sku-box .sku-box-inner .sku-tuangou .tuangou-tips{
  margin-left: 1em;
} */
.mobile-style .sku-box .sku-box-content {
    position: absolute;
    top: 130px;
    left: 0px;
    right: 0px;
    bottom: 56px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 15px;
    z-index: 10000;
    padding-bottom: 50px;
    bottom: calc(56px + constant(safe-area-inset-bottom));
    bottom: calc(56px + env(safe-area-inset-bottom));
}

.mobile-style .sku-box .sku-box-content:after {
    content: "";
    display: block;
    padding-top: 50px;
    height: 30px;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0597.png) center bottom no-repeat;
    background-size: auto 30px;
}

.mobile-style .sku-box .btn-close-skubox {
    border-radius: 100%;
    border: 1px solid #999999;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffff url(https://book.100xuexi.com/css/images/bg0063.gif) center center no-repeat;
    background-size: 8px 8px;
    z-index: 10;
}

.mobile-style .sku-box .btn-close-skubox::after {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
}

.mobile-style .BookDetail .BookDetail_R .sku {
    padding-bottom: 10px;
}

.mobile-style .BookDetail .BookDetail_R .sku .sku-list {
    padding: 0;
    position: relative;
    min-height: 41px;
    margin-top: 10px;
}

.mobile-style .BookDetail .BookDetail_R .sku .sku-list-title {
    padding: 0px 0px 5px 0px;
    font-weight: bold;
}

.mobile-style .BookDetail .BookDetail_R .sku .sku-list-content {
    overflow: hidden;
    zoom: 1;
    margin: 0px -5px;
}

.mobile-style .BookDetail .BookDetail_R .sku .sku-list-content li {
    float: left;
    overflow: hidden;
}

.mobile-style .BookDetail .BookDetail_R .sku .sku-list-content li a {
    display: block;
    padding: 5px 10px;
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    margin: 5px;
    position: relative;
    font-size: 12px;
    border-radius: 100px;
    color: #222222;
}

.mobile-style .BookDetail .BookDetail_R .sku .sku-list-content li a.disabled {
    color: #cccccc;
    border: 1px dashed #e5e5e5;
    background: #ffffff;
    cursor: not-allowed;
    text-decoration: line-through;
}

.mobile-style .BookDetail .BookDetail_R .sku .sku-list-content li a.selected {
    color: #f2270c;
    border: 1px solid #f2270c;
    background: #fcedeb;
    padding: 5px 10px;
}

/* .mobile-style .BookDetail .BookDetail_R .sku .sku-list-content li a.selected:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(https://book.100xuexi.com/Css/images/bg0092.png) right bottom no-repeat;
  position: absolute;
  right: 0px;
  bottom: 0px;
} */

.mobile-style .BookDetail .BookDetail_R .Logistics {
    padding: 10px 0px 10px 3em;
    border-top: 1px dotted #e5e5e5;
    font-family: Arial;
    /* margin-top: 12px; */
    display: none;
    position: relative;
}

.mobile-style .BookDetail .BookDetail_R .Logistics .tag {
    position: absolute;
    left: 0px;
    top: 10px;
    font-weight: bold;
}

.mobile-style .BookDetail .BookDetail_R .Logistics .Destination {
    position: relative;
    margin-left: 5px;
    display: inline-block;
    zoom: 1;
    margin-right: 5px;
    *vertical-align: -6px;
}

.mobile-style .BookDetail .BookDetail_R .Logistics .Destination .Arrow {
    cursor: pointer;
    padding-right: 14px;
    background: url(https://book.100xuexi.com/Css/images/bg0031.gif) right center no-repeat;
    border: 1px solid #ffffff;
    display: block;
    padding: 0px 18px 0px 5px;
    color: #336699;
}

.mobile-style .BookDetail .BookDetail_R .Logistics .Destination .Arrow:hover {
    border: 1px solid #f2270c;
    background: #ffe3e3 url(https://book.100xuexi.com/Css/images/bg0031_0.gif) right center no-repeat;
    color: #cc0000;
}

.mobile-style .CityList {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #f5f5f5;
    padding: 44px 16px 16px 16px;
    display: none;
    z-index: 999999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-style .CityList .CityListTitle {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    font-size: 15px;
    text-align: center;
    line-height: 44px;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    z-index: 50;
    background: #ffffff;
}

.mobile-style .CityList .BtnClose {
    border-radius: 100%;
    border: 1px solid #999999;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffff url(https://book.100xuexi.com/css/images/bg0063.gif) center center no-repeat;
    background-size: 8px 8px;
    z-index: 100;
}

.mobile-style .CityList .BtnClose:after {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
}

.mobile-style .CityList .province-nav {
    position: absolute;
    left: 0px;
    top: 40px;
    bottom: 0px;
    background: #ffffff;
    width: 50%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.mobile-style .CityList .city-nav {
    position: absolute;
    left: 50%;
    right: 0px;
    top: 40px;
    bottom: 0px;
    background: #f5f5f5;
    width: 50%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-style .CityList li {
    overflow: hidden;
    position: relative;
}

.mobile-style .CityList li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    border-bottom: 1px solid #e5e5e5;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    bottom: 0px;
}

.mobile-style .CityList li a {
    display: block;
    white-space: normal;
    padding: 10px;
}

.mobile-style .CityList li a.Selected, .mobile-style .CityList li a.Selected:hover {
    background: #f2270c;
    color: #ffffff;
}

.mobile-style .CityList li a:hover {
    color: #f2270c;
}

.mobile-style .BookDetail .BookDetail_R .Parameters {
    padding: 10px 0px;
    border-top: 1px dotted #e5e5e5;
    /* font-size: 12px; */
}

.mobile-style .BookDetail .BookDetail_R .Parameters ul {
    overflow: auto;
    zoom: 1;
}

.mobile-style .BookDetail .BookDetail_R .Parameters li {
    padding: 3px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50%;
    float: left;
}

.mobile-style .BookDetail .BookDetail_R .Parameters li.Long {
    width: 100%;
}

.mobile-style .BookDetail .BookDetail_R .ConList {
    padding: 15px 0px;
    border-top: 1px dotted #e5e5e5;
    display: none;
}

.mobile-style .BookDetail .BookDetail_R .ConList dt {
    font-weight: bold;
    float: left;
}

.mobile-style .BookDetail .BookDetail_R .ConList dd {
    margin-left: 3em;
}

.mobile-style .BookDetail .BookDetail_R .ConList dd li {
    padding: 0px 0px 5px 10px;
    position: relative;
}

.mobile-style .BookDetail .BookDetail_R .ConList dd li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #999999;
    position: absolute;
    left: 0px;
    top: 10px;
}

.mobile-style .BookDetail .BookDetail_R .ConList dd li a {
    color: #333333;
}

.mobile-style .BookDetail .BookDetail_R .ConList dd li a:hover {
    color: #cc0000;
}

.mobile-style .BookDetail .BookDetail_R .Quantity {
    padding: 15px 0px;
    overflow: hidden;
    border-top: 1px dotted #e5e5e5;
    /* border-bottom: 1px dotted #e5e5e5; */
}

.mobile-style .BookDetail .BookDetail_R .sku-box .Quantity {
    border-bottom: 1px dotted #e5e5e5;
}

.mobile-style .BookDetail .BookDetail_R .Quantity dt {
    float: left;
    line-height: 26px;
    font-weight: bold;
}

.mobile-style .BookDetail .BookDetail_R .Quantity dd {
    color: #666666;
    line-height: 26px;
    margin-left: 3em;
}

.mobile-style .BookDetail .BookDetail_R .Quantity .QuantityBar {
    vertical-align: middle;
    height: 24px;
    border: 1px solid #e5e5e5;
    width: 114px;
    margin-right: 10px;
    float: left;
    border-radius: 100px;
}

.mobile-style .BookDetail .BookDetail_R .Quantity .QuantityBar .BtnAdd {
    border-right: 1px solid #e5e5e5;
    border-radius: 100px 0px 0px 100px;
    background: #f5f5f5;
    font-family: Arial;
    font-size: 20px;
    line-height: 24px;
    float: left;
    cursor: pointer;
    width: 24px;
    font-weight: bold;
    text-align: center;
}

.mobile-style .BookDetail .BookDetail_R .Quantity .QuantityBar .TxtNum {
    float: left;
    width: 64px;
    height: 24px;
}

.mobile-style .BookDetail .BookDetail_R .Quantity .QuantityBar .TxtNum input {
    border: 0px;
    height: 24px;
    width: 54px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    line-height: 24px;
    margin: 0px 5px;
    display: block;
}

.mobile-style .BookDetail .BookDetail_R .Quantity .QuantityBar .BtnSubtract {
    border-left: 1px solid #e5e5e5;
    border-radius: 0px 100px 100px 0px;
    background: #f5f5f5;
    font-family: Arial;
    font-size: 20px;
    line-height: 24px;
    float: right;
    cursor: pointer;
    width: 24px;
    font-weight: bold;
    text-align: center;
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer {
    overflow: hidden;
    zoom: 1;
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    z-index: 1000;
    padding: 0px 5px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer .BtnContainerItemCol1 {
    float: left;
    width: 30%;
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer .BtnContainerItemCol2 {
    float: left;
    width: 70%;
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    border-top: 1px solid #e5e5e5;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer .BtnContainerItem {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px 5px;
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer .BtnContainerItem:empty {
    display: none;
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer .ShelfStatus {
    font-size: 16px;
    color: #f2270c;
    text-align: center;
    font-weight: bold;
    clear: both;
    width: 100%;
    line-height: 58px;
}

.mobile-style .BookDetail .BookDetail_R .VipBtnContainer {
    padding: 15px 0px;
    border-top: 1px dotted #e5e5e5;
}

.mobile-style .BookDetail .BookDetail_R .VipBtnContainer .BtnOpenVip {
    display: block;
    height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 100px;
    line-height: 40px;
    background: #fddfab url(https://wx.100xuexi.com/images/Mobile_bg0663.png) center center no-repeat;
    background-size: cover;
    position: relative;
    color: #99651c;
    overflow: hidden;
}

.mobile-style .BookDetail .BookDetail_R .VipBtnContainer .BtnOpenVip::before {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0664.png) center center no-repeat;
    background-size: auto 300%;
    animation: AmtVipBg 3s linear 0s infinite normal;
    -webkit-animation: AmtVipBg 3s linear 0s infinite normal;
}

.mobile-style .BookDetail .BookDetail_R .VipBtnContainer .BtnOpenVipText {
    display: block;
    position: relative;
    z-index: 2;
}

@keyframes AmtVipBg {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes AmtVipBg {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.mobile-style .BookDetail .BookDetail_R .detail-code {
    display: none;
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer .BtnBuy {
    background: #f2270c;
    height: 36px;
    cursor: pointer;
    display: block;
    border-radius: 100px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #f2270c;
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer .BtnCart {
    background: #ffaf04;
    border: 1px solid #ffaf04;
    border-radius: 100px;
    font-size: 15px;
    color: #ffffff;
    height: 36px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    box-sizing: content-box;
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer .BtnGift {
    background: #008ce5;
    height: 36px;
    cursor: pointer;
    display: block;
    border-radius: 100px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer .BottomCart {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    position: relative;
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer .BottomCart:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(https://book.100xuexi.com/Css/images/bg0093_01.png) center center no-repeat;
    background-size: 100% 100%;
    margin: 0px auto 2px auto;
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer .BottomCart .BottomCartNum {
    background: #f2270c;
    color: #ffffff;
    border-radius: 100px;
    line-height: 16px;
    height: 16px;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: 4px;
    z-index: 1;
    min-width: 10px;
    padding: 0px 3px;
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer .BottomBtnKeFu {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
}

.mobile-style .BookDetail .BookDetail_R .BtnContainer .BottomBtnKeFu:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(https://book.100xuexi.com/Css/images/bg0093_02.png) center center no-repeat;
    background-size: 100% 100%;
    margin: 0px auto 2px auto;
}

.mobile-style .BookDetail .BookDetail_R .ShareBar {
    padding: 10px 0px;
}

.mobile-style .BookDetail .BookDetail_R .ShareBar .BtnShare {
    display: block;
    border-radius: 8px;
    background: #f09819;
    color: #ffffff;
    text-align: center;
    background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    background-image: -webkit-linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.mobile-style #Mid .Block {
    overflow: hidden;
}

.mobile-style #Mid .Block .BlcokLeft {
    display: none;
}

.mobile-style #Mid .Block .SubBlockRight {}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks {
    margin-bottom: 10px;
    background: #ffffff;
    padding: 16px;
    border-radius: 12px;
}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks dt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-left: 10px;
    color: #333333;
    margin-bottom: 10px;
}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks dt:before {
    content: "";
    display: block;
    width: 3px;
    background: #f2270c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5503a), to(#fad1cb));
    background-image: -webkit-linear-gradient(top, #f5503a, #fad1cb);
    background-image: linear-gradient(180deg, #f5503a, #fad1cb);
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks dd {
    overflow: hidden;
    zoom: 1;
    margin: 0px -10px;
}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item {
    overflow: hidden;
    zoom: 1;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

@media(min-width:600px) {
    .mobile-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item {
        width: 25%;
    }
}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemImg {
    position: relative;
    margin-bottom: 5px;
}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemImg:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemImg a {
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemImg img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemDes .ItemTitle {
    line-height: 20px;
    overflow: hidden;
}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemDes .ItemTitle a {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 1.5;
}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemDes .ItemTitle a:hover {
    color: #cc0000;
}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks dd .Item .ItemDes .ItemPrice {
    color: #f2270c;
}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks dd .btn-container {
    text-align: center;
    clear: both;
    padding: 10px;
}

.mobile-style #Mid .Block .SubBlockRight .RecommendBooks dd .btn-container a {
    display: block;
    padding: 5px 20px;
    color: #333333;
    display: inline-block;
    border: 1px solid #999999;
    border-radius: 100px;
}

.mobile-style #Mid .Block .BlockRight {}

.mobile-style #Mid .Block .BlockRight .LinkNav {
    border-bottom: 1px solid #e5e5e5;
    background: #f5f5f5;
    white-space: nowrap;
    overflow: auto;
    width: 100%;
    display: none;
}

.mobile-style #Mid .Block .BlockRight .LinkNav ul {
    overflow: auto;
    zoom: 1;
    -webkit-overflow-scrolling: touch;
}

.mobile-style #Mid .Block .BlockRight .LinkNav li {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    border-right: 1px solid #e5e5e5;
}

.mobile-style #Mid .Block .BlockRight .LinkNav li a {
    display: block;
    float: left;
    vertical-align: top;
    padding: 10px 15px;
    line-height: 20px;
}

.mobile-style #Mid .Block .BlockRight .LinkNav li a:hover {
    background: #ffffff;
}

.mobile-style #Mid .Block .BlockRight .BlockTitle {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-left: 10px;
    color: #333333;
    margin-bottom: 5px;
}

.mobile-style #Mid .Block .BlockRight .BlockTitle:before {
    content: "";
    display: block;
    width: 3px;
    background: #f2270c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5503a), to(#fad1cb));
    background-image: -webkit-linear-gradient(top, #f5503a, #fad1cb);
    background-image: linear-gradient(180deg, #f5503a, #fad1cb);
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
}

.mobile-style #Mid .Block .BlockRight .BlockGift {
    padding: 16px;
    background: #e62626;
    margin: 16px;
}

.mobile-style #Mid .Block .BlockRight .BlockGift .BlockTitle {
    background: #e62626;
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
    margin-right: 50px;
}

.mobile-style #Mid .Block .BlockRight .BlockGift .GiftCon {
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}

.mobile-style #Mid .Block .BlockRight .BlockGift .GiftCon:before {
    display: none;
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: -50px;
    background: url(https://book.100xuexi.com/Css/images/bg02798.png) center center no-repeat;
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
}

.mobile-style #Mid .Block .BlockRight .BlockGift .GiftCon dt {
    color: #cc0000;
    font-weight: normal;
    margin-bottom: 10px;
}

.mobile-style #Mid .Block .BlockRight .BlockGift .GiftCon .ClassTitle {
    font-weight: normal;
    color: #006600;
}

.mobile-style #Mid .Block .BlockRight .BlockGift .GiftCon p {
    margin-bottom: 10px;
}

.mobile-style #Mid .Block .BlockRight .BlockGift .GiftCon ul {
    padding-left: 5px;
}

.mobile-style #Mid .Block .BlockRight .BlockGift .GiftCon li {
    padding-left: 0px;
    margin-bottom: 10px;
}

.mobile-style #Mid .Block .BlockRight .BlockGift .GiftCon li a {
    margin-right: 14px;
}

.mobile-style #Mid .Block .BlockRight .BlockGift .GiftCon li .Tips {
    color: #cc0000;
    font-family: Arial;
}

.mobile-style #Mid .Block .BlockRight .BlockGift .GiftTips {
    margin-top: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px dashed #ffffff;
    position: relative;
    color: #ffffff;
}

.mobile-style #Mid .Block .BlockRight .BlockGift .GiftTips .GiftTipsTitle {
    background: #e62626;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    font-family: "å¾®è½¯é›…é»‘", "å®‹ä½“";
    font-weight: normal;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
}

.mobile-style #Mid .Block .BlockRight .BlockGift .GiftTips .GiftTipsCon {
    font-size: 16px;
    line-height: 1.5;
}

.mobile-style #Mid .Block .BlockRight .BlockFree {
    padding: 16px;
    border-bottom: 1px dotted #e5e5e5;
    background: #ffffff;
}

.mobile-style #Mid .Block .BlockRight .FreeCon {
    overflow: hidden;
}

.mobile-style #Mid .Block .BlockRight .FreeCon img {
    max-width: 100%;
}

.mobile-style #Mid .Block .BlockRight .FreeCon table {
    max-width: 100%;
}

.mobile-style .BlockRight .BlockIntro {
    padding: 16px;
    background: #ffffff;
    margin-bottom: 12px;
    border-radius: 12px;
}

.mobile-style .BlockRight .BlockIntro .IntroCon {
    overflow: hidden;
    padding: 10px 0px;
    /* margin: 0px -16px; */
}

.mobile-style .BlockRight .BlockIntro .IntroCon a {
    color: #336699;
}

.mobile-style .BlockRight .BlockIntro .IntroCon a:hover {
    color: #cc0000;
}

.mobile-style .BlockRight .BlockIntro img {
    max-width: 100%;
    height: auto;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .sc-video {
    position: relative;
    width: 100%;
    height: auto;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .sc-video:before {
    padding-top: 56.25%;
}


.mobile-style .BlockRight .BlockIntro .ContentList {
    padding-top: 10px;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .element-item {
    border-bottom: 1px dotted #e5e5e5;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .element-item:last-child {
    border: none;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .item-inner {
    position: relative;
    padding: 10px 0px;
    display: block;
    overflow: hidden;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .item-cover {
    float: left;
    width: 80px;
    height: 80px;
    background-color: #f5f5f5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 5px;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .item-cover img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .item-des {
    position: relative;
    margin-left: 90px;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .item-title {
    font-size: 14px;
    position: relative;
    display: block;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .item-title .type {
    color: #e53737;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .item-operation {
    padding-top: 5px;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .item-btn {
    width: 4em;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    color: #e53737;
    background: #ffffff;
    border: 1px solid #e53737;
    border-radius: 100px;
    display: block;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .element-group {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    background: #ffffff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .element-group:last-child {
    margin: 0;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .element-group .element-group-title {
    padding: 10px 10px 10px 4.5em;
    border-radius: 5px 5px 0px 0px;
    background: #f5f5f5;
    font-weight: bold;
    font-size: 13px;
    position: relative;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .element-group .element-group-title .tag {
    background: #e53737;
    color: #ffffff;
    border-radius: 0px 100px 100px 0px;
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    padding: 0px 10px 0px 5px;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .element-group .element-group-content {
    padding: 0px 10px;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .element-group .element-group-item {
    position: relative;
    padding: 10px 5em 10px 0px;
    border-bottom: 1px dotted #e5e5e5;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .element-group .element-group-item:last-child {
    border: none;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .element-group .td-btn {
    position: absolute;
    width: 3em;
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    color: #e53737;
    background: #ffffff;
    border: 1px solid #e53737;
    border-radius: 100px;
    display: block;
    top: 50%;
    right: 0px;
    margin-top: -11px;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .element-group .element-item-name {
    padding: 4px 0px 4px 10px;
    position: relative;
    display: block;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .element-group .element-item-name::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #e53737;
    border-radius: 100%;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .element-group .element-item-name .type {
    color: #e53737;
}

.mobile-style .BlockRight .BlockIntro .ContentList .element-list .element-group .element-item-name a {
    color: #336699;
}


.mobile-style .BlockRight .BlockIntro .IntroCon .SkuJianjie {
    padding: 5px 0px;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieTitle {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    color: #e53737;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieTitle::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 50%;
    top: 50%;
    border-top: 1px dashed #e53737;
    z-index: 0;
    margin-right: 3em;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieTitle::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0px;
    top: 50%;
    margin-left: 3em;
    border-top: 1px dashed #e53737;
    z-index: 0;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieContent p {
    text-indent: 2em;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieContent #Content table {
    border: 1px solid #e53737;
    text-align: left;
    margin: 5px 0px;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieContent #Content td {
    background: #ffffff;
    border: 1px solid #b1c8d7;
    padding: 5px 10px 5px 10px;
    text-align: left;
    color: #333333;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieContent #Content th {
    background: #e7effa;
    padding: 5px 10px 5px 10px;
    border: 1px solid #b1c8d7;
    font-weight: normal;
    color: #333333;
    text-align: center;
    width: 30%;
    max-width: 80px;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuJianjie .SkuJianjieContent p {
    text-indent: 2em;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuMulu {
    padding: 5px 0px;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluTitle {
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    color: #e53737;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluTitle::before {
    content: "";
    position: absolute;
    left: 0px;
    right: 50%;
    top: 50%;
    border-top: 1px dashed #e53737;
    z-index: 0;
    margin-right: 3em;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluTitle::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0px;
    top: 50%;
    margin-left: 3em;
    border-top: 1px dashed #e53737;
    z-index: 0;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuMulu p {
    text-indent: 0;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluEbook .CatH1 {
    color: #d25709;
    margin-bottom: 4px;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluEbook .CatH2 {
    /* color: #508200; */
    padding-left: 1em;
    margin-bottom: 4px;
}

.mobile-style .BlockRight .BlockIntro #bookIntro.SkuMulu .SkuMuluEbook .CatH3 {
    padding-left: 2em;
    margin-bottom: 4px;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluEbook .CatH4 {
    padding-left: 3em;
    margin-bottom: 4px;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluQuantao .CatH1 {
    color: #d25709;
    font-weight: bold;
    margin-bottom: 4px;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluQuantao .CatH2 {
    padding-left: 1em;
    position: relative;
    margin-bottom: 4px;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuMulu .SkuMuluQuantao .CatH2::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 9px;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    background: #e53737;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuMulu .ChapList {
    padding-left: 1em;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuMulu .ChapList .ChapLi {
    padding-left: 1em;
    position: relative;
}

.mobile-style .BlockRight .BlockIntro .IntroCon .SkuMulu .ChapList .ChapLi::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 9px;
    border-radius: 100%;
    width: 2px;
    height: 2px;
    background: #ffffff;
    border: 1px solid #e53737;
}


.mobile-style #Mid .Block .BlockRight .BlockComment {
    padding: 16px;
    background: #ffffff;
    margin-bottom: 12px;
    border-radius: 12px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon {
    width: 758px;
    overflow: hidden;
    padding: 10px 5px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .T {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px;
    font-size: 12px;
    color: #cc0000;
    margin-bottom: 15px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .T a {
    float: right;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .T strong {
    font-weight: normal;
    color: #333333;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .CommentForm {
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
    display: none;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .CommentForm .TextArea {
    border: 1px solid #999999;
    ;
    width: 756px;
    height: 88px;
    outline: 0px;
    line-height: 22px;
    margin-bottom: 10px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .CommentForm .BtnSubmit {
    background: url(https://book.100xuexi.com/Css/images/bg0069.gif) center center no-repeat;
    width: 42px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    float: right;
    cursor: pointer;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item {
    margin-bottom: 15px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .User {
    width: 70px;
    float: left;
    text-align: center;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .User .UserImg {
    width: 56px;
    height: 56px;
    padding: 6px;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    display: block;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .User .UserImg img {
    width: 56px;
    height: 56px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon {
    width: 674px;
    padding-left: 6px;
    float: right;
    background: url(https://book.100xuexi.com/Css/images/bg0035.gif) left top no-repeat;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-left: 0px;
    padding: 5px 10px 10px 10px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .Title {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    line-height: 24px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .Title .Time {
    float: right;
    color: #888888;
    font-weight: normal;
    font-size: 12px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .Con {
    border-top: 1px solid #ffffff;
    padding-top: 5px;
    padding-bottom: 10px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .BtnContainer {
    height: 24px;
    line-height: 24px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .MiniBtn {
    background: url(https://book.100xuexi.com/Css/images/bg0036.gif) left top no-repeat;
    padding-left: 1px;
    height: 24px;
    display: inline-block;
    zoom: 1;
    margin-right: 10px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .MiniBtn span {
    background: url(https://book.100xuexi.com/Css/images/bg0036.gif) right top no-repeat;
    padding: 0px 5px;
    display: inline-block;
    height: 24px;
    zoom: 1;
    cursor: pointer;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .BtnReply {
    float: right;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .Reply {
    padding-top: 10px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .Reply .TextAreaOuter {
    background: url(https://book.100xuexi.com/Css/images/bg0037.gif) right top no-repeat;
    padding-top: 8px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .Reply .TextAreaOuter .TextAreaInner {
    background: #ffffff;
    border: 1px solid #999999;
    border-top: 0px;
    padding: 10px;
    margin-bottom: 10px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .Reply .TextAreaOuter .TextAreaInner textarea {
    border: 0px;
    width: 630px;
    height: 88px;
    outline: 0px;
    line-height: 22px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .ReplyList {
    padding-left: 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem {
    border-bottom: 1px dotted #e5e5e5;
    padding: 5px 0px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem .Number {
    float: left;
    width: 50px;
    font-size: 30px;
    line-height: 50px;
    height: 50px;
    color: #888888;
    font-family: Arial;
    text-align: center;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon {
    float: right;
    width: 570px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon .RelyBaseInfo {
    height: 22px;
    margin-bottom: 5px;
}

.mobile-style #Mid .Block .BlockRight .BlockComment .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon .RelyBaseInfo .Time {
    float: right;
    color: #888888;
}

.mobile-style .ScollImg {
    width: 100%;
    height: 120px;
}

.mobile-style .ScollImg #focus2 {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.mobile-style .ScollImg #focus2 ul {
    height: 260px;
    position: absolute;
}

.mobile-style .ScollImg #focus2 ul li {
    float: left;
    width: 770px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.mobile-style .ScollImg #focus2 ul li a img {
    width: 770px;
    height: 120px;
}

.mobile-style .ScollImg #focus2 .btnBg {
    position: absolute;
    width: 770px;
    height: 20px;
    left: 0;
    bottom: 0px;
}

.mobile-style .ScollImg #focus2 .btn {
    position: absolute;
    width: 750px;
    height: 5px;
    right: 5px;
    bottom: 5px;
    text-align: right;
    padding: 0px;
}

.mobile-style .ScollImg #focus2 .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 5px;
    height: 5px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #ffffff;
    text-align: center;
    font-size: 0px;
    font-family: Arial;
    line-height: 5px;
    color: #cc0000;
    vertical-align: top;
    border-radius: 5px;
}

.mobile-style .ScollImg #focus2 .btn span.on {
    background: #cc0000;
    color: #ffffff;
}

.mobile-style .NewsDetailqqlogo3 {
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 3px;
}

.mobile-style #Mid .Block .BlockRight .ArticleContent {
    padding: 4px;
}

.mobile-style .FreeCon .nav-tabs {
    /* padding-top: 10px; */
    display: block;
    overflow: hidden;
    zoom: 1;
    position: relative;
}

.mobile-style .FreeCon .nav-tabs li {
    float: left;
    position: relative;
    z-index: 2;
    width: 20%;
}

.mobile-style .FreeCon .nav-tabs li a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #336699;
    padding: 10px;
    margin: 0px auto;
    border-radius: 100%;
    width: 2em;
    height: 2em;
    background: #f5f5f5;
    text-align: center;
}

.mobile-style .FreeCon .nav-tabs li.active a {
    background: #f2270c;
    color: #ffffff;
}

.mobile-style .FreeCon .tab-pane-show {
    display: block;
}

.mobile-style .FreeCon .tab-pane-hide {
    display: none;
}

.mobile-style .videoPreviewBox {
    position: relative;
    padding-top: 100%;
}

.mobile-style .videoPreview {
    position: absolute;
    background: #000000;
    right: 0px;
    bottom: 0px;
    top: 0px;
    left: 0px;
}

.mobile-style .videoPreview video {
    width: 100%;
    height: 100%;
}

.mobile-style .videoPreview .mobile-style .sc-video {
    width: 100%;
    height: 100%;
}

.mobile-style .sc-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000
}

.mobile-style .sc-video:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%
}

.mobile-style .sc-video .vjs-loading-spinner {
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    border-radius: 100%
}

.mobile-style .sc-video .vjs-big-play-button {
    width: 64px;
    height: 64px;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    box-sizing: border-box;
    background: 0
}

.mobile-style .sc-video .vjs-big-play-button:before {
    line-height: 60px;
    font-size: 40px;
    border-radius: 100%
}

.mobile-style .sc-video:hover .vjs-big-play-button, .mobile-style .sc-video .vjs-big-play-button:focus {
    background: 0
}

.mobile-style .sc-video.vjs-paused .vjs-big-play-button {
    display: block
}

.mobile-style .sc-video.vjs-paused .vjs-fullscreen-control {
    display: none
}

.mobile-style .sc-video.vjs-paused video {
    opacity: .8
}

.mobile-style .sc-video.vjs-paused .vjs-poster {
    background-color: transparent
}

.mobile-style .sc-video.vjs-paused .vjs-poster:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: .2
}

.mobile-style .sc-video .vjs-play-progress:before {
    top: -6px;
    right: -8px;
    font-size: 16px
}

.mobile-style .sc-video video::-webkit-media-controls {
    display: none !important
}

.mobile-style .sc-video .vjs-control-bar {
    height: 40px
}

.mobile-style .sc-video .vjs-control:before {
    font-size: 30px;
    line-height: 40px
}

.mobile-style .sc-video .vjs-time-control {
    line-height: 40px
}

.mobile-style .BlockRight .RecommendBooks .Container {
    margin: 0px -10px;
}

.mobile-style .BlockRight .RecommendBooks .Item {
    overflow: hidden;
    zoom: 1;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.mobile-style .BlockRight .RecommendBooks .Item .ItemImg {
    margin-bottom: 5px;
    padding: 0px;
    text-align: center;
    position: relative;
    z-index: 1;
    border: 1px solid #EEE;
    border-radius: 6px;
    overflow: hidden;
}

.mobile-style .BlockRight .RecommendBooks .Item .ItemImg::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.mobile-style .BlockRight .RecommendBooks .Item .ProductImg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.mobile-style .BlockRight .RecommendBooks .Item .ProductImg .ProductImgInner {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.mobile-style .BlockRight .RecommendBooks .Item .ProductImg img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mobile-style .BlockRight .RecommendBooks .Item .ItemName {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 1.5;
    max-height: 3em;
    overflow: hidden;
}

.mobile-style .BlockRight .RecommendBooks .Item .SaleInfo {
    display: none;
}

.mobile-style .BlockRight .RecommendBooks .Item .Price {
    text-align: left;
}

.mobile-style .BlockRight .RecommendBooks .Item .Price .NewPrice {
    font-family: Arial;
    color: #f2270c;
    padding-right: 12px;
}

.mobile-style .BlockRight .RecommendBooks .Item .Price .OldPrice {
    font-size: 12px;
    font-family: Arial;
    color: #666;
    padding-right: 12px;
    text-decoration: line-through;
    display: none;
}

.mobile-style .BlockRight .RecommendBooks .Item .Price .Discount {
    font-size: 12px;
    font-family: Arial;
    color: #666;
    display: none;
}

@media(min-width:600px) {
    .mobile-style .BlockRight .RecommendBooks .Container {
        margin: 0px -10px;
        overflow: hidden;
        zoom: 1;
    }

    .mobile-style .BlockRight .RecommendBooks .Item {
        padding: 10px;
        width: 25%;
        float: left;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
    }

    .mobile-style .BlockRight .RecommendBooks .Item:first-child {
        padding: 10px;
    }

    .mobile-style .BlockRight .RecommendBooks .Item:after {
        display: none;
    }

    .mobile-style .BlockRight .RecommendBooks .Item .ItemImg::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 100%;
    }

    .mobile-style .BlockRight .RecommendBooks .Item .ItemImg {
        margin-bottom: 5px;
        padding: 0px;
        text-align: center;
        position: relative;
        z-index: 1;
        border: 1px solid #EEE;
        float: none;
        width: 100%;
        box-sizing: border-box;
        border-radius: 6px;
        overflow: hidden;
    }

    .mobile-style .BlockRight .RecommendBooks .Item .ProductImg {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        overflow: hidden;
    }

    .mobile-style .BlockRight .RecommendBooks .Item .ProductImg .ProductImgInner {
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        width: 100%;
        height: 100%;
    }

    .mobile-style .BlockRight .RecommendBooks .Item .ProductImg img {
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .mobile-style .BlockRight .RecommendBooks .ItemDes {
        margin-left: 0;
        padding-left: 0;
    }

    .mobile-style .BlockRight .RecommendBooks .Item .ItemName {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        min-height: 4.5em;
        max-height: 4.5em;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 1.5;
        text-align: left;
        margin-bottom: 5px;
    }

    .mobile-style .BlockRight .RecommendBooks .Item .Price {
        display: none;
    }
}

.mobile-style .PopGetGiftTips {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 6000;
    background: #ffffff;
    display: none;
    padding: 44px 16px 16px 16px;
}

.mobile-style .PopGetGiftTips .BtnClose {
    font-size: 24px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: "å®‹ä½“";
    font-weight: bold;
    color: #ffffff;
    z-index: 10;
    background: #cccccc;
}

.mobile-style .PopGetGiftTipsCon {
    padding: 15px;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.mobile-style .PopGetGiftTips .BtnClose:hover {
    color: #cc0000;
}

.mobile-style .PopGetGiftTips a {
    color: #1e50a2;
}

.mobile-style .PopGetGiftTips a:hover {
    color: #cc0000;
}

.mobile-style .PopGetGiftTips p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.mobile-style .PopGetGiftTips p strong {
    font-weight: normal;
    color: #ff0000;
}

.mobile-style .PopGetGiftTips h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
    color: #cc0000;
}

.mobile-style .PopGetGiftTips .ImgBox {
    text-align: center;
    margin-bottom: 10px;
}

.mobile-style .PopGetGiftTips .ImgBox img {
    width: 320px;
}

.mobile-style .PopGetGiftTips .ImgBox .TipsImg {
    width: 140px;
}

.mobile-style .PopGetGiftTips .XXBookEntry {
    display: block;
    background: #f2270c;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    margin: 0px auto;
    color: #ffffff;
    font-size: 18px;
}

.mobile-style .PopGetGiftTips .XXBookEntry:hover {
    color: #ffffff;
}

.mobile-style .PopGetGiftTips .BookListContainer {
    height: 120px;
    overflow: auto;
    overflow-x: hidden;
    border: 1px solid #d9d9d9;
}

.mobile-style .PopGetGiftTips .BookListContainer ul {
    padding: 5px;
}

.mobile-style .PopGetGiftTips .BookListContainer li {
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/images/bg0012_0.gif) left 10px no-repeat;
    padding-left: 10px;
}

.mobile-style .PopGetGiftTips .Tips {
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/images/bg0012.gif) left 10px no-repeat;
    padding-left: 10px;
}

.mobile-style .BtnMyTalk {
    right: 10px;
}

.mobile-style .Coupon {
    position: relative;
    z-index: 5;
    border-top: 1px dotted #e5e5e5;
}

.mobile-style .Coupon .CouponView {
    padding: 15px 60px 15px 0px;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .Coupon .CouponView .CouponTag {
    float: left;
    font-weight: bold;
}

.mobile-style .Coupon .CouponView .CouponDes {
    /*	float:left;*/
    margin-left: 3em;
}

.mobile-style .Coupon .CouponView .CouponDes li {
    /*	float:left;*/
    overflow: hidden;
    zoom: 1;
}

.mobile-style .Coupon .CouponView .CouponDes li .couponTag {
    float: left;
    margin-right: 5px;
    color: #f2270c;
    border-top: 1px solid #f2270c;
    border-bottom: 1px solid #f2270c;
    background: #ffdedf;
    padding: 0px 7px;
    line-height: 20px;
    position: relative;
}

.mobile-style .Coupon .CouponView .CouponDes li .conponName {
    float: left;
    margin-right: 1em;
}

.mobile-style .Coupon .CouponView .CouponDes li .BeforeBorder {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 2px;
    height: 100%;
    background: url(http://e.100xuexi.com/css/Images/bg0362.gif) left top repeat-y;
}

.mobile-style .Coupon .CouponView .CouponDes li .AfterBorder {
    top: 0px;
    right: 0px;
    position: absolute;
    width: 2px;
    height: 100%;
    background: url(http://e.100xuexi.com/css/Images/bg0362.gif) left top repeat-y;
}

.mobile-style .Coupon .CouponView .CouponBtnSildeDown {
    cursor: pointer;
    background: #f5f5f5 url(https://book.100xuexi.com/Css/images/bg0096.png) right 10px center no-repeat;
    border-radius: 100px;
    padding: 3px 20px 3px 10px;
    background-size: auto 12px;
    z-index: 12;
    font-size: 12px;
}

.mobile-style .Coupon .CouponView .btnGetCoupon {
    color: #336699;
}

.mobile-style .Coupon .CouponView .btnGetCoupon:hover {
    color: #cc0000;
}

.mobile-style .Coupon .CouponMore {
    position: absolute;
    right: 0px;
    top: 13px;
}

.mobile-style .Coupon .CouponSlideCon {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    display: none;
    z-index: 10;
}

.mobile-style .Coupon .CouponSlideCon .CouponList {
    padding: 10px;
}

.mobile-style .Coupon .CouponSlideCon .CouponList li {
    padding-left: 10px;
    padding: 5px 0px 5px 10px;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
}

.mobile-style .Coupon .CouponSlideCon .CouponList li:last-child {
    border: 0px;
}

.mobile-style .Coupon .CouponSlideCon .CouponList li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 14px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #888888;
}

.mobile-style .Coupon .CouponSlideCon .CouponList li .CouponItem {
    display: block;
}

.mobile-style .Coupon .CouponSlideCon .CouponList li .CouponItem a {
    color: #1e50a2;
}

.mobile-style .Coupon .CouponSlideCon .CouponList li .CouponItem a:hover {
    color: #cc0000;
}

.mobile-style .Coupon .CouponSlideCon .CouponList .Deadline {
    color: #999999;
    display: block;
}

.mobile-style .Coupon .CouponSlideCon .LinkMore {
    border-top: 1px solid #e5e5e5;
}

.mobile-style .Coupon .CouponSlideCon .LinkMore .LinkAllProduct {
    padding: 5px 10px;
    display: block;
    text-align: right;
}

.mobile-style .fenxiao-poster {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #f5f5f5;
    z-index: 5000;
    display: none;
}

.mobile-style .fenxiao-poster .poster {
    position: fixed;
    top: 20px;
    bottom: 60px;
    left: 0px;
    right: 0px;
}

.mobile-style .fenxiao-poster .poster-img {
    width: 60%;
    margin: 0px auto 10px auto;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    -webkit-user-select: auto;
}

.mobile-style .fenxiao-poster .poster-img::before {
    content: "";
    display: block;
    padding-top: 177%;
}

.mobile-style .fenxiao-poster .poster-img img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.mobile-style .fenxiao-poster .poster-operation {
    text-align: center;
    position: relative;
}

.mobile-style .fenxiao-poster .poster-operation:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    height: 40px;
    top: -40px;
    background: linear-gradient(rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
    background: -webkit-linear-gradient(rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
}

.mobile-style .fenxiao-poster .btn-cancel {
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    background: #ffffff;
    font-size: 18px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-top: 1px solid #e5e5e5;
}

.mobile-style .fenxiao-poster .poster-price {
    color: #eb4a38;
}

.mobile-style .FixCart {
    display: none !important;
}

.mobile-style .big-cover-box {
    display: none;
    position: fixed;
    z-index: 99999;
    background-color: #000000;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0px;
    top: 0;
    right: 0px;
    bottom: 0;
}

.mobile-style .CouponDialog {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99900;
}

.mobile-style .CouponDialog .CouponDialogInner {
    background: #ffffff;
    border-radius: 8px 8px 0px 0px;
    background: #ffffff;
    position: absolute;
    height: 85%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.mobile-style .CouponDialog .CouponDialogTitle {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 44px;
}

.mobile-style .CouponDialog .CouponDialogTitleText {
    text-align: center;
    font-weight: bold;
    line-height: 44px;
    font-size: 15px;
}

.mobile-style .CouponDialog .CouponDialogTitle .BtnClose {
    border-radius: 100%;
    border: 1px solid #999999;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffff url(/css/images/bg0063.gif) center center no-repeat;
    background-size: 8px 8px;
    z-index: 10;
}

.mobile-style .CouponDialog .CouponDialogContent {
    position: absolute;
    top: 44px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0px 20px 50px 20px;
}

.mobile-style .CouponDialog .CouponList .CouponItem {
    margin-bottom: 18px;
    padding: 12px 10px;
    border-top: 6px solid #ffaf04;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .1);
    border-radius: 6px;
    overflow: hidden;
}

.mobile-style .CouponDialog .CouponList .CouponItemInner {
    display: block;
}

.mobile-style .CouponDialog .CouponList .CouponBaseInfo {
    float: left;
    width: 110px;
    position: relative;
    padding-top: 30px;
    text-align: center;
}

.mobile-style .CouponDialog .CouponList .CouponBaseInfo .CouponItemName {
    background: #ffaf04;
    color: #ffffff;
    padding: 2px 15px 2px 10px;
    border-radius: 0px 100px 100px 0px;
    position: absolute;
    left: -10px;
    top: -5px;
    font-size: 12px;
}

.mobile-style .CouponDialog .CouponList .CouponItemMoney {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #f2270c;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.mobile-style .CouponDialog .CouponList .CouponItemMoney .Num {
    font-size: 36px;
    /* font-family: 'Roboto', sans-serif;
  font-weight: bold; */
}

.mobile-style .CouponDialog .CouponList .CouponItemCondition {
    display: block;
}

.mobile-style .CouponDialog .CouponList .CouponOtherInfo {
    margin-left: 120px;
    display: block;
    height: 90px;
    position: relative;
}

.mobile-style .CouponDialog .CouponList .CouponOtherInfo .Deadline {
    text-align: left;
    display: block;
}

.mobile-style .CouponDialog .CouponList .CouponOtherInfo .GetTag {
    display: inline-block;
    background: #f2270c;
    color: #ffffff;
    padding: 2px 20px;
    border-radius: 100px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.mobile-style .ServiceStyle01, .mobile-style .ServiceStyle02, .mobile-style .ServiceStyle03, .mobile-style .ServiceStyle04, .mobile-style .ServiceStyle05, .mobile-style .ServiceStyle06 {
    display: none !important;
}

.mobile-style .user-entry {
    display: none !important;
}

.mobile-style .app-download {
    background: #444444;
    overflow: hidden;
    position: relative;
    height: 48px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding-left: 48px;
}

.mobile-style .app-download .btn-close {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mobile-style .app-download .btn-close:before {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: url(https://wx.100xuexi.com/images/Mobile_bg0036.png) center center no-repeat;
    background-size: 10px 10px;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    left: 15px;
    top: 15px;
}

.mobile-style .app-download .app-download-main {
    display: block;
    color: #ffffff;
    overflow: hidden;
}

.mobile-style .app-download .app-download-main span {
    display: block;
}

.mobile-style .app-download-main .btn-close {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mobile-style .app-download-main .app-logo {
    width: 38px;
    height: 38px;
    float: left;
    background: #e53737;
    border-radius: 8px;
    margin-top: 5px;
}

.mobile-style .app-download-main .app-logo img {
    width: 100%;
    height: 100%;
}

.mobile-style .app-download .app-des {
    margin-left: 48px;
    padding: 5px 0px;
}

.mobile-style .app-download .app-des .app-title {
    font-size: 14px;
    line-height: 20px;
}

.mobile-style .app-download .app-des .app-sub-title {
    font-size: 12px;
    line-height: 18px;
    color: #bbbbbb;
}

.mobile-style .app-download .btn-download {
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 48px;
    height: 48px;
    padding: 0px 16px;
    font-size: 16px;
    background: #ff3e3e;
}

.mobile-style .text-for-copy {
    position: absolute;
    left: -9999em;
    top: -9999em;
}

.mobile-style .browser-tips {
    position: fixed;
    z-index: 200000;
    background: rgba(0, 0, 0, 0.75);
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    color: #ffffff;
    display: none;
}

.mobile-style .browser-tips .tips-box {
    padding: 50px 20px 20px 20px;
    background: url(https://www.100xuexi.com/css/images/vip/arrow-bg.png?v=20210828) right top no-repeat;
    background-size: auto 50px;
    width: 15em;
    text-align: center;
    position: fixed;
    right: 0px;
    top: 0px;
    font-size: 18px;
}

.mobile-style .browser-tips .tips-box .btn-isee {
    width: 6em;
    border: 2px solid #ffffff;
    border-radius: 100px;
    line-height: 36px;
    display: block;
    margin: 10px auto;
    color: #ffffff;
}

.mobile-style .empty {
    text-align: center;
    padding: 60px 0px;
    background: #ffffff;
}

.mobile-style .empty .empty-icon {
    width: 50px;
    height: 50px;
    margin: 0px auto 10px auto;
    background: url(/css/images/empty.png) center center no-repeat;
    background-size: 100% auto;
}

.mobile-style .empty .empty-btns {
    padding: 10px 0px;
}

.mobile-style .empty .empty-btns .btn-gohome {
    border-radius: 100px;
    background: #e53737;
    color: #ffffff;
    display: inline-block;
    padding: 0px 1.5em;
    line-height: 36px;
}