﻿.pc-style .sub-ads {
    display: flex;
    align-items: center;
    margin: 0px -5px 20px -5px;
}

.pc-style .sub-ads .sub-ads-item {
    flex: 1;
}

.pc-style .sub-ads .sub-ads-item .item-inner {
    display: block;
    background: #ffffff center center no-repeat;
    background-size: cover;
    margin: 0px 5px;
    border-radius: 12px;
    overflow: hidden;
}

.pc-style .sub-ads .sub-ads-item .item-inner img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    opacity: 0;
}

/*第四板块开始*/
.pc-style .golden-place {
    overflow: hidden;
}

.pc-style .golden-place .place-left {
    width: 810px;
    float: left;
}

.pc-style .golden-place .place-left .topper-class-tabs {
    background: #f7f7f7;
    border: 1px solid #ffffff;
}

.pc-style .golden-place .place-left .topper-class-tabs-inner {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.pc-style .golden-place .place-left .topper-class-tabs li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.pc-style .golden-place .place-left .topper-class-tabs li a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

.pc-style .golden-place .place-left .topper-class-tabs li.selected a {
    color: #e53737;
}

.pc-style .golden-place .place-left .topper-class-tabs li.selected:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 4px;
    background: #e53737;
}

.pc-style .golden-place .place-right {
    width: 300px;
    float: right;
}

.pc-style .golden-place .place-right .shopwindow-notice-swiper{
    margin-bottom: 10px;
}


/*课程和题库中心*/

.pc-style .product-class {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 12px;
}

.pc-style .product-class .product-class-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style .product-class .product-class-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .product-class .product-class-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.pc-style .product-class .product-class-title .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.pc-style .product-class .product-class-content {}

.pc-style .product-class .product-class-content .nav {
    overflow: hidden;
    /* padding-bottom: 15px; */
    /* border-bottom: 1px dashed #e5e5e5; */
    margin: 0px -5px 15px -5px;
}

.pc-style .product-class .product-class-content .nav li {
    float: left;
    width: 16.5%;
}

.pc-style .product-class .product-class-content .nav li .tag-name {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 1.5;
    margin: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #f5f5f5;
    border-radius: 3px;
    position: relative;
    text-align: center;
}

.pc-style .product-class .product-class-content .nav li .tag-name[data-isexpand="1"]:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(images/hot.png) right top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.pc-style .product-class .product-class-content .nav li:hover .tag-name {
    background: #e53737;
    color: #ffffff;
}

.pc-style .product-class .product-class-content .nav li.selected .tag-name {
    background-color: #e53737;
    color: #ffffff;
}

.pc-style .product-class .product-class-content .nav li .pop {
    display: none;
}

.pc-style .product-class .product-class-content .nav li label {
    color: #bf6000;
    font-weight: bold;
    display: none;
}

.pc-style .product-class .product-class-content .list {
    line-height: 26px;
}

.pc-style .product-class .product-class-content .list h3 {
    background: url(images/idx31.gif) no-repeat 0px center;
    color: #cc4400;
    clear: both;
    margin-top: 10px;
    padding-left: 25px;
}

.pc-style .product-class .product-class-content .list h2 {
    font-size: 14px;
    background: url(images/idx32.gif) no-repeat 0px center;
    color: #CC4400;
    font-weight: normal;
    padding-left: 25px;
    clear: both;
}

.pc-style .product-class .product-class-content .list h1 {
    font-size: 14px;
    font-weight: normal;
    padding-left: 25px;
    color: #006600;
    clear: both;
}

.pc-style .product-class .product-class-content .list div {
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    width: 33.3%;
    padding-left: 35px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pc-style .product-class .product-class-content .list div:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #888888;
    position: absolute;
    left: 25px;
    top: 10px;
}

.pc-style .product-class .product-class-content .list div.f {
    padding-left: 20px;
}

.pc-style .product-class .product-class-content .list div.nc {
    width: 96px;
}

.pc-style .product-class .product-class-content .list div.ncf {
    width: 96px;
    padding-left: 20px;
}

.pc-style .product-class .product-class-content .list div img {
    vertical-align: middle;
}

.pc-style .product-class .product-class-content .list div img.best {
    background: url(Images/important1.gif);
    width: 13px;
    height: 13px;
}

.pc-style .product-class .product-class-content .list div img.better {
    background: url(Images/important2.gif);
    width: 15px;
    height: 15px;
}

.pc-style .kaoyan-block {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    margin-bottom: 10px;
}

