﻿.pc-style #DownLoadList {
    margin-bottom: 10px;
    clear: both;
}

.pc-style #DownLoadList dl {
    border: solid 1px #e5e5e5;
}

.pc-style #DownLoadList dt {
    background: url(/Images/bg0001.gif) left -1px repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
    line-height: 28px;
    padding-left: 12px;
    border-bottom: solid 1px #e5e5e5;
    height: 28px;
}

.pc-style #DownLoadList dd {
    padding: 5px 10px;
}

.pc-style #DownLoadList dd h1 {
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #7b5000;
}

.pc-style #DownLoadList dd li {
    line-height: 22px;
}

.pc-style #divCourseList {
    overflow: hidden;
    zoom: 1;
}

.pc-style #divCourseList .CourseT {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #ff3e3e;
    padding: 20px 0px 10px 0px;
}

.pc-style #divCourseList .SubjectList {
    overflow: hidden;
    zoom: 1;
    padding: 10px 10px 10px 50px;
    background: #f5f5f5;
    margin-bottom: 20px;
    position: relative;
    border-radius: 12px;
}
.pc-style #divCourseList .SubjectListSingle{
    overflow: hidden;
    zoom: 1;
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 20px;
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
.pc-style #divCourseList .SubjectList .T {
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 50px;
}

.pc-style #divCourseList .SubjectList ul {
    display: block;
    overflow: hidden;
    zoom: 1;
}

.pc-style #divCourseList .SubjectList ul li {
    float: left;
    overflow: hidden;
    zoom: 1;
}

.pc-style #divCourseList .SubjectList ul li a {
    display: block;
    padding: 10px 15px;
    line-height: 20px;
    font-weight: normal;
    color: #0066cc;
    white-space: nowrap;
    margin: 5px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.pc-style #divCourseList .SubjectList ul li a:hover {
    border: 1px solid #ff3e3e;
    color: #ff3e3e;
}

.pc-style #divCourseList .SubjectList ul li a.Selected {
    background: #ff3e3e;
    border: 1px solid #ff3e3e;
    color: #ffffff;
}

.pc-style #divCourseList .SubjectName {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.pc-style #divCourseList .SubjectName strong {
    color: #ff3e3e;
    font-weight: bold;
    margin-right: 5px;
}

.pc-style #divCourseList table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d1c8c9;
    table-layout: fixed;
}

.pc-style #divCourseList th {
    border: 1px solid #ccba99;
    background: #ffe9bf;
    padding: 10px 15px;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    font-size: 14px;
}

.pc-style #divCourseList td {
    font-size: 14px;
    border: 1px solid #ffaaaa;
    background: #ffecee;
    padding: 10px 15px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}

.pc-style #divCourseList td a {
    color: #C83404;
}

.pc-style #divCourseList td a:hover {
    color: #cc0000;
    text-decoration: underline;
}

.pc-style #divCourseList td.aLeft {
    text-align: left;
}

.pc-style #divCourseList td li {
    text-indent: -1.5em;
    padding: 5px 0px 5px 1.5em;
}

.pc-style #divCourseList td li .cssType {
    color: #F02929;
}

.pc-style #divCourseList td li a {
    color: #333;
}

.pc-style #divCourseList td li a:hover,
.pc-style #divCourseList td li a:hover span {
    color: #cc0000;
    text-decoration: underline;
}

.pc-style #divCourseList td li .download {
    color: #00427C;
}

.pc-style #divCourseList td.aLeft .FreeDownload {
    background: url(https://g.100xuexi.com/CssModel/XXSub2014/images/bg0046.gif) center center no-repeat;
    width: 150px;
    height: 30px;
}

.pc-style #divCourseList td.aLeft .ClassType {
    font-size: 16px;
    font-weight: bold;
    color: #007880;
    font-family: "微软雅黑", "宋体";
    text-align: center;
}

.pc-style #divCourseList .course-btn {
    width: 100px;
    margin: 5px auto;
    display: block;
}

.pc-style #divCourseList .course-btn:hover {
    text-decoration: none;
}

.pc-style #divCourseList .course-btn:before {
    display: block;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    color: #015293;
    text-align: center;
}

.pc-style #divCourseList .buy {}

.pc-style #divCourseList .buy:before {
    content: "购买";
    display: block;
    border: 1px solid #ff3e3e;
    background: #ff3e3e;
    color: #ffffff;
}

