﻿@charset "utf-8";

.navLine {
    width: 1128px;
    margin: auto;
    height: 50px;
    line-height: 50px;
    text-align: left;
}

.navLine a {
    text-decoration: none;
}

.signUp {
    width: 1128px;
    margin: auto;
    min-height: 1px;
    box-shadow: 0px 1px 5px #ccc;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
}

.signUp .imageMap {
    width: 630px;
    height: 261px;
    min-height: 1px;
    overflow: hidden;
}

.signUp .imageMap img {
    vertical-align: middle;
    object-fit: contain;
    width: 100%;
}

.signUp .infos {
    height: 249px;
    width: 448px;
}

.signUp .infos .items {
    line-height: 30px;
}

.signUp .infos .items .item {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    line-height: 18px;
}

.signUp .infos .startTime {
    padding: 3px 30px;
    border-radius: 13px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    background-color: #f18b1d;
}

.btnGroup {
    background-color: #fff;
    box-shadow: 0px 1px 5px #ccc;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    min-width: 1128px;
}

.btnGroup a {
    height: 48px;
    line-height: 48px;
    display: inline-block;
    vertical-align: top;
    width: 100px;
    font-size: 16px;
    text-decoration: none;
    margin: 0px 10px;
    color: #515050;
}

.btnGroup a.checked {
    border-bottom: solid 2px #27a7f1;
}

.btnGroup a:hover {
    border-bottom: solid 2px #27a7f1;
}

.promotion {
    width: 1128px;
    min-height: 1px;
    margin: 20px auto 0px auto;
    background-color: #f8f8f8;
}

.promotion img {
    width: 1128px;
    height: 100%;
}

.main {
    width: 1128px;
    min-height: 1px;
    margin: 20px auto 0px auto;
    background-color: #f8f8f8;
}

.main .leftPart {
    width: 750px;
    min-height: 100px;
    float: left;
}

.main .frame {
    width: 100%;
    min-height: 20px;
    box-shadow: 0px 1px 5px #ccc;
    background-color: #fff;
    padding: 20px 0px;
}

.main .frame .pointPic {
    margin: 0px;
    padding: 0px;
}

.main .frame .pointPic li {
    width: 30%;
    height: 230px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}

.main .frame .pointPic li img {
    vertical-align: top;
}

.main .frame .featureDescription {
    margin: 0px;
    padding: 10px 30px;
    box-sizing: border-box;
    line-height: 24px;
    min-height: 1px;
}

.main .frame .featureDescription img {
    object-fit: contain;
    width: 100%;
}