.pc-style .kaoyan-block .Title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style .kaoyan-block .Title .T {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .kaoyan-block .Title .T:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.pc-style .kaoyan-block .University .CityList {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e5e5e5;
}

.pc-style .kaoyan-block .University .CityList:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .kaoyan-block .University .CityList li {
    float: left;
    padding: 3px 0px;
    margin-right: 6px;
}

.pc-style .kaoyan-block .University .CityList li a {
    display: block;
    color: #004285;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 1.2;
}

.pc-style .kaoyan-block .University .CityList li .Selected, .pc-style .kaoyan-block .University .CityList li .Selected:hover {
    background-color: #e53737;
    color: #ffffff;
    border-radius: 3px;
}

.pc-style .kaoyan-block .University .CityList li a:hover {
    background: #f5f5f5;
}

.pc-style .kaoyan-block .University .UniversityList .CityName {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pc-style .kaoyan-block .University .UniversityList .UniversityName {
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}

.pc-style .kaoyan-block .University .UniversityList .UniversityName:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .kaoyan-block .University .UniversityList .UniversityName a {
    float: left;
    color: #004285;
    background: #f5f5f5;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 1.2;
    margin-right: 10px;
    border-radius: 4px;
}

.pc-style .kaoyan-block .University .UniversityList .UniversityName .Selected {
    background: #e53737;
    color: #ffffff;
}

.pc-style .kaoyan-block .University .UniversityList .CollegeBookList h6 {
    font-size: 14px;
    line-height: 26px;
}

.pc-style .kaoyan-block .University .UniversityList .CollegeBookList ul:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .kaoyan-block .University .UniversityList .CollegeBookList ul li {
    width: 50%;
    float: left;
    overflow: hidden;
    line-height: 26px;
}

.pc-style .kaoyan-block .University .UniversityList .CollegeBookList ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 20px;
}

.pc-style .kaoyan-block .University .List ul:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .kaoyan-block .University .List ul li {
    float: left;
    padding: 3px 0px;
    width: 33.3%;
}

.pc-style .kaoyan-block .University .List ul li a {
    display: block;
    color: #004285;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 0px;
    line-height: 1.2;
}

.pc-style .kaoyan-block .University .List ul li a:hover {
    color: #e53737;
}

.pc-style .notice {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    margin-bottom: 10px;
    border-radius: 12px;
}

.pc-style .notice dt {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style .notice dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .notice dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.pc-style .notice dt .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.pc-style .notice dd {
    overflow: hidden;
}

.pc-style .notice dd li {
    padding-left: 10px;
    position: relative;
}

.pc-style .notice dd li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}

.pc-style .notice dd li a {
    position: relative;
    display: block;
    padding: 4px 0px;
}

.pc-style .notice dd li .notice-title {
    display: block;
}

.pc-style .notice dd li .notice-date {
    color: #888888;
    font-size: 12px;
}

.pc-style .exam-calendar {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 12px;
}

.pc-style .exam-calendar .link-calendar {
    display: block;
    height: 60px;
    border-radius: 4px;
    background: #ffeded;
    color: #e53737;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

/*近期考试 近期报名*/

.pc-style .exam {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    margin-bottom: 10px;
    border-radius: 12px;
}

.pc-style .exam .t {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.pc-style .exam .t:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .exam .t li {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.pc-style .exam .t li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    bottom: 10px;
    border-right: 1px solid #e5e5e5;
}

.pc-style .exam .t li:last-child:after {
    display: none;
}

.pc-style .exam .t li a {
    display: block;
    padding: 10px 0px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.pc-style .exam .t li.selected a {
    color: #e53737;
}

.pc-style .exam .t li.selected a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 4px;
    background: #e53737;
}

.pc-style .exam .t li .pop {
    display: none;
}

.pc-style .exam .b {
    clear: both;
    overflow: hidden;
    padding-top: 10px;
}

.pc-style .exam .b table {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}

.pc-style .exam .b th {
    color: #c1680e;
    border: 1px solid #e5e5e5;
    padding: 5px;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
}

.pc-style .exam .b td {
    padding: 5px;
    border: 1px solid #e5e5e5;
}

.pc-style .exam .b td a {
    color: #336699;
}

.pc-style .exam .b td a:hover {
    color: #cc0000;
}

.pc-style .exam .b .exam-sign-item {
    line-height: 26px;
    padding-left: 10px;
    position: relative;
}

.pc-style .exam .b .exam-sign-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}

.pc-style .exam .b .exam-sign-item a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*我的宝贝商城*/

.pc-style .baby-block {}

.pc-style .baby-block .baby-block-title {
    padding: 20px 0px 20px 0px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.pc-style .baby-block .baby-block-title .baby-block-title-inner {
    display: inline-block;
    position: relative;
    padding: 0px 120px;
}

.pc-style .baby-block .baby-block-title .baby-block-title-inner:before {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #e53737;
    border-radius: 10px;
}

.pc-style .baby-block .baby-block-title .baby-block-title-inner:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #e53737;
    border-radius: 10px;
}

.pc-style .baby-block .list {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
}

.pc-style .baby-block .list .nav {
    overflow: hidden;
    zoom: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .baby-block .list .nav dl {
    float: left;
}

.pc-style .baby-block .list .nav dt {
    float: left;
    padding: 3px 0px;
    margin-right: 6px;
    cursor: pointer;
}

.pc-style .baby-block .list .nav dt .dt-text {
    display: block;
    color: #004285;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 1.2;
    border-radius: 3px;
}

.pc-style .baby-block .list .nav dt.selected .dt-text {
    background: #e53737;
    color: #ffffff;
}

.pc-style .baby-block .list .nav dd {
    display: none;
}

.pc-style .baby-block .list .sub-nav {}

.pc-style .baby-block .list .sub-nav ul {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .baby-block .list .sub-nav li {
    float: left;
    padding: 3px 0px;
    margin-right: 6px;
}

.pc-style .baby-block .list .sub-nav li.selected {}

.pc-style .baby-block .list .sub-nav li a {
    display: block;
    color: #004285;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 1.2;
    border-radius: 3px;
}

.pc-style .baby-block .list .sub-nav li a:hover {
    background: #f5f5f5;
}

.pc-style .baby-block .list .sub-nav li a.selected {
    color: #e53737;
    font-weight: bold;
}

.pc-style .baby-block .list .cont {
    padding-top: 20px;
}

.pc-style .baby-block .list .cont .baby-list {
    width: 1100px;
}

.pc-style .baby-block .list .cont li {
    float: left;
    width: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.pc-style .baby-block .list .cont li .Pic {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.pc-style .baby-block .list .cont li .Pic:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.pc-style .baby-block .list .cont li .Pic a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #e5e5e5;
}

.pc-style .baby-block .list .cont li .Pic img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.pc-style .baby-block .list .cont li .Pic img.nopic {
    background-image: url(images/nopic.jpg) !important;
}

.pc-style .baby-block .list .cont li .ProductName {
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.pc-style .baby-block .list .cont li .Price {
    overflow: hidden;
    zoom: 1;
}

.pc-style .baby-block .list .cont li .new-price {
    display: inline;
    color: #e53737;
    font-size: 18px;
    margin-right: 20px;
}

.pc-style .baby-block .list .cont li .old-price {
    display: inline;
    color: #666666;
    text-decoration: line-through;
}

.pc-style .baby-block .list .cont .more {
    clear: both;
    border-top: dotted 1px #e5e5e5;
    text-align: center;
}

.pc-style .baby-block .list .cont .more .btn-more {
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
    display: inline-block;
    text-align: center;
}

/*第七板块开始*/

.pc-style .news-block-list {
    clear: both;
    overflow: hidden;
    zoom: 1;
}

/*教育新闻*/

.pc-style .news-block-list .news-block {
    margin-bottom: 10px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    border-radius: 12px;
}

.pc-style .news-block-list .news-block-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style .news-block-list .news-block-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .news-block-list .news-block-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.pc-style .news-block-list .news-block-title .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.pc-style .news-block-list .news-block-content .news-item {
    position: relative;
    padding-right: 4em;
    padding-left: 10px;
    line-height: 26px;
}

.pc-style .news-block-list .news-block-content .news-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}

.pc-style .news-block-list .news-block-content .news-item .notice-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-style .news-block-list .news-block-content .news-item .notice-date {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #888888;
}

.pc-style .news-block-list .news-block-content .news-item .notice-date strong {
    color: #e53737;
    font-weight: normal;
}

/*第八板块开始*/

.pc-style #block8 {
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}

/*本站简介*/

.pc-style #block8 .Introduce {
    float: left;
    width: 310px;
    height: 160px;
}

.pc-style #block8 .Introduce dt {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #004285;
    background: url(Images/idx13.gif) no-repeat;
    padding-right: 10px;
    padding-left: 10px;
}

.pc-style #block8 .Introduce dd {
    border: solid 1px #bfc6cc;
    border-top: 0px;
    padding: 5px 10px 5px 10px;
    overflow: hidden;
}

.pc-style #block8 .Introduce dd .t1 {
    height: 96px;
    line-height: 24px;
}

.pc-style #block8 .Introduce dd .t2 {
    height: 24px;
    line-height: 24px;
    text-align: right;
}

/*我的相册*/

.pc-style #block8 .MyPhoto {
    float: left;
    width: 515px;
    margin-right: 10px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.pc-style #block8 .MyPhoto .photo-block-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style #block8 .MyPhoto .photo-block-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style #block8 .MyPhoto .photo-block-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.pc-style #block8 .MyPhoto .photo-block-title .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.pc-style #block8 .MyPhoto .photo-block-content {
    overflow: hidden;
}

.pc-style #block8 .MyPhoto .photo-block-content .photo-box {
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin-bottom: 5px;
    position: relative;
}

.pc-style #block8 .MyPhoto .photo-block-content .photo-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pc-style #block8 .MyPhoto .photo-block-content .photo-box img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pc-style #block8 .MyPhoto .photo-block-content .photo-title {
    font-size: 16px;
}

.pc-style #block8 .MyPhoto .photo-block-content .photo-title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-style #block8 .MyPhoto .photo-block-content .img-des {
    display: none;
}

/*图说教育*/

.pc-style #block8 .MyEducation {
    float: left;
    width: 515px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.pc-style #block8 .MyEducation .img-block-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style #block8 .MyEducation .img-block-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style #block8 .MyEducation .img-block-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.pc-style #block8 .MyEducation .img-block-title .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.pc-style #block8 .MyEducation .img-block-content {
    overflow: hidden;
}

.pc-style #block8 .MyEducation .img-block-content .img-box {
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin-bottom: 5px;
    position: relative;
}

.pc-style #block8 .MyEducation .img-block-content .img-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pc-style #block8 .MyEducation .img-block-content .img-box img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.pc-style #block8 .MyEducation .img-block-content .img-title {
    font-size: 16px;
}

.pc-style #block8 .MyEducation .img-block-content .img-title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-style #block8 .MyEducation .img-block-content .img-des {
    display: none;
}




.pc-style .partners {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    border-radius: 12px;
}

.pc-style .partners .partners-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style .partners .partners-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .partners .partners-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.pc-style .partners .partners-content {
    overflow: hidden;
    zoom: 1;
}

.pc-style .partners .partners-content img {
    max-width: 100%;
    height: auto;
}

.pc-style .friend-links {
    margin-bottom: 20px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    border-radius: 12px;
}

.pc-style .friend-links .friend-links-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style .friend-links .friend-links-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .friend-links .friend-links-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.pc-style .friend-links .friend-links-content {
    overflow: hidden;
    zoom: 1;
}

.pc-style .friend-links .friend-links-content a {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #e5e5e5;
    float: left;
}

.pc-style .friend-links .friend-links-content a:last-child {
    border: 0px;
}

/*最新上线课程*/

.pc-style .online-course {
    padding: 10px 20px 20px 20px;
    margin-bottom: 10px;
    background: #ffffff;
}

.pc-style .online-course .online-course-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style .online-course .online-course-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .online-course .online-course-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.pc-style .online-course .online-course-title .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.pc-style .online-course .online-course-content {
    overflow: hidden;
}

.pc-style .online-course .online-course-content .course-list {
    width: 1100px;
}

.pc-style .online-course .online-course-content .item {
    width: 200px;
    margin-right: 20px;
    float: left;
}

.pc-style .online-course .online-course-content .item .img-box {
    width: 200px;
    height: 113px;
    margin-bottom: 10px;
}

.pc-style .online-course .online-course-content .item .img-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.pc-style .online-course .online-course-content .item .img-box a img {
    width: 100%;
    height: 100%;
}

/*没有图片*/

.pc-style .online-course .online-course-content .item .img-box a img.nopic {}

.pc-style .online-course .online-course-content .item .des a {
    display: block;
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.pc-style .new-ebook {
    padding: 10px 20px 20px 20px;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 12px;
}

.pc-style .new-ebook .new-ebook-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style .new-ebook .new-ebook-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .new-ebook .new-ebook-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.pc-style .new-ebook .new-ebook-title .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.pc-style .new-ebook .new-ebook-content {
    overflow: hidden;
}

.pc-style .new-ebook .new-ebook-content .ebook-list {
    width: 1110px;
}

.pc-style .new-ebook .new-ebook-content .ebook-list .Item {
    float: left;
    width: 192px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.pc-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox {
    width: 192px;
    height: 192px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    z-index: 1;
    display: block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    border-radius: 8px;
}

.pc-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 8px;
}

.pc-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox .Bgimg {
    display: none;
}

.pc-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox .ProductImgBg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    background: center center no-repeat;
    background-size: cover;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    filter: blur(50px);
    -webkit-filter: blur(50px);
}

