﻿/* 创业网站提供服务 */

.AgentHasPrint {
    display: none;
}

/* 创业网站不提供提供服务 */

.AgentNotHasPrint {
    display: none;
}

/* .pc-style {
    padding-bottom: 60px;
} */

.pc-style #Mid {
    width: 1120px;
    padding-top: 10px;
    margin: 0px auto;
}

/*说明：此样式表为e书详细信息页面通用样式，含e书信息页、e书全部评论页和发表评论页面的通用样式*/

/*顶部固定信息*/
.pc-style .Current {
    margin-bottom: 10px;
}

.pc-style .Coordinate {
    z-index: 1000;
    height: 60px;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
}

.pc-style .Coordinate .FixedBg {
    height: 60px;
    width: 100%;
    background: #fff9c6;
    /* background: rgba(255,255,255,0.8); */
    /*background: #ffe5db;*/
    position: absolute;
    left: 0px;
    top: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #fff2ed;
    z-index: 1001;
}

.pc-style .Coordinate .FixedInfo {
    position: relative;
    width: 1120px;
    height: 40px;
    padding: 10px 0px;
    margin: 0px auto;
    z-index: 1002;
}

.pc-style .Coordinate .FixedInfo .BookInfo {
    float: right;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookImg {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: none;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookImg img {
    max-width: 100px;
    max-height: 100px;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookImg .Bgimg img {
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookImg .ProductImg {
    width: 90px;
    height: 90px;
    padding: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookImg .ProductImg img {
    max-width: 90px;
    max-height: 90px;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes {
    float: left;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes h1 {
    font-size: 14px;
    font-weight: bold;
    color: #00427C;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
    height: 48px;
    display: none;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes h1 span {
    color: #ff0000;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer {
    height: 40px;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer li {
    float: left;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .btnBook {
    float: left;
    margin-left: 10px;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    width: 120px;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    font-weight: bold;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer span:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    margin-right: 4px;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnFreeDownLoad {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnFreeDownLoad:before {
    background: url(../../Images/bg0366.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnFreeDownLoadGift {
    display: none !important;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnBuy {
    border: 1px solid #e53737;
    background: #e53737;
    color: #ffffff;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnBuy:before {
    background: url(../../Images/bg0367.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnBuy:hover {
    background-color: #e53737;
    border: 1px solid #e53737;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnFreeDownLoadNew {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
    width: 130px;
    font-size: 0px;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnFreeDownLoadNew:before {
    display: none !important;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnFreeDownLoadNew strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnFreeDownLoadNew em {
    display: inline-block;
    font-size: 12px;
    background: #e53737;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: normal;
    line-height: 18px;
    font-family: "宋体";
    vertical-align: middle;
    margin-left: 5px;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnTakeGift {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnTakeGift:before {
    background: url(../../Images/bg0369.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnTakeGift:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnBuy2 {
    background: url(../../Images/bg0029_0.gif) center center no-repeat;
    border: 0px;
    width: 150px;
    height: 40px;
    cursor: pointer;
    float: left;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnBuy3 {
    background: url(../../Images/bg0029_3.gif) center center no-repeat;
    border: 0px;
    width: 150px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer;
    float: left;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnRead {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnRead:before {
    background: url(../../Images/bg0365.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnFreeRead {
    background: url(../../Images/bg0030_4.gif) center center no-repeat;
    border: 0px;
    width: 120px;
    height: 40px;
    cursor: pointer;
    float: left;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnPlay {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnPlay:before {
    background: url(../../Images/bg0368.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .XiaJia {
    height: 40px;
    float: left;
    color: #666666;
    font-size: 16px;
    line-height: 40px;
}

.pc-style .Coordinate .FixedInfo .BookInfo .BookDes .ShareBar {
    height: 16px;
    padding: 13px 0px;
    line-height: 16px;
}

.pc-style .Coordinate .FixedInfo .BookInfo .DownloadCode {
    float: right;
    width: 130px;
    height: 40px;
    background: url(../../Images/bg0301.gif) center center no-repeat;
    position: relative;
    cursor: pointer;
    display: none;
}

.pc-style .Coordinate .FixedInfo .BookInfo .DownloadCode .CodeContainer {
    position: absolute;
    right: 0px;
    top: 45px;
    background: #ffffff;
    background: url(../../Images/bg0039.gif) right top no-repeat;
    padding-top: 8px;
}

.pc-style .Coordinate .FixedInfo .BookInfo .DownloadCode .CodeContainer .CodeBody {
    /*	border:1px solid #999999;*/
    border-top: 0px;
}

.pc-style .Coordinate .FixedInfo .BookInfo .DownloadCode .CodeContainer img {
    width: 110px;
    height: 110px;
    background: url(../../Images/bg0300.gif) center center no-repeat;
}

.pc-style .Coordinate .FixedInfo .QuickTab {
    float: left;
    overflow: hidden;
    zoom: 1;
}

.pc-style .Coordinate .FixedInfo .QuickTab ul {
    border: 1px solid #d9c3ba;
    border-radius: 4px;
    overflow: hidden;
    zoom: 1;
}

.pc-style .Coordinate .FixedInfo .QuickTab li {
    float: left;
    border-right: 1px solid #d9c3ba;
}

.pc-style .Coordinate .FixedInfo .QuickTab li:last-child {
    border-right: 0;
}

.pc-style .Coordinate .FixedInfo .QuickTab li a {
    display: block;
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    padding: 0px 15px;
    background: #ffffff;
    color: #1e50a2;
}

.pc-style .Coordinate .FixedInfo .QuickTab li a:hover {
    background: #e53737;
    color: #ffffff;
}

.pc-style .Block {
    width: 1120px;
    margin-bottom: 20px;
}

.pc-style .Block:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .Block .BlockLeft {
    float: left;
    width: 840px;
}

/*电子书基本信息——开始*/

.pc-style .Block .BookName {
    font-size: 20px;
    font-weight: bold;
    color: #555555;
    line-height: 1.5;
    padding: 15px 0px;
    display: block;
}

.pc-style .Block .BookName .cssType {
    color: #e53737;
    display: none !important;
}

.pc-style .Block .BookName .download {
    color: #e53737;
    font-size: 14px;
}

.pc-style .Block .BookName .AttentionTips {
    color: #e53d00;
    font-size: 14px;
}

.pc-style .Block .BookName .download .SendApp {
    background: url(../../Images/bg02787.gif) right center no-repeat;
    padding-right: 16px;
    margin-left: -10px;
}

.pc-style .Block .BookName .SubTitle {
    font-size: 14px;
    color: #006600;
    padding-top: 5px;
}

.pc-style .Block .BookName .collegeShow {
    font-size: 12px;
    font-weight: normal;
}

.pc-style .Block .BookName .collegeShow a {
    color: #00427c;
}

.pc-style .Block .BookName .XiaJiaTips {
    color: #e53737;
}

.pc-style .Block .BlockLeft .PCRead {
    font-weight: normal;
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
    zoom: 1;
    padding: 0px 10px;
}

.pc-style .Block .BlockLeft .PCRead .T_1 {
    float: left;
    background: url(../../Images/bg0313_0.gif) 10px center no-repeat;
    padding: 10px 20px 10px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.pc-style .Block .BlockLeft .PCRead .T_2 {
    color: #666666;
    padding: 10px 20px;
    float: left;
    font-size: 14px;
}

.pc-style .Block .BlockLeft .PCRead .T_3 {
    float: right;
}

.pc-style .Block .BlockLeft .PCRead .T_3 a {
    color: #1e50a2;
}

.pc-style .Block .BlockLeft .PCRead .T_3 a:hover {
    color: #e53737;
}

.pc-style .Block .BlockLeft .AwordTips {
    background: #ff605b;
    height: 40px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.pc-style .Block .BlockLeft .AwordTips .Btn01 {
    position: absolute;
    display: block;
    width: 96px;
    height: 40px;
    background: url(../../Images/bg0358.png) center center no-repeat;
    right: 10px;
    top: 10px;
}

.pc-style .Block .BlockLeft .AwordTips .Btn02 {
    position: absolute;
    display: block;
    width: 96px;
    height: 40px;
    background: url(../../Images/bg0359.png) center center no-repeat;
    right: 120px;
    top: 10px;
}

.pc-style .Block .BlockLeft .AwordTips1 {
    background: url(../../Images/bg0357_1.png) center center no-repeat;
}

.pc-style .Block .BlockLeft .AwordTips2 {
    background: url(../../Images/bg0357_2.png) center center no-repeat;
}

.pc-style .Block .BlockLeft .AwordTips3 {
    background: url(../../Images/bg0357_3.png) center center no-repeat;
}

.pc-style .Block .BlockLeft .BookDetail {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft {
    float: left;
    width: 350px;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookCover {
    width: 350px;
    height: 350px;
    margin-bottom: 10px;
    background: #ffffff;
    position: relative;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookCover .XiaJia {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookCover .XiaJia:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    font-size: 12px;
    z-index: 10;
    background: #f5f5f5 url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0425.png) center center no-repeat;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg {
    width: 348px;
    height: 348px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
    background: #ffffff;
    display: none;
    border-radius: 10px;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookCover #zoomBox {
    width: 175px;
    height: 175px;
    /* border:1px solid #ff0000; */
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 100;
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookCover #zoomBox:after {
    content: "";
    display: block;
    border: 1px solid #ffffff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookCover #bookCoverMask {
    width: 350px;
    height: 350px;
    z-index: 150;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: move;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookCover #bigImgBox {
    width: 400px;
    height: 400px;
    z-index: 150;
    position: absolute;
    left: 350px;
    top: 0px;
    background: #ffffff;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookCover #bigImgBox #bigImg {
    width: 800px;
    height: 800px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 0px;
}


.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .CoverLink {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* padding: 10px; */
    position: relative;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .CoverLink:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 15;
    background-position: center center;
    background-repeat: no-repeat;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .YunCoverLink {
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookSubImgInner {
    background: center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .XiaJia {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .XiaJia:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    font-size: 12px;
    z-index: 10;
    background: #f5f5f5 url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0425.png) center center no-repeat;
}
.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookImgBgInner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    filter: blur(50px);
    -webkit-filter: blur(50px);
    z-index: 1;
}
.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookImgInner {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: relative;
    cursor: pointer;
    /* box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.1); */
    background: url(http://wx.100xuexi.com/images/img_loading.png) center center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* .pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookImgInner:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #000000;
    opacity: 0.1;
    z-index: 10;
} */

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .CoverTag {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 15;
    background-position: center bottom;
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    opacity: 0;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .Bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    overflow: hidden;
    text-align: center;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .ProductImg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    overflow: hidden;
    text-align: center;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .VideoImg .ProductImg img {
    width: 80%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 25%;
    box-sizing: border-box;
    border: 2px solid #ffffff;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .CodeMask {
    background: #000000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    display: none;
    z-index: 3;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookCode {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 4;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookCode .Code {
    width: 140px;
    height: 140px;
    margin: 19px auto;
    padding: 5px;
    background: #ffffff;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookCode .Code img {
    width: 140px;
    height: 140px;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookCode .DownloadTips {
    background: #f5f5f5;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    padding: 4px 0px;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg:hover .CodeMask, .pc-style .Block .BlockLeft .BookDetail .BookLeft .BookImg:hover .BookCode {
    display: block;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .BookVideo .BookVideoInner {
    position: relative;
    width: 100%;
    height: 100%;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video {
    width: 100%;
    height: 100%;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video .vjs-loading-spinner {
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    border-radius: 100%
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .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 .Block .BlockLeft .BookDetail .BookLeft .sc-video .vjs-big-play-button:before {
    line-height: 60px;
    font-size: 40px;
    border-radius: 100%
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video:hover .vjs-big-play-button, .pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video .vjs- big-play-button:focus {
    background: 0
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video.vjs-paused .vjs-big-play-button {
    display: block
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video.vjs-paused .vjs-fullscreen-control {
    display: none
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video.vjs-paused video {
    opacity: .8
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video.vjs-paused .vjs-poster {
    background-color: transparent
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video.vjs-paused .vjs-poster:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: .2
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video .vjs-play-progress:before {
    top: -6px;
    right: -8px;
    font-size: 16px
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video video::-webkit-media-controls {
    display: none !important
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video .vjs-control-bar {
    height: 40px
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video .vjs-control:before {
    font-size: 30px;
    line-height: 40px
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .sc-video .vjs-time-control {
    line-height: 40px
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .FreeTry {
    text-align: center;
    height: 24px;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .FreeTry .BtnTry {
    background: url(../../Images/bg0031.gif) center center no-repeat;
    width: 80px;
    height: 24px;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .FreeTry .BtnPlay {
    background: url(../../Images/bg0031_3.gif) center center no-repeat;
    width: 80px;
    height: 24px;
}

.pc-style .BlockLeft .BookDetail .BookLeft .BookImgNavList {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}

.pc-style .BlockLeft .BookDetail .BookLeft .BookImgNavList .BookImgNavItem {
    width: 60px;
    height: 60px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    float: left;
    position: relative;
}

.pc-style .BlockLeft .BookDetail .BookLeft .BookImgNavList .BookImgNavItem .BookImgNavItemLink {
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffff center center no-repeat;
    background-size: contain;
}

.pc-style .BlockLeft .BookDetail .BookLeft .BookImgNavList .BookImgNavItem:hover {
    border: 1px solid #666666;
}

.pc-style .BlockLeft .BookDetail .BookLeft .BookImgNavList .BookImgNavItem.Selected {
    border: 1px solid #e53737;
}

.pc-style .BlockLeft .BookDetail .BookLeft .BookImgNavList .BookImgNavItem.Selected:after {
    content: "";
    border: 2px solid #e53737;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .OtherLinks {
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 14px;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .OtherLinks .Praise {
    float: left;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .OtherLinks .Interactive .BtnPraise {
    float: left;
    height: 24px;
    line-height: 24px;
    background: url(../../Images/bg0312_1.gif) left center no-repeat;
    margin-right: 5px;
    padding-left: 20px;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .OtherLinks .Interactive .BtnPraised {
    float: left;
    height: 24px;
    line-height: 24px;
    background: url(../../Images/bg0312_1_0.gif) left center no-repeat;
    margin-right: 5px;
    padding-left: 20px;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .OtherLinks .Interactive .Share {
    float: right;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .OtherLinks .Interactive .Share .BtnShare {
    float: left;
    height: 24px;
    background: url(../../Images/bg0312_2.gif) right center no-repeat;
    padding-right: 20px;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .OtherLinks .Interactive .Share .BtnShare:hover {
    background: url(../../Images/bg0312_2_0.gif) right center no-repeat;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .OtherLinks .Interactive .Share .BoxShare {
    position: absolute;
    right: 0px;
    top: 24px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 10px;
    width: 198px;
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .OtherLinks .Interactive .ShareHover .BoxShare {
    display: block;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .FrontCover {
    text-align: center;
    height: 24px;
}

.pc-style .Block .BlockLeft .BookDetail .BookLeft .FrontCover .BtnDownload {
    background: url(../../Images/bg0031_0.gif) center center no-repeat;
    width: 80px;
    height: 24px;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight {
    float: right;
    width: 420px;
    line-height: 24px;
}

.pc-style .Block .BlockLeft .MobielBookName {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .FavorBtns {
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .SellPontText {
    margin-bottom: 10px;
    color: #cc6600;
}

.pc-style .Block .BlockLeft .XiaJiaTitle {
    display: none;
}

/* 纸质书信息 begin=================================================================================== */
.pc-style .Block .BlockLeft .BookDetailLoading::before {
    content: "";
    display: block;
    padding-top: 50%;
    background: url(/css/images/loading_white.gif) center center no-repeat;
}

.pc-style .Block .BlockLeft .BookDetail .PresellTips {
    padding: 10px 15px 10px 30px;
    background: #ffffcc url(https://e.100xuexi.com/Css/images/bg0557.png) 10px center no-repeat;
    color: #e53737;
    font-size: 14px;
    font-weight: bold;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Summary {
    margin-bottom: 20px;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem {
    padding: 20px 0px;
    border-bottom: 1px dotted #e5e5e5;
    line-height: 40px;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItemImportant {
    /* background:#f5f5f5 url(../Images/bg0538.png) center center no-repeat; */
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .PringDes {
    clear: both;
    font-size: 14px;
    color: #cc6600;
    line-height: 1.5;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .BtnBuy {
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑", "宋体";
    line-height: 40px;
    width: 60px;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    font-weight: bold;
    border: 1px solid #e53737;
    color: #ffffff;
    float: right;
    background: -webkit-linear-gradient(#e53737, #e53737);
    /* Safari 5.1 - 6.0 */
    background: linear-gradient(#e53737, #e53737);
    /* 标准的语法 */
    margin-left: 10px;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .BtnBuy:hover {
    background: -webkit-linear-gradient(#e53737, #cc3131);
    /* Safari 5.1 - 6.0 */
    background: linear-gradient(#e53737, #cc3131);
    /* 标准的语法 */
    border: 1px solid #cc3131;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .BtnAddShopcart {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #ffe5dd url(https://e.100xuexi.com/Css/Images/bg0555.png) center center no-repeat;
    border: 1px solid #ffc2bc;
    position: relative;
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .BtnAddShopcartText {
    position: absolute;
    top: -2.8em;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    border-radius: 4px;
    padding: 0.5em;
    font-size: 12px;
    width: 5em;
    left: 50%;
    margin-left: -3em;
    line-height: 1;
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .BtnAddShopcartText:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    width: 0px;
    height: 0px;
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .BtnAddShopcart:hover {
    border-color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .BtnAddShopcart:hover .BtnAddShopcartText {
    display: block;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Price {
    position: relative;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .PriceTag {
    /* background: #704cc9; */
    background: #572fba;
    color: #ffffff;
    padding: 5px 10px;
    position: relative;
    font-size: 17px;
    line-height: 24px;
    height: 24px;
    float: left;
    border-radius: 100px 100px 100px 0px;
    font-weight: bold;
    letter-spacing: 1px;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .PriceTag::before {
    content: "";
    position: absolute;
    width: 0;
    display: block;
    font-size: 0;
    left: -6px;
    bottom: 0;
    height: 0;
    border: 5px solid #572fba;
    border-color: transparent #572fba #572fba transparent;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .PriceDes {
    float: left;
    color: #888888;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Price .Free {
    font-family: "微软雅黑", "宋体";
    font-weight: bold;
    font-size: 20px;
    color: #006600;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Price .NewPrice {
    font-weight: bold;
    font-size: 30px;
    color: #e53737;
    padding-right: 10px;
    font-family: 'Roboto', sans-serif;
    float: left;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Price .NewPrice .RMB {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Price .VipPrice {
    float: left;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Price .VipPrice .VipPriceInner {
    padding: 8px 10px;
    color: #99651c;
    background: #fbefda;
    border-radius: 4px;
    line-height: 24px;
    display: block;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Price .VipPrice .VipPriceDes {
    display: inline-block;
    vertical-align: middle;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Price .VipPrice .BtnOpenVip {
    color: #ffffff;
    background: #99651c;
    border-radius: 100px;
    padding: 0px 8px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Price .VipPrice .BtnOpenVip:hover {
    color: #ffffff;
    background: #99651c;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Price .VipPrice .WhatIsVip {
    border-radius: 100px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 2px solid #99651c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    /* background: #ffffff; */
    color: #99651c;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Price .OldPrice {
    font-family: Arial;
    font-size: 16px;
    color: #666666;
    padding-right: 15px;
    line-height: 30px;
    text-decoration: line-through;
    font-weight: normal;
}

.pc-style .Block .BlockLeft .BookDetail .HasPrint .Price .Discount {
    font-family: Arial;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    font-weight: normal;
}

/* 纸质书信息 end=================================================================================== */

/* 默认信息 begin=================================================================================== */

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .Price {
    background: #ffe5db;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .Free {
    font-family: "微软雅黑", "宋体";
    font-weight: bold;
    font-size: 20px;
    color: #006600;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .NewPrice {
    font-weight: bold;
    font-size: 30px;
    color: #e53737;
    padding-right: 15px;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    float: left;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .NewPrice .RMB {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .OldPrice {
    font-family: Arial;
    font-size: 16px;
    color: #666666;
    padding-right: 15px;
    line-height: 30px;
    text-decoration: line-through;
    font-weight: normal;
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .Discount {
    font-family: Arial;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    font-weight: normal;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .VipPrice {
    float: left;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .VipPriceInner {
    color: #99651c;
    /* background: #fbefda; */
    border-radius: 4px;
    line-height: 24px;
    display: block;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .VipPriceInner .VipPriceDes {
    display: inline-block;
    vertical-align: middle;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .VipPriceInner .BtnOpenVip {
    color: #ffffff;
    background: #99651c;
    border-radius: 100px;
    padding: 3px 8px;
    margin-left: 14px;
    display: inline-block;
    vertical-align: middle;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .VipPriceInner .BtnOpenVip:hover {
    color: #ffffff;
    background: #99651c;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .VipPriceInner .WhatIsVip {
    border-radius: 100px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 2px solid #99651c;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    /* background: #ffffff; */
    color: #99651c;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .PringDes {
    font-size: 14px;
    color: #cc6600;
    line-height: 1.5;
    padding: 5px 10px;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .BtnBuyPaperBook {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0409.gif) center center no-repeat;
    width: 140px;
    height: 24px;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .w1 {
    line-height: 1.5;
    padding: 5px 10px;
    font-size: 14px;
    box-sizing: border-box;
    width: 50%;
    float: left;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .w2 {
    line-height: 1.5;
    padding: 5px 10px;
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    float: left;
}

.pc-style .Block .BlockLeft .BookDetail .NotHasPrint .OSforDownloadTips {
    display: none;
}

/* 默认信息 end=================================================================================== */

.pc-style .Block .BlockLeft .BookDetail .BookRight a {
    color: #00427c;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight a:hover {
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight table .Property {
    line-height: 50px;
    height: 50px;
    float: left;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer {
    padding-top: 20px;
    /* overflow: hidden; */
    overflow: visible;
    zoom: 1;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .LiDownload {
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .LiDownloadMust {
    display: block;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .LiDownloadNew {
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .btnBook {
    display: block;
    cursor: pointer;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    width: 120px;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    font-weight: bold;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .btnBook span:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    margin-right: 4px;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .PaperBook {
    color: #00427c;
    float: left;
    margin-top: 10px;
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoad {
    /* background: url(../../Images/bg0028.gif) center center no-repeat; */
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
    left: 0px;
    top: 0px;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoad:before {
    background: url(../../Images/bg0366.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoad:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoadGift {
    display: none !important;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoad_Big {
    background: url(../../Images/bg0028_0.gif) center center no-repeat;
    border: 0px;
    width: 200px;
    height: 60px;
    cursor: pointer;
    float: left;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoadNew {
    width: 130px;
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoadNew:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

/* .pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoadNew strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
} */

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoadNew em {
    display: inline-block;
    font-size: 12px;
    background: #e53737;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 5px;
    font-weight: normal;
    line-height: 18px;
    font-family: "宋体";
    vertical-align: middle;
    margin-left: 5px;
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoadNew:before {
    background: url(../../Images/bg0366.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnBuy {
    /* background: url(../../Images/bg0029.gif) center center no-repeat; */
    border: 1px solid #e53737;
    background: #e53737;
    color: #ffffff;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnBuy:before {
    background: url(../../Images/bg0367.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BuyTips {
    position: absolute;
    right: 0px;
    top: 60px;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BuyTips .BuyTipsInner:before {
    content: "";
    display: block;
    background: #fcf8e3;
    width: 10px;
    height: 10px;
    border-top: 1px solid #c09853;
    border-left: 1px solid #c09853;
    border-top-left-radius: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 50px;
    top: -5px;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BuyTips .BuyTipsInner {
    background: #fcf8e3;
    border: 1px solid #c09853;
    color: #997644;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    width: 260px;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BuyTips .BuyTipsMore {
    background: url(https://e.100xuexi.com/Css/Images/bg0381.png) right center no-repeat;
    padding-right: 16px;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnBuy:hover {
    background-color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnBuy2 {
    background: url(../../Images/bg0029_0.gif) center center no-repeat;
    border: 0px;
    width: 150px;
    height: 40px;
    cursor: pointer;
    float: left;
}

/*app制作的电子书购买*/

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnBuy3 {
    background: url(../../Images/bg0029_3.gif) center center no-repeat;
    border: 0px;
    width: 150px;
    height: 40px;
    cursor: pointer;
    float: left;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnTakeGift {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnTakeGift:before {
    background: url(../../Images/bg0369.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFavorite {
    background: url(../../Images/bg0030.gif) center center no-repeat;
    border: 0px;
    width: 90px;
    height: 40px;
    cursor: pointer;
    float: left;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeRead {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeRead:before {
    background: url(../../Images/bg0365.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeRead:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnReadByPsw {
    /* background: url(../../Images/bg0030_5.gif) center center no-repeat; */
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    display: block;
    text-align: center;
    border-radius: 3px;
    width: 130px;
    height: 40px;
    cursor: pointer;
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnReadByPsw:before {
    background: url(../../Images/bg0370.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnRead {
    /* background: url(../../Images/bg0030_2.gif) center center no-repeat; */
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnRead:before {
    background: url(../../Images/bg0365.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnRead:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnDo {
    /* background: url(../../Images/bg0030_2.gif) center center no-repeat; */
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnDo:before {
    background: url(../../Images/bg0365_0.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnDo:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnPlay {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnPlay:before {
    background: url(../../Images/bg0368.png) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnPlay:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .XiaJia {
    border: 0px;
    width: 120px;
    height: 40px;
    float: left;
    background: #f5f5f5;
    color: #666666;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    text-shadow: 1px 1px 1px #ffffff;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .VipBtnContainer {
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .user-tips {
    color: #666666;
}

.pc-style .Block .BlockLeft .BookDetail.NotForSale .NotForSaleBox {
    padding-top: 80px;
}

.pc-style .Block .BlockLeft .BookDetail.NotForSale .BtnContainer {
    padding: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.pc-style .Block .BlockLeft .BookDetail.NotForSale .BtnContainer .BtnItem {
    display: inline-block;
    vertical-align: top;
}

.pc-style .Block .BlockLeft .BookDetail.NotForSale .NotForSaleTips {
    font-size: 15px;
    background: #f9f9f9;
    margin-bottom: 20px;
    padding: 20px;
}

.pc-style .Block .BlockLeft .BookDetail.NotForSale .NotForSaleTips .TipsRed {
    color: #e53d00;
    font-weight: bold;
}

.pc-style .Block .BlockLeft .BookDetail.NotForSale .TipsTag {
    color: #e53d00;
}

.pc-style .Block .BlockLeft .BookDetail.NotForSale .BtnContainerOpenVip {
    display: inline-block;
    margin: 0px 10px;
    text-align: center;
    vertical-align: top;
}

.pc-style .Block .BlockLeft .BookDetail.NotForSale .WhatIsVip {
    font-size: 14px;
}

.pc-style .Block .BlockLeft .BookDetail.NotForSale .BtnOpenVip {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑", "宋体";
    line-height: 40px;
    width: 140px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #e53737;
    color: #ffffff;
    background: -webkit-linear-gradient(#e53737, #e53737);
    background: linear-gradient(#e53737, #e53737);
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .BookDetail.NotForSale .BtnOpenVip:hover {
    background: -webkit-linear-gradient(#e53737, #cc3131);
    background: linear-gradient(#e53737, #cc3131);
    border: 1px solid #cc3131;
    color: #ffffff;
}

.pc-style .Block .BlockLeft .BookDetail.NotForSale .BtnVipRead {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    width: 180px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #e4b96a;
    background: linear-gradient(to right, #f2debb, #e4b96a);
    color: #99651c;
    margin-right: 20px;
    text-shadow: 1px 1px 0px #f2debb;
    vertical-align: top;
}

.pc-style .Block .BlockLeft .BookDetail.NotForSale .BtnVipRead:hover {
    border: 1px solid #99651c;
    color: #99651c;
}

.pc-style .Block .BlockLeft .BookDetail.NotForSale .BtnViewPackage {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    width: 140px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
    vertical-align: top;
    margin: 0px 10px;
}

.pc-style .Block .BlockLeft .BookDetail.NotForSale .BtnViewPackage:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer.HasPrint .LiBuy {
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .GiftHelp {
    overflow: hidden;
    zoom: 1;
    clear: both;
    padding-top: 10px;
    margin-top: 10px;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .GiftHelp li {
    float: left;
    margin-right: 1em;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .GiftHelp li a {
    color: #333333;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 0px 10px;
    border-radius: 3px;
    font-family: "宋体";
    background: #ffffff;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .GiftHelp li a:hover {
    border-color: #e53737;
    color: #e53737;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .ShareBar {
    /* height: 16px;
    line-height: 16px; */
    padding-top: 15px;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .ShareBar .BtnShare {
    border-radius: 100px;
    border: 1px solid #e53737;
    color: #e53737;
    padding: 0px 1em;
    display: inline-block;
    vertical-align: middle;
}

/* .pc-style .Block .BlockLeft .BookDetail .BookRight .ShareBar .BtnFavorite {
    float: left;
    margin-right: 24px;
    color: #00427c;
}

.pc-style .Block .BlockLeft .BookDetail .BookRight .ShareBar .BtnFavorite:hover {
    color: #e53737;
} */

.pc-style .Block .BlockLeft .BookDetail .BaseInfoTable {
    width: 100%;
    clear: both;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    position: relative;
    box-sizing: border-box;
    position: relative;
}

.pc-style .Block .BlockLeft .BookDetail .BaseInfoTable:before {
    content: "";
    display: block;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0px;
    z-index: 2;
}

.pc-style .Block .BlockLeft .BookDetail .BaseInfoTable:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .Block .BlockLeft .BookDetail .BaseInfoTableItem {
    width: 50%;
    float: left;
    box-sizing: border-box;
    position: relative;
    width: 50%;
}

.pc-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemTitle {
    background: #f5f5f5;
    padding: 10px 15px;
    line-height: 26px;
    font-size: 0px;
    color: #e53737;
    background: #f5f5f5;
}

.pc-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemTitle .TitleText {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 17px;
    font-weight: bold;
}

.pc-style .Block .BlockLeft .BookDetail .BaseInfoTableEbookItem .BaseInfoTableItemTitle .TitleFlag {
    display: inline-block;
    vertical-align: middle;
    /* background: url(../images/bg0540.png) center center no-repeat;
    width: 101px;
    height: 26px; */
    border: 1px solid #cc6600;
    padding: 0px 5px;
    color: #cc6600;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    position: relative;
    background: #ffffff;
}

.pc-style .Block .BlockLeft .BookDetail .BaseInfoTablePrintItem .BaseInfoTableItemTitle .TitleFlag {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #ff0000;
    padding: 0px 5px;
    color: #ff0000;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    position: relative;
    font-weight: bold;
    background: #ffffff;
    display: none;
}

.pc-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemTitle .More {
    color: #336699;
    position: absolute;
    right: 15px;
    top: 0px;
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    background: url(../Images/bg0422_0.png) right center no-repeat;
}

.pc-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemContent {
    padding: 10px 15px;
    color: #666666;
}

.pc-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemContent .InfoItem {
    padding: 2px 0px;
}

.pc-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemContent .InfoItem .CountNum {
    color: #E4393C;
}

.pc-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemContent .InfoItem .PrintPages {
    color: #E4393C;
}

.pc-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemContent .InfoItem.InfoItemZhunyin {
    display: none;
}

.pc-style .Block .BlockLeft .PrintIntro {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    margin-bottom: 20px;
    display: none;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroTitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    zoom: 1;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroTitle:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #e53737;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroTitle .TitleText {
    float: left;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroContent {
    padding-top: 10px;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroContent img {
    max-width: 100%;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroHtml {
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList {
    display: none;
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .PrintListTitle {
    margin-bottom: 5px;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .TablePrintList {
    border: 1px solid #e5e5e5;
    width: 100%;
    border-collapse: collapse;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .TablePrintList th {
    font-weight: normal;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    text-align: left;
    padding: 5px 10px;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .TablePrintList .PrintItemPageSeize {
    width: 6em;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .TablePrintList td {
    font-weight: normal;
    border: 1px solid #e5e5e5;
    text-align: left;
    padding: 5px 10px;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .TablePrintList .TrHideMore {
    display: none;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .BtnSlideTrMoreContainer {
    text-align: center;
    padding-top: 10px;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .BtnSlideTrMore {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 5px 30px 5px 15px;
    background: -webkit-linear-gradient(#ffffff, #f5f5f5);
    background: linear-gradient(#ffffff, #f5f5f5);
    position: relative;
    color: #336699;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .BtnSlideTrMore:hover {
    color: #e4393c;
    border: 1px solid #999999;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .BtnSlideTrMore:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(https://e.100xuexi.com/Css/Images/bg0546.png) center center no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}

.pc-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .BtnSlideTrMore.BtnHide:after {
    background: url(https://e.100xuexi.com/Css/Images/bg0545.png) center center no-repeat;
}

.pc-style .swiper-button-next.swiper-button-disabled, .pc-style .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.pc-style .Block .BlockLeft .ElectronicIntro {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    margin-bottom: 20px;
    display: none;
}

.pc-style .Block .BlockLeft .ElectronicIntro .ElectronicIntroTitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    zoom: 1;
}

.pc-style .Block .BlockLeft .ElectronicIntro .ElectronicIntroTitle:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #e53737;
}

.pc-style .Block .BlockLeft .ElectronicIntro .ElectronicIntroTitle .TitleText {
    float: left;
}

.pc-style .Block .BlockLeft .ElectronicIntro .ElectronicIntroContent {
    padding-top: 10px;
}

.pc-style .Block .BlockLeft .ElectronicIntro .ElectronicIntroContent img {
    max-width: 100%;
}

.pc-style .Block .BlockLeft .BookIntro {
    display: none;
}

.pc-style .Block .BlockLeft .BookIntro .BookIntroContent {
    padding-top: 10px;
}

.pc-style .Block .BlockLeft .BookIntro .BookIntroContent img {
    max-width: 100%;
}

.pc-style .Block .BlockLeft .BookIntro .BookIntroHtml {
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .BookIntro .BookIntroBookList {
    display: none;
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .BookIntro .BookIntroBookList .PrintListTitle {
    margin-bottom: 5px;
    color: #cc6600;
}

.pc-style .Block .BlockLeft .BookIntro .BookIntroBookList .TablePrintList {
    border: 1px solid #e5e5e5;
    width: 100%;
    border-collapse: collapse;
}

.pc-style .Block .BlockLeft .BookIntro .BookIntroBookList .TablePrintList th {
    font-weight: normal;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    text-align: left;
    padding: 5px 10px;
}

.pc-style .Block .BlockLeft .BookIntro .BookIntroBookList .TablePrintList td {
    font-weight: normal;
    border: 1px solid #e5e5e5;
    text-align: left;
    padding: 5px 10px;
}

.pc-style .Block .BlockLeft .BookIntro .BookIntroBookList .TablePrintList .TrHideMore {
    display: none;
}

.pc-style .Block .BlockLeft .BookIntro .BookIntroBookList .BtnSlideTrMoreContainer {
    text-align: center;
    padding-top: 10px;
}

.pc-style .Block .BlockLeft .BookIntro .BookIntroBookList .BtnSlideTrMore {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 5px 30px 5px 15px;
    background: -webkit-linear-gradient(#ffffff, #f5f5f5);
    background: linear-gradient(#ffffff, #f5f5f5);
    position: relative;
    color: #336699;
}

.pc-style .Block .BlockLeft .BookIntro .BookIntroBookList .BtnSlideTrMore:hover {
    color: #e4393c;
    border: 1px solid #999999;
}

.pc-style .Block .BlockLeft .BookIntro .BookIntroBookList .BtnSlideTrMore:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(../Images/bg0546.png) center center no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}

.pc-style .Block .BlockLeft .BookIntro .BookIntroBookList .BtnSlideTrMore.BtnHide:after {
    background: url(../Images/bg0545.png) center center no-repeat;
}

/*电子书基本信息——结束*/

/*锚点导航栏——开始*/

.pc-style .Block .BlockLeft .AnchorLink {
    height: 40px;
    margin-bottom: 10px;
    display: none;
}

.pc-style .Block .BlockLeft .AnchorLink .KeyPoint {
    float: right;
    padding-left: 100px;
}

.pc-style .Block .BlockLeft .AnchorLink a {
    background: #ffffff;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    padding: 0px 10px;
}

.pc-style .Block .BlockLeft .AnchorLink .KeyPoint .LinkFriendsTalk {
    background: #0083c0;
    border: 1px solid #0083c0;
    color: #ffffff;
    margin-right: 0px;
}

.pc-style .Block .BlockLeft .AnchorLink .KeyPoint .LinkFriendsTalk:hover {
    background: #e4393c;
    border: 1px solid #e4393c;
    color: #ffffff;
}

/*锚点导航栏——结束*/

/*选项卡控制栏——开始*/

.pc-style .Block .BlockLeft .TabContaienr {
    height: 28px;
    border-bottom: 2px solid #00427c;
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .TabContaienr li {
    float: left;
    margin-right: 10px;
}

.pc-style .Block .BlockLeft .TabContaienr li a {
    float: left;
    display: block;
    height: 28px;
    background: url(../../Images/bg0036.gif) left top no-repeat;
    padding-left: 1px;
}

.pc-style .Block .BlockLeft .TabContaienr li a span {
    display: block;
    float: left;
    padding: 7px 10px 7px 9px;
    line-height: 14px;
    height: 14px;
    text-align: center;
    color: #333333;
    white-space: nowrap;
    background: url(../../Images/bg0036.gif) right top no-repeat;
}

.pc-style .Block .BlockLeft .TabContaienr li a:hover span {
    color: #e53737;
}

.pc-style .Block .BlockLeft .TabContaienr li a.over {
    background: url(../../Images/bg0035.gif) left top no-repeat;
}

.pc-style .Block .BlockLeft .TabContaienr li a.over span, .pc-style .Block .BlockLeft .TabContaienr li a.over:hover span {
    color: #ffffff;
    background: url(../../Images/bg0035.gif) right top no-repeat;
}

/*选项卡控制栏——结束*/

/*内嵌单条评论——开始*/

.pc-style .Block .BlockLeft .CommentCon2 {
    padding-top: 0px;
}

.pc-style .Block .BlockLeft .CommentCon2 .T {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px;
    font-size: 12px;
    color: #e53737;
    margin-bottom: 15px;
}

.pc-style .Block .BlockLeft .CommentCon2 .T a {
    float: right;
}

.pc-style .Block .BlockLeft .CommentCon2 .T strong {
    font-weight: normal;
    color: #333333;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item {
    margin-bottom: 15px;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .User {
    width: 70px;
    float: left;
    text-align: center;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .User .UserImg {
    width: 56px;
    height: 56px;
    padding: 6px;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    display: block;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .User .UserImg img {
    width: 56px;
    height: 56px;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon {
    width: 584px;
    padding-left: 6px;
    float: right;
    background: url(../../Images/bg0037.gif) left top no-repeat;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-left: 0px;
    padding: 5px 10px 10px 10px;
}

.pc-style .Block .BlockLeft .CommentCon2 .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 .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .Title .Time {
    float: right;
    color: #888888;
    font-weight: normal;
    font-size: 12px;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .Con {
    border-top: 1px solid #ffffff;
    padding-top: 5px;
    padding-bottom: 10px;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .BtnContainer {
    height: 24px;
    line-height: 24px;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .MiniBtn {
    background: url(../../Images/bg0038.gif) left top no-repeat;
    padding-left: 1px;
    height: 24px;
    display: inline-block;
    zoom: 1;
    margin-right: 10px;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .MiniBtn span {
    background: url(../../Images/bg0038.gif) right top no-repeat;
    padding: 0px 5px;
    display: inline-block;
    height: 24px;
    zoom: 1;
    cursor: pointer;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .BtnReply {
    float: right;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .Reply {
    padding-top: 10px;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .Reply .TextAreaOuter {
    background: url(../../Images/bg0039.gif) right top no-repeat;
    padding-top: 8px;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .Reply .TextAreaOuter .TextAreaInner {
    background: #ffffff;
    border: 1px solid #999999;
    border-top: 0px;
    padding: 10px;
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .Reply .TextAreaOuter .TextAreaInner textarea {
    border: 0px;
    width: 540px;
    height: 88px;
    outline: 0px;
    line-height: 22px;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .ReplyList {
    padding-left: 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .ReplyList .RelyItem {
    border-bottom: 1px dotted #e5e5e5;
    padding: 5px 0px;
}

.pc-style .Block .BlockLeft .CommentCon2 .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 .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon {
    float: right;
    width: 480px;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon .RelyBaseInfo {
    height: 22px;
    margin-bottom: 5px;
}

.pc-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon .RelyBaseInfo .Time {
    float: right;
    color: #888888;
}

/*内嵌单条评论——结束*/

/*分页——开始*/

.pc-style .Block .BlockLeft .CommentCon2 .Pagination {
    text-align: right;
}

/*结束——开始*/

/*单条评论——开始*/

.pc-style .Block .BlockLeft .CommentCon .Item {
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .CommentCon .Item .User {
    width: 70px;
    float: left;
    text-align: center;
}

.pc-style .Block .BlockLeft .CommentCon .Item .User .UserImg {
    width: 56px;
    height: 56px;
    padding: 6px;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    display: block;
}

.pc-style .Block .BlockLeft .CommentCon .Item .User .UserImg img {
    width: 56px;
    height: 56px;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon {
    width: 614px;
    padding-left: 6px;
    float: right;
    background: url(../../Images/bg0037.gif) left top no-repeat;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-left: 0px;
    padding: 5px 10px 10px 10px;
}

.pc-style .Block .BlockLeft .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 .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .Title .Time {
    float: right;
    color: #888888;
    font-weight: normal;
    font-size: 12px;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .Con {
    border-top: 1px solid #ffffff;
    padding-top: 5px;
    padding-bottom: 10px;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .BtnContainer {
    height: 24px;
    line-height: 24px;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .MiniBtn {
    background: url(../../Images/bg0038.gif) left top no-repeat;
    padding-left: 1px;
    height: 24px;
    display: inline-block;
    zoom: 1;
    margin-right: 10px;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .MiniBtn span {
    background: url(../../Images/bg0038.gif) right top no-repeat;
    padding: 0px 5px;
    display: inline-block;
    height: 24px;
    zoom: 1;
    cursor: pointer;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .BtnReply {
    float: right;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .Reply {
    padding-top: 10px;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .Reply .TextAreaOuter {
    background: url(../../Images/bg0039.gif) right top no-repeat;
    padding-top: 8px;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .Reply .TextAreaOuter .TextAreaInner {
    background: #ffffff;
    border: 1px solid #999999;
    border-top: 0px;
    padding: 10px;
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .Reply .TextAreaOuter .TextAreaInner textarea {
    border: 0px;
    width: 570px;
    height: 88px;
    outline: 0px;
    line-height: 22px;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .ReplyList {
    padding-left: 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0px;
}

.pc-style .Block .BlockLeft .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 .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon {
    float: right;
    width: 510px;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon .RelyBaseInfo {
    height: 22px;
    margin-bottom: 5px;
}

.pc-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon .RelyBaseInfo .Time {
    float: right;
    color: #888888;
}

/*单条评论——结束*/

/*分页——开始*/

.pc-style .Block .BlockLeft .CommentCon .Pagination {
    text-align: right;
}

/*结束——开始*/

/*图书详细信息——开始*/

.pc-style .Block .BlockLeft .DetailInfo {
    margin-bottom: 20px;
}

.pc-style .Block .BlockLeft .DetailInfo .DetailInfoBanner .DetailInfoBannerInner{
    margin-bottom: 20px;
    background: #ffffff;
}
.pc-style .Block .BlockLeft .DetailInfo .DetailInfoBanner a {
    display: block;
}

.pc-style .Block .BlockLeft .DetailInfo .DetailInfoBanner img {
    width: 100%;
}

.pc-style .Block .BlockLeft .DetailInfo .DetailBlockList img {
    max-width: 100%;
    vertical-align: top;
}

.pc-style .Block .BlockLeft .DetailInfo .DetailBlockList {
    padding: 20px;
    background: #ffffff;
    display: none;
    text-align: center;
    margin-bottom: 20px;
}

.pc-style .Block .BlockLeft .DetailInfo .DetailBlockList a:hover img {
    position: relative;
    z-index: 10;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.pc-style .Block .BlockLeft .DetailInfo .Column {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 12px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnTeamIntro {
    display: none;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnFAndQ {
    display: none;
    line-height: 1.8;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnFAndQ .TitleH1 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: #ffe3e3;
    color: #e4393c;
    display: block;
    width: 15em;
    margin: 10px auto;
    border-radius: 100px;
    line-height: 40px;
    text-align: center;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnFAndQ .TitleH2 {
    color: #cc6600;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnTitle {
    display: block;
    padding: 10px 0px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.2;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnTitle .ColumnTitleText {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-left: 15px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnTitle .ColumnTitleText:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: #e53737;
    border-radius: 10px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnTitle .BtnSlide {
    height: 18px;
    width: 18px;
    padding: 2px;
    position: absolute;
    right: 0px;
    top: 10px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnTitle .BtnSlide .Open {
    background: url(../Images/bg0034.gif) center center no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnTitle .BtnSlide .Close {
    background: url(../Images/bg0033.gif) center center no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon {
    padding: 10px 0px 0px 0px;
    overflow: hidden;
    width: 100%;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon a {
    color: #336699;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon a:hover {
    color: #e53737;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCatalog .ColumnCon *, .pc-style .Block .BlockLeft .DetailInfo .ColumnInstruction .ColumnCon *, .pc-style .Block .BlockLeft .DetailInfo .ColumnIntro .ColumnCon *, .pc-style .Block .BlockLeft .WriterIntroContent * {
    font-size: 14px !important;
    font-family: "微软雅黑", "宋体" !important;
    line-height: 1.8 !important;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .ColumnBaseInfoList {
    overflow: hidden;
    zoom: 1;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .ColumnBaseInfoList .ColumnBaseInfoItem {
    float: left;
    width: 50%;
    padding: 5px 0px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon img {
    max-width: 100%;
    height: auto;
}

/*内容简介段落文本首行缩进2个字*/

.pc-style .Block .BlockLeft .DetailInfo .ColumnIntro p {
    text-indent: 2em;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnIntro p[align=center] {
    text-align: center;
    text-indent: 0;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnIntro p[style="text-align:center"] {
    text-align: center;
    text-indent: 0;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnIntro p[style="text-align:center;"] {
    text-align: center;
    text-indent: 0;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnIntro p[style="text-align: center"] {
    text-align: center;
    text-indent: 0;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnIntro p[style="text-align: center;"] {
    text-align: center;
    text-indent: 0;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .MyEBook {
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    font-family: "宋体";
    width: 100%;
    padding: 0px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCode {
    display: block;
    height: 100px;
    width: 520px;
    background: url(../Images/bg02798.gif) center top no-repeat;
    padding: 13px 15px 17px 15px;
    margin: 0px auto 10px auto;
    display: none;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCode img {
    width: 100px;
    height: 100px;
    float: right;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeEbook {
    display: block;
    height: 100px;
    width: 520px;
    background: url(../Images/bg02798.gif) center top no-repeat;
    padding: 13px 15px 17px 15px;
    margin: 0px auto 10px auto;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeEbook img {
    width: 100px;
    height: 100px;
    float: right;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeTiku {
    display: block;
    height: 100px;
    width: 556px;
    background: url(../Images/bg02798_2.gif) center top no-repeat;
    padding: 13px 15px 17px 15px;
    margin: 0px auto 10px auto;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeTiku img {
    width: 100px;
    height: 100px;
    float: right;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeVideo {
    display: block;
    height: 100px;
    width: 556px;
    background: url(../Images/bg02798_3.gif) center top no-repeat;
    padding: 13px 15px 17px 15px;
    margin: 0px auto 10px auto;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeVideo img {
    width: 100px;
    height: 100px;
    float: right;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeMaterial {
    display: block;
    height: 100px;
    width: 556px;
    background: url(../Images/bg02798_4.gif) center top no-repeat;
    padding: 13px 15px 17px 15px;
    margin: 0px auto 10px auto;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeMaterial img {
    width: 100px;
    height: 100px;
    float: right;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .top-article-temp {
    text-align: center;
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .top-article-temp p {
    text-indent: 0px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .top-article-temp img {
    max-width: 100%;
    vertical-align: toPay;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .FreeEbookDT {
    font-size: 12px;
    font-weight: normal;
    color: #e53737;
    line-height: 30px;
    padding-left: 30px;
    display: block;
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/images/bg02680.gif) left center no-repeat;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .FreeEbookDD {
    display: block;
    clear: both;
    padding-bottom: 10px;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo {
    overflow: hidden;
    zoom: 1;
    width: 50%;
    float: left;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreNum {
    float: left;
    width: 100px;
    text-align: center;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreNum .CurrentScore {
    padding-bottom: 5px;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreNum .CurrentScore .ScoreNull {
    font-size: 17px;
    line-height: 76px;
    font-weight: bold;
    color: #888888;
    display: block;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreNum .CurrentScore .ScoreNumText {
    display: block;
    font-family: 'Roboto', sans-serif;
    color: #e53737;
    line-height: 40px;
    font-size: 40px;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreNum .CurrentScore .ScoreLevelDes {
    display: block;
    line-height: 30px;
    font-weight: bold;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreNum .FullScore {
    color: #888888;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics {
    margin-left: 120px;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList {
    margin-bottom: 5px;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem {
    position: relative;
    padding-left: 85px;
    padding: 0.3em 0px 0.3em 80px;
    height: 1em;
    box-sizing: border-box;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemStars {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 65px;
    background: url(/css/images/starsTag.png) 0px center no-repeat;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemStars5 {
    background-position: 0px center;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemStars4 {
    background-position: 13px center;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemStars3 {
    background-position: 26px center;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemStars2 {
    background-position: 39px center;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemStars1 {
    background-position: 52px center;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemProgress {
    background: #f5f5f5;
    border-radius: 10px;
    height: 0.4em;
    display: block;
    overflow: hidden;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemProgress .ItemProgressInner {
    display: block;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    border-radius: 10px;
}

.pc-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreTotal {
    text-align: right;
    color: #888888;
    line-height: 24px;
}

.pc-style .Block .BlockLeft .ScoreControlsBar {
    margin-left: 50%;
    padding-left: 40px;
    padding-top: 5px;
}

.pc-style .Block .BlockLeft .ScoreControlsBar .ScoreControlsBarTitle {
    margin-bottom: 5px;
    text-align: center;
}

.pc-style .Block .BlockLeft .ScoreControlsBar .StarBarTips {
    text-align: center;
    color: #888888;
}

.pc-style .Block .BlockLeft .ScoreControlsBar .StarBar {
    display: flex;
    width: 250px;
    margin: 0px auto 5px auto;
}

.pc-style .Block .BlockLeft .ScoreControlsBar .StarBar .StarItem {
    flex: 1;
    height: 40px;
    background: url(/css/images/starsControl.png) center 0px no-repeat;
    transition: background-position-y 0.3s;
    cursor: pointer;
}

.pc-style .Block .BlockLeft .ScoreControlsBar .Level5 .StarItem,
.pc-style .Block .BlockLeft .ScoreControlsBar .Level4 .StarItem:nth-child(1),
.pc-style .Block .BlockLeft .ScoreControlsBar .Level4 .StarItem:nth-child(2),
.pc-style .Block .BlockLeft .ScoreControlsBar .Level4 .StarItem:nth-child(3),
.pc-style .Block .BlockLeft .ScoreControlsBar .Level4 .StarItem:nth-child(4),
.pc-style .Block .BlockLeft .ScoreControlsBar .Level3 .StarItem:nth-child(1),
.pc-style .Block .BlockLeft .ScoreControlsBar .Level3 .StarItem:nth-child(2),
.pc-style .Block .BlockLeft .ScoreControlsBar .Level3 .StarItem:nth-child(3),
.pc-style .Block .BlockLeft .ScoreControlsBar .Level2 .StarItem:nth-child(1),
.pc-style .Block .BlockLeft .ScoreControlsBar .Level2 .StarItem:nth-child(2),
.pc-style .Block .BlockLeft .ScoreControlsBar .Level1 .StarItem:nth-child(1) {
    background-position-y: -40px;
}

.pc-style .Block .BlockLeft .ScoreControlsBar .StarBar .StarItem.Light {
    background-position-y: -40px;
}

.pc-style .Block .BlockLeft .ScoreControlsBar .StarBar .StarItem.Normal {
    background-position-y: 0px;
}


/*全套资料目录*/

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Tips {
    padding: 5px 10px;
    background: #fcf8e3;
    border: 1px dashed #c09853;
    margin-bottom: 10px;
    color: #333333;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Tips strong {
    color: #e53737;
    font-weight: normal;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Tips .CountNum {
    color: #e53737;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex a {
    color: #336699;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex a:hover {
    color: #e53737;
    text-decoration: underline;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li {
    position: relative;
    padding-left: 10px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #E4393C;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li .cssType {
    color: #E4393C;
    display: inline;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li .download {
    color: #00427C;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li .download .SendApp {
    background: url(../Images/bg02787_2.gif) right center no-repeat;
    padding-right: 14px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li .btn-toggle-course-list {
    margin-left: 2em;
    position: relative;
    padding-right: 15px;
    color: #cc6600;
    display: inline-block;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li .btn-toggle-course-list:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    border: 5px solid transparent;
    border-top-color: #cc6600;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li .btn-open-course-list:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 5px;
    border: 5px solid transparent;
    border-bottom-color: #cc6600;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li .item-course-list {
    display: none;
    margin-top: 5px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li .btn-open-catalog-box {
    color: #cc6600;
    margin-left: 1em;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Describe {
    color: #666666;
    text-indent: 2em;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .MyEBook .DownloadUrl {
    word-break: break-all;
    display: none;
}

/*全套资料目录结束*/

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .CatalogBlockItem {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .CatalogBlockItem:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .CatalogBlockItemTitle {
    /* color: #cc6600; */
    font-weight: bold;
    background: #f7f7f7;
    color: #996600;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .CatalogBlockItemContent {
    padding-left: 10px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .CatalogCourseItem {
    padding: 5px 0px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon .CatalogCourseItem .CatalogCourseItemTitle {
    margin-bottom: 5px;
    color: #006600;
}

/*课程目录*/

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 .Tips {
    padding: 5px 10px;
    background: #ffffcc;
    margin-bottom: 0px;
    color: #333333;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 .Tips strong {
    color: #e53737;
    font-weight: normal;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 h1 {
    font-size: 12px;
    color: #993300;
    padding: 10px 0px 0px 0px;
    font-weight: normal;
    border: 0px;
    margin: 0px;
    text-indent: -4px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 h2 {
    font-size: 12px;
    color: #006600;
    font-weight: normal;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 a {
    color: #333;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 a:hover {
    color: #e53737;
    text-decoration: underline;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 li {
    background: url(../Images/bg0011_0.gif) 10px 9px no-repeat;
    padding-left: 18px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 li .cssType {
    color: #F02929;
    display: none;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 li .download {
    color: #00427C;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 .Describe {
    color: #666666;
    padding-left: 18px;
    text-indent: 2em;
}

/*课程目录结束*/

/*全套资料内容简介样式*/

/*内容样式*/

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content {
    font-size: 12px;
    color: #333333;
    font-family: "宋体";
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content #ArticNav .Link {
    padding: 8px 10px;
    text-align: center;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content #ArticNav .Link a {
    color: #1e50a2;
    padding: 0px 5px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content #ArticNav .Link a:hover {
    text-decoration: underline;
    color: #e53737;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dl {
    display: block;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dt {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #cc3300;
    font-family: "微软雅黑", "宋体";
    line-height: 18px;
    padding: 10px 0px 5px 0px;
    border-top: 1px dotted #e5e5e5;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd {
    padding: 0px 0px 10px 0px;
    font-size: 12px;
    display: block;
    overflow: hidden;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd h3 {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    text-indent: 2em;
    color: #006708;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
    font-family: "宋体";
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd h4 {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    text-indent: 2em;
    color: #006708;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd h5 {
    font-size: 12px;
    color: #cc3300;
    font-weight: normal;
    text-indent: 2em;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd table {
    border: 1px solid #b1c8d7;
    border-collapse: collapse;
    margin: 5px 0px 5px 0px;
    width: 100%;
    font-size: 12px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd table caption {
    font-size: 12px;
    font-weight: bold;
    color: #cc3300;
    line-height: 24px;
    text-align: center;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd th {
    background: #e7effa;
    padding: 5px 10px 5px 10px;
    border: 1px solid #b1c8d7;
    font-weight: normal;
    color: #333333;
    width: 80px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd th img {
    width: 80px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd td {
    background: #ffffff;
    border: 1px solid #b1c8d7;
    padding: 5px 10px 5px 10px;
    text-align: center;
    color: #333333;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd .aLeft {
    text-align: left;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd p {
    padding: 0px;
    margin: 0px;
    text-indent: 2em;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd p .pre-dot {
    background: url(../Images/bg0011_0.gif) 0px 9px no-repeat;
    padding-left: 10px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd p span, #cont dd td span {
    color: #006708;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd p strong {
    color: #006600;
    font-weight: normal;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content a {
    color: #1e50a2;
    text-decoration: none;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content a:hover {
    text-decoration: underline;
    color: #e53737;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content .FreeEbookDD a {
    color: #333333;
    text-decoration: none;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content .FreeEbookDD a .download {
    color: #1e50a2;
    text-decoration: none;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content .FreeEbookDD a:hover {
    text-decoration: underline;
    color: #e53737;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content a .SendApp {
    background: url(../Images/bg02787_2.gif) right center no-repeat;
    padding-right: 14px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD table th.line {
    background: #f5f8fc url(http://file.100xuexi.com/XXMain/MatUpPT/Image/201203090833471871774.gif) no-repeat left top;
    width: 175px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .EbookList {
    background: #ede9e5;
    padding: 10px 15px;
    border: 1px solid #ffffff;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 5px 24px;
    border-radius: 5px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .EbookList li {
    color: #333333;
    text-indent: -1.5em;
    padding-left: 1em;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .EbookList li a {
    color: #1e50a2;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .EbookList li a:hover {
    color: #e53737;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .AdWord {
    font-size: 14px;
    font-weight: bold;
    color: #e53737;
    font-family: "微软雅黑", "黑体";
    text-align: center;
    background: #ffffff;
    padding: 5px 10px;
    margin: 5px 0px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .TeacherBlock {
    width: 624px;
    overflow: hidden;
    zoom: 1;
    margin: 10px auto;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .TeacherBlock .BlockTitle {
    border: 1px solid #e5e5e5;
    background: #ffffff;
    font-weight: bold;
    color: #006600;
    padding: 0px 10px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .TeacherBlock .BlockTitle a {
    float: right;
    font-weight: normal;
    font-size: 12px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .TeacherBlock li {
    width: 178px;
    padding: 10px 15px 0px 15px;
    float: left;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .TeacherBlock li .ImgBox {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .TeacherBlock li .Des {
    height: 110px;
    overflow: hidden;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dt.FreeEbookDT {
    font-size: 14px;
    font-weight: bold;
    color: #e53737;
    line-height: 24px;
    padding-left: 30px;
    display: block;
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/images/bg02680.gif) left center no-repeat;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd.FreeEbookDD {
    display: block;
    clear: both;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd.FreeEbookDD li {
    background: url(../Images/bg0011_0.gif) 10px 9px no-repeat;
    padding-left: 18px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd.FreeEbookDD li a .FreeDownload {
    color: #00427C;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd.FreeEbookDD li a:hover, .FreeEbookDD li a:hover span {
    color: #e53737;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd .SearchBar {
    height: 28px;
    width: 400px;
    border: 1px solid #e53737;
    margin: 20px auto;
    background: #ffffff;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd .SearchBar .SearchBox {
    height: 28px;
    width: 320px;
    background: #ffffff;
    float: left;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd .SearchBar .SearchBox .TxtBox {
    width: 312px;
    height: 20px;
    line-height: 20px;
    border: 0px;
    font-family: Arial;
    color: #333333;
    margin: 4px;
    outline: none;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd .SearchBar .BtnSearch {
    float: right;
    width: 80px;
    height: 28px;
    line-height: 28px;
    background: #e53737;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

/*图书详细信息——结束*/

/*发表评论——开始*/

.pc-style .Block .BlockLeft .Tips {
    background: #ffffcc url(../../Images/bg0040.gif) 10px 10px no-repeat;
    border: 1px solid #cc6600;
    color: #cc3300;
    padding: 5px 10px 5px 50px;
    line-height: 22px;
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .SendComment table {
    width: 100%;
}

.pc-style .Block .BlockLeft .SendComment table th {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    color: #666666;
    width: 50px;
    vertical-align: top;
    padding: 5px;
}

.pc-style .Block .BlockLeft .SendComment table td {
    font-size: 12px;
    color: #888888;
    padding: 5px;
    vertical-align: top;
}

.pc-style .Block .BlockLeft .SendComment table td .TextBox {
    line-height: 24px;
    border: 1px solid #999999;
    height: 24px;
    padding: 0px 5px;
    width: 450px;
    font-size: 12px;
    color: #333333;
}

.pc-style .Block .BlockLeft .SendComment table td .ShortTextBox {
    line-height: 24px;
    border: 1px solid #999999;
    height: 24px;
    padding: 0px 5px;
    width: 100px;
    font-size: 12px;
    color: #333333;
}

.pc-style .Block .BlockLeft .SendComment table td .TextArea {
    line-height: 24px;
    border: 1px solid #999999;
    height: 160px;
    padding: 0px 5px;
    width: 450px;
    font-size: 12px;
    color: #333333;
    line-height: 22px;
}

.pc-style .Block .BlockLeft .SendComment table td .BtnSubmit {
    display: inline-block;
    zoom: 1;
    font-size: 14px;
    color: #ffffff;
    background: url(../../Images/bg0015.gif) center center no-repeat;
    width: 80px;
    height: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.pc-style .Block .BlockLeft .SendComment table td .BtnSubmit:hover {
    color: #ffffff;
    background: url(../../Images/bg0015_0.GIF) center center no-repeat;
}

/*发表评论——结束*/

.pc-style .Block .BlockLeft .Ancillary {
    margin-bottom: 20px;
    background: #ffffff;
    text-align: center;
}

.pc-style .Block .BlockLeft .Ancillary a {
    display: block;
}

.pc-style .Block .BlockLeft .Ancillary img {
    max-width: 100%;
    vertical-align: top;
}

.pc-style .Block .BlockLeft .ImportantRemind {
    margin-bottom: 20px;
    background: #e53737;
    text-align: center;
}

.pc-style .Block .BlockLeft .ImportantRemind img {
    max-width: 100%;
}

.pc-style .Block .BlockLeft .exchangeImg {
    margin-bottom: 10px;
    display: none;
}

/*课程目录表格*/

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog th {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    padding: 0px 5px;
    text-align: center;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog td {
    border: 1px solid #e5e5e5;
    line-height: 22px;
    padding: 3px 5px;
    text-align: center;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog td a {
    color: #00427C;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog td a:hover {
    color: #e53737;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog tr:hover {
    background: #fff2e9;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog .Col01 {
    width: 40px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog .Col02 {}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog .Col03 {
    width: 60px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog .Col04 {
    width: 80px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog .aLeft {
    text-align: left;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnJiaocaiList li {
    position: relative;
    padding: 3px 0px 0px 10px;
}

.pc-style .Block .BlockLeft .DetailInfo .ColumnJiaocaiList li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    top: 12px;
    background: #e53737;
}

.pc-style .Logistics {
    padding: 2px 0px;
}

.pc-style .Logistics .Destination {
    position: relative;
    margin-left: 5px;
    display: inline-block;
    zoom: 1;
    margin-right: 5px;
    *vertical-align: -6px;
    z-index: 1000;
}

.pc-style .Logistics .Destination .Arrow {
    cursor: pointer;
    padding-right: 14px;
    background: url(https://g.100xuexi.com/CssModel/book2018/images/bg0031.gif) right center no-repeat;
    border: 1px solid #ffffff;
    display: block;
    padding: 0px 18px 0px 5px;
    color: #1a66b3;
}

.pc-style .Logistics .Destination .Arrow:hover {
    border: 1px solid #e53d00;
    background: #ffe5db url(https://g.100xuexi.com/CssModel/book2018/images/bg0031_0.gif) right center no-repeat;
    color: #e53737;
}

.pc-style .Logistics .Destination .CityList {
    position: absolute;
    left: -8em;
    top: 24px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    width: 620px;
    padding: 10px 0px 5px 0px;
    display: none;
}

.pc-style .Logistics .Destination .CityList .BtnClose {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    font-family: Arial;
    font-size: 16px;
    color: #333333;
    text-align: center;
    background: url(https://g.100xuexi.com/CssModel/book2018/images/bg0033.gif) center center no-repeat;
    cursor: pointer;
    z-index: 10;
}

.pc-style .Logistics .Destination .CityList .province-list {
    display: block;
    zoom: 1;
    padding: 0px 10px;
}

.pc-style .Logistics .Destination .CityList .province-list:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .Logistics .Destination .CityList .province-list .province-item {
    float: left;
    overflow: hidden;
    width: 100px;
    line-height: 30px;
    height: 30px;
}

.pc-style .Logistics .Destination .CityList .province-list .province-item .city-list {
    display: none;
}

.pc-style .Logistics .Destination .CityList .province-city-placeholder {
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 10px;
    clear: both;
    display: none;
    overflow: hidden;
    zoom: 1;
    margin: 0px -10px;
}

.pc-style .Logistics .Destination .CityList .province-city-placeholder .city-item {
    float: left;
    overflow: hidden;
    width: 100px;
    line-height: 30px;
    height: 30px;
}

.pc-style .Logistics .Destination .CityList .province-list a {
    display: block;
    white-space: normal;
    padding: 0px 5px 0px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    border-radius: 3px;
}

.pc-style .Logistics .Destination .CityList .province-list a.Selected, .pc-style .Logistics .Destination .CityList .province-list a.Selected:hover {
    background: #e4393c;
    color: #ffffff;
    border-radius: 3px 3px 0px 0px;
}

.pc-style .Logistics .Destination .CityList .province-list a:hover {
    background: #ffdedf;
    color: #e4393c;
}

.pc-style .Logistics #logisticsLable {
    color: #e4393c;
}

/*手机上阅读-begin*/

.pc-style .MobileRead {
    margin-bottom: 10px;
    background: #ffffff;
    border: 0px;
    border-radius: 12px;
}

.pc-style .MobileReadFixed {
    position: fixed;
    /*left:50%;
	  margin-left:230px;*/
    top: 50px;
    z-index: 2;
    width: 270px;
}

.pc-style .MobileRead .MobileReadTitle {
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.pc-style .MobileRead .MobileReadTitle .T_1 {
    display: block;
    color: #333333;
}

.pc-style .MobileRead .MobileReadTitle .T_1 .SendApp {
    background: url(../../Images/bg0244_0.gif) no-repeat 0px center;
    padding-right: 16px;
    margin-right: 3px;
}

.pc-style .MobileRead .MobileReadTitle .T_2 {
    float: left;
}

.pc-style .MobileRead .MobileReadTitle .T_3 {
    float: right;
}

.pc-style .MobileRead .MobileReadTitle .T_3 a {
    margin-left: 10px;
}

.pc-style .MobileRead .MobileReadTitle a {
    color: #1e50a2;
}

.pc-style .MobileRead .MobileReadTitle a:hover {
    color: #e53737;
}

.pc-style .MobileRead .MobileReadCon {
    padding: 20px;
}

.pc-style .MobileRead .MobileReadCon .Scan {
    height: auto;
}

.pc-style .MobileRead .MobileReadCon .Scan .Code {
    width: 180px;
    height: 180px;
    background: #ffffff;
    padding: 10px;
    margin: 0px auto;
    margin-bottom: 5px;
}

.pc-style .MobileRead .MobileReadCon .Scan .Code img {
    width: 180px;
    height: 180px;
    vertical-align: top;
}

.pc-style .MobileRead .MobileReadCon .Scan .Des {
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.pc-style .MobileRead .MobileReadCon .Scan .Des strong {
    display: block;
    text-align: center;
    font-weight: normal;
    color: #333333;
}

.pc-style .MobileRead .MobileReadCon .Scan .Des .How {
    color: #1e50a2;
    font-size: 12px;
    font-family: "宋体";
    margin-top: 12px;
    display: block;
}

.pc-style .MobileRead .MobileReadCon .Scan .Des .How:hover {
    color: #e53737;
}

.pc-style .MobileRead .MobileReadCon .Scan .GiftDes p {
    padding-left: 2.5em;
    text-indent: -2.5em;
}

.pc-style .MobileRead .MobileReadCon .Scan .DownloadLink {
    float: right;
    width: 180px;
}

.pc-style .MobileRead .MobileReadCon .Scan .DownloadLink a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 35px;
    height: 35px;
    padding-left: 40px;
}

.pc-style .MobileRead .MobileReadCon .Scan .DownloadLink a.Android {
    background: #3a9815 url(../../Images/bg0196.png) 10px center no-repeat;
    margin-bottom: 10px;
}

.pc-style .MobileRead .MobileReadCon .Scan .DownloadLink a.IOS {
    background: #4a6e8a url(../../Images/bg0195.png) 10px center no-repeat;
}

.pc-style .MobileRead .MobileReadCon .Scan .T_2 {
    padding: 10px 0px;
}

.pc-style .MobileRead .MobileReadCon .Scan .T_2 a {
    display: block;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #333333;
    border-radius: 3px;
    line-height: 30px;
    height: 30px;
    background: #ffffff;
    font-size: 14px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.pc-style .MobileRead .MobileReadCon .Scan .T_2 a:hover {
    color: #e53737;
    border: 1px solid #e53737;
}

.pc-style .MobileRead .MobileReadCon .Scan .T_3 {
    overflow: hidden;
    zoom: 1;
}

.pc-style .MobileRead .MobileReadCon .Scan .T_3 a {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    color: #333333;
    font-family: "宋体";
    font-size: 12px;
}

.pc-style .MobileRead .MobileReadCon .Scan .T_3 a:hover {
    color: #e53737;
}

.pc-style .MobileRead .MobileReadCon .Scan .T_4 {
    padding: 10px 0px 0px 0px;
}

.pc-style .MobileRead .MobileReadCon .Scan .T_4 a {
    display: block;
    text-align: center;
    border: 1px solid #1e50a2;
    color: #1e50a2;
    border-radius: 2px;
    line-height: 26px;
    height: 26px;
    background: #ffffff;
}

.pc-style .MobileRead .MobileReadCon .Scan .T_4 a:hover {
    color: #e53737;
    border: 1px solid #e53737;
}

.pc-style .MobileRead .MobileReadCon .Scan .DownloadLink {
    float: none;
    width: auto;
    margin-left: 150px;
    display: none;
}

.pc-style .MobileRead .MobileReadCon .Scan .DownloadLink a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    line-height: 35px;
    height: 35px;
    padding-left: 40px;
    float: left;
    padding-right: 10px;
}

.pc-style .MobileRead .MobileReadCon .Scan .DownloadLink a.Android {
    background: #3a9815 url(../../Images/bg0196.png) 10px center no-repeat;
    margin-right: 10px;
}

.pc-style .MobileRead .MobileReadCon .Scan .DownloadLink a.IOS {
    background: #4a6e8a url(../../Images/bg0195.png) 10px center no-repeat;
}

.pc-style .MobileRead .MobileReadCon .Shake {
    background: #ebe6de url(https://g.100xuexi.com/CssModel/100eshu/Images/App_bg0033.png) 20px center no-repeat;
    padding: 10px 10px 10px 158px;
    height: 80px;
    display: none;
}

.pc-style .MobileRead .MobileReadCon .Shake .ShakeIco {
    width: 80px;
    height: 80px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/App_bg0034.gif) center center no-repeat;
    float: left;
    margin-right: 10px;
}

.pc-style .MobileRead .MobileReadCon .Shake .Des {
    height: 40px;
    float: left;
    width: 260px;
    font-size: 14px;
    padding: 20px 0px;
}

.pc-style .MobileRead .MobileReadCon .Shake .Des .How {
    color: #1e50a2;
    font-size: 12px;
    font-family: "宋体";
    margin-top: 12px;
    display: none;
}

.pc-style .MobileRead .MobileReadCon .Shake .Des .How:hover {
    color: #e53737;
}

.pc-style .MobileRead .MobileReadCon .Shake .Ad {
    float: right;
    width: 180px;
    height: 80px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/App_bg0040.gif) center center no-repeat;
}

/*手机上阅读-end*/

.pc-style .Block .BlockRight {
    float: right;
    width: 270px;
    min-height: 300px;
}

.pc-style .Block .BlockRight .Chat {
    height: 460px;
    margin-bottom: 10px;
    display: none;
}

.pc-style .Block .BlockRight .Chat1 {
    display: none;
}

.pc-style .Block .BlockRight .App {
    margin-bottom: 10px;
}

.pc-style .Block .BlockRight .App dl {
    border: 1px solid #e5e5e5;
    border-top: 0px;
}

.pc-style .Block .BlockRight .App dt {
    background: url(../../Images/bg02794.gif) -130px top no-repeat;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    padding: 0px 10px;
}

.pc-style .Block .BlockRight .App dt .SendApp {
    background: url(http://file.100xuexi.com/XXMain/MatUpPT/Image/201401181826084116215.gif) no-repeat 0px center;
    padding-right: 10px;
}

.pc-style .Block .BlockRight .App dd {
    padding: 10px;
}

.pc-style .Block .BlockRight .App dd .AppCode {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    position: relative;
}

.pc-style .Block .BlockRight .App dd .AppCode .IcoSCeBook {
    background: url(../../Images/bg02795.png) center center no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 92px;
    top: 78px;
}

.pc-style .Block .BlockRight .App dd .AppCode img {
    width: 160px;
    height: 160px;
}

.pc-style .Block .BlockRight .App dd .AppList ul {
    display: block;
    overflow: hidden;
    zoom: 1;
}

.pc-style .Block .BlockRight .App dd .AppList ul li {
    float: left;
    padding: 5px 5px;
    width: 104px;
}

.pc-style .Block .BlockRight .App dd .AppList ul li a {
    display: block;
    color: #ffffff;
    height: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-family: Arial;
    border-radius: 2px;
}

.pc-style .Block .BlockRight .App dd .AppList ul li a.Android {
    background: #3a9815;
}

.pc-style .Block .BlockRight .App dd .AppList ul li a.iOS {
    background: #4a6e8a;
}

.pc-style .Block .BlockRight .App dt a {
    font-size: 12px;
    font-weight: normal;
    color: #0066cc;
    float: right;
}

.pc-style .Block .BlockRight .GuideBlock {
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

.pc-style .Block .BlockRight .GuideBlock .Title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.2;
}

.pc-style .Block .BlockRight .GuideBlock .Title:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #e53737;
    border-radius: 10px;
}

.pc-style .Block .BlockRight .GuideBlock .Title a {
    float: right;
    font-weight: normal;
    font-family: "å®‹ä½“";
    font-size: 12px;
}

.pc-style .Block .BlockRight .GuideBlock .Con {
    padding-top: 10px;
    font-size: 14px;
}

.pc-style .Block .BlockRight .GuideBlock .Con ul {
    overflow: hidden;
    margin: 0px -5px;
    zoom: 1;
}

.pc-style .Block .BlockRight .GuideBlock .Con ul li {
    float: left;
    width: 50%;
}

.pc-style .Block .BlockRight .GuideBlock .Con ul li a {
    background: #f5f5f5;
    border-radius: 4px;
    margin: 5px;
    display: block;
    text-align: center;
    padding: 10px 0px;
}

.pc-style .Block .BlockRight .NewsBlock {
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    border-radius: 12px;
}

.pc-style .Block .BlockRight .NewsBlock .Title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.2;
}

.pc-style .Block .BlockRight .NewsBlock .Title:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #e53737;
    border-radius: 10px;
}

.pc-style .Block .BlockRight .NewsBlock .Title a {
    float: right;
    font-weight: normal;
    font-family: "å®‹ä½“";
    font-size: 12px;
}

.pc-style .Block .BlockRight .NewsBlock .Con {
    padding-top: 10px;
    font-size: 14px;
}

.pc-style .Block .BlockRight .NewsBlock .Con ul {
    overflow: hidden;
    zoom: 1;
}

.pc-style .Block .BlockRight .NewsBlock .Con ul li {
    overflow: hidden;
    padding: 3px 0px 3px 10px;
    padding-left: 10px;
    position: relative;
}

.pc-style .Block .BlockRight .NewsBlock .Con ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 13px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #888888;
}

.pc-style .Block .BlockRight .NewsBlock .Con ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pc-style .Block .BlockRight .ExtendProductDetailAds{
    background: #ffffff;
}
.pc-style .Block .BlockRight .ExtendProductDetailAds a{
    display: block;
}
.pc-style .Block .BlockRight .ExtendProductDetailAds img{
    width: 100%;
}

/*重置学友说部分样式-begin*/

.pc-style .Block .BlockLeft .Comment {
    border: 0px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

.pc-style .Block .BlockLeft .Comment .CommentTitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .Block .BlockLeft .Comment .CommentTitle:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #e53737;
}

.pc-style .Block .BlockLeft .Comment .CommentList .Item {
    margin: 0px 10px;
}

.pc-style .Block .BlockLeft .Comment .CommentList .ShowMore {
    background: #ffffff;
    border: 0px;
}

/*重置学友说部分样式-end*/

/*直播提示*/

.pc-style .LiveTips {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 20px;
    position: relative;
}

.pc-style .LiveTips .Tag {
    background: #E4393C url(../../Images/bg0320.gif) 20px center no-repeat;
    line-height: 20px;
    padding: 10px 20px 10px 65px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.pc-style .LiveTips .Tag a {
    float: right;
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    font-family: "宋体";
}

.pc-style .LiveTips .Tag a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.pc-style .LiveTips dd {
    padding: 10px 20px;
    background: #ffeaea;
    border: 1px solid #E4393C;
    font-size: 14px;
}

.pc-style .LiveTips dd li {
    background: url(../../Images/bg0321.gif) left 5px no-repeat;
    padding-left: 14px;
}

.pc-style .LiveTips dd li a {
    display: block;
}

.pc-style .LiveTips .BtnEnter {
    color: #ffffff;
    background: #0066cc;
    border-radius: 4px;
    display: block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin: 5px 0px;
}

.pc-style .Block .BlockLeft .ExtendBlock {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    border-radius: 12px;
}

.pc-style .Block .BlockLeft .ExtendBlock .XiaJiaRecommendTips {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 0px;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
    line-height: 1.2;
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .ExtendBlock .ExtendBlockTitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .Block .BlockLeft .ExtendBlock .ExtendBlockTitle:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #e53737;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanCommon {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 20px;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanCommonTitle {
    text-align: center;
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanCommonTitleText {
    font-size: 18px;
    font-weight: bold;
    color: #e53737;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanCommonList {
    overflow: hidden;
    zoom: 1;
    margin: 0px -5px;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanCommonList li {
    width: 33.33%;
    float: left;
    overflow: hidden;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanCommonList li a {
    display: block;
    border-radius: 4px;
    background: #f5f5f5;
    margin: 0px 5px;
    text-align: center;
    padding: 10px;
    /* font-size: 16px; */
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 20px;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .KaoyanSpecialTitle {
    text-align: center;
    margin-bottom: 10px;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .KaoyanSpecialTitleText {
    font-size: 18px;
    font-weight: bold;
    color: #e53737;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ProvinceNav {
    overflow: hidden;
    margin: 0px -5px 10px -5px;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ProvinceNav li {
    float: left;
    width: 12.5%;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ProvinceNav li a {
    display: block;
    text-align: center;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 10px;
    margin: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ProvinceItem {
    padding: 10px 0px;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .Province {
    font-size: 17px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ColegeListTitle {
    display: none;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ColegeListBtnContainer {
    display: none;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ColegeList {
    overflow: hidden;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ColegeList li {
    float: left;
    width: 25%;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ColegeList li a {
    padding: 5px 0px 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
    color: #336699;
    position: relative;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ColegeList li a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #888888;
    position: absolute;
    left: 0px;
    top: 12px;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ColegeList li a:hover {
    color: #e53737;
    text-decoration: underline;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .KaoYanYiDuiYi {
    background: #ffffff;
    overflow: hidden;
    zoom: 1;
    text-align: center;
    margin: 10px -10px 0px -10px;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .KaoYanYiDuiYi .YiDuiYiItem {
    float: left;
    width: 50%;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .KaoYanYiDuiYi .YiDuiYiItem .ItemInner {
    display: block;
    margin: 0px 10px;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .KaoYanYiDuiYi .YiDuiYiItem .ItemImgBox {
    border: 1px solid #e5e5e5;
    display: block;
    margin-bottom: 5px;
}

.pc-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .KaoYanYiDuiYi .YiDuiYiItem .ItemInner img {
    width: 100%;
}

.pc-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList {
    width: 348px;
    height: 348px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    background: #ffffff;
}

.pc-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .BtnBgMusic {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: url(../../Images/bg0352.png) center center no-repeat;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 500;
}

.pc-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .BtnBgMusicPlaying {
    animation: AmtBgMusicPlaying 3s linear 0s infinite normal;
    -webkit-animation: AmtBgMusicPlaying 3s linear 0s infinite normal;
}

@keyframes AmtBgMusicPlaying {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes AmtBgMusicPlaying {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.pc-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .BgMusic {
    display: none;
}

.pc-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .swiper-container {
    width: 100%;
    height: 100%;
    margin: 0px;
}

.pc-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.pc-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.pc-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .swiper-pagination {
    position: absolute;
    left: auto;
    right: 5px;
    bottom: 5px;
    color: #ffffff;
    width: auto;
    line-height: 20px;
    padding: 0px 10px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    font-family: Arial;
}

.pc-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .swiper-pagination span {
    font-family: Arial;
}

/* .AppMade .BlockLeft .BookDetail .BookRight {
	width: 380px;
	padding-top: 40px;
} */

/* .AppMade .BlockLeft .BookDetail .BookRight .BtnContainer {
	padding-top: 30px;
} */

.pc-style .AppMade .swiper-button-next {
    width: 26px;
    height: 50px;
    background: url(../../Images/sprite2.png) right center no-repeat;
    opacity: 0.5;
    right: 0px;
    display: none;
}

.pc-style .AppMade .swiper-button-prev {
    width: 26px;
    height: 50px;
    background: url(../../Images/sprite2.png) left center no-repeat;
    opacity: 0.5;
    left: 0px;
    display: none;
}

.pc-style .AppMade .BookImgList:hover .swiper-button-next, .AppMade .BookImgList:hover .swiper-button-prev {
    display: block;
}

/*右侧相关图书板块开始*/

.pc-style .AppMade-Related {
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

.pc-style .AppMade-Related dt {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .AppMade-Related dt:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #e53737;
}

.pc-style .AppMade-Related dt a {
    float: right;
    font-weight: normal;
    font-family: "宋体";
    font-size: 12px;
}

.pc-style .AppMade-Related dd {
    padding-top: 10px;
    font-size: 14px;
}

.pc-style .AppMade-Related dd ul {
    overflow: hidden;
    zoom: 1;
}

.pc-style .AppMade-Related dd li {
    display: block;
    padding: 5px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

.pc-style .AppMade-Related dd li .ImgBox {
    display: block;
    width: 100px;
    height: 140px;
    margin: 0px auto 5px auto;
    position: relative;
    z-index: 1;
}

.pc-style .AppMade-Related dd li .ImgBox img {
    width: 100px;
    height: 140px;
    vertical-align: top;
}

.pc-style .AppMade-Related dd li .Des .ProductName {
    display: block;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-style .AppMade-Related dd .ShowMore {
    display: block;
    line-height: 1.5;
    background: #f5f5f5;
    text-align: center;
    padding: 10px 0px;
}

.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: #e53737;
}

.pc-style .PopGetGiftTips a {
    color: #1e50a2;
}

.pc-style .PopGetGiftTips a:hover {
    color: #e53737;
}

.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: #e53737;
}

.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 .PopPhotoViewer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    display: none;
}

.pc-style .PopPhotoViewer .BtnClose {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #000000 url(../../Images/bg0353.png) center center no-repeat;
}

.pc-style .PopPhotoViewer .Viewer {
    width: 600px;
    height: 600px;
    position: relative;
    text-align: center;
    margin: 50px auto;
}

.pc-style .PopPhotoViewer .Viewer .swiper-container {
    width: 100%;
    height: 100%;
    margin: 0px;
}

.pc-style .PopPhotoViewer .Viewer .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.pc-style .PopPhotoViewer .Viewer .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.pc-style .PopPhotoViewer .Viewer .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 60px;
    margin-left: -40px;
    color: #ffffff;
    line-height: 20px;
    padding: 0px 10px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    font-family: Arial;
}

.pc-style .PopPhotoViewer .Viewer .swiper-pagination span {
    font-family: Arial;
}

.pc-style .PopPhotoViewer .Viewer .swiper-button-next {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0355.png) center center no-repeat;
    right: -90px;
}

.pc-style .PopPhotoViewer .Viewer .swiper-button-next:hover {
    opacity: 1;
}

.pc-style .PopPhotoViewer .Viewer .swiper-button-prev {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0354.png) center center no-repeat;
    left: -90px;
}

.pc-style .PopPhotoViewer .Viewer .swiper-button-prev:hover {
    opacity: 1;
}

.pc-style .PopPhotoViewer .Viewer .swiper-button-next, .pc-style .PopPhotoViewer .Viewer .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 400px;
    margin-top: -200px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 80px 120px;
    -webkit-background-size: 80px 120px;
    background-size: 80px 120px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.pc-style .AmtMade .BlockLeft .BookDetail .BookLeft {
    width: 220px;
}

.pc-style .AmtMade .BlockLeft .BookDetail .BookLeft .BookImg {
    width: 218px;
    height: 218px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.pc-style .AmtMade .BlockLeft .BookDetail .BookLeft .BookImg img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.pc-style .AmtMade .BlockLeft .BookDetail .BookRight {
    width: 460px;
    padding-top: 40px;
}

.pc-style .AmtMade .BlockLeft .BookDetail .BookRight .BtnContainer {
    padding-top: 30px;
}

.pc-style .FriendTips {
    font-size: 14px;
    line-height: 1.5em;
    padding: 16px 0px;
    color: #666666;
    background: #ffffff;
    position: relative;
    margin-top: 15px;
}

.pc-style .FriendTips a {
    color: #336699;
}

.pc-style .FriendTips h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    color: #e53737;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-left: -50px;
    text-align: center;
    display: block;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 0px;
    padding: 0px 10px;
    font-weight: bold;
}

.pc-style .FriendTips p {
    text-indent: 2em;
}

.pc-style .FriendTips p strong {
    font-weight: bold;
    color: #666666;
}

.pc-style .FriendTips ul {
    padding: 5px 10px;
    background: #f4f5f7;
    border-radius: 4px;
    margin: 10px 0px;
}

.pc-style .FriendTips .QQList {
    overflow: hidden;
    zoom: 1;
}

.pc-style .FriendTips .QQList li {
    width: 50%;
    float: left;
}

.pc-style .FriendTips li {
    position: relative;
}

.pc-style .FriendTips li:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    color: #d9d9d9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.pc-style .FriendTips li:last-child:after {
    display: none;
}

.pc-style .FriendTips li .QQ {
    background: url(https://g.100xuexi.com/CssModel/AppWap/images/Mobile_bg0062.png) left center no-repeat;
    background-size: 16px 16px;
    display: block;
    padding: 8px 0px 8px 20px;
}

.pc-style .FriendTips li .WeiXin {
    background: url(https://g.100xuexi.com/CssModel/AppWap/images/Mobile_bg0060.png) left center no-repeat;
    background-size: 16px 16px;
    display: block;
    padding: 8px 0px 8px 20px;
}

.pc-style .FriendTips li .WeiBo {
    background: url(https://g.100xuexi.com/CssModel/AppWap/images/Mobile_bg0061.png) left center no-repeat;
    background-size: 16px 16px;
    display: block;
    padding: 8px 0px 8px 20px;
}

.pc-style .FriendTips .FriendTipsInner {
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.pc-style .EbookIntroTemp1 {
    background: #f1f1f1;
    padding: 36px 40px;
    font-size: 15px;
    line-height: 1.6;
}

.pc-style .EbookIntroTemp1 p {
    font-size: 15px;
    line-height: 1.6;
    text-indent: 2em;
    color: #555555;
    text-align: justify;
    margin-bottom: 0.5em;
}

.pc-style .EbookIntroTemp1 h3 {
    font-size: 17px;
    font-weight: bold;
    text-indent: 30px;
    color: #555555;
    padding: 10px 0px;
    text-align: justify;
}

.pc-style .Coupon {
    position: relative;
    z-index: 100;
    margin-bottom: 10px;
}

.pc-style .Coupon .CouponView {
    background: #f5f5f5;
    padding: 5px;
    overflow: hidden;
    zoom: 1;
}

.pc-style .Coupon .CouponView .CouponTag {
    float: left;
    display: none;
}

.pc-style .Coupon .CouponView .CouponDes {
    float: left;
    overflow: hidden;
    zoom: 1;
    margin-right: 1em;
}

.pc-style .Coupon .CouponView .CouponDes li {
    float: left;
    overflow: hidden;
    zoom: 1;
}

.pc-style .Coupon .CouponView .CouponDes li .couponTag {
    float: left;
    margin-right: 5px;
    color: #e53737;
    border-top: 1px solid #e53737;
    border-bottom: 1px solid #e53737;
    background: #ffdedf;
    padding: 0px 7px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
}

.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(https://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(https://e.100xuexi.com/css/Images/bg0362.gif) left top repeat-y;
}

.pc-style .Coupon .CouponView .MoreCoupon {
    float: left;
    line-height: 22px;
    font-family: "宋体";
    color: #666666;
    font-size: 12px;
}

.pc-style .Coupon .CouponView .CouponBtnSildeDown {
    float: right;
    color: #1e50a2;
    cursor: pointer;
    background: url(https://e.100xuexi.com/css/Images/bg0363.png) right 10px center no-repeat;
    padding-right: 14px;
    padding: 5px 24px 5px 10px;
    position: relative;
    z-index: 12;
}

.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: 32px;
    right: 0px;
    width: 418px;
    z-index: 10;
}

.pc-style .Coupon .CouponSlideCon .CouponList {
    padding: 10px;
}

.pc-style .Coupon .CouponSlideCon .CouponList li {
    background: url(https://e.100xuexi.com/css/Images/bg0011.gif) left 9px no-repeat;
    padding-left: 10px;
}

.pc-style .Coupon .CouponSlideCon .CouponList li .CouponItem {
    margin-right: 1em;
}

.pc-style .Coupon .CouponSlideCon .CouponList .Deadline {
    color: #999999;
    display: none;
}

.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 .CouponMoreShow .CouponSlideCon {
    display: block;
}

.pc-style .Coupon .CouponMoreShow .CouponBtnSildeDown {
    background: #ffffff url(https://e.100xuexi.com/css/Images/bg0364.png) right 10px center no-repeat;
    border: 1px solid #e5e5e5;
    border-bottom: 0px;
    padding: 4px 23px 4px 9px;
    color: #e53737;
}


.pc-style .download-pop {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    display: none;
}

.pc-style .download-pop .download-pop-box {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 180px;
    margin: -100px 0px 0px -150px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.pc-style .download-pop .download-pop-box-title {
    position: relative;
    height: 50px;
    background: #f5f5f5;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .download-pop .download-pop-box-title .title-text {
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 15px 20px;
    line-height: 20px;
}

.pc-style .download-pop .download-pop-box-title .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-indent: -10em;
    overflow: hidden;
    background: url(https://e.100xuexi.com/Css/Images/bg0101.gif) center center no-repeat;
    cursor: pointer;
}

.pc-style .download-pop .download-pop-box-title .btn-close:hover {
    background: url(https://e.100xuexi.com/Css/Images/bg0102.gif) center center no-repeat;
}

.pc-style .download-pop .download-pop-box-content {
    position: relative;
    padding: 20px;
    text-align: center;
}

.pc-style .download-pop .download-pop-box-content a {
    color: #336699;
}

.pc-style .download-pop .download-pop-box-content .btn-download-install {
    background: #e53737;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.pc-style .download-pop .download-pop-box-content .btn-container {
    padding: 10px 0px;
}

.pc-style .loading-tips {
    width: 18em;
    height: 1.5em;
    padding: 1em 1em 1em 2em;
    background: rgba(0, 0, 0, 0.8) url(https://e.100xuexi.com/Css/Images/loading_white_mini.gif) 1em center no-repeat;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -1.8em 0px 0px -10em;
    border-radius: 5px;
    color: #ffffff;
    display: none;
}

.pc-style .ChoosePrintListDialog {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 5000;
    display: none;
}

.pc-style .ChoosePrintListDialog .DialogMask {
    background: #000000;
    opacity: 0.5;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1;
}

.pc-style .ChoosePrintListDialog .DialogBox {
    position: fixed;
    left: 50%;
    top: 100px;
    bottom: 100px;
    z-index: 1;
    width: 800px;
    margin-left: -400px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxTitle {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 50px;
    background: #f5f5f5;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxTitle .DialogBoxTitleText {
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 15px 20px;
    line-height: 20px;
    text-align: center;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxTitle .BtnClose {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-indent: -10em;
    overflow: hidden;
    background: url(https://e.100xuexi.com/Css/images/bg0101.gif) center center no-repeat;
    cursor: pointer;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxTitle .BtnClose:hover {
    background: url(https://e.100xuexi.com/Css/images/bg0102.gif) center center no-repeat;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxContent {
    position: absolute;
    top: 51px;
    bottom: 61px;
    left: 0px;
    right: 0px;
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .ChooseTips {
    margin-bottom: 10px;
    color: #E4393C;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
    width: 100%;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List .TrSelected {
    background: #dff0d8;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List th {
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    font-weight: normal;
    text-align: left;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List .AlignCenter {
    text-align: center;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List .LabelCheckBox {
    display: block;
    cursor: pointer;
    padding: 10px 0px;
    border-radius: 4px;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List .LabelCheckBox input {
    cursor: pointer;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List .LabelCheckBox:hover {
    background: rgba(0, 0, 0, 0.1);
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List .Discount {
    color: #888888;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    padding: 10px 20px;
    height: 40px;
    overflow: hidden;
    zoom: 1;
    line-height: 40px;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .ChooseStatics {
    float: left;
    display: none;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .ChooseCount {
    color: #E4393C;
    font-size: 20px;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .ChooseBtnContainer {
    float: right;
    padding-right: 80px;
    position: relative;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .RMB {
    color: #E4393C;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .PriceNum {
    font-size: 20px;
    color: #E4393C;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .BtnChooseSubmit {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    width: 60px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #e53737;
    color: #ffffff;
    background: -webkit-linear-gradient(#e53737, #e53737);
    background: linear-gradient(#e53737, #e53737);
    position: absolute;
    top: 0px;
    right: 0px;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .ChooseBtnContainerDisabled {
    float: right;
    padding-right: 80px;
    position: relative;
    display: none;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .ErrorTips {
    float: left;
    position: relative;
    color: #e4393c;
    background: url(https://e.100xuexi.com/Css/images/btn-error.png) left center no-repeat;
    background-size: 18px auto;
    padding-left: 20px;
}

.pc-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .BtnChooseSubmitDisabled {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    width: 60px;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    text-shadow: 2px 2px 0px #ffffff;
    color: #999999;
    background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
    background: linear-gradient(#f5f5f5, #f0f0f0);
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: not-allowed;
}

.pc-style .SupportDevices {
    text-align: center;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 12px;
}

.pc-style .SupportDevices .SupportDevicesTitle {
    padding: 10px 20px;
}

.pc-style .SupportDevices .SupportDevicesContent {
    overflow: hidden;
    font-size: 0px;
}

.pc-style .SupportDevices .DevicesItem {
    display: inline-block;
    width: 33.3%;
    margin-bottom: 10px;
}

.pc-style .SupportDevices .DevicesItemPcClient {
    display: none;
}

.pc-style .SupportDevices .DevicesItem .DevicesItemIco {
    width: 30px;
    height: 30px;
    margin: 0px auto 0px auto;
    background: #000000;
}

.pc-style .SupportDevices .DevicesItem .IcoIPhone {
    background: url(https://tk.100xuexi.com/css/Images_sc/bg0558.png) center -150px;
}

.pc-style .SupportDevices .DevicesItem .IcoIPad {
    background: url(https://tk.100xuexi.com/css/Images_sc/bg0558.png) center 0px;
}

.pc-style .SupportDevices .DevicesItem .IcoAndroid {
    background: url(https://tk.100xuexi.com/css/Images_sc/bg0558.png) center -120px;
}

.pc-style .SupportDevices .DevicesItem .IcoMobileOnline {
    background: url(https://tk.100xuexi.com/css/Images_sc/bg0558.png) center -60px;
}

.pc-style .SupportDevices .DevicesItem .IcoPcOnline {
    background: url(https://tk.100xuexi.com/css/Images_sc/bg0558.png) center -30px;
}

.pc-style .SupportDevices .DevicesItem .IcoPcClient {
    background: url(https://tk.100xuexi.com/css/Images_sc/bg0558.png) center -180px;
}

.pc-style .SupportDevices .DevicesItem .DevicesItemDes {
    text-align: center;
    color: #666666;
    font-size: 12px;
}

.pc-style .SupportDevices a:hover .DevicesItemDes {
    color: #e53737;
    text-decoration: underline;
}

.pc-style .net-publish {
    text-align: center;
    padding: 20px 0px 20px 0px;
    width: 1120px;
    margin: 0px auto;
    border-top: 1px dotted #e5e5e5;
    color: #888888;
}

.pc-style .DetailCoupon {
    position: fixed;
    right: -400px;
    top: 0px;
    bottom: 0px;
    background: #f5f5f5;
    width: 360px;
    z-index: 10050;
    border-left: 1px solid #666666;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.pc-style .DetailCoupon.SlideShow {
    right: 0px;
}

.pc-style .DetailCoupon .DetailCouponTitle {
    text-align: center;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #ffffff;
    position: absolute;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .DetailCoupon .DetailCouponTitle .TitleText {
    font-size: 17px;
    font-weight: bold;
    color: #222222;
    line-height: 40px;
}

.pc-style .DetailCoupon .DetailCouponTitle .BtnClose {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/css/images/bg0101.gif) center center no-repeat;
    right: 0px;
    top: 0px;
    overflow: hidden;
    text-indent: -9999em;
}

.pc-style .DetailCoupon .DetailCouponList {
    position: absolute;
    top: 40px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: auto;
    padding: 10px;
}

.pc-style .DetailCoupon .DetailCouponList .CouponItem {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
}

.pc-style .DetailCoupon .CouponItem .ItemBaseInfo {
    padding-bottom: 10px;
    line-height: 1.2;
    color: #333333;
    position: relative;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dashed #e5e5e5;
}

.pc-style .DetailCoupon .CouponItem .CouponItemInner {
    padding-right: 50px;
    position: relative;
    padding: 15px 65px 15px 15px;
}

.pc-style .DetailCoupon .CouponItem .CouponItemInner::after {
    content: "";
    display: block;
    background: #f5f5f5;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    right: 40px;
    top: -10px;
    z-index: 20;
}

.pc-style .DetailCoupon .CouponItem .CouponItemInner::before {
    content: "";
    display: block;
    background: #f5f5f5;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    right: 40px;
    bottom: -10px;
    z-index: 20;
}

.pc-style .DetailCoupon .CouponItem .ItemBaseInfo .BaseInfo1 {
    line-height: 40px;
    margin-right: 5px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    color: #e53737;
}

.pc-style .DetailCoupon .CouponItem .ItemBaseInfo .BaseInfo2 {
    padding: 5px 10px;
    background: #ffe3e3;
    border-radius: 5px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 5px;
}

.pc-style .DetailCoupon .CouponDiscount .ItemBaseInfo .BaseInfo2 {
    background: #ffe9cd;
}

.pc-style .DetailCoupon .CouponMinus .ItemBaseInfo .BaseInfo2 {
    background: #ddf2d5;
}

.pc-style .DetailCoupon .CouponCash .ItemBaseInfo .BaseInfo2 {
    background: #d0eaff;
}

.pc-style .DetailCoupon .CouponItem .ItemBaseInfo .Type {
    font-weight: bold;
}

.pc-style .DetailCoupon .CouponItem .ItemBaseInfo .Conditions {
    font-size: 12px;
}

.pc-style .DetailCoupon .CouponItem .ItemBaseInfo .RMB {
    font-size: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pc-style .DetailCoupon .CouponItem .ItemBaseInfo .Zhe {
    font-size: 20px;
    font-weight: bold;
}

.pc-style .DetailCoupon .CouponItem .ItemBaseInfo .Num {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    padding: 0px 4px;
}

.pc-style .DetailCoupon .CouponItem .ItemBaseInfo .Time {
    padding: 10px 0px;
    line-height: 1.5;
    margin-left: 90px;
    font-size: 12px;
}

.pc-style .DetailCoupon .CouponItem .ItemUseInfo {
    padding-top: 10px;
    border-top: 0px;
    position: relative;
    font-size: 12px;
    clear: both;
}

.pc-style .DetailCoupon .CouponItem .ItemUseInfo li {
    line-height: 18px;
    position: relative;
    padding: 0 0px 0 4em;
}

.pc-style .DetailCoupon .CouponItem .ItemUseInfo li .InfoTag {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #999999;
}

.pc-style .DetailCoupon .CouponItem .ItemUseInfo li .InfoCon {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666666;
}

.pc-style .DetailCoupon .CouponItem .ItemUseInfo li .InfoCon .LinkDetail {
    color: #e53737;
    margin-left: 1em;
}

.pc-style .DetailCoupon .CouponItem .ItemUseInfo li .InfoCon .LinkDetail:hover {
    color: #e53737;
}

.pc-style .DetailCoupon .CouponItem .ItemUseInfo li .InfoCon.InfoUseTime {
    display: block;
}

.pc-style .DetailCoupon .CouponItem .BtnContainer {
    padding: 0px 10px 0px 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #e53737;
    width: 20px;
    font-size: 16px;
    cursor: pointer;
}

.pc-style .DetailCoupon .CouponItem .BtnContainer:after {
    content: "";
    position: absolute;
    left: -4px;
    top: 0px;
    bottom: 0px;
    width: 8px;
    background: url(https://g.100xuexi.com/CssModel/UserCenter2018/images/bg0338.png) center center repeat-y;
    z-index: 15;
}

.pc-style .DetailCoupon .CouponItem .BtnContainer .BtnUse {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.pc-style .DetailCoupon .CouponItem .BtnContainer .BtnUse::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ff6600;
    border-radius: 100%;
    width: 0px;
    height: 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
}

.pc-style .DetailCoupon .CouponItem .BtnContainer .BtnUse:hover {
    font-weight: bold;
}

.pc-style .DetailCoupon .CouponItem .BtnContainer .BtnUse:hover::before {
    width: 200px;
    height: 200px;
    margin: -100px 0px 0px -100px
}

.pc-style .DetailCoupon .CouponItem .BtnContainer .BtnUse .BtnUseText {
    display: block;
    text-align: center;
    line-height: 1.2;
    height: 4.8em;
    width: 20px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -2.4em;
    right: 12px;
    z-index: 10;
}

.pc-style .DetailCoupon .CouponItem .BtnContainer .BtnUseDisabled {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    background: #e5e5e5;
}

.pc-style .DetailCoupon .CouponItem .BtnContainer .BtnUseDisabled .BtnUseText {
    display: block;
    text-align: center;
    line-height: 1.2;
    height: 3.6em;
    width: 20px;
    text-align: center;
    color: #666666;
    position: absolute;
    top: 50%;
    margin-top: -1.8em;
    right: 12px;
    z-index: 10;
}

.pc-style .DetailCoupon .CouponItem .HasGot {
    position: absolute;
    right: 65px;
    bottom: 10px;
    overflow: hidden;
    width: 66px;
    height: 66px;
    background: url(https://www.100xuexi.com/css/images/coupongot.png) center center no-repeat;
    background-size: 100% 100%;
    text-indent: -99999em;
    z-index: 1;
}

.pc-style .DetailCoupon .CouponItem .ItemProgress {
    font-size: 12px;
    color: #666666;
    padding-top: 5px;
    display: none;
}

.pc-style .DetailCoupon .CouponItem .ItemProgress .ItemProgressBar {
    background: #f5f5f5;
    border-radius: 100px;
    overflow: hidden;
    display: none;
}

.pc-style .DetailCoupon .CouponItem .ItemProgress .ItemProgressBar .ItemProgressBarInner {
    background: #e53737;
    border-radius: 100px;
    height: 8px;
}

.pc-style .DetailCoupon .CouponItem .ItemProgress .ItemProgressTag {
    margin-bottom: 5px;
}

.pc-style .DetailCoupon .CouponItem .ItemProgress .ItemProgressTag .Rate {
    margin-right: 1em;
    border-right: 1px solid #e5e5e5;
    padding-right: 1em;
    display: none;
}

.pc-style .DetailCoupon .CouponItem .ItemProgress .ItemProgressTag .NewRegUser {
    color: #e53737;
    border: 1px solid #e53737;
    line-height: 1;
    padding: 0px 2px;
    border-radius: 3px;
    margin-right: 3px;
}

.pc-style .get-coupon {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 15000;
    display: none;
}

.pc-style .get-coupon-box {
    background: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 440px;
    margin: -200px 0px 0px -250px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.pc-style .get-coupon-box .btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 20px;
    width: 20px;
    height: 20px;
    background: url(https://www.100xuexi.com/css/images/bg0101.gif) center center no-repeat;
}

.pc-style .get-coupon-box .btn-close:hover {
    background: url(https://www.100xuexi.com/css/images/bg0102.gif) center center no-repeat;
}

.pc-style .get-coupon-box .waiting {
    padding: 40px 0px;
    text-align: center;
}

.pc-style .get-coupon-box .success {}

.pc-style .get-coupon-box .fail {}

.pc-style .get-coupon-box .tips-banner {
    height: 200px;
    padding: 30px 0px;
}

.pc-style .get-coupon-box .tips-banner-success {
    background: url(/css/images/bg0344.png) center center no-repeat;
}

.pc-style .get-coupon-box .tips-banner-fail {
    background: url(/css/images/bg0345.png) center center no-repeat;
}

.pc-style .get-coupon-box .tips-banner-waiting {
    background: url(/css/images/bg0346.gif) center center no-repeat;
}

.pc-style .get-coupon-box .tips {
    text-align: center;
    font-size: 16px;
}

.pc-style .get-coupon-box .tips .main-tips {
    font-size: 26px;
    font-weight: bold;
    color: #d13a05;
    line-height: 1.5;
}

.pc-style .get-coupon-box .tips .main-tips-success {
    color: #d13a05;
}

.pc-style .get-coupon-box .tips .main-tips-fail {
    color: #615c59;
}

.pc-style .get-coupon-box .operation {
    margin: 0px auto;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.pc-style .get-coupon-box .operation ul:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .get-coupon-box .operation li {
    display: inline-block;
}

.pc-style .get-coupon-box .operation li .btn {
    margin: 0px auto;
    display: block;
    color: #ffffff;
    font-weight: bold;
    background: #e53737;
    box-shadow: 0px 3px 10px 0px rgba(230, 0, 0, 0.3);
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    width: 150px;
    text-align: center;
    font-size: 16px;
}

/* .yunwangxiao-style .Block .BlockLeft .BookDetail .NotHasPrint .w2 {
    width: 50%;
}

.yunwangxiao-style .Block .BlockLeft .BookDetail .BookLeft {
    display: none;
}

.yunwangxiao-style .Block .BlockLeft .BookDetail .BookRight {
    float: none;
    width: auto;
} */

.yunwangxiao-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .CoverLink {
    display: none;
}

.yunwangxiao-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .YunCoverLink {
    display: block;
}


.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 .exam-time-box {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.pc-style .exam-time-box .exam-time-count {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px dotted #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pc-style .exam-time-box .count-num {
    font-family: 'Roboto', sans-serif;
    color: #e53737;
    padding: 0px 3px;
}

.pc-style .exam-time-box .exam-time-des {
    color: #888888;
}


/* 目录弹窗样式 */
.pc-style .CatalogDialog {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 5000;
    display: none;
}

.pc-style .CatalogDialog.SlideShow {
    display: block;
}

.pc-style .CatalogDialog .DialogMask {
    background: #000000;
    opacity: 0.5;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1;
}

.pc-style .CatalogDialog .DialogBox {
    position: fixed;
    left: 50%;
    top: 100px;
    bottom: 100px;
    z-index: 1;
    width: 800px;
    margin-left: -400px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.pc-style .CatalogDialog .DialogBox .DialogBoxTitle {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 50px;
    background: #f5f5f5;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .CatalogDialog .DialogBox .DialogBoxTitle .DialogBoxTitleText {
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 15px 50px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-style .CatalogDialog .DialogBox .DialogBoxTitle .BtnClose {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-indent: -10em;
    overflow: hidden;
    background: url(/Css/Images/bg0101.gif) center center no-repeat;
    cursor: pointer;
}

.pc-style .CatalogDialog .DialogBox .DialogBoxTitle .BtnClose:hover {
    background: url(/Css/Images/bg0102.gif) center center no-repeat;
}

.pc-style .CatalogDialog .DialogBox .DialogBoxContent {
    position: absolute;
    top: 51px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    overflow-x: hidden;
}

.pc-style .CatalogDialog .DialogBox .DialogBoxContentIframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}



/**********手机端样式***********/

.mobile-style #Mid {
    margin: 0px auto;
}

.mobile-style .Current {
    padding: 10px 16px;
    white-space: nowrap;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #f9f5f5;
}

/*说明：此样式表为e书详细信息页面通用样式，含e书信息页、e书全部评论页和发表评论页面的通用样式*/

/*顶部固定信息*/
.mobile-style * {
    font-family: "苹方", "Droid Sans Fallback", "微软雅黑", Tahoma, Geneva, sans-serif, "宋体";
}

.mobile-style .Coordinate {
    z-index: 1000;
    height: 50px;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
}

.mobile-style .Coordinate .FixedBg {
    height: 50px;
    width: 100%;
    background: #fff9c6;
    /*background: #ffe5db;*/
    position: absolute;
    left: 0px;
    top: 0px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #fff2ed;
    z-index: 1001;
}

.mobile-style .Coordinate .FixedInfo {
    position: relative;
    height: 40px;
    padding: 5px 0px;
    margin: 0px auto;
    z-index: 1002;
    text-align: center;
}

.mobile-style .Coordinate .FixedInfo .BookInfo {
    display: none;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookImg {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: none;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookImg img {
    max-width: 100px;
    max-height: 100px;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookImg .Bgimg img {
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookImg .ProductImg {
    width: 90px;
    height: 90px;
    padding: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookImg .ProductImg img {
    max-width: 90px;
    max-height: 90px;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes {
    float: left;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes h1 {
    font-size: 14px;
    font-weight: bold;
    color: #00427C;
    line-height: 24px;
    display: block;
    margin-bottom: 10px;
    height: 48px;
    display: none;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes h1 span {
    color: #ff0000;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer {
    height: 40px;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .btnBook {
    float: left;
    margin-left: 10px;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    width: 120px;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    font-weight: bold;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer span:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    margin-right: 4px;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnFreeDownLoad {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnFreeDownLoad:before {
    background: url(../../Images/bg0366.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnFreeDownLoadGift {
    display: none !important;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnBuy {
    border: 1px solid #e53737;
    background: #e53737;
    color: #ffffff;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnBuy:before {
    background: url(../../Images/bg0367.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnBuy:hover {
    background-color: #e53737;
    border: 1px solid #e53737;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnFreeDownLoadNew {
    display: none;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnTakeGift {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnTakeGift:before {
    background: url(../../Images/bg0369.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnTakeGift:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnBuy2 {
    background: url(../../Images/bg0029_0.gif) center center no-repeat;
    border: 0px;
    width: 150px;
    height: 40px;
    cursor: pointer;
    float: left;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnBuy3 {
    background: url(../../Images/bg0029_3.gif) center center no-repeat;
    border: 0px;
    width: 150px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer;
    float: left;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnRead {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnRead:before {
    background: url(../../Images/bg0365.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnFreeRead {
    background: url(../../Images/bg0030_4.gif) center center no-repeat;
    border: 0px;
    width: 120px;
    height: 40px;
    cursor: pointer;
    float: left;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnPlay {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .BtnPlay:before {
    background: url(../../Images/bg0368.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .BtnContainer .XiaJia {
    height: 40px;
    float: left;
    color: #666666;
    font-size: 16px;
    line-height: 40px;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .BookDes .ShareBar {
    height: 16px;
    padding: 13px 0px;
    line-height: 16px;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .DownloadCode {
    float: right;
    width: 130px;
    height: 40px;
    background: url(../../Images/bg0301.gif) center center no-repeat;
    position: relative;
    cursor: pointer;
    display: none;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .DownloadCode .CodeContainer {
    position: absolute;
    right: 0px;
    top: 45px;
    background: #ffffff;
    background: url(../../Images/bg0039.gif) right top no-repeat;
    padding-top: 8px;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .DownloadCode .CodeContainer .CodeBody {
    /*	border:1px solid #999999;*/
    border-top: 0px;
}

.mobile-style .Coordinate .FixedInfo .BookInfo .DownloadCode .CodeContainer img {
    width: 110px;
    height: 110px;
    background: url(../../Images/bg0300.gif) center center no-repeat;
}

.mobile-style .Coordinate .FixedInfo .QuickTab {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
}

.mobile-style .Coordinate .FixedInfo .QuickTab ul {
    border: 1px solid #d9c3ba;
    border-radius: 4px;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .Coordinate .FixedInfo .QuickTab li {
    float: left;
    border-right: 1px solid #d9c3ba;
}

.mobile-style .Coordinate .FixedInfo .QuickTab li:last-child {
    border-right: 0;
}

.mobile-style .Coordinate .FixedInfo .QuickTab li a {
    display: block;
    font-size: 16px;
    line-height: 38px;
    height: 38px;
    padding: 0px 15px;
    background: #ffffff;
    color: #1e50a2;
}

.mobile-style .Coordinate .FixedInfo .QuickTab li a:hover {
    background: #e53737;
    color: #ffffff;
}

.mobile-style .Block {
    margin-bottom: 20px;
}

.mobile-style .Block:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .Block .BlockLeft {}

/*电子书基本信息——开始*/

.mobile-style .Block .BookName {
    display: none;
}

.mobile-style .Block .BlockLeft .PCRead {
    display: none;
}

.mobile-style .Block .BlockLeft .AwordTips {
    background: #ff605b;
    height: 40px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.mobile-style .Block .BlockLeft .AwordTips .Btn01 {
    position: absolute;
    display: block;
    width: 96px;
    height: 40px;
    background: url(../../Images/bg0358.png) center center no-repeat;
    right: 10px;
    top: 10px;
}

.mobile-style .Block .BlockLeft .AwordTips .Btn02 {
    position: absolute;
    display: block;
    width: 96px;
    height: 40px;
    background: url(../../Images/bg0359.png) center center no-repeat;
    right: 120px;
    top: 10px;
}

.mobile-style .Block .BlockLeft .AwordTips1 {
    background: url(../../Images/bg0357_1.png) center center no-repeat;
}

.mobile-style .Block .BlockLeft .AwordTips2 {
    background: url(../../Images/bg0357_2.png) center center no-repeat;
}

.mobile-style .Block .BlockLeft .AwordTips3 {
    background: url(../../Images/bg0357_3.png) center center no-repeat;
}

.mobile-style .Block .BlockLeft .BookDetail {
    margin-bottom: 8px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookCover {
    background: #ffffff;
    position: relative;
}

/* .mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookCover::before {
    content: "";
    display: block;
    padding-top: 100%;
} */

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookCover .XiaJia {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookCover .XiaJia:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    font-size: 12px;
    z-index: 10;
    background: #f5f5f5 url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0425.png) center center no-repeat;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .CoverLink {
    display: block;
    box-sizing: border-box;
    position: relative;
    /* padding: 15px; */
    background: #f7f7f7;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .YunCoverLink {
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .CoverLink::before {
    content: "";
    display: block;
    padding-top: 100%;
}

/* .mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .CoverVideoLink {
    padding: 0px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .CoverVideoLink:before {
    display: none;
} */

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .XiaJia {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .XiaJia:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    font-size: 12px;
    z-index: 10;
    background: #f5f5f5 url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0425.png) center center no-repeat;
}
.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookImgBgInner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    filter: blur(50px);
    -webkit-filter: blur(50px);
    z-index: 1;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookImgInner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    text-align: center;
    cursor: pointer;
    background: url(https://wx.100xuexi.com/images/img_loading.png) center center no-repeat;
    background-size: contain;
    z-index: 2;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookImgInner:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.1;
    z-index: 10;
}

/* .mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .VideoImg {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .VideoImg::after {
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .VideoImg img {
    position: relative;
    max-width: 100%;
    height: auto;
} */

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    opacity: 0;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .Bgimg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    overflow: hidden;
    text-align: center;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .ProductImg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    overflow: hidden;
    text-align: center;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .VideoImg .ProductImg img {
    width: 80%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 25%;
    box-sizing: border-box;
    border: 2px solid #ffffff;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookSubImgInner {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: 0px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookSubImgInner img {
    opacity: 0;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .CodeMask {
    background: #000000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
    display: none;
    z-index: 3;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookCode {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    z-index: 4;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookCode .Code {
    width: 140px;
    height: 140px;
    margin: 19px auto;
    padding: 5px;
    background: #ffffff;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookCode .Code img {
    width: 140px;
    height: 140px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .BookCode .DownloadTips {
    background: #f5f5f5;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    padding: 4px 0px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg:hover .CodeMask, .mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg:hover .BookCode {
    display: block;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg iframe {
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookVideo .BookVideoInner {
    position: relative;
    width: 100%;
    height: 100%;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookCover .cover-swiper {
    width: 100%;
    /* height: 100%;
    position: absolute;
    left: 0px;
    top: 0px; */
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookCover .cover-swiper-item {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookCover .cover-swiper-item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookCover .cover-swiper-item img {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookCover .swiper-pagination-fraction {
    width: auto;
    background: rgba(0, 0, 0, 0.5);
    bottom: 10px;
    right: 0px;
    left: auto;
    padding: 5px 10px;
    border-radius: 100px 0px 0px 100px;
    color: #ffffff;
    font-size: 12px;
    line-height: 18px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video {
    width: 100%;
    height: 100%;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video .vjs-loading-spinner {
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    border-radius: 100%
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .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 .Block .BlockLeft .BookDetail .BookLeft .sc-video .vjs-big-play-button:before {
    line-height: 60px;
    font-size: 40px;
    border-radius: 100%
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video:hover .vjs-big-play-button, .mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video .vjs-big-play-button:focus {
    background: 0
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video.vjs-paused .vjs-big-play-button {
    display: block
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video.vjs-paused .vjs-fullscreen-control {
    display: none
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video.vjs-paused video {
    opacity: .8
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video.vjs-paused .vjs-poster {
    background-color: transparent
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video.vjs-paused .vjs-poster:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: .2
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video .vjs-play-progress:before {
    top: -6px;
    right: -8px;
    font-size: 16px
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video video::-webkit-media-controls {
    display: none !important
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video .vjs-control-bar {
    height: 40px
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video .vjs-control:before {
    font-size: 30px;
    line-height: 40px
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .sc-video .vjs-time-control {
    line-height: 40px
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .FreeTry {
    text-align: center;
    height: 24px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .FreeTry .BtnTry {
    background: url(../../Images/bg0031.gif) center center no-repeat;
    width: 80px;
    height: 24px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .FreeTry .BtnPlay {
    background: url(../../Images/bg0031_3.gif) center center no-repeat;
    width: 80px;
    height: 24px;
}

.mobile-style .BlockLeft .BookDetail .BookLeft .BookImgNavList {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
    display: none;
}

.mobile-style .BlockLeft .BookDetail .BookLeft .BookImgNavList .BookImgNavItem {
    width: 60px;
    height: 60px;
    border: 1px solid #e5e5e5;
    margin-right: 10px;
    float: left;
    position: relative;
}

.mobile-style .BlockLeft .BookDetail .BookLeft .BookImgNavList .BookImgNavItem .BookImgNavItemLink {
    width: 100%;
    height: 100%;
    display: block;
    background: #ffffff center center no-repeat;
    background-size: contain;
}

.mobile-style .BlockLeft .BookDetail .BookLeft .BookImgNavList .BookImgNavItem:hover {
    border: 1px solid #666666;
}

.mobile-style .BlockLeft .BookDetail .BookLeft .BookImgNavList .BookImgNavItem.Selected {
    border: 1px solid #e53737;
}

.mobile-style .BlockLeft .BookDetail .BookLeft .BookImgNavList .BookImgNavItemVideo:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../../Images/bg0373.png) center center no-repeat;
    border-radius: 100%;
    right: 0px;
    bottom: 0px;
}

.mobile-style .BlockLeft .BookDetail .BookLeft .BookImgNavList .BookImgNavItemFlash:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../../Images/bg0374.png) center center no-repeat;
    border-radius: 100%;
    right: 5px;
    bottom: 5px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .OtherLinks {
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .FrontCover {
    text-align: center;
    height: 24px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookLeft .FrontCover .BtnDownload {
    background: url(../../Images/bg0031_0.gif) center center no-repeat;
    width: 80px;
    height: 24px;
}

.mobile-style .ExamTimeBox {
    text-align: center;
    background: #ffe3e3;
}

.mobile-style .ExamTimeBox .ExamTimeCount {
    padding: 5px 16px;
    font-size: 12px;
}

.mobile-style .ExamTimeBox .ExamTimeCount .CountNum {
    color: #e53737;
    font-family: 'Roboto', sans-serif;
}


.mobile-style .Block .BlockLeft .BookDetail .BookRight {
    padding: 16px;
    background: #ffffff;
    border-radius: 0px 0px 12px 12px;
}

.mobile-style .Block .BlockLeft .XiaJiaTitle {
    background: #ffffff;
    padding: 10px 16px;
}

.mobile-style .Block .BlockLeft .MobielBookNameBox {
    position: relative;
    padding-right: 65px;
    padding-bottom: 10px;
}

.mobile-style .Block .BlockLeft .MobielBookNameBox:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .Block .BlockLeft .BookDetail .SellPontText {
    padding-top: 10px;
    color: #cc6600;
}

.mobile-style .Block .BlockLeft .MobielBookNameBox .FavorBtns {
    position: absolute;
    right: 0px;
    width: 40px;
    top: 0px;
    text-align: center;
    padding-left: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-style .Block .BlockLeft .MobielBookNameBox .FavorBtns a {
    font-size: 12px;
    color: #333333;
    display: block;
}

.mobile-style .Block .BlockLeft .MobielBookNameBox .BtnPraise::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0px auto;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0405.png) center center no-repeat;
    background-size: 100% auto;
}

.mobile-style .Block .BlockLeft .MobielBookNameBox .BtnPraised::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0px auto;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0405_0.png) center center no-repeat;
    background-size: 100% auto;
}

.mobile-style .Block .BlockLeft .MobielBookName {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #222222;
    text-align: left;
    position: relative;
}


.mobile-style .Block .BlockLeft .MobielBookName .XiaJiaTips {
    color: #e53737;
}

.mobile-style .Block .BlockLeft .MobielBookName .cssType {
    color: #e53737;
}

.mobile-style .Block .BlockLeft .MobielBookName .AttentionTips {
    color: #e53d00;
    font-size: 14px;
}

/* 纸质书信息 begin=================================================================================== */
.mobile-style .Block .BlockLeft .BookDetailLoading::before {
    content: "";
    display: block;
    padding-top: 100%;
    background: url(/css/images/loading_white.gif) center center no-repeat;
}

.mobile-style .Block .BlockLeft .BookDetail .PresellTips {
    padding: 10px 15px 10px 30px;
    background: #ffffcc url(https://e.100xuexi.com/Css/images/bg0557.png) 10px 13px no-repeat;
    color: #e53737;
    font-size: 14px;
    font-weight: bold;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Summary {
    margin-bottom: 15px;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem {
    padding: 10px 0px;
    border-bottom: 1px dotted #e5e5e5;
    line-height: 36px;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItemImportant {
    /* background:#f5f5f5 url(../Images/bg0538.png) center center no-repeat; */
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .PringDes {
    clear: both;
    font-size: 14px;
    color: #cc6600;
    line-height: 1.5;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .BtnBuy {
    display: block;
    height: 36px;
    text-align: center;
    font-size: 15px;
    border-radius: 8px;
    line-height: 36px;
    background: #ff605b;
    color: #ffffff;
    position: relative;
    margin: 0px 2px;
    float: right;
    width: 60px;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .BtnBuy:hover {
    background: #e4393c;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .BtnAddShopcart {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #ffe5dd url(https://e.100xuexi.com/Css/Images/bg0555.png) center center no-repeat;
    border: 1px solid #ffc2bc;
    position: relative;
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .BtnAddShopcartText {
    position: absolute;
    top: -2.8em;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    border-radius: 4px;
    padding: 0.5em;
    font-size: 12px;
    width: 5em;
    left: 50%;
    margin-left: -3em;
    line-height: 1;
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .BtnAddShopcartText:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    width: 0px;
    height: 0px;
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .BtnAddShopcart:hover {
    border-color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Summary .SummaryItem .BtnAddShopcart:hover .BtnAddShopcartText {
    display: block;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Price {
    position: relative;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .PriceTag {
    /* background: #704cc9; */
    background: #572fba;
    color: #ffffff;
    padding: 5px 10px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    float: left;
    border-radius: 100px 100px 100px 0px;
    font-weight: bold;
    letter-spacing: 1px;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .PriceTag::before {
    content: "";
    position: absolute;
    width: 0;
    display: block;
    font-size: 0;
    left: -6px;
    bottom: 0;
    height: 0;
    border: 5px solid #572fba;
    border-color: transparent #572fba #572fba transparent;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .PriceDes {
    float: left;
    color: #888888;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Price .Free {
    font-family: "微软雅黑", "宋体";
    font-weight: bold;
    font-size: 20px;
    color: #006600;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Price .NewPrice {
    font-weight: normal;
    font-size: 24px;
    color: #e53737;
    padding-right: 10px;
    font-family: 'Roboto', sans-serif;
    float: left;
    height: 36px;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Price .NewPrice .RMB {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Price .NewPrice .PriceText {
    font-family: 'Roboto', sans-serif;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Price .OldPrice {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666666;
    padding-right: 15px;
    line-height: 30px;
    text-decoration: line-through;
    font-weight: normal;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Price .Discount {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    font-weight: normal;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Price .VipPrice {
    color: #e53737;
    line-height: 24px;
    display: inline-block;
    /* float: left; */
    background: #ffe5db;
    border-radius: 20px 20px 20px 0px;
    padding: 0px 10px;
    position: relative;
    vertical-align: middle;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Price .VipPrice::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 100%;
    border: 3px solid #ffe5db;
    border-left: 3px solid transparent;
    border-top: 3px solid transparent;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Price .VipPrice .BtnOpenVip {
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .HasPrint .Price .VipPrice .WhatIsVip {
    display: none;
}

/* 纸质书信息 end=================================================================================== */

/* 默认信息 begin=================================================================================== */


.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .Price {
    /* background: #ffe5db;
    padding: 5px 10px;
    margin-bottom: 10px; */
    position: relative;
    overflow: hidden;
    zoom: 1;
    padding: 10px 0px;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .Price:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .Free {
    font-family: "微软雅黑", "宋体";
    font-weight: bold;
    font-size: 20px;
    color: #006600;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .NewPrice {
    font-size: 30px;
    color: #e53737;
    padding-right: 15px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    /* float: left; */
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .NewPrice .RMB {
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .OldPrice {
    font-family: Arial;
    font-size: 16px;
    color: #666666;
    padding-right: 15px;
    line-height: 24px;
    text-decoration: line-through;
    font-weight: normal;
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .Discount {
    font-family: Arial;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    font-weight: normal;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .VipPrice {
    color: #e53737;
    line-height: 24px;
    display: inline-block;
    /* float: left; */
    background: #ffe5db;
    border-radius: 20px 20px 20px 0px;
    padding: 0px 10px;
    position: relative;
    vertical-align: middle;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .VipPrice::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 100%;
    border: 3px solid #ffe5db;
    border-left: 3px solid transparent;
    border-top: 3px solid transparent;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .VipPrice .BtnOpenVip {
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .Price .VipPrice .WhatIsVip {
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .PringDes {
    font-size: 14px;
    color: #cc6600;
    line-height: 1.5;
    padding: 10px 0px;
    position: relative;
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .PringDes:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .BtnBuyPaperBook {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0409.gif) center center no-repeat;
    width: 140px;
    height: 24px;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .InfoGroup {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0px;
    position: relative;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .InfoGroup::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .w1 {
    line-height: 1.5;
    /* padding: 5px 10px; */
    font-size: 14px;
    box-sizing: border-box;
    width: 50%;
    float: left;
}

.mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .w2 {
    line-height: 1.5;
    /* padding: 5px 0px; */
    font-size: 14px;
    box-sizing: border-box;
    width: 50%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 默认信息 end=================================================================================== */

/* .mobile-style .Block .BlockLeft .BookDetail .BookRight .w2 {
    line-height: 1.5;
    font-size: 14px;
    width: 50%;
    float: left;
} */

.mobile-style .Block .BlockLeft .BookDetail .BookRight a {
    color: #00427c;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight a:hover {
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight table .Property {
    line-height: 50px;
    height: 50px;
    float: left;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer {
    overflow: visible;
    zoom: 1;
    text-align: center;
    margin: 0px -10px 15px -10px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer.NotHasPrint {
    margin: 0px -5px 0px -5px;
    padding: 10px 0px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer.NotHasPrint.TwoBtns {
    margin: 0px -10px 0px -10px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer li {
    /*float: left;
    margin-right: 10px;*/
    position: relative;
    float: left;
    padding: 0px 10px;
    box-sizing: border-box;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .LiDownload {
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .LiDownloadNew {
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .btnBook {
    display: block;
    cursor: pointer;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer span {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 8px;
    position: relative;
    font-weight: bold;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .btnBook span:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    margin-right: 4px;
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .PaperBook {
    color: #00427c;
    float: left;
    margin-top: 10px;
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoad:before {
    background: url(../../Images/bg0366.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoad:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoadGift {
    display: none !important;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoad_Big {
    background: url(../../Images/bg0028_0.gif) center center no-repeat;
    border: 0px;
    width: 200px;
    height: 60px;
    cursor: pointer;
    float: left;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeDownLoadNew {
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnBuy {
    /* background: url(../../Images/bg0029.gif) center center no-repeat; */
    border: 1px solid #e53737;
    background: #e53737;
    color: #ffffff;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnBuy:before {
    background: url(../../Images/bg0367.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer.NotHasPrint li {
    width: 33.33%;
    padding: 0px 5px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer.NotHasPrint.TwoBtns li {
    width: 50%;
    padding: 0px 10px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer.HasPrint .LiBuy {
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer.NotHasPrint .LiBuy {
    display: block;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .user-tips {
    color: #666666;
    /* display: none; */
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BuyTips {
    /* position: absolute;
    right: 0px;
    top: 60px; */
    position: relative;
    margin-top: 15px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .VipBtnContainer .BtnOpenVip {
    display: block;
    height: 40px;
    text-align: center;
    font-size: 15px;
    border-radius: 8px;
    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;
    border: 1px solid #e5cb9c;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .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 200%;
    animation: AmtVipBg 3s linear 0s infinite normal;
    -webkit-animation: AmtVipBg 3s linear 0s infinite normal;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .VipBtnContainer .BtnOpenVip .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 .Block .BlockLeft .BookDetail .BookRight .BuyTips .BuyTipsInner:before {
    content: "";
    display: block;
    background: #fcf8e3;
    width: 10px;
    height: 10px;
    border-top: 1px solid #c09853;
    border-left: 1px solid #c09853;
    border-top-left-radius: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 50px;
    top: -5px;
} */

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BuyTips .BuyTipsInner {
    background: #fcf8e3;
    border: 1px solid #c09853;
    color: #997644;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    font-size: 14px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BuyTips .BuyTipsMore {
    background: url(https://e.100xuexi.com/Css/Images/bg0381.png) right center no-repeat;
    padding-right: 16px;
}

/* .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnBuy:after {
	content: "送手机版";
	background: #ff6600;
	color: #ffffff;
	border-radius: 50px;
	line-height: 18px;
	padding: 0px 10px;
	display: block;
	position: absolute;
	right: -2em;
	top: -15px;
	font-size: 12px;
	border: 1px solid #ffffff;
	font-weight: normal;
}   */

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnBuy:hover {
    background-color: #e53737;
}

/* .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnBuyGift:after {
	content: "送手机版";
	font-weight: normal;
} .mobile-style  */

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnBuy2 {
    background: url(../../Images/bg0029_0.gif) center center no-repeat;
    border: 0px;
    width: 150px;
    height: 40px;
    cursor: pointer;
    float: left;
}

/*app制作的电子书购买*/

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnBuy3 {
    background: url(../../Images/bg0029_3.gif) center center no-repeat;
    border: 0px;
    width: 150px;
    height: 40px;
    cursor: pointer;
    float: left;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnTakeGift {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnTakeGift:before {
    background: url(../../Images/bg0369.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFavorite {
    background: url(../../Images/bg0030.gif) center center no-repeat;
    border: 0px;
    width: 90px;
    height: 40px;
    cursor: pointer;
    float: left;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeRead {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeRead:before {
    background: url(../../Images/bg0365.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnFreeRead:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnReadByPsw {
    /* background: url(../../Images/bg0030_5.gif) center center no-repeat; */
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    display: block;
    text-align: center;
    border-radius: 3px;
    width: 130px;
    height: 40px;
    cursor: pointer;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnReadByPsw:before {
    background: url(../../Images/bg0370.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnRead {
    /* background: url(../../Images/bg0030_2.gif) center center no-repeat; */
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnRead:before {
    background: url(../../Images/bg0365.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnRead:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnPlay {
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnPlay:before {
    background: url(../../Images/bg0368.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnPlay:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnDo {
    /* background: url(../Images_sc/bg0030_2.gif) center center no-repeat; */
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnDo:before {
    background: url(../../Images/bg0365_0.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .BtnDo:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer .XiaJia {
    border: 0px;
    width: 120px;
    height: 40px;
    float: left;
    background: #f5f5f5;
    color: #666666;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    text-shadow: 1px 1px 1px #ffffff;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale .BtnContainer {
    padding: 0px;
    margin-bottom: 20px;
    text-align: center;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale .BtnContainer .BtnItem {
    float: left;
    width: 50%;
    padding: 0px 8px;
    box-sizing: border-box;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale .OneBtnContainer .BtnItem {
    width: 100%;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale .NotForSaleTips {
    font-size: 15px;
    background: #f9f9f9;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale .NotForSaleTips .TipsRed {
    color: #e53d00;
    font-weight: bold;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale .TipsTag {
    color: #e53d00;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale p {
    display: inline;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale .BtnContainerOpenVip {
    display: block;
    text-align: center;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale .WhatIsVip {
    font-size: 14px;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale .BtnOpenVip {
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: "微软雅黑", "宋体";
    line-height: 40px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #e53737;
    color: #ffffff;
    background: -webkit-linear-gradient(#e53737, #e53737);
    background: linear-gradient(#e53737, #e53737);
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale .BtnOpenVip:hover {
    background: -webkit-linear-gradient(#e53737, #cc3131);
    background: linear-gradient(#e53737, #cc3131);
    border: 1px solid #cc3131;
    color: #ffffff;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale .BtnVipRead {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #e4b96a;
    background: linear-gradient(to right, #f2debb, #e4b96a);
    color: #99651c;
    text-shadow: 1px 1px 0px #f2debb;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale .BtnVipRead:hover {
    border: 1px solid #99651c;
    color: #99651c;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale .BtnViewPackage {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #ffc2bc;
    background: #ffe5dd;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail.NotForSale .BtnViewPackage:hover {
    border: 1px solid #e53737;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .BtnContainer.HasPrint .LiBuy {
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .GiftHelp {
    overflow: hidden;
    zoom: 1;
    clear: both;
    padding-top: 10px;
    margin-top: 10px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .GiftHelp li {
    float: left;
    margin-right: 1em;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .GiftHelp li a {
    color: #333333;
    display: block;
    border: 1px solid #e5e5e5;
    padding: 0px 10px;
    border-radius: 3px;
    font-family: "宋体";
    background: #ffffff;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .GiftHelp li a:hover {
    border-color: #e53737;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .ShareBar {
    /* height: 16px;
    line-height: 16px; */
    padding-top: 15px;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .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 .Block .BlockLeft .BookDetail .BookRight .ShareBar .BtnFavorite {
    float: left;
    margin-right: 24px;
    color: #00427c;
}

.mobile-style .Block .BlockLeft .BookDetail .BookRight .ShareBar .BtnFavorite:hover {
    color: #e53737;
} */

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTable {
    /* width: 100%; */
    clear: both;
    zoom: 1;
    position: relative;
    box-sizing: border-box;
    position: relative;
    border-radius: 12px;
    background: #ffffff;
    margin-top: 8px;
}

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTable:before {
    content: "";
    display: block;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    /* display: none; */
}

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTable:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTableItem {
    width: 50%;
    float: left;
    box-sizing: border-box;
    position: relative;
    width: 50%;
    padding: 16px;
}

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemTitle {
    /* background: #f5f5f5; */
    font-size: 0px;
}

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemTitle .TitleText {
    display: block;
    font-size: 15px;
    color: #E4393C;
    font-weight: bold;
}

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTableEbookItem .BaseInfoTableItemTitle .TitleFlag {
    display: inline-block;
    vertical-align: middle;
    /* background: url(../images/bg0540.png) center center no-repeat;
    width: 101px;
    height: 26px; */
    border: 1px solid #cc6600;
    padding: 0px 5px;
    color: #cc6600;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 20px;
    border-radius: 3px;
    position: relative;
    background: #ffffff;
}

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTablePrintItem .BaseInfoTableItemTitle .TitleFlag {
    /* position: absolute;
    width: 100px;
    height: 100px;
    background: url(../Images/bg0543.png) center center no-repeat;
    top: 60px;
    right: 20%; */
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #ff0000;
    padding: 0px 5px;
    color: #ff0000;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    position: relative;
    font-weight: bold;
    background: #ffffff;
}

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemTitle .More {
    color: #336699;
    position: absolute;
    right: 15px;
    top: 0px;
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    background: url(../Images/bg0422_0.png) right center no-repeat;
}

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemContent {
    color: #666666;
}

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemContent .InfoItem {
    /* float: left;
    width: 50%; */
    padding: 5px 0px;
    border-top: 1px dotted #e5e5e5;
}

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemContent .InfoItem:first-child {
    border-top: 0px;
}

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemContent .InfoItemZhunyin {
    display: none;
}

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemContent .InfoItem .PrintPagesBox {
    color: #cc6600;
}

.mobile-style .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemContent .CountNum {
    color: #cc6600;
}

.mobile-style .MobileHide {
    display: none;
}

/* .Block .BlockLeft .BookDetail .BaseInfoTableItem .BaseInfoTableItemContent .InfoItemCloum2{
    width: 100%;
} */

.mobile-style .Block .BlockLeft .PrintIntro {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    margin-bottom: 20px;
    display: none;
}

.mobile-style .Block .BlockLeft .PrintIntro .PrintIntroHtml {
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .PrintIntro .PrintIntroHtml p {
    text-indent: 2em;
}

.mobile-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList {
    display: none;
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .PrintListTitle {
    margin-bottom: 5px;
    color: #cc6600;
}

.mobile-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .TablePrintList {
    border: 1px solid #e5e5e5;
    width: 100%;
    border-collapse: collapse;
}

.mobile-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .TablePrintList th {
    font-weight: normal;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    text-align: left;
    padding: 5px 10px;
}

.mobile-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .TablePrintList .PrintItemPageSeize {
    width: 6em;
}

.mobile-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .TablePrintList td {
    font-weight: normal;
    border: 1px solid #e5e5e5;
    text-align: left;
    padding: 5px 10px;
}

.mobile-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .TablePrintList .TrHideMore {
    display: none;
}

.mobile-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .BtnSlideTrMoreContainer {
    text-align: center;
    padding-top: 10px;
}

.mobile-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .BtnSlideTrMore {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 5px 30px 5px 15px;
    background: -webkit-linear-gradient(#ffffff, #f5f5f5);
    background: linear-gradient(#ffffff, #f5f5f5);
    position: relative;
    color: #336699;
}

.mobile-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .BtnSlideTrMore:hover {
    color: #e4393c;
    border: 1px solid #999999;
}

.mobile-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .BtnSlideTrMore:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(https://e.100xuexi.com/Css/Images/bg0546.png) center center no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}

.mobile-style .Block .BlockLeft .PrintIntro .PrintIntroPrintList .BtnSlideTrMore.BtnHide:after {
    background: url(https://e.100xuexi.com/Css/Images/bg0545.png) center center no-repeat;
}

.mobile-style .Block .BlockLeft .BookIntro {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    margin-bottom: 20px;
    display: none;
}

.mobile-style .Block .BlockLeft .BookIntro .BookIntroHtml {
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .BookIntro .BookIntroHtml p {
    text-indent: 2em;
}

.mobile-style .Block .BlockLeft .BookIntro .BookIntroBookList {
    display: none;
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .BookIntro .BookIntroBookList .PrintListTitle {
    margin-bottom: 5px;
    color: #cc6600;
}

.mobile-style .Block .BlockLeft .BookIntro .BookIntroBookList .TablePrintList {
    border: 1px solid #e5e5e5;
    width: 100%;
    border-collapse: collapse;
}

.mobile-style .Block .BlockLeft .BookIntro .BookIntroBookList .TablePrintList th {
    font-weight: normal;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    text-align: left;
    padding: 5px 10px;
}

.mobile-style .Block .BlockLeft .BookIntro .BookIntroBookList .TablePrintList .PrintItemPageSeize {
    width: 6em;
}

.mobile-style .Block .BlockLeft .BookIntro .BookIntroBookList .TablePrintList td {
    font-weight: normal;
    border: 1px solid #e5e5e5;
    text-align: left;
    padding: 5px 10px;
}

.mobile-style .Block .BlockLeft .BookIntro .BookIntroBookList .TablePrintList .TrHideMore {
    display: none;
}

.mobile-style .Block .BlockLeft .BookIntro .BookIntroBookList .BtnSlideTrMoreContainer {
    text-align: center;
    padding-top: 10px;
}

.mobile-style .Block .BlockLeft .BookIntro .BookIntroBookList .BtnSlideTrMore {
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 5px 30px 5px 15px;
    background: -webkit-linear-gradient(#ffffff, #f5f5f5);
    background: linear-gradient(#ffffff, #f5f5f5);
    position: relative;
    color: #336699;
}

.mobile-style .Block .BlockLeft .BookIntro .BookIntroBookList .BtnSlideTrMore:hover {
    color: #e4393c;
    border: 1px solid #999999;
}

.mobile-style .Block .BlockLeft .BookIntro .BookIntroBookList .BtnSlideTrMore:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url(https://e.100xuexi.com/Css/Images/bg0546.png) center center no-repeat;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
}

.mobile-style .Block .BlockLeft .BookIntro .BookIntroBookList .BtnSlideTrMore.BtnHide:after {
    background: url(https://e.100xuexi.com/Css/Images/bg0545.png) center center no-repeat;
}

.mobile-style .Block .BlockLeft .ElectronicIntro {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    margin-bottom: 20px;
    display: none;
}

.mobile-style .Block .BlockLeft .ElectronicIntro .ElectronicIntroTitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .Block .BlockLeft .ElectronicIntro .ElectronicIntroTitle:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #e53737;
}

.mobile-style .Block .BlockLeft .ElectronicIntro .ElectronicIntroTitle .TitleText {
    float: left;
}

.mobile-style .Block .BlockLeft .ElectronicIntro .ElectronicIntroContent {
    padding-top: 10px;
}

.mobile-style .Block .BlockLeft .ElectronicIntro .ElectronicIntroContent img {
    max-width: 100%;
}

/*电子书基本信息——结束*/

/*锚点导航栏——开始*/

.mobile-style .Block .BlockLeft .AnchorLink {
    height: 40px;
    margin-bottom: 10px;
    padding: 0px 16px;
    display: none;
}

.mobile-style .Block .BlockLeft .AnchorLink .KeyPoint {
    float: right;
    padding-left: 100px;
}

.mobile-style .Block .BlockLeft .AnchorLink a {
    background: #ffffff;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    padding: 0px 10px;
}

.mobile-style .Block .BlockLeft .AnchorLink .KeyPoint .LinkFriendsTalk {
    background: #0083c0;
    border: 1px solid #0083c0;
    color: #ffffff;
    margin-right: 0px;
}

.mobile-style .Block .BlockLeft .AnchorLink .KeyPoint .LinkFriendsTalk:hover {
    background: #e4393c;
    border: 1px solid #e4393c;
    color: #ffffff;
}

/*锚点导航栏——结束*/

/*选项卡控制栏——开始*/

.mobile-style .Block .BlockLeft .TabContaienr {
    height: 28px;
    border-bottom: 2px solid #00427c;
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .TabContaienr li {
    float: left;
    margin-right: 10px;
}

.mobile-style .Block .BlockLeft .TabContaienr li a {
    float: left;
    display: block;
    height: 28px;
    background: url(../../Images/bg0036.gif) left top no-repeat;
    padding-left: 1px;
}

.mobile-style .Block .BlockLeft .TabContaienr li a span {
    display: block;
    float: left;
    padding: 7px 10px 7px 9px;
    line-height: 14px;
    height: 14px;
    text-align: center;
    color: #333333;
    white-space: nowrap;
    background: url(../../Images/bg0036.gif) right top no-repeat;
}

.mobile-style .Block .BlockLeft .TabContaienr li a:hover span {
    color: #e53737;
}

.mobile-style .Block .BlockLeft .TabContaienr li a.over {
    background: url(../../Images/bg0035.gif) left top no-repeat;
}

.mobile-style .Block .BlockLeft .TabContaienr li a.over span, .mobile-style .Block .BlockLeft .TabContaienr li a.over:hover span {
    color: #ffffff;
    background: url(../../Images/bg0035.gif) right top no-repeat;
}

/*选项卡控制栏——结束*/

/*内嵌单条评论——开始*/

.mobile-style .Block .BlockLeft .CommentCon2 {
    padding-top: 0px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .T {
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    line-height: 30px;
    height: 30px;
    padding: 0px 10px;
    font-size: 12px;
    color: #e53737;
    margin-bottom: 15px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .T a {
    float: right;
}

.mobile-style .Block .BlockLeft .CommentCon2 .T strong {
    font-weight: normal;
    color: #333333;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item {
    margin-bottom: 15px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .User {
    width: 70px;
    float: left;
    text-align: center;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .User .UserImg {
    width: 56px;
    height: 56px;
    padding: 6px;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    display: block;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .User .UserImg img {
    width: 56px;
    height: 56px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon {
    width: 584px;
    padding-left: 6px;
    float: right;
    background: url(../../Images/bg0037.gif) left top no-repeat;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-left: 0px;
    padding: 5px 10px 10px 10px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .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 .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .Title .Time {
    float: right;
    color: #888888;
    font-weight: normal;
    font-size: 12px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .Con {
    border-top: 1px solid #ffffff;
    padding-top: 5px;
    padding-bottom: 10px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .BtnContainer {
    height: 24px;
    line-height: 24px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .MiniBtn {
    background: url(../../Images/bg0038.gif) left top no-repeat;
    padding-left: 1px;
    height: 24px;
    display: inline-block;
    zoom: 1;
    margin-right: 10px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .MiniBtn span {
    background: url(../../Images/bg0038.gif) right top no-repeat;
    padding: 0px 5px;
    display: inline-block;
    height: 24px;
    zoom: 1;
    cursor: pointer;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .BtnReply {
    float: right;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .Reply {
    padding-top: 10px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .Reply .TextAreaOuter {
    background: url(../../Images/bg0039.gif) right top no-repeat;
    padding-top: 8px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .Reply .TextAreaOuter .TextAreaInner {
    background: #ffffff;
    border: 1px solid #999999;
    border-top: 0px;
    padding: 10px;
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .Reply .TextAreaOuter .TextAreaInner textarea {
    border: 0px;
    width: 540px;
    height: 88px;
    outline: 0px;
    line-height: 22px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .ReplyList {
    padding-left: 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .ReplyList .RelyItem {
    border-bottom: 1px dotted #e5e5e5;
    padding: 5px 0px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .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 .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon {
    float: right;
    width: 480px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon .RelyBaseInfo {
    height: 22px;
    margin-bottom: 5px;
}

.mobile-style .Block .BlockLeft .CommentCon2 .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon .RelyBaseInfo .Time {
    float: right;
    color: #888888;
}

/*内嵌单条评论——结束*/

/*分页——开始*/

.mobile-style .Block .BlockLeft .CommentCon2 .Pagination {
    text-align: right;
}

/*结束——开始*/

/*单条评论——开始*/

.mobile-style .Block .BlockLeft .CommentCon .Item {
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .User {
    width: 70px;
    float: left;
    text-align: center;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .User .UserImg {
    width: 56px;
    height: 56px;
    padding: 6px;
    border: 1px solid #e5e5e5;
    margin-bottom: 5px;
    display: block;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .User .UserImg img {
    width: 56px;
    height: 56px;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon {
    width: 614px;
    padding-left: 6px;
    float: right;
    background: url(../../Images/bg0037.gif) left top no-repeat;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-left: 0px;
    padding: 5px 10px 10px 10px;
}

.mobile-style .Block .BlockLeft .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 .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .Title .Time {
    float: right;
    color: #888888;
    font-weight: normal;
    font-size: 12px;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .Con {
    border-top: 1px solid #ffffff;
    padding-top: 5px;
    padding-bottom: 10px;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .BtnContainer {
    height: 24px;
    line-height: 24px;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .MiniBtn {
    background: url(../../Images/bg0038.gif) left top no-repeat;
    padding-left: 1px;
    height: 24px;
    display: inline-block;
    zoom: 1;
    margin-right: 10px;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .MiniBtn span {
    background: url(../../Images/bg0038.gif) right top no-repeat;
    padding: 0px 5px;
    display: inline-block;
    height: 24px;
    zoom: 1;
    cursor: pointer;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .BtnReply {
    float: right;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .Reply {
    padding-top: 10px;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .Reply .TextAreaOuter {
    background: url(../../Images/bg0039.gif) right top no-repeat;
    padding-top: 8px;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .Reply .TextAreaOuter .TextAreaInner {
    background: #ffffff;
    border: 1px solid #999999;
    border-top: 0px;
    padding: 10px;
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .Reply .TextAreaOuter .TextAreaInner textarea {
    border: 0px;
    width: 570px;
    height: 88px;
    outline: 0px;
    line-height: 22px;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .ReplyList {
    padding-left: 20px;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0px;
}

.mobile-style .Block .BlockLeft .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 .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon {
    float: right;
    width: 510px;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon .RelyBaseInfo {
    height: 22px;
    margin-bottom: 5px;
}

.mobile-style .Block .BlockLeft .CommentCon .Item .ItemCon .ItemConInner .ReplyList .RelyItem .RelyItemCon .RelyBaseInfo .Time {
    float: right;
    color: #888888;
}

/*单条评论——结束*/

/*分页——开始*/

.mobile-style .Block .BlockLeft .CommentCon .Pagination {
    text-align: right;
}

/*结束——开始*/

/*图书详细信息——开始*/

.mobile-style .Block .BlockLeft .DetailInfo .DetailInfoBanner {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 8px;
    overflow: hidden;
    zoom: 1;
    display: block;
}

.mobile-style .Block .BlockLeft .DetailInfo .DetailInfoBanner a {
    display: block;
}

.mobile-style .Block .BlockLeft .DetailInfo .DetailInfoBanner img {
    width: 100%;
}


.mobile-style .Block .BlockLeft .DetailInfo .DetailBlockList img {
    max-width: 100%;
    vertical-align: top;
}

.mobile-style .Block .BlockLeft .DetailInfo .Column {
    background: #ffffff;
    margin-bottom: 8px;
    border-radius: 12px;
    padding: 20px 16px 16px 16px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnTitle {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    position: relative;
    padding-left: 10px;
    line-height: 1;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnTitle:before {
    content: "";
    display: block;
    width: 3px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: #e53737;
    border-radius: 10px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnTitle .BtnSlide {
    height: 18px;
    width: 18px;
    padding: 2px;
    position: absolute;
    right: 0px;
    top: 10px;
    display: none;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnTitle .BtnSlide .Open {
    background: url(../../Images/bg0034.gif) center center no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnTitle .BtnSlide .Close {
    background: url(../../Images/bg0033.gif) center center no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon {
    padding: 10px 0px 0px 0px;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCatalog .ColumnCon *, .mobile-style .Block .BlockLeft .DetailInfo .ColumnInstruction .ColumnCon *,
.mobile-style .Block .BlockLeft .DetailInfo .ColumnIntro .ColumnCon * {
    font-size: 14px !important;
    line-height: 1.8 !important;
    font-family: "苹方", "Droid Sans Fallback", "微软雅黑", Tahoma, Geneva, sans-serif, "宋体" !important;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon img {
    max-width: 100%;
    height: auto;
}

/*内容简介段落文本首行缩进2个字*/

.mobile-style .Block .BlockLeft .DetailInfo .ColumnIntro p {
    text-indent: 2em;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnIntro p[align=center] {
    text-align: center;
    text-indent: 0;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnIntro p[style="text-align:center"] {
    text-align: center;
    text-indent: 0;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnIntro p[style="text-align:center;"] {
    text-align: center;
    text-indent: 0;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnIntro p[style="text-align: center"] {
    text-align: center;
    text-indent: 0;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnIntro p[style="text-align: center;"] {
    text-align: center;
    text-indent: 0;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnFAndQ {
    display: none;
    line-height: 1.8;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnFAndQ .TitleH1 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: #ffe3e3;
    color: #e4393c;
    display: block;
    width: 15em;
    margin: 10px auto;
    border-radius: 100px;
    line-height: 40px;
    text-align: center;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnFAndQ .TitleH2 {
    color: #cc6600;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .MyEBook {
    line-height: 22px;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    font-family: "宋体";
    width: 100%;
    padding: 0px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCode {
    display: none;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCode img {
    width: 100px;
    height: 100px;
    float: right;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeEbook {
    display: block;
    height: 100px;
    width: 520px;
    background: url(../../Images/bg02798.gif) center top no-repeat;
    padding: 13px 15px 17px 15px;
    margin: 0px auto 10px auto;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeEbook img {
    width: 100px;
    height: 100px;
    float: right;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeTiku {
    display: block;
    height: 100px;
    width: 556px;
    background: url(../../Images/bg02798_2.gif) center top no-repeat;
    padding: 13px 15px 17px 15px;
    margin: 0px auto 10px auto;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeTiku img {
    width: 100px;
    height: 100px;
    float: right;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeVideo {
    display: block;
    height: 100px;
    width: 556px;
    background: url(../../Images/bg02798_3.gif) center top no-repeat;
    padding: 13px 15px 17px 15px;
    margin: 0px auto 10px auto;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeVideo img {
    width: 100px;
    height: 100px;
    float: right;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeMaterial {
    display: block;
    height: 100px;
    width: 556px;
    background: url(../../Images/bg02798_4.gif) center top no-repeat;
    padding: 13px 15px 17px 15px;
    margin: 0px auto 10px auto;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .AppCodeMaterial img {
    width: 100px;
    height: 100px;
    float: right;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .top-article-temp {
    text-align: center;
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .top-article-temp p {
    text-indent: 0px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .top-article-temp img {
    max-width: 100%;
    vertical-align: toPay;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .FreeEbookDT {
    font-size: 12px;
    font-weight: normal;
    color: #e53737;
    line-height: 30px;
    padding-left: 30px;
    display: block;
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/images/bg02680.gif) left center no-repeat;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .FreeEbookDD {
    display: block;
    clear: both;
    padding-bottom: 5px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon img {
    max-width: 100%;
}


.mobile-style .Block .BlockLeft .ModulesScore .BlockCon {
    position: relative;
    margin: 0px 16px 16px 16px;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreNum {
    float: left;
    width: 100px;
    text-align: center;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreNum .CurrentScore {
    line-height: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreNum .CurrentScore .ScoreNull {
    font-size: 17px;
    line-height: 55px;
    font-weight: bold;
    color: #888888;
    display: block;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreNum .CurrentScore .ScoreNumText {
    display: block;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-size: 30px;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreNum .CurrentScore .ScoreLevelDes {
    display: block;
    line-height: 20px;
    font-weight: bold;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreNum .FullScore {
    color: #888888;
    font-size: 12px;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics {
    margin-left: 120px;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList {
    margin-bottom: 5px;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem {
    position: relative;
    padding: 3px 0px 3px 42px;
    height: 10px;
    box-sizing: border-box;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemStars {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 32px;
    background: url(/css/images/starsTag.png) 0px center no-repeat;
    background-size: auto 5px;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemStars5 {
    background-position: 0px center;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemStars4 {
    background-position: 6.5px center;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemStars3 {
    background-position: 13px center;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemStars2 {
    background-position: 18.5px center;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemStars1 {
    background-position: 26px center;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemProgress {
    background: #f5f5f5;
    border-radius: 10px;
    height: 4px;
    display: block;
    overflow: hidden;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreList .ScoreItem .ItemProgress .ItemProgressInner {
    display: block;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    border-radius: 10px;
}

.mobile-style .Block .BlockLeft .ScoreBaseInfo .ScoreStatistics .ScoreTotal {
    text-align: right;
    color: #888888;
    font-size: 12px;
}

.mobile-style .Block .BlockLeft .ScoreControlsBar {
    padding-left: 12em;
    position: relative;
    padding-top: 15px;
}

.mobile-style .Block .BlockLeft .ScoreControlsBar::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .Block .BlockLeft .ScoreControlsBar .ScoreControlsBarTitle {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-top: inherit;
}

.mobile-style .Block .BlockLeft .ScoreControlsBar .StarBarTips {
    text-align: center;
    color: #888888;
}

.mobile-style .Block .BlockLeft .ScoreControlsBar .StarBar {
    display: flex;
    margin: 0px 0px 0px auto;
    max-width: 200px;
}

.mobile-style .Block .BlockLeft .ScoreControlsBar .StarBar .StarItem {
    flex: 1;
    height: 20px;
    background: url(/css/images/starsControl.png) center 0px no-repeat;
    background-size: 20px auto;
    transition: background-position-y 0.3s;
    cursor: pointer;
}

.mobile-style .Block .BlockLeft .ScoreControlsBar .StarBar .StarItem.Light {
    background-position-y: -20px;
}






/*全套资料目录*/

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Tips {
    padding: 5px 10px;
    background: #fcf8e3;
    border: 1px dashed #c09853;
    margin-bottom: 10px;
    color: #333333;
    display: none;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Tips strong {
    color: #e53737;
    font-weight: normal;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Tips .CountNum {
    color: #e53737;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex h1 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #cc3300;
    line-height: 18px;
    padding: 10px 0px 5px 0px;
    border-top: 1px dotted #e5e5e5;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex h2 {
    font-size: 12px;
    color: #006600;
    padding-top: 10px;
    font-weight: normal;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex a {
    color: #336699;
    margin-right: 1em;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex a:hover {
    color: #e53737;
    text-decoration: underline;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li {
    position: relative;
    padding-left: 10px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #E4393C;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li .cssType {
    display: inline;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li .btn-toggle-course-list {
    margin-left: 2em;
    position: relative;
    padding-right: 15px;
    color: #cc6600;
    display: inline-block;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li .btn-toggle-course-list:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    border: 5px solid transparent;
    border-top-color: #cc6600;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li .btn-open-course-list:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 5px;
    border: 5px solid transparent;
    border-bottom-color: #cc6600;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li .item-course-list {
    display: none;
    margin-top: 5px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex li .btn-open-catalog-box {
    color: #cc6600;
    /* margin-left: 1em; */
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Describe {
    color: #666666;
    text-indent: 2em;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .MyEBook .DownloadUrl {
    word-break: break-all;
    display: none;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .CatalogBlockItem {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .CatalogBlockItem:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .CatalogBlockItemTitle {
    /* color: #cc6600; */
    font-weight: bold;
    background: #f7f7f7;
    color: #996600;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .CatalogBlockItemContent {
    padding-left: 10px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .CatalogCourseItem {
    padding: 5px 0px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon .CatalogCourseItem .CatalogCourseItemTitle {
    margin-bottom: 5px;
    color: #006600;
}

/*全套资料目录结束*/

/*课程目录*/

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 .Tips {
    padding: 5px 10px;
    background: #ffffcc;
    margin-bottom: 0px;
    color: #333333;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 .Tips strong {
    color: #e53737;
    font-weight: normal;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 h1 {
    font-size: 12px;
    color: #993300;
    padding: 10px 0px 0px 0px;
    font-weight: normal;
    border: 0px;
    margin: 0px;
    text-indent: -4px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 h2 {
    font-size: 12px;
    color: #006600;
    font-weight: normal;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 a {
    color: #333;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 a:hover {
    color: #e53737;
    text-decoration: underline;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 li {
    background: url(../../Images/bg0011_0.gif) 10px 9px no-repeat;
    padding-left: 18px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 li .cssType {
    color: #F02929;
    display: none;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 li .download {
    color: #00427C;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex2 .Describe {
    color: #666666;
    padding-left: 18px;
    text-indent: 2em;
}

/*课程目录结束*/

/*全套资料内容简介样式*/

/*内容样式*/

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content {
    font-size: 12px;
    line-height: 22px;
    color: #333333;
    font-family: "宋体";
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content #ArticNav .Link {
    padding: 8px 10px;
    text-align: center;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content #ArticNav .Link a {
    color: #1e50a2;
    padding: 0px 5px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content #ArticNav .Link a:hover {
    text-decoration: underline;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dl {
    display: block;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dt {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #cc3300;
    line-height: 18px;
    padding: 10px 0px 5px 0px;
    border-top: 1px dotted #e5e5e5;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd {
    padding: 0px 0px 10px 0px;
    font-size: 12px;
    line-height: 22px;
    display: block;
    overflow: hidden;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd h3 {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    text-indent: 2em;
    color: #006708;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
    font-family: "宋体";
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd h4 {
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    text-indent: 2em;
    color: #006708;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd h5 {
    font-size: 12px;
    color: #cc3300;
    font-weight: normal;
    text-indent: 2em;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd table {
    border: 1px solid #b1c8d7;
    border-collapse: collapse;
    margin: 5px 0px 5px 0px;
    width: 100%;
    font-size: 12px;
    line-height: 22px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd table caption {
    font-size: 12px;
    font-weight: bold;
    color: #cc3300;
    line-height: 24px;
    text-align: center;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd th {
    background: #e7effa;
    padding: 5px 10px 5px 10px;
    border: 1px solid #b1c8d7;
    font-weight: normal;
    color: #333333;
    line-height: 22px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd th img {
    width: 60px;
    max-width: 60px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd td {
    background: #ffffff;
    border: 1px solid #b1c8d7;
    padding: 5px 10px 5px 10px;
    text-align: center;
    line-height: 22px;
    color: #333333;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd .aLeft {
    text-align: left;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd p {
    padding: 0px;
    margin: 0px;
    text-indent: 2em;
    line-height: 22px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd p span, .mobile-style #cont dd td span {
    color: #006708;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd p strong {
    color: #006600;
    font-weight: normal;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content a {
    color: #1e50a2;
    text-decoration: none;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content a:hover {
    text-decoration: underline;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content .FreeEbookDD a {
    color: #333333;
    text-decoration: none;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content .FreeEbookDD a .download {
    color: #1e50a2;
    text-decoration: none;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content .FreeEbookDD a:hover {
    text-decoration: underline;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content a .SendApp {
    background: url(../../Images/bg02787_2.gif) right center no-repeat;
    padding-right: 14px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD table th.line {
    background: #f5f8fc url(http://file.100xuexi.com/XXMain/MatUpPT/Image/201203090833471871774.gif) no-repeat left top;
    width: 175px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .EbookList {
    background: #ede9e5;
    padding: 10px 15px;
    border: 1px solid #ffffff;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 5px 24px;
    border-radius: 5px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .EbookList li {
    color: #333333;
    text-indent: -1.5em;
    padding-left: 1em;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .EbookList li a {
    color: #1e50a2;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .EbookList li a:hover {
    color: #e53737;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .AdWord {
    font-size: 14px;
    font-weight: bold;
    color: #e53737;
    font-family: "微软雅黑", "黑体";
    text-align: center;
    background: #ffffff;
    padding: 5px 10px;
    margin: 5px 0px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .TeacherBlock {
    width: 624px;
    overflow: hidden;
    zoom: 1;
    margin: 10px auto;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .TeacherBlock .BlockTitle {
    border: 1px solid #e5e5e5;
    background: #ffffff;
    font-weight: bold;
    color: #006600;
    padding: 0px 10px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .TeacherBlock .BlockTitle a {
    float: right;
    font-weight: normal;
    font-size: 12px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .TeacherBlock li {
    width: 178px;
    padding: 10px 15px 0px 15px;
    float: left;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .TeacherBlock li .ImgBox {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content DD .TeacherBlock li .Des {
    height: 110px;
    overflow: hidden;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dt.FreeEbookDT {
    font-size: 14px;
    font-weight: bold;
    color: #e53737;
    line-height: 24px;
    padding-left: 30px;
    display: block;
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/images/bg02680.gif) left center no-repeat;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd.FreeEbookDD {
    display: block;
    clear: both;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd.FreeEbookDD li {
    background: url(../../Images/bg0011_0.gif) 10px 9px no-repeat;
    padding-left: 18px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd.FreeEbookDD li a .FreeDownload {
    color: #00427C;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd.FreeEbookDD li a:hover, .mobile-style .FreeEbookDD li a:hover span {
    color: #e53737;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd .SearchBar {
    height: 28px;
    width: 400px;
    border: 1px solid #e53737;
    margin: 20px auto;
    background: #ffffff;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd .SearchBar .SearchBox {
    height: 28px;
    width: 320px;
    background: #ffffff;
    float: left;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd .SearchBar .SearchBox .TxtBox {
    width: 312px;
    height: 20px;
    line-height: 20px;
    border: 0px;
    font-family: Arial;
    color: #333333;
    margin: 4px;
    outline: none;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #Content dd .SearchBar .BtnSearch {
    float: right;
    width: 80px;
    height: 28px;
    line-height: 28px;
    background: #e53737;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
}

/*图书详细信息——结束*/

/*发表评论——开始*/

.mobile-style .Block .BlockLeft .Tips {
    background: #ffffcc url(../../Images/bg0040.gif) 10px 10px no-repeat;
    border: 1px solid #cc6600;
    color: #cc3300;
    padding: 5px 10px 5px 50px;
    line-height: 22px;
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .SendComment table {
    width: 100%;
}

.mobile-style .Block .BlockLeft .SendComment table th {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    color: #666666;
    width: 50px;
    vertical-align: top;
    padding: 5px;
}

.mobile-style .Block .BlockLeft .SendComment table td {
    font-size: 12px;
    color: #888888;
    padding: 5px;
    vertical-align: top;
}

.mobile-style .Block .BlockLeft .SendComment table td .TextBox {
    line-height: 24px;
    border: 1px solid #999999;
    height: 24px;
    padding: 0px 5px;
    width: 450px;
    font-size: 12px;
    color: #333333;
}

.mobile-style .Block .BlockLeft .SendComment table td .ShortTextBox {
    line-height: 24px;
    border: 1px solid #999999;
    height: 24px;
    padding: 0px 5px;
    width: 100px;
    font-size: 12px;
    color: #333333;
}

.mobile-style .Block .BlockLeft .SendComment table td .TextArea {
    line-height: 24px;
    border: 1px solid #999999;
    height: 160px;
    padding: 0px 5px;
    width: 450px;
    font-size: 12px;
    color: #333333;
    line-height: 22px;
}

.mobile-style .Block .BlockLeft .SendComment table td .BtnSubmit {
    display: inline-block;
    zoom: 1;
    font-size: 14px;
    color: #ffffff;
    background: url(../../Images/bg0015.gif) center center no-repeat;
    width: 80px;
    height: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.mobile-style .Block .BlockLeft .SendComment table td .BtnSubmit:hover {
    color: #ffffff;
    background: url(../../Images/bg0015_0.GIF) center center no-repeat;
}

/*发表评论——结束*/

.mobile-style .Block .BlockLeft .Ancillary {
    margin-bottom: 20px;
    background: #ffffff;
    text-align: center;
}

.mobile-style .Block .BlockLeft .Ancillary a {
    display: block;
}

.mobile-style .Block .BlockLeft .Ancillary img {
    max-width: 100%;
    vertical-align: top;
}

.mobile-style .Block .BlockLeft .ImportantRemind {
    margin-bottom: 20px;
    background: #e53737;
    text-align: center;
}

.mobile-style .Block .BlockLeft .ImportantRemind img {
    max-width: 100%;
}

.mobile-style .Block .BlockLeft .exchangeImg {
    margin-bottom: 10px;
    display: none;
}

/*课程目录表格*/

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog th {
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    padding: 0px 5px;
    text-align: center;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog td {
    border: 1px solid #e5e5e5;
    line-height: 22px;
    padding: 3px 5px;
    text-align: center;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog td a {
    color: #00427C;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog td a:hover {
    color: #e53737;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog tr:hover {
    background: #fff2e9;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog .Col01 {
    width: 40px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog .Col02 {}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog .Col03 {
    width: 60px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog .Col04 {
    width: 80px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnCon #divIndex .Catalog .aLeft {
    text-align: left;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnJiaocaiList li {
    position: relative;
    padding: 3px 0px 0px 10px;
}

.mobile-style .Block .BlockLeft .DetailInfo .ColumnJiaocaiList li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    top: 12px;
    background: #e53737;
}

/*手机上阅读-begin*/
.mobile-style .SupportDevices {
    display: none;
}

.mobile-style .MobileRead {
    display: none;
}

/*手机上阅读-end*/

.mobile-style .Block .BlockRight {}

.mobile-style .Block .BlockRight .Chat {
    height: 460px;
    margin-bottom: 10px;
    display: none;
}

.mobile-style .Block .BlockRight .Chat1 {
    display: none;
}

.mobile-style .Block .BlockRight .App {
    margin-bottom: 10px;
}

.mobile-style .Block .BlockRight .App dl {
    border: 1px solid #e5e5e5;
    border-top: 0px;
}

.mobile-style .Block .BlockRight .App dt {
    background: url(../../Images/bg02794.gif) -130px top no-repeat;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    padding: 0px 10px;
}

.mobile-style .Block .BlockRight .App dt .SendApp {
    background: url(http://file.100xuexi.com/XXMain/MatUpPT/Image/201401181826084116215.gif) no-repeat 0px center;
    padding-right: 10px;
}

.mobile-style .Block .BlockRight .App dd {
    padding: 10px;
}

.mobile-style .Block .BlockRight .App dd .AppCode {
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    position: relative;
}

.mobile-style .Block .BlockRight .App dd .AppCode .IcoSCeBook {
    background: url(../../Images/bg02795.png) center center no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 92px;
    top: 78px;
}

.mobile-style .Block .BlockRight .App dd .AppCode img {
    width: 160px;
    height: 160px;
}

.mobile-style .Block .BlockRight .App dd .AppList ul {
    display: block;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .Block .BlockRight .App dd .AppList ul li {
    float: left;
    padding: 5px 5px;
    width: 104px;
}

.mobile-style .Block .BlockRight .App dd .AppList ul li a {
    display: block;
    color: #ffffff;
    height: 30px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-family: Arial;
    border-radius: 2px;
}

.mobile-style .Block .BlockRight .App dd .AppList ul li a.Android {
    background: #3a9815;
}

.mobile-style .Block .BlockRight .App dd .AppList ul li a.iOS {
    background: #4a6e8a;
}

.mobile-style .Block .BlockRight .App dt a {
    font-size: 12px;
    font-weight: normal;
    color: #0066cc;
    float: right;
}

.mobile-style .Block .BlockRight .GuideBlock {
    margin-bottom: 8px;
    padding: 20px 16px 16px 16px;
    background: #ffffff;
    border-radius: 12px;
}

.mobile-style .Block .BlockRight .GuideBlock .Title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    position: relative;
    line-height: 1;
    padding-left: 10px;
}

.mobile-style .Block .BlockRight .GuideBlock .Title:before {
    content: "";
    display: block;
    width: 3px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: #e53737;
    border-radius: 10px;
}

.mobile-style .Block .BlockRight .GuideBlock .Title a {
    float: right;
    font-weight: normal;
    font-family: "å®‹ä½“";
    font-size: 12px;
}

.mobile-style .Block .BlockRight .GuideBlock .Con {
    padding-top: 10px;
    font-size: 14px;
}

.mobile-style .Block .BlockRight .GuideBlock .Con ul {
    overflow: hidden;
    margin: 0px -5px;
    zoom: 1;
}

.mobile-style .Block .BlockRight .GuideBlock .Con ul li {
    float: left;
    width: 33.33%;
}

.mobile-style .Block .BlockRight .GuideBlock .Con ul li a {
    background: #f5f5f5;
    border-radius: 4px;
    margin: 5px;
    display: block;
    text-align: center;
    padding: 10px 0px;
}

.mobile-style .Block .BlockRight .NewsBlock {
    margin-bottom: 8px;
    padding: 20px 16px 16px 16px;
    background: #ffffff;
    border-radius: 12px;
}

.mobile-style .Block .BlockRight .NewsBlock .Title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    position: relative;
    line-height: 1;
    padding-left: 10px;
}

.mobile-style .Block .BlockRight .NewsBlock .Title:before {
    content: "";
    display: block;
    width: 3px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    background: #e53737;
    border-radius: 10px;
}

.mobile-style .Block .BlockRight .NewsBlock .Title a {
    float: right;
    font-weight: normal;
    font-size: 12px;
}

.mobile-style .Block .BlockRight .NewsBlock .Con {
    padding-top: 10px;
    font-size: 14px;
}

.mobile-style .Block .BlockRight .NewsBlock .Con ul {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .Block .BlockRight .NewsBlock .Con ul li {
    overflow: hidden;
    padding: 5px 0px 5px 10px;
    padding-left: 10px;
    position: relative;
}

.mobile-style .Block .BlockRight .NewsBlock .Con ul li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 13px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #888888;
}

.mobile-style .Block .BlockRight .NewsBlock .Con ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mobile-style .Block .BlockRight .ExtendProductDetailAds{
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}
.mobile-style .Block .BlockRight .ExtendProductDetailAds a{
    display: block;
}
.mobile-style .Block .BlockRight .ExtendProductDetailAds img{
    width: 100%;
}


/*重置学友说部分样式-begin*/

.mobile-style .Block .BlockLeft .Comment {
    border: 0px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

.mobile-style .Block .BlockLeft .Comment .CommentTitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .Block .BlockLeft .Comment .CommentTitle:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #e53737;
}

.mobile-style .Block .BlockLeft .Comment .CommentList .Item {
    margin: 0px 10px;
}

.mobile-style .Block .BlockLeft .Comment .CommentList .ShowMore {
    background: #ffffff;
    border: 0px;
}

/*重置学友说部分样式-end*/

/*直播提示*/

.mobile-style .LiveTips {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 20px;
    position: relative;
}

.mobile-style .LiveTips .Tag {
    background: #E4393C url(../../Images/bg0320.gif) 20px center no-repeat;
    line-height: 20px;
    padding: 10px 20px 10px 65px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.mobile-style .LiveTips .Tag a {
    float: right;
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    font-family: "宋体";
}

.mobile-style .LiveTips .Tag a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.mobile-style .LiveTips dd {
    padding: 10px 20px;
    background: #ffeaea;
    border: 1px solid #E4393C;
    font-size: 14px;
}

.mobile-style .LiveTips dd li {
    background: url(../../Images/bg0321.gif) left 5px no-repeat;
    padding-left: 14px;
}

.mobile-style .LiveTips dd li a {
    display: block;
}

.mobile-style .LiveTips .BtnEnter {
    color: #ffffff;
    background: #0066cc;
    border-radius: 4px;
    display: block;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin: 5px 0px;
}

.mobile-style .Block .BlockLeft .ExtendBlock .XiaJiaRecommendTips {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 0px;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
    line-height: 1.2;
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .ExtendBlock {
    margin-bottom: 8px;
    background: #ffffff;
    padding: 10px 16px 16px 16px;
    border-radius: 12px;
}

.mobile-style .Block .BlockLeft .ExtendBlock .ExtendBlockTitle {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .Block .BlockLeft .ExtendBlock .ExtendBlockTitle:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #e53737;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanCommon {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 20px;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanCommonTitle {
    text-align: center;
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanCommonTitleText {
    font-size: 18px;
    font-weight: bold;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanCommonList {
    overflow: hidden;
    zoom: 1;
    margin: 0px -5px;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanCommonList li {
    width: 33.33%;
    float: left;
    overflow: hidden;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanCommonList li a {
    display: block;
    border-radius: 4px;
    background: #f5f5f5;
    margin: 0px 5px;
    text-align: center;
    padding: 10px;
    /* font-size: 16px; */
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 20px;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .KaoyanSpecialTitle {
    text-align: center;
    margin-bottom: 10px;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .KaoyanSpecialTitleText {
    font-size: 18px;
    font-weight: bold;
    color: #e53737;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ProvinceNav {
    overflow: hidden;
    margin: 0px -5px 10px -5px;
    display: none;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ProvinceNav li {
    float: left;
    width: 12.5%;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ProvinceNav li a {
    display: block;
    text-align: center;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 10px;
    margin: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanProvinceList {
    overflow: hidden;
    zoom: 1;
    margin: 0px -5px;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ProvinceItem {
    float: left;
    width: 33.33%;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .Province {
    display: block;
    margin: 5px;
    border-radius: 4px;
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ColegeListBox {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999999;
    background: #f5f5f5;
    display: none;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ColegeListTitle {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    line-height: 44px;
    padding: 0px 16px;
    font-size: 17px;
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ColegeListBtnContainer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-top: 1px solid #e5e5e5;
    background: #ffffff;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ColegeList {
    overflow: hidden;
    padding: 11px;
    overflow: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 44px;
    bottom: 44px;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ColegeList li {
    position: relative;
    float: left;
    width: 50%;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ColegeList li a {
    padding: 10px 16px;
    overflow: hidden;
    line-height: 24px;
    color: #336699;
    display: block;
    font-size: 15px;
    border-radius: 4px;
    margin: 5px;
    background: #ffffff;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .ColegeList li a:hover {
    color: #e53737;
    text-decoration: underline;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .BtnCloseColegeList {
    text-align: center;
    line-height: 44px;
    display: block;
    font-size: 15px;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .KaoYanYiDuiYi {
    background: #ffffff;
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .KaoYanYiDuiYi .YiDuiYiItem {
    padding: 10px 0px;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .KaoYanYiDuiYi .YiDuiYiItem .ItemInner {
    display: block;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .KaoYanYiDuiYi .YiDuiYiItem .ItemImgBox {
    border: 1px solid #e5e5e5;
    display: block;
    margin-bottom: 5px;
}

.mobile-style .Block .BlockLeft .KaoyanExtendBlock .KaoyanSpecial .KaoYanYiDuiYi .YiDuiYiItem .ItemInner img {
    width: 100%;
}

.mobile-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList {
    width: 348px;
    height: 348px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    background: #ffffff;
}

.mobile-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .BtnBgMusic {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: url(../../Images/bg0352.png) center center no-repeat;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 500;
}

.mobile-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .BtnBgMusicPlaying {
    animation: AmtBgMusicPlaying 3s linear 0s infinite normal;
    -webkit-animation: AmtBgMusicPlaying 3s linear 0s infinite normal;
}

@keyframes AmtBgMusicPlaying {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes AmtBgMusicPlaying {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(270deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mobile-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .BgMusic {
    display: none;
}

.mobile-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .swiper-container {
    width: 100%;
    height: 100%;
    margin: 0px;
}

.mobile-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.mobile-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.mobile-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .swiper-pagination {
    position: absolute;
    left: auto;
    right: 5px;
    bottom: 5px;
    color: #ffffff;
    width: auto;
    line-height: 20px;
    padding: 0px 10px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    font-family: Arial;
}

.mobile-style .AppMade .BlockLeft .BookDetail .BookLeft .BookImgList .swiper-pagination span {
    font-family: Arial;
}

/* .AppMade .BlockLeft .BookDetail .BookRight {
	width: 380px;
	padding-top: 40px;
} */

/* .AppMade .BlockLeft .BookDetail .BookRight .BtnContainer {
	padding-top: 30px;
} */

.mobile-style .AppMade .swiper-button-next {
    width: 26px;
    height: 50px;
    background: url(../../Images/sprite2.png) right center no-repeat;
    opacity: 0.5;
    right: 0px;
    display: none;
}

.mobile-style .AppMade .swiper-button-prev {
    width: 26px;
    height: 50px;
    background: url(../../Images/sprite2.png) left center no-repeat;
    opacity: 0.5;
    left: 0px;
    display: none;
}

.mobile-style .AppMade .BookImgList:hover .swiper-button-next, .AppMade .BookImgList:hover .swiper-button-prev {
    display: block;
}

/*右侧相关图书板块开始*/

.mobile-style .AppMade-Related {
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

.mobile-style .AppMade-Related dt {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .AppMade-Related dt:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #e53737;
}

.mobile-style .AppMade-Related dt a {
    float: right;
    font-weight: normal;
    font-family: "宋体";
    font-size: 12px;
}

.mobile-style .AppMade-Related dd {
    padding-top: 10px;
    font-size: 14px;
}

.mobile-style .AppMade-Related dd ul {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .AppMade-Related dd li {
    display: block;
    padding: 5px;
    overflow: hidden;
    zoom: 1;
    margin-bottom: 10px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

.mobile-style .AppMade-Related dd li .ImgBox {
    display: block;
    width: 100px;
    height: 140px;
    margin: 0px auto 5px auto;
    position: relative;
    z-index: 1;
}

.mobile-style .AppMade-Related dd li .ImgBox img {
    width: 100px;
    height: 140px;
    vertical-align: top;
}

.mobile-style .AppMade-Related dd li .Des .ProductName {
    display: block;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mobile-style .AppMade-Related dd .ShowMore {
    display: block;
    line-height: 1.5;
    background: #f5f5f5;
    text-align: center;
    padding: 10px 0px;
}

.mobile-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;
}

.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: #e53737;
}

.mobile-style .PopGetGiftTips a {
    color: #1e50a2;
}

.mobile-style .PopGetGiftTips a:hover {
    color: #e53737;
}

.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: #e53737;
}

.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: #1e50a2;
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    margin: 0px auto;
    color: #ffffff;
}

.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 .PopPhotoViewer {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    display: none;
}

.mobile-style .PopPhotoViewer .BtnClose {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #000000 url(../../Images/bg0353.png) center center no-repeat;
}

.mobile-style .PopPhotoViewer .Viewer {
    width: 600px;
    height: 600px;
    position: relative;
    text-align: center;
    margin: 50px auto;
}

.mobile-style .PopPhotoViewer .Viewer .swiper-container {
    width: 100%;
    height: 100%;
    margin: 0px;
}

.mobile-style .PopPhotoViewer .Viewer .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.mobile-style .PopPhotoViewer .Viewer .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.mobile-style .PopPhotoViewer .Viewer .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 10px;
    width: 60px;
    margin-left: -40px;
    color: #ffffff;
    line-height: 20px;
    padding: 0px 10px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    font-family: Arial;
}

.mobile-style .PopPhotoViewer .Viewer .swiper-pagination span {
    font-family: Arial;
}

.mobile-style .PopPhotoViewer .Viewer .swiper-button-next {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0355.png) center center no-repeat;
    right: -90px;
}

.mobile-style .PopPhotoViewer .Viewer .swiper-button-next:hover {
    opacity: 1;
}

.mobile-style .PopPhotoViewer .Viewer .swiper-button-prev {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg0354.png) center center no-repeat;
    left: -90px;
}

.mobile-style .PopPhotoViewer .Viewer .swiper-button-prev:hover {
    opacity: 1;
}

.mobile-style .PopPhotoViewer .Viewer .swiper-button-next, .mobile-style .PopPhotoViewer .Viewer .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 80px;
    height: 400px;
    margin-top: -200px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 80px 120px;
    -webkit-background-size: 80px 120px;
    background-size: 80px 120px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.7;
}

.mobile-style .AmtMade .BlockLeft .BookDetail .BookLeft {
    width: 220px;
}

.mobile-style .AmtMade .BlockLeft .BookDetail .BookLeft .BookImg {
    width: 218px;
    height: 218px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.mobile-style .AmtMade .BlockLeft .BookDetail .BookLeft .BookImg img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.mobile-style .AmtMade .BlockLeft .BookDetail .BookRight {
    width: 460px;
    padding-top: 40px;
}

.mobile-style .AmtMade .BlockLeft .BookDetail .BookRight .BtnContainer {
    padding-top: 30px;
}

.mobile-style .FriendTips {
    font-size: 14px;
    line-height: 1.5em;
    padding: 16px 0px;
    color: #666666;
    background: #ffffff;
    position: relative;
    margin-top: 15px;
}

.mobile-style .FriendTips a {
    color: #336699;
}

.mobile-style .FriendTips h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    color: #e53737;
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-left: -50px;
    text-align: center;
    display: block;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 0px;
    padding: 0px 10px;
    font-weight: bold;
}

.mobile-style .FriendTips p {
    text-indent: 2em;
}

.mobile-style .FriendTips p strong {
    font-weight: bold;
    color: #666666;
}

.mobile-style .FriendTips ul {
    padding: 5px 10px;
    background: #f4f5f7;
    border-radius: 4px;
    margin: 10px 0px;
}

.mobile-style .FriendTips .QQList {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .FriendTips .QQList li {
    width: 50%;
    float: left;
}

.mobile-style .FriendTips li {
    position: relative;
}

.mobile-style .FriendTips li:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
    color: #d9d9d9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.mobile-style .FriendTips li:last-child:after {
    display: none;
}

.mobile-style .FriendTips li .QQ {
    background: url(https://g.100xuexi.com/CssModel/AppWap/images/Mobile_bg0062.png) left center no-repeat;
    background-size: 16px 16px;
    display: block;
    padding: 8px 0px 8px 20px;
}

.mobile-style .FriendTips li .WeiXin {
    background: url(https://g.100xuexi.com/CssModel/AppWap/images/Mobile_bg0060.png) left center no-repeat;
    background-size: 16px 16px;
    display: block;
    padding: 8px 0px 8px 20px;
}

.mobile-style .FriendTips li .WeiBo {
    background: url(https://g.100xuexi.com/CssModel/AppWap/images/Mobile_bg0061.png) left center no-repeat;
    background-size: 16px 16px;
    display: block;
    padding: 8px 0px 8px 20px;
}

.mobile-style .FriendTips .FriendTipsInner {
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.mobile-style .EbookIntroTemp1 {
    background: #f1f1f1;
    padding: 36px 40px;
    font-size: 15px;
    line-height: 1.6;
}

.mobile-style .EbookIntroTemp1 p {
    font-size: 15px;
    line-height: 1.6;
    text-indent: 2em;
    color: #555555;
    text-align: justify;
    margin-bottom: 0.5em;
}

.mobile-style .EbookIntroTemp1 h3 {
    font-size: 17px;
    font-weight: bold;
    text-indent: 30px;
    color: #555555;
    padding: 10px 0px;
    text-align: justify;
}

.mobile-style .Coupon {
    position: relative;
    z-index: 5;
}

.mobile-style .Coupon .CouponView {
    overflow: hidden;
    zoom: 1;
    position: relative;
    padding: 10px 0px;
}

/* .mobile-style .Coupon .CouponView::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
} */

.mobile-style .Coupon .CouponView::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .Coupon .CouponView .CouponDes {
    overflow: auto;
    white-space: nowrap;
    margin-right: 50px;
}

.mobile-style .Coupon .CouponView .CouponTag {
    float: left;
    display: none;
}

.mobile-style .Coupon .CouponView .CouponDes li {
    /*	float:left;*/
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.mobile-style .Coupon .CouponView .CouponDes li .couponTag {
    display: block;

    color: #e53737;
    border-top: 1px solid #e53737;
    border-bottom: 1px solid #e53737;
    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(https://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(https://e.100xuexi.com/css/Images/bg0362.gif) left top repeat-y;
}

.mobile-style .Coupon .CouponView .CouponBtnSildeDown {
    float: right;
    color: #1e50a2;
    cursor: pointer;
    background: url(https://e.100xuexi.com/css/Images/bg0363.png) right 10px center no-repeat;
    padding-right: 14px;
    padding: 5px 24px 5px 10px;
    position: relative;
    z-index: 12;
}

.mobile-style .Coupon .MoreCoupon {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 12px 10px 10px;
    line-height: 22px;
}

.mobile-style .Coupon .MoreCoupon:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 5px solid #00427C;
}

.mobile-style .Coupon .CouponSlideCon {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    display: none;
    position: absolute;
    top: 32px;
    right: 0px;
    width: 458px;
    z-index: 10;
}

.mobile-style .Coupon .CouponSlideCon .CouponList {
    padding: 10px;
}

.mobile-style .Coupon .CouponSlideCon .CouponList li {
    background: url(../../Images/bg0011.gif) left 9px no-repeat;
    padding-left: 10px;
}

.mobile-style .Coupon .CouponSlideCon .CouponList li .CouponItem {
    margin-right: 1em;
}

.mobile-style .Coupon .CouponSlideCon .CouponList .Deadline {
    color: #999999;
}

.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 .Coupon .CouponMoreShow .CouponSlideCon {
    display: block;
}

.mobile-style .Coupon .CouponMoreShow .CouponBtnSildeDown {
    background: #ffffff url(../../Images/bg0364.png) right 10px center no-repeat;
    border: 1px solid #e5e5e5;
    border-bottom: 0px;
    padding: 4px 23px 4px 9px;
    color: #e53737;
}

.mobile-style .Logistics {
    padding: 2px 0px;
}

.mobile-style .Logistics .Destination {
    position: relative;
    display: inline-block;
    zoom: 1;
    z-index: 15000;
}

.mobile-style .Logistics .Destination .Arrow {
    cursor: pointer;
    background: url(https://g.100xuexi.com/CssModel/book2018/images/bg0031.gif) right center no-repeat;
    border: 1px solid #ffffff;
    display: block;
    padding: 0px 18px 0px 0px;
    color: #1a66b3;
}

.mobile-style .Logistics .Destination .CityList {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #f5f5f5;
    display: none;
    padding-top: 44px;
    padding-right: 200px;
    overflow: auto;
    overflow-x: hidden;
    z-index: 100;
}

.mobile-style .Logistics .Destination .CityList:before {
    content: "选择省市区";
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    border-bottom: 1px solid #e5e5e5;
    z-index: 400;
    text-align: center;
    font-size: 16px;
    height: 44px;
    background: #ffffff;
    line-height: 44px;
}

.mobile-style .Logistics .Destination .CityList .BtnClose {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    font-family: Arial;
    font-size: 16px;
    color: #333333;
    text-align: center;
    background: url(https://g.100xuexi.com/CssModel/book2018/images/bg0033.gif) center center no-repeat;
    cursor: pointer;
    z-index: 400px;
}

.mobile-style .Logistics .Destination .CityList .province-list {
    display: block;
    zoom: 1;
}

.mobile-style .Logistics .Destination .CityList .province-list:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .Logistics .Destination .CityList .province-list .province-item {
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .Logistics .Destination .CityList .province-list .province-item .city-list {
    display: none;
}

.mobile-style .Logistics .Destination .CityList .province-city-placeholder {
    background: #ffffff;
    position: fixed;
    top: 44px;
    right: 0px;
    width: 200px;
    bottom: 0px;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-style .Logistics .Destination .CityList .province-city-placeholder .city-item {
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .Logistics .Destination .CityList .province-list a {
    display: block;
    padding: 10px 16px;
}

.mobile-style .Logistics .Destination .CityList .province-list a.Selected, .mobile-style .Logistics .Destination .CityList .province-list a.Selected:hover {
    background: #e4393c;
    color: #ffffff;
}

.mobile-style .Logistics .Destination .CityList .province-list a:hover {
    background: #ffdedf;
    color: #e4393c;
}

.mobile-style .Logistics #logisticsLable {
    color: #e4393c;
}

.mobile-style .loading-tips {
    display: none;
}

.mobile-style .download-pop {
    display: none;
}

.mobile-style .ChoosePrintListDialog {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 10000;
    display: none;
}

.mobile-style .ChoosePrintListDialog .DialogMask {
    background: #000000;
    opacity: 0.5;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1;
}

.mobile-style .ChoosePrintListDialog .DialogBox {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1;
    background: #ffffff;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxTitle {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 50px;
    background: #f5f5f5;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxTitle .DialogBoxTitleText {
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    padding: 15px 20px;
    line-height: 20px;
    text-align: center;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxTitle .BtnClose {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    text-indent: -10em;
    overflow: hidden;
    background: url(https://e.100xuexi.com/Css/images/bg0101.gif) center center no-repeat;
    cursor: pointer;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxTitle .BtnClose:hover {
    background: url(https://e.100xuexi.com/Css/images/bg0102.gif) center center no-repeat;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxContent {
    position: absolute;
    top: 51px;
    bottom: 61px;
    left: 0px;
    right: 0px;
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .ChooseTips {
    margin-bottom: 10px;
    color: #E4393C;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
    width: 100%;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List .TrSelected {
    background: #dff0d8;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List th {
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    font-weight: normal;
    text-align: left;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List .AlignCenter {
    text-align: center;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List .LabelCheckBox {
    display: block;
    cursor: pointer;
    padding: 10px 0px;
    border-radius: 4px;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List .LabelCheckBox input {
    cursor: pointer;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List .LabelCheckBox:hover {
    background: rgba(0, 0, 0, 0.1);
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxContent .List .Discount {
    color: #888888;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    padding: 10px 20px;
    height: 40px;
    overflow: hidden;
    zoom: 1;
    line-height: 40px;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .ChooseStatics {
    float: left;
    display: none;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .ChooseCount {
    color: #E4393C;
    font-size: 20px;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .ChooseBtnContainer {
    float: right;
    padding-right: 80px;
    position: relative;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .RMB {
    color: #E4393C;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .PriceNum {
    font-size: 20px;
    color: #E4393C;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .BtnChooseSubmit {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    width: 60px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #e53737;
    color: #ffffff;
    background: -webkit-linear-gradient(#e53737, #e53737);
    background: linear-gradient(#e53737, #e53737);
    position: absolute;
    top: 0px;
    right: 0px;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .ChooseBtnContainerDisabled {
    float: right;
    padding-right: 80px;
    position: relative;
    display: none;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .ErrorTips {
    float: left;
    position: relative;
    color: #e4393c;
    background: url(https://e.100xuexi.com/Css/images/btn-error.png) left center no-repeat;
    background-size: 18px auto;
    padding-left: 20px;
}

.mobile-style .ChoosePrintListDialog .DialogBox .DialogBoxFoot .BtnChooseSubmitDisabled {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    width: 60px;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #e5e5e5;
    text-shadow: 2px 2px 0px #ffffff;
    color: #999999;
    background: -webkit-linear-gradient(#f5f5f5, #f0f0f0);
    background: linear-gradient(#f5f5f5, #f0f0f0);
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: not-allowed;
}

.mobile-style .net-publish {
    text-align: center;
    padding: 15px 0px 15px 0px;
    border-top: 1px dotted #e5e5e5;
    border-bottom: 1px dotted #e5e5e5;
    font-size: 12px;
    color: #888888;
}


.mobile-style .DetailCoupon {
    position: fixed;
    right: 0px;
    top: 120%;
    left: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10050;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.mobile-style .DetailCoupon.SlideShow {
    top: 0px;
}

.mobile-style .DetailCoupon .DetailCouponInner {
    top: 20%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    background: #f5f5f5;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
}

.mobile-style .DetailCoupon .DetailCouponTitle {
    text-align: center;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #ffffff;
    position: absolute;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .DetailCoupon .DetailCouponTitle .TitleText {
    font-size: 17px;
    font-weight: bold;
    color: #222222;
    line-height: 40px;
}

.mobile-style .DetailCoupon .DetailCouponTitle .BtnClose {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/css/images/bg0101.gif) center center no-repeat;
    right: 0px;
    top: 0px;
    overflow: hidden;
    text-indent: -9999em;
}

.mobile-style .DetailCoupon .DetailCouponList {
    position: absolute;
    top: 40px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: auto;
    padding: 10px;
}

.mobile-style .DetailCoupon .DetailCouponList .CouponItem {
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
}

.mobile-style .DetailCoupon .CouponItem .ItemBaseInfo {
    padding-bottom: 10px;
    line-height: 1.2;
    color: #333333;
    position: relative;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dashed #e5e5e5;
}

.mobile-style .DetailCoupon .CouponItem .CouponItemInner {
    padding-right: 50px;
    position: relative;
    padding: 15px 65px 15px 15px;
}

.mobile-style .DetailCoupon .CouponItem .CouponItemInner::after {
    content: "";
    display: block;
    background: #f5f5f5;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    right: 40px;
    top: -10px;
    z-index: 20;
}

.mobile-style .DetailCoupon .CouponItem .CouponItemInner::before {
    content: "";
    display: block;
    background: #f5f5f5;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    right: 40px;
    bottom: -10px;
    z-index: 20;
}

.mobile-style .DetailCoupon .CouponItem .ItemBaseInfo .BaseInfo1 {
    line-height: 40px;
    margin-right: 5px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    color: #e53737;
}

.mobile-style .DetailCoupon .CouponItem .ItemBaseInfo .BaseInfo2 {
    padding: 5px 10px;
    background: #ffe3e3;
    border-radius: 5px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 5px;
}

.mobile-style .DetailCoupon .CouponDiscount .ItemBaseInfo .BaseInfo2 {
    background: #ffe9cd;
}

.mobile-style .DetailCoupon .CouponMinus .ItemBaseInfo .BaseInfo2 {
    background: #ddf2d5;
}

.mobile-style .DetailCoupon .CouponCash .ItemBaseInfo .BaseInfo2 {
    background: #d0eaff;
}

.mobile-style .DetailCoupon .CouponItem .ItemBaseInfo .Type {
    font-weight: bold;
}

.mobile-style .DetailCoupon .CouponItem .ItemBaseInfo .Conditions {
    font-size: 12px;
}

.mobile-style .DetailCoupon .CouponItem .ItemBaseInfo .RMB {
    font-size: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mobile-style .DetailCoupon .CouponItem .ItemBaseInfo .Zhe {
    font-size: 20px;
    font-weight: bold;
}

.mobile-style .DetailCoupon .CouponItem .ItemBaseInfo .Num {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    padding: 0px 4px;
}

.mobile-style .DetailCoupon .CouponItem .ItemBaseInfo .Time {
    padding: 10px 0px;
    line-height: 1.5;
    margin-left: 90px;
    font-size: 12px;
}

.mobile-style .DetailCoupon .CouponItem .ItemUseInfo {
    padding-top: 10px;
    border-top: 0px;
    position: relative;
    font-size: 12px;
    clear: both;
}

.mobile-style .DetailCoupon .CouponItem .ItemUseInfo li {
    line-height: 18px;
    position: relative;
    padding: 0 0px 0 4em;
}

.mobile-style .DetailCoupon .CouponItem .ItemUseInfo li .InfoTag {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #999999;
}

.mobile-style .DetailCoupon .CouponItem .ItemUseInfo li .InfoCon {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666666;
}

.mobile-style .DetailCoupon .CouponItem .ItemUseInfo li .InfoCon .LinkDetail {
    color: #e53737;
    margin-left: 1em;
}

.mobile-style .DetailCoupon .CouponItem .ItemUseInfo li .InfoCon .LinkDetail:hover {
    color: #e53737;
}

.mobile-style .DetailCoupon .CouponItem .ItemUseInfo li .InfoCon.InfoUseTime {
    display: block;
}

.mobile-style .DetailCoupon .CouponItem .BtnContainer {
    padding: 0px 10px 0px 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: #e53737;
    width: 20px;
    font-size: 16px;
    cursor: pointer;
}

.mobile-style .DetailCoupon .CouponItem .BtnContainer:after {
    content: "";
    position: absolute;
    left: -4px;
    top: 0px;
    bottom: 0px;
    width: 8px;
    background: url(https://g.100xuexi.com/CssModel/UserCenter2018/images/bg0338.png) center center repeat-y;
    z-index: 15;
}

.mobile-style .DetailCoupon .CouponItem .BtnContainer .BtnUse {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
}

.mobile-style .DetailCoupon .CouponItem .BtnContainer .BtnUse::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ff6600;
    border-radius: 100%;
    width: 0px;
    height: 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: 1;
}

.mobile-style .DetailCoupon .CouponItem .BtnContainer .BtnUse:hover {
    font-weight: bold;
}

.mobile-style .DetailCoupon .CouponItem .BtnContainer .BtnUse:hover::before {
    width: 200px;
    height: 200px;
    margin: -100px 0px 0px -100px
}

.mobile-style .DetailCoupon .CouponItem .BtnContainer .BtnUse .BtnUseText {
    display: block;
    text-align: center;
    line-height: 1.2;
    height: 4.8em;
    width: 20px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 50%;
    margin-top: -2.4em;
    right: 12px;
    z-index: 10;
}

.mobile-style .DetailCoupon .CouponItem .BtnContainer .BtnUseDisabled {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    background: #e5e5e5;
}

.mobile-style .DetailCoupon .CouponItem .BtnContainer .BtnUseDisabled .BtnUseText {
    display: block;
    text-align: center;
    line-height: 1.2;
    height: 3.6em;
    width: 20px;
    text-align: center;
    color: #666666;
    position: absolute;
    top: 50%;
    margin-top: -1.8em;
    right: 12px;
    z-index: 10;
}

.mobile-style .DetailCoupon .CouponItem .HasGot {
    position: absolute;
    right: 65px;
    bottom: 10px;
    overflow: hidden;
    width: 66px;
    height: 66px;
    background: url(https://www.100xuexi.com/css/images/coupongot.png) center center no-repeat;
    background-size: 100% 100%;
    text-indent: -99999em;
    z-index: 1;
}

.mobile-style .DetailCoupon .CouponItem .ItemProgress {
    font-size: 12px;
    color: #666666;
    padding-top: 5px;
    display: none;
}

.mobile-style .DetailCoupon .CouponItem .ItemProgress .ItemProgressBar {
    background: #f5f5f5;
    border-radius: 100px;
    overflow: hidden;
    display: none;
}

.mobile-style .DetailCoupon .CouponItem .ItemProgress .ItemProgressBar .ItemProgressBarInner {
    background: #e53737;
    border-radius: 100px;
    height: 8px;
}

.mobile-style .DetailCoupon .CouponItem .ItemProgress .ItemProgressTag {
    margin-bottom: 5px;
}

.mobile-style .DetailCoupon .CouponItem .ItemProgress .ItemProgressTag .Rate {
    margin-right: 1em;
    border-right: 1px solid #e5e5e5;
    padding-right: 1em;
    display: none;
}

.mobile-style .DetailCoupon .CouponItem .ItemProgress .ItemProgressTag .NewRegUser {
    color: #e53737;
    border: 1px solid #e53737;
    line-height: 1;
    padding: 0px 2px;
    border-radius: 3px;
    margin-right: 3px;
}

.mobile-style .get-coupon {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 15000;
    display: none;
}

.mobile-style .get-coupon-box {
    background: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 440px;
    margin: -200px 0px 0px -250px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    z-index: 1001;
}

.mobile-style .get-coupon-box .btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 20px;
    width: 20px;
    height: 20px;
    background: url(https://www.100xuexi.com/css/images/bg0101.gif) center center no-repeat;
}

.mobile-style .get-coupon-box .btn-close:hover {
    background: url(https://www.100xuexi.com/css/images/bg0102.gif) center center no-repeat;
}

.mobile-style .get-coupon-box .waiting {
    padding: 40px 0px;
    text-align: center;
}

.mobile-style .get-coupon-box .success {}

.mobile-style .get-coupon-box .fail {}

.mobile-style .get-coupon-box .tips-banner {
    height: 200px;
    padding: 30px 0px;
}

.mobile-style .get-coupon-box .tips-banner-success {
    background: url(/css/images/bg0344.png) center center no-repeat;
}

.mobile-style .get-coupon-box .tips-banner-fail {
    background: url(/css/images/bg0345.png) center center no-repeat;
}

.mobile-style .get-coupon-box .tips-banner-waiting {
    background: url(/css/images/bg0346.gif) center center no-repeat;
}

.mobile-style .get-coupon-box .tips {
    text-align: center;
    font-size: 16px;
}

.mobile-style .get-coupon-box .tips .main-tips {
    font-size: 26px;
    font-weight: bold;
    color: #d13a05;
    line-height: 1.5;
}

.mobile-style .get-coupon-box .tips .main-tips-success {
    color: #d13a05;
}

.mobile-style .get-coupon-box .tips .main-tips-fail {
    color: #615c59;
}

.mobile-style .get-coupon-box .operation {
    margin: 0px auto;
    padding: 20px;
    margin-bottom: 40px;
    text-align: center;
}

.mobile-style .get-coupon-box .operation ul:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .get-coupon-box .operation li {
    display: inline-block;
}

.mobile-style .get-coupon-box .operation li .btn {
    margin: 0px auto;
    display: block;
    color: #ffffff;
    font-weight: bold;
    background: #e53737;
    box-shadow: 0px 3px 10px 0px rgba(230, 0, 0, 0.3);
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    width: 150px;
    text-align: center;
    font-size: 16px;
}

.mobile-style .shop-card-inner {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 8px;
    padding: 16px;
    overflow: hidden;
    zoom: 1;
    display: block;
}

.mobile-style .shop-card-inner .shop-logo {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 8px;
    background: #f5f5f5;
    overflow: hidden;
}

.mobile-style .shop-card-inner .shop-logo img {
    width: 100%;
    height: 100%;
}

.mobile-style .shop-card-inner .shop-des {
    margin-left: 70px;
}

.mobile-style .shop-card-inner .shop-title {
    font-size: 15px;
    font-weight: bold;
}

.mobile-style .shop-card-inner .shop-content {
    color: #888888;
    font-size: 12px;
}

.mobile-style .shop-card-inner .shop-btns {
    padding-top: 10px;
}

.mobile-style .shop-card-inner .shop-btns .btn-entry {
    border-radius: 100px;
    border: 1px solid #e53737;
    color: #e53737;
    padding: 0px 1em;
    display: inline-block;
    vertical-align: middle;
}

/* .yunwangxiao-mobile-style .Block .BlockLeft .BookDetail .BookLeft {
    display: none;
}

.yunwangxiao-mobile-style .Block .BlockLeft .BookDetail .NotHasPrint .w2 {
    width: 50%;
} */

/* .yunwangxiao-mobile-style .Block .BlockLeft .MobielBookName {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #666666;
    text-align: left;
} */

.yunwangxiao-mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .CoverLink {
    display: none;
}

.yunwangxiao-mobile-style .Block .BlockLeft .BookDetail .BookLeft .BookImg .YunCoverLink {
    display: block;
}

.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 .CatalogDialog {
    position: fixed;
    right: 0px;
    top: 120%;
    left: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10050;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.mobile-style .CatalogDialog.SlideShow {
    top: 0px;
}

.mobile-style .CatalogDialog .DialogMask {
    background: #000000;
    opacity: 0.5;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: 1;
    display: none;
}

.mobile-style .CatalogDialog .DialogBox {
    top: 20%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    background: #f5f5f5;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
}

.mobile-style .CatalogDialog .DialogBox .DialogBoxTitle {
    text-align: center;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #ffffff;
    position: absolute;
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 60px;
    z-index: 5;
}

.mobile-style .CatalogDialog .DialogBox .DialogBoxTitle .DialogBoxTitleText {
    font-size: 17px;
    font-weight: bold;
    color: #222222;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-style .CatalogDialog .DialogBox .DialogBoxTitle .BtnClose {
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(/css/images/bg0101.gif) center center no-repeat;
    right: 0px;
    top: 0px;
    overflow: hidden;
    text-indent: -9999em;
}

.mobile-style .CatalogDialog .DialogBox .DialogBoxTitle .BtnClose:hover {
    background: url(/Css/Images/bg0102.gif) center center no-repeat;
}

.mobile-style .CatalogDialog .DialogBox .DialogBoxContent {
    position: absolute;
    top: 40px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: auto;
}

.mobile-style .CatalogDialog .DialogBox .DialogBoxContentIframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}


.toast-mask {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.75);
}

.toast-box {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 12px;
    position: fixed;
    padding: 20px 10px;
    color: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 5005;
    width: 120px;
    box-sizing: border-box;
}

.toast-box .toast-icon {
    width: 40px;
    height: 40px;
    margin: 0px auto;
    background: center center no-repeat;
    background-size: contain;
}

.toast-box .toast-icon.success {
    background-image: url(https://wx.100xuexi.com/images/Tk_Mobile_bg0014_0.png);
}

.toast-box .toast-icon.fail {
    background-image: url(https://wx.100xuexi.com/images/Mobile_bg0071.png);
}

.toast-box .toast-text {
    display: block;
    text-align: center;
    padding-top: 5px;
}