﻿.pc-style #PageBody {
    padding: 10px 0px;
}

.pc-style .i-img {
    overflow: hidden;
}

.pc-style .i-img img {
    width: 100%;
    height: 100%;
}

.pc-style .scale:hover img {
    transform: scale(1.1);
}

.pc-style .living-block {
    margin-bottom: 10px;
}

.pc-style .waiting-block {
    margin-bottom: 10px;
    display: none;
}

.pc-style .waiting-block .waiting-block-title {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 10px;
}

.pc-style .waiting-block .waiting-block-title .waiting-block-title-inner {
    position: relative;
    padding: 10px 80px 10px 20px;
}

.pc-style .waiting-block .waiting-block-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .waiting-block .waiting-block-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background: #ff3e3e;
}

.pc-style .waiting-block .waiting-block-title .more {
    position: absolute;
    right: 20px;
    top: 0px;
    line-height: 30px;
    height: 30px;
    padding: 10px 18px 10px 0px;
    background: url(../../images/bg5006.png) right center no-repeat;
}

.pc-style .list-st0 {
    width: 1140px;
    overflow: hidden;
}

.pc-style .list-st0 .item {
    float: left;
    width: 232px;
    background: #ffffff;
    padding: 20px;
    margin: 0 10px 10px 0;
}

.pc-style .list-st0 .item a {
    display: block;
}

.pc-style .list-st0 .item .item-img-box {
    position: relative;
}

.pc-style .list-st0 .item .item-img-box:before {
    content: "";
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}

.pc-style .list-st0 .item .i-img {
    position: relative;
    width: 232px;
    height: 174px;
    overflow: hidden;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Org/Courses/Images/loading_01.gif) no-repeat center;
}

.pc-style .list-st0 .item .item-date-time {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}

.pc-style .list-st0 .item .item-date-time .item-date-time-text {
    margin-left: 10px;
    color: #fff;
    font-weight: normal;
}

.pc-style .list-st0 .item .i-info {
    position: relative;
    max-height: 100px;
    padding-top: 10px;
}

.pc-style .list-st0 .item .i-info .item-title {
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
    font-weight: normal;
    font-size: 14px;
}

.pc-style .list-st0 .item .i-info .item-title a {
    display: block;
    min-height: 40px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pc-style .list-st0 .item .i-info .item-status {
    color: #999;
    line-height: 22px;
}

.pc-style .list-st0 .i-info .i-sign {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #336699;
    text-align: center;
    border-radius: 3px;
    color: #336699;
    transition: background 0.3s;
}

.pc-style .list-st0 .i-info .i-sign:hover {
    background-color: #336699;
    color: #fff;
}

.pc-style .list-st0 .i-info .LiveWaiting {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #04be02;
    text-align: center;
    border-radius: 3px;
    color: #04be02;
    transition: background 0.3s;
}

.pc-style .list-st0 .i-info .LiveWaiting:hover {
    background-color: #04be02;
    color: #fff;
}

.pc-style .list-st0 .i-info .LiveEnd {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #336699;
    text-align: center;
    border-radius: 3px;
    color: #336699;
    transition: background 0.3s;
}

.pc-style .list-st0 .i-info .LiveEnd:hover {
    background-color: #336699;
    color: #fff;
}

.pc-style .list-st0 .i-info .LiveIng {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #c00;
    text-align: center;
    border-radius: 3px;
    color: #c00;
    transition: background 0.3s;
}

.pc-style .list-st0 .i-info .LiveIng:hover {
    background-color: #c00;
    color: #fff;
}

.pc-style .list-st0 .i-info .Waiting {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #04be02;
    text-align: center;
    border-radius: 3px;
    color: #04be02;
    transition: background 0.3s;
}

.pc-style .list-st0 .i-info .Waiting:hover {
    background-color: #04be02;
    color: #fff;
}

.pc-style .list-st0 .i-info .btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 3px;
    transition: background 0.3s;
}

.pc-style .list-st0 .i-info .Replay {
    border: 1px solid #336699;
    color: #336699;
}