.pc-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox .ProductImg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    background: center center no-repeat;
    background-size: contain;
}


/* .pc-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox .ProductImg a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.pc-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox .ProductImg a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 5;
}
 */

 .pc-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox .ProductImg img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* .pc-style .new-ebook .new-ebook-content .ebook-list .VideoItem .ImgBox {
    background: url(https://g.100xuexi.com/CssModel/100eshu2018/Images/videocoverbgimg_square.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .new-ebook .new-ebook-content .ebook-list .VideoItem .ImgBox .ProductImg {
    width: 80%;
    height: auto;
    left: 10%;
    top: 25%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.pc-style .new-ebook .new-ebook-content .ebook-list .VideoItem .ImgBox .ProductImg a {
    height: auto;
}

.pc-style .new-ebook .new-ebook-content .ebook-list .VideoItem .ImgBox .ProductImg img {
    width: 100%;
    height: auto;
    opacity: 1;
} */

.pc-style .new-ebook .new-ebook-content .ebook-list .Item .Name a {
    display: block;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.pc-style .new-ebook .new-ebook-content .ebook-list .Item .Name a .cssType {
    color: #F02929;
}

.pc-style .new-ebook .new-ebook-content .ebook-list .Item .Name a .cssFreeDownload {
    color: #00427C;
    display: none;
}

.pc-style .new-ebook .new-ebook-content .ebook-list .Item .Name a:hover, .Item .Name a:hover span {
    color: #cc0000;
}

.pc-style .new-ebook .new-ebook-content .ebook-list .Item .BtnContainer {
    display: none;
}

.pc-style .top-class {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
    border-radius: 12px;
}

.pc-style .top-class .top-class-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.pc-style .top-class .top-class-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .top-class .top-class-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.pc-style .top-class .top-class-content ul {
    overflow: hidden;
    zoom: 1;
    margin: 0px -5px;
}

.pc-style .top-class .top-class-content li {
    width: 12.5%;
    text-align: center;
    float: left;
}

.pc-style .top-class .top-class-content li a {
    display: block;
    margin: 5px;
    background: #f5f5f5;
    padding: 10px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    font-size: 15px;
    position: relative;
}

.pc-style .top-class .top-class-content li a[data-isexpand="1"]:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(images/hot.png) right top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.pc-style .top-class .top-class-content li a:hover {
    color: #ffffff;
    background: #e53737;
}

.pc-style .shopwindow-notice {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    border-radius: 12px;
    display: flex;
}
.pc-style .shopwindow-notice .shopwindow-notice-ad{
    width: 300px;
}
.pc-style .shopwindow-notice .shopwindow-notice-main {
    flex: 1;
    min-width: 0;
    margin-left: 20px;
}

.pc-style .shopwindow-notice dl {
    display: none;
}

.pc-style .shopwindow-notice .shopwindow-notice-tabs {
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
    padding: 10px 60px 10px 0px;
    margin-bottom: 10px;
    position: relative;
}

.pc-style .shopwindow-notice .shopwindow-notice-tabs .notice-tab {
    float: left;
    margin-right: 10px;
}

.pc-style .shopwindow-notice .shopwindow-notice-tabs .notice-tab .selected {
    background: #e53737;
    color: #ffffff;
}

.pc-style .shopwindow-notice .shopwindow-notice-tabs .notice-tab a {
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    background: #f5f5f5;
}

.pc-style .shopwindow-notice .shopwindow-notice-tabs .more {
    position: absolute;
    right: 0px;
    top: 5px;
    padding: 10px 18px 10px 0px;
    background: url(/css/images/bg5006.png) right center no-repeat;
}

.pc-style .shopwindow-notice dt {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
    display: none;
}

.pc-style .shopwindow-notice dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.pc-style .shopwindow-notice dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .shopwindow-notice dt .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(/css/images/bg5006.png) right center no-repeat;
}

.pc-style .shopwindow-notice dd {
    min-height: 130px;
}

.pc-style .shopwindow-notice dd ul {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
    column-count: 2;
    -moz-column-gap: 60px;
    /* Firefox */
    -webkit-column-gap: 60px;
    /* Safari and Chrome */
    column-gap: 60px;
}

.pc-style .shopwindow-notice dd ul:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .shopwindow-notice dd li {
    line-height: 26px;
    padding-left: 10px;
    position: relative;
    /*width:50%;
float:left;*/
    box-sizing: border-box;
}

.pc-style .shopwindow-notice dd li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}

.pc-style .shopwindow-notice dd li a {
    position: relative;
    display: block;
    padding-right: 4em;
}

.pc-style .shopwindow-notice dd li .notice-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pc-style .shopwindow-notice dd li .notice-date {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #888888;
}

.pc-style .shopwindow-block {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    margin-bottom: 20px;
    border-radius: 12px;
}

.pc-style .shopwindow-taps {
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
    padding: 10px 0px;
}

.pc-style .shopwindow-taps .shopwindow-taps-title {
    float: left;
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.pc-style .shopwindow-taps .shopwindow-taps-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.pc-style .shopwindow-taps .shopwindow-taps-list {
    float: right;
}

.pc-style .shopwindow-taps .shopwindow-taps-list li {
    float: left;
    padding-left: 10px;
}

.pc-style .shopwindow-taps .shopwindow-taps-list li a {
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    background: #f5f5f5;
}

.pc-style .shopwindow-taps .shopwindow-taps-list li .selected {
    background: #e53737;
    color: #ffffff;
}

.pc-style .shopwindow {
    display: none;
}

.pc-style .shopwindow .shopwindow-title {
    padding: 20px 0px 20px 0px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    display: none;
}

.pc-style .shopwindow .shopwindow-title .title-text {
    display: inline-block;
    position: relative;
    padding: 0px 120px;
}

.pc-style .shopwindow .shopwindow-title .title-text:before {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #e53737;
    border-radius: 10px;
}

.pc-style .shopwindow .shopwindow-title .title-text:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #e53737;
    border-radius: 10px;
}

.pc-style .shopwindow .shopwindow-content {
    padding-top: 20px;
}

.pc-style .shopwindow .shopwindow-content .ebook-list {
    /* width: 1130px; */
    width: 1110px;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .Item {
    float: left;
    /* width: 138px;
    margin-right: 50px; */
    width: 192px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .Item .ImgBox {
    /* width: 138px;
    height: 195px; */
    width: 192px;
    height: 192px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    z-index: 1;
    display: block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    border-radius: 8px;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .Item .ImgBox .Bgimg {
    display: none;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .Item .ImgBox .ProductImg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    background: center center no-repeat;
    background-size: contain;
}
.pc-style .shopwindow .shopwindow-content .ebook-list .Item .ImgBox .ProductImgBg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    background: center center no-repeat;
    background-size: cover;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    filter: blur(50px);
    -webkit-filter: blur(50px);
}

.pc-style .shopwindow .shopwindow-content .ebook-list .Item .ImgBox .ProductImg:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 5;
    border-radius: 8px;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .Item .ImgBox .ProductImg img {
    width: 100%;
    height: 100%;
    opacity: 0;
}
/* 
.pc-style .shopwindow .shopwindow-content .ebook-list .VideoItem .ImgBox {
    background: url(https://g.100xuexi.com/CssModel/100eshu2018/Images/videocoverbgimg_square.jpg) center top no-repeat;
    background-size: 100% auto;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .VideoItem .ImgBox .ProductImg {
    width: 90%;
    height: auto;
    left: 5%;
    top: 25%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .VideoItem .ImgBox .ProductImg a {
    height: auto;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .VideoItem .ImgBox .ProductImg img {
    width: 100%;
    height: auto;
    opacity: 1;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .GiftItem .ImgBox {
    background: url(https://g.100xuexi.com/CssModel/100eshu2018/Images/biggiftcoverbgImg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .GiftItem .ImgBox .ProductImg {
    width: 80%;
    height: auto;
    left: 10%;
    top: 25%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .GiftItem .ImgBox .ProductImg a {
    height: auto;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .GiftItem .ImgBox .ProductImg img {
    width: 100%;
    height: auto;
} */

.pc-style .shopwindow .shopwindow-content .ebook-list .Item .Name a {
    display: block;
    min-height: 60px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 20px;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .Item .Name .cssType {
    color: #F02929;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .Item .Price {
    color: #888888;
    display: none;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .Item .Price .RMB {
    color: #333333;
}

.pc-style .shopwindow .shopwindow-content .ebook-list .Item .Price .Num {
    color: #e53737;
    font-size: 18px;
}

.pc-style .sub-class-nav {}

.pc-style .sub-class-nav .sub-class-item {
    background: #ffffff;
    margin-bottom: 20px;
}

.pc-style .sub-class-nav .sub-class-item-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    line-height: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.pc-style .sub-class-nav .sub-class-item-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.pc-style .sub-class-nav .sub-class-item-title .btn-slide {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 20px 10px 10px;
    background: url(images/bg5010.png) right center no-repeat;
}

.pc-style .sub-class-nav .sub-class-item-title .btn-slide-up {
    background: url(images/bg5010_0.png) right center no-repeat;
}

.pc-style .sub-class-nav .sub-class-item-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 8px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    background: #e53737;
    border-radius: 100%;
}

.pc-style .sub-class-nav .children-class-item {
    margin-bottom: 10px;
}

.pc-style .sub-class-nav .children-class-item .children-class-item-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.pc-style .sub-class-nav .children-class-item .children-class-item-title .btn-slide {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 0px;
    display: none;
}

.pc-style .sub-class-nav .children-class-item .children-class-item-title .title-text {
    position: relative;
    color: #e53737;
}

.pc-style .sub-class-nav .sub-class-item-content ul {
    margin: 0px -5px;
}

.pc-style .sub-class-nav .sub-class-item-content ul:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .sub-class-nav .sub-class-item-content li {
    width: 33.3%;
    text-align: center;
    float: left;
    height: 48px;
    position: relative;
    z-index: 1;
}

.pc-style .sub-class-nav .sub-class-item-content li:hover {
    z-index: 999999;
}

.pc-style .sub-class-nav .sub-class-item-content li a {
    display: block;
    margin: 5px;
    background: #f5f5f5;
    padding: 8px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
    position: relative;
    text-align: left;
}

.pc-style .sub-class-nav .sub-class-item-content li a:hover {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    background: #e53737;
    white-space: normal;
    color: #ffffff;
}

.pc-style .sub-class-nav .loading {
    text-align: center;
    font-size: 14px;
    padding: 50px;
    color: #888888;
    background: #ffffff;
    margin-bottom: 20px;
}

.pc-style .sub-class-nav .loading .loading-ico {
    margin-bottom: 10px;
}

.pc-style .sub-exam-class-nav {
    margin-right: -10px;
}

.pc-style .sub-exam-class-nav .loading {
    text-align: center;
    padding: 20px 0px;
    color: #888888;
}

.pc-style .sub-exam-class-nav:after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .sub-exam-class-nav h3 {
    display: none;
    background: url(images/idx31.gif) no-repeat 0px center;
    color: #cc4400;
    clear: both;
    margin-top: 10px;
    padding-left: 25px;
    margin-right: 10px;
}

.pc-style .sub-exam-class-nav h2 {
    position: relative;
    padding: 10px 80px 10px 20px;
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    position: relative;
    display: block;
    font-weight: bold;
    clear: both;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    margin-right: 10px;
}

.pc-style .sub-exam-class-nav h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 6px;
    height: 6px;
    top: 50%;
    margin-top: -5px;
    border: 2px solid #e53737;
    box-shadow: 2px 2px 0px 0px #e53737;
}

.pc-style .sub-exam-class-nav h1 {
    position: relative;
    color: #e53737;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    clear: both;
}

.pc-style .sub-exam-class-nav h1 a {
    color: #e53737;
}

.pc-style .sub-exam-class-nav h1 .LinkFlag {
    color: #336699;
}

.pc-style .sub-exam-class-nav .SubList::after {
    content: "";
    display: block;
    clear: both;
}

.pc-style .sub-exam-class-nav .Item {
    width: 33.3%;
    text-align: center;
    float: left;
    height: 32px;
    position: relative;
    z-index: 1;
}

.pc-style .sub-exam-class-nav .Item:hover {
    z-index: 1000;
}

.pc-style .sub-exam-class-nav .Item:hover img {
    display: none;
}

.pc-style .sub-exam-class-nav .Item a {
    display: block;
    padding: 5px 5px 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    font-size: 14px;
    position: relative;
    text-align: left;
    margin-right: 10px;
}

.pc-style .sub-exam-class-nav .Item a::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 15px;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
}

.pc-style .sub-exam-class-nav .Item a:hover {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    background: #e53737;
    white-space: normal;
    color: #ffffff;
}

.pc-style .sub-exam-class-nav .Item a:hover::before {
    background: rgba(255, 255, 255, 0.6);
}

.pc-style .sub-exam-class-nav .Item.f {
    padding-left: 20px;
}

.pc-style .sub-exam-class-nav .Item.nc {
    width: 96px;
}

.pc-style .sub-exam-class-nav .Item.ncf {
    width: 96px;
    padding-left: 20px;
}

.pc-style .sub-exam-class-nav .Item img {
    position: absolute;
    right: 20px;
    top: 12px;
}

.pc-style .sub-exam-class-nav .Item img.best {
    background: #ffffff url(Images/important1.gif);
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.pc-style .sub-exam-class-nav .Item img.better {
    background: #ffffff url(Images/important2.gif);
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.pc-style .block-calendar {
    padding-top: 20px;
}

.pc-style .block-calendar .block-title {
    position: relative;
    line-height: 24px;
}

.pc-style .block-calendar .block-title .title-text {
    font-size: 17px;
    font-weight: bold;
}

.pc-style .block-calendar .block-title .more {
    display: block;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 18px;
    background: url(images/bg5006.png) right center no-repeat;
}


.pc-style .block-calendar .block-content li {
    position: relative;
}

.pc-style .block-calendar .block-content li.item-hide {
    display: none;
}

.pc-style .block-calendar .block-content li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.pc-style .block-calendar .block-content li a {
    display: block;
    padding: 10px 0px 10px 16px;
}

.pc-style .block-calendar .block-content li a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 16px;
}

.pc-style .block-calendar .block-content li .notice-title {
    display: block;
    font-size: 15px;
}

.pc-style .block-calendar .block-content li .notice-date {
    font-size: 12px;
    color: #888888;
}

.pc-style .block-calendar .block-content .btn-container {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.pc-style .block-calendar .block-content .btn-container .btn-slide {
    position: relative;
    color: #0066cc;
    display: inline-block;
    padding: 8px 16px 8px 0px;
}

.pc-style .block-calendar .block-content .btn-container .btn-slide::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #0066cc;
    border-right: 2px solid #0066cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -9px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.pc-style .kaoshi-topic {
    border-radius: 12px;
    background: #ffffff;
    padding: 10px 15px 15px 15px;
    background: linear-gradient(#ffe3e3, #ffffff 25%);
    background: -webkit-linear-gradient(#ffe3e3, #ffffff 25%);
    margin-bottom: 10px;
    border: 1px solid #ffffff;
}

.pc-style .kaoshi-topic .kaoshi-topic-title {
    position: relative;
    padding: 8px 100px 8px 0px;

}

.pc-style .kaoshi-topic .kaoshi-topic-title .title-text {
    height: 18px;
}

.pc-style .kaoshi-topic .kaoshi-topic-title .title-text img {
    height: 100%;
}

.pc-style .kaoshi-topic .kaoshi-topic-title .btn-more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 18px 5px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.pc-style .kaoshi-topic .kaoshi-topic-content .topic-item {
    font-size: 14px;
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.pc-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-inner {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}

.pc-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-no {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 20px;
    background: center center no-repeat;
    background-size: 14px auto;
}

.pc-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-no-1 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-01.png);
}

.pc-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-no-2 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-02.png);
}

.pc-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-no-3 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-03.png);
}

