body {
    background: #f8f8f8;
}

.courseDetail__container {
    margin-top: 18px;
    background: #fff;
    padding: 45px 0 0 0;
}

.courseDetail__container_l {
    float: left;
}

.courseDetail__container_l img {
    width: 393px;
    height: 219px;
}

.courseDetail__container_r {
    float: left;
    margin-left: 24px;
    max-width: 60%;
}

.courseDetail__container_r_box {
    background: #F0EEEE;
    padding: 15px 34px 18px 17px;
}

.courseDetail__container_r_l {
    float: left;
    width: 100%;
}

.courseDetail__container_r_l h3 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
}

.courseDetail__container_r_tit {
    margin-top: 20px;
    float: left;
}

.courseDetail__container_r_tit p:nth-of-type(1) {
    float: left;
    width: 51px;
    height: 24px;
    background: #FD4D3F;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.courseDetail__container_r_tit p:nth-of-type(2) {
    float: left;
    width: 350px;
    margin-left: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.courseDetail__container_r_r {
    margin-top: 4px;
    float: right;
    padding: 11px 0 0 30px;
    border-left: 1px solid #DDDDDD;
    margin-top: -20px;
}

.courseDetail__container_r_r p {
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FD4D3F;
    line-height: 30px;

}
/* 暂时隐藏原价 */
.courseDetail__container_r_r del {
    margin-top: 10px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    display: inline-block;
    /* display: none; */
}

.classType,
.courseType {
    margin-top: 15px;
}

.courseType {
    margin-bottom: 20px;
}

.classType em,
.courseType em {
    line-height: 30px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.classType em,
.classType p,
.courseType em,
.courseType p {
    float: left;
}

.classType p span {
    display: inline-block;
    padding: 8px 22px;
    border: 1px solid #DDDDDD;
    text-align: center;
    cursor: pointer;
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.classType_active {
    border: 1px solid #FD4D3F !important;
    background: url('../images/corner.png') no-repeat right bottom;
}

.courseType p {
    width: 613px;
}

.courseType p span {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-right: 15px;
    margin-bottom: 15px;
}

.courseDetail__container_l_btn {
    display: block;
    width: 393px;
    height: 49px;
    background: #19BCF9;
    margin-top: 40px;
}

.courseDetail__container_l_btn i {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    vertical-align: top !important;
}

.courseDetail__container_l_btn span {
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    display: inline-block;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.courseDetail_btn {
    margin-top: 8px;
    padding-bottom: 40px;
}

.courseDetail_btn p:nth-of-type(1) {
    float: left;
}

.courseDetail_btn p:nth-of-type(2) {
    float: right;
    margin-right: 245px;
}

.courseDetail_btn p:nth-of-type(1) button {
    width: 393px;
    height: 49px;
    background: #1ABCF9;

}

.courseDetail_btn p:nth-of-type(1) button i {
    width: 18px;
    height: 16px;
    vertical-align: top !important;
}

.courseDetail_btn p:nth-of-type(1) button span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    display: inline-block;
}

.courseDetail_btn p:nth-of-type(2) {
    margin-left: 30px;

}

.courseDetail_btn p:nth-of-type(2) button {
    width: 168px;
    height: 49px;
    background-color: #fff5e8;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    border: 2px solid #FC9501;

}

.courseDetail_btn p:nth-of-type(2) button i {
    display: inline-block;
    font-size: 18px;
    color: #FC9501;
}

.courseDetail_btn p:nth-of-type(2) button span {
    display: inline-block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FC9501;
    line-height: 18px;
}

.courseDetail_btn p:nth-of-type(2) button:nth-of-type(2) {
    border: none;
    background: #FD4D3F;
    margin-left: 30px;
}

.courseDetail_btn p:nth-of-type(2) button:nth-of-type(2) span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;

}

.courseCont {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.zjlsBox {
    padding: 36px 0 0 0;
    margin-bottom: 36px;
}

.zjlsBox .title {

    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    border-bottom: 1px solid #DDDDDD;
}

.zjlsBox .title span {
    padding-left: 76px;
    display: inline-block;
    padding-bottom: 12px;
    width: 144px;
    border-bottom: 2px solid #19BCF9;
}

.courseCont dl {
    overflow: hidden;
    padding-left: 78px;
    margin-top: 20px;
}

.courseCont dl dt {
    float: left;
}

.courseCont dl dd {
    float: left;
    width: 860px;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #ddd;
    margin-left: 58px;
}

.courseInfor {
    padding: 30px 78px 0 78px;
}

.courseInfor p img {
    width: 100%;
}

.comment {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comment .title {
    padding-top: 20px;
    border-bottom: 1px solid #DEDEDE;
}

.comment .title span {
    display: inline-block;
    padding-bottom: 14px;
    padding-left: 76px;
    border-bottom: 2px solid #1ABCF9;
    width: 144px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 18px;
}

.commentList{
    margin-left: 77px;
    margin-top: 20px;
}
.commentList li {
    margin-top: 22px;
  
}

.commentList li img {
    float: left;
    width: 65px;
    height: 65px;
}

.commentbox {
    float: left;
    margin-left: 25px;
    padding-bottom: 24px;
    border-bottom: 1px dotted #DEDEDE;
    width: 860px;

}

.commentbox .comment_name {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #343434;
    line-height: 14px;
    margin-top: 10px;
}

.comment_txt {
    margin-top: 17px;
}

.comment_txt p:nth-of-type(1) {
    float: left;
}

.comment_txt p:nth-of-type(2) {
    float: right;
}

#myComment {
    margin: 20px 78px;
    width: 82%;
    padding: 15px 2%;
    resize: none;
}

.commentBtn {
    float: right;
    width: 112px;
    height: 36px;
    background: #1ABCF9;
    border-radius: 3px 3px 3px 3px;
    border: 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin-right: 75px;
}

.selfExameModalList {
    overflow-y: auto;
    padding: 20px;
    max-height: 600px;
}

.selfExameModalList li {
    float: left;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px;
    cursor: pointer;
}

.selfExameModalList li:hover {
    border: 1px solid #19bcf9;
}

.moreBox {
    width: 100%;
    height: 50px !important;
    border-top: 1px solid #ddd;
    text-align: center;
    position: relative;
}

.moreBox .more {
    position: absolute;
    top: -1px;
    left: 45%;
    padding: 10px 50px;
    background: #f8f8f8;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    cursor: pointer;
}