﻿/*关闭掉查看已购的提示气泡*/

.MyOrderMask {
    display: none !important;
}

html, body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, div, span, em, strong, table, thead, tbody, th, td, th, a, form, input, select, textarea {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-style: normal;
}

body {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    font-family: "微软雅黑", "宋体";
    background: #f5f5f5;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #ff3e3e;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

input {
    vertical-align: middle;
    font-size: 12px;
    color: #333333;
}

textarea {
    color: #333333;
    font-size: 12px;
}

select {
    border: 1px solid #999999;
    color: #333333;
    font-size: 14px;
    vertical-align: middle;
    padding: 2px;
    line-height: 30px;
    height: 30px;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    vertical-align: top;
}

/*解决自适应圆角矩形按钮的鼠标样式*/

a span {
    cursor: pointer;
}

/*布局样式*/

#Mid {
    width: 1120px;
    margin: 0px auto;
}

/*分页开始*/

.Pagination {
    text-align: center;
    border-top: 1px dotted #d5d5d5;
    font-size: 14px;
    padding: 20px 0px;
}

.Pagination .PageCount {
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}

.Page {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.Page .Operating {
    display: inline-block;
    font-size: 14px;
    padding-left: 10px;
    vertical-align: top;
}

.Page .TextBox {
    height: 30px;
    line-height: 30px;
    border: 1px solid #999999;
    padding: 0px 5px;
    width: 40px;
    margin: 0px 5px;
    font-size: 14px;
}

.Page .BtnGo {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #c5b7b7;
    color: #333333;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    background: #f5f5f5;
    margin-left: 5px;
}

.Page {
    *zoom: 1;
    *display: inline;
}

.Page a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #c5b7b7;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: top;
}

.Page a:hover {
    border-color: #ff3e3e;
    color: #ff3e3e;
    text-decoration: none;
}

.Page .Selected, .Page .Selected:hover {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 20px;
    background: #ff3e3e;
    border: 1px solid #ff3e3e;
    color: #fff;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 2px;
    cursor: default;
    vertical-align: top;
}

.Page .Disabled, .Page .Disabled:hover {
    color: #cccccc;
    border-color: #e5e5e5;
    cursor: default;
}

/*分页结束*/

/*排行榜开始*/

#Mid .Block .BlockRight .TopList {
    border: 1px solid #d4d4d4;
    margin-bottom: 10px;
    border-top: 0px;
}

#Mid .Block .BlockRight .TopList .Title {
    background: url(Images/bg0005.gif) left top repeat-x;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0px 5px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}

#Mid .Block .BlockRight .TopList .Title ul {
    float: right;
    padding-top: 6px;
    height: 24px;
}

#Mid .Block .BlockRight .TopList .Title ul li {
    height: 24px;
    float: left;
    margin-right: 5px;
}

#Mid .Block .BlockRight .TopList .Title ul li a {
    display: block;
    line-height: 12px;
    border: 1px solid #d4d4d4;
    font-size: 12px;
    font-weight: normal;
    background: none;
    padding: 6px 5px 4px 5px;
    color: #666666;
    white-space: nowrap;
    float: left;
}

#Mid .Block .BlockRight .TopList .Title ul li a:hover {
    color: #cc0000;
}

#Mid .Block .BlockRight .TopList .Title ul li a.over {
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
    color: #cc0000;
}

#Mid .Block .BlockRight .TopList .Con {
    padding: 8px 10px;
}

#Mid .Block .BlockRight .TopList .Con ul {
    padding-left: 20px;
    background: url(Images/bg0014.gif) left top no-repeat;
}

#Mid .Block .BlockRight .TopList .Con ul li {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    /**margin-bottom:-2px;hack for IE6、IE7*/
    vertical-align: bottom;
}

#Mid .Block .BlockRight .TopList .Con ul li .Name {
    width: 150px;
    float: left;
    height: 22px;
    overflow: hidden;
}

#Mid .Block .BlockRight .TopList .Con ul li .Number {
    float: right;
    height: 22px;
    overflow: hidden;
}

/*排行榜结束*/

/*排行榜2(不带序号和选项卡的)开始*/

#Mid .Block .BlockRight .TopList2 {
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
}

#Mid .Block .BlockRight .TopList2 .Title {
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0px 10px 15px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.2;
}

#Mid .Block .BlockRight .TopList2 .Title:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0px;
    background: #00a09e;
    border-radius: 10px;
}

#Mid .Block .BlockRight .TopList2 .Title a {
    float: right;
    font-weight: normal;
    font-family: "宋体";
    font-size: 12px;
    display: none;
}

#Mid .Block .BlockRight .TopList2 .Con {
    padding-top: 10px;
    font-size: 14px;
}

#Mid .Block .BlockRight .TopList2 .Con ul li {
    overflow: hidden;
    position: relative;
    padding: 5px 0px 5px 10px;
}
#Mid .Block .BlockRight .TopList2 .Con ul li::before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 15px;
}
#Mid .Block .BlockRight .TopList2 .Con ul li .Name {
    display: block;
}

#Mid .Block .BlockRight .TopList2 .Con ul li .Number {
    color: #888888;
    font-size: 12px;
    display:block;
}

/*排行榜结束*/