.pc-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-no-4 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-04.png);
}

.pc-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-no-5 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-05.png);
}

.pc-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-icon {
    width: 14px;
    height: 14px;
}

.pc-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-icon img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.pc-style .windowkaoshi-topic {
    background: #ffffff;
    padding: 20px 100px 20px 100px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
}

.pc-style .windowkaoshi-topic .windowkaoshi-topic-title {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    padding: 20px;
    z-index: 1;
    overflow: hidden;
    zoom: 1;
}

.pc-style .windowkaoshi-topic .windowkaoshi-topic-title .title-text {
    float: left;
    padding: 5px 0px;
}

.pc-style .windowkaoshi-topic .windowkaoshi-topic-title img {
    height: 20px;
    width: auto;
}

.pc-style .windowkaoshi-topic .windowkaoshi-topic-title .btn-more {
    float: right;
    border-radius: 100px;
    background: #336699;
    color: #ffffff;
    height: 30px;
    padding: 0px 10px;
    line-height: 30px;
}

.pc-style .windowkaoshi-topic .windowkaoshi-topic-content {
    position: relative;
    z-index: 10;
    text-align: center;
}

.pc-style .windowkaoshi-topic .windowkaoshi-topic-content ul {
    overflow: hidden;
}

.pc-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item {
    float: left;
    width: 33.33%;
}