.main .frame .blueLine {
    height: 34px;
    margin: 0px 20px;
    box-sizing: border-box;
    border-radius: 15px;
    background-color: #27a7f1;
    background: -moz-linear-gradient(left, #27a7f1 0%, #1d95da 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #27a7f1), color-stop(100%, #1d95da));
    background: -webkit-linear-gradient(left, #27a7f1 0%, #1d95da 100%);
    background: -o-linear-gradient(left, #27a7f1 0%, #1d95da 100%);
    background: -ms-linear-gradient(left, #27a7f1 0%, #1d95da 100%);
    background: linear-gradient(to right, #27a7f1 0%, #1d95da 100%);
    line-height: 34px;
    padding: 0px;
}

.main .frame .blueLine .leftArrow {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 2px;
    line-height: 28px;
    text-align: center;
    color: #27a7f1;
}

.main .frame .detailDescription {
    padding: 10px 30px;
    min-height: 1px;
    margin-top: 10px;
    line-height: 24px;
}

.main .frame .detailDescription img {
    max-width: 100%;
    /*height: 100%;*/
    object-fit: scale-down;

}

.main .frame .detailDescription .QAlist {
    margin: 0px;
    padding: 0px;
}

.main .frame .detailDescription .QAlist li {
    box-sizing: border-box;
    min-height: 1px;
    border: 2px solid #f23c57;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    text-align: left;
}

.main .frame .detailDescription .QAlist li .QATitle {
    box-sizing: border-box;
    padding-left: 45px;
    min-height: 45px;
    display: inline-block;
    width: 100%;
    background: url("../Image/netClass/icon9.png") no-repeat left top;
}

.main .frame .detailDescription .QAlist li .QAcontent {
    box-sizing: border-box;
    padding-left: 45px;
    min-height: 45px;
    display: inline-block;
    width: 100%;
    background: url("../Image/netClass/icon10.png") no-repeat left top;
    font-size: 15px;
}

.main .frame .detailDescription .QAlist li .QAcontent a {
    color: #5a98de;
    border-bottom: 1px solid #5a98de;
    text-decoration: none;
}

.main .frame .detailDescription .QAlist .redSquare {
    background: url("../Image/netClass/icon8.png") no-repeat center center;
    width: 26px;
    height: 24px;
    bottom: -24px;
    left: 50%;
    display: block;
    position: absolute;
}

.main .frame .detailDescription .QATips {
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    background-color: #f23c57;
    border-radius: 20px;
    color: #fff;
    text-align: center;
}

.main .frame .detailDescription .QATips a {
    color: #9fc6fb;
    text-decoration: none;
    border-bottom: 1px solid #9fc6fb;
}

.main .frame .expertTitle {
    height: 30px;
    line-height: 30px;
}

.main .frame .expertTitle span {
    background: url("../Image/netClass/icon7.png") no-repeat center center;
    width: 18px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.main .frame .expertArea {
    min-height: 30px;
    width: 100%;
    padding: 20px 20px 0px 20px;
    box-sizing: border-box;
}

.main .frame .expertArea .NoAvatar {
    height: 40px;
    width: 100%;
    text-align: left;
}

.main .frame .expertArea .NoAvatar .expertName {
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}

.main .frame .expertArea .NoAvatar .ExpertTitle {
    height: 20px;
    display: inline-block;
    vertical-align: top;
}

.main .frame .expertArea .expertAvatar {
    height: 80px;
    width: 100%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
}

.main .frame .expertArea .expertAvatar .Avatar {
    height: 70px;
    width: 70px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}

.main .frame .expertArea .expertAvatar .Avatar img {
    object-fit: cover;
    width: 70px;
    height: 70px;
}

.main .frame .expertArea .expertAvatar .expertName {
    min-height: 30px;
    max-height: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    box-sizing: border-box;
}

.main .frame .expertArea .onlineCourseLink {
    height: 22px;
    line-height: 22px;
    color: #fff;
    border-radius: 5px;
    background-color: #dcb47b;
    font-size: 13px;
    display: inline-block;
    padding: 0px 10px;
    text-decoration: none;
    vertical-align: middle;
    letter-spacing: 1px;
}

.main .frame .expertArea .expertSummary {
    line-height: 22px;
    height: 110px;
    overflow: hidden;
    width: 100%;
}

.main .frame .expertArea .expertSummary.all {
    top: 55px;
    left: 0px;
    width: 100%;
    line-height: 22px;
    overflow: visible;
    padding: 10px 20px;
    box-sizing: border-box;
    background-color: #000;
    height: auto;
    color: #fff;
    z-index: 999;
}

.main .frame .expertArea .showAll {
    line-height: 30px;
    text-align: center;
    display: none;
}

.main .frame .expertArea .showAll a {
    text-decoration: none;
}

.main .frame .QQgroup {
    min-height: 1px;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
}

.main .courseWare {
    width: 90%;
    border-radius: 6px;
    background-color: #27a7f1;
    height: 40px;
    display: block;
    margin: 15px auto;
    line-height: 40px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.main .targets {
    margin: 0px;
    padding: 20px 20px 0px 20px;
}

.main .targets li {
    line-height: 24px;
    margin-bottom: 5px;
}

.main .targets li .numIcon {
    border-radius: 50%;
    background-color: #0e90d2;
    color: #fff;
    display: block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    margin-top: 2px;
}

.main .targets li div {
    display: block;
    line-height: 24px;
    width: 290px;
}

.main .rightPart {
    width: 363px;
    min-height: 100px;
    float: right;
}

.main .process {
    width: 1128px;
    min-width: 1128px;
    margin: auto;
    min-height: 1px;
    text-align: center;
}

.main .process a {
    display: inline-block;
    vertical-align: middle;
    width: 32.5%;
    height: 150px;
    box-shadow: 0px 1px 5px #ccc;
    margin: 0px 2px;
    color: #f8c793;
    text-decoration: none;
}

.main .process a.checked {
    color: #f18f27;
}

.main .process a .title {
    line-height: 30px;
}

.main .process a .circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f8c793;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    color: #fff;
}

.main .process a.checked .circle {
    background-color: #f18f27;
}

.main .process a .tips {
    height: 40px;
    background-color: #f8c793;
    line-height: 40px;
    color: #fff;
    margin-top: 30px;
    font-size: 16px;
}

.main .process a.checked .tips {
    background-color: #f18f27;
}

.main .frame .joinForm {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    min-height: 30px;
}

.main .frame .joinForm .row {
    line-height: 31px;
}

.main .frame .joinForm .title {
    border-bottom: solid #ccc 1px;
    line-height: 40px;
}

.main .frame .joinForm .title span {
    height: 37px;
    line-height: 37px;
    border-bottom: solid 3px #d22121;
    font-size: 20px;
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 1px;
}

.main .frame .joinForm .payMod {
    height: 60px;
}

.main .frame .joinForm .payMod a {
    width: 150px;
    height: 50px;
    line-height: 48px;
    box-sizing: border-box;
    border: solid 1px #e0e0e0;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #000;
}

.main .frame .joinForm .payMod a.checked {
    border: solid 1px #fe9f03;
    color: #fe9f03;
}

.main .frame .joinForm .payMod a img {
    height: 35px;
    margin: 0px 15px 0px 10px;
}

.bdsharebuttonbox a.bds_more {
    background-image: none;
    color: #999;
    font-size: 15px;
    text-decoration: none;
}
