@charset "UTF-8";

.word-break {
    word-break: break-all;
    word-wrap: break-word
}

.keep-word {
    white-space: nowrap;
    word-break: keep-all
}
.topIntroduce{
    padding-top: 30px;
    color:#fff;
}
.display_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.display_flex>* {
    display: block
}

.display_inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex
}

.display_inline-flex>* {
    display: block
}

.flex-direction_column {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.justify-content_flex-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.justify-content_flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.justify-content_flex-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.align-items_flex-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.align-items_flex-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.align-items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.align-items_flex-justify {
    -webkit-box-align: justify;
    -ms-flex-align: justify;
    -webkit-align-items: space-between;
    align-items: space-between
}

.align-items_baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline
}

.flex_auto {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto
}

.flex_1 {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.order_2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
}

.order_3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3
}

blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0
}

:focus {
    outline: 0
}

address, caption, cite, code, dfn, optgroup, th, var {
    font-style: normal;
    font-weight: 400
}

strong {
    font-weight: 400
}

em {
    font-style: normal
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400;
    font-family: "Microsoft YaHei", PingFangSC-Regular
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

code, kbd, samp, tt {
    font-size: 100%
}

button, input, select, textarea {
    border: none
}

body {
    background: #fff;
    color: #5e5e5e;
    font: 14px/2em Microsoft YaHei, SimSun, Arial
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left
}

sub, sup {
    font-size: 100%;
    vertical-align: baseline
}

:link, :visited, ins {
    text-decoration: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

a:link, a:visited {
    color: #5e5e5e
}

a:hover {
    color: #c9394a
}

a:active {
    color: #666
}

.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.l {
    float: left
}

.r {
    float: right
}

.clear {
    height: 0;
    overflow: hidden;
    clear: both
}

.hide {
    display: none
}

.btn.hide {
    display: none
}

a.hidefocus {
    outline: 0
}

button.hidefocus::-moz-focus-inner {
    border: none
}

a:focus {
    outline: 0;
    -moz-outline: none
}

input, textarea {
    outline: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:focus, a:hover {
    outline: 0;
    -moz-outline: none
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.mr60 {
    margin-right: 60px
}

.pa {
    position: absolute
}

.color-red {
    color: #ef1300 !important
}

.overhidden {
    overflow: hidden
}

.rl-modal {
    position: fixed;
    background: #fff;
    z-index: 100000;
    width: 384px;
    padding-top: 24px;
    padding-bottom: 16px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 12px 24px 0 rgba(28, 31, 33, .1);
    border-radius: 12px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s
}

.rl-modal.in {
    opacity: 1
}

.rl-modal-header {
    position: relative;
    padding: 0 20px 24px 30px
}

.rl-modal-header h1 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    height: 40px;
    color: #787d82
}

.rl-modal-header h1.black-title {
    color: #1c1f21
}

.rl-modal-header h1 span {
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer
}

.rl-modal-header h1 span:not(:first-child) {
    margin-left: 32px
}

.rl-modal-header .active-title, .rl-modal-header span:hover {
    color: #f20d0d
}

.rl-modal-header .active-title:after, .rl-modal-header span:hover:after {
    content: " ";
    width: 16px;
    height: 4px;
    line-height: 4px;
    background: #f20d0d;
    border-radius: 2px;
    display: block;
    margin: 0 auto
}

.rl-modal-body {
    padding: 0 32px
}

.error-erea {
    font-size: 14px;
    color: #f01400;
    padding-bottom: 5px;
    height: 20px
}

.modal-backdrop {
    background-color: #fff
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: .75
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.rl-model-footer {
    padding: 20px 30px 4px
}

.rl-model-signup .ipt-phone {
    padding-left: 77px !important
}

.rlf-appendix {
    line-height: 1em
}

.rlf-appendix .rlf-autoin, .rlf-appendix .rlf-forget {
    color: #9199a1
}

.rlf-appendix .rlf-forget:hover {
    color: #545c63
}

.rlf-appendix .rlf-line {
    margin: 0 16px;
    background: rgba(28, 31, 33, .1);
    width: 1px;
    height: 14px
}

.rlf-appendix .auto-cbx {
    margin-right: 10px;
    vertical-align: -1px
}

.rlf-appendix .ipt-agreement {
    color: #37f
}

.rlf-appendix .ipt-agreement:hover {
    color: #0f618a
}

.rl-modal .ipt {
    width: 100%;
    height: 48px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 14px;
    box-shadow: 2px 0 5px 0 #fff;
    background: rgba(28, 31, 33, .06);
    border-radius: 8px;
    border: 0
}

.ipt::-webkit-input-placeholder {
    color: #9199a1;
    font-size: 16px
}

.ipt::-moz-placeholder {
    color: #9199a1;
    font-size: 16px
}

.ipt:-ms-input-placeholder {
    color: #9199a1;
    font-size: 16px
}

.ipt-email {
    background-position: 0 0
}

.ipt-pwd {
    background-position: 0 -48px
}

.ipt-nick {
    background-position: 0 -96px
}

.ipt-phone {
    padding-left: 57px !important
}

.rlf-areacode {
    position: absolute;
    cursor: pointer;
    left: 16px;
    top: 12px;
    font-size: 16px;
    color: #1c1f21;
    text-align: left;
    line-height: 24px
}

.rlf-verify-group .rlf-input {
    background: #fff;
    padding-left: 7px;
    width: 120px;
    vertical-align: top
}

.rlf-verify-group img {
    height: 38px;
    width: 70px;
    margin: 0 10px;
    vertical-align: top;
    display: inline-block
}

.rlf-verify-group span {
    display: inline-block;
    color: #39b94e;
    cursor: pointer;
    height: 40px;
    vertical-align: top;
    line-height: 150%;
    margin-top: -4px
}

.not-register-tips, .rlf-tip-wrap {
    font-size: 12px;
    height: 20px;
    line-height: 20px
}

.not-register-tips {
    display: none
}

.rlf-g-tip {
    height: 20px
}

.rlf-tip-globle {
    font-size: 14px;
    height: 20px;
    line-height: 20px
}

.rlf-tip-error {
    color: #f01400
}

.btn-full {
    width: 100%;
    box-sizing: border-box !important
}

.btn-block {
    display: block;
    width: auto
}

.forgetpwd-resultwrap {
    text-align: center;
    display: none;
    width: 260px
}

.pop-login-signup-box {
    box-sizing: border-box;
    font-size: 16px;
    color: #f20d0d;
    text-align: center;
    line-height: 24px;
    margin-bottom: 24px
}

.pop-login-signup-box span {
    cursor: pointer
}

.pop-login-sns {
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px
}

#signup .pop-login-sns {
    margin-bottom: 13px
}

.pop-login-sns .rlf-other {
    margin-left: 30px;
    margin-right: 24px;
    padding-right: 24px;
    display: inline-block;
    font-size: 14px;
    color: #f20d0d;
    text-align: left;
    line-height: 24px;
    border-right: 1px solid #1a1C1F21;
    cursor: pointer
}

.pop-login-sns .rlf-other:hover {
    color: #c20a0a
}

.pop-login-sns a {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 100px
}

.pop-login-sns a+a {
    margin-left: 64px
}

.pop-login-sns i {
    font-size: 24px;
    line-height: 48px
}

.pop-login-sns .pop-sns-weixin {
    position: relative;
    background-color: #e5ffe1;
    color: #00cc63
}

.pop-login-sns .pop-sns-weixin:after {
    content: '推荐登录';
    position: absolute;
    top: -18px;
    left: 4px;
    width: 4em;
    padding: 6px 10px;
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #d4ffe9;
    border-radius: 100px 100px 100px 0;
    transform: scale(.5)
}

.pop-login-sns .pop-sns-qq {
    background-color: #edf5ff;
    color: #368afe
}

.pop-login-sns .pop-sns-weibo {
    background-color: #fff2f5;
    color: #e5254d
}

.privacy_tip {
    font-size: 14px;
    color: #9199a1;
    text-align: center
}

.privacy_tip a {
    font-size: 14px;
    color: #37f
}

.privacy_tip a:link, .privacy_tip a:visited {
    font-size: 14px;
    color: #37f
}

.rl-modal .ipt-verify {
    background-image: none
}

.rl-modal .icon-refresh {
    position: absolute;
    right: 90px;
    top: 12px;
    color: #b5b9bc;
    font-size: 24px;
    display: inline-block;
    -webkit-transition: .4s linear;
    transition: .4s ease-in
}

.rl-modal .icon-refresh:hover {
    color: #787d82;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg)
}

.rl-modal .form-control {
    position: relative
}

.rl-modal .proclaim-loc {
    position: relative
}

.rl-modal .proclaim-btn {
    font-size: 23px;
    color: #b5b9bc;
    position: absolute;
    top: 12px;
    right: 14px
}

.rl-modal .proclaim-btn:hover {
    color: #717a84
}

.rl-modal .verify-img {
    width: 80px;
    height: 32px
}

.rl-modal .verify-extra {
    line-height: 20px
}

.rl-modal .verify-extra a {
    color: #17823b
}

.rl-modal .btn-red {
    background-color: #f01400;
    border-color: #f01400
}

.rl-modal .btn-red:hover {
    background-color: #ff6464;
    border-color: #ff6464
}

.rl-modal .ipt-error, .rl-modal .rlf-tip-error {
    color: #f01400
}

.rl-modal .rlf-tip-error {
    height: 30px;
    line-height: 30px
}

.rl-modal .js-proclaim-on .js-txt-pwd {
    display: none
}

.rl-modal .js-proclaim-off .js-pass-pwd {
    display: none !important
}

.rl-modal input[type=text]::-ms-clear {
    width: 0;
    height: 0
}

.rl-modal input[type=password]::-ms-reveal {
    width: 0;
    height: 0
}

.verify-img-wrap {
    position: absolute;
    right: 2px;
    top: 8px;
    width: 84px;
    height: 32px
}

.rlf-tip-wrap {
    clear: both
}

.areacode-box {
    display: none;
    width: 320px;
    height: 280px;
    position: absolute;
    top: 132px;
    left: 32px;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(28, 31, 33, .2);
    border-radius: 8px
}

.areacode-box .code-tab {
    padding: 16px
}

.areacode-box .code-tab li {
    display: inline-block;
    margin-right: 9px;
    cursor: pointer
}

.areacode-box .code-tab li.curr {
    font-weight: 700;
    color: #f20d0d
}

.areacode-box .code-title {
    border-top: 1px solid #e1e2e2;
    margin: 0 16px 14px
}

.areacode-box .code-title span {
    margin-top: -10px;
    position: relative;
    font-size: 12px;
    color: #9199a1;
    background: #fff;
    float: left;
    width: 36px
}

.areacode-box .code-list {
    overflow: hidden;
    height: 190px
}

.areacode-box .code-list li {
    padding-left: 16px;
    font-size: 16px;
    color: #545c63;
    text-align: left;
    line-height: 48px;
    cursor: pointer
}

.areacode-box .code-list li:hover {
    background: rgba(56, 61, 66, .06)
}

.areacode-box .code-list .nano-pane {
    right: 4px
}

.areacode-box .code-list .nano-slider {
    background: rgba(28, 31, 33, .1) !important;
    border-radius: 4px !important
}

.autoul {
    width: 298px;
    padding: 0;
    border-top: 0 none;
    position: absolute;
    height: 156px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(28, 31, 33, .2);
    border-radius: 8px;
    z-index: 10000
}

.autoul .autoli {
    color: #787d82;
    height: 39px;
    line-height: 39px;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    padding: 0 10px;
    overflow: hidden;
    display: none;
    text-overflow: ellipsis
}

.autoul .lihover {
    background-color: #edf1f2
}

.autoul .showli {
    display: block
}

.form-control .autoul {
    width: 318px
}

.erweima, .pcLogin {
    background: url(/static/module/common/img/erweima.png) no-repeat 0 0;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 1px;
    right: 0;
    cursor: pointer;
    border-radius: 0 0 12px 0
}

.pcLogin {
    background: url(/static/module/common/img/pcLogin.png) no-repeat 0 0
}

.qrcode {
    margin: 10px 80px 31px;
    position: relative
}

.qrcode_title {
    font-size: 16px;
    color: #717a84;
    text-align: center
}

.qrcode_mark {
    color: #717a84;
    font-size: 12px;
    text-align: center
}

.qrcode-inner {
    position: absolute;
    background-color: #fff;
    height: 160px;
    width: 160px;
    opacity: .95
}

.qrcode_state_scaned {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-weight: 700;
    color: #1c1f21
}

.qrcode_state_scaned i {
    margin-top: 44px;
    display: block;
    font-size: 48px;
    color: #37f
}

.qrcode_state_validate {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

.qrcode_state_validate span {
    padding-top: 44px;
    color: #1c1f21;
    padding-bottom: 12px;
    display: block;
    font-weight: 700
}

.qrcode_state_validate a {
    background: #383d42;
    color: #fff !important
}

.phoneVerityBox {
    font-family: "微软雅黑"
}

.backNotify, .phoneVerityBox .subtitle, .phoneVerityBox .title {
    text-align: center
}

.phoneVerityBox .title {
    margin-bottom: 4px;
    font-size: 16px;
    color: #1c1f21;
    text-align: center;
    line-height: 24px;
    font-family: "微软雅黑"
}

.phoneVerityBox .subtitle {
    font-size: 14px;
    color: #545c63;
    line-height: 22px;
    margin-bottom: 20px;
    font-family: "微软雅黑"
}

.phoneVerityBox .subtitle span {
    color: #1c1f21
}

.phoneVerityBox .reSend {
    top: 12px;
    right: 14px;
    font-size: 14px;
    color: #9199a1;
    line-height: 24px
}

.phoneVerityBox .reSend.active {
    right: 14px;
    color: #37f !important;
    cursor: pointer
}

.phoneVerityBox .reSend.active:hover {
    color: #19a1e6 !important
}

.phoneVerityBox .voicecode-send {
    margin-left: 8px;
    padding-left: 8px;
    font-size: 14px;
    color: #37f;
    line-height: 24px;
    cursor: pointer;
    border-left: 1px solid #d3d6d9
}

.phoneVerityBox .voicecode-send:hover {
    color: #19a1e6
}

.phoneVerityBox .voicesend i {
    display: inline-block;
    margin-right: 4px
}

#signup .subtitle, #signup .title, .backNotify {
    text-align: center
}

#signup .title {
    margin-bottom: 4px;
    font-size: 16px;
    color: #1c1f21;
    text-align: center;
    line-height: 24px;
    font-family: "微软雅黑"
}

#signup .subtitle {
    font-size: 14px;
    color: #545c63;
    line-height: 22px;
    margin-bottom: 20px;
    font-family: "微软雅黑"
}

#signup .subtitle span {
    color: #1c1f21
}