.pc-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item a {
    display: block;
    white-space: nowrap;
    line-height: 20px;
    margin: 0px 5px;
    padding: 5px 0px;
    overflow: hidden;
}

.pc-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item a:hover {
    background: #f5f5f5;
    border-radius: 8px;
}

.pc-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item .item-no {
    display: none;
}

.pc-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item .item-text {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item .item-icon {
    display: inline-block;
    vertical-align: middle;
}

.pc-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item .item-icon img {
    width: 16px;
    height: 16px;
    vertical-align: top;
}



.pc-style .block-calendar .block-content .btn-container .btn-slide-up::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -4px;
}


.pc-style .shopwindow-notice-swiper {
    border-radius: 8px;
    overflow: hidden;
}

.pc-style .shopwindow-notice-swiper .item-inner {
    display: block;
    background: #f5f5f5 center center no-repeat;
    background-size: cover;
}

.pc-style .shopwindow-notice-swiper .item-inner .Placeholder {
    padding-top: 62%;
    display: block;
}


.yunwangxiao-style .shopwindow .shopwindow-content .ebook-list {
    width: auto;
}

.yunwangxiao-style .shopwindow .shopwindow-content .ebook-list .Item {
    float: left;
    width: 50%;
    margin: 0px;
}

.yunwangxiao-style .shopwindow .shopwindow-content .ebook-list .Item .Name {
    padding-left: 10px;
    position: relative;
}

.yunwangxiao-style .shopwindow .shopwindow-content .ebook-list .Item .Name::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 10px;
    background: #e53737;
}

.yunwangxiao-style .shopwindow .shopwindow-content .ebook-list .Item .Name a {
    display: block;
    min-height: 2em;
    max-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 2em;
}

.yunwangxiao-style .new-ebook .new-ebook-content .ebook-list {
    width: auto;
}

.yunwangxiao-style .new-ebook .new-ebook-content .ebook-list .Item {
    float: left;
    margin: 0;
    width: 50%;
}

.yunwangxiao-style .new-ebook .new-ebook-content .ebook-list .Item .Name {
    padding-left: 10px;
    position: relative;
}

.yunwangxiao-style .new-ebook .new-ebook-content .ebook-list .Item .Name::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 10px;
    background: #e53737;
}

.yunwangxiao-style .new-ebook .new-ebook-content .ebook-list .Item .Name a {
    min-height: 2em;
    max-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: normal;
    line-height: 2;
}

/*第四板块开始*/


.mobile-style .sub-ads {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin: 0px 10px 10px 10px;
}

.mobile-style .sub-ads .sub-ads-item {
    flex: 1;
}

.mobile-style .sub-ads .sub-ads-item .item-inner {
    display: block;
    background: #ffffff center center no-repeat;
    background-size: cover;
    border-radius: 12px;
    overflow: hidden;
}

.mobile-style .sub-ads .sub-ads-item .item-inner img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    opacity: 0;
}

.mobile-style .golden-place {
    overflow: hidden;
}

.mobile-style .golden-place .place-left {
    margin-bottom: 10px;
}

.mobile-style .golden-place .place-left .topper-class-tabs {
    background: #f7f7f7;
    border: 1px solid #ffffff;
}