.pc-style #divCourseList .sign {}

.pc-style #divCourseList .sign:before {
    content: "报名";
    display: block;
    border: 1px solid #ff3300;
    background: #ffffff;
    color: #ff3300;
}

.pc-style #divCourseList .free {}

.pc-style #divCourseList .free:before {
    content: "试听";
    display: block;
    border: 1px solid #ff9900;
    background: #ff9900;
    color: #ffffff;
}

.pc-style #divCourseList .try {}

.pc-style #divCourseList .try:before {
    content: "试用";
    display: block;
    border: 1px solid #ff9900;
    background: #ff9900;
    color: #ffffff;
}

.pc-style #divCourseList .freedown {}

.pc-style #divCourseList .freedown:before {
    content: "免费下载";
    display: block;
    border: 1px solid #1ea369;
    background: #1ea369;
    color: #ffffff;
}

.pc-style #divCourseList .use {}

.pc-style #divCourseList .use:before {
    content: "免费听课";
    display: block;
    border: 1px solid #1ea369;
    background: #1ea369;
    color: #ffffff;
}

.pc-style #divCourseList .presell {}

.pc-style #divCourseList .presell:before {
    content: "预报名";
    display: block;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    color: #015293;
}

.pc-style #divCourseList .flag {
    background: url(Images/flag.gif);
    vertical-align: middle;
    width: 13px;
    height: 13px;
}

.pc-style #divCourseList .hand {
    background: url(https://g.100xuexi.com/CssModel/XXSub2014/Images/hand.gif);
    vertical-align: middle;
    width: 15px;
    height: 15px;
    display: none;
}
.pc-style .exam-course .ProductList{
    width:1100px;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
}
.pc-style .exam-course .ProductList:after{
    content: "";
    display: block;
    clear: both;
}
.pc-style .exam-course .ProductList .Item {
    float: left;
    /* width: 138px;
    margin-right: 50px; */
    width: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.pc-style .exam-course .ProductList .Item .ImgBox {
    /* width: 138px;
    height: 195px; */
    width: 200px;
    height: 200px;
    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 .exam-course .ProductList .Item .ImgBox .Bgimg {
    display: none;
}
.pc-style .exam-course .ProductList .Item .ImgBox .ProductImgBg{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: center center no-repeat;
    background-size: cover;
    filter: blur(40px);
    -webkit-filter: blur(40px);
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.pc-style .exam-course .ProductList .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 .exam-course .ProductList .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 .exam-course .ProductList .Item .ImgBox .ProductImg img {
    width: 100%;
    height: 100%;
    opacity: 0;
}
/* 
.pc-style .exam-course .ProductList .VideoItem .ImgBox {
    background: url(http://wx.100xuexi.com/images/bgimg/videocoverbgimg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .exam-course .ProductList .VideoItem .ImgBox .ProductImg {
    width: 80%;
    height: auto;
    left: 10%;
    top: 25%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.pc-style .exam-course .ProductList .VideoItem .ImgBox .ProductImg a {
    height: auto;
}

.pc-style .exam-course .ProductList .VideoItem .ImgBox .ProductImg img {
    width: 100%;
    height: auto;
    opacity: 1;
} */

.pc-style .exam-course .ProductList .GiftItem .ImgBox {
    background: url(https://g.100xuexi.com/CssModel/100eshu2018/Images/biggiftcoverbgImg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.pc-style .exam-course .ProductList .GiftItem .ImgBox .ProductImg {
    width: 80%;
    height: auto;
    left: 10%;
    top: 25%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}

.pc-style .exam-course .ProductList .GiftItem .ImgBox .ProductImg a {
    height: auto;
}

.pc-style .exam-course .ProductList .GiftItem .ImgBox .ProductImg img {
    width: 100%;
    height: auto;
}

.pc-style .exam-course .ProductList .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 .exam-course .ProductList .Item .Name .cssType {
    color: #F02929;
}

.pc-style .exam-course .ProductList .Item .Price {
    color: #888888;
    display: none;
}

.pc-style .exam-course .ProductList .Item .Price .RMB {
    color: #333333;
}

.pc-style .exam-course .ProductList .Item .Price .Num {
    color: #ff3e3e;
    font-size: 18px;
}

.yunwangxiao-style .exam-course .ProductList{
    width: auto;
}
.yunwangxiao-style .exam-course .ProductList .Item{
    width: 100%;
    float: none;
    margin: 0px;
    padding: 0px;
    
}
.yunwangxiao-style .exam-course .ProductList .Item .Name{
    position: relative;
    border-bottom: 1px dotted #e5e5e5;
}

.yunwangxiao-style .exam-course .ProductList .Item .Name a{
    display: block;
    font-size: 16px;
    min-height: 1.5em;
    max-height: 10em;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
    line-height:1.5;
    white-space:normal;
    color: #336699;
    position: relative;
    padding: 10px 10px 10px 20px;
}
.yunwangxiao-style .exam-course .ProductList .Item .Name a:before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: absolute;
    left: 10px;
    top: 20px;
    background: #e53737;
}
.yunwangxiao-style .exam-course .ProductList .Item .Name a:hover{
    background: #f5f5f5;
    color: #e53737;
}
/*****移动端样式*****/

.mobile-style #DownLoadList {
    margin-bottom: 10px;
    clear: both;
}

.mobile-style #DownLoadList dl {
    border: solid 1px #e5e5e5;
}

.mobile-style #DownLoadList dt {
    background: url(/Images/bg0001.gif) left -1px repeat-x;
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
    line-height: 28px;
    padding-left: 12px;
    border-bottom: solid 1px #e5e5e5;
    height: 28px;
}