#signup .reSend {
    top: 12px;
    right: 14px;
    font-size: 14px;
    color: #9199a1;
    line-height: 24px
}

#signup .reSend.active {
    right: 14px;
    color: #37f !important;
    cursor: pointer
}

#signup .reSend.active .js-reSend:hover, #signup .reSend.active .js-signup-send:hover, #signup .reSend.active .voicecode-send:hover {
    color: #19a1e6 !important
}

#signup .voicecode-send {
    margin-left: 8px;
    padding-left: 8px;
    font-size: 14px;
    color: #37f;
    line-height: 24px;
    cursor: pointer;
    border-left: 1px solid #d3d6d9
}

#signup .voicesend i {
    display: inline-block;
    margin-right: 4px
}

.rl-modal-body .backNotify {
    color: #777c81;
    margin-top: 15px;
    cursor: pointer
}

.rl-modal-body .user_header {
    width: 76px;
    background: url(/static/module/common/img/default_user.png) no-repeat 0 0;
    height: 76px;
    margin: auto;
    margin-top: 40px
}

.rl-modal-body .btn-finished {
    width: 160px;
    height: 50px
}

.rl-modal-body .finished_wrap {
    text-align: center
}

.rl-modal-body .active {
    color: #13181e !important;
    cursor: pointer
}

.rl-modal-body .active:hover {
    color: #ff6464 !important
}

.reg-success {
    padding-top: 38px;
    text-align: center
}

.reg-success .icon-send-success {
    width: 96px;
    height: 96px;
    line-height: 96px;
    border-radius: 50%;
    background: rgba(28, 31, 33, .1);
    display: inline-block;
    font-size: 64px;
    color: #1c1f21
}

.reg-success p {
    font-size: 16px;
    color: #1c1f21;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    padding: 16px 0 5px
}

.reg-success .get-info {
    font-size: 12px;
    color: #545c63;
    text-align: center;
    line-height: 18px
}

.reg-success .moco-btn-lg {
    margin-top: 36px;
    margin-bottom: 20px
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nano>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nano>.nano-content:focus {
    outline: thin dotted
}

.nano>.nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano>.nano-pane {
    position: absolute;
    width: 10px;
    right: 10px;
    top: 0;
    bottom: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.nano>.nano-pane>.nano-slider {
    background: #4e5a5e;
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.nano-pane.active, .nano-pane.flashed, .nano:hover>.nano-pane {
    opacity: .99
}

#signup .rl-modal-body {
    position: relative
}

#signup .rl-modal-body .captcha-border-box {
    display: none;
    width: 320px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    margin-top: -104px;
    z-index: 1
}

#signup .rl-modal-body .captcha-border-box:after {
    content: '';
    display: block;
    position: fixed;
    top: -1px;
    bottom: -1px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .75);
    border-radius: 12px;
    z-index: 1;
    box-shadow: 0 0 30px 0 #060606
}

#signup .rl-modal-body .captcha-border-box .captcha-verify-box {
    position: relative;
    z-index: 2;
    border: 8px solid #fff;
    background-color: #fff;
    border-radius: 8px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 200;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
    box-sizing: content-box;
    background-image: none;
    border: 1px solid transparent;
    -webkit-appearance: none;
    white-space: nowrap;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    opacity: .65;
    box-shadow: none
}

.btn-red {
    color: #fff;
    background-color: #f20d0d;
    border-color: #f20d0d;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    -weibkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 138px;
    height: 38px;
    line-height: 38px;
    font-size: 14px
}

.btn-red:link, .btn-red:visited {
    color: #fff
}

.btn-red.focus, .btn-red:focus, .btn-red:hover {
    color: #fff;
    background-color: #f42f2f;
    border-color: #f42f2f
}

.btn-red.active, .btn-red:active {
    background-color: #da0b0b;
    border-color: #da0b0b
}