.mobile-style .golden-place .place-left .topper-class-tabs-inner {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.mobile-style .golden-place .place-left .topper-class-tabs li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.mobile-style .golden-place .place-left .topper-class-tabs li a {
    display: block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

.mobile-style .golden-place .place-left .topper-class-tabs li.selected a {
    color: #e53737;
}

.mobile-style .golden-place .place-left .topper-class-tabs li.selected:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 4px;
    background: #e53737;
}

.mobile-style .golden-place .place-right {}

/*课程和题库中心*/

.mobile-style .product-class {
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    margin-bottom: 10px;
}

.mobile-style .product-class .product-class-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style .product-class .product-class-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .product-class .product-class-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.mobile-style .product-class .product-class-title .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.mobile-style .product-class .product-class-content {}

.mobile-style .product-class .product-class-content .nav {
    overflow: hidden;
    margin: 0px -5px 0px -5px;
}

.mobile-style .product-class .product-class-content .nav li {
    float: left;
    width: 33.3%;
}

.mobile-style .product-class .product-class-content .nav li .tag-name {
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding: 10px;
    line-height: 1.2;
    margin: 5px;
    background: #f5f5f5;
    border-radius: 3px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}

.mobile-style .product-class .product-class-content .nav li .tag-name[data-isexpand="1"]:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(images/hot.png) right top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.mobile-style .product-class .product-class-content .nav li:hover .tag-name {
    background: #f5f5f5;
}

.mobile-style .product-class .product-class-content .nav li.selected .tag-name {
    background-color: #e53737;
    color: #ffffff;
    border-radius: 3px;
}

.mobile-style .product-class .product-class-content .nav li .pop {
    display: none;
}

.mobile-style .product-class .product-class-content .nav li label {
    color: #bf6000;
    font-weight: bold;
    display: none;
}

.mobile-style .product-class .product-class-content .list {
    line-height: 26px;
}

.mobile-style .product-class .product-class-content .list h3 {
    background: url(images/idx31.gif) no-repeat 0px center;
    color: #cc4400;
    clear: both;
    margin-top: 10px;
    padding-left: 25px;
}

.mobile-style .product-class .product-class-content .list h2 {
    font-size: 14px;
    background: url(images/idx32.gif) no-repeat 0px center;
    color: #CC4400;
    font-weight: normal;
    padding-left: 25px;
    clear: both;
}

.mobile-style .product-class .product-class-content .list h1 {
    font-size: 14px;
    font-weight: normal;
    padding-left: 25px;
    color: #006600;
    clear: both;
}

.mobile-style .product-class .product-class-content .list div {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 35px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mobile-style .product-class .product-class-content .list div:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #888888;
    position: absolute;
    left: 25px;
    top: 15px;
}

.mobile-style .product-class .product-class-content .list div a {
    display: block;
    padding: 5px 0px;
}

.mobile-style .product-class .product-class-content .list div.f {
    padding-left: 20px;
}

.mobile-style .product-class .product-class-content .list div.nc {
    width: 96px;
}

.mobile-style .product-class .product-class-content .list div.ncf {
    width: 96px;
    padding-left: 20px;
}

.mobile-style .product-class .product-class-content .list div img {
    vertical-align: middle;
}

.mobile-style .product-class .product-class-content .list div img.best {
    background: url(Images/important1.gif);
    width: 13px;
    height: 13px;
}

.mobile-style .product-class .product-class-content .list div img.better {
    background: url(Images/important2.gif);
    width: 15px;
    height: 15px;
}

.mobile-style .kaoyan-block {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    margin-bottom: 10px;
}

.mobile-style .kaoyan-block .Title {
    position: relative;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style .kaoyan-block .Title .T {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .kaoyan-block .Title .T:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.mobile-style .kaoyan-block .University .CityList {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e5e5e5;
}

.mobile-style .kaoyan-block .University .CityList:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .kaoyan-block .University .CityList li {
    float: left;
    padding: 3px 0px;
    margin-right: 6px;
}

.mobile-style .kaoyan-block .University .CityList li a {
    display: block;
    color: #004285;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 1.2;
}

.mobile-style .kaoyan-block .University .CityList li .Selected, .mobile-style .kaoyan-block .University .CityList li .Selected:hover {
    background-color: #e53737;
    color: #ffffff;
    border-radius: 3px;
}

.mobile-style .kaoyan-block .University .CityList li a:hover {
    background: #f5f5f5;
}

.mobile-style .kaoyan-block .University .UniversityList .CityName {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mobile-style .kaoyan-block .University .UniversityList .UniversityName {
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .kaoyan-block .University .UniversityList .UniversityName:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .kaoyan-block .University .UniversityList .UniversityName a {
    float: left;
    color: #004285;
    background: #f5f5f5;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 1.2;
    margin-right: 10px;
    border-radius: 4px;
}

.mobile-style .kaoyan-block .University .UniversityList .UniversityName .Selected {
    background: #e53737;
    color: #ffffff;
}

.mobile-style .kaoyan-block .University .UniversityList .CollegeBookList h6 {
    font-size: 14px;
    line-height: 26px;
}

.mobile-style .kaoyan-block .University .UniversityList .CollegeBookList ul:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .kaoyan-block .University .UniversityList .CollegeBookList ul li {
    overflow: hidden;
    line-height: 26px;
}

.mobile-style .kaoyan-block .University .UniversityList .CollegeBookList ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0px;
}

.mobile-style .kaoyan-block .University .List ul:after {
    content: "";
    display: block;
    clear: both;
}

.mobile-style .kaoyan-block .University .List ul li {
    float: left;
    padding: 3px 0px;
    width: 50%;
}

@media(min-width:600px) {
    .mobile-style .kaoyan-block .University .List ul li {
        width: 33.3%;
    }
}

.mobile-style .kaoyan-block .University .List ul li a {
    display: block;
    color: #004285;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 0px;
    line-height: 1.2;
}

.mobile-style .kaoyan-block .University .List ul li a:hover {
    color: #e53737;
}

.mobile-style .notice {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    margin-bottom: 10px;
}

.mobile-style .notice dt {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style .notice dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .notice dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.mobile-style .notice dt .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.mobile-style .notice dd {
    overflow: hidden;
}

.mobile-style .notice dd li {
    line-height: 26px;
    padding-left: 10px;
    position: relative;
}

.mobile-style .notice dd li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}

.mobile-style .notice dd li a {
    position: relative;
    display: block;
    padding-right: 4em;
}

.mobile-style .notice dd li .notice-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-style .notice dd li .notice-date {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #888888;
}

.mobile-style .exam-calendar {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 10px;
}

.mobile-style .exam-calendar .link-calendar {
    display: block;
    height: 60px;
    border-radius: 4px;
    background: #ffeded;
    color: #e53737;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

/*近期考试 近期报名*/

.mobile-style .exam {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    margin-bottom: 10px;
}

.mobile-style .exam .t {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.mobile-style .exam .t:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .exam .t li {
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.mobile-style .exam .t li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    bottom: 10px;
    border-right: 1px solid #e5e5e5;
}

.mobile-style .exam .t li:last-child:after {
    display: none;
}

.mobile-style .exam .t li a {
    display: block;
    padding: 10px 0px;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.mobile-style .exam .t li.selected a {
    color: #e53737;
}

.mobile-style .exam .t li.selected a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 4px;
    background: #e53737;
}

.mobile-style .exam .t li .pop {
    display: none;
}

.mobile-style .exam .b {
    clear: both;
    overflow: hidden;
    padding-top: 10px;
}

.mobile-style .exam .b table {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}

.mobile-style .exam .b th {
    color: #c1680e;
    border: 1px solid #e5e5e5;
    padding: 5px;
    text-align: left;
    font-weight: normal;
    white-space: nowrap;
}

.mobile-style .exam .b td {
    padding: 5px;
    border: 1px solid #e5e5e5;
}

.mobile-style .exam .b td a {
    color: #336699;
}

.mobile-style .exam .b td a:hover {
    color: #cc0000;
}

.mobile-style .exam .b .exam-sign-item {
    line-height: 26px;
    padding-left: 10px;
    position: relative;
}

.mobile-style .exam .b .exam-sign-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}

.mobile-style .exam .b .exam-sign-item a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*我的宝贝商城*/

.mobile-style .baby-block {}

.mobile-style .baby-block .baby-block-title {
    padding: 20px 0px 20px 0px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.mobile-style .baby-block .baby-block-title .baby-block-title-inner {
    display: inline-block;
    position: relative;
    padding: 0px 60px;
}

.mobile-style .baby-block .baby-block-title .baby-block-title-inner:before {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #e53737;
    border-radius: 10px;
}

.mobile-style .baby-block .baby-block-title .baby-block-title-inner:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #e53737;
    border-radius: 10px;
}

.mobile-style .baby-block .list {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 10px;
}

.mobile-style .baby-block .list .nav {
    overflow: hidden;
    zoom: 1;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .baby-block .list .nav dl {
    float: left;
}

.mobile-style .baby-block .list .nav dt {
    float: left;
    padding: 3px 0px;
    margin-right: 6px;
    cursor: pointer;
}

.mobile-style .baby-block .list .nav dt .dt-text {
    display: block;
    color: #004285;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 1.2;
    border-radius: 3px;
}

.mobile-style .baby-block .list .nav dt.selected .dt-text {
    background: #e53737;
    color: #ffffff;
}

.mobile-style .baby-block .list .nav dd {
    display: none;
}

.mobile-style .baby-block .list .sub-nav {}

.mobile-style .baby-block .list .sub-nav ul {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.mobile-style .baby-block .list .sub-nav li {
    float: left;
    padding: 3px 0px;
    margin-right: 6px;
}

.mobile-style .baby-block .list .sub-nav li.selected {}

.mobile-style .baby-block .list .sub-nav li a {
    display: block;
    color: #004285;
    cursor: pointer;
    white-space: nowrap;
    padding: 5px 10px;
    line-height: 1.2;
    border-radius: 3px;
}

.mobile-style .baby-block .list .sub-nav li a:hover {
    background: #f5f5f5;
}

.mobile-style .baby-block .list .sub-nav li a.selected {
    color: #e53737;
    font-weight: bold;
}

.mobile-style .baby-block .list .cont {
    padding-top: 10px;
}

.mobile-style .baby-block .list .cont .baby-list {
    margin: 0px -10px;
}

.mobile-style .baby-block .list .cont li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}

.mobile-style .baby-block .list .cont li .Pic {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.mobile-style .baby-block .list .cont li .Pic:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.mobile-style .baby-block .list .cont li .Pic a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid #e5e5e5;
}

.mobile-style .baby-block .list .cont li .Pic img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.mobile-style .baby-block .list .cont li .Pic img.nopic {
    background-image: url(images/nopic.jpg) !important;
}

.mobile-style .baby-block .list .cont li .ProductName {
    max-height: 40px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.mobile-style .baby-block .list .cont li .Price {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .baby-block .list .cont li .new-price {
    display: inline;
    color: #e53737;
    font-size: 16px;
    margin-right: 20px;
}

.mobile-style .baby-block .list .cont li .old-price {
    display: inline;
    color: #666666;
    text-decoration: line-through;
    display: none;
}

.mobile-style .baby-block .list .cont .more {
    clear: both;
    border-top: dotted 1px #e5e5e5;
    text-align: center;
}

.mobile-style .baby-block .list .cont .more .btn-more {
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
    display: inline-block;
    text-align: center;
}

/*第七板块开始*/

.mobile-style .news-block-list {
    clear: both;
    overflow: hidden;
    zoom: 1;
}

/*教育新闻*/

.mobile-style .news-block-list .news-block {
    margin-bottom: 10px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.mobile-style .news-block-list .news-block-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style .news-block-list .news-block-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .news-block-list .news-block-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.mobile-style .news-block-list .news-block-title .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.mobile-style .news-block-list .news-block-content .news-item {
    position: relative;
    padding-right: 4em;
    padding-left: 10px;
    line-height: 26px;
}

.mobile-style .news-block-list .news-block-content .news-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}

.mobile-style .news-block-list .news-block-content .news-item .news-item-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-style .news-block-list .news-block-content .news-item .news-item-date {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #888888;
}

.mobile-style .news-block-list .news-block-content .news-item .news-item-date strong {
    color: #e53737;
    font-weight: normal;
}

/*第八板块开始*/

.mobile-style #block8 {
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
}

/*本站简介*/

.mobile-style #block8 .Introduce {
    float: left;
    width: 310px;
    height: 160px;
}

.mobile-style #block8 .Introduce dt {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #004285;
    background: url(Images/idx13.gif) no-repeat;
    padding-right: 10px;
    padding-left: 10px;
}

.mobile-style #block8 .Introduce dd {
    border: solid 1px #bfc6cc;
    border-top: 0px;
    padding: 5px 10px 5px 10px;
    overflow: hidden;
}

.mobile-style #block8 .Introduce dd .t1 {
    height: 96px;
    line-height: 24px;
}

.mobile-style #block8 .Introduce dd .t2 {
    height: 24px;
    line-height: 24px;
    text-align: right;
}

/*我的相册*/

.mobile-style #block8 .MyPhoto {
    float: left;
    width: 515px;
    margin-right: 10px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.mobile-style #block8 .MyPhoto .photo-block-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style #block8 .MyPhoto .photo-block-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style #block8 .MyPhoto .photo-block-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.mobile-style #block8 .MyPhoto .photo-block-title .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.mobile-style #block8 .MyPhoto .photo-block-content {
    overflow: hidden;
}

.mobile-style #block8 .MyPhoto .photo-block-content .photo-box {
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin-bottom: 5px;
    position: relative;
}

.mobile-style #block8 .MyPhoto .photo-block-content .photo-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-style #block8 .MyPhoto .photo-block-content .photo-box img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mobile-style #block8 .MyPhoto .photo-block-content .photo-title {
    font-size: 16px;
}

.mobile-style #block8 .MyPhoto .photo-block-content .photo-title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-style #block8 .MyPhoto .photo-block-content .img-des {
    display: none;
}

/*图说教育*/

.mobile-style #block8 .MyEducation {
    float: left;
    width: 515px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.mobile-style #block8 .MyEducation .img-block-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style #block8 .MyEducation .img-block-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style #block8 .MyEducation .img-block-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.mobile-style #block8 .MyEducation .img-block-title .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.mobile-style #block8 .MyEducation .img-block-content {
    overflow: hidden;
}

