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;
    /* padding-top: 40px; */
}

a {
    color: #333333;
    text-decoration: none;
}

/*a:hover,a:visited,a:focus {
	color:#cc0000;
	text-decoration:none;
}*/

a:hover, a:active, a:focus {
    color: #e53737;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

input {
    vertical-align: middle;
    font-size: 12px;
    color: #333333;
    outline: none;
}

textarea {
    color: #333333;
    font-size: 12px;
}

select {
    color: #333333;
    font-size: 12px;
    vertical-align: middle;
    padding: 1px;
}

.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;
}

/*布局样式*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*分页开始*/

.Pagination {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-top: 1px dashed #d4d4d4;
    text-align: center;
    margin-top: 15px;
}

.Page a {
    font-size: 14px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #888888;
    margin: 5px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
}

.Page a:hover {
    text-decoration: none;
    border-color: #e53737;
    background: #ffffff;
}

.Page a.Selected {
    background: #e53737;
    border-color: #e53737;
    color: #fff;
    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 {
    border: 1px solid #d4d4d4;
    margin-bottom: 10px;
    border-top: 0px;
}

#Mid .Block .BlockRight .TopList2 .Title {
    background: url(Images/bg0005.gif) left top repeat-x;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
}

#Mid .Block .BlockRight .TopList2 .Title a {
    float: right;
    font-weight: normal;
    font-family: "宋体";
    font-size: 12px;
}

#Mid .Block .BlockRight .TopList2 .Con {
    padding: 8px 10px;
}

#Mid .Block .BlockRight .TopList2 .Con ul {}

#Mid .Block .BlockRight .TopList2 .Con ul li {
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    vertical-align: bottom;
    background: url(Images/bg0011.gif) left 9px no-repeat;
    padding-left: 10px;
}

#Mid .Block .BlockRight .TopList2 .Con ul li .Name {
    width: 150px;
    float: left;
    height: 22px;
    overflow: hidden;
}

#Mid .Block .BlockRight .TopList2 .Con ul li .Number {
    float: right;
    height: 22px;
    overflow: hidden;
}

/*排行榜结束*/

/*评分星星开始*/

.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 {
    width: 1120px;
    margin: 0px auto;
}

#Mid .Current {
    font-family: "宋体";
    padding: 15px 0px;
    font-size: 12px;
    color: #888888;
}

#Mid .Current a {
    color: #336699;
    font-family: "宋体";
}

#Mid .Current a:hover {
    color: #cc0000;
}

/*当前位置面包屑导航结束*/

.cssType {
    color: #f02929;
}

.download {
    color: #336699;
}

/*头部 begin*/

.ng-cloak {
    display: none;
}

.Top {
    position: relative;
    z-index: 500;
    z-index: 100;
    font-size: 14px;
}

.Topbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    font-size: 14px;
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.Topbar .Container {
    width: 1120px;
    margin: 0px auto;
}

.Topbar .Container::after {
    content: "";
    display: block;
    clear: both;
}

.Topbar li {
    float: left;
}

.Topbar li a {
    color: #333333;
}

.Topbar li a:hover {
    color: #e53737;
}