.btn-red.disabled, .btn-red.disabled.active, .btn-red.disabled.focus, .btn-red.disabled:active, .btn-red.disabled:focus, .btn-red.disabled:hover, .btn-red[disabled], .btn-red[disabled].active, .btn-red[disabled].focus, .btn-red[disabled]:active, .btn-red[disabled]:focus, .btn-red[disabled]:hover {
    cursor: default;
    box-shadow: none;
    background-color: #f20d0d;
    border-color: #f20d0d
}

.btn-blue {
    color: #fff;
    background-color: #1481b8;
    border-color: #1481b8;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    -weibkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 138px;
    height: 38px;
    line-height: 38px;
    font-size: 14px
}

.btn-blue:link, .btn-blue:visited {
    color: #fff
}

.btn-blue.focus, .btn-blue:focus, .btn-blue:hover {
    color: #fff;
    background-color: #1898d8;
    border-color: #1898d8
}

.btn-blue.active, .btn-blue:active {
    background-color: #1271a1;
    border-color: #1271a1
}

.btn-blue.disabled, .btn-blue.disabled.active, .btn-blue.disabled.focus, .btn-blue.disabled:active, .btn-blue.disabled:focus, .btn-blue.disabled:hover, .btn-blue[disabled], .btn-blue[disabled].active, .btn-blue[disabled].focus, .btn-blue[disabled]:active, .btn-blue[disabled]:focus, .btn-blue[disabled]:hover {
    cursor: default;
    box-shadow: none;
    background-color: #1481b8;
    border-color: #1481b8
}

.btn-green {
    color: #fff;
    background-color: #17823b;
    border-color: #17823b;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    -weibkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 138px;
    height: 38px;
    line-height: 38px;
    font-size: 14px
}

.btn-green:link, .btn-green:visited {
    color: #fff
}

.btn-green.focus, .btn-green:focus, .btn-green:hover {
    color: #fff;
    background-color: #1ca048;
    border-color: #1ca048
}

.btn-green.active, .btn-green:active {
    background-color: #136c31;
    border-color: #136c31
}

.btn-green.disabled, .btn-green.disabled.active, .btn-green.disabled.focus, .btn-green.disabled:active, .btn-green.disabled:focus, .btn-green.disabled:hover, .btn-green[disabled], .btn-green[disabled].active, .btn-green[disabled].focus, .btn-green[disabled]:active, .btn-green[disabled]:focus, .btn-green[disabled]:hover {
    cursor: default;
    box-shadow: none;
    background-color: #17823b;
    border-color: #17823b
}

.btn-normal {
    color: #787d82;
    background-color: #fff;
    border-color: #d0d6d9;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    -weibkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 138px;
    height: 38px;
    line-height: 38px;
    font-size: 14px
}

.btn-normal:link, .btn-normal:visited {
    color: #787d82
}

.btn-normal.focus, .btn-normal:focus, .btn-normal:hover {
    color: #787d82;
    background-color: #edf1f2;
    border-color: #98a1a6
}

.btn-normal.active, .btn-normal:active {
    background-color: #f2f2f2;
    border-color: #c2cace
}

.btn-normal.disabled, .btn-normal.disabled.active, .btn-normal.disabled.focus, .btn-normal.disabled:active, .btn-normal.disabled:focus, .btn-normal.disabled:hover, .btn-normal[disabled], .btn-normal[disabled].active, .btn-normal[disabled].focus, .btn-normal[disabled]:active, .btn-normal[disabled]:focus, .btn-normal[disabled]:hover {
    cursor: default;
    box-shadow: none;
    background-color: #fff;
    border-color: #d0d6d9
}

.btn-sm {
    width: 78px;
    height: 28px;
    line-height: 28px;
    font-size: 12px
}

