/*lucky新加样式*/

html, body, h1, h2, h3, h4, h5, h6, p, div, dl, dt, dd, ul, ol, li, table, thead, tbody, th, td, strong, em, span, a, input, form, label {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-style: normal;
}

body {
    font-size: 14px;
    color: #333333;
    font-family: "微软雅黑", "宋体";
    line-height: 1.5;
    background: #f5f5f5;
    overflow-x: hidden;
}

input {
    font-size: 14px;
    color: #333333;
    font-family: "微软雅黑", "宋体";
    line-height: 1.5;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    border: 0px;
    vertical-align: top;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #cc0000;
}

.clear {
    clear: both;
}

/*分页开始*/

.Page {
    display: inline;
    font-family: Arial;
}

.Page a {
    padding: 4px 5px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    border: 1px solid #d4d4d4;
    margin: 0px 5px;
    display: inline-block;
    border-radius: 2px;
    background: #f5f5f5;
    font-family: Arial;
}

.Page a:hover {
    text-decoration: normal;
    border-color: #cc3300;
    background: #ffffff;
}

.Page .Selected {
    padding: 4px 5px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    border: 1px solid #cc0000;
    background: #cc0000;
    margin: 0px 5px;
    color: #ffffff;
    display: inline-block;
    border-radius: 2px;
    font-family: Arial;
}

/*分页结束*/

.cssType {
    color: #e53737;
    font-weight: normal;
}

.FreeDown {
    color: #00427C;
}

.SendApp {
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/bg02787_2.gif) right center no-repeat;
    padding-right: 8px;
}

.ArticleInnerAd a {
    display: block;
    margin-bottom: 10px;
}

.ArticleInnerAd img {
    max-width: 100%;
}

/*返回顶部*/

.BtnBackTop {
    position: fixed;
    left: 50%;
    margin-left: 485px;
    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;
}

.pc-style #divGotoBottom {
    padding: 20px 0px;
    border-top: 1px dotted #e5e5e5;
    margin-top: 20px;
    text-align: center;
}

.pc-style #divGotoBottom a {
    font-size: 14px;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #c5b7b7;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 2px;
}

.pc-style #divGotoBottom a:hover {
    border-color: #e53737;
    color: #e53737;
    text-decoration: none;
}

.pc-style #divGotoBottom .navcur, .pc-style #divGotoBottom .navcur:hover, .pc-style #divGotoBottom .Selected, .pc-style #divGotoBottom .Selected:hover {
    background: #e53737;
    border-color: #e53737;
    color: #ffffff;
    cursor: default;
}

.pc-style #divGotoBottom .gotoIndex {
    margin: 0 3px;
    font-size: 14px;
    border: 1px solid #999999;
    line-height: 30px;
    padding: 0px 10px;
}

.pc-style {
    font-family: "微软雅黑", "宋体";
}

.pc-style #OutBox {
    margin: 0px auto;
}

.pc-style #OutBox .PageBody {
    width: 1120px;
    margin: 0px auto;
}

.pc-style #PageLeft {
    float: left;
    width: 840px;
}

.pc-style #PageRight {
    float: right;
    width: 260px;
}

/* 移动端样式 */

.mobile-style {
    font-family: "苹方", "Droid Sans Fallback", "微软雅黑", "宋体";
    min-width: 100%;
}

.mobile-style #divGotoBottom {
    text-align: left;
}
.mobile-style #divGotoBottom:empty{
    display: none;
}
.mobile-style #divGotoBottom #navpage{
    padding:20px 0px 10px 0px;
    position: relative;
}
.mobile-style #divGotoBottom #navpage:before{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    border-bottom: 1px solid #e5e5e5;
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}
.mobile-style #divGotoBottom a {
    font-size: 14px;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #c5b7b7;
    color: #888;
    margin: 2px;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
}

.mobile-style #divGotoBottom a:hover {
    border-color: #e53737;
    color: #e53737;
    text-decoration: none;
}

.mobile-style #divGotoBottom .navcur, .mobile-style #divGotoBottom .navcur:hover, .mobile-style #divGotoBottom .Selected, .mobile-style #divGotoBottom .Selected:hover {
    background: #e53737;
    border-color: #e53737;
    color: #ffffff;
    cursor: default;
}

.mobile-style #divGotoBottom .gotoIndex {
    margin: 0 3px;
    font-size: 14px;
    border: 1px solid #999999;
    line-height: 30px;
    padding: 0px 10px;
}

/* .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;
}