.Topbar li .Btn-Login {
    background: #e53737;
    background-image: -webkit-linear-gradient(left, #f10000, #ff2000 73%, #ff4f18);
    background-image: linear-gradient(90deg, #f10000, #ff2000 73%, #ff4f18);
    color: #ffffff;
    border-radius: 100px;
    padding: 4px 1em;
}

.Topbar li .Btn-Login:hover {
    color: #ffffff;
}

.Topbar .Has-Triangle {
    line-height: 40px;
    padding: 0 25px 0 10px;
    position: relative;
}

.Topbar .Has-Triangle:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    border-top: 4px solid #9d9d9d;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.Topbar .Has-Triangle:hover:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 4px;
    background: #ffffff;
    z-index: 10;
}

.Topbar .Has-Triangle:hover {
    color: #e53737;
    background: #ffffff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}

.Topbar .Has-Triangle .Website-Nav-Arrow {
    cursor: pointer;
    display: block;
    background: url(https://g.100xuexi.com/cssmodel/xxmain2018/images/icon_web.png) left center no-repeat;
    background-size: auto 12px;
    padding-left: 16px;
    position: relative;
}

.Topbar .Has-Triangle .Website-Nav-Detail {
    position: absolute;
    top: 40px;
    left: 0px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    display: none;
}

.Topbar .Has-Triangle:hover .Website-Nav-Detail {
    display: block;
}

.Topbar .Has-Triangle:hover:after {
    border-bottom: 4px solid #9d9d9d;
    border-top: none;
}

.Topbar .Topbar-Right .More-Link {
    padding: 0 25px 0 10px;
}

.Topbar .More-Link .Website-Nav-Detail {
    padding: 5px;
    width: 130px;
    right: 0px;
    left: auto;
    text-align: center;
    position: absolute;
}

.Topbar .More-Link .Website-Nav-Detail li {
    float: none;
    padding: 0px;
    overflow: hidden;
}

.Topbar .More-Link .Website-Nav-Detail a {
    color: #333333;
    display: block;
    line-height: 1.5;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 5px;
}

.Topbar .More-Link .Website-Nav-Detail a:hover {
    background: #e53737;
    color: #ffffff;
}

.Topbar .Topbar-Left {
    float: left;
    display: flex;
    align-items: center;
}

.Topbar .Topbar-Left .Link-Home {
    /* float: left; */
    height: 40px;
    margin-right: 10px;
    background: url(https://g.100xuexi.com/cssModel/XXMain2018/images/LinkHome.png) left center no-repeat;
    background-size: auto 12px;
    padding-left: 16px;
}

.Topbar .Topbar-Left .Link-App {
    /* float: left; */
    height: 40px;
    margin-right: 10px;
    position: relative;
}

.Topbar .Topbar-Left .Link-App .Link-App-Title {
    display: block;
    background: url(https://g.100xuexi.com/cssmodel/xxmain2018/images/icon_phone.png) 10px center no-repeat;
    background-size: auto 12px;
    padding-left: 26px;
    padding-right: 25px;
    position: relative;
    z-index: 10;
}

.Topbar .Topbar-Left .Link-App .Link-App-Title:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
    border-top: 4px solid #9d9d9d;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}

.Topbar .Topbar-Left .Link-App:hover .Link-App-Title:after {
    border-bottom: 4px solid #9d9d9d;
    border-top: none;
}

.Topbar .Topbar-Left .Link-App:hover .Link-App-Title {
    background-color: #ffffff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    color: #e53737;
}

.Topbar .Topbar-Left .Link-App:hover .Link-App-Title:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 4px;
    background: #ffffff;
    z-index: 10;
}

.Topbar .Topbar-Left .Link-App .Link-App-Content {
    position: absolute;
    top: 40px;
    left: 0px;
    padding: 20px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    line-height: 1.5;
    text-align: center;
    display: none;
    z-index: 5;
}

.Topbar .Topbar-Left .Link-App .Link-App-Content .AppCode {
    width: 150px;
    margin: 5px auto 5px auto;
    display: block;
}

.Topbar .Topbar-Left .Link-App .Link-App-Content .AppCode img {
    width: 100%;
}

.Topbar .Topbar-Left .Link-App .Link-App-Content .AppDes {
    display: block;
    text-align: center;
}

.Topbar .Topbar-Left .Link-App:hover .Link-App-Content {
    display: block;
}

.Topbar .Topbar-Left .Link-Calendar {
    /* float: left; */
    height: 40px;
    margin-right: 20px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/css/images/bg0362.png) left center no-repeat;
    background-size: auto 12px;
    padding-left: 16px;
    color: #e53737;
}

.Topbar .Topbar-Left .Link-SheQun {
    /* float: left; */
    height: 40px;
    margin-right: 20px;
    background: url(https://g.100xuexi.com/cssmodel/xxmain2018/images/icon_qun.png) left center no-repeat;
    background-size: auto 12px;
    padding-left: 16px;
}

.Topbar .Topbar-Left .Link-Business {
    /* float: left; */
    height: 40px;
    margin-right: 20px;
    background: url(https://g.100xuexi.com/cssmodel/xxmain2018/images/icon_business.png) left center no-repeat;
    background-size: auto 12px;
    padding-left: 16px;
}

.Topbar .Topbar-Left .Topbar-Left-List {
    float: left;
}

.Topbar .Website-Nav .Website-Nav-Detail {
    width: 800px;
    padding: 5px;
}

.Topbar .Website-Nav .WebList {
    position: relative;
}

.Topbar .Website-Nav .WebList .SubWebList {
    overflow: hidden;
    zoom: 1;
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/Images/bg0200.gif) left top no-repeat;
    padding: 25px 20px 15px 20px;
}

.Topbar .Website-Nav .WebList .SubWebList h3 {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    /* margin-bottom: 10px; */
    position: relative;
}

.Topbar .Website-Nav .WebList .SubWebList h3 .SCXXLink {
    color: #cc0000;
    margin-right: 2px;
}

.Topbar .Website-Nav .WebList .SubWebList h3 .SCXXLink:hover {
    color: #cc0000;
    text-decoration: underline;
}

.Topbar .Website-Nav .WebList .SubWebList h3 a:hover {
    text-decoration: underline;
}

.Topbar .Website-Nav .WebList .SubWebList h3 .More {
    font-weight: normal;
    color: #336699;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 14px;
}

.Topbar .Website-Nav .WebList .SubWebList h3 .More:hover {
    color: #cc0000;
}

.Topbar .Website-Nav .WebList .SubWebList ul {
    overflow: hidden;
    zoom: 1;
    width: 780px;
}

.Topbar .Website-Nav .WebList .SubWebList li {
    float: left;
    display: block;
    margin: 0px;
    margin-bottom: 10px;
    width: 110px;
}

.Topbar .Website-Nav .WebList .SubWebList li a {
    display: block;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.Topbar .Website-Nav .WebList .SubWebList li .Prominent {
    color: #336699;
}

.Topbar .Website-Nav .WebList .SubWebList li a:hover {
    text-decoration: underline;
    color: #cc0000;
}

.Topbar .Website-Nav .WebList .WebGroupList {
    overflow: hidden;
    zoom: 1;
    padding: 20px 20px 0px 20px;
}

.Topbar .Website-Nav .WebList .WebGroupList ul {
    width: 780px;
}

.Topbar .Website-Nav .WebList .WebGroupList li {
    float: left;
    width: 100px;
    margin: 0px 10px 10px 0px;
    font-size: 15px;
}

.Topbar .Website-Nav .WebList .WebGroupList li a {
    display: block;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 5px 0px 5px 0px;
    background: #f5f5f5;
    line-height: 30px;
    height: 30px;
    text-align: center;
    color: #cc0000;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
}

.Topbar .Website-Nav .WebList .WebGroupList li a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #d63130;
    border: 1px solid #d63130;
}

.Topbar .Website-Nav .WebList .WebGroupList .SCApp {
    float: right;
    width: 200px;
    text-align: left;
}

.Topbar .Website-Nav .WebList .WebGroupList .SCApp .CodeDes {
    line-height: 20px;
    padding-top: 40px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2014/Images/bg0199.png) left 5px no-repeat;
    margin-left: 110px;
}

.Topbar .Website-Nav .WebList .WebGroupList .SCApp .CodeImg {
    width: 100px;
    height: 100px;
    float: left;
}

.Topbar .Topbar-Right {
    float: right;
}

.Topbar .Topbar-Right .Topbar-Right-List {
    line-height: 40px;
}

.Topbar .Topbar-Right .Topbar-Right-List:after {
    content: "";
    display: block;
    clear: both;
}

.Topbar .Topbar-Right li {
    padding: 0 10px;
}

.Topbar .Topbar-Right li .VipIco {
    color: #99651c;
    background: #ffffff url(https://wx.100xuexi.com/images/Mobile_bg0677_0.png) 5px center no-repeat;
    border: 1px solid #99651c;
    background-size: 14px 14px;
    border-radius: 100px;
    padding: 0px 8px 0px 22px;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 4px;
}

.Topbar .Topbar-Right .Login a {
    display: inline-block;
}

.Topbar .Topbar-Right .Login .Has-Login, .Topbar .Topbar-Right .Login .Not-Login {
    display: inline-block;
}

.Topbar .Topbar-Right .Login .Has-Login {
    display: none;
}

.Topbar .Topbar-Right .Login .Has-Login .User-Name {
    margin-right: 15px;
}

.Topbar .Topbar-Right .unLogin {
    line-height: 20px;
    padding: 10px;
}

.Topbar .Topbar-Right .Buy-Shops {
    position: relative;
}

.Topbar .Topbar-Right .Buy-Shops:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-right: 1px solid #E0E0E0;
    height: 16px;
}

.Page-Top {
    background: #ffffff;
    box-shadow: 0 0 8px rgba(92, 92, 92, 0.2);
}

.Page-Top .Container {
    width: 1120px;
    margin: 0px auto;
}

.Page-Top .Container::after {
    content: "";
    display: block;
    clear: both;
}

.Page-Top .Top-Box {
    position: relative;
    height: 100px;
    padding: 0 285px 0 285px;
}

.Page-Top .Top-Box .Logo {
    position: absolute;
    left: 0;
    top: 0;
}

.Page-Top .Top-Box .Logo a {
    display: inline-block;
    width: 220px;
    height: 94px;
    background: url(/css/images/bg0354.png) left center no-repeat;
}

.Page-Top .Top-Box .Search-Box {
    width: 100%;
    padding-top: 20px;
    position: relative;
    z-index: 10;
}

.Page-Top .Top-Box .Search-Box .eBook-Num {
    color: #888888;
    padding-left: 10px;
    margin-bottom: 5px;
}

.Page-Top .Top-Box .Search-Box .eBook-Num strong {
    font-weight: bold;
    padding: 0px 3px;
}

.Page-Top .Top-Box .Search-Box .Search-Input {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    background: url(https://e.100xuexi.com/css/Images/bg0146.gif) left center no-repeat;
    border: 2px solid #e53737;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 0 95px 0 36px;
}

.Page-Top .Top-Box .Search-Box .Search-Input input {
    width: 100%;
    height: 36px;
    color: #333333;
    font-size: 14px;
    outline: none;
    border: none;
    background: transparent;
}

.Page-Top .Top-Box .Search-Box .Search-Input input.Placeholder {
    font-size: 14px;
    color: #999999;
}

.Page-Top .Top-Box .Search-Box .Search-Input .Search-Btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 36px;
    background: #e53737;
    background-image: -webkit-linear-gradient(left, #f10000, #ff2000 73%, #ff4f18);
    background-image: linear-gradient(90deg, #f10000, #ff2000 73%, #ff4f18);
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
    font-size: 16px;
}

.Page-Top .Top-Box .Search-Box .Search-Result {
    position: absolute;
    top: 39px;
    right: 80px;
    border: 1px solid #bebebe;
    background: #ffffff;
    box-sizing: border-box;
    /*display: none;*/
}

.Page-Top .Top-Box .Search-Box .Search-Result .suggest-item {
    display: block;
    background-color: #FFFFFF;
    padding: 10px 100px 10px 10px;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
    text-align: left;
    position: relative;
    min-height: 3em;
}

.Page-Top .Top-Box .Search-Box .Search-Result .suggest-item .type {
    color: #888888;
    border: 1px solid #888888;
    padding: 0px 2px;
    border-radius: 2px;
    margin-right: 3px;
    font-size: 12px;
}

.Page-Top .Top-Box .Search-Box .Search-Result .suggest-item .key {
    font-weight: bold;
    color: #e53737;
}

.Page-Top .Top-Box .Search-Box .Search-Result .suggest-item:hover {
    background: #f5f5f5;
}

.Page-Top .Top-Box .Search-Box .Search-Result .suggest-item-more {
    display: block;
    background: #f5f5f5;
    color: #336699;
    padding: 10px 10px;
    text-align: right;
}

.Page-Top .Top-Box .Search-Box .Search-Result .suggest-item-title {
    display: block;
}

.Page-Top .Top-Box .Search-Box .Search-Result .suggest-item-other {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    text-align: right;
    width: 80px;
}

.Page-Top .Top-Box .Search-Box .Search-Result .suggest-item-price {
    display: block;
    color: #e53737;
    font-family: 'Roboto', sans-serif;
}

.Page-Top .Top-Box .Search-Box .Search-Result .suggest-item-buy-count {
    display: block;
    font-size: 12px;
    color: #888888;
}

.Page-Top .Top-Box .HeadEvent {
    position: absolute;
    right: 0px;
    top: 15px;
    z-index: 10;
    height: 80px;
    width: 180px;
    overflow: hidden;
}

.Page-Top .Top-Box .HeadEvent img {
    max-width: 100%;
    max-height: 100%;
}

.Page-Top .Top-Box .HeadEvent a {
    display: block;
}

.Page-Top .Top-Box .HeadEvent .swiper-pagination {
    bottom: 0px;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
}

.Page-Top .Top-Box .HeadEvent .swiper-pagination-switch {
    border: 1px solid #333333;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
}

.Page-Top .Top-Box .HeadEvent .swiper-active-switch {
    border: 1px solid #333333;
    background: #ffffff;
    border-radius: 100%;
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 3px;
}

.Page-Top .Top-Box .Publish {
    position: absolute;
    right: 20px;
    top: 45px;
    z-index: 10;
}

.Page-Top .Top-Box .Publish:hover .Triangle {
    display: block;
}

.Page-Top .Top-Box .Publish:hover .Other-Tools {
    display: block;
}

.Page-Top .Top-Box .Publish .Publish-Btn {
    display: inline-block;
    border-radius: 5px;
}

.Page-Top .Top-Box .Publish .Publish-Btn .Publish-Btn-Link {
    display: inline-block;
    width: 168px;
    height: 36px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/css/images/bg0357.png) center center no-repeat;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}

.Page-Top .Top-Box .Publish .Publish-Btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 36px;
    height: 36px;
    background: transparent;
}

.Page-Top .Top-Box .Publish .Publish-Btn:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 10px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/css/images/bg0355.png) center center no-repeat;
    background-size: 10px 5px;
    margin-top: -5px;
}