.id_icon_imoocs {
    background-image: url(/static/module/common/img/id_icon/imoocs.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.id_icon_lecturer {
    background-image: url(/static/module/common/img/id_icon/lecturer.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.id_icon_writer {
    background-image: url(/static/module/common/img/id_icon/writer.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.id_icon_teaching_design {
    background-image: url(/static/module/common/img/id_icon/teaching_design.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.id_icon_assistant {
    background-image: url(/static/module/common/img/id_icon/assistant.svg);
    background-size: contain;
    background-repeat: no-repeat
}

.pad9 {
    padding: 0 9px
}

.w298 {
    width: 278px;
    padding: 0 9px
}

.w200 {
    width: 180px;
    padding: 0 9px
}

.statement {
    margin-bottom: 12px
}

#improve-mode {
    width: 430px;
    box-sizing: border-box
}

.moco-modal-layer #improve-mode {
    display: block !important
}

.improve .wfbd {
    position: absolute;
    left: 330px;
    bottom: 48px;
    font-size: 12px;
    color: #727679
}

.improve .wfbd:hover {
    text-decoration: underline
}

.improve label {
    display: inline-block;
    width: 104px;
    font-weight: 700;
    color: #07111b;
    text-align: right
}

.improve .help-inline {
    left: 120px;
    width: 298px;
    position: absolute;
    line-height: 24px;
    bottom: -24px;
    font-size: 12px;
    color: #f01414
}

.improve .help-inline label.error {
    color: inherit;
    text-align: left;
    font-weight: 400;
    width: auto
}

.improve .help-inline i {
    display: inline-block;
    color: #fff;
    width: 20px;
    background: #00a0dc;
    border-radius: 2px;
    cursor: pointer;
    font-style: normal;
    text-align: center
}

.improve .box {
    line-height: 36px;
    position: relative;
    margin-bottom: 8px
}

.improve .box input[type=password], .improve .box input[type=text] {
    box-sizing: border-box;
    padding: 0 12px;
    height: 36px;
    border: 1px solid rgba(84, 92, 99, .6);
    border-radius: 6px;
    margin-left: 16px
}

.improve .box .getCode {
    position: absolute;
    padding: 0 9px;
    top: 8px;
    right: 12px;
    font-size: 12px;
    color: #9199a1;
    line-height: 20px
}

.improve .box .getCode.active {
    right: 85px;
    color: #1481b8;
    cursor: pointer
}

.improve .box .getCode.active:hover {
    color: #19a1e6
}

.improve .box .voicecode-send {
    position: absolute;
    right: 12px;
    top: 8px;
    padding-left: 8px;
    font-size: 12px;
    color: #1481b8;
    line-height: 20px;
    cursor: pointer;
    border-left: 1px solid #d3d6d9
}

.improve .box .voicecode-send i {
    display: inline-block;
    margin-right: 4px
}

.improve .box .voicecode-send:hover {
    color: #19a1e6
}

.improve .box .l {
    position: relative
}

.improve .box .l .icon-pw {
    position: absolute;
    top: 0;
    right: 0;
    color: #b7bbbf;
    line-height: 38px;
    font-size: 24px;
    margin-right: 7px
}

.improve .box .l .icon-pw:hover {
    color: #71777d
}

.improve .box .cancelBtn, .improve .box .submitBtn {
    display: inline-block;
    text-align: center
}

.improve .box .submitBtn {
    margin-left: 120px;
    vertical-align: top
}

.improve .box .cancelBtn {
    margin-left: 12px
}

.improve .edit {
    margin-bottom: 24px
}

.improve .edit p.w298 {
    margin: 10px 0 30px 111px;
    font-size: 12px;
    color: #93999f;
    line-height: 22px
}

.improve .info-val {
    margin-left: 16px;
    color: #07111b
}

.rl-modal-title h2 {
    padding-top: 22px;
    font-size: 16px;
    color: #1c1f21;
    line-height: 24px;
    text-align: center;
    font-weight: 700
}

.rl-modal-title p {
    padding: 8px 0 20px;
    font-size: 14px;
    color: #545c63;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px
}

@font-face {
    font-family: sz;
    src: url(/static/module/common/fonts/sz/fonts/sz.eot?jftt07);
    src: url(/static/module/common/fonts/sz/fonts/sz.eot?jftt07#iefix) format('embedded-opentype'), url(/static/module/common/fonts/sz/fonts/sz.ttf?jftt07) format('truetype'), url(/static/module/common/fonts/sz/fonts/sz.woff?jftt07) format('woff'), url(/static/module/common/fonts/sz/fonts/sz.svg?jftt07#sz) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" sz-"], [class^=sz-] {
    font-family: sz !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sz-tips:before {
    content: "\e91e"
}

.sz-class:before {
    content: "\e91b"
}

.sz-score_shop:before {
    content: "\e918"
}

.sz-feedback:before {
    content: "\e917"
}

.sz-weixigzh:before {
    content: "\e919"
}

.sz-arrow-up:before {
    content: "\e91a"
}

.sz-receipt:before {
    content: "\e914"
}

.sz-shopping-cart:before {
    content: "\e915"
}

.sz-add-shopping-cart:before {
    content: "\e916"
}

.sz-hourglass_empty:before {
    content: "\e913"
}

.sz-play:before {
    content: "\e912"
}

.sz-add_question:before {
    content: "\e90a"
}

.sz-webide:before {
    content: "\e90b"
}

.sz-continue:before {
    content: "\e90c"
}

.sz-error:before {
    content: "\e600"
}

.sz-done:before {
    content: "\e601"
}

.sz-close:before {
    content: "\e602"
}

.sz-help:before {
    content: "\e603"
}

.sz-event:before {
    content: "\e604"
}

.sz-answer:before {
    content: "\e605"
}

.sz-thumb:before {
    content: "\e606"
}

.sz-thumb-o:before {
    content: "\e607"
}

.sz-imooc:before {
    content: "\e608"
}

.sz-weibo:before {
    content: "\e609"
}

.sz-weixin:before {
    content: "\e60a"
}

.sz-qq:before {
    content: "\e60b"
}

.sz-delete:before {
    content: "\e60c"
}

.sz-edit:before {
    content: "\e60d"
}

.sz-folder:before {
    content: "\e60e"
}

.sz-code:before {
    content: "\e60f"
}

.sz-image:before {
    content: "\e62d"
}

.sz-unknown:before {
    content: "\e62e"
}

.sz-antenna:before {
    content: "\e610"
}

.sz-cloud-on:before {
    content: "\e611"
}

.sz-cloud-off:before {
    content: "\e612"
}

.sz-vpn-lock:before {
    content: "\e613"
}

.sz-check:before {
    content: "\e614"
}

.sz-check-o:before {
    content: "\e615"
}

.sz-radio-on:before {
    content: "\e616"
}

.sz-radio-off:before {
    content: "\e617"
}

.sz-star:before {
    content: "\e618"
}

.sz-star-h:before {
    content: "\e619"
}

.sz-star-o:before {
    content: "\e61a"
}

.sz-video-c:before {
    content: "\e61b"
}

.sz-practice-c:before {
    content: "\e61c"
}

.sz-code-c:before {
    content: "\e61d"
}

.sz-chapter:before {
    content: "\e61e"
}

.sz-add:before {
    content: "\e61f"
}

.sz-remove:before {
    content: "\e620"
}

.sz-empty:before {
    content: "\e621"
}

.sz-half:before {
    content: "\e622"
}

.sz-full:before {
    content: "\e623"
}

.sz-refresh:before {
    content: "\e624"
}

.sz-list-o:before {
    content: "\e628"
}

.sz-list-c:before {
    content: "\e629"
}

.sz-arrow-r:before {
    content: "\e625"
}

.sz-arrow-d:before {
    content: "\e626"
}

.sz-close-s:before {
    content: "\e62a"
}

.sz-close-h:before {
    content: "\e627"
}

.sz-unsave:before {
    content: "\e62b"
}

.sz-loading:before {
    content: "\e62c"
}

.sz-course:before {
    content: "\e62f"
}

.sz-project:before {
    content: "\e630"
}

.sz-student:before {
    content: "\e631"
}

.sz-evaluation:before {
    content: "\e632"
}

.sz-top:before {
    content: "\e633"
}

.sz-back:before {
    content: "\e634"
}

.sz-list:before {
    content: "\e635"
}

.sz-question:before {
    content: "\e636"
}

.sz-pen:before {
    content: "\e637"
}

.sz-message:before {
    content: "\e638"
}

.sz-clock:before {
    content: "\e639"
}

.sz-replay:before {
    content: "\e63a"
}

.sz-weixin-y:before {
    content: "\e63b"
}

.sz-qq-y:before {
    content: "\e63c"
}

.sz-weibo-y:before {
    content: "\e63d"
}

.sz-show-pw:before {
    content: "\e63e"
}

.sz-up:before {
    content: "\e800"
}

.sz-arrow-drop-right:before {
    content: "\e900"
}

.sz-done2:before {
    content: "\e901"
}

.sz-terminal:before {
    content: "\e902"
}

.sz-qr:before {
    content: "\e903"
}

.sz-settings:before {
    content: "\e904"
}

.sz-arrow_drop_down:before {
    content: "\e905"
}

.sz-content-copy:before {
    content: "\e906"
}

.sz-schedule:before {
    content: "\e907"
}

.sz-run:before {
    content: "\e908"
}

.sz-keyboard-control:before {
    content: "\e909"
}

.sz-group:before {
    content: "\e90d"
}

.sz-mail:before {
    content: "\e90e"
}

.sz-notifi:before {
    content: "\e90f"
}

.sz-search:before {
    content: "\e910"
}

.sz-appdownload:before {
    content: "\e911"
}

.sz-help_outline:before {
    content: "\e91c"
}

.sz-back:before {
    content: "\e634"
}

.sz-forward:before {
    content: "\e91d"
}

@font-face {
    font-family: DINCond-M;
    src: url(/static/module/common/fonts/DINCondm/DINCOND-MEDIUM.otf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DINCondensed;
    src: url(/static/module/common/fonts/DINCondensed/DINCondensed.ttf);
    font-weight: 400;
    font-style: normal
}

.w {
    width: 1200px;
    margin: 0 auto
}

.pr {
    position: relative
}

.mt40 {
    margin-top: 40px
}

.mt60 {
    margin-top: 60px
}

body, html {
    color: #1c1f21;
    font: 14px/1.5 "PingFang SC", "微软雅黑", "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif;
    background-color: #fff;
    min-width: 1200px;
    overflow-y: auto;
    position: relative;
    padding-top: 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease
}

body:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1000;
    content: " ";
    display: block;
    background: #000;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden
}

a:link, a:visited {
    color: #1c1f21
}

a:active, a:hover {
    color: #f20d0d
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.l {
    float: left
}

.r {
    float: right
}

.hide {
    display: none
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.newcontainer, .page-container {
    margin: 0 auto;
    width: 1152px
}

#main {
    min-height: 750px;
    padding: 20px 0
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.addZ-index {
    z-index: 9999
}

.page {
    margin: 25px 0 auto;
    overflow: hidden;
    clear: both;
    text-align: center
}

.page-inner {
    padding: 0 20px
}

.page a {
    display: inline-block;
    margin: 0 12px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #4d555d;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: border-color .2s;
    -moz-transition: border-color .2s;
    transition: border-color .2s
}

.page a:hover {
    text-decoration: none;
    background-color: #d9dde1
}

.page a.active {
    background: #4d555d;
    color: #fff
}

.page a:first-child, .page a:last-child, .page a:nth-child(2), .page a:nth-last-child(2) {
    width: auto
}

.page a:first-child:hover, .page a:last-child:hover, .page a:nth-child(2):hover, .page a:nth-last-child(2):hover {
    background-color: transparent
}

.page span, .page-disabled {
    display: inline-block;
    padding: 0 12px;
    min-width: 20px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: #93999f;
    text-align: center
}

.page-first, .page-last {
    width: 50px
}

.page-next, .page-prev {
    width: 70px
}

.page .notmargin {
    margin-right: 0
}

.bordered {
    border-bottom: solid 1px #d0d6d9
}

.panel {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    padding: 0 20px;
    color: #1c1f21;
    background-color: #fff;
    margin-bottom: 20px
}

.panel-heading {
    border-bottom: solid 1px #d0d6d9
}

.panel-title {
    height: 50px;
    line-height: 50px;
    font-size: 16px
}

select {
    margin: 0;
    font-size: 100%;
    cursor: pointer;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 4px 6px;
    vertical-align: middle
}

select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

a.btn-add-collection {
    display: block;
    background: url(/static/module/common/img/course/new_add_collection.png) no-repeat 46px top;
    height: 32px;
    color: #909b9e;
    text-align: center;
    line-height: 35px
}

a.btn-add-collection:hover {
    background-position: 46px -44px;
    color: #fff
}

a.btn-remove-collection {
    background-position: 46px -88px;
    color: #909b9e
}

a.btn-remove-collection:hover {
    background-position: 46px -130px
}

.course-title .btn-add-collection {
    margin-top: 6px
}

.videohead .btn-add-collection {
    margin-top: 20px
}

.js-btn-collection .concerned-icon {
    margin-top: 34px;
    display: inline-block
}

progress {
    display: inline-block;
    background: #f0f0f0;
    border: 0;
    height: 6px;
    color: #aad94a;
    width: 400px
}

progress::-webkit-progress-bar {
    background: #f0f0f0
}

progress::-moz-progress-bar {
    background: #aad94a
}

progress::-webkit-progress-value {
    background: #aad94a
}

.progress {
    background: #f0f0f0;
    height: 6px;
    width: 400px;
    display: inline-block
}

.progressBar {
    background: #aad94a;
    height: 6px
}

.teacher-icon {
    width: 7px;
    margin-left: 5px;
    position: relative;
    top: 1px
}

.lottery {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -218px;
    z-index: 12
}

.elevator-lottery {
    background: url(/static/module/img/float-lottery.png);
    width: 102px;
    height: 102px;
    background-size: cover;
    display: block
}

.elevator-lottery i {
    float: right;
    color: #fff;
    margin: 3px
}

.elevator {
    position: fixed;
    padding: 0 16px;
    top: 55%;
    margin-top: -140px;
    right: 0;
    z-index: 9;
    background-color: #fff;
    box-shadow: -2px 2px 5px 3px rgba(7, 17, 27, .1)
}

.elevator a {
    display: block;
    width: 26px;
    padding: 16px 0;
    font-size: 22px;
    line-height: 20px;
    color: #b5b9bc;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #edf1f2
}

.elevator a:hover {
    color: #14191e
}

.elevator a i {
    font-size: 24px;
    color: #b5b9bc
}

.elevator a i:hover {
    color: #14191e
}

.elevator a span {
    display: none;
    font-size: 12px;
    color: #f01414;
    line-height: 14px
}

.elevator a .elevator-num {
    background-color: #f01414;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    position: absolute;
    top: 3px;
    width: 18px;
    height: 18px;
    line-height: 16px;
    right: -9px
}

.elevator .elevator-dist i {
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url(//www.imooc.com/static/img/index/redPacket.png) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    margin: 2px 0
}

.elevator .elevator-app:hover i, .elevator .elevator-dist:hover i, .elevator .elevator-faq:hover i, .elevator .elevator-msg:hover i, .elevator .elevator-top:hover i, .elevator .elevator-weixin:hover i {
    display: none
}

.elevator .elevator-app:hover span, .elevator .elevator-dist:hover span, .elevator .elevator-faq:hover span, .elevator .elevator-msg:hover span, .elevator .elevator-top:hover span, .elevator .elevator-weixin:hover span {
    display: inline-block
}

.elevator .elevator-app-box {
    position: absolute;
    width: 172px;
    height: 212px;
    bottom: -10px;
    right: 52px;
    -webkit-transition: opacity .25s, transform .3s;
    -moz-transition: opacity .25s, transform .3s;
    transition: opacity .25s, transform .3s;
    opacity: 0;
    max-width: 0;
    -webkit-transform: scale(.01);
    -ms-transform: scale(.01);
    transform: scale(.01);
    -webkit-transform-origin: 100% 95%;
    -ms-transform-origin: 100% 95%;
    transform-origin: 100% 95%;
    background: url(https://static.mukewang.com/static/img/common/elevator.png?t=0705) no-repeat 0 -220px
}

.elevator .elevator-app:hover .elevator-app-box {
    display: block;
    visibility: visible;
    opacity: 1;
    max-width: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elevator .elevator-weixin-box {
    position: absolute;
    width: 172px;
    height: 212px;
    bottom: -10px;
    right: 52px;
    -webkit-transition: opacity .25s, transform .3s;
    -moz-transition: opacity .25s, transform .3s;
    transition: opacity .25s, transform .3s;
    opacity: 0;
    max-width: 0;
    -webkit-transform: scale(.01);
    -ms-transform: scale(.01);
    transform: scale(.01);
    -webkit-transform-origin: 100% 95%;
    -ms-transform-origin: 100% 95%;
    transform-origin: 100% 95%;
    background: url(https://static.mukewang.com/static/img/common/elevator.png?t=0705) no-repeat 0 0
}

.elevator .elevator-weixin:hover .elevator-weixin-box {
    display: block;
    visibility: visible;
    opacity: 1;
    max-width: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

a {
    outline: 0
}

a:active {
    star: expression(this.onFocus=this.blur())
}

a, button, input {
    outline: 0
}

button::-moz-focus-inner {
    border: 0
}

input::-moz-focus-inner {
    border: 0
}

.autowrap {
    word-wrap: break-word;
    word-break: break-all
}

.layer-usercard {
    position: absolute;
    z-index: 999;
    width: 370px;
    height: 165px;
    background: #fff;
    box-shadow: 0 2px 2px #999
}

.layer-usercard .arrow {
    position: absolute;
    left: 65px;
    top: -11px;
    width: 19px;
    height: 11px;
    background: url(/static/module/common/img/dot_usercard.png)
}

.layer-usercard-header {
    height: 110px;
    background: #2a2c2e
}

.layer-usercard-header .avatar img {
    border-radius: 50px;
    left: 21px;
    position: absolute;
    top: 21px;
    border: 3px solid #7f8082
}

.layer-usercard-header dd, .layer-usercard-header dt {
    float: right;
    width: 245px;
    padding-right: 20px;
    color: #fff
}

.layer-usercard-header dt {
    padding-top: 20px;
    font-size: 18px
}

.layer-usercard-header dd {
    font-size: 12px
}

.layer-usercard-info ul {
    overflow: hidden;
    padding-top: 16px;
    height: 32px;
    font-size: 16px;
    color: #364247;
    position: relative
}

.layer-usercard-info li {
    float: left;
    padding: 0 22px;
    border-right: 1px solid #d9d9d9
}

.layer-usercard-info span {
    color: #969b9e;
    font-size: 12px
}

.layer-usercard-info li.noborder {
    border: 0
}

li.layer-usercard-medal {
    padding: 0;
    top: 12px;
    right: 10px;
    width: 117px;
    position: absolute;
    border: 0
}

.layer-usercard-medal a {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 5px;
    border-radius: 1px;
    overflow: hidden
}

.send-area-result {
    background: #fff;
    box-shadow: 0 4px 8px rgba(7, 17, 27, .2);
    -moz-box-shadow: 0 4px 8px rgba(7, 17, 27, .2);
    -webkit-box-shadow: 0 4px 8px rgba(7, 17, 27, .2);
    position: absolute;
    top: 48px;
    left: 0;
    width: inherit;
    border-radius: 0 0 4px 4px
}

.send-area-result dt {
    font-size: 12px;
    color: #b7bbbf;
    line-height: 40px;
    height: 40px;
    padding: 0 10px
}

.send-area-result dd {
    height: 40px;
    line-height: 40px
}

.send-area-result dd a.questiontitle {
    border: none;
    font-size: 14px;
    color: #93999f;
    width: inherit;
    text-align: left;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    display: block
}

.oncurr {
    color: #07111b;
    background: #f3f5f7
}

.oncurr a.questiontitle {
    color: #07111b !important
}

.send-area-result dd a.questiontitle em, .send-area-result dd a.questiontitle i {
    font-style: normal;
    font-size: 12px;
    margin-left: 8px
}

.send-area-result dd a.questiontitle em {
    color: #b7bbbf
}

.send-area-result dd a.questiontitle i {
    color: #00b33b
}

html.holding {
    height: 100%;
    overflow: hidden
}

body.slide-left {
    -webkit-transform: translate(-130px, 0);
    -ms-transform: translate(-130px, 0);
    transform: translate(-130px, 0);
    margin-right: -130px;
    padding-right: 130px;
    height: 100%;
    overflow: hidden
}

body.slide-left:after {
    left: -130px;
    visibility: visible;
    opacity: .3;
    z-index: 1002
}

@media screen and (max-width:820px) {
    .elevator {
        display: none !important
    }

    .navbar-toggle {
        position: relative;
        float: right;
        border: 0;
        color: #fff;
        margin-top: 10px;
        margin-right: -5px;
        outline: 0;
        padding: 5px 10px
    }

    .navbar-toggle, .navbar-toggle:focus, .navbar-toggle:hover {
        background: 0 0
    }

    .navbar-toggle .sz-list {
        color: #fff;
        font-size: 32px
    }
}

@media (min-width:1600px) {
    #new_header .new-header {
        width: 1446px;
        max-width: 1446px
    }
}

.article-head .user-card-item img {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle
}

#sz-banner {
    position: relative;
    height: 188px;
    background-image: linear-gradient(-90deg, #07111b 0, rgba(7, 17, 27, 0) 100%)
}

#sz-banner .info-bg {
    overflow: hidden;
    z-index: 0
}

#sz-banner .info-bg, #sz-banner .info-bg .cover-canvas, #sz-banner .info-bg .cover-img-wrap, #sz-banner .info-bg .cover-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 188px
}

#sz-banner .info-bg .cover-img-wrap {
    z-index: 0;
    overflow: hidden
}

#sz-banner .info-bg .cover-img-wrap img {
    position: absolute;
    left: 0;
    top: 0
}

#sz-banner .wrap {
    width: 1152px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

#sz-banner .sz-banner-left, #sz-banner .sz-banner-right {
    height: 188px;
    position: relative
}

#sz-banner .sz-banner-left {
    float: left;
    width: 100%
}

#sz-banner .sz-banner-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 304px
}

#sz-banner .course-notice {
    position: absolute;
    top: 24px;
    right: 0;
    width: 68px;
    height: 32px;
    background: rgba(255, 153, 0, .8);
    box-shadow: 0 2px 4px 0 rgba(7, 17, 27, .2);
    border-radius: 16px;
    padding: 6px 12px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    transition: .3s all linear
}

#sz-banner .course-notice:hover {
    background: #f90
}

#sz-banner .course-notice i, #sz-banner .course-notice span {
    float: left;
    color: #fff;
    line-height: 20px
}

#sz-banner .course-notice i {
    font-size: 16px;
    margin-right: 4px
}

#sz-banner .course-notice span {
    font-size: 12px
}

#sz-banner .course-notice .course-new-notice {
    display: none
}

#sz-banner .course-notice.open {
    width: 304px;
    height: 140px;
    padding: 16px 24px;
    background: #f90;
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .2);
    border-radius: 8px;
    z-index: 1;
    cursor: default
}