.mobile-style #block8 .MyEducation .img-block-content .img-box {
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    margin-bottom: 5px;
    position: relative;
}

.mobile-style #block8 .MyEducation .img-block-content .img-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-style #block8 .MyEducation .img-block-content .img-box img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mobile-style #block8 .MyEducation .img-block-content .img-title {
    font-size: 16px;
}

.mobile-style #block8 .MyEducation .img-block-content .img-title a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-style #block8 .MyEducation .img-block-content .img-des {
    display: none;
}


.mobile-style .partners {
    margin-bottom: 10px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.mobile-style .partners .partners-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style .partners .partners-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .partners .partners-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.mobile-style .partners .partners-content {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .partners .partners-content img {
    max-width: 100%;
    height: auto;
}



.mobile-style .friend-links {
    margin-bottom: 10px;
    background: #ffffff;
    padding: 10px 20px 20px 20px;
}

.mobile-style .friend-links .friend-links-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style .friend-links .friend-links-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .friend-links .friend-links-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.mobile-style .friend-links .friend-links-content {
    overflow: hidden;
    zoom: 1;
}

.mobile-style .friend-links .friend-links-content a {
    display: inline-block;
    padding: 5px 10px;
}

.mobile-style .friend-links .friend-links-content a:last-child {
    border: 0px;
}

/*最新上线课程*/

.mobile-style .online-course {
    padding: 10px 20px 20px 20px;
    margin-bottom: 10px;
    background: #ffffff;
}

.mobile-style .online-course .online-course-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style .online-course .online-course-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .online-course .online-course-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.mobile-style .online-course .online-course-title .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.mobile-style .online-course .online-course-content {
    overflow: hidden;
}

.mobile-style .online-course .online-course-content .course-list {
    margin: 0px -10px;
}

.mobile-style .online-course .online-course-content .item {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.mobile-style .online-course .online-course-content .item:first-child {
    width: 100%;
}

.mobile-style .online-course .online-course-content .item .img-box {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
}

.mobile-style .online-course .online-course-content .item .img-box:before {
    content: "";
    display: block;
    padding-top: 56%;
}

.mobile-style .online-course .online-course-content .item .img-box a {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.mobile-style .online-course .online-course-content .item .img-box a img {
    width: 100%;
    height: 100%;
}

/*没有图片*/

.mobile-style .online-course .online-course-content .item .img-box a img.nopic {}

.mobile-style .online-course .online-course-content .item .des a {
    display: block;
    min-height: 42px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.mobile-style .new-ebook {
    padding: 10px 20px 20px 20px;
    margin-bottom: 10px;
    background: #ffffff;
}

.mobile-style .new-ebook .new-ebook-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style .new-ebook .new-ebook-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .new-ebook .new-ebook-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.mobile-style .new-ebook .new-ebook-title .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.mobile-style .new-ebook .new-ebook-content {
    overflow: hidden;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list {
    margin: 0px -10px;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .Item {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox {
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    z-index: 1;
    display: block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox .Bgimg {
    display: none;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox .ProductImg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    background: center center no-repeat;
    background-size: contain;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox .ProductImg a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox .ProductImg a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .Item .ImgBox .ProductImg img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .VideoItem .ImgBox {
    background: url(https://g.100xuexi.com/CssModel/100eshu2018/Images/videocoverbgimg_square.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .VideoItem .ImgBox .ProductImg {
    width: 90%;
    height: auto;
    left: 5;
    top: 25%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .VideoItem .ImgBox .ProductImg a {
    height: auto;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .VideoItem .ImgBox .ProductImg img {
    width: 100%;
    height: auto;
    opacity: 1;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .Item .Name a {
    display: block;
    min-height: 4.5em;
    max-height: 4.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .Item .Name a .cssType {
    color: #F02929;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .Item .Name a .cssFreeDownload {
    color: #00427C;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .Item .Name a:hover, .Item .Name a:hover span {
    color: #cc0000;
}

.mobile-style .new-ebook .new-ebook-content .ebook-list .Item .BtnContainer {
    display: none;
}

.mobile-style .top-class {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
}

.mobile-style .top-class .top-class-title {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style .top-class .top-class-title .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .top-class .top-class-title .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.mobile-style .top-class .top-class-content ul {
    overflow: hidden;
    zoom: 1;
    margin: 0px -5px;
}

.mobile-style .top-class .top-class-content li {
    width: 33%;
    text-align: center;
    float: left;
}

.mobile-style .top-class .top-class-content li a {
    display: block;
    margin: 5px;
    background: #f5f5f5;
    padding: 10px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
    font-size: 15px;
    position: relative;
}

.mobile-style .top-class .top-class-content li a[data-isexpand="1"]:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(images/hot.png) right top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.mobile-style .top-class .top-class-content li a:hover {
    color: #ffffff;
    background: #e53737;
}

.mobile-style .shopwindow-exam-calendar {
    display: block;
    margin-bottom: 20px;
}

.mobile-style .shopwindow-exam-calendar:before {
    margin: 0px 16px 0px 16px;
    border-radius: 4px;
    content: "考试日历";
    display: block;
    padding: 20px 0px;
    font-size: 20px;
    background: #e53737;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.mobile-style .shopwindow-notice-tabs {
    display: none;
}

.mobile-style .shopwindow-notice dl {
    background: #ffffff;
    padding: 10px 20px 20px 20px;
    margin-bottom: 20px;
}

.mobile-style .shopwindow-notice dt {
    position: relative;
    padding: 10px 80px 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 20px;
}

.mobile-style .shopwindow-notice dt .title-text:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 5px;
    background: #e53737;
}

.mobile-style .shopwindow-notice dt .title-text {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
}

.mobile-style .shopwindow-notice dt .more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 18px 10px 0px;
    background: url(/css/images/bg5006.png) right center no-repeat;
}

.mobile-style .shopwindow-notice dd li {
    line-height: 26px;
    padding-left: 10px;
    position: relative;
    /*width:50%;
float:left;*/
    box-sizing: border-box;
}

.mobile-style .shopwindow-notice dd li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    background: #888888;
    border-radius: 100%;
}

.mobile-style .shopwindow-notice dd li a {
    position: relative;
    display: block;
    padding-right: 4em;
}

.mobile-style .shopwindow-notice dd li .notice-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-style .shopwindow-notice dd li .notice-date {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #888888;
}

.mobile-style .shopwindow-taps {
    display: none;
}

.mobile-style .shopwindow {
    margin-bottom: 20px;
}

.mobile-style .shopwindow .shopwindow-title {
    padding: 20px 0px 20px 0px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.mobile-style .shopwindow .shopwindow-title .title-text {
    display: inline-block;
    position: relative;
    padding: 0px 60px;
}

.mobile-style .shopwindow .shopwindow-title .title-text:before {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #e53737;
    border-radius: 10px;
}

.mobile-style .shopwindow .shopwindow-title .title-text:after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #e53737;
    border-radius: 10px;
}

.mobile-style .shopwindow .shopwindow-content {
    overflow: hidden;
    padding: 15px 20px;
    background: #ffffff;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list {
    margin: 0px -10px;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list .Item {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list .Item .ImgBox {
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0px;
    position: relative;
    z-index: 1;
    display: block;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list .Item .ImgBox:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 5;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list .Item .ImgBox:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list .Item .ImgBox .ProductImg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    background: center center no-repeat;
    background-size: contain;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list .Item .ImgBox .ProductImg img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list .VideoItem .ImgBox {
    background: url(https://g.100xuexi.com/CssModel/100eshu2018/Images/videocoverbgimg_square.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list .VideoItem .ImgBox .ProductImg {
    width: 90%;
    height: auto;
    left: 5%;
    top: 25%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list .VideoItem .ImgBox .ProductImg img {
    width: 100%;
    height: auto;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list .Item .Name a {
    display: block;
    min-height: 4.5em;
    max-height: 4.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list .Item .Name a .cssType {
    color: #F02929;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list .Item .Price {
    color: #888888;
    display: none;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list .Item .Price .RMB {
    color: #333333;
}

.mobile-style .shopwindow .shopwindow-content .ebook-list .Item .Price .Num {
    color: #e53737;
    font-size: 18px;
}

.mobile-style .sub-class-nav {
    display: none;
}

.mobile-style .sub-exam-class-nav .loading {
    text-align: center;
    padding: 20px 0px;
    color: #888888;
}

.mobile-style .sub-exam-class-nav h3 {
    display: none;
    background: url(images/idx31.gif) no-repeat 0px center;
    color: #cc4400;
    clear: both;
    margin-top: 10px;
    padding-left: 25px;
}

.mobile-style .sub-exam-class-nav h2 {
    position: relative;
    padding: 10px 0px 10px 0px;
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    display: block;
    font-weight: bold;
    clear: both;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    margin-top: 15px;
}

.mobile-style .sub-exam-class-nav h2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    width: 8px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    background: #e53737;
    border-radius: 100%;
}

.mobile-style .sub-exam-class-nav h1 {
    position: relative;
    color: #e53737;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    clear: both;
}

.mobile-style .sub-exam-class-nav div {
    /* width: 25%; */
    text-align: center;
    /* float: left; */
    /* height: 52px; */
    position: relative;
    z-index: 1;
}

.mobile-style .sub-exam-class-nav div:hover {
    z-index: 1000;
}

.mobile-style .sub-exam-class-nav div a {
    display: block;
    background: #f5f5f5;
    padding: 10px 40px 10px 16px;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.mobile-style .sub-exam-class-nav div a:hover {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    background: #e53737;
    white-space: normal;
    color: #ffffff;
}

.mobile-style .sub-exam-class-nav div.f {
    padding-left: 20px;
}

.mobile-style .sub-exam-class-nav div.nc {
    width: 96px;
}

.mobile-style .sub-exam-class-nav div.ncf {
    width: 96px;
    padding-left: 20px;
}

.mobile-style .sub-exam-class-nav div img {
    position: absolute;
    right: 10px;
    top: 15px;
}

.mobile-style .sub-exam-class-nav div img.best {
    background: url(Images/important1.gif);
    width: 13px;
    height: 13px;
}

.mobile-style .sub-exam-class-nav div img.better {
    background: url(Images/important2.gif);
    width: 15px;
    height: 15px;
}

.mobile-style .block-calendar {
    border-radius: 12px;
    background: #ffffff;
    margin: 0px 16px 16px 16px;
    padding: 15px 15px 15px 15px;
}

.mobile-style .block-calendar .block-title {
    position: relative;
    line-height: 24px;
}

.mobile-style .block-calendar .block-title .title-text {
    font-size: 17px;
    font-weight: bold;
}

.mobile-style .block-calendar .block-title .more {
    display: block;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #0066cc;
    padding-right: 10px;

}

.mobile-style .block-calendar .block-title .more::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #0066cc;
    border-right: 2px solid #0066cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -5px;
}

.mobile-style .block-calendar .block-content li {
    position: relative;
}

.mobile-style .block-calendar .block-content li.item-hide {
    display: none;
}

.mobile-style .block-calendar .block-content li::after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.mobile-style .block-calendar .block-content li a {
    display: block;
    padding: 10px 0px 10px 16px;
}

.mobile-style .block-calendar .block-content li a::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 16px;
}

.mobile-style .block-calendar .block-content li .notice-title {
    display: block;
    font-size: 15px;
}

.mobile-style .block-calendar .block-content li .notice-date {
    font-size: 12px;
    color: #888888;
}

.mobile-style .block-calendar .block-content .btn-container {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.mobile-style .block-calendar .block-content .btn-container .btn-slide {
    position: relative;
    color: #0066cc;
    display: inline-block;
    padding: 8px 16px 8px 0px;
}

.mobile-style .block-calendar .block-content .btn-container .btn-slide::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #0066cc;
    border-right: 2px solid #0066cc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -9px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.mobile-style .block-calendar .block-content .btn-container .btn-slide-up::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -4px;
}


.mobile-style .shopwindow-notice-swiper {
    overflow: hidden;
    margin-bottom: 10px;
}

.mobile-style .shopwindow-notice-swiper .item-inner {
    display: block;
    background: #f5f5f5 center center no-repeat;
    background-size: cover;
}

.mobile-style .shopwindow-notice-swiper .item-inner .Placeholder {
    padding-top: 62%;
    display: block;
}




.mobile-style .kaoshi-topic {
    background: #ffffff;
    padding: 10px 15px 15px 15px;
    background: linear-gradient(#ffe3e3, #ffffff 25%);
    background: -webkit-linear-gradient(#ffe3e3, #ffffff 25%);
    margin-bottom: 10px;
    border-top: 1px solid #ffffff;
}

.mobile-style .kaoshi-topic .kaoshi-topic-title {
    position: relative;
    padding: 8px 100px 8px 0px;

}

.mobile-style .kaoshi-topic .kaoshi-topic-title .title-text {
    height: 18px;
}

.mobile-style .kaoshi-topic .kaoshi-topic-title .title-text img {
    height: 100%;
}

.mobile-style .kaoshi-topic .kaoshi-topic-title .btn-more {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 5px 18px 5px 0px;
    background: url(images/bg5006.png) right center no-repeat;
}

.mobile-style .kaoshi-topic .kaoshi-topic-content .topic-item {
    font-size: 14px;
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.mobile-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-inner {
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}

.mobile-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-no {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 20px;
    background: center center no-repeat;
    background-size: 14px auto;
}

.mobile-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-no-1 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-01.png);
}

.mobile-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-no-2 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-02.png);
}

.mobile-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-no-3 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-03.png);
}

.mobile-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-no-4 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-04.png);
}

.mobile-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-no-5 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-05.png);
}

.mobile-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-icon {
    width: 14px;
    height: 14px;
}

.mobile-style .kaoshi-topic .kaoshi-topic-content .topic-item .item-icon img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.mobile-style .windowkaoshi-topic {
    background: #ffffff;
    padding: 10px 20px 15px 20px;
    background: linear-gradient(#ffe3e3, #ffffff 25%);
    background: -webkit-linear-gradient(#ffe3e3, #ffffff 25%);
    margin-bottom: 20px;
}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-title {
    position: relative;
    padding: 8px 100px 8px 0px;

}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-title .title-text {
    height: 18px;
}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-title .title-text img {
    height: 100%;
}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-title .btn-more {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 8px 10px 8px 0px;
    height: 18px;
    line-height: 18px;
    background: url(https://wx.100xuexi.com/images/Mobile_bg0019_3.png) right center no-repeat;
    background-size: auto 12px;
}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item {
    font-size: 14px;
    overflow: hidden;
    padding: 5px 0px;
    position: relative;
}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item .item-inner {
    display: block;
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item .item-no {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 20px;
    background: center center no-repeat;
    background-size: 14px auto;
}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item .item-no-1 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-01.png);
}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item .item-no-2 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-02.png);
}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item .item-no-3 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-03.png);
}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item .item-no-4 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-04.png);
}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item .item-no-5 {
    background-image: url(https://wx.100xuexi.com/images/kaoshi-topic-no-05.png);
}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item .item-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item .item-icon img {
    width: 16px;
    height: 16px;
}

.mobile-style .windowkaoshi-topic .windowkaoshi-topic-content .topic-item .item-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.yunwangxiao-mobile-style .new-ebook {
    margin-bottom: 20px;
}

.yunwangxiao-mobile-style .shopwindow .shopwindow-content .ebook-list {
    width: auto;
    margin: 0px;
}

.yunwangxiao-mobile-style .shopwindow .shopwindow-content .ebook-list .Item {
    float: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.yunwangxiao-mobile-style .shopwindow .shopwindow-content .ebook-list .Item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.yunwangxiao-mobile-style .shopwindow .shopwindow-content .ebook-list .Item:last-child::after {
    display: none;
}

.yunwangxiao-mobile-style .shopwindow .shopwindow-content .ebook-list .Item .Name {
    padding-left: 10px;
    position: relative;
}

.yunwangxiao-mobile-style .shopwindow .shopwindow-content .ebook-list .Item .Name::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 20px;
    background: #e53737;
}

.yunwangxiao-mobile-style .shopwindow .shopwindow-content .ebook-list .Item .Name a {
    min-height: 1.5em;
    max-height: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: block; */
    white-space: normal;
    line-height: 1.5;
    padding: 10px 0px;
}


.yunwangxiao-mobile-style .new-ebook .new-ebook-title {
    margin: 0px;
}

.yunwangxiao-mobile-style .new-ebook .new-ebook-content .ebook-list {
    width: auto;
    margin: 0px;
}

.yunwangxiao-mobile-style .new-ebook .new-ebook-content .ebook-list .Item {
    margin: 0;
    padding: 0px;
    width: 100%;
    float: none;
    position: relative;
}

.yunwangxiao-mobile-style .new-ebook .new-ebook-content .ebook-list .Item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
}

.yunwangxiao-mobile-style .new-ebook .new-ebook-content .ebook-list .Item:last-child::after {
    display: none;
}

.yunwangxiao-mobile-style .new-ebook .new-ebook-content .ebook-list .Item .Name {
    padding-left: 10px;
    position: relative;
}

.yunwangxiao-mobile-style .new-ebook .new-ebook-content .ebook-list .Item .Name::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 20px;
    background: #e53737;
}

.yunwangxiao-mobile-style .new-ebook .new-ebook-content .ebook-list .Item .Name a {
    min-height: 1.5em;
    max-height: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: block; */
    white-space: normal;
    line-height: 1.5;
    padding: 10px 0px;
}