.mobile-style #DownLoadList dd {
    padding: 5px 10px;
}

.mobile-style #DownLoadList dd h1 {
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #7b5000;
}

.mobile-style #DownLoadList dd li {
    line-height: 22px;
}

.mobile-style #divCourseList {
    overflow: hidden;
    zoom: 1;
}

.mobile-style #divCourseList .CourseT {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: #ff3e3e;
    padding: 20px 0px 10px 0px;
}

.mobile-style #divCourseList .SubjectList {
    overflow: hidden;
    zoom: 1;
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 10px;
    position: relative;
    display: none;
}
.mobile-style #divCourseList .SubjectListSingle{
    overflow: hidden;
    zoom: 1;
    padding: 10px;
    background: #f5f5f5;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
}
.mobile-style #divCourseList .SubjectList .T {
    display: block;
    padding: 5px;
}

.mobile-style #divCourseList .SubjectList ul {
    display: block;
    overflow: hidden;
    zoom: 1;
}

.mobile-style #divCourseList .SubjectList ul li {
    float: left;
    overflow: hidden;
    zoom: 1;
}

.mobile-style #divCourseList .SubjectList ul li a {
    display: block;
    padding: 5px 10px;
    line-height: 20px;
    font-weight: normal;
    color: #0066cc;
    white-space: nowrap;
    margin: 5px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.mobile-style #divCourseList .SubjectList ul li a:hover {
    border: 1px solid #ff3e3e;
    color: #ff3e3e;
}

.mobile-style #divCourseList .SubjectList ul li a.Selected {
    background: #ff3e3e;
    border: 1px solid #ff3e3e;
    color: #ffffff;
}
.mobile-style #divCourseList .SubjectContentInner{
    display: block !important;
    margin-bottom: 20px;
}
.mobile-style #divCourseList .SubjectName {
    font-size: 16px;
    line-height: 1.5;
    padding:10px 16px;
    position: relative;
}
.mobile-style #divCourseList .SubjectName:before{
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    bottom: 10px;
    width: 5px;
    background: #e5e5e5;
}
.mobile-style #divCourseList .SubjectName strong {
    color: #ff3e3e;
    font-weight: bold;
    margin-right: 5px;
}

.mobile-style #divCourseList .table-box {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.mobile-style #divCourseList table {
    width: 100%;
    min-width: 960px;
    border-collapse: collapse;
    border: 1px solid #d1c8c9;
    table-layout: fixed;
}

.mobile-style #divCourseList th {
    border: 1px solid #ccba99;
    background: #ffe9bf;
    padding: 5px 10px;
    color: #333333;
    font-weight: normal;
    white-space: nowrap;
    font-size: 14px;
}

.mobile-style #divCourseList td {
    font-size: 14px;
    border: 1px solid #ffaaaa;
    background: #ffecee;
    padding: 5px 10px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}

.mobile-style #divCourseList td a {
    color: #C83404;
}

.mobile-style #divCourseList td a:hover {
    color: #cc0000;
    text-decoration: underline;
}

.mobile-style #divCourseList td.aLeft {
    text-align: left;
}