#sz-banner .course-notice.open i {
    font-size: 20px
}

#sz-banner .course-notice.open span {
    font-size: 14px
}

#sz-banner .course-notice.open .course-new-notice {
    display: block
}

#sz-banner .course-notice.open p {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    margin: 8px 0
}

#sz-banner .course-notice.open .al {
    float: left;
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    line-height: 24px
}

#sz-banner .course-notice.open .al:hover {
    color: #fff
}

#sz-banner .course-notice.open .ar {
    float: right;
    color: #fff;
    line-height: 24px
}

#sz-banner .course-notice.open .ar span {
    float: left;
    font-size: 12px;
    margin-right: 4px
}

#sz-banner .course-notice.open .ar i {
    float: left;
    font-size: 16px
}

#sz-banner .crumbs {
    padding-top: 16px
}

#sz-banner .crumbs a, #sz-banner .crumbs i, #sz-banner .crumbs span {
    float: left;
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, .6)
}

#sz-banner .crumbs a:hover {
    color: #fff
}

#sz-banner .crumbs i {
    margin: 0 4px;
    font-style: normal;
    width: 6px;
    text-align: center
}

#sz-banner .course-title {
    padding-top: 5px;
    font-size: 32px;
    color: #fff;
    height: 45px;
    line-height: 36px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-word
}

