<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
    background-color: #fff;
}

.slide {
    /*height: 150px;*/
    width: 100%;
    overflow: hidden;
}

.slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ncTabs {
    min-height: 1px;
}

.ncTabs a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
}

.ncTabs a span {
    font-size: 15px;
    display: inline-block;
    box-sizing: border-box;
    height: 36px;
    color: #666;
}

.ncTabs a span.checked {
    color: #333;
    border-bottom: solid 2px #fe0024;
    font-weight: bold;
}

.contentContainer {
    width: 100%;
    background-color: #f7f7f7;
    padding-top: 5px;
}

.contentContainer .content {
    width: 100%;
    padding: 0px 10px;
    background-color: #fff;
    box-sizing: border-box;
}

.contentContainer .title {
    width: 100%;
    height: 20px;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    box-sizing: border-box;
    border-left: 3px solid #fe0024;
    text-indent: 5px;
}

.contentContainer .bigPic {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    text-align: left;
}

.contentContainer .bigPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentContainer .bigPic .count {
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
}

.contentContainer .bigPic .count span {
    font-size: 12px;
}

.contentContainer .smallPic {
    width: 49%;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 10px;
}

.contentContainer .smallPic .preview {
    width: 100%;
    /*    height:120px ;*/
    overflow: hidden;
}