.pc-style .list-st0 .i-info .Replay:hover {
    background-color: #336699;
    color: #fff;
}

.pc-style .list-st0 .i-info .Living {
    border: 1px solid #c00;
    color: #c00;
}

.pc-style .list-st0 .i-info .Living:hover {
    background-color: #c00;
    color: #fff;
}

.pc-style .list-st0 .i-more .i-img {
    height: 257px;
}

.pc-style .LiveBaseInfo {
    overflow: hidden;
    zoom: 1;
    padding: 15px;
    background: #f5f5f5;
}

.pc-style .LiveBaseInfo .ImgBox {
    float: left;
    border-right: 1px solid #d5d5d5;
    width: 360px;
    height: 270px;
    padding-right: 15px;
}

.pc-style .LiveBaseInfo .ImgDes {
    margin-left: 390px;
}

.pc-style .LiveBaseInfo .ImgDes h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.pc-style .LiveBaseInfo .ImgDes h1 a {
    color: #00427c;
}

.pc-style .LiveBaseInfo .ImgDes h2 {
    font-size: 14px;
    line-height: 26px;
    float: left;
    width: 100%;
}

.pc-style .LiveBaseInfo .ImgDes ul {
    overflow: hidden;
    zoom: 1;
}

.pc-style .LiveBaseInfo .ImgDes li {
    font-size: 14px;
    line-height: 26px;
}

.pc-style .LiveBaseInfo .ImgDes .Living {
    display: block;
    height: 40px;
    line-height: 37px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0px;
    width: 100px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #008000;
    background: #008000;
    color: #ffffff;
}

.pc-style .LiveBaseInfo .ImgDes .Waiting {
    border-radius: 4px;
    display: block;
    height: 40px;
    line-height: 37px;
    border: 1px solid #d5d5d5;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    background: #ffffff;
    margin: 15px 0px;
    width: 100px;
    text-align: center;
    color: #999999;
    float: left;
    margin-right: 20px;
}

.pc-style .LiveBaseInfo .ImgDes .Replay {
    border-radius: 4px;
    display: block;
    height: 40px;
    line-height: 37px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0px;
    width: 100px;
    text-align: center;
    border: 1px solid #0066cc;
    background: #0066cc;
    color: #ffffff;
}

.pc-style .LiveBaseInfo .ImgDes .Buying {
    border-radius: 4px;
    display: block;
    height: 40px;
    line-height: 37px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0px;
    width: 100px;
    text-align: center;
    border: 1px solid #E4393C;
    background: #E4393C;
    color: #ffffff;
}