.Page-Top .Top-Box .Publish .Publish-Btn:hover {
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/css/images/bg0357_1.png) center center no-repeat;
}

.Page-Top .Top-Box .Publish .Publish-Btn:hover:after {
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/css/images/bg0355_1.png) center center no-repeat;
}

.Page-Top .Top-Box .Publish .Triangle {
    position: absolute;
    top: 42px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 5px rgba(72, 72, 72, 0.2);
    display: none;
}

.Page-Top .Top-Box .Publish {
    top: 20px;
    text-align: center;
    border: 1px solid #99651c;
    border-radius: 5px;
    overflow: hidden;
}

.Page-Top .Top-Box .Publish .Vip-Btn {
    display: block;
    background: #fddfab url(https://wx.100xuexi.com/images/Mobile_bg0663.png) center center no-repeat;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
}

.Page-Top .Top-Box .Publish .Vip-Btn .Vip-Btn-Link {
    display: block;
    position: relative;
    z-index: 2;
    width: 168px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #99651c;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

.Page-Top .Top-Box .Publish .Vip-Btn: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: 100% 300%;
    animation: AmtVipBg 3s linear 0s infinite normal;
    -webkit-animation: AmtVipBg 3s linear 0s infinite normal;
}

.Page-Top .Top-Box .Publish .Vip-Tips {
    padding: 5px 0px;
    color: #99651c;
}