/*评分星星开始*/

.Score {
    width: 80px;
    height: 16px;
    vertical-align: -2px;
    margin: 0px 5px;
}

.Zero {
    background: url(Images/bg0032.gif) -80px center no-repeat;
}

.One {
    background: url(Images/bg0032.gif) -64px center no-repeat;
}

.Two {
    background: url(Images/bg0032.gif) -48px center no-repeat;
}

.Three {
    background: url(Images/bg0032.gif) -32px center no-repeat;
}

.Four {
    background: url(Images/bg0032.gif) -16px center no-repeat;
}

.Five {
    background: url(Images/bg0032.gif) 0px center no-repeat;
}

/*评分星星结束*/

/*当前位置面包屑导航开始*/

#Mid .Current {
    line-height: 1.5;
    /* padding: 10px 0px; */
    font-family: "宋体";
    color: #888888;
    font-size: 12px;
    margin-bottom: 10px;
}

#Mid .Current a {
    color: #333333;
    font-family: "宋体";
}

#Mid .Current a:hover {
    color: #cc0000;
}

/*当前位置面包屑导航结束*/

.cssType {
    color: #f02929;
    display: none;
}

.cssFreeDownload {
    color: #00427C;
    display: none;
}

.SendApp {
    background: url(Images_sc/bg02787.gif) right center no-repeat;
    padding-right: 16px;
}

#Mid .Block .BlockRight ul li .BookName .FreeDownload {
    color: #00427C;
}

#Mid .Block .BlockRight ul li .BookName .FreeDownload .SendApp {
    background: url(Images_sc/bg02787.gif) right center no-repeat;
    padding-right: 16px;
}

#Mid .Block .BlockRight ul li .BookName .cssFreeDownload {
    color: #00427C;
}

#Mid .Block .BlockRight ul li .BookName .cssFreeDownload .SendApp {
    background: url(Images_sc/bg02787.gif) right center no-repeat;
    padding-right: 16px;
}

/*免费下载的文字颜色*/

.ArticleInnerAd a {
    display: block;
    margin-bottom: 10px;
}

.ArticleInnerAd img {
    max-width: 100%;
}

/*打赏成功*/

.Block .SuccessMsg {
    font-size: 20px;
    color: #006600;
    font-family: "微软雅黑", "黑体";
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: bold;
    padding: 50px 0px;
}

.Block .SuccessMsg img {
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/images/bg0092.gif) center center no-repeat;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    margin-right: 10px;
}

.Block .FailMsg {
    font-size: 20px;
    color: #cc0000;
    font-family: "微软雅黑", "黑体";
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: bold;
}

.Block .FailMsg img {
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/images/bg0093.gif) center center no-repeat;
    width: 45px;
    height: 45px;
    vertical-align: middle;
    margin-right: 10px;
}

/*返回顶部 begin*/

.BtnBackTop {
    position: fixed;
    left: 50%;
    margin-left: 570px;
    width: 36px;
    height: 36px;
    text-align: center;
    background: url(https://g.100xuexi.com/CssModel/AgentXX/Images/BtnBackTop.png) left top no-repeat;
    display: block;
    text-align: center;
    bottom: 160px;
    display: none;
}

.BtnBackTop:hover {
    background: url(https://g.100xuexi.com/CssModel/AgentXX/Images/BtnBackTop.png) -36px top no-repeat;
}

.BtnBackTop .InnerTxt {
    line-height: 18px;
    color: #666666;
    font-size: 12px;
    text-align: center;
    position: absolute;
    width: 36px;
    top: 40px;
    left: 0px;
    display: block;
}

.BtnBackTop:hover .InnerTxt {
    color: #cc0000;
}

/*返回顶部 end*/

@font-face {
    font-family: PhoneticUe;
    src: url('https://g.100xuexi.com/CssModel/font/phonetic-ue-0.eot?#iefix') format('embedded-opentype'), url('https://g.100xuexi.com/CssModel/font/phonetic-ue-0.woff') format('woff'), url('https://g.100xuexi.com/CssModel/font/phonetic-ue-0.ttf') format('truetype'), url('https://g.100xuexi.com/CssModel/font/phonetic-ue-0.svg#NeuesBauenDemo') format('svg');
}

.phonetic {
    font-family: PhoneticUe;
}


/* .AIEbookSkin{
    background-position: center 10px;
    background-size: 85% auto;
} */
.AIEbookSkin:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url(https://wx.100xuexi.com/images/bgimg/AIEbookSkin.png) center center no-repeat;
    background-size: 100% 100%;
    border: none !important;
    z-index: 5;
}

/* .AITkSkin{
    background-position: center 10px;
    background-size: 85% auto;
} */
.AITkSkin:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url(https://wx.100xuexi.com/images/bgimg/AITkSkin.png) center center no-repeat;
    background-size: 100% 100%;
    border: none !important;
    z-index: 5;
}

/* .AIVideoSkin{
    background-position: center 10px;
    background-size: 85% auto;
} */
/* .AIVideoSkin:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: url(https://wx.100xuexi.com/images/bgimg/AIVideoSkin.png) center center no-repeat;
    background-size: 100% 100%;
    border: none !important;
    z-index: 5;
} */