﻿html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, span, em, strong, table, thead, tbody, th, td, th, a, form, input, label, select, textarea {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-style: normal;

}

input[type=button] {
    -webkit-appearance: none;
}

body {
    -webkit-text-size-adjust: 100% !important;
    color: #333333;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 1.5;
    font-family: "微软雅黑", "苹方", "Droid Sans Fallback", Tahoma, Geneva, sans-serif, "宋体";
}

table {
    border-collapse: collapse;
    font-size: 14px;
}

img {
    border: 0px;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #333333
}

a:hover {
    color: #cc0000;
}

.clear {
    clear: both
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.iconLoading {
    background-image: url(/images/WinLoading.gif);
    height: 24px;
    width: 24px
}

.WinLoading {
    height: 80px;
    width: 80px;
    display: none;
    position: absolute;
    border: solid 1px #489F60;
    background-color: #ffffff;
    filter: alpha(opacity=90)
}

.cssType {
    color: #e53737;
}

.pc-style {
    font-family: "微软雅黑", "苹方", "Droid Sans Fallback", Tahoma, Geneva, sans-serif, "宋体";
}

.pc-style input, .pc-style textarea {
    font-family: "微软雅黑", "苹方", "Droid Sans Fallback", Tahoma, Geneva, sans-serif, "宋体";
}

/* 通用布局代码 */
.pc-style #OutBox {
    width: 100%;
}

.pc-style #PageBody {
    margin: 0px auto;
    width: 1120px;
    position: relative;
    z-index: 1;
}

.pc-style #PageLeft {
    float: left;
    width: 840px;
}

.pc-style #PageRight {
    float: right;
    width: 270px;
}

.pc-style #BookPageLeft {
    float: left;
    width: 220px;
}

.pc-style #BookPageRight {
    float: right;
    width: 720px;
}

/*回到顶部*/

.pc-style .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: 60px;
    display: none;
}

.pc-style .BtnBackTop:hover {
    background: url(https://g.100xuexi.com/CssModel/AgentXX/Images/BtnBackTop.png) -36px top no-repeat;
}

.pc-style .BtnBackTop .InnerTxt {
    line-height: 18px;
    color: #666666;
    font-size: 12px;
    text-align: center;
    position: absolute;
    width: 36px;
    top: 40px;
    left: 0px;
    display: none;
}

.pc-style .BtnBackTop:hover .InnerTxt {
    display: block;
}

/* 分页 */

.pc-style .Pagination {
    text-align: center;
    border-top: 1px dotted #d5d5d5;
    font-size: 14px;
    padding: 20px 0px;
}

.pc-style .Pagination .PageCount {
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}

.pc-style .Page {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.pc-style .Page .PageTotal {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.pc-style .Page .Operating {
    display: inline-block;
    font-size: 14px;
    padding-left: 10px;
    vertical-align: top;
}

.pc-style .Page .TextBox {
    height: 30px;
    line-height: 30px;
    border: 1px solid #999999;
    padding: 0px 5px;
    width: 40px;
    margin: 0px 5px;
    font-size: 14px;
}

.pc-style .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;
}

.pc-style .Page {
    *zoom: 1;
    *display: inline;
}

.pc-style .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: 4px;
    cursor: pointer;
    vertical-align: middle;
}

.pc-style .Page a:hover {
    border-color: #e53737;
    color: #e53737;
    text-decoration: none;
}

.pc-style .Page .Selected, .pc-style .Page .Selected:hover {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 20px;
    background: #e53737;
    border: 1px solid #e53737;
    color: #fff;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 4px;
    cursor: default;
    vertical-align: top;
}

.pc-style .Page .Disabled, .pc-style .Page .Disabled:hover {
    color: #cccccc;
    border-color: #e5e5e5;
    cursor: default;
}

.pc-style #navpage {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}

.pc-style #navpage 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: middle;
}

.pc-style #navpage a:hover {
    border-color: #e53737;
    color: #e53737;
    text-decoration: none;
}

.pc-style #navpage a.navcur, .pc-style #navpage a.navcur:hover {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 20px;
    background: #e53737;
    border: 1px solid #e53737;
    color: #fff;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 2px;
    cursor: default;
    vertical-align: top;
}
.pc-style #navpage .pagetotal{
    display: inline-block;
    vertical-align: middle;
}