#sz-banner .course-title a {
    font-size: 32px;
    color: #fff
}

#sz-banner .shizhan-nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1
}

#sz-banner .shizhan-nav a {
    float: left;
    width: 124px;
    height: 60px;
    padding: 12px 24px 16px;
    box-sizing: border-box
}

#sz-banner .shizhan-nav a:not(:last-child) {
    margin-right: 72px
}

#sz-banner .shizhan-nav a:hover i, #sz-banner .shizhan-nav a:hover span {
    color: #fff
}

#sz-banner .shizhan-nav a.on {
    background: #f8fafc;
    border-radius: 4px 4px 0 0
}

#sz-banner .shizhan-nav a.on i {
    color: #f01414
}

#sz-banner .shizhan-nav a.on span {
    color: #2b333b
}

#sz-banner .shizhan-nav i, #sz-banner .shizhan-nav span {
    color: rgba(255, 255, 255, .6);
    line-height: 32px
}

#sz-banner .shizhan-nav i {
    float: left;
    font-size: 32px
}

#sz-banner .shizhan-nav span {
    float: right;
    font-size: 16px
}

#sz-banner .wrap-other {
    position: relative;
    height: 150px
}

#sz-banner .wrap-other img {
    display: block;
    width: 100%;
    height: 150px
}

#sz-banner .wrap-other .user-info {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -600px;
    width: 1000px;
    padding-left: 168px;
    height: 100%
}

#sz-banner .wrap-other .user-info a {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 132px;
    height: 132px;
    border: 4px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    overflow: hidden
}

#sz-banner .wrap-other .user-info img {
    width: 132px;
    height: 132px
}

#sz-banner .wrap-other .user-info h3 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    margin-top: 48px;
    margin-bottom: 18px
}

#sz-banner .wrap-other .user-info span {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    opacity: .5
}

#sz-banner .wrap-other .user-info i {
    font-style: normal;
    margin: 0 20px;
    color: #fff;
    opacity: .2
}

#sz-banner .wrap-other .user-info em {
    margin-left: 8px
}

.compatible-contianer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-width: 800px;
    height: 30px;
    line-height: 30px;
    background: url(/static/module/common/img/iebg.gif) repeat-x;
    z-index: 999999
}

.cpt-ct {
    color: #363636;
    font-size: 12px;
    text-align: center
}

.cpt-ct i {
    display: inline-block;
    width: 12px;
    height: 14px;
    vertical-align: -2px;
    margin-right: 5px;
    background: url(/static/module/common/img/iefixed-sprite.png) no-repeat 0 0
}

.cpt-ct a {
    color: #39b94e
}

.cpt-ct a:hover {
    text-decoration: underline
}

.cpt-handle {
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 12px;
    line-height: 27px
}

.cpt-handle a {
    display: inline-block;
    vertical-align: middle
}

.cpt-handle .cpt-agin {
    color: #656e73;
    margin-right: 5px
}

.cpt-handle .cpt-agin:hover {
    color: #363d40
}

.cpt-close {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    transition: .3s
}

.cpt-close:hover {
    background-color: #fc8800
}

.cpt-close i {
    display: inline-block;
    height: 8px;
    width: 8px;
    vertical-align: 1px;
    background: url(/static/module/common/img/iefixed-sprite.png) no-repeat 0 -24px
}

.cpt-close:hover i {
    background-position: 0 -42px
}

.identity {
    font-size: 16px;
    margin-left: 5px;
    color: red;
    position: relative;
    top: 3px;
    display: inline-block
}

.sz-jxsjs {
    background: url(/static/module/common/img/role_icon.png) no-repeat 0 0;
    width: 16px;
    height: 16px
}

.sz-zhuj {
    background: url(/static/module/common/img/role_icon.png) no-repeat 0 -25px;
    width: 16px;
    height: 16px
}

.project-qrcode {
    position: relative;
    float: right;
    width: 30px;
    height: 15px;
    color: #787d82
}

.project-qrcode .sz-qrcode {
    vertical-align: -3px;
    color: #b5b9bc;
    cursor: pointer
}

.project-qrcode .sz-qrcode:before {
    content: "\e903";
    font-size: 18px
}

.project-qrcode .sz-qrcode:hover {
    color: #787d82
}

div.qrcode-box {
    display: none;
    padding: 30px;
    background: #fff;
    width: 200px;
    height: 250px;
    position: absolute;
    z-index: 99;
    top: 42px;
    right: -110px;
    text-align: center;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .3)
}

div.qrcode-box .qrcode-dot {
    width: 15px;
    height: 15px;
    position: absolute;
    top: -8px;
    left: 120px;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    box-shadow: 7px 5px 16px 0 rgba(0, 0, 0, .3)
}

div.qrcode-box .qrcode-dot-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: 30px;
    background: #fff
}

div.qrcode-box .qrcode-img {
    width: 164px;
    height: 164px;
    margin: 0 auto
}

div.qrcode-box p {
    float: none !important;
    padding: 30px 0 10px;
    font-size: 18px;
    color: #1c1f21;
    line-height: 16px;
    margin: 0
}

div.qrcode-box span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #b5b9bc;
    line-height: 150%
}

.col-aside .divider {
    margin: 28px 0;
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid #d9dde1
}

.newcomer {
    width: 100%;
    height: 136px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    background-image: url(/static/module/img/newcomer.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.newcomer i {
    position: absolute;
    right: 20px;
    bottom: 48px;
    font-size: 20px;
    color: rgba(255, 255, 255, .6)
}

.newcomer i:hover {
    color: #fff
}

.lotterycomer {
    width: 100%;
    height: 50px;
    background-image: url(/static/module/img/lottery-top-02.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 9999
}

.lottery_mask {
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(7, 17, 27, .6)
}

.lottery_modal {
    position: fixed;
    z-index: 999;
    left: 50%;
    margin-left: -240px;
    top: 50%;
    margin-top: -220px;
    width: 480px;
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover
}

.lottery_modal i {
    float: right;
    color: #fff;
    margin: 22px;
    cursor: pointer;
    font-size: 32px
}

.lottery_modal a.btn-lottery {
    display: block;
    width: 100%;
    height: 100%
}

#septemberSchool {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(7, 17, 27, .6)
}

#septemberSchool .popup_box {
    position: fixed;
    color: #fff;
    width: 530px;
    height: 348px;
    background: url(/static/module/img/septemberSchool_bg.png);
    left: 50%;
    top: 50%;
    margin-left: -245px;
    margin-top: -210px
}

#septemberSchool .popup_box .imv2-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    cursor: pointer
}

#septemberSchool .popup_box .inner_text {
    position: relative;
    margin: 90px 97px;
    width: 296px;
    height: 162px;
    text-align: center
}

#septemberSchool .popup_box .inner_text h1 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600
}

#septemberSchool .popup_box .inner_text h2 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 6px
}

#septemberSchool .popup_box .inner_text h4 {
    font-size: 18px;
    line-height: 49px;
    margin-top: 6px
}

#septemberSchool .popup_box .inner_text h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 6px;
    line-height: 18px;
    margin-bottom: 9px
}

#septemberSchool .popup_box .inner_text .clock {
    text-align: center;
    width: 100%;
    height: 48px;
    padding: 7px 0;
    box-sizing: border-box;
    font-size: 20px;
    display: block;
    position: absolute;
    bottom: -48px;
    left: 0
}

#septemberSchool .popup_box .inner_text .clock span {
    display: inline-block;
    font-size: 22px;
    color: #383d42;
    background: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    margin: 0 6px
}

#septemberSchool .popup_box .inner_text .get-btn {
    display: inline-block;
    background-image: linear-gradient(270deg, #fac200 0, #f28f00 100%);
    border-radius: 26px;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    padding: 12px 34px;
    position: absolute;
    bottom: -166px;
    left: 50%;
    margin-left: -74px
}

#septemberSchool_finish {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(7, 17, 27, .6)
}

#septemberSchool_finish .popup_box {
    position: fixed;
    width: 900px;
    height: 450px;
    left: 50%;
    top: 50%;
    margin-left: -450px;
    margin-top: -225px;
    padding: 24px 22px;
    background: #fff;
    border: 1px solid #979797;
    box-shadow: 0 8px 16px 0 rgba(28, 31, 33, .2);
    border-radius: 12px;
    box-sizing: border-box
}

#septemberSchool_finish .popup_box .imv2-close {
    position: absolute;
    top: 24px;
    right: 32px;
    font-size: 24px;
    color: #b2b8bd;
    cursor: pointer
}

#septemberSchool_finish .popup_box .imv2-close:hover {
    color: #6d6d6d
}

#septemberSchool_finish .popup_box .title {
    font-size: 16px;
    color: #1c1f21;
    text-align: center;
    line-height: 24px;
    font-weight: 600
}

#septemberSchool_finish .popup_box .content {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 32px
}

#septemberSchool_finish .popup_box .content .item {
    height: 318px;
    border-radius: 12px
}

#septemberSchool_finish .popup_box .content .item.coupon-box {
    width: 251px;
    background: #f2f2f2;
    margin-left: 24px;
    overflow: hidden
}

#septemberSchool_finish .popup_box .content .item.coupon-box h3 {
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    padding: 14px 0;
    text-align: center
}

#septemberSchool_finish .popup_box .content .item.coupon-box h3.cc {
    background: #f53d3d
}

#septemberSchool_finish .popup_box .content .item.coupon-box h3.read {
    background: #37f
}