.pc-style .focus {
    position: relative;
    /*width: 348px;*/
    width: 1120px;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.pc-style .focus ul {
    position: relative;
    height: 348px;
    width: 1120px;
    position: absolute;
}

.pc-style .focus ul li {
    position: relative;
    float: left;
    width: 1120px;
    height: 378px;
    overflow: hidden;
    position: relative;
}

.pc-style .focus ul li a img {
    width: 360px;
    height: 270px;
}

.pc-style .focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 100px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.pc-style .focus .pre {
    left: 0;
    display: none;
}

.pc-style .focus .next {
    right: 0;
    background-position: right top;
    display: none;
}

.pc-style .focus1 {
    /*width: 348px;*/
    width: 1120px;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.pc-style .focus1 ul {
    height: 348px;
    width: 100%;
    position: absolute;
}

.pc-style .focus1 ul li {
    position: relative;
    float: left;
    width: 1120px;
    /*width: 100%;*/
    height: 378px;
    overflow: hidden;
}

.pc-style .focus1 ul li a img {
    width: 360px;
    height: 270px;
}

.pc-style .focus1 .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 100px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.pc-style .focus1 .pre {
    left: 0;
    display: none;
}

.pc-style .focus1 .next {
    right: 0;
    background-position: right top;
    display: none;
}

.pc-style .focus2 {
    /*width: 348px;*/
    width: 1120px;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.pc-style .focus2 ul {
    position: relative;
    height: 348px;
    width: 100%;
    position: absolute;
}

.pc-style .focus2 ul li {
    position: relative;
    float: left;
    width: 100%;
    height: 378px;
    overflow: hidden;
    position: relative;
}

.pc-style .focus2 ul li a img {
    width: 360px;
    height: 270px;
}

.pc-style .focus2 .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 100px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.pc-style .focus2 .pre {
    left: 0;
    display: none;
}

.pc-style .focus2 .next {
    right: 0;
    background-position: right top;
    display: none;
}

.pc-style .focus3 {
    position: relative;
    /*width: 348px;*/
    width: 1120px;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.pc-style .focus3 ul {
    position: relative;
    height: 348px;
    width: 100%;
    position: absolute;
}

.pc-style .focus3 ul li {
    position: relative;
    float: left;
    width: 100%;
    height: 378px;
    overflow: hidden;
    position: relative;
}

.pc-style .focus3 ul li a img {
    width: 360px;
    height: 270px;
}

.pc-style .focus3 .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 100px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.pc-style .focus3 .pre {
    left: 0;
    display: none;
}

.pc-style .focus3 .next {
    right: 0;
    background-position: right top;
    display: none;
}

.pc-style .live-block {
    margin-bottom: 10px;
}

.pc-style .live-block .live-block-title {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 10px;
}

.pc-style .live-block .live-block-title .live-block-title-inner {
    position: relative;
    padding: 10px 80px 10px 20px;
}

.pc-style .live-block .live-block-title .left-nav {
    position: relative;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
}

.pc-style .live-block .live-block-title .left-nav .swiper-container {
    /*width: 100%;*/
    width: auto;
    line-height: 30px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.pc-style .live-block .live-block-title .left-nav .swiper-wrapper {
    position: relative;
    /*width: 100%;*/
    width: auto;
    line-height: 30px;
    height: 30px;
    /*height: 100%;*/
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /*display: flex;*/
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    -moz-box-sizing: content-box;
    cursor: pointer;
}

.pc-style .live-block .live-block-title .left-nav .swiper-slide.First {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-left: 0;
    margin-right: 10px;
}

.pc-style .live-block .live-block-title .left-nav .swiper-slide.First.Selected {
    background: #fff;
    color: #c00;
}

.pc-style .live-block .live-block-title .left-nav .swiper-slide.Selected {
    background: #ff3e3e;
    /*#e66712*/
    color: #fff;
}

.pc-style .live-block .live-block-title .left-nav .swiper-slide {
    text-align: center;
    /*width: auto;*/
    /*width:100px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #576b95;
    margin-right: 4px;
    padding: 0 6px;
    border-radius: 3px;
    line-height: 30px;
    height: 30px;
    display: block;
}

.pc-style .live-block .live-block-title .left-nav .RightMask {
    width: 30px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Org/Courses/Images/Mobile_bg0126.png) right top repeat-y;
}

.pc-style .live-block .live-block-title .more {
    position: absolute;
    right: 20px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(../../images/bg5006.png) right center no-repeat;
    line-height: 30px;
}

.pc-style .LiveMore,
.pc-style .LiveMoreNo {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 16px;
    display: block;
    text-align: center;
    color: #005bac;
    clear: both;
    display: none;
}

.pc-style .NullTips {
    padding-bottom: 10px;
    height: 30px;
    text-align: center;
    margin-bottom: 14px;
    color: #666666;
}

.pc-style .BtnShowSearchFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0px 0px 5px 0px #999999;
    border-bottom: 1px solid #d5d5d5;
    height: 44px;
}

.pc-style .focus1,
.pc-style .focus2,
.pc-style .focus3 {
    width: 1120px;
    margin: 0 auto;
}

.pc-style .focus1 ul li,
.pc-style .focus2 ul li,
.pc-style .focus3 ul li {
    width: 1120px;
}

.mobile-style #PageBody {
    padding: 10px 0px;
}

.mobile-style .i-img {
    overflow: hidden;
}

.mobile-style .i-img img {
    width: 100%;
    height: 100%;
}

.mobile-style .scale:hover img {
    transform: scale(1.1);
}

.mobile-style .living-block {
    margin-bottom: 10px;
}

.mobile-style .waiting-block {
    margin-bottom: 10px;
    display: none;
}

.mobile-style .waiting-block .waiting-block-title {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 10px;
}

.mobile-style .waiting-block .waiting-block-title .waiting-block-title-inner {
    position: relative;
    padding: 10px 80px 10px 20px;
}

.mobile-style .waiting-block .waiting-block-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .waiting-block .waiting-block-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background: #ff3e3e;
}

.mobile-style .waiting-block .waiting-block-title .more {
    position: absolute;
    right: 20px;
    top: 0px;
    line-height: 30px;
    height: 30px;
    padding: 10px 18px 10px 0px;
    background: url(../../images/bg5006.png) right center no-repeat;
}

.mobile-style .list-st0 {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .list-st0 .item {
    float: left;
    width: 50%;
    background: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

@media(min-width:600px) {
    .mobile-style .list-st0 .item {
        width: 33.3%;
    }
}

.mobile-style .list-st0 .item:after {
    content: "";
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-right: 1px solid #e5e5e5;
}

.mobile-style .list-st0 .item a {
    display: block;
}

.mobile-style .list-st0 .item .item-img-box {
    position: relative;
}

.mobile-style .list-st0 .item .item-img-box:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%;
}

.mobile-style .list-st0 .item .item-img-box:after {
    content: "";
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
}

.mobile-style .list-st0 .item .i-img {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    overflow: hidden;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Org/Courses/Images/loading_01.gif) no-repeat center;
    background-size: cover;
}

.mobile-style .list-st0 .item .item-date-time {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}

.mobile-style .list-st0 .item .item-date-time .item-date-time-text {
    margin-left: 10px;
    color: #fff;
    font-weight: normal;
}

.mobile-style .list-st0 .item .i-info {
    position: relative;
    max-height: 100px;
    padding-top: 10px;
}

.mobile-style .list-st0 .item .i-info .item-title {
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
    font-weight: normal;
    font-size: 14px;
}

.mobile-style .list-st0 .item .i-info .item-title a {
    display: block;
    min-height: 40px;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mobile-style .list-st0 .item .i-info .item-status {
    color: #999;
    line-height: 22px;
}

.mobile-style .list-st0 .i-info .i-sign {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #336699;
    text-align: center;
    border-radius: 3px;
    color: #336699;
    transition: background 0.3s;
}

.mobile-style .list-st0 .i-info .i-sign:hover {
    background-color: #336699;
    color: #fff;
}

.mobile-style .list-st0 .i-info .LiveWaiting {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #04be02;
    text-align: center;
    border-radius: 3px;
    color: #04be02;
    transition: background 0.3s;
}

.mobile-style .list-st0 .i-info .LiveWaiting:hover {
    background-color: #04be02;
    color: #fff;
}

.mobile-style .list-st0 .i-info .LiveEnd {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #336699;
    text-align: center;
    border-radius: 3px;
    color: #336699;
    transition: background 0.3s;
}

.mobile-style .list-st0 .i-info .LiveEnd:hover {
    background-color: #336699;
    color: #fff;
}

.mobile-style .list-st0 .i-info .LiveIng {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #c00;
    text-align: center;
    border-radius: 3px;
    color: #c00;
    transition: background 0.3s;
}

.mobile-style .list-st0 .i-info .LiveIng:hover {
    background-color: #c00;
    color: #fff;
}

.mobile-style .list-st0 .i-info .Waiting {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #04be02;
    text-align: center;
    border-radius: 3px;
    color: #04be02;
    transition: background 0.3s;
}

.mobile-style .list-st0 .i-info .Waiting:hover {
    background-color: #04be02;
    color: #fff;
}

.mobile-style .list-st0 .i-info .btn {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 64px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 3px;
    transition: background 0.3s;
}

.mobile-style .list-st0 .i-info .Replay {
    border: 1px solid #336699;
    color: #336699;
}

.mobile-style .list-st0 .i-info .Replay:hover {
    background-color: #336699;
    color: #fff;
}

.mobile-style .list-st0 .i-info .Living {
    border: 1px solid #c00;
    color: #c00;
}

.mobile-style .list-st0 .i-info .Living:hover {
    background-color: #c00;
    color: #fff;
}

.mobile-style .list-st0 .i-more .i-img {
    height: 257px;
}

.mobile-style .LiveBaseInfo {
    overflow: hidden;
    zoom: 1;
    padding: 15px;
    background: #f5f5f5;
}

.mobile-style .LiveBaseInfo .ImgBox {
    float: left;
    border-right: 1px solid #d5d5d5;
    width: 360px;
    height: 270px;
    padding-right: 15px;
}

.mobile-style .LiveBaseInfo .ImgDes {
    margin-left: 390px;
}

.mobile-style .LiveBaseInfo .ImgDes h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.mobile-style .LiveBaseInfo .ImgDes h1 a {
    color: #00427c;
}

.mobile-style .LiveBaseInfo .ImgDes h2 {
    font-size: 14px;
    line-height: 26px;
    float: left;
    width: 100%;
}

.mobile-style .LiveBaseInfo .ImgDes ul {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .LiveBaseInfo .ImgDes li {
    font-size: 14px;
    line-height: 26px;
}

.mobile-style .LiveBaseInfo .ImgDes .Living {
    display: block;
    height: 40px;
    line-height: 37px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0px;
    width: 100px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #008000;
    background: #008000;
    color: #ffffff;
}

.mobile-style .LiveBaseInfo .ImgDes .Waiting {
    border-radius: 4px;
    display: block;
    height: 40px;
    line-height: 37px;
    border: 1px solid #d5d5d5;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    background: #ffffff;
    margin: 15px 0px;
    width: 100px;
    text-align: center;
    color: #999999;
    float: left;
    margin-right: 20px;
}

.mobile-style .LiveBaseInfo .ImgDes .Replay {
    border-radius: 4px;
    display: block;
    height: 40px;
    line-height: 37px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0px;
    width: 100px;
    text-align: center;
    border: 1px solid #0066cc;
    background: #0066cc;
    color: #ffffff;
}

.mobile-style .LiveBaseInfo .ImgDes .Buying {
    border-radius: 4px;
    display: block;
    height: 40px;
    line-height: 37px;
    padding: 0px 0px;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0px;
    width: 100px;
    text-align: center;
    border: 1px solid #E4393C;
    background: #E4393C;
    color: #ffffff;
}

.mobile-style .focus {
    position: relative;
    /*width: 348px;*/
    width: 1120px;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.mobile-style .focus ul {
    position: relative;
    height: 348px;
    width: 1120px;
    position: absolute;
}

.mobile-style .focus ul li {
    position: relative;
    float: left;
    width: 1120px;
    height: 378px;
    overflow: hidden;
    position: relative;
}

.mobile-style .focus ul li a img {
    width: 360px;
    height: 270px;
}

.mobile-style .focus .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 100px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.mobile-style .focus .pre {
    left: 0;
    display: none;
}

.mobile-style .focus .next {
    right: 0;
    background-position: right top;
    display: none;
}

.mobile-style .focus1 {
    /*width: 348px;*/
    width: 1120px;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.mobile-style .focus1 ul {
    height: 348px;
    width: 100%;
    position: absolute;
}

.mobile-style .focus1 ul li {
    position: relative;
    float: left;
    width: 1120px;
    /*width: 100%;*/
    height: 378px;
    overflow: hidden;
}

.mobile-style .focus1 ul li a img {
    width: 360px;
    height: 270px;
}

.mobile-style .focus1 .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 100px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.mobile-style .focus1 .pre {
    left: 0;
    display: none;
}

.mobile-style .focus1 .next {
    right: 0;
    background-position: right top;
    display: none;
}

.mobile-style .focus2 {
    /*width: 348px;*/
    width: 1120px;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.mobile-style .focus2 ul {
    position: relative;
    height: 348px;
    width: 100%;
    position: absolute;
}

.mobile-style .focus2 ul li {
    position: relative;
    float: left;
    width: 100%;
    height: 378px;
    overflow: hidden;
    position: relative;
}

.mobile-style .focus2 ul li a img {
    width: 360px;
    height: 270px;
}

.mobile-style .focus2 .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 100px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.mobile-style .focus2 .pre {
    left: 0;
    display: none;
}

.mobile-style .focus2 .next {
    right: 0;
    background-position: right top;
    display: none;
}

.mobile-style .focus3 {
    position: relative;
    /*width: 348px;*/
    width: 1120px;
    height: 310px;
    overflow: hidden;
    position: relative;
}

.mobile-style .focus3 ul {
    position: relative;
    height: 348px;
    width: 100%;
    position: absolute;
}

.mobile-style .focus3 ul li {
    position: relative;
    float: left;
    width: 100%;
    height: 378px;
    overflow: hidden;
    position: relative;
}

.mobile-style .focus3 ul li a img {
    width: 360px;
    height: 270px;
}

.mobile-style .focus3 .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 100px;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}

.mobile-style .focus3 .pre {
    left: 0;
    display: none;
}

.mobile-style .focus3 .next {
    right: 0;
    background-position: right top;
    display: none;
}

.mobile-style .live-block {
    margin-bottom: 10px;
}

.mobile-style .live-block .live-block-title {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 10px;
}

.mobile-style .live-block .live-block-title .live-block-title-inner {
    position: relative;
    padding: 10px 80px 10px 20px;
}

.mobile-style .live-block .live-block-title .left-nav {
    position: relative;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
}

.mobile-style .live-block .live-block-title .left-nav .swiper-container {
    /*width: 100%;*/
    width: auto;
    line-height: 30px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.mobile-style .live-block .live-block-title .left-nav .swiper-wrapper {
    position: relative;
    /*width: 100%;*/
    width: auto;
    line-height: 30px;
    height: 30px;
    /*height: 100%;*/
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /*display: flex;*/
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    -moz-box-sizing: content-box;
    cursor: pointer;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.mobile-style .live-block .live-block-title .left-nav .swiper-slide.First {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-left: 0;
    margin-right: 10px;
}

.mobile-style .live-block .live-block-title .left-nav .swiper-slide.First.Selected {
    background: #fff;
    color: #c00;
}

.mobile-style .live-block .live-block-title .left-nav .swiper-slide.Selected {
    background: #ff3e3e;
    /*#e66712*/
    color: #fff;
}

.mobile-style .live-block .live-block-title .left-nav .swiper-slide {
    text-align: center;
    /*width: auto;*/
    /*width:100px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    color: #576b95;
    margin-right: 4px;
    padding: 0 6px;
    border-radius: 3px;
    line-height: 30px;
    height: 30px;
    display: block;
    white-space: nowrap;
}

.mobile-style .live-block .live-block-title .left-nav .RightMask {
    width: 30px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: url(https://g.100xuexi.com/CssModel/100eshu/Org/Courses/Images/Mobile_bg0126.png) right top repeat-y;
}

.mobile-style .live-block .live-block-title .more {
    position: absolute;
    right: 20px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(../../images/bg5006.png) right center no-repeat;
    line-height: 30px;
}

.mobile-style .LiveMore,
.mobile-style .LiveMoreNo {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 16px;
    display: block;
    text-align: center;
    color: #005bac;
    clear: both;
    display: none;
}

.mobile-style .NullTips {
    padding-bottom: 10px;
    height: 30px;
    text-align: center;
    margin-bottom: 14px;
    color: #666666;
}

.mobile-style .BtnShowSearchFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0px 0px 5px 0px #999999;
    border-bottom: 1px solid #d5d5d5;
    height: 44px;
}

.mobile-style .focus1,
.mobile-style .focus2,
.mobile-style .focus3 {
    width: 1120px;
    margin: 0 auto;
}

.mobile-style .focus1 ul li,
.mobile-style .focus2 ul li,
.mobile-style .focus3 ul li {
    width: 1120px;
}