.Page-Top .Top-Box .Search-Box-Fixd {
    position: fixed;
    background: #ffffff;
    left: 0px;
    top: 40px;
    right: 40px;
    padding: 15px 0px;
    box-shadow: 0 0 8px rgba(92, 92, 92, 0.2);
    z-index: 20;
    min-width: 1120px;
}

.Page-Top .Top-Box .Search-Box-Fixd .eBook-Num {
    display: none;
}

.Page-Top .Top-Box .Search-Box-Fixd .Search-Input {
    margin: 0px auto;
    max-width: 550px;
}

@keyframes AmtVipBg {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes AmtVipBg {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.Page-Top .Top-Box .AppCodeBox {
    position: absolute;
    right: 0px;
    top: 10px;
    text-align: center;
    padding: 6px;
    border: 1px solid #e5e5e5;
}

.Page-Top .Top-Box .AppCodeBox .AppCode {
    display: block;
    text-align: center;
    margin: 0px auto 5px auto;
}

.Page-Top .Top-Box .AppCodeBox .AppCode img {
    width: 80px;
}

.Page-Top .Top-Box .AppCodeBox .AppDes {
    display: block;
    text-align: center;
    font-size: 12px;
}

.Publish .Other-Tools {
    position: absolute;
    top: 46px;
    left: 50%;
    margin-left: -69px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(92, 92, 92, 0.2);
    display: none;
}

.Publish .Other-Tools:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 2px;
    background: #ffffff;
}

.Publish .Other-Tools ul li {
    /*padding: 0 20px 0 54px;*/
    width: 138px;
    height: 50px;
    line-height: 50px;
}

.Publish .Other-Tools ul .Publish-Book a {
    background-image: url(https://g.100xuexi.com/CssModel/XXMain2018/css/images/bg0358.png);
}

.Publish .Other-Tools ul .Publish-ImgText a {
    background-image: url(https://g.100xuexi.com/CssModel/XXMain2018/css/images/bg0359.png);
}

.Publish .Other-Tools ul .Make-Live a {
    background-image: url(https://g.100xuexi.com/CssModel/XXMain2018/css/images/bg0360.png);
}

.Publish .Other-Tools ul .Publish-Video a {
    background-image: url(https://g.100xuexi.com/CssModel/XXMain2018/css/images/bg0361.png);
}

.Publish .Other-Tools ul li a {
    font-size: 16px;
    display: block;
    height: 100%;
    padding-left: 55px;
    background: 20px center no-repeat;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item {
    float: left;
    position: relative;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item a {
    display: block;
    font-size: 16px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
    color: #333333;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .News-Text {
    display: block;
    position: relative;
    z-index: 1;
    color: #930ba9;
    font-weight: bold;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .News-Text:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    height: 15px;
    background: #fbe2ff;
    z-index: -1;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item a:hover, 
.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item a:active, 
.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item a:focus {
    color: #e53737;
}



.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .Com-Knowledge-Logo {
    display: inline-block;
    width: 170px;
    height: 23px;
    background-size: 170px 23px;
    padding: 0;
    margin: 5px 0 0 15px;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .Open-Knowledge-Logo {
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/css/images/bg0356.png) center center no-repeat;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .Go-Knowledge-Logo {
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/css/images/bg0356_1.png) center center no-repeat;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .Card-Partner-Text {
    display: block;
    position: relative;
    z-index: 1;
    color: #0099ff;
    font-weight: bold;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .Card-Partner-Text::before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
    height: 15px;
    background: #edf4ff;
    z-index: -1;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .Media-Book-Text {
    display: block;
    position: relative;
    z-index: 1;
    color: #ff6600;
    font-weight: bold;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .Media-Book-Text:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
    height: 15px;
    background: #fff6b6;
    z-index: -1;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .Media-Book-Text:after {
    content: "HOT";
    position: absolute;
    right: -5px;
    top: -10px;
    font-size: 10px;
    background: #454540;
    color: #ffffff;
    padding: 2px 5px;
    line-height: 1.5;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    border-radius: 100px 100px 100px 0px;
    font-size: 12px;
    animation: AmtHotColor 1.5s infinite normal;
    -webkit-animation: AmtHotColor 1.5s infinite normal;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .K12Vip-Text {
    display: block;
    position: relative;
    z-index: 1;
    color: #00a100;
    font-weight: bold;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .K12Vip-Text:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 5px;
    height: 15px;
    background: #e2ffe5;
    z-index: -1;
}
.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .K12Vip-Text:after {
    content: "NEW";
    position: absolute;
    right: -5px;
    top: -10px;
    font-size: 10px;
    background: #00a100;
    color: #ffffff;
    padding: 2px 5px;
    line-height: 1.5;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    border-radius: 100px 100px 100px 0px;
    font-size: 12px;
}


@keyframes AmtHotColor {
    0% {
        background-color: #e53737;
        transform: scale(0.75) translateY(0);
    }

    25% {
        background-color: #00ab04;
        transform: scale(0.75) translateY(-3px);
    }

    50% {
        background-color: #0066cc;
        transform: scale(0.75) translateY(0px);
    }

    75% {
        background-color: #9c00ff;
        transform: scale(0.75) translateY(-3px);
    }

    100% {
        background-color: #e53737;
        transform: scale(0.75) translateY(0px);
    }
}

@-webkit-keyframes AmtHotColor {
    0% {
        background-color: #e53737;
        -webkit-transform: scale(0.75) translateY(0);
    }

    25% {
        background-color: #00ab04;
        -webkit-transform: scale(0.75) translateY(-3px);
    }

    50% {
        background-color: #0066cc;
        -webkit-transform: scale(0.75) translateY(0px);
    }

    75% {
        background-color: #9c00ff;
        -webkit-transform: scale(0.75) translateY(-3px);
    }

    100% {
        background-color: #e53737;
        -webkit-transform: scale(0.75) translateY(0px);
    }
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .Agent-Text {
    display: block;
    position: relative;
    z-index: 1;
    color: #e53737;
    font-weight: bold;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .Agent-Text:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    height: 15px;
    background: #ffe3e3;
    z-index: -1;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .Purple-Text {
    display: block;
    position: relative;
    z-index: 1;
    color: #6000ff;
    font-weight: bold;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .Purple-Text:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    height: 15px;
    background: #e2ffe5;
    z-index: -1;
}



.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .Card-Partner {
    display: block;
    width: 174px;
    height: 40px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/css/images/bg0411_1.png) center center no-repeat;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .Media-Book {
    display: block;
    width: 210px;
    height: 40px;
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/css/images/bg0411_2.png) center center no-repeat;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .ChongCi-Text {
    font-weight: bold;
    color: #cc0000;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .AI-Text,
.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .AI-Text:hover{
    font-weight: bold;
    position: relative;
    z-index: 0;
    /* color: #a800ff; */
    background: linear-gradient(90deg, #a800ff 0%, #4955f5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item.Selected a, 
.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item.Selected a:hover {
    background: #e53737;
    color: #ffffff;
    border-radius: 8px 8px 0px 0px;
    font-weight: bold;
}
.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item.Selected .AI-Text,
.Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item.Selected .AI-Text:hover{
    background: linear-gradient(90deg, #a800ff 0%, #4955f5 100%);
    color: #ffffff;
    -webkit-text-fill-color:unset;
}


/* .Page-Top .Bottom-Box .Home-Page-Tabs .Tabs-Item .AI-Text::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    right: 8px;
    bottom: 7px;
    background: linear-gradient(120deg, #a800ff, #4955f5);
    border-radius: 4px;
    z-index: -1;
} */

.Two-Code-Box {
    display: inline-block;
}

/*头部 end*/

/*底部 begin*/

.Bot {
    font-size: 12px;
    padding: 30px 0px 30px 0px;
    background: #f0f0f0;
    border-top: 1px solid #e5e5e5;
    color: #666666;
    text-align: center;
    line-height: 24px;
}

.Bot .gongan {
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/Images/bot-ico-gongan.png) left center no-repeat;
    padding-left: 24px;
    display: inline-block;
}

.Bot .gongshang {
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/Images/bot-ico-gongshang.png) left center no-repeat;
    padding-left: 24px;
    display: inline-block;
}

.Bot .wangwen {
    background: url(https://g.100xuexi.com/CssModel/XXMain2018/Images/bot-ico-wangwen.png) left center no-repeat;
    padding-left: 24px;
    display: inline-block;
}

.Bot a {
    color: #666666;
}

.Bot a:hover {
    color: #333333;
}

.Bot .Certificate-Img {
    height: 40px;
    margin: 5px;
}

/*底部 end*/

#topNav {
    padding: 10px 0px;
    width: 1120px;
    margin: 0px auto;
}

#topNav a {
    color: #336699;
}

.mobile-style #top {
    display: none;
}

.mobile-style .comTopAd {
    display: none;
}

.mobile-style #topNav {
    display: none;
}

/* .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;
}


.msg-box-mask {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99998;
    background: rgba(0, 0, 0, 0.75);
}

.msg-box {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #ffffff;
    width: 80%;
    max-width: 320px;
    border-radius: 12px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 99999;
}
.msg-box .msg-title {
    text-align: center;
    padding: 32px 24px 16px;
    font-size: 17px;
    font-weight: bold;
}

.msg-box .msg-con {
    padding: 0px 24px 32px 24px;
    text-align: center;
    font-size: 17px;
    word-wrap: break-word;
}

.msg-box .msg-foot {
    height: 56px;
    line-height: 56px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.msg-box .msg-foot:after {
    content: "";
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.msg-box .msg-foot .aler-btns {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.msg-box .msg-foot .confirm-btns {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    font-weight: bold;
}

.msg-box .msg-foot .confirm-btns li {
    width: 50%;
    float: left;
    position: relative;
}

.msg-box .msg-foot .confirm-btns li:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
}

.msg-box .msg-foot .confirm-btns li:last-child::after {
    display: none;
}

.msg-box .msg-foot .btn-no {
    display: block;
    font-size: 17px;
    font-weight: bold;
}

.msg-box .msg-foot .btn-ok {
    display: block;
    font-size: 17px;
    color: #e53737;
    font-weight: bold;
}


.modal-loading {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0;
    z-index: 5000;
    background: rgba(0, 0, 0, 0.5);
}

.modal-loading .modal-loading-box {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    text-align: center;
    width: 100px;
    padding: 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    color: #ffffff;
}

.modal-loading .modal-loading-box::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(https://wx.100xuexi.com/images/loading_white.gif) center center no-repeat;
    margin: 0px auto 10px auto;
    background-size: 100% auto;
}