.contentContainer .smallPic .preview img {
    border-radius: 8px;
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.contentContainer .smallPic .courseName {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    line-height: 20px;
}

.contentContainer .smallPic .info {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #999;
    line-height: 18px;
}

.contentContainer .smallPic .count {
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
}

.contentContainer .smallPic .count span {
    font-size: 12px;
}

.contentContainer .content .advantage {
    width: calc(50% - 10px);
    border-radius: 10px;
    height: calc(100vw / 4);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.contentContainer .content .advantage img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.contentContainer .content .summaryTitle {
    height: 40px;
    line-height: 40px;
    text-align: left;
}

.contentContainer .content .summaryTitle span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color: #fbc902;
    display: inline-block;
    text-align: center;
}

.contentContainer .content .summaryBody {
    line-height: 20px;
    font-size: 13px;
    color: #666;
    text-align: left;
}

.contentContainer .content .summaryBody p {
    margin-bottom: 5px;
}

.netclassPreview {
    min-height: 1px;
    width: 100%;
    padding: 0px 5px 20px 5px;
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
}

.netclassPreview .netclassHome {
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 10px;
    bottom: 40px;
}

.netclassPreview img {
    border-radius: 10px;
    width: 100%;
    object-fit: contain;
}

.netclassPreview a.btn {
    width: 100px;
    height: 34px;
    line-height: 34px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 4px;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
}

.netclassName {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    height: 90px;
}

.netclassName .name {
    height: 20px;
    line-height: 20px;
    text-align: left;
}

.netclassName .notice {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-left: 5px;
    font-size: 13px;
    color: #666;
    white-space: nowrap;
    width: 100%;
}

.netclassTeacher {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px;
    min-height: 1px;
    background-color: #f6f6f6;
    margin-bottom: 10px;
}

.netclassSuperiority {
    text-align: left;
    padding: 0px 5px;
    box-sizing: border-box;
    margin-top: 10px;
}

.netclassSuperiority * {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.netclassTeacher .expert {
    flex-wrap: nowrap;
    height: 70px;
    margin-top: 10px;
}

.netclassTeacher .expert .info {
    width: 70%;
    height: 70px;
    justify-content: center;
}

.netclassTeacher .expert .info .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.netclassTeacher .expert .info .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.netclassTeacher .expert .info .name {
    width: 60%;
    padding: 15px 0px 15px 8%;
    box-sizing: border-box;
    height: 70px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
}

.netclassTeacher .teacherResume {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    text-align: left;
    margin-top: 10px;
    max-height: 130px;
    overflow: auto;
}

.netclassTeacher .teacherResume * {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.netclassTeacher .teacherResume::-webkit-scrollbar {
    width: 2px;
    height: 1px;
    display: block;
}

.netclassTeacher .teacherResume::-webkit-scrollbar-thumb {
    background: #d0b678;
    border-radius: 4px;
}

.netclassTeacher .teacherResume::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid #eee;
}

.netclassQQGroup {
    background-color: #f6f6f6;
    width: 100%;
    min-height: 1px;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    text-align: left;
    margin-bottom: 10px;
}

.netclassResume {
    box-sizing: border-box;
    min-height: 1px;
    text-align: left;
    padding: 5px 0px;
}

.netclassResume img, video, object {
    max-width: 100%;
    vertical-align: middle;
}

.netclassResume * {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.netclassPurpose {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    min-height: 1px;
    background-color: #f6f6f6;
    font-size: 13px;
    color: #666;
    text-align: left;
    padding: 10px;
}

.netclassPurpose * {
    font-size: 13px;
    color: #666;
    line-height: 20px;
}

.netclassFoot {
    width: 100%;
    min-height: 1px;
}

.signflow {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 10px 20px;
    background: #f1f1f1;
    border-bottom: 2px solid #eb4545;
}

.netclassFoot .QQRCode {
    background-image: url("/Content/images/netclass/footbg.jpg");
    background-position: center center;
    background-size: 100% 100%;
    min-height: 200px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.netclassFoot .QQRCode .qr {
    overflow: hidden;
    width: 150px;
    height: 150px;
}

.netclassFoot .QQRCode .qr img {
    object-fit: contain;
    width: 150px;
}

.netclassSign {
    min-height: 1px;
}

.netclassSign .netClassInfo {
    width: 100%;
    min-height: 1px;
    box-sizing: border-box;
    padding: 10px 10px;
}

.netclassSign .netClassInfo .infoTitle {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.netclassSign .netClassInfo .infoTitle span {
    border-bottom: solid 1px #666;
    font-size: 16px;
    font-weight: bold;
    color: #666;
}

.netclassSign .netClassInfo li {
    height: 30px;
    line-height: 30px;
    border-bottom: dotted 1px #ccc;
    font-size: 14px;
    text-align: center;
}

.netclassSign .netClassInfo li span {
    font-size: 14px;
    color: #666;
}

.hui-form-items {
    min-height: 45px;
    padding: 0px;
    box-sizing: border-box;
    padding: 10px 0px 5px 0px;
}

.hui-form-items input::-webkit-input-placeholder {
    color: #d4d4d4;
}

.hui-form-items input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d4d4d4;
}

.hui-form-items input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d4d4d4;
}

.hui-form-items input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d4d4d4;
}

.hui-form-items textarea::-webkit-input-placeholder {
    color: #d4d4d4;
}

.hui-form-items textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #d4d4d4;
}

.hui-form-items textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #d4d4d4;
}

.hui-form-items textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d4d4d4;
}

.netclassPayItem {
    width: 48%;
    height: 50px;
    line-height: 38px;
    box-sizing: border-box;
    border: 1px solid #c7c7c7;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    margin: 5px 0px;
    position: relative;
    text-decoration: none;
}

.netclassPayItem i {
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 18px;
    line-height: 18px;
    color: #ccc;
    display: none;
}

.netclassPayItem.checked i {
    display: block;
}

#wxpay.netclassPayItem.checked {
    border: 1px solid #10CF6A;
}

#wxpay.netclassPayItem.checked i {
    color: #10CF6A;
}

#alipay.netclassPayItem.checked {
    border: 1px solid #00AAEF;
}

#alipay.netclassPayItem.checked i {
    color: #00AAEF;
}

#taobaopay.netclassPayItem.checked {
    border: 1px solid #FF6600;
}

#taobaopay.netclassPayItem.checked i {
    color: #FF6600;
}

#bankpay.netclassPayItem.checked {
    border: 1px solid #107C84;
}

#bankpay.netclassPayItem.checked i {
    color: #107C84;
}</pre></body></html>