@charset "UTF-8";
.word-break {
    word-break: break-all;
    word-wrap: break-word
}

.keep-word {
    white-space: nowrap;
    word-break: keep-all
}

.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-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.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_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: "PingFang SC", "微软雅黑", "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif
}

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 "PingFang SC", "微软雅黑", "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif
}

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
}

.page {
    margin: 25px 0;
    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: #f3f5f7
}

.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
}

.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: 25px;
    padding-bottom: 15px;
    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;
    font-weight: 700;
    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-close {
    position: absolute;
    top: 11px;
    right: 20px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(/static/module/common/img/nlogin.png) no-repeat 0 0;
    transition: transform .2s;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -o-transition: transform .2s
}

.rl-close:hover {
    background-position: 0 -21px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1)
}

.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: #04c
}

.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
}

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

.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: 12px
}

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

.pop-login-sns-text {
    font-size: 14px;
    color: #b2b8bd;
    text-align: center;
    line-height: 24px;
    margin-bottom: 12px
}

.pop-login-sns-text span {
    position: relative
}

.pop-login-sns-text span::before {
    content: '';
    width: 24px;
    height: 1px;
    position: absolute;
    background: rgba(28, 31, 33, .1);
    top: 11px;
    left: -32px
}

.pop-login-sns-text span::after {
    content: '';
    width: 24px;
    height: 1px;
    position: absolute;
    background: rgba(28, 31, 33, .1);
    top: 11px;
    right: -32px
}

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

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

.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 {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #c8cdd2;
    transition: color .2s
}

.pop-login-sns a:not(:first-child) {
    margin-left: 21px
}

.pop-login-sns i {
    font-size: 24px;
    vertical-align: -3px;
    transition: color .2s;
    color: #b5b9bc
}

.pop-login-sns .pop-sns-weixin:hover i {
    color: #04cb2a
}

.pop-login-sns .pop-sns-qq:hover i {
    color: #37f
}

.pop-login-sns .pop-sns-weibo:hover i {
    color: #f20d0d
}

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

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

.privacy_tip a:visited {
    font-size: 12px;
    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 19px;
    position: relative
}

.qrcode_title {
    font-size: 16px;
    color: #717a84;
    font-weight: 700;
    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: #1481b8 !important;
    cursor: pointer
}

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

.phoneVerityBox .voicecode-send {
    margin-left: 8px;
    padding-left: 8px;
    font-size: 14px;
    color: #1481b8;
    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: #1481b8 !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: #1481b8;
    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
}

.ueword {
    word-break: break-all
}

.ueword caption, .ueword code, .ueword optgroup, .ueword strong, .ueword th {
    font-style: inherit;
    font-weight: 700
}

.ueword address, .ueword cite, .ueword dfn, .ueword em, .ueword i, .ueword var {
    font-style: italic;
    font-weight: inherit
}

.ueword blockquote {
    padding: 1px 20px;
    margin: 1em 0;
    border-left: 4px solid #ccc;
    color: #787d82;
    background-color: #f5f5f5
}

.ueword blockquote p {
    line-height: 1.5em;
    font-size: 13px;
    color: #444
}

.ueword ul {
    list-style-type: disc
}

.ueword ol {
    list-style-type: decimal
}

.ueword .list-paddingleft-2 {
    padding-left: 30px
}

.ueword a {
    color: #08c;
    text-decoration: none
}

.ueword a:hover {
    color: #08c;
    text-decoration: underline
}

.ueword pre {
    margin: .5em 0;
    padding: .4em .6em;
    line-height: 1.5;
    border-radius: 3px;
    background: #eee;
    overflow-x: auto
}

.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;
    right: 80px;
    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
}

.certificate-mode {
    display: none
}

.first-certificate {
    display: block
}

#certificate-mode {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 408px;
    height: 570px;
    margin-left: -204px;
    margin-top: -285px;
    z-index: 10
}

#certificate-mode .certificate-wrap {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

#certificate-mode .certificate-wrap img {
    width: 100%;
    height: auto
}

#certificate-mode .generate-report-mode {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center
}

#certificate-mode .generate-report-mode .generate-report {
    display: inline-block;
    border: 1px solid #fff;
    padding: 4px 8px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    color: #fff
}

.certificate-mode-opt {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(7, 17, 27, .5)
}

@font-face {
    font-family: DINCOND-MEDIUM;
    src: url(/static/module/sc/font/DINcond.otf);
    font-weight: 400;
    font-style: normal
}

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

#main {
    min-height: 750px
}

.body-main {
    min-height: 750px;
    position: relative
}

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

.pr {
    position: relative
}

#video-wrap {
    position: fixed;
    overflow-y: scroll;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, .8);
    display: none
}

#video-wrap #video-box {
    width: 800px;
    top: 100px;
    left: 50%;
    margin-left: -400px;
    padding-bottom: 16px;
    position: relative;
    background: #545c63;
    box-shadow: 0 8px 16px 0 rgba(28, 31, 33, .4);
    border-radius: 12px
}

#video-wrap #video-box .video-title {
    height: 64px;
    position: relative;
    padding-left: 32px;
    padding-top: 24px;
    box-sizing: border-box
}

#video-wrap #video-box .video-title h2 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700
}

#video-wrap #video-box .video-title .close-mediaview {
    position: absolute;
    font-size: 24px;
    color: #fff;
    right: 32px;
    top: 24px;
    z-index: 10001;
    cursor: pointer
}

#video-wrap #video-box #try-video-container {
    width: 100%;
    height: 450px;
    position: relative
}

#video-wrap #video-box .try-video-container {
    width: 100%;
    height: 450px;
    position: relative;
    display: none
}

#video-wrap #video-box .video-list {
    width: 100%
}

#video-wrap #video-box .video-list li {
    width: 100%
}

#video-wrap #video-box .video-list li .ui-media-title {
    width: 100%;
    height: 54px;
    line-height: 54px;
    padding: 0 32px;
    box-sizing: border-box;
    display: inline-block
}

#video-wrap #video-box .video-list li .ui-media-title i {
    font-size: 18px;
    color: rgba(255, 255, 255, .6);
    vertical-align: text-top;
    margin-right: 6px
}

#video-wrap #video-box .video-list li .ui-media-title .right-box {
    display: inline-block;
    width: 705px;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

#video-wrap #video-box .video-list li .ui-media-title .right-box .title {
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    display: inline-block;
    width: 640px;
    font-weight: 700
}

#video-wrap #video-box .video-list li .ui-media-title .right-box .state {
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 14px
}

#video-wrap #video-box .video-list li.active .right-box .title, #video-wrap #video-box .video-list li.active i, #video-wrap #video-box .video-list li:hover .right-box .title, #video-wrap #video-box .video-list li:hover i {
    color: #fff
}

