﻿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;
    font-family: "微软雅黑", "宋体";
}
input[type=button]{
    -webkit-appearance: none;
}
body {
    color: #333333;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 1.5;
}

table {
    border-collapse: collapse;
}

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: #ff3e3e;
}

/* 通用布局代码 */

.pc-style #OutBox {
    width: 100%;
}

.pc-style #PageBody {
    margin: 0px auto;
    width: 1120px;
}

.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 .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: 2px;
    cursor: pointer;
    vertical-align: top;
}

.pc-style .Page a:hover {
    border-color: #ff3e3e;
    color: #ff3e3e;
    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: #ff3e3e;
    border: 1px solid #ff3e3e;
    color: #fff;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 2px;
    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: top;
}

.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: top;
}

.pc-style #navpage a:hover {
    border-color: #ff3e3e;
    color: #ff3e3e;
    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: #ff3e3e;
    border: 1px solid #ff3e3e;
    color: #fff;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 2px;
    cursor: default;
    vertical-align: top;
}

/* 通用布局代码 */

.mobile-style #OutBox {
    width: 100%;
}

.mobile-style #PageBody {
    margin: 0px auto;
}

.mobile-style #PageLeft {}

.mobile-style #PageRight {}

.mobile-style #BookPageLeft {}

.mobile-style #BookPageRight {}

/*回到顶部*/

.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 .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: 2px;
    cursor: pointer;
    vertical-align: top;
    margin: 5px;
}

.mobile-style .Page a:hover {
    border-color: #ff3e3e;
    color: #ff3e3e;
    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: #ff3e3e;
    border: 1px solid #ff3e3e;
    color: #fff;
    margin: 0 3px;
    text-decoration: none;
    border-radius: 2px;
    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: #ff3e3e;
    color: #ff3e3e;
    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: #ff3e3e;
    border: 1px solid #ff3e3e;
    color: #fff;
    margin: 3px;
    text-decoration: none;
    border-radius: 2px;
    cursor: default;
    vertical-align: top;
}