.pc-style #DYNav {
    line-height: 1.5;
    clear: both;
    padding: 10px 0px;
}
.pc-style #DYNav a{
    color: #1e50a2;
}
.pc-style #DYNav a:hover{
    color: #e53737;
}
/* 通用布局代码 */
/* .mobile-style::after{
    content: "";
    display: block;
    height: 50px;
    padding: 30px 0px;
    background: url(Images/bg0097.png) center center no-repeat;
    background-size: auto 50px;
} */

.mobile-style {
    font-family: "苹方", "Droid Sans Fallback", "微软雅黑", Tahoma, Geneva, sans-serif, "宋体";
    padding-bottom: 50px;
    padding-bottom: calc(50px + constant(safe-area-inset-bottom));
    padding-bottom: calc(50px + env(safe-area-inset-bottom));
    /* padding-top: 44px; */
}

.mobile-style input, .mobile-style textarea {
    font-family: "苹方", "Droid Sans Fallback", "微软雅黑", Tahoma, Geneva, sans-serif, "宋体";
}

.mobile-style #OutBox {
    width: 100%;
    overflow-x: hidden;
}

.mobile-style #PageBody {
    margin: 0px auto;
}

/*回到顶部*/

.mobile-style .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: 60px;
    display: none;
}

.mobile-style .BtnBackTop:hover {
    background: url(https://g.100xuexi.com/CssModel/AgentXX/Images/BtnBackTop.png) -36px top no-repeat;
}

.mobile-style .BtnBackTop .InnerTxt {
    line-height: 18px;
    color: #666666;
    font-size: 12px;
    text-align: center;
    position: absolute;
    width: 36px;
    top: 40px;
    left: 0px;
    display: none;
}

.mobile-style .BtnBackTop:hover .InnerTxt {
    display: block;
}

/* 分页 */

.mobile-style .Pagination {
    text-align: center;
    border-top: 1px dotted #d5d5d5;
    font-size: 14px;
    padding: 20px 0px;
}

.mobile-style .Pagination .PageCount {
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
}

.mobile-style .Page {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.mobile-style .Page .PageTotal {
    text-align: center;
    display: block;
}

.mobile-style .Page .Operating {
    display: inline-block;
    font-size: 14px;
    padding-left: 10px;
    vertical-align: top;
}

.mobile-style .Page .TextBox {
    height: 30px;
    line-height: 30px;
    border: 1px solid #999999;
    padding: 0px 5px;
    width: 40px;
    margin: 0px 5px;
    font-size: 14px;
}

.mobile-style .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;
}

.mobile-style .Page {
    *zoom: 1;
    *display: inline;
}

.mobile-style .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: 4px;
    cursor: pointer;
    vertical-align: top;
    margin: 5px;
}

.mobile-style .Page a:hover {
    border-color: #e53737;
    color: #e53737;
    text-decoration: none;
}

.mobile-style .Page .Selected, .mobile-style .Page .Selected:hover {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 20px;
    background: #e53737;
    border: 1px solid #e53737;
    color: #fff;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 4px;
    cursor: default;
    vertical-align: top;
    margin: 5px;
}

.mobile-style .Page .Disabled, .mobile-style .Page .Disabled:hover {
    color: #cccccc;
    border-color: #e5e5e5;
    cursor: default;
}

.mobile-style #navpage {
    display: inline-block;
    zoom: 1;
    vertical-align: top;
}

.mobile-style #navpage a {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 20px;
    background: #fff;
    border: 1px solid #c5b7b7;
    color: #888;
    margin: 3px;
    text-decoration: none;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: top;
}

.mobile-style #navpage a:hover {
    border-color: #e53737;
    color: #e53737;
    text-decoration: none;
}

.mobile-style #navpage a.navcur, .mobile-style #navpage a.navcur:hover {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 20px;
    background: #e53737;
    border: 1px solid #e53737;
    color: #fff;
    margin: 3px;
    text-decoration: none;
    border-radius: 2px;
    cursor: default;
    vertical-align: top;
}
.mobile-style #DYNav {
    line-height: 1.5;
    clear: both;
    padding: 10px 16px;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.mobile-style #DYNav a{
    color: #1e50a2;
}
.mobile-style #DYNav a:hover{
    color: #e53737;
}


/* .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;
}