#video-wrap #video-box .video-list li:last-child .right-box {
    border-bottom: none
}

#video-wrap .next-mask {
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 218px;
    width: 800px;
    height: 450px;
    background: #1d1f21;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: 996;
    transition: all .3s ease;
    transform: translateZ(0)
}

#video-wrap .next-mask.in {
    visibility: visible;
    opacity: 1
}

#video-wrap .next-mask .helper, #video-wrap .next-mask .next-btn, #video-wrap .next-mask .next-content {
    display: inline-block
}

#video-wrap .next-mask .next-content {
    margin-top: 150px
}

#video-wrap .next-mask .next-content .wechat-box {
    margin: 0 auto;
    margin-top: -110px;
    width: 300px;
    height: 220px;
    position: relative;
    color: #1c1f21;
    display: none
}

#video-wrap .next-mask .next-content .wechat-box .wechat-close {
    color: #1c1f21;
    position: absolute;
    right: -20px;
    top: -10px;
    font-size: 18px
}

#video-wrap .next-mask .next-content .wechat-box img {
    margin: 20px auto;
    width: 120px
}

#video-wrap .next-mask .next-content .next-hd {
    font-size: 16px;
    color: #fff;
    line-height: 36px
}

#video-wrap .next-mask .next-content .next-hd .next-name, #video-wrap .next-mask .next-content .next-hd .next-time {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-top: 8px;
    font-weight: 700
}

#video-wrap .next-mask .next-content .next-hd .next-time {
    margin-left: 4px
}

#video-wrap .next-mask .next-content .next-btn {
    margin: 40px 0 20px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #f20d0d
}

#video-wrap .next-mask .next-content .next-btn i {
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
    vertical-align: middle
}

#video-wrap .next-mask .next-content .view-again {
    font-size: 14px;
    line-height: 22px;
    color: #545c63;
    transition: .3s all
}

#video-wrap .next-mask .next-content .view-again i {
    font-size: 16px;
    margin-right: 6px;
    vertical-align: -2px
}

#video-wrap .next-mask .next-content .view-again:hover {
    color: #fff
}

#video-wrap .next-mask .helper {
    position: relative;
    height: 100%;
    vertical-align: middle
}

#video-wrap .next-mask .cont-next-media .p {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    line-height: 44px
}

.addZ-index {
    z-index: 9999
}

.verify-box {
    height: 36px;
    box-sizing: border-box;
    position: relative
}

.verify-box * {
    box-sizing: border-box
}

.verify-box input[type=text] {
    border: 1px solid #b7bbbf;
    width: 118px;
    height: 36px;
    margin-right: 8px;
    line-height: 36px;
    padding: 0 10px;
    float: left
}

.verify-box .codeimg {
    cursor: pointer;
    width: 70px;
    height: 36px;
    background-color: #ffefdb;
    margin-right: 12px;
    float: left;
    border: none
}

.verify-box i.imv2-refresh {
    cursor: pointer;
    font-size: 24px;
    color: #93999f;
    float: left;
    line-height: 36px;
    transition: .3s all linear
}

.verify-box i.imv2-refresh:hover {
    transform: rotate(180deg)
}

.verify-box .errtip {
    position: absolute;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    padding: 0 5px;
    color: #f01414;
    font-size: 12px;
    top: 36px;
    visibility: visible
}

.elevator {
    position: fixed;
    padding: 0 16px;
    top: 55%;
    margin-top: -140px;
    right: 0;
    z-index: 899;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, .1);
    border-radius: 8px 0 0 8px
}

.elevator a {
    position: relative;
    display: block;
    width: 26px;
    height: 56px;
    font-size: 22px;
    line-height: 20px;
    color: #b5b9bc;
    box-sizing: border-box;
    text-align: center
}

.elevator a + a:after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
    content: '';
    width: 24px;
    border: 1px solid #f3f5f7
}

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

.elevator a i {
    font-size: 24px;
    line-height: 56px;
    color: #d9dde1
}

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

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

.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)
}

.program-nav {
    padding-right: 10px !important
}

.star i {
    position: relative;
    color: #b5b9bc;
    font-size: 16px
}

.star i.on {
    color: #f90
}

@media screen and (max-width: 1200px) {
    #footer .followus {
        padding-left: 0
    }

    #footer .footer_link li {
        margin-right: 10px
    }
}

body {
    width: 100%;
    height: 100%;
    min-width: 1200px
}

.lotterycomer {
    width: 100%;
    height: 50px;
    background-image: url(/static/module/common/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
}

#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/common/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/common/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/common/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
}

#MEIQIA-BTN-HOLDER {
    border-radius: 30px;
    bottom: auto !important;
    top: 32%
}

#MEIQIA-BTN {
    width: 128px !important;
    height: 56px !important;
    background-image: url(/static/module/common/img/meiqia-icon.gif) !important;
    background-size: auto 100% !important;
    background-position: 0 !important;
    background-repeat: no-repeat !important;
    border: 0 !important;
    border-radius: 28px !important
}

#MEIQIA-BTN #MEIQIA-BTN-ICON {
    display: none !important
}

#MEIQIA-BTN #MEIQIA-BUBBLE {
    right: 142px !important
}

@media screen and (max-width: 1366px) {
    #MEIQIA-BTN-HOLDER {
        top: 213px
    }
}

@font-face {
    font-family: sz;
    src: url(/static/module/common/szfont/fonts/sz.eot?nqs4vc1);
    src: url(/static/module/common/szfont/fonts/sz.eot?nqs4vc1#iefix) format('embedded-opentype'), url(/static/module/common/szfont/fonts/sz.ttf?nqs4vc1) format('truetype'), url(/static/module/common/szfont/fonts/sz.woff?nqs4vc1) format('woff'), url(/static/module/common/szfont/fonts/sz.svg?nqs4vc1#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-help_outline:before {
    content: "\e91c"
}

.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-forward:before {
    content: "\e91d"
}

.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"
}

body {
    min-width: 1200px
}

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

@font-face {
    font-family: DINCOND-MEDIUM;
    src: url(/static/module/sc/font/DINcond.otf);
    font-weight: 400;
    font-style: normal
}

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

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

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: 400;
    font-family: "PingFang SC", "微软雅黑", "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif
}

#Anchor {
    position: absolute;
    top: 350px
}

.commontop {
    position: relative;
    width: 100%;
    height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -2px
}