.mobile-style #divCourseList td li {
    text-indent: -1.5em;
    padding: 5px 0px 5px 1.5em;
}

.mobile-style #divCourseList td li .cssType {
    color: #F02929;
}

.mobile-style #divCourseList td li a {
    color: #333;
}

.mobile-style #divCourseList td li a:hover,
.mobile-style #divCourseList td li a:hover span {
    color: #cc0000;
    text-decoration: underline;
}

.mobile-style #divCourseList td li .download {
    color: #00427C;
}

.mobile-style #divCourseList td.aLeft .FreeDownload {
    background: url(https://g.100xuexi.com/CssModel/XXSub2014/images/bg0046.gif) center center no-repeat;
    width: 150px;
    height: 30px;
}

.mobile-style #divCourseList td.aLeft .ClassType {
    font-size: 16px;
    font-weight: bold;
    color: #007880;
    font-family: "微软雅黑", "宋体";
    text-align: center;
}

.mobile-style #divCourseList .course-btn {
    width: 100px;
    margin: 5px auto;
    display: block;
}

.mobile-style #divCourseList .course-btn:hover {
    text-decoration: none;
}

.mobile-style #divCourseList .course-btn:before {
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    color: #015293;
    text-align: center;
}

.mobile-style #divCourseList .buy {}

.mobile-style #divCourseList .buy:before {
    content: "购买";
    display: block;
    border: 1px solid #ff3e3e;
    background: #ff3e3e;
    color: #ffffff;
}

.mobile-style #divCourseList .sign {}

.mobile-style #divCourseList .sign:before {
    content: "报名";
    display: block;
    border: 1px solid #ff3300;
    background: #ffffff;
    color: #ff3300;
}

.mobile-style #divCourseList .free {}

.mobile-style #divCourseList .free:before {
    content: "试听";
    display: block;
    border: 1px solid #ff9900;
    background: #ff9900;
    color: #ffffff;
}

.mobile-style #divCourseList .try {}

.mobile-style #divCourseList .try:before {
    content: "试用";
    display: block;
    border: 1px solid #ff9900;
    background: #ff9900;
    color: #ffffff;
}

.mobile-style #divCourseList .freedown {}

.mobile-style #divCourseList .freedown:before {
    content: "免费下载";
    display: block;
    border: 1px solid #1ea369;
    background: #1ea369;
    color: #ffffff;
}

.mobile-style #divCourseList .use {}

.mobile-style #divCourseList .use:before {
    content: "免费听课";
    display: block;
    border: 1px solid #1ea369;
    background: #1ea369;
    color: #ffffff;
}

.mobile-style #divCourseList .presell {}

.mobile-style #divCourseList .presell:before {
    content: "预报名";
    display: block;
    height: 36px;
    line-height: 36px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    color: #015293;
}

.mobile-style #divCourseList .flag {
    background: url(Images/flag.gif);
    vertical-align: middle;
    width: 13px;
    height: 13px;
}

.mobile-style #divCourseList .hand {
    background: url(https://g.100xuexi.com/CssModel/XXSub2014/Images/hand.gif);
    vertical-align: middle;
    width: 15px;
    height: 15px;
    display: none;
}

.mobile-style .exam-course .ProductList{
    background: #f9f9f9;
    border-radius: 5px;
    overflow: hidden;
}
.mobile-style .exam-course .ProductList:after{
    content: "";
    display: block;
    clear: both;
}
.mobile-style .exam-course .ProductList .Item {
    border-bottom: 1px solid #eeeeee;
}
.mobile-style .exam-course .ProductList .Item:after{
    content: "";
    display: block;
    clear: both;
}
.mobile-style .exam-course .ProductList .Item .ImgBox {
    display: none;
}

.mobile-style .exam-course .ProductList .Item .Des{
    display: block;
}
.mobile-style .exam-course .ProductList .Item .Name a {
    padding:10px 32px 10px 16px;
    display: block;
    background: url(images/Mobile_bg0154.png) right 10px center no-repeat;
    background-size: 8px 14px;
}

.mobile-style .exam-course .ProductList .Item .Name .cssType {
    color: #cc6600;
}

.mobile-style .exam-course .ProductList .Item .Price {
    color: #888888;
    display: none;
}

.mobile-style .exam-course .ProductList .Item .Price .RMB {
    color: #333333;
}

.mobile-style .exam-course .ProductList .Item .Price .Num {
    color: #ff3e3e;
    font-size: 18px;
}