#septemberSchool_finish .popup_box .content .item.coupon-box .coupon {
    display: block;
    width: 214px;
    height: 106px;
    margin: 16px auto;
    background-size: contain;
    background-position: center
}

#septemberSchool_finish .popup_box .content .item.coupon-box .coupon.a, #septemberSchool_finish .popup_box .content .item.coupon-box .coupon.b {
    background-image: url(/static/module/img/september_coupon_bg1.png)
}

#septemberSchool_finish .popup_box .content .item.coupon-box .coupon.c, #septemberSchool_finish .popup_box .content .item.coupon-box .coupon.d {
    background-image: url(/static/module/img/september_coupon_bg2.png)
}

#septemberSchool_finish .popup_box .content .item.intro {
    margin-left: 36px
}

#septemberSchool_finish .popup_box .content .item.intro .text {
    margin-top: 50px;
    margin-bottom: 36px
}

#septemberSchool_finish .popup_box .content .item.intro .text h3 {
    font-size: 14px;
    color: #545c63;
    line-height: 20px;
    font-weight: 600
}

#septemberSchool_finish .popup_box .content .item.intro .text p {
    font-size: 12px;
    color: #545c63;
    line-height: 20px;
    margin-top: 20px
}

#septemberSchool_finish .popup_box .content .item.intro .sep-coupon-btn {
    display: inline-block;
    width: 126px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    background: #383d42;
    border-radius: 26px;
    text-align: center
}

#septemberSchool_finish .popup_box .content .item.intro .sep-coupon-btn:last-child {
    margin-left: 12px
}

.transition {
    transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
    -o-transition: all 3s
}

i {
    font-style: normal
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.getflex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

body {
    background: #f8fafc
}

.mb24 {
    margin-bottom: 24px
}

.mb18 {
    margin-bottom: 18px
}

.pathmain {
    position: relative;
    padding-bottom: 60px
}

.banner {
    height: 300px;
    width: 100%;
    position: relative;
    background-color: #172a34
}

.banner .cover-img-wrap, .banner .path-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden
}

.banner .cover-img-wrap img {
    position: absolute;
    left: 0;
    top: 0;
    border: 0
}

.banner .cover-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner .cover-canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner h2 {
    margin: 19px 0 12px 0;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 32px;
    text-shadow: 0 2px 4px rgba(28, 31, 33, .6)
}

.banner p {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(28, 31, 33, .6)
}

.banner .tail {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 22px auto 0
}

.banner .tail span{
    padding: 0 18px;
    background: #333;
    height: 33px;
    line-height: 33px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    position: relative;
    margin-right: 28px
}

.banner .tail span:last-child {
    margin-right: 0
}

.banner .tail span:last-child:after {
    content: '';
    border: none
}

.banner .tail span:after {
    position: absolute;
    right: -14px;
    top: 14px;
    width: 7px;
    height: 7px;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg)
}