.commonfixnav {
    position: absolute;
    bottom: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1152px;
    height: 110px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(28, 31, 33, .06), 0 4px 8px 0 rgba(28, 31, 33, .06), 0 8px 16px 0 rgba(28, 31, 33, .06), 0 12px 24px 0 rgba(28, 31, 33, .06), 0 16px 32px 0 rgba(28, 31, 33, .06);
    border-radius: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 1
}

.commonfixnav:not(.bigactivity) .rightpic-bigactivity {
    display: none
}

.commonfixnav.bigactivity {
    background: 0 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/static/module/marketpage2020/img/commonfixnav-bg-20201111.png);
    height: 151px;
    bottom: -75px;
    padding: 39px 24px 0 24px;
    box-shadow: 0 4px 4px 0 rgba(28, 31, 33, .06), 0 8px 8px 0 rgba(28, 31, 33, .06), 0 16px 16px 0 rgba(28, 31, 33, .06), 0 24px 24px 0 rgba(28, 31, 33, .06), 0 32px 32px 0 rgba(28, 31, 33, .06)
}

.commonfixnav.bigactivity .commonfix .item::after {
    color: #d08400
}

.commonfixnav.bigactivity .commonfix .item span {
    color: #d08400
}

.commonfixnav.bigactivity .commonfix .item span em {
    color: #ca5b1b
}

.commonfixnav.bigactivity .commonfix .item span.first-item {
    color: #ca5b1b
}

.commonfixnav.bigactivity .commonfix .item span.ident {
    color: #d08400
}

.commonfixnav.bigactivity .rightpic {
    display: none
}

.commonfixnav.bigactivity .rightpic-bigactivity {
    width: 390px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.commonfixnav.bigactivity .rightpic-bigactivity .price-box .price-row {
    font-size: 22px;
    color: #f2310d;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 11px;
    text-align: center
}

.commonfixnav.bigactivity .rightpic-bigactivity .price-box .label-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex
}

.commonfixnav.bigactivity .rightpic-bigactivity .price-box .label-row .label {
    display: inline-block;
    border-radius: 12px;
    line-height: 18px;
    text-align: center;
    font-size: 6px;
    color: #fff;
    font-weight: 400;
    margin-left: 6px;
    background: #ff7224;
    padding: 0 7px
}

.commonfixnav.bigactivity .rightpic-bigactivity .price-box .label-row .label:first-child {
    margin-left: 0
}

.commonfixnav.bigactivity .rightpic-bigactivity .btn-box {
    width: 220px;
    height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

.commonfixnav.bigactivity .rightpic-bigactivity .btn-box.can-use-coupon .btn-buy {
    border-radius: 0 24px 24px 0
}

.commonfixnav.bigactivity .rightpic-bigactivity .btn-box .coupon {
    width: 110px;
    height: 48px;
    background: #f5ae3c;
    border-radius: 24px 0 0 24px;
    display: inline-block;
    padding-top: 6px;
    box-sizing: border-box
}

.commonfixnav.bigactivity .rightpic-bigactivity .btn-box .coupon p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 18px
}

.commonfixnav.bigactivity .rightpic-bigactivity .btn-box .btn-buy {
    width: 110px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #f24e4b;
    border-radius: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    display: inline-block
}

.commonfixnav.bigactivity .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
}

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

.commonfixnav.bigactivity .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
}

.commonfixnav.bigactivity .timeout-bigactivity .time-box.day {
    width: 26px
}

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

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

.rightpic {
    display: flex;
    flex-direction: row;
    align-items: center
}

.rightpic .price-box {
    line-height: 16px;
    font-family: "PingFang SC";
    text-align: right
}

.rightpic .price-box p:last-child {
    margin-top: 8px
}

.rightpic .price-box .tips30 {
    display: inline-block;
    border-radius: 12px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #9448eb;
    font-weight: 400;
    margin-left: 12px;
    background: rgba(148, 71, 235, .1);
    padding: 4px 6px
}

.rightpic .price-box .tips30:first-child {
    margin-left: 0
}

.rightpic .price-box .presale-timebox {
    height: 24px;
    position: relative;
    font-size: 0;
    text-align: right;
    cursor: pointer
}

.rightpic .price-box .presale-timebox .presale-mark {
    display: inline-block;
    background: #9448eb;
    width: 44px;
    height: 100%;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.rightpic .price-box .presale-timebox .presale-interval {
    display: inline-block;
    background: #f4eaff;
    padding: 0 9px 0 7px;
    height: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 12px;
    color: #b620e0;
    line-height: 24px;
    box-sizing: border-box;
    vertical-align: top
}

.rightpic .price-box .presale-timebox .presale-interval i {
    font-size: 16px;
    color: #9448eb;
    vertical-align: text-top;
    cursor: pointer
}

.rightpic .price-box .presale-timebox .presale-interval.presale span {
    width: 15px;
    display: inline-block
}

.rightpic .price-box .presale-timebox .presale-interval.tailTime .tail-time {
    width: 126px;
    display: inline-block
}

.rightpic .price-box .presale-timebox .presale-interval.tailTime span {
    margin-left: 5px
}

.rightpic .price-box .presale-timebox .presale-rull {
    display: none;
    background: #fff;
    box-shadow: 0 8px 16px 0 rgba(28, 31, 33, .2);
    border-radius: 10px;
    width: 450px;
    padding: 30px 32px 44px;
    box-sizing: border-box;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 10;
    text-align: left;
    font-size: 0
}

.rightpic .price-box .presale-timebox .presale-rull .title {
    font-size: 16px;
    color: #1c1f21;
    line-height: 24px;
    font-weight: 700
}

.rightpic .price-box .presale-timebox .presale-rull i {
    font-size: 24px;
    color: #b2b8bd;
    line-height: 24px;
    position: absolute;
    top: 30px;
    right: 32px;
    cursor: pointer
}

.rightpic .price-box .presale-timebox .presale-rull .rule {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1c1f21;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 30px;
    text-align: left
}

.rightpic .price-box .presale-timebox .presale-rull .rule span {
    display: inline-block;
    width: 368px;
    vertical-align: top
}

.rightpic .price-box .presale-timebox .presale-rull .trangle-top {
    border-top: 0 solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    right: 30px
}

.rightpic .price-box .presale-pricebox {
    font-size: 0;
    margin-top: 12px !important
}

.rightpic .price-box .presale-pricebox .pre-discount {
    background: rgba(242, 13, 13, .1);
    border-radius: 24px;
    margin-left: 10px;
    padding: 0 7px;
    font-size: 12px;
    color: #f20d0d;
    line-height: 17px
}

.rightpic .price-box .presale-pricebox .ori-price {
    margin-left: 10px;
    white-space: nowrap
}

.rightpic .dis-price {
    font-size: 14px;
    color: #f20d0d;
    font-weight: 700
}

.rightpic .dis-price.class3_0 {
    font-size: 12px
}

.rightpic .dis-price em {
    font-size: 22px;
    font-weight: 700
}

.rightpic .ori-price {
    color: #9199a1;
    font-size: 14px;
    line-height: 22px;
    text-decoration: line-through
}

.rightpic .btn-buy {
    width: 110px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #9448eb;
    border-radius: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    margin-left: 15px;
    position: relative
}

.rightpic .btn-buy.tailNot {
    background: rgba(148, 72, 235, .3)
}

.saleicon {
    position: absolute;
    right: 0;
    top: -8px;
    width: 88px;
    height: 32px;
    background-image: url(/static/module/common/img/getcouponbg@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    font-weight: 200
}

.rightpic .btn-buy.disabled {
    background: #ccc;
    cursor: default
}

.commonfix {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: DINCOND-MEDIUM
}

.commonfix .item {
    height: 64px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 0 20px;
    cursor: default
}

.commonfix .item:hover .triangle {
    display: block
}

.commonfix .item:last-child::after {
    content: ''
}

/*.commonfix .item::after {*/
/*    content: '/';*/
/*    position: absolute;*/
/*    right: -6px;*/
/*    top: 50%;*/
/*    color: #9448eb;*/
/*    vertical-align: middle;*/
/*    font-size: 24px;*/
/*    transform: translate(0, -50%)*/
/*}*/

.commonfix .item .triangle {
    display: none;
    position: absolute;
    bottom: 0;
    left: 55px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent #2b333b transparent;
    z-index: 3
}

.commonfix .item .triangle .tip {
    position: absolute;
    top: 5px;
    left: -114px;
    padding: 8px;
    width: 226px;
    box-sizing: border-box;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    text-align: left;
    background: #2b333b;
    box-shadow: 0 2px 4px 0 rgba(7, 17, 27, .2);
    border-radius: 4px;
    word-break: break-all
}

.commonfix .item .triangle .tip.class30 {
    width: 140px;
    left: -70px;
    padding: 12px 15px;
    white-space: nowrap
}

.commonfix .item .triangle .tip .steptip {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 18px
}

.commonfix .item .triangle .tip a {
    color: #0a92ce
}

.commonfix .item .triangle .tip a:hover {
    color: #099ee0
}

.commonfix .item span {
    font-size: 12px;
    color: #9448eb;
    font-weight: 700;
    text-align: center;
    line-height: 34px;
    white-space: nowrap
}

.commonfix .item span em {
    /*font-size: 34px;*/
    font-family: DINCOND-MEDIUM;
    font-weight: 700;
    line-height: 36px
}

.commonfix .item span.first-item {
    font-size: 24px;
    line-height: 34px
}

.commonfix .item span.ident {
    font-size: 14px;
    color: #1c1f21;
    font-weight: 400;
    line-height: 22px
}

.presale-intro {
    padding: 74px 0 0
}

.presale-intro .wrap {
    width: 1152px;
    height: 80px;
    border-radius: 16px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    background: #f4eaff;
    display: flex;
    justify-content: space-between
}

.presale-intro .presale-mark {
    display: inline-block;
    background: #9448eb;
    width: 104px;
    height: 100%;
    font-size: 21px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-weight: 700;
    vertical-align: top
}

.presale-intro .presale-intro-left {
    display: inline-block;
    width: 646px;
    height: 80px;
    padding-top: 18px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto
}

.presale-intro .presale-intro-left .step-info li {
    position: relative;
    margin-left: 12px;
    display: inline-block
}

.presale-intro .presale-intro-left .step-info li .num {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(202, 142, 255, .5);
    text-align: center;
    position: relative;
    vertical-align: middle
}

.presale-intro .presale-intro-left .step-info li .num .circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ca8eff;
    position: absolute;
    top: 2px;
    left: 2px;
    font-family: DINCondensed-Bold;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    font-style: normal
}

.presale-intro .presale-intro-left .step-info li .step {
    font-size: 16px;
    line-height: 18px;
    color: #1c1f21;
    margin-left: 4px;
    vertical-align: middle
}

.presale-intro .presale-intro-left .step-info li .step.fz12 {
    font-size: 14px
}

.presale-intro .presale-intro-left .step-info li .line {
    width: 30px;
    display: inline-block;
    border: 1px dashed rgba(160, 51, 253, .47);
    margin-left: 12px;
    vertical-align: middle
}

.presale-intro .presale-intro-left .step-info li .tip {
    position: absolute;
    top: 26px;
    left: 24px
}

.presale-intro .presale-intro-left .step-info li .tip span {
    font-size: 12px;
    color: #9199a1;
    line-height: 17px;
    word-break: keep-all;
    white-space: nowrap
}

.presale-intro .presale-intro-right {
    display: inline-block;
    width: 412px;
    height: 80px;
    box-sizing: border-box;
    position: relative;
    vertical-align: top
}

.presale-intro .presale-intro-right .price-info {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.presale-intro .presale-intro-right .price-info li {
    margin: 0 8px;
    text-align: center;
    word-break: keep-all
}

.presale-intro .presale-intro-right .price-info li .price-name {
    font-size: 16px;
    color: #1c1f21;
    line-height: 18px
}

.presale-intro .presale-intro-right .price-info li .price {
    font-size: 18px;
    color: #f20d0d;
    line-height: 18px;
    font-weight: 700;
    margin-top: 6px;
    font-family: DINCOND-MEDIUM
}

.presale-intro .presale-intro-right .price-info li .price span {
    font-size: 14px;
    vertical-align: bottom
}

.presale-intro .presale-intro-right .price-info li .price.op {
    opacity: .6
}

.presale-intro .line-rect {
    width: 10px;
    height: 80px;
    background: #fff;
    -webkit-transform: skew(160deg);
    -moz-transform: skew(160deg);
    -o-transform: skew(160deg);
    transform: skew(160deg);
    position: absolute;
    top: 0;
    right: 400px
}

.commonnav {
    width: 100%;
    height: 155px;
    padding-top: 83px;
    box-sizing: border-box;
    background: #f8fafc
}

.commonnav.presale {
    height: 117px;
    padding-top: 45px
}

.commonnav .common-tab {
    width: 1152px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.commonnav .common-tab li {
    position: relative;
    margin-right: 64px
}

.commonnav .common-tab li:last-child {
    margin-right: 0
}

.commonnav .common-tab li .borderLine {
    display: none;
    position: absolute;
    width: 16px;
    height: 2px;
    top: 40px;
    left: 50%;
    margin-left: -8px;
    background: #9448eb
}

.commonnav .common-tab li.on a {
    color: #9448eb
}

.commonnav .common-tab li.on .borderLine {
    display: block
}

.commonnav .common-tab li:hover a {
    color: #9448eb
}

.commonnav .common-tab li:hover .borderLine {
    display: block
}

.commonnav .common-tab li a {
    font-weight: 700;
    font-size: 16px;
    color: #4d555d
}

.commonnav .common-tab li .mark {
    width: 34px;
    height: 18px;
    background: #9448eb;
    border-radius: 9px;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 67px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 18px
}

.commonnav .common-tab li .number {
    position: absolute;
    top: -5px;
    left: 67px;
    font-size: 12px;
    color: #b7bbbf
}

.faq-con {
    background: #f3f5f6;
    padding-top: 64px;
    padding-bottom: 64px;
    box-sizing: border-box
}

.faq-con .title {
    font-size: 32px;
    color: #07111b;
    text-align: center;
    line-height: 48px;
    margin-bottom: 48px;
    font-weight: 700
}

.faq-con ul {
    width: 1152px;
    padding: 32px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(28, 31, 33, .1);
    border-radius: 12px
}

.faq-con ul li {
    width: 528px;
    height: 122px;
    margin-right: 32px;
    margin-bottom: 38px
}

.faq-con ul li:nth-child(2n) {
    margin-right: 0
}

.faq-con ul li .left-con {
    width: 36px
}

.faq-con ul li .left-con .thumbs-up {
    height: 36px;
    border-radius: 50%;
    background: #f3f5f6;
    text-align: center;
    line-height: 36px;
    margin-bottom: 8px
}

.faq-con ul li .left-con .thumbs-up i {
    font-size: 16px;
    color: #9199a1
}

.faq-con ul li .left-con p {
    font-size: 12px;
    color: #9199a1;
    text-align: center;
    line-height: 12px
}

.faq-con ul li .right-con {
    width: 476px;
    padding-top: 6px
}

.faq-con ul li .right-con .title {
    font-size: 16px;
    color: #1c1f21;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 700;
    text-align: left
}

.faq-con ul li .right-con .text {
    width: 476px;
    height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #545c63;
    line-height: 28px;
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s
}

.faq-con ul li .right-con .text:hover {
    background: #fff;
    height: auto;
    min-height: 84px;
    position: relative;
    z-index: 5;
    padding: 10px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .2);
    -webkit-line-clamp: inherit
}

.comment-con {
    height: 614px;
    background: #f3f5f6;
    padding-top: 64px;
    box-sizing: border-box;
    position: relative;
    width: 1152px;
    border-bottom: 1px rgba(28, 31, 33, .1) solid;
    margin: 0 auto
}

.comment-con .title {
    font-size: 32px;
    color: #07111b;
    text-align: center;
    line-height: 48px;
    margin-bottom: 48px;
    font-weight: 700
}

.comment-con .swiper-container {
    width: 1152px;
    margin: 0 auto;
    position: relative
}

.comment-con .swiper-container .item {
    width: 368px;
    height: 352px;
    padding: 36px 32px 0 32px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(28, 31, 33, .1);
    border-radius: 12px;
    margin-right: 24px
}

.comment-con .swiper-container .item:nth-child(3n) {
    margin-right: 0
}

.comment-con .swiper-container .item .head-img {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 8px
}

.comment-con .swiper-container .item .name {
    font-size: 16px;
    color: #1c1f21;
    text-align: center;
    line-height: 24px;
    margin-bottom: 4px;
    font-weight: 700
}

.comment-con .swiper-container .item .stars {
    width: 76px;
    margin: 0 auto;
    margin-bottom: 12px
}

.comment-con .swiper-container .item .stars .on {
    color: #f90
}

.comment-con .swiper-container .item .text {
    font-size: 14px;
    color: #545c63;
    text-align: center;
    line-height: 28px;
    max-height: 142px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.top-menu {
    width: 1154px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -577px;
    height: 68px;
    padding-top: 16px;
    box-sizing: border-box;
    /*border-bottom: 1px solid rgba(255, 255, 255, .1)*/
}

.top-menu .icon {
    width: 126px;
    height: 46px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/static/module/marketpage/img/top-menu-logo.png?t=2021);
    margin-right: 24px
}

.top-menu .select-menu {
    position: relative;
    top: -16px;
    height: 68px;
    cursor: pointer
}

.top-menu .select-menu span {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 68px;
    padding-right: 7px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.top-menu .select-menu span:hover {
    color: #fff
}

.top-menu .select-menu i {
    font-size: 14px;
    color: #fff;
    line-height: 68px
}

.top-menu .select-menu .menu {
    display: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    position: absolute;
    width: 320px;
    background: #fff;
    box-shadow: 0 12px 24px 0 rgba(28, 31, 33, .2);
    left: -24px;
    top: 68px;
    padding-top: 22px;
    padding-right: 7px;
    box-sizing: border-box;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    z-index: 1
}

.top-menu .select-menu .menu .scroll-box {
    max-height: 450px;
    overflow-y: scroll
}

.top-menu .select-menu .menu .scroll-box::-webkit-scrollbar {
    width: 6px
}

.top-menu .select-menu .menu .scroll-box::-webkit-scrollbar-thumb {
    background: #d3d6d9;
    border-radius: 3px
}

.top-menu .select-menu .menu .scroll-box::-webkit-scrollbar-track {
    background: #fff
}

.top-menu .select-menu .menu .item {
    width: 272px;
    margin: 0 auto;
    margin-bottom: 12px;
    padding-bottom: 16px;
    border-bottom: 1px rgba(28, 31, 33, .1) solid
}

.top-menu .select-menu .menu .item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.top-menu .select-menu .menu .item h2 {
    font-weight: 700;
    font-size: 14px;
    color: #1c1f21;
    line-height: 22px;
    text-align: left;
    margin-bottom: 4px;
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.top-menu .select-menu .menu .item p {
    font-size: 12px;
    color: #9199a1;
    line-height: 18px;
    text-align: left;
    cursor: pointer
}

.top-menu .select-menu .menu .item:hover h2 {
    color: #9447eb
}

.top-menu .select-menu:hover .menu {
    display: block
}

.top-menu .share-box {
    width: 120px;
    padding-top: 8px
}

.top-menu .share-box .share {
    font-size: 20px;
    color: rgba(255, 255, 255, .4);
    text-align: center;
    line-height: 24px;
    background: 0 0;
    padding: 0;
    padding-right: 24px;
    margin: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.top-menu .share-box .share:last-child {
    padding-right: 0
}

.top-menu .share-box .share:hover {
    color: #fff
}

.top-menu .hasbuy {
    margin-left: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 16px;
    background: rgba(255, 255, 255, .1);
    border-radius: 18px;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.top-menu .hasbuy:hover {
    background-color: rgba(255, 255, 255, .2)
}

.bd_weixin_popup .bd_weixin_popup_head span {
    font-size: 14px
}

.bd_weixin_popup .bd_weixin_popup_foot {
    font-size: 14px !important;
    text-align: center !important;
    margin-top: 20px !important
}

.top-fixed-menu30 {
    width: 100%;
    height: 74px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
    z-index: 11;
    display: none
}

.top-fixed-menu30 .menu-wrap {
    position: relative;
    width: 1152px;
    height: 74px;
    margin: 0 auto;
    background: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.top-fixed-menu30 .select-menu {
    cursor: pointer;
    height: 74px;
    line-height: 74px;
    display: flex;
    align-items: center
}

.top-fixed-menu30 .select-menu span {
    max-width: 215px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
    font-size: 20px;
    color: #1c1f21
}

.top-fixed-menu30 .select-menu span i.toplogo {
    background: url(/static/module/marketpage2020/img/logo-icon.png?v=1);
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    margin-top: -4px
}

.top-fixed-menu30 .select-menu i {
    font-size: 18px;
    color: #9199a1
}

.top-fixed-menu30 .select-menu .menu {
    display: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    position: absolute;
    width: 320px;
    background: #fff;
    box-shadow: 0 12px 24px 0 rgba(28, 31, 33, .2);
    left: -24px;
    top: 68px;
    padding-top: 22px;
    padding-right: 7px;
    box-sizing: border-box;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    z-index: 1
}

.top-fixed-menu30 .select-menu .menu .scroll-box {
    max-height: 450px;
    overflow-y: scroll
}

.top-fixed-menu30 .select-menu .menu .scroll-box::-webkit-scrollbar {
    width: 6px
}

.top-fixed-menu30 .select-menu .menu .scroll-box::-webkit-scrollbar-thumb {
    background: #d3d6d9;
    border-radius: 3px
}

.top-fixed-menu30 .select-menu .menu .scroll-box::-webkit-scrollbar-track {
    background: #fff
}

.top-fixed-menu30 .select-menu .menu .item {
    width: 272px;
    margin: 0 auto;
    margin-bottom: 12px;
    padding-bottom: 16px;
    border-bottom: 1px rgba(28, 31, 33, .1) solid
}

.top-fixed-menu30 .select-menu .menu .item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.top-fixed-menu30 .select-menu .menu .item h2 {
    font-weight: 700;
    font-size: 14px;
    color: #1c1f21;
    line-height: 22px;
    text-align: left;
    margin-bottom: 4px;
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.top-fixed-menu30 .select-menu .menu .item p {
    font-size: 12px;
    color: #9199a1;
    line-height: 18px;
    text-align: left;
    cursor: pointer
}

.top-fixed-menu30 .select-menu .menu .item:hover h2 {
    color: #9447eb
}

.top-fixed-menu30 .select-menu:hover .menu {
    display: block
}

.top-fixed-menu30 .pagenav {
    display: flex;
    flex-direction: row
}

.top-fixed-menu30 .pagenav .common-tab.toptab2020 {
    display: flex;
    width: 470px;
    justify-content: space-between
}

.top-fixed-menu30 .pagenav .common-tab.toptab2020 li {
    margin: 0 !important
}

.top-fixed-menu30 .pagenav .common-tab li {
    float: left;
    position: relative;
    margin: 0 19px
}

.top-fixed-menu30 .pagenav .common-tab li .number {
    position: absolute;
    top: -5px;
    left: 67px;
    font-size: 12px;
    color: #b7bbbf
}

.top-fixed-menu30 .pagenav .common-tab li .borderLine {
    display: none;
    position: absolute;
    width: 16px;
    height: 2px;
    top: 40px;
    left: 50%;
    margin-left: -8px;
    background: #9448eb
}

.top-fixed-menu30 .pagenav .common-tab li.on a {
    color: #9448eb
}

.top-fixed-menu30 .pagenav .common-tab li.on .borderLine {
    display: block
}

.top-fixed-menu30 .pagenav .common-tab li:hover a {
    color: #9448eb
}

.top-fixed-menu30 .pagenav .common-tab li:hover .borderLine {
    display: block
}

.top-fixed-menu30 .pagenav .common-tab li a {
    font-weight: 700;
    font-size: 16px;
    color: #4d555d
}

.top-fixed-menu30 .pagenav .common-tab li .mark {
    width: 34px;
    height: 18px;
    background: #9448eb;
    border-radius: 9px;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 67px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    line-height: 18px
}

.top-fixed-menu30 .rightpic {
    margin-left: 10px !important
}

.buyModal {
    display: none
}

.pop-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 15
}

.buy-pop {
    position: fixed;
    width: 900px;
    border-radius: 12px;
    background: #f8fafc;
    box-shadow: 0 12px 24px 0 rgba(7, 17, 27, .2);
    z-index: 16
}

.buy-pop .title {
    height: 54px;
    background: #fff;
    line-height: 54px;
    padding: 0 16px 0 24px;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.buy-pop .title h2 {
    font-weight: 700;
    font-size: 16px;
    color: #1c1f21;
    width: auto;
    display: inline-block
}

.buy-pop .title .js-close-pop {
    cursor: pointer;
    font-size: 24px;
    color: #b2b8bd;
    float: right;
    line-height: 54px
}

.buy-pop .content {
    background: #f8fafc;
    max-height: 400px;
    margin-bottom: 20px;
    box-sizing: border-box
}

.buy-pop .content .nano-pane {
    width: 4px !important;
    top: 20px !important
}

.buy-pop .content .nano-pane > .nano-slider {
    background: rgba(211, 214, 217, .35) !important;
    border-radius: 4px !important
}

.buy-pop .content-list {
    padding: 20px 24px 0 24px
}

.buy-pop .content-list .item {
    margin-bottom: 20px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center
}

.buy-pop .content-list .item:last-child {
    margin-bottom: 0
}

.buy-pop .content-list .item.cantBuy {
    opacity: .5
}

.buy-pop .content-list .item.hasBuy {
    opacity: .5
}

.buy-pop .content-list .item .item-check {
    position: relative;
    z-index: 1;
    width: 20px;
    cursor: pointer
}

.buy-pop .content-list .item .item-check.checked .imv2-check_c {
    color: #9448eb
}

.buy-pop .content-list .item .item-check .imv2-check_c {
    font-size: 20px;
    color: #d3d6d9
}

.buy-pop .content-list .item .item-course {
    margin-left: 22px;
    width: 700px;
    position: relative
}

.buy-pop .content-list .item .item-course .step-icon {
    background: url(/static/module/marketpage/img/step-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 57px;
    height: 31px;
    line-height: 22px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    position: absolute;
    top: 6px;
    left: -7px
}

.buy-pop .content-list .item .item-course .step-icon.has-step {
    background: url(/static/module/marketpage/img/step-bg-hasbuy.png)
}

.buy-pop .content-list .item .item-course .courseimg {
    width: 136px;
    height: 80px;
    margin-right: 16px;
    float: left
}

.buy-pop .content-list .item .item-course .course-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px
}

.buy-pop .content-list .item .item-course .course-info h3 {
    font-size: 16px;
    color: #1c1f21;
    font-weight: 700;
    line-height: 24px
}

.buy-pop .content-list .item .item-course .course-info .study-info {
    font-size: 14px;
    color: #4d555d;
    line-height: 20px;
    margin-top: 8px
}

.buy-pop .content-list .item .item-price {
    width: 80px;
    text-align: right
}

.buy-pop .content-list .item .item-price .price {
    font-weight: 700;
    font-size: 16px;
    color: #1c1f21
}

.buy-pop .content-list .item .item-price span {
    display: block
}

.buy-pop .bottom {
    height: 70px;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 0 12px 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.buy-pop .bottom .left-tips {
    font-size: 10px;
    color: #717a84;
    line-height: 18px
}

.buy-pop .bottom .left-tips span {
    color: #5a616a
}

.buy-pop .bottom .left-tips span i {
    display: inline;
    margin-right: 5px
}

.buy-pop .bottom .left-tips em {
    color: #f20d0d;
    font-weight: 700
}

.buy-pop .bottom .left-tips .defaultcompose p {
    display: inline-block;
    margin-right: 2px
}

.buy-pop .bottom .left-tips .defaultcompose p:last-child {
    margin-left: 2px
}

.buy-pop .bottom .right-compose {
    font-size: 12px;
    color: #1c1f21;
    display: flex;
    flex-direction: row
}

.buy-pop .bottom .right-compose .price {
    color: #9199a1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.buy-pop .bottom .right-compose .price span {
    display: block;
    line-height: 18px;
    text-align: right
}

.buy-pop .bottom .right-compose .price span.origin-all {
    font-size: 12px;
    color: #1c1f21
}

.buy-pop .bottom .right-compose .price span.origin-all .is-Show {
    font-size: 12px;
    color: #1c1f21;
    font-weight: 400
}

.buy-pop .bottom .right-compose .price span.origin-all em {
    font-size: 22px;
    color: #f20d0d;
    font-weight: 700
}

.buy-pop .bottom .right-compose .gotobtn {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #9448eb;
    border-radius: 27px;
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    font-weight: 700;
    cursor: pointer
}

.buy-pop .bottom .right-compose .gotobtn.cant {
    background: #999da0;
    color: #545c63;
    cursor: default
}

.question-btn {
    display: none;
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 9;
    width: 110px;
    height: 48px;
    background: url(/static/module/marketpage2020/img/qrcodebtn.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    cursor: pointer
}

.js-qrcode-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(28, 31, 33, .5)
}

.js-qrcode-modal .qrcode-modal {
    position: relative;
    width: 360px;
    top: 50%;
    left: 50%;
    margin-left: -180px;
    margin-top: -190px;
    padding: 32px 54px;
    background: #fff;
    box-shadow: 0 12px 24px 0 rgba(7, 17, 27, .2);
    border-radius: 12px;
    text-align: center;
    box-sizing: border-box
}

.js-qrcode-modal .qrcode-modal .qrcode-modal-header .close {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 24px;
    color: #b2b8bd;
    line-height: 24px
}

.js-qrcode-modal .qrcode-modal h3 {
    font-size: 20px;
    color: #1c1f21;
    font-weight: 400;
    line-height: 30px
}

.js-qrcode-modal .qrcode-modal p {
    font-size: 14px;
    color: #1c1f21;
    line-height: 24px
}

.js-qrcode-modal .qrcode-modal .qrcode-img {
    margin-top: 16px;
    width: 180px;
    height: 180px
}

.js-qrcode-modal .qrcode-modal .tip1 {
    margin-top: 16px
}

.js-qrcode-modal .qrcode-modal .tip2 {
    margin-top: 4px;
    font-size: 12px;
    color: #717a84
}

@media screen and (max-width: 1024px) {
    .top-fixed-menu30 .menu-wrap {
        width: 1024px !important
    }
}

@media screen and (max-width: 1152px) {
    .top-fixed-menu30 .menu-wrap {
        width: 1152px !important
    }
}

body {
    min-width: 1200px
}

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

@font-face {
    font-family: DINCOND-MEDIUM;
    src: url(/static/module/sc/font/DINcond.otf);
    font-weight: 400;
    font-style: normal
}

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

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: 400;
    font-family: "PingFang SC", "微软雅黑", "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif
}

#footer {
    margin-top: 0
}

.commontop {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.commontop .top-menu {
    width: 1154px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -577px;
    height: 68px;
    padding-top: 16px;
    box-sizing: border-box;
    /*border-bottom: 1px solid rgba(255, 255, 255, .1)*/
}

.commontop .top-menu .icon {
    width: 126px;
    height: 46px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/top-menu-logo.png);
    margin-right: 24px;
    margin-top: -5px
}

.commontop .top-menu .select-menu {
    position: relative;
    top: -16px;
    height: 68px;
    cursor: pointer
}

.commontop .top-menu .select-menu span {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    line-height: 68px;
    padding-right: 7px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.commontop .top-menu .select-menu span:hover {
    color: #fff
}

.commontop .top-menu .select-menu i {
    font-size: 14px;
    color: #fff;
    line-height: 68px
}

.commontop .top-menu .select-menu .menu {
    display: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    position: absolute;
    width: 320px;
    background: #fff;
    box-shadow: 0 12px 24px 0 rgba(28, 31, 33, .2);
    left: -24px;
    top: 68px;
    padding-top: 22px;
    box-sizing: border-box;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    z-index: 2
}

.commontop .top-menu .select-menu .menu .item {
    width: 272px;
    margin: 0 auto;
    margin-bottom: 12px;
    padding-bottom: 16px;
    border-bottom: 1px rgba(28, 31, 33, .1) solid
}

.commontop .top-menu .select-menu .menu .item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.commontop .top-menu .select-menu .menu .item h2 {
    font-weight: 700;
    font-size: 14px;
    color: #1c1f21;
    line-height: 22px;
    text-align: left;
    margin-bottom: 4px;
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.commontop .top-menu .select-menu .menu .item p {
    font-size: 12px;
    color: #9199a1;
    line-height: 18px;
    text-align: left;
    cursor: pointer
}

.commontop .top-menu .select-menu .menu .item:hover h2 {
    color: #9447eb
}

.commontop .top-menu .select-menu:hover .menu {
    display: block
}

.commontop .top-menu .share-box {
    width: 120px;
    padding-top: 8px
}

.commontop .top-menu .share-box .share {
    font-size: 20px;
    color: rgba(255, 255, 255, .4);
    text-align: center;
    line-height: 24px;
    background: 0 0;
    padding: 0;
    padding-right: 24px;
    margin: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.commontop .top-menu .share-box .share:last-child {
    padding-right: 0
}

.commontop .top-menu .share-box .share:hover {
    color: #fff
}

.commontop .top-menu .hasbuy {
    margin-left: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 16px;
    background: rgba(255, 255, 255, .1);
    border-radius: 18px;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.commontop .top-menu .hasbuy:hover {
    background-color: rgba(255, 255, 255, .2)
}

.commontop .text-con {
    padding-top: 104px;
    text-align: center
}

.commontop .text-con .title {
    display: inline-block;
    position: relative;
    font-size: 60px;
    color: #fff;
    letter-spacing: 4.69px;
    text-align: center;
    line-height: 72px;
    text-shadow: 0 8px 16px rgba(28, 31, 33, .3);
    margin-bottom: 28px;
    font-weight: 700
}

.commontop .text-con .title img {
    width: 96px;
    position: absolute;
    top: 0;
    left: -96px;
    height: 52px
}

.commontop .text-con .desc {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    letter-spacing: 1.5px
}

.commontop .text-con .desc a {
    color: #ffe91f
}

.commontop .text-con .desc-webfullstack {
    font-size: 16px;
    color: #feedc6;
    font-weight: 700;
    margin-top: 13px;
    line-height: 22px
}

.introduce-swiper {
    width: 1080px;
    height: 624px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(28, 31, 33, .06), 0 4px 8px 0 rgba(28, 31, 33, .06), 0 8px 16px 0 rgba(28, 31, 33, .06), 0 12px 24px 0 rgba(28, 31, 33, .06), 0 16px 32px 0 rgba(28, 31, 33, .06);
    border-radius: 24px;
    box-sizing: border-box;
    padding: 40px 108px 108px 92px;
    position: relative
}

.introduce-swiper .item-box {
    margin-bottom: 40px
}

.introduce-swiper .item-box .item {
    background: #f3f5f6;
    width: 156px;
    height: 60px;
    border-radius: 12px;
    margin-right: 10px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #717a84;
    line-height: 22px;
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s
}

.introduce-swiper .item-box .item:hover {
    color: #fff;
    background: #dd403e
}

.introduce-swiper .item-box .item:first-child {
    width: 196px
}

.introduce-swiper .item-box .item:last-child {
    margin-right: 0
}

.introduce-swiper .item-box .item.active {
    color: #fff;
    background: #dd403e
}

.introduce-swiper .swiper-container {
    height: 392px;
    width: 864px;
    margin: 0 auto;
    background: #fff;
    border: 4px solid #f8fafc;
    border-radius: 12px;
    position: relative
}

.introduce-swiper .swiper-slide {
    text-align: center
}

.introduce-swiper .swiper-slide img {
    height: 100%;
    width: auto
}

.introduce-swiper .introduce-pagination {
    margin-top: 30px;
    text-align: center
}

.introduce-swiper .introduce-pagination .bullet {
    cursor: pointer;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(28, 31, 33, .1);
    border-radius: 6px;
    margin-right: 8px
}

.introduce-swiper .introduce-pagination .bullet:last-child {
    margin-right: 0
}

.introduce-swiper .introduce-pagination .bullet-active {
    width: 36px;
    height: 12px;
    background: #de615f;
    border-radius: 6px
}

.introduce-swiper .swiper-introduce-next, .introduce-swiper .swiper-introduce-prev {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(28, 31, 33, .06), 0 4px 8px 0 rgba(28, 31, 33, .06), 0 8px 16px 0 rgba(28, 31, 33, .06);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    cursor: pointer
}

.introduce-swiper .swiper-introduce-next:hover i, .introduce-swiper .swiper-introduce-prev:hover i {
    color: #9199a1
}

.introduce-swiper .swiper-introduce-next i, .introduce-swiper .swiper-introduce-prev i {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    line-height: 72px;
    font-size: 48px;
    color: rgba(145, 153, 161, .2)
}

.introduce-swiper .swiper-introduce-prev {
    left: -36px;
    top: 236px
}

.introduce-swiper .swiper-introduce-next {
    right: -36px;
    top: 236px
}

body {
    position: relative
}

.left-menu {
    position: fixed;
    width: 140px;
    right: 50%;
    top: 50%;
    z-index: 2;
    margin-right: 666px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    display: none
}

.left-menu .item {
    font-size: 14px;
    color: #717a84;
    padding: 19px 0;
    line-height: 18px;
    text-align: center;
    position: relative;
    cursor: pointer
}

.left-menu .item.active {
    color: #fff;
    font-weight: 700
}

.left-menu .item::after {
    content: "";
    width: 117px;
    height: 1px;
    background: #eff2f4;
    position: absolute;
    left: 12px;
    bottom: -1px
}

.left-menu .back {
    padding: 14px;
    height: 58px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer
}

.left-menu .back i {
    font-size: 22px;
    color: #b1b5b8
}

.left-menu .back span {
    display: none;
    font-size: 12px;
    line-height: 14px
}

.left-menu .back:hover i {
    display: none
}

.left-menu .back:hover span {
    display: block
}

.left-menu.newjava .item.active {
    background: #dd403e;
    color: #fff !important
}

.left-menu.newjava .back span, .left-menu.newjava .item:hover {
    color: #dd403e
}

.left-menu.newfe .item.active {
    background: #e84e00;
    color: #fff !important
}

.left-menu.newfe .back span, .left-menu.newfe .item:hover {
    color: #e84e00
}

.left-menu.php .item.active {
    background: #187eff;
    color: #fff !important
}

.left-menu.php .back span, .left-menu.php .item:hover {
    color: #187eff
}

.left-menu.python .item.active {
    background: #0dbbd0;
    color: #fff !important
}

.left-menu.python .back span, .left-menu.python .item:hover {
    color: #0dbbd0
}

.left-menu.newandroid .item.active {
    background: #00b75a;
    color: #fff !important
}

.left-menu.newandroid .back span, .left-menu.newandroid .item:hover {
    color: #00b75a
}

@media screen and (max-width: 1680px) {
    .left-menu {
        display: none !important
    }
}