.content {
    width: 1152px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.content .logo {
    width: 420px;
    height: 60px;
    margin-top: 8px
}

.mainbox {
    padding-top: 77px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.routeview {
    width: 800px;
    padding: 28px 32px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .05)
}

.routeview .explain {
    text-align: center;
    font-size: 12px;
    color: #9199a1;
    line-height: 24px
}

.routeview h2 {
    margin-bottom: 36px
}

.routeview h2 b {
    font-weight: 700;
    font-size: 20px;
    color: #1c1f21;
    line-height: 36px;
    margin-right: 12px
}

.routeview h2 i, .routeview h2 span {
    font-weight: 400;
    font-size: 14px;
    color: #383d42;
    line-height: 16px
}

.routeview h2 i {
    margin: 0 8px
}

.routeview .step {
    border-left: 2px solid #f3f5f6;
    margin-left: 15px;
    padding-bottom: 40px;
    clear: both
}

.routeview .step .title {
    position: relative;
    left: -16px;
    line-height: 32px
}

.routeview .step .title .updateicon {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0px 0 0 10px;
    font-size: 20px;
    background-color: #F20D0D;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.routeview .step .title .txt {
    margin-left: 48px;
    font-weight: 700;
    font-size: 18px;
    color: #07111b;
    text-align: left
}

.routeview .step .substance {
    margin-top: 12px;
    padding-left: 10px
}

.routeview .step .substance .brief {
    font-size: 14px;
    color: #1c1f21;
    line-height: 24px;
    text-align: left
}

.routeview .step .substance .item {
    width: 240px;
    float: left;
    margin-right: 20px;
    margin-top: 24px;
    background: url(http://cdn.71muke.com/static/img/coursebg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: auto;
    height: auto;
    border-radius: 12px;
}

.routeview .step .substance .item-desc {
    float: left;
    color: #383d42;
    text-align: left;
    width: 310px
}

.routeview .step .substance .item-desc h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 4px
}

.routeview .step .substance .item-desc .targetlist, .routeview .step .substance .item-desc p {
    font-size: 12px;
    line-height: 26px
}

.routeview .step .substance .item-desc .tag {
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.routeview .step .substance .item-desc .tag span {
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    background: rgba(0, 0, 0, .05);
    border-radius: 12px;
    text-align: center;
    font-size: 12px;
    color: #383d42;
    font-weight: 400;
    margin-right: 12px;
    margin-bottom: 6px
}

.routeview .step .substance .item-desc .tag span:last-child {
    margin-right: 0
}

.routeview .step .substance .item-course {
    width: 270px;
    height: auto;
    border-radius: 8px;
    background: #fff;
    transition: .3s all linear;
    position: relative;
}

.routeview .step .substance .item-course:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.routeview .step .substance .item-course a {
    display: block
}

.routeview .step .substance .item-course .tagsign {
    position: absolute;
    top: 10px;
    left: -12px;
    background: #37f;
    border-radius: 12px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 8px
}

.routeview .step .substance .item-course .courseimg {
    width: 270px;
    height: 90px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.routeview .step .substance .item-course .course-info {
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.routeview .step .substance .item-course .course-info h3 {
    font-weight: 700;
    font-size: 14px;
    color: #1c1f21;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    margin-bottom: 10px
}

.routeview .step .substance .item-course .course-info .desc {
    font-size: 12px;
    color: #f20d0d;
    max-height: 44px;
    overflow: hidden
}

.routeview .step .substance .item-course .course-info .desc span {
    display: inline-block;
    padding: 2px 6px;
    line-height: 20px;
    background: rgba(242, 13, 13, .05)
}

.routeview .step .substance .item-course .course-info .study-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 18px;
    font-size: 12px
}

.routeview .step .substance .item-course .course-info .study-info .course-num {
    color: #9199a1
}

.routeview .step .substance .item-course .course-info .study-info .course-stars {
    color: #545c63
}

.offside {
    margin-left: 30px;
    width: 320px
}

.offside h2 {
    font-weight: 700;
    font-size: 16px;
    color: #07111b;
    line-height: 24px;
    margin-bottom: 8px
}

.offside .box {
    margin-bottom: 16px;
    display: flex;
    flex-direction: row
}

.offside .recommoncourse {
    position: relative;
    width: 208px
}

.offside .recommoncourse h2 {
    font-weight: 400;
    font-size: 14px;
    color: #1c1f21;
    line-height: 20px;
    margin-bottom: 4px
}

.offside .recommoncourse h2.coursetitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis
}

.offside .recommoncourse h2.moretitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.offside .recommoncourse p {
    font-size: 12px;
    color: #9199a1;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.offside .recommoncourse .info {
    display: flex;
    flex-direction: row;
    margin-top: 4px;
    font-size: 12px;
    color: #545c63;
    line-height: 18px
}

.offside .recommoncourse .info i {
    font-style: normal;
    margin: 0 4px
}

.offside .recommoncourse .info i.imv2-set-sns {
    margin: 0
}

.offside .masterknowledge .suggestion {
    margin-bottom: 18px;
    font-size: 12px;
    color: #9199a1;
    line-height: 22px
}

.offside .masterknowledge img {
    width: 96px;
    height: 64px;
    border-radius: 8px;
    margin-right: 16px
}

.offside .morelearnpath.fixed-slider {
    position: fixed;
    top: 85px
}

.offside .morelearnpath .box:last-child {
    margin-bottom: 0
}

.offside .morelearnpath p.moredesc {
    width: 320px;
    font-size: 12px;
    color: #9199a1;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis
}

.offside .morelearnpath img {
    width: 96px;
    height: 64px;
    border-radius: 8px;
    margin-right: 16px
}

.offside .morelearnpath .pathinfo {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 12px;
    color: #545454;
    line-height: 18px
}

.fixed-wrap {
    width:100%;
    height: 98px;
    top: 251px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .05);
    z-index: 9
}

.fixed-wrap.bigactivity {
    height: 139px;
    top: 220px;
    background: url(/static/module/learningpath/img/bg_20211111.png?t=1);
    background-size: cover;
    background-position: center center
}

.fixed-wrap.bigactivity .fixed-wrap-content {
    box-sizing: border-box
}

.fixed-wrap.bigactivity .fixed-wrap-content .huabei, .fixed-wrap.bigactivity .fixed-wrap-content .jd {
    background: #ff7224
}

.fixed-wrap.bigactivity .coupon-2022 {
    height: 30px
}

.fixed-wrap.bigactivity .has-coupon-20210618, .fixed-wrap.bigactivity .has-coupon-20211111 {
    width: 537px;
    height: 18px;
    position: absolute;
    cursor: pointer;
    padding: 14px 12px 16px 11px;
    overflow: hidden
}

.fixed-wrap.bigactivity .has-coupon-20210618 .coupon-box-main, .fixed-wrap.bigactivity .has-coupon-20211111 .coupon-box-main {
    width: 100%
}

.fixed-wrap.bigactivity .has-coupon-20210618 .coupon-box-main .coupon-icon, .fixed-wrap.bigactivity .has-coupon-20211111 .coupon-box-main .coupon-icon {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 18px;
    line-height: 24px;
    background: #fa4810;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-align: center
}

.fixed-wrap.bigactivity .has-coupon-20210618 .coupon-box-main .l-couponbox, .fixed-wrap.bigactivity .has-coupon-20210618 .coupon-box-main .r-coupon-box, .fixed-wrap.bigactivity .has-coupon-20211111 .coupon-box-main .l-couponbox, .fixed-wrap.bigactivity .has-coupon-20211111 .coupon-box-main .r-coupon-box {
    float: left
}

.fixed-wrap.bigactivity .has-coupon-20210618 .coupon-box-main .l-couponbox, .fixed-wrap.bigactivity .has-coupon-20211111 .coupon-box-main .l-couponbox {
    width: 400px;
    margin-right: 5px
}

.fixed-wrap.bigactivity .has-coupon-20210618 .coupon-box-main .r-coupon-box i, .fixed-wrap.bigactivity .has-coupon-20210618 .coupon-box-main .r-coupon-box p, .fixed-wrap.bigactivity .has-coupon-20211111 .coupon-box-main .r-coupon-box i, .fixed-wrap.bigactivity .has-coupon-20211111 .coupon-box-main .r-coupon-box p {
    display: inline-block;
    font-size: 14px;
    color: #f20d0d;
    font-weight: 500
}

.fixed-wrap.bigactivity .has-coupon-20210618 span, .fixed-wrap.bigactivity .has-coupon-20211111 span {
    width: 120px;
    height: 24px;
    background-image: url(/static/module/img/new_coupon_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 12px;
    color: #f20d0d;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-bottom: 12px
}

.fixed-wrap.bigactivity .has-coupon-20210618 span:not(3n), .fixed-wrap.bigactivity .has-coupon-20211111 span:not(3n) {
    margin-right: 12px
}

.fixed-wrap.bigactivity .has-coupon-20210618 span::after, .fixed-wrap.bigactivity .has-coupon-20211111 span::after {
    content: ' | 领劵'
}

.fixed-wrap.bigactivity .has-coupon-20210618 span.success, .fixed-wrap.bigactivity .has-coupon-20211111 span.success {
    width: 130px;
    background-image: url(/static/module/img/coupon_20210618_success.png);
    background-size: 100% 100%;
    color: #ca5b1b
}

.fixed-wrap.bigactivity .has-coupon-20210618 span.success::after, .fixed-wrap.bigactivity .has-coupon-20211111 span.success::after {
    content: ' | 已领'
}

.fixed-wrap.bigactivity .has-coupon-20210618 span:hover, .fixed-wrap.bigactivity .has-coupon-20211111 span:hover {
    background-image: url(/static/module/img/new_coupon_bg_hover.png);
    background-size: cover;
    color: #c20a0a
}

.fixed-wrap.bigactivity .has-coupon-20211111:hover {
    padding-top: 12px;
    padding-left: 9px;
    height: 60px;
    border: 2px solid #ffe4dc;
    border-radius: 4px;
    background: #fff
}

.fixed-wrap.bigactivity .has-coupon-20211111:hover .icon-upordown {
    transform: rotate(180deg)
}

.fixed-scroll-nav {
    width: 100%;
    height: 72px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, .1);
    position: fixed;
    top: 0;
    z-index: 100;
    text-align: center
}

.pt {
    padding: 0 32px;
    box-sizing: border-box
}

.fixed-wrap-content {
    width:1100px;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: inherit
}

.fixed-wrap-content .timeout-bigactivity {
    position: absolute;
    height: 20px;
    right: 29px;
    top: 17px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.fixed-wrap-content .timeout-bigactivity .desc {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: 700;
    white-space: nowrap;
    margin-right: 7px
}

.fixed-wrap-content .timeout-bigactivity .time-box {
    background: #fff;
    border-radius: 4px;
    font-size: 12px;
    color: #f2310d;
    text-align: center;
    line-height: 20px;
    width: 24px;
    box-sizing: border-box;
    position: relative;
    white-space: nowrap
}

.fixed-wrap-content .timeout-bigactivity .time-box.day {
    width: 26px
}

.fixed-wrap-content .timeout-bigactivity .time-box:not(:last-child) {
    margin-right: 6px
}

.fixed-wrap-content .timeout-bigactivity .time-box:not(:last-child)::after {
    content: ':';
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: -5px;
    top: 0
}

.fixed-wrap-content .collect {
    width: 160px;
    height: 48px;
    background-color: rgba(240, 20, 20, .1);
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #f20d0d;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.5s;
}
.fixed-wrap-content .collect:hover{
    background-color: #f20d0d;
    color: #fff;
}

.fixed-wrap-content .collect i {
    font-size: 20px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    margin-right: 6px;
}

.fixed-wrap-content .collect i.on {
    color: #f20d0d
}

.fixed-wrap-content .title {
    font-size: 16px;
    color: #1c1f21;
    margin-right: 50px
}

.fixed-wrap-content .huabei {
    width: 68px;
    height: 24px;
    border-radius: 12px;
    background-image: linear-gradient(90deg, #3023ae 0, #53a0fd 100%);
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: inline-block
}
.fixed-wrap-content .taobao {
    width: 68px;
    height: 24px;
    border-radius: 12px;
    background-image: linear-gradient(90deg, #FF5500 0, #FF8B00 100%);
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: inline-block
}
.fixed-wrap-content .weixin {
    width: 68px;
    height: 24px;
    border-radius: 12px;
    background-image: linear-gradient(90deg, #07C160 0, #59f0a2 100%);
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: inline-block
}

.fixed-wrap-content .jd {
    width: 68px;
    height: 24px;
    border-radius: 12px;
    background-image: linear-gradient(90deg, #ff323f 0, #f76469 100%);
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: inline-block
}

.fixed-wrap-content .orderpath {
    width: 190px;
    height: 48px;
    display: inline-block;
    background-color: #f82424;
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 16px;
    margin-left: 12px;
    transition: background-color 0.5s;
}
.fixed-wrap-content .orderpath:hover{
    background-color: orangered;
}
.share-wrap {
    position: absolute;
    top: 19px;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center
}

.share-wrap .share {
    font-size: 20px;
    color: rgba(255, 255, 255, .4);
    line-height: 18px;
    margin-left: 26px;
    padding: 0;
    height: 18px;
    float: none;
    background: 0 0
}

.share-wrap .share:first-child {
    margin-left: 0
}

.share-wrap .share:hover {
    color: #fff
}

.coupon-success-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(28, 31, 33, .6);
    z-index: 900
}

.coupon-success-modal .modal-box {
    width: 1152px;
    height: 497px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/static/module/img/coupon_20220301.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 139px;
    box-sizing: border-box
}

.coupon-success-modal .modal-box .coupon-flex {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 0 168px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap
}

.coupon-success-modal .modal-box .coupon-flex .item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 262px;
    height: 114px;
    background-size: cover;
    background-position: center center;
    padding: 0 30px;
    margin-top: 20px;
    box-sizing: border-box;
    background-image: url(/static/module/img/coupon_bg.png)
}

.coupon-success-modal .modal-box .coupon-flex .item.coupon:nth-child(-n+3) {
    margin-top: 0
}

@font-face {
    font-family: DINCond-Medium;
    src: url(/static/module/common/fonts/DINCondm/DINCOND-MEDIUM.otf);
    font-style: normal
}

.coupon-success-modal .modal-box .coupon-flex .item .price {
    width: 90px;
    font-family: DINCond-Medium, sans-serif;
    font-size: 64px;
    color: #ff5126;
    letter-spacing: -2px;
    line-height: 48px;
    font-weight: 900
}

.coupon-success-modal .modal-box .coupon-flex .item .price sup {
    font-size: 14px;
    color: #ff5126;
    line-height: 24px;
    font-weight: 600;
    vertical-align: top
}

.coupon-success-modal .modal-box .coupon-flex .item .coupon-info {
    font-size: 12px;
    color: #e75209;
    line-height: 14px;
    font-weight: 600
}

.coupon-success-modal .modal-box .coupon-flex .item .coupon-info p:first-child {
    font-size: 14px;
    margin-bottom: 3px
}

.coupon-success-modal .modal-box .coupon-flex .item .receive-success-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 4px;
    right: 6px;
    background-image: url(/static/module/img/receive_img.png);
    background-size: 100% 100%
}

.coupon-success-modal .modal-box .modal-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.coupon-success-modal .modal-box .modal-btns .btn {
    width: 164px;
    height: 52px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, .51);
    border-radius: 34px;
    cursor: pointer;
    font-size: 21px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    line-height: 52px;
    color: #fff;
    transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
    -o-transition: all 3s
}

.coupon-success-modal .modal-box .modal-btns .btn.look {
    background-image: linear-gradient(270deg, #f5d49f 0, #fff1bf 50%, #f4cb8f 100%);
    background-image: linear-gradient(180deg, #fa9b6d 0, #fe5f18 100%);
    border: 0;
    margin-right: 60px
}