.cusfont {
  font-family:"cusfont" !important;
  line-height:1;
  display:inline-block;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 
* {
    tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

body {
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

ol,
ul {
    list-style: none
}

a,
div,
header,
span {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

a,
body {
    color: #1a1a1a
}

a {
    text-decoration: none
}

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

input,
textarea {
    outline: 0;
    resize: none
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-size: 100%;
    font-weight: 400
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

audio,
video {
    display: inline-block;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

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

textarea {
    overflow: auto;
}

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

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1
}

.container {
    clear: both;
    margin: 0 auto;
    text-align: left;
    width: 1200px;
}

.container:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.vspace {
    height: 10px;
    font-size: 0px;
    line-height: 0px;
    width: 99%;
    clear: both;
}

.vspace-padding {
    height: 0px;
    font-size: 0px;
    line-height: 0px;
    width: 99%;
    clear: both;
    padding-top: 10%;
}

.vspace-padding:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.vspace-em {
    font-size: inherit;
    height: 1em;
    line-height: 1;
    width: 99%;
    clear: both;
}

.width-100 {
    width: 100%;
}

.vspace-30 {
    height: 30px;
    font-size: 0px;
    line-height: 0px;
    width: 99%;
    clear: both;
}

.md-ad-imgbox {
    border-radius: 5px;
    overflow: hidden;
}


/* 表单元素 start */

.form-ele-box {
    font-size: 14px;
}

.form-ele-box .form-item {
    margin-bottom: 18px;
}

.form-ele-box .form-label {
    display: inline-block;
    line-height: 1.4;
    margin-bottom: 5px;
    max-width: 100%;
}

.form-ele-box .form-checkbox {
    position: relative;
    display: block;
}

.form-ele-box.form-inline-box .form-checkbox {
    display: inline-block;
}

.form-ele-box.form-inline-box .form-label {
    float: left;
    text-align: right;
    width: 100px;
    margin-right: 15px;
    margin-bottom: 0;
    height: 40px;
    line-height: 38px;
}

.form-ele-box .form-inp-area {
    position: relative;
}

.form-ele-box .form-inp-area .form-tips {
    font-size: 12px;
    position: absolute;
    right: 2px;
    top: -17px;
    color: #F44336;
    display: none;
}

.form-ele-box .form-inp-area.error .form-tips {
    display: inline-block;
}

.form-ele-box .form-inp-area.error .form-input {
    border-color: #F44336;
}

.form-ele-box .form-input {
    display: block;
    height: 40px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 10px;
    outline: none;
    color: #262e39;
    border-radius: 3px;
    width: 100%;
}

.form-ele-box .form-input.form-textarea {
    height: 134px;
    line-height: 24px;
    padding: 10px;
}

.form-ele-box.form-inline-box .form-inp-area {
    width: 340px;
    float: left;
}

.form-ele-box .form-input[readonly] {
    background-color: #eee;
    opacity: 1;
}

.form-ele-box .form-input:focus {
    border: 1px solid #4f8dfe;
}

.form-ele-box .form-input.error {
    border: 1px solid #ed2122;
}

.form-ele-box .form-inlineblock {
    display: inline-block;
    height: 40px;
    width: 100px;
}

.form-ele-box .code-box .code-btn {
    font-size: 12px;
    cursor: pointer;
}


/* checkbox and radio start */

.form-checkbox > label {
    padding-left: 20px;
    position: relative;
}

.form-checkbox label > span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.form-checkbox label > input[type="checkbox"],
.form-checkbox label > input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
}

.form-checkbox label > input[type="checkbox"] + span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
}

.form-checkbox label > input[type="radio"] + span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
}

.form-checkbox label > input[type="checkbox"] + span::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}

.form-checkbox label > input[type="radio"] + span::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
}

.form-checkbox label > input[type="checkbox"]:focus + span::before,
.form-checkbox label > input[type="radio"]:focus + span::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.form-checkbox label > input[type="checkbox"]:checked + span::after {
    font-family: "cusfont";
    content: "\e6df";
}

.form-checkbox label > input[type="radio"]:checked + span::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.form-checkbox label > input[type="checkbox"]:disabled + span,
.form-checkbox label > input[type="radio"]:disabled + span {
    opacity: 0.65;
}

.form-checkbox label > input[type="checkbox"]:disabled + span::before,
.form-checkbox label > input[type="radio"]:disabled + span::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}

.form-checkbox.checkbox-circle label > span::before {
    border-radius: 50%;
}

.form-checkbox.checkbox-inline {
    margin-top: 0;
}

.form-checkbox-primary label > input[type="checkbox"]:checked + span::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.form-checkbox-primary label > input[type="radio"]:checked + span::before {
    border-color: #337ab7;
}

.form-checkbox-primary label > input[type="checkbox"]:checked + span::after {
    color: #fff;
}

.form-checkbox-primary label > input[type="radio"]:checked + span::after {
    background-color: #337ab7;
}

.form-checkbox-danger label > input[type="checkbox"]:checked + span::before {
    background-color: #d9534f;
    border-color: #d9534f;
}

.form-checkbox-danger label > input[type="radio"]:checked + span::before {
    border-color: #d9534f;
}

.form-checkbox-danger label > input[type="checkbox"]:checked + span::after {
    color: #fff;
}

.form-checkbox-danger label > input[type="radio"]:checked + span::after {
    background-color: #d9534f;
}

.form-checkbox-info label > input[type="checkbox"]:checked + span::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.form-checkbox-info label > input[type="radio"]:checked + span::before {
    border-color: #5bc0de;
}

.form-checkbox-info label > input[type="checkbox"]:checked + span::after {
    color: #fff;
}

.form-checkbox-info label > input[type="radio"]:checked + span::after {
    background-color: #5bc0de;
}

.form-checkbox-warning label > input[type="checkbox"]:checked + span::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.form-checkbox-warning label > input[type="radio"]:checked + span::before {
    border-color: #f0ad4e;
}

.form-checkbox-warning label > input[type="checkbox"]:checked + span::after {
    color: #fff;
}

.form-checkbox-warning label > input[type="radio"]:checked + span::after {
    background-color: #f0ad4e;
}

.form-checkbox-success label > input[type="checkbox"]:checked + span::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.form-checkbox-success label > input[type="radio"]:checked + span::before {
    border-color: #5cb85c;
}

.form-checkbox-success label > input[type="checkbox"]:checked + span::after {
    color: #fff;
}

.form-checkbox-success label > input[type="radio"]:checked + span::after {
    background-color: #5cb85c;
}


/* checkbox and radio end */


/* 表单元素 end */


/* 按钮 start */

.form-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 40px;
}

.form-btn:focus,
.form-btn:active:focus,
.form-btn.active:focus,
.form-btn.focus,
.form-btn:active.focus,
.form-btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

.form-btn:active,
.form-btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.form-btn.disabled,
.form-btn[disabled] {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.form-btn-red {
    color: #fff;
    background-color: #fc583d;
    border-color: #fc583d;
}

.form-btn-red:focus,
.form-btn-red.focus {
    color: #fff;
    background-color: #f74528;
    border-color: #f74528;
}

.form-btn-red:hover {
    color: #fff;
    background-color: #f74528;
    border-color: #f74528;
}

.form-btn-red:active,
.form-btn-red.active {
    color: #fff;
    background-color: #f74528;
    border-color: #f74528;
}

.form-btn-blue {
    color: #fff;
    background-color: #4b95ff;
    border-color: #4b95ff;
}

.form-btn-blue:focus,
.form-btn-blue.focus {
    color: #fff;
    background-color: #2a75fe;
    border-color: #2a75fe;
}

.form-btn-blue:hover {
    color: #fff;
    background-color: #2a75fe;
    border-color: #2a75fe;
}

.form-btn-blue:active,
.form-btn-blue.active {
    color: #fff;
    background-color: #2a75fe;
    border-color: #2a75fe;
}

.form-btn-default {
    color: #4b95ff;
    background-color: #fff;
    border-color: #4b95ff;
}

.form-btn-default:focus,
.form-btn-default.focus {
    color: #2a75fe;
    border-color: #2a75fe;
}

.form-btn-default:hover {
    color: #2a75fe;
    border-color: #2a75fe;
}

.form-btn-default:active,
.form-btn-default.active {
    color: #2a75fe;
    border-color: #2a75fe;
}


/* 按钮 end */


/* 多行文字垂直居中（父元素需要有高度） */

span.verflag {
    display: inline-block;
    vertical-align: middle;
}

i.verflag {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}


/* 本应用个性化配置 start */

.form-checkbox label > input[type="checkbox"] + span::after {
    color: #d9534f;
}

.bgcolor-fff {
    background: #fff;
}

.bgcolor-f6f5fa {
    background: #f6f5fa;
}

.color-333 {
    color: #333;
}

.color-999 {
    color: #999;
}

.color-888 {
    color: #888;
}

.color-aaa {
    color: #aaa;
}

.color-666 {
    color: #666;
}

/*liubin add 2019-04-26 17:14:00 */
.color-fff {
    color: #fff;
}

.color-blue {
    color: #4b95ff;
}

.color-red {
    color: #fd573f;
}

.link-color {
    color: #4f8dfe;
}

.font-weight {
    font-weight: bold;
}

.page-header,
.page-con,
.page-body,
.page-footer {
    min-width: 1200px;
}

.font-14 {
    font-size: 14px;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.hide {
    display: none;
}


/* 本应用个性化配置 end */


/*lty start*/

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


/*图文列表-上下*/

.md-com-list .md-hd {
    padding: 15px 0 15px;
    line-height: 27px;
    overflow: hidden;
}

.md-com-list .md-hd > a:hover {
    color: #4f8dfe;
}

.md-com-list .md-hd .cusfont {
    font-size: 27px;
    margin-right: 5px;
    vertical-align: middle;
}

.md-com-list .md-hd .cusfont.cusfont-free {
    font-size: 35px;
}

.md-2018040201-lty {
    margin: 0 -10px 20px;
}

.md-2018040201-lty .pic-box {
    position: relative;
    transition: all .1s ease;
    overflow: hidden;
    width: 224px;
    margin: 0 10px;
    border-radius: 5px;
}

.md-2018040201-lty .pic-box:hover {
    box-shadow: 0 0px 20px 0px rgba(221, 221, 221);
    margin-top: -2px;
}

.md-2018040201-lty .pic-box .hd-pic {
    height: 125px;
    position: relative;
}

.md-2018040201-lty .pic-box .hd-pic img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.md-19120602-xxw .state,
.md-2018040201-lty .pic-box .state {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    z-index: 2;
    display: none;
}

.md-19120602-xxw.free .state,
.md-2018040201-lty .pic-box.free .state {
    display: block;
    background: url('img/state-free.png') no-repeat center center;
}

.md-19120602-xxw.vip .state,
.md-2018040201-lty .pic-box.vip .state {
    display: block;
    background: url('img/state-vip.png') no-repeat center center;
}

.md-19120602-xxw.live .state,
.md-2018040201-lty .pic-box.live .state {
    display: block;
    background: url('img/state-live.png') no-repeat center center;
}

/* 20190605-cj 新作 */
.md-2018040201-lty .pic-box.prepare .state {
    display: block;
    background: url('img/state-prepare.png') no-repeat center center;
}

.md-2018040201-lty .pic-box.no-full-time .state {
    display: block;
    background: url('img/state-no-full-time.png') no-repeat center center;
}

.md-2018040201-lty .pic-box.tts-vip .state {
    display: block;
    background: url('img/state-tts-vip.png') no-repeat center center;
}

/* 20190605-cj 新作 end */

.md-2018040201-lty .pic-box.vip .price {
    color: #fb1704;
    font-weight: bold;
}

.md-2018040201-lty .pic-box .bd-word .no-money {
    color: #4f8dfe;
}

.md-2018040201-lty .pic-box .bd-word .price {
    color: #fd573f;
    font-weight: bold;
}

.md-2018040201-lty .pic-box .bd-word {
    padding: 15px;
    font-size: 12px;
}

.md-2018040201-lty .pic-box .bd-word .bd-tit {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
    width: 100%;
    /*white-space:nowrap;*/
    margin-bottom: 12px;
}

.md-2018040201-lty .pic-box .bd-word .intro {
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}


/*下拉菜单*/

.md-2018040202-lty .drop-menu {
    position: relative;
}

.md-2018040202-lty .drop-menu-list {
    position: absolute;
    left: 0;
    z-index: 50;
    display: none;
    box-shadow: 0 0px 10px 0 rgba(7, 17, 27, .2);
}

.md-2018040202-lty .drop-menu-list > li {
    width: 145px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    padding: 0 10px;
}

.md-2018040202-lty .drop-menu-list > li:hover {
    background: #4F8DFE;
}

.md-2018040202-lty .drop-menu-list > li:hover a {
    color: #fff;
}


/*头像区域模块*/

.md-2018040801-lty {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #4b95ff;
}

.md-2018040801-lty img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.page-header.md-blue-bg .md-2018040801-lty {
    border-color: #fff;
}


/*顶部导航栏样式开始*/

.md2018033001lty {
    height: 70px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 20px 10px rgba(221, 221, 221, .5);
    z-index: 100;
    min-width: 1200px;
}

.md-blue-bg .md2018033001lty {
    background: #4f8dfe;
    box-shadow: 0 0 20px 10px rgba(79, 141, 254, .2);
}

.md-class-other .md2018033001lty {
    box-shadow: none;
}

.md2018033001lty .tmooc-logo {
    margin-top: 15px;
}

.md2018033001lty .slide-nav {
    margin: 24px 0 0 50px;
}

.md2018033001lty .slide-nav > li {
    float: left;
    padding: 0 15px;
}

.md2018033001lty .slide-nav > li > a {
    color: #161616;
    font-size: 16px;
}

.md2018033001lty .slide-nav > li:hover a,
.md2018033001lty .slide-nav > li.active a {
    color: #4f8dfe;
}

.md-blue-bg .md2018033001lty .slide-nav > li > a {
    color: #fff;
}

.md-blue-bg .md2018033001lty .slide-nav > li:hover a,
.md-blue-bg .md2018033001lty .slide-nav > li.active a {
    color: #1742b5;
}

.md2018033001lty .default-logo {
    display: none;
}

.md-blue-bg .md2018033001lty .blue-logo {
    display: none;
}

.md-blue-bg .md2018033001lty .default-logo {
    display: block;
}


/*2018-4-20修改-lty*/

.md2018033001lty .search-wrap {
    min-width: 35px;
    height: 35px;
    margin-top: 17px;
    position: relative;
    font-size: 14px;
}

.md2018033001lty .search-wrap .showhide-search {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #4f8dfe;
    float: right;
    color: #fff;
    line-height: 35px;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    font-weight: bold;
}

.md2018033001lty .search-wrap .search-area {
    width: 35px;
    height: 100%;
    padding: 5px 10px;
    background: #4F8DFE;
    border-radius: 17px;
    position: absolute;
    right: 0;
    transition: width .2s ease-in-out;
}

.md2018033001lty .search-wrap:hover .search-area {
    width: 200px;
}

.md2018033001lty .search-wrap .search-area .search-input {
    width: 100%;
    height: 100%;
    border: 0;
    background: #4F8DFE;
    color: #fff;
}

.md-blue-bg .md2018033001lty .search-wrap .showhide-search,
.md-blue-bg .md2018033001lty .search-wrap .search-area,
.md-blue-bg .md2018033001lty .search-wrap .search-area .search-input {
    background: #fff;
    color: #4F8DFE;
}

.md-blue-bg .md2018033001lty .search-wrap .search-input::-webkit-input-placeholder {
    color: #4f8dfe;
    opacity: .7;
}

.md-blue-bg .md2018033001lty .search-wrap .search-input:-moz-placeholder {
    color: #4f8dfe;
    opacity: .7;
}

.md-blue-bg .md2018033001lty .search-wrap .search-input::-moz-placeholder {
    color: #4f8dfe;
    opacity: .7;
}

.md-blue-bg .md2018033001lty .search-wrap .search-input:-ms-input-placeholder {
    color: #4f8dfe;
    opacity: .7;
}

.md2018033001lty .search-wrap .search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: .7;
}

.md2018033001lty .search-wrap .search-input:-moz-placeholder {
    color: #fff;
    opacity: .7;
}

.md2018033001lty .search-wrap .search-input::-moz-placeholder {
    color: #fff;
    opacity: .7;
}

.md2018033001lty .search-wrap .search-input:-ms-input-placeholder {
    color: #fff;
    opacity: .7;
}

.md2018033001lty .login-area {
    height: 52px;
    margin: 18px 0 0 20px;
}

.md2018033001lty .login-area .no-login {
    margin-top: 7px;
}

.md2018033001lty .login-area .no-login .line {
    margin: 0 12px;
}

.md2018033001lty .login-area .no-login a,
.md2018033001lty .login-area .no-login li {
    color: #000;
    font-size: 14px;
    float: left;
}

.md-blue-bg .md2018033001lty .login-area .no-login a,
.md-blue-bg .md2018033001lty .login-area .no-login li {
    color: #fff;
}

.md2018033001lty .login-area .logined .drop-menu {
    height: 52px;
}

.md2018033001lty .login-area .logined .drop-menu-list {
    top: 52px;
    left: -110px;
}

.md2018033001lty .login-area .logined .drop-menu-list .user-name {
    border-bottom: 1px solid #dddddd;
}

.md2018033001lty .login-area .logined .drop-menu-list .user-name:hover {
    background: #fff;
}

.md2018033001lty .login-area .logined .drop-menu-list .user-name a {
    color: #4f8dfe;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.md2018033001lty .login-area .logined .drop-menu-list .user-name:hover a {
    color: #4f8dfe;
}


/*顶部导航栏样式结束*/


/*底部样式开始*/

.md2018040301lty {
    height: 197px;
}

.page-footer {
    background: #282c30;
}

.md2018040301lty:before {
    display: table;
    content: '';
}

.md2018040301lty .bt-lf {
    padding-top: 66px;
}

.md2018040301lty .bt-fr {
    padding-top: 50px;
}

.md2018040301lty .bt-lf .bt-info {
    margin-left: 15px;
}

.md2018040301lty .bt-lf .bt-info > img {
    margin-bottom: 12px;
}

.md2018040301lty .bt-fr .foot-about {
    padding: 0 65px;
}

.md2018040301lty .bt-fr .foot-about.center {
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}

.md2018040301lty .bt-lf .bt-info li,
.md2018040301lty .bt-fr .foot-about a {
    color: #70757a;
    line-height: 1.7;
    font-size: 14px;
}

.md2018040301lty .bt-fr .foot-about a:hover {
    color: #fff;
}

.md2018040301lty .bt-fr .foot-about .bt-tit {
    color: #e1e1e1;
    margin-bottom: 20px;
}


/*底部样式结束*/


/*首页banner区样式开始*/

.md2018040302lty {
    height: 470px;
    padding-top: 30px;
}

.md2018040302lty .banner-box {
    height: 440px;
    box-shadow: 0 0 24px 0 #ccc;
    overflow: hidden;
    border-radius: 8px;
}

.md2018040302lty .banner-box .menu-con {
    width: 225px;
    position: relative;
}

.md2018040302lty .banner-box .menu-con .menu-list > li {
    background: #292d32;
    height: 63px;
    color: #999;
    padding: 10px 30px;
    font-size: 15px;
    border-bottom: 1px solid #1c252d;
    cursor: pointer;
}

.md2018040302lty .banner-box .menu-con .menu-list > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.md2018040302lty .banner-box .menu-con .menu-list > li > a span {
    display: inline-block;
    vertical-align: middle;
}

.md2018040302lty .banner-box .menu-con .menu-list > li .cusfont {
    position: absolute;
    top: 15px;
    right: -10px;
    font-size: 12px;
}

.md2018040302lty .banner-box .menu-con .menu-list > li:last-child {
    height: 62px;
    border-bottom: 0;
}

.md2018040302lty .banner-box .menu-con .menu-list .sub.on {
    background: #fff;
    color: #292d32;
}

.md2018040302lty .banner-box .menu-con .menu-list .sub.on > a {
    color: #292d32;
}

.md2018040302lty .banner-box .menu-con .item {
    width: 830px;
    height: 440px;
    background: #f6f6f8;
    position: absolute;
    left: 225px;
    top: 0;
    display: none;
    z-index: 100;
    border-right: 1px solid #eee;
    cursor: default;
}

.md2018040302lty .banner-box .menu-con .item .tit,
.md2018040302lty .banner-box .menu-con .item .info {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.md2018040302lty .menu-con .item .course-list {
    padding: 10px 20px;
    background: #fff;
    margin-bottom: 10px;
    height: 281px;
}

.md2018040302lty .menu-con .item .course-list .course-item {
    height: 87px;
    border-bottom: 1px solid #eae9e9;
}

.md2018040302lty .menu-con .item .course-list .course-item:last-child {
    border-bottom: 0;
}

.md2018040302lty .menu-con .item .course-list .course-item > p {
    width: 108px;
    background: #eee;
    color: #000;
    border-radius: 14px;
    text-align: center;
    float: left;
    line-height: 28px;
    margin: 28px 0;
}

.md2018040302lty .menu-con .item .course-list .course-item .c-l {
    margin-left: 108px;
    padding: 17px 0;
    height: 100%;
}

.md2018040302lty .menu-con .item .course-list .course-item .c-l a {
    margin: 0 15px;
}

.md2018040302lty .menu-con .item .course-list .course-item .c-l a:hover {
    color: #4f8dfe;
}

.md2018040302lty .menu-con .item .course-video {
    height: 152px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.md2018040302lty .menu-con .item .course-video li {
    width: 50%;
    padding: 39px 0 0 28px;
}

.md2018040302lty .menu-con .item .course-video li .l-p {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 68px;
}

.md2018040302lty .menu-con .item .course-video .cv-r {
    width: 230px;
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
}


/*.md2018040302lty .menu-con .item .course-video .cv-r>p {
    width: 72px;
}*/

.md2018040302lty .menu-con .item .course-video .cv-r .pr {
    color: #fc6750;
    font-style: normal;
}

.md2018040302lty .menu-con .item .course-video .cv-r .fr {
    color: #4f8dfe;
    font-style: normal;
}

.md2018040302lty .banner-box .banner-con {
    width: 975px;
}

.md2018040302lty .banner-box .banner-con .carousel-area {
    width: 975px;
    height: 334px;
    position: relative;
}

.md2018040302lty .banner-box .banner-con .carousel-area .hd {
    position: absolute;
    bottom: 30px;
    right: 40px;
    z-index: 99;
}

.md2018040302lty .banner-con .carousel-area .hd li {
    float: left;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, .4);
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

.md2018040302lty .banner-con .carousel-area .hd li.on {
    background: #fff;
}

.md2018040302lty .banner-box .banner-con .carousel-area .bd li {
    width: 975px;
    height: 334px;
}

.md2018040302lty .banner-box .banner-con .carousel-area .bd img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.md2018040302lty .banner-box .banner-con .carousel-area:hover .direct-btn {
    display: block;
}

.md2018040302lty .banner-box .banner-con .carousel-area .direct-btn {
    position: absolute;
    width: 20px;
    height: 44px;
    background: rgba(0, 0, 0, .3);
    left: 0;
    top: 45%;
    z-index: 90;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 12px;
    display: none;
}

.md2018040302lty .banner-box .banner-con .carousel-area .next {
    left: 955px;
}

.md2018040302lty .banner-box .banner-con .ad-area {
    width: 975px;
    height: 106px;
}

.md2018040302lty .banner-box .ad-area .ad-list > li {
    width: 200px;
    height: 73px;
    margin: 17px 0 0 40px;
    padding: 20px;
    float: left;
    border-radius: 5px;
}

.md2018040302lty .banner-box .ad-area .ad-list > li:hover {
    background: #f6f6f9;
}

.md2018040302lty .banner-box .ad-area .ad-r {
    width: 120px;
}

.md2018040401lty .ad {
    margin-top: 40px;
}


/*首页banner区样式结束*/
.md2018040401lty .md-com-list .md-bd .adver {
    margin: 0 -9px 20px;
}

.md2018040401lty .md-com-list .md-bd .adver > li {
    width: 388px;
    height: 152px;
    background: #fff;
    border-radius: 4px;
    float: left;
    margin: 0 9px;
    padding: 26px 40px;
}

.md2018040401lty .md-com-list .md-bd .adver .wd-ad {
    width: 215px;
    height: 100%;
    padding: 10px 0;
}

.md2018040401lty .md-com-list .md-bd .adver .wd-ad > span {
    background: #f6f6f9;
    padding: 5px 10px;
    border-radius: 4px;
    color: #000;
}

.md2018040401lty .md-com-list .adver .wd-ad .ad-list {
    line-height: 1.5;
    margin-top: 19px;
}

.md2018040401lty .md-com-list .adver .wd-ad .ad-list li::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}

.md2018040401lty .md-com-list .adver .ad-r-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #f6f6f9;
    margin-top: 5px;
    text-align: center;
}

.md2018040401lty .md-com-list .adver .ad-r-icon > img {
    vertical-align: middle;
    margin-right: -0.25em;
}

.md2018040401lty .md-com-list .adver .num-box-lty {
    width: 100%;
    display: table;
}

.md2018040401lty .md-com-list .adver .data-show {
    display: table-cell;
}

.md2018040401lty .md-com-list .md-bd .adver .data-show > i.cusfont {
    font-size: 35px;
}

.md2018040401lty .md-bd .adver .data-show > i.cusfont.cusfont-course {
    color: #fe831c;
}

.md2018040401lty .md-bd .adver .data-show > i.cusfont.cusfont-teacher {
    color: #00c576;
}

.md2018040401lty .md-bd .adver .data-show > i.cusfont.cusfont-users {
    color: #2e9ced;
}

.md2018040401lty .md-bd .adver .data-show .num {
    font-size: 26px;
}

.md2018040802lty {
    margin-bottom: -25px;
    width: 100%;
    height: 95px;
    background: url('img/wave-lty.png') no-repeat;
}


/*课程详情页样式开始*/

.md2018040803lty .course-details {
    margin-bottom: 40px;
}

.md2018040803lty .course-details .details-banner {
    width: 640px;
    height: 360px;
}

.md2018040803lty .course-details .details-banner > a {
    cursor: default;
}

.md2018040803lty .course-details .details-banner img {
    width: 100%;
    height: 100%;
}

.md2018040803lty .course-details .details-info {
    width: 532px;
    height: 360px;
    margin-left: 28px;
    position: relative;
}

.md2018040803lty .course-details .details-info .form-btn {
    position: absolute;
    bottom: 0;
    padding: 0 37px;
    font-size: 18px;
    line-height: 46px;
    height: 48px;
}

.md2018040803lty .course-details .details-info .tit {
    color: #000;
    font-size: 24px;
    margin-bottom: 15px;
}

.md2018040803lty .course-details .details-info > p {
    line-height: 1.8;
    margin-bottom: 37px;
}

.md2018040803lty .course-details .details-info > ul > li {
    margin-right: 34px;
}

.md2018040803lty .course-details .details-info .share-like {
    cursor: pointer;
}

.md2018040803lty .details-info .share-like.active .cusfont {
    color: #fc583d;
}

.md2018040803lty .course-details .details-info .m-l-5 {
    margin-left: 5px;
}

.md2018040803lty .course-details .details-info .c-state {
    font-size: 28px;
    margin-top: 24px;
}

.md2018040803lty .course-details .details-info .course-info {
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.md2018040804lty .slideTxtBox .hd li {
    float: left;
    width: 110px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 3px solid transparent;
    margin-right: 42px;
    cursor: pointer;
}

.md2018040804lty .slideTxtBox .hd li.on {
    border-bottom-color: #4f8dfe;
    color: #4f8dfe;
}

.md2018040804lty .slideTxtBox .main-con {
    padding: 30px 0;
}

.md2018040804lty .slideTxtBox .main-con .l-con {
    width: 882px;
    border-radius: 4px;
}

.md2018040804lty .slideTxtBox .main-con .l-con .item {
    display: none;
    padding: 30px 20px;
}

.md2018040804lty .slideTxtBox .main-con .r-nav {
    width: 299px;
}

.md2018041703lty .ewm {
    padding: 30px 53px;
    text-align: center;
    margin-bottom: 20px;
}

.md2018041703lty .ewm img {
    width: 180px;
    height: 180px;
}

.md2018041704lty .recomm {
    padding: 20px;
}

.md2018041704lty .recomm > h3 {
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.md2018041704lty .recomm li {
    width: 259px;
}

.md2018041704lty .recomm .bd-pic {
    height: 150px;
}

.md2018041704lty .recomm .bd-pic img {
    width: 100%;
    height: 100%;
}

.md2018041704lty .recomm .other-word {
    padding: 20px 0;
}

.md2018041704lty .recomm .other-word > p {
    color: #000;
    margin-bottom: 5px;
}

.md2018041704lty .recomm .other-word .price {
    color: #fd573f;
    font-weight: bold;
}

.md2018041704lty .recomm .other-word .free {
    color: #4f8dfe;
}

.md2018041703lty .ewm .gz-wx {
    border-radius: 20px;
    font-size: 18px;
    margin-bottom: 30px;
    height: 40px;
    background: #4B95FF;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.md2018041703lty .ewm .l-m {
    color: #000;
    margin-top: 10px;
}

.md2018040804lty .slideTxtBox .main-con .course-box .course-tit {
    background: #f6f5fa;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #EAEAEA;
}

.md2018040804lty .slideTxtBox .main-con .course-box .course-tit > button {
    margin-left: 20px;
    height: 30px;
    padding: 0 8px;
}
.md2018040804lty .slideTxtBox .main-con .course-box .course-tit .right-down-parent {
    margin-right: -15px;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
.md2018040804lty .slideTxtBox .main-con .course-box.active .right-down-parent i.cusfont {
    transform: rotate(-180deg);
}
.md2018040804lty .right-down-parent i.cusfont {
    position: relative;
    transition: all .5s;
}
.md2018040804lty .slideTxtBox .main-con .course-tit .order-num {
    font-size: 18px;
    color: #161616;
    margin-right: 20px;
}

.md2018040804lty .slideTxtBox .main-con  .c-con {
    padding: 23px 0;
    display: none;
    /*overflow: hidden;*/
    transition: all .5s;
    opacity: 0;
}
.md2018040804lty .slideTxtBox .main-con .course-box.active .c-con {
    display: block;
    opacity: 1;
}


.md2018040804lty .slideTxtBox .main-con .c-con li {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
}

.md2018040804lty .slideTxtBox .main-con .c-con li > a {
    color: #666;
    /*display: inline-block;*/
    /*width: 666px;*/
}

.md2018040804lty .slideTxtBox .main-con .c-con li > a .textx {
    display: inline-block;
    width: 555px;
    vertical-align: middle;
}

.md2018040804lty .main-con .c-con li .cusfont {
    font-size: 22px;
    vertical-align: middle;
}

.md2018040804lty .main-con .c-con li .c-t {
    font-style: normal;
}

.md2018040804lty .main-con .c-con li.c-playback .cusfont,
.md2018040804lty .main-con .c-con li.c-video .cusfont {
    color: #666;
}

.md2018040804lty .main-con .c-con .c-living .cusfont-playing,
.md2018040804lty .main-con .c-con .c-living .tit-living {
    display: inline-block;
    color: #fc583d;
}

.md2018040804lty .main-con .c-con .c-lived .cusfont-videoplay {
    display: inline-block;
    color: #e0e0e0;
}

.md2018040804lty .main-con .c-con .c-lived .tit-lived {
    display: inline-block;
}

.md2018040804lty .main-con .c-con .c-lived .time-lived {
    display: inline-block;
}

.md2018040804lty .main-con .c-con .c-live .cusfont-videoplay {
    display: inline-block;
    color: #e0e0e0;
}

.md2018040804lty .main-con .c-con .c-live .tit-live {
    display: inline-block;
}

.md2018040804lty .main-con .c-con .c-live .time-live {
    display: inline-block;
}

.md2018040804lty .main-con .c-con li.c-video:hover,
.md2018040804lty .main-con .c-con li.c-playback:hover {
    background: #f6f5fa;
}

.md2018040804lty .main-con .c-con li.c-video:hover .cusfont,
.md2018040804lty .main-con .c-con li.c-playback:hover .cusfont {
    color: #4f8dfe;
}

/* 190702-cj 新增 */
.md2018040804lty .main-con .c-con li.x-locked {
    position: relative;
}

.md2018040804lty .main-con .c-con li.x-locked::after {
    content: '\e7d9';
    font-family: "cusfont" !important;
    display: inline-block;
    line-height: 1;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 12px;
    right: 13px;
    font-size: 26px;
    color: #ccc;
}
.md2018040804lty .main-con .c-con li.x-locked .cusfont.cusfont-bofang- {
    display:none;
}

.md2018040804lty .main-con .c-con li.x-locked:hover {
    background-color: transparent;
}

/* pointer-events 去除 a 的触发 */
.md2018040804lty .main-con .c-con li.x-locked > a {
    color: #999;
    cursor: default;
    pointer-events: none;
    -ms-pointer-events: none;
}

.md2018040804lty .main-con .c-con li.x-locked .cusfont {
    color: #ccc !important;
}

.md2018040804lty .main-con .c-con .status-tip {
    float: right;
    background-color: #bbb;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    padding: 2px 4px;
    border-radius: 3px;
    margin-top: 16px;
}

.md2018040804lty .main-con .c-con .status-tip.free {
    background-color: #71bd71;
}

.md2018040804lty .main-con .c-con .status-tip.try {
    background-color: #f0ad4e;
}

.md2018040804lty .main-con .l-con .leave-msg-area {
    width: 100%;
    height: 138px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 5px;
}

.md2018040804lty .main-con .l-con .leave-msg-area .edit-area {
    width: 100%;
    height: 100px;
    border: 0;
}

.md2018040804lty .main-con .l-con .leave-msg-area > p {
    color: #c8c8c8;
}

.md2018040804lty .main-con .l-con .edit-bt {
    margin: 5px 0 75px 0;
}

.md2018040804lty .main-con .l-con .edit-bt .ver-top {
    display: inline-block;
    vertical-align: top;
}

.md2018040804lty .main-con .l-con .edit-bt .star-area {
    width: 200px;
}

.md2018040804lty .main-con .l-con .edit-bt .lab-list {
    width: 530px;
}

.md2018040804lty .main-con .l-con .edit-bt .lab-list > li {
    padding: 0 8px;
    background: #fff;
    height: 22px;
    color: #999;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    line-height: 21px;
    text-align: center;
    float: left;
    cursor: pointer;
    margin: 0 20px 10px 0;
}

.md2018040804lty .main-con .l-con .edit-bt .lab-list > li.active {
    border-color: #e4393c;
    color: #e4393c;
}

.md2018040804lty .main-con .l-con .edit-bt > p button {
    width: 100px;
}

.md2018040804lty .main-con .l-con .comment-area .comm-tit {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}

.md2018040804lty .main-con .l-con .comment-area .look-morelty {
    background: #e9e8ef;
    line-height: 54px;
    cursor: pointer;
}

.md2018040804lty .main-con .l-con .comment-area .none-commentlty {
    background: #fff;
    line-height: 100px;
}

.md2018040804lty .main-con .comment-area .comm-list .comm-box {
    padding: 25px 0;
    border-bottom: 1px solid #f6f5fa;
}

.md2018040804lty .main-con .comm-list .comm-box .tx {
    width: 75px;
}

.md2018040804lty .main-con .comm-list .comm-box .tx .md-2018040801-lty {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border: 0;
}

.md2018040804lty .main-con .comm-list .comm-box .tx .nc {
    color: #161616;
    word-wrap: break-word;
}

.md2018040804lty .main-con .comm-list .comm-box .comm-con {
    width: 767px;
}

.md2018040804lty .main-con .comm-box .comm-con .star-num {
    height: 18px;
    background: url('img/star-on.png') repeat-x;
    margin-bottom: 5px;
}

.md2018040804lty .main-con .comm-box .comm-con .star-num.star-1 {
    width: 18px;
}

.md2018040804lty .main-con .comm-box .comm-con .star-num.star-2 {
    width: 36px;
}

.md2018040804lty .main-con .comm-box .comm-con .star-num.star-3 {
    width: 54px;
}

.md2018040804lty .main-con .comm-box .comm-con .star-num.star-4 {
    width: 72px;
}

.md2018040804lty .main-con .comm-box .comm-con .star-num.star-5 {
    width: 90px;
}

.md2018040804lty .main-con .comm-box .comm-con > p {
    color: #161616;
    margin-bottom: 20px;
}

.md2018040804lty .main-con .comm-box .comm-con .reply-area {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #e9e9e9;
}

.md2018040804lty .comm-box .comm-con .reply-area .re-c {
    margin-bottom: 20px;
}

.md2018040804lty .comm-box .comm-con .reply-area .re-c > button {
    padding: 0 4px;
    font-size: 12px;
    height: 20px;
}

.md2018040804lty .comm-box .comm-con .reply-area .re-c > span {
    color: #d47f52;
    margin-left: 5px;
}

.md2018040804lty .class-desc-box img {
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    width: auto;
}

.md2018040804lty .class-desc-box h1,
.md2018040804lty .class-desc-box h2,
.md2018040804lty .class-desc-box h3,
.md2018040804lty .class-desc-box h4,
.md2018040804lty .class-desc-box strong {
    font-weight: 600;
}


/*课程详情页样式结束*/


/*首页右侧悬浮框*/

.md2018040901lty {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -123px;
    /*width: 58px;*/
    /*height: 232px;*/
    border-radius: 5px;
    /*box-shadow: 0 0px 10px 0px #ddd;*/
    z-index: 999;
}

.md2018040901lty .nav-r {
    width: 100%;
    height: 100%;
}

.md2018040901lty .nav-r .guide-list > li {
    /*height:58px;*/
    text-align: center;
    /*line-height:42px;*/
    /*font-size: 30px;*/
    position: relative;
    /*padding: 8px 0;*/
    height: 54px;
    width: 54px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 4px;
    background: #fff;
}

.md2018040901lty .nav-r .guide-list > li > a {
    color: #333;
    /*font-size:30px;*/
}

.md2018040901lty .nav-r .guide-list > li .p {
    text-align: center;
    width: 100%;
    height: 100%;
}

.md2018040901lty .nav-r .guide-list > li .p.p1 {
    line-height: 54px;
}

.md2018040901lty .nav-r .guide-list > li .p.p2 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    display: none;
    background: #fff;
    z-index: 1;
    border-radius: 6px;
}

.md2018040901lty .nav-r .guide-list > li .p.p1 .cusfont {
    font-size: 32px;
    line-height: inherit;
}

.md2018040901lty .nav-r .guide-list .ph-show {
    position: absolute;
    left: -188px;
    top: 0px;
    padding-right: 8px;
    display: none;
}

.md2018040901lty .nav-r .guide-list .ph-show > div {
    font-size: 14px;
    border-radius: 4px;
    line-height: 30px;
    border: 1px solid #ddd;
    padding: 10px 10px;
    width: 180px;
    /*height: 116px;*/
    color: #6e9efe;
    cursor: default;
    background: #fff;
}

.md2018040901lty .nav-r .guide-list .ph-show .ph1 {
    border: 1px solid #518dfe;
    margin-bottom: 8px;
    line-height: 30px;
    padding-left: 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    background: #518dfe;
}

.md2018040901lty .nav-r .guide-list .ph-show .ph2 {
    color: #666;
    font-size: 12px;
    line-height: 1;
    text-align: left;
    margin-top: 12px;
}

/*.md2018040901lty .nav-r .guide-list .ph-show:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #ddd;
    right: -15px;
    top: 8px;
}*/
.md2018040901lty .nav-r .guide-list > li:last-child {
    display: none;
}

.md2018040901lty .nav-r .guide-list > li:last-child:hover {
    background: #518dfe;
    color: #fff;
    border-color: #518dfe;
}

.md2018040901lty .nav-r .guide-list > li:last-child:hover .cusfont {
    color: #ffffff;
}

.md2018040901lty .nav-r .guide-list .ph > a:hover .ph-show {
    display: block;
}

.md2018040901lty .nav-r .guide-list > li > a:hover .p2 {
    display: block;
}

.md2018040901lty .nav-r .guide-list .ph-show > i {
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff;
    right: -13px;
    top: 8px;
}


/*职业导图样式开始*/

.md2018040902lty.md2018040801-xxw,
.md2018040902lty.md2018040801-xxw > .container {
    background: #f6f5fa;
}

.md2018040902lty .career-list {
    padding: 50px 100px;
    margin-bottom: 55px;
    border-radius: 5px;
}

.md2018040902lty .career-list > li {
    padding: 25px;
    background: #fff;
    height: 200px;
}

.md2018040902lty .career-list > li:hover {
    background: #faf9fc;
}

.md2018040902lty .career-list > li .l-p {
    width: 266px;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.md2018040902lty .career-list > li .l-p img {
    width: 100%;
    height: 100%;
}

.md2018040902lty .career-list > li .c-con {
    width: 609px;
    height: 100%;
    padding: 12px;
    position: relative;
}

.md2018040902lty .career-list > li .c-con .c-t {
    margin-bottom: 17px;
}

.md2018040902lty .career-list > li .c-con > p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.md2018040902lty .career-list > li .c-con .c-d {
    position: absolute;
    bottom: 12px;
    left: 12px;
}

.md2018040902lty .career-list > li .c-con .c-d > li {
    margin-right: 15px;
}

.md2018040902lty .career-list > li .c-con .c-d > li .cusfont {
    color: #ccc;
}

.md2018040902lty .career-list > li .r-b {
    width: 75px;
    height: 100%;
}

.md2018040902lty .career-list > li .r-b .b-s {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #4f8dfe;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    margin-top: 37px;
}


/*职业导图样式结束*/


/*在线报名样式开始*/

.md2018041201lty.md-2018040402-ll {
    width: 455px;
    padding: 15px 25px 15px;
}

.md2018041201lty .x-choose-down .x-ipt-group {
    width: 160px;
    margin-right: 20px;
}

.md2018041201lty .form-item.select-item {
    margin-right: -20px;
}

.md2018041201lty .rest-num {
    color: #aaa;
    line-height: 2;
}

.md2018041201lty .form-ele-box.form-inline-box .form-label {
    width: 50px;
}

.md2018041201lty .form-item .sign-btn {
    width: 340px;
    float: right;
}

.md2018041201lty .x-ipt-group .custom_sel_list {
    max-height: 250px;
    overflow: auto;
}

.md2018041201lty .x-choose-down .x-ipt-group.error {
    border-color: #ed2122;
}


/*在线报名样式结束*/


/*2018-4-13新增 */

.md2018041301lty {
    width: 300px;
    border-radius: 5px;
    overflow: hidden;
}

.md2018041301lty .tit-md {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #00ABE1;
    color: #fff;
    position: relative;
}

.md2018041301lty .con-bd {
    padding: 30px;
}

.md2018041301lty.cus-win-model .cus-win-modelclose {
    top: 0;
}

.md2018041301lty .con-bd p {
    line-height: 2;
}

.md2018041302lty.md-2018040401-ll {
    padding: 45px 30px 30px;
}

.md2018041302lty .form-item {
    position: relative;
    margin-bottom: 20px;
}

.md2018041302lty .form-item .error-lty {
    position: absolute;
    bottom: -19px;
    display: none;
}

.md2018041302lty .form-item .error-lty.error-show {
    display: block;
}


/*2018-4-16新增*/

.md2018041601lty .form-ele-box .form-label {
    display: block;
}

.md2018041601lty .form-ele-box .form-inlineblock {
    width: 135px;
}


/*2018 4 17 新增*/

.md2018041701lty.md-2018040801-ll .c-md-bd .item .img-box {
    width: 185px;
    height: 164px;
    border-radius: 20px;
    overflow: hidden;
}

.md2018041701lty .java {
    background: url("img/fangxiang2.png") no-repeat;
}

.md2018041701lty .UID {
    background: url("img/fangxiang2.png") no-repeat 0 -173px;
}

.md2018041701lty .Account {
    background: url("img/fangxiang2.png") no-repeat 0 -345px;
}

.md2018041701lty .C {
    background: url("img/fangxiang2.png") no-repeat 0 -517px;
}

.md2018041701lty .Account {
    background: url("img/fangxiang2.png") no-repeat 0 -345px;
}

.md2018041701lty .Android {
    background: url("img/fangxiang2.png") no-repeat 0 -689px;
}

.md2018041701lty .NET {
    background: url("img/fangxiang2.png") no-repeat 0 -861px;
}

.md2018041701lty .IOS {
    background: url("img/fangxiang2.png") no-repeat 0 -1033px;
}

.md2018041701lty .PHP {
    background: url("img/fangxiang2.png") no-repeat 0 -1204px;
}

.md2018041701lty .Flushbonading {
    background: url("img/fangxiang2.png") no-repeat 0 -1378px;
}

.md2018041701lty .TEST {
    background: url("img/fangxiang2.png") no-repeat 0 -1548px;
}

.md2018041701lty .Network {
    background: url("img/fangxiang2.png") no-repeat 0 -1721px;
}

.md2018041701lty .NetSale {
    background: url("img/fangxiang2.png") no-repeat 0 -1893px;
}

.md2018041701lty .Unity3D {
    background: url("img/fangxiang2.png") no-repeat 0 -2065px;
}

.md2018041701lty .WEB {
    background: url("img/fangxiang2.png") no-repeat 0 -2237px;
}

.md2018041701lty .VIEW {
    background: url("img/fangxiang2.png") no-repeat 0 -2408px;
}

.md2018041701lty .BIG {
    background: url("img/fangxiang2.png") no-repeat 0 -2579px;
}

.md2018041701lty .UCD {
    background: url("img/fangxiang2.png") no-repeat 0 -2750px;;
}

.md2018041701lty .AID {
    background: url("img/AID-ICON.png");
}

.md2018041701lty .CGB {
    background: url("img/icon2018070614lty.png");
}

.md2018041702lty.md-2018040802-ll {
    width: 544px;
    position: relative;
    color: #fff;
}

.md-2018040807-xxw .look-lty {
    height: 50px;
    border-radius: 5px;
    cursor: pointer;
    line-height: 50px;
}

.md-2018040807-xxw .look-lty:hover {
    background: #edeef3;
}


/*2018-5-4新增*/

.md-2018040807-xxw .right-contx .js-bind {
    color: #fc583d;
}

.md-2018040807-xxw .right-contx .update-btn {
    width: 152px;
}

.md-2018040805-ll .p2 #toActiveCard {
    color: #fc583d;
}


/*新增 2018-5-7*/

.md2018050701lty {
    margin: 0 auto;
    width: 578px;
    min-height: 392px;
    box-shadow: 0 0 15px 2px #ccc;
    background: #fff;
}

.md2018050701lty .md-hd {
    padding: 17px 20px;
    background: #f6f5fa;
}

.md2018050701lty .progress .yz-tit {
    font-size: 18px;
    color: #aaa;
}

.md2018050701lty .progress .icon-num {
    font-style: normal;
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    background: #aaa;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 18px;
}

.md2018050701lty .progress .progress-item {
    margin: 0 37px;
    position: relative;
}

.md2018050701lty .progress .progress-item.active .icon-num {
    background: #4b95ff;
}

.md2018050701lty .progress .progress-item.active .yz-tit {
    color: #4b95ff;
}

.md2018050701lty .progress .progress-item.active:before {
    background: #4b95ff;
}

.md2018050701lty .progress .progress-item:before {
    position: absolute;
    left: -62px;
    top: 11px;
    content: '';
    display: block;
    width: 56px;
    height: 2px;
    background: #aaa;
}

.md2018050701lty .progress .progress-item.progress-one:before {
    display: none;
}

.md2018050701lty .md-bd .form-box01 {
    padding: 70px 119px 0;
}

.md2018050701lty .md-bd .form-box02,
.md2018050701lty .md-bd .form-box03 {
    display: none;
}

.md2018050701lty .md-bd .form-box02 {
    padding: 70px 103px 0;
}

.md2018050701lty .md-bd .form-box03 {
    padding: 70px 190px 0;
}

.md2018050701lty .md-bd .form-box03 .yz-over {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #4b95ff;
    color: #fff;
    font-size: 50px;
    line-height: 90px;
    text-align: center;
    margin: 0 auto;
}

.md2018050701lty .md-bd .form-box03 .yz-fail .yz-over {
    background: #fd573f;
    font-size: 40px;
}

.md2018050701lty .md-bd .form-box03 p {
    color: #333;
    font-size: 18px;
    line-height: 2;
    text-align: center;
}


/*百度-微信分享*/

#bdshare_weixin_qrcode_dialog {
    box-sizing: content-box;
}

#bdshare_weixin_qrcode_dialog .bd_weixin_popup_foot {
    text-align: center;
}


/*2018-5-18新增 课程详情-支付弹框*/

.md2018051801lty {
    background: #fff;
    border-radius: 7px;
    width: 650px;
    overflow: hidden;
    position: relative;
}

.md2018051801lty .md-hd {
    height: 30px;
    line-height: 30px;
    background: #4b95ff;
    padding-left: 10px;
    color: #fff;
}

.md2018051801lty .md-bd {
    position: relative;
    padding-left: 40px;
    max-height: 500px;
}

.md2018051801lty .md-bd .apply-box {
    max-height: 420px;
    overflow-y: auto;
    padding: 40px 40px 10px 0;
}

.md2018051801lty .md-bd .apply-box .course-banner {
    width: 490px;
    height: 90px;
}

.md2018051801lty .apply-box .course-banner .course-content {
    margin-left: 16px;
    min-height: 50px;
    width: 380px;
    position: relative;
}

.md2018051801lty .course-banner .course-content .c-tit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 1.5;
}

.md2018051801lty .md-bd .apply-box .course-info {
    width: 500px;
    margin-bottom: 18px;
}

.md2018051801lty .md-bd .apply-box .course-info .col1 {
    width: 60px;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}

.md2018051801lty .md-bd .apply-box .course-info .col2 {
    display: table-cell;
    vertical-align: middle;
    width: 422px;
    font-weight: bold;
    color: #fd573f;
    font-size: 22px;
    padding-left: 18px;
}

.md2018051801lty .md-bd .apply-box .pay-tools {
    margin-bottom: 20px;
}

.md2018051801lty .md-bd .apply-box .pay-tools .pay-protocol {
    cursor: pointer;
    margin-top: 10px;
}

.md2018051801lty.cus-win-model .cus-win-modelclose {
    color: #fff;
    top: 0;
}


/*2018-5-25 新增底部*/

.md2018040301lty .bt-lf .links {
    margin: 0 -17px 15px;
}

.md2018040301lty .bt-lf .links li {
    float: left;
    color: #999;
    font-size: 14px;
    margin: 0 14px;
}

.md2018040301lty .bt-lf .links li a {
    color: #999;
}

.md2018040301lty .bt-lf .links li a:hover {
    color: #fff;
}

.md2018040301lty .bt-lf .copyright {
    color: #666;
    margin-left: -4px;
}

.md2018040301lty .bt-fr .b-info {
    padding-top: 15px;
}

.md2018040301lty .bt-fr {
    margin-bottom: 23px;
}

.md2018040301lty .bt-fr .b-info > p {
    color: #666;
    line-height: 24px;
    margin-right: 21px;
}

.md2018040301lty .bt-line {
    width: 100%;
    height: 1px;
    background: #3d3e3f;
    clear: both;
}

/*新增20180706 专题页*/
.md2018070601lty {
    background: url('img/icon2018070602lty.png') no-repeat top center;
}

.md2018070601lty .md-banner {
    height: 630px;
    background: url('img/icon2018070601lty.png') no-repeat center center;
    padding-top: 577px;
    margin-bottom: 60px;
}

.md2018070601lty .md-banner .nav {
    width: 1053px;
    height: 55px;
    background: #17a9ad;
    margin: 0 auto;
}

.md2018070601lty .md-banner .nav-model {
    float: left;
    width: 25%;
}

.md2018070601lty .md-banner .nav-model > a {
    width: 140px;
    height: 55px;
    background: url('img/icon2018070603lty.png') no-repeat center center;
    color: #199497;
    font-size: 20px;
    text-align: center;
    line-height: 55px;
    margin: -16px auto 0;
    display: block;
}

.md2018070601lty .md-tit-l {
    width: 368px;
    height: 64px;
    margin: 0 auto 40px;
    background: url('img/icon2018070604lty.png') no-repeat center center;
}

.md2018070601lty .md-books .md-tit-l {
    background-image: url('img/icon2018070605lty.png');
}

.md2018070601lty .md-goods .md-tit-l {
    background-image: url('img/icon2018070606lty.png');
}

.md2018070601lty .md-join .intro {
    width: 1053px;
    margin: 0 auto 46px;
}

.md2018070601lty .md-join .intro li {
    margin-bottom: 12px;
}

.md2018070601lty .md-join .intro .t-l {
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #e8ec38;
    text-align: center;
    line-height: 40px;
    color: #000;
    font-size: 22px;
    font-style: normal;
    border-radius: 20px;
}

.md2018070601lty .md-join .intro .r-con {
    margin-left: 20px;
}

.md2018070601lty .md-join .intro .r-con > p {
    color: #041d43;
    font-size: 20px;
    line-height: 2;
}

.md2018070601lty .md-join .intro .r-con .consult {
    display: inline-block;
    vertical-align: top;
    width: 119px;
    height: 40px;
    background: url('img/icon2018070607lty.png') no-repeat center center;
}

.md2018070601lty .md-join .intro .r-con .clip-area input {
    width: 810px;
    height: 56px;
    background: #fff;
    border: 2px solid #17a9ad;
    color: #041d43;
    font-size: 16px;
    padding-left: 25px;
    margin-right: 18px;
}

.md2018070601lty .intro .r-con .clip-area .btn {
    width: 160px;
    height: 56px;
    background: #d34e4d;
    color: #fff;
    text-align: center;
    line-height: 56px;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 18px;
}

.md2018070601lty .md-books {
    background: url('img/icon2018070608lty.png') no-repeat center center;
    min-height: 1126px;
    margin-bottom: 70px;
}

.md2018070601lty .md-books .courses {
    width: 1053px;
    margin: 175px auto 0;
    padding: 0 40px;
}

.md2018070601lty .md-books .courses li {
    float: left;
    width: 25%;
    text-align: center;
}

.md2018070601lty .md-books .courses li p {
    font-size: 14px;
    color: #fff;
    line-height: 3;
    margin-bottom: 15px;
}

.md2018070601lty .md-books .courses li a {
    padding: 14px 40px;
    background: #088386;
    font-size: 16px;
    color: #fff;
}

.md2018070601lty .md-goods .ft {
    background: url('img/icon2018070613lty.png') no-repeat top center;
    height: 210px;
}

/*新增2018-7-12*/
.md2018071201lty .con-left {
    width: 882px;
    background: #fff;
    padding: 20px 40px 50px;
}

.md2018071201lty .con-left .list-item {
    padding: 27px 0;
    border-bottom: 1px dashed #ddd;
}

.md2018071201lty .con-left .list-item .tit {
    color: #000;
    font-size: 16px;
    margin-bottom: 17px;
}

.md2018071201lty .con-left .list-item .tit > a {
    color: #000;
}

.md2018071201lty .con-left .list-item .info {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.md2018071201lty .con-left .list-item .info > a {
    color: #666;
}

.md2018071201lty .con-left .list-item .pic {
    margin-bottom: 17px;
    border-radius: 6px;
    overflow: hidden;
}

.md2018071201lty .con-left .list-item .pic img {
    width: 802px;
    height: 275px;
}

.md2018071201lty .con-left .know-more-lty {
    height: 40px;
    line-height: 40px;
    background: #DDDDDD;
    font-size: 14px;
    color: #010101;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
    cursor: pointer;
}

.md2018071201lty .con-left .know-more-lty:hover {
    background: #ccc;
}

.md2018071201lty .ad-right {
    width: 298px;
}


/*lty end/



/* 梁磊 start */

.md-2018040401-ll {
    color: #999999;
    padding: 15px 30px 30px;
    background: #fff;
    border-radius: 7px;
    width: 400px;
}

.md-2018040401-ll .tab-header {
}

.md-2018040401-ll .tab-header > ul {
    height: 40px;
    border-bottom: 1px solid #ddd;
}

.md-2018040401-ll .tab-header > ul > li {
    height: 40px;
    line-height: 38px;
    float: left;
    margin-right: 40px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    font-size: 14px;
}

.md-2018040401-ll .tab-header > ul > li.active {
    border-bottom: 2px solid #000;
    color: #282828;
    font-weight: bold;
}

.md-2018040401-ll .tab-cont {
    padding: 36px 0 0 0;
}

.md-2018040401-ll .tab-cont .tab-item {
    display: none;
}

.md-2018040401-ll .tab-cont .tab-item.active {
    display: block;
}

.md-2018040401-ll .login-imgcode-box,
.md-2018040401-ll .login-inp-box {
    position: relative;
}

.md-2018040401-ll .t-icon-btn {
    position: absolute;
    top: 0;
    right: -15px;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.md-2018040401-ll .login-imgcode-box {
    display: none;
    color: #282828;
}

.md-2018040401-ll .login-inp-box .t-icon-btn {
    background: url(img/img2018040401_ll.png) no-repeat top right;
}

.md-2018040401-ll .login-imgcode-box .t-icon-btn {
    background: url(img/img2018040402_ll.png) no-repeat top right;
}

.md-2018040401-ll .login-imgcode-box .c-headbox {
    height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.md-2018040401-ll .login-imgcode-box .c-bodybox {
    text-align: center;
    padding: 30px 0;
}

.md-2018040402-ll {
    padding: 15px 30px 30px;
    background: #fff;
    border-radius: 7px;
    width: 400px;
    position: relative;
}

.md-2018040402-ll .tit {
    font-size: 20px;
    text-align: center;
    padding: 20px 0 30px;
}

.md-2018040402-ll .other-loginbox {
    padding: 30px 0 10px;
}

.md-2018040402-ll .other-loginbox .c-btns {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    background: #DDDDDD;
    position: relative;
    margin: 50px 0 22px;
    text-align: center;
}

.md-2018040402-ll .other-loginbox .c-btns .c-btn {
    display: inline-block;
    padding: 8px;
    color: #fff;
    font-size: 26px;
    background: #aaa;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.md-2018040402-ll .other-loginbox .c-btns .c-btn:hover {
    background: #2db703;
}

.md-2018040402-ll .other-loginbox .c-fbtn {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    margin-top: -21px;
}

.md-2018040402-ll .other-loginbox .c-fbtn.js-log-type-cut {
    font-size: 14px;
    margin-top: 0;
    cursor: pointer;
}

.md-2018040801-ll {
    padding: 10px 100px;
    background: #fff;
    border-radius: 7px;
}

.md-2018040801-ll .c-md-hd {
    padding: 30px 0;
}

.md-2018040801-ll .c-hd-title {
    font-size: 20px
}

.md-2018040801-ll .c-hd-title > i {
    font-size: 22px;
}

.md-2018040801-ll .c-md-bd .item {
    margin-bottom: 60px;
}

.md-2018040801-ll .c-md-bd .item .img-box {
    float: left;
}

.md-2018040801-ll .c-md-bd .item .img-box img {
    border-radius: 5px;
}

.md-2018040801-ll .c-md-bd .item .text-box {
    float: right;
    width: 750px;
    position: relative;
}

.md-2018040801-ll .c-md-bd .item .c-tit {
    font-size: 16px;
    color: #333;
    padding-right: 100px;
    margin-bottom: 15px;
    font-weight: bold;
}

.md-2018040801-ll .c-md-bd .item .c-info {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.md-2018040801-ll .c-md-bd .item .c-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 8px;
    color: #fff;
    background: #4f8dfe;
    border-radius: 3px;
    font-size: 14px;
}

.md-2018040802-ll {
    width: 900px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 70px;
    margin-bottom: 20px;
}

.md-2018040802-ll .md-hd {
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    background: #4f8dfe;
    background: -webkit-linear-gradient(left, #4f8dfe, #38b8fd);
    background: -o-linear-gradient(right, #4f8dfe, #38b8fd);
    background: -moz-linear-gradient(right, #4f8dfe, #38b8fd);
    background: linear-gradient(to right, #4f8dfe, #38b8fd);
}

.md-2018040802-ll .md-bd {
    padding: 40px 0;
    background: #fff;
}

.md-2018040803-ll {
    background: url(img/banner-ll-02.jpg) no-repeat;
    background-size: 100% 100%;
    height: 200px;
    text-align: center;
    padding-top: 40px;
}

.md-2018040804-ll {
}

.md-2018040804-ll .c-md-hd {
    border-bottom: 1px solid #ddd;
}

.md-2018040804-ll .c-md-bd {
}

.md-2018040804-ll .item {
    padding: 10px 20px 40px;
    width: 340px;
    box-shadow: 0 0 8px #D7D7D7;
    float: left;
    margin-right: 90px;
    position: relative;
}

.md-2018040804-ll .item:last-child {
    margin-right: 0;
}

.md-2018040804-ll .item .icon {
    position: absolute;
    height: 52px;
    width: 52px;
    background: url(img/img2018040801_ll.png) no-repeat;
    top: 0;
    left: 0;
}

.md-2018040804-ll .item .c-md-hd {
    font-size: 20px;
    text-align: center;
    padding: 10px 0 20px;
}

.md-2018040804-ll .item .price {
    font-size: 40px;
    text-align: center;
    padding: 20px 0;
}

.md-2018040804-ll .item ul {
    margin-right: -20px;
    margin-bottom: 8px;
    min-height: 170px;
}

.md-2018040804-ll .item li {
    float: left;
    margin: 0 20px 18px 0;
    width: 140px;
    height: 66px;
    line-height: 64px;
    background: #f6f5fa;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.md-2018040804-ll .item li > i {
    font-size: 24px;
    margin-right: 5px;
    color: #3b9cfd;
    vertical-align: middle;
}

.md-2018040805-ll {
    padding: 40px 0;
}

.md-2018040805-ll .p1 {
    font-size: 20px;
}

.md-2018040805-ll .p2 {
    font-size: 18px;
    color: #999;
}

.md-2018040805-ll .p2 > span {
    text-decoration: underline;
    line-height: 1.6;
}

.md-2018040804-ll .item {
    margin-right: 60px;
}

.md-2018040901-ll {
    width: 400px;
    padding: 30px;
    background: #fff;
}

.md-2018040901-ll .tit {
    font-size: 20px;
    text-align: center;
    margin: 10px 0 30px;
}

.md-2018040901-ll .form-btn {
    font-size: 16px;
}

.md-2018040902-ll .md-hd {
    padding: 20px 0 10px;
}

.md-2018040902-ll .md-hd .hd-title {
    font-size: 16px;
    font-weight: bold;
}

.md-2018040902-ll .md-bd {
    background: #fff;
}

.md-2018040902-ll ul {
    margin: 0 -10px;
}

.md-2018040902-ll li {
    width: 270px;
    margin: 10px;
    float: left;
}

.md-2018040902-ll li:hover {
    box-shadow: 0 0 8px #bbb;
    margin-top: 8px;
    margin-bottom: 12px;
}

.md-2018040902-ll li .text-box {
    padding: 12px 8px 15px;
}

.md-2018040902-ll li .text-box img {
    border-radius: 3px 3px 0 0;
}

.md-2018040902-ll li h3,
.md-2018040902-ll li .info {
    /*white-space:nowrap; */
    overflow: hidden;
    width: 100%;
    /*text-overflow:ellipsis;*/
}

.md-2018040902-ll li h3 {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    margin-bottom: 12px;
}

.md-2018040902-ll li .info {
    color: #888;
    margin: 5px 0 10px;
}

.md-2018040902-ll li .other-box .free {
    color: #4f8dfe;
}

.md-2018040902-ll li .other-box .price {
    color: #fc6750;
}

.md-2018040902-ll li .other-box .num {
    color: #888;
}

.md-2018040902-ll .btn-box {
    padding: 20px 0 30px;
    text-align: center;
}

.md-2018040902-ll .btn-box .c-btn {
    display: inline-block;
    padding: 15px 40px;
    font-size: 14px;
    background: #ebeaf0;
    border-radius: 3px;
    cursor: pointer;
}

.md-2018040902-ll-2 li .info,
.md-2018040902-ll-2 li .text-box .other-box {
    height: 18px;
}

.md-2018040903-ll {
}

.md-2018040903-ll .overflow-box {
    overflow: hidden;
}

.md-2018040903-ll .overflow-box li {
    position: relative;
}

.md-2018040903-ll .overflow-box li .c-btn {
    position: absolute;
    top: 120px;
    right: 100px;
    background: #4994ff;
    border-radius: 3px;
    padding: 6px 20px;
    font-size: 16px;
    color: #fff;
}

.md-2018040903-ll .overflow-box li .info {
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.cus-arrow,
.cus-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.cus-arrow {
    border-width: 8px;
}

.cus-arrow:after {
    content: "";
    border-width: 7px;
}

.cus-arrow.bottom {
    top: -8px;
    left: 50%;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.cus-arrow.bottom:after {
    top: 1px;
    margin-left: -7px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.cus-tips-box {
    position: absolute;
    top: 100%;
    padding: 8px;
    margin-top: -1px;
}

.cus-tips-box {
    position: absolute;
    top: 100%;
    padding: 8px;
    margin-top: -1px;
}

.cus-tips-box .cus-tips-cont {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}

.cus-tips-wrap {
    position: relative;
}

.cus-tips-wrap .cus-tips-box {
    display: none;
}

.cus-tips-wrap:hover .cus-tips-box {
    display: block;
}

.md2018040803lty .cus-tips-box {
    width: 189px;
    left: -52px;
}

.md-2018040423-ll {
    padding: 15px 30px 30px;
    background: #fff;
    border-radius: 7px;
    width: 400px;
    position: relative;
}

.md-2018040423-ll .tit {
    font-size: 20px;
    text-align: center;
    padding: 20px 0 30px;
}

.md-201804042401-ll {
    padding: 15px 30px 30px;
    background: #fff;
    border-radius: 7px;
    width: 400px;
    position: relative;
}

.md-201804042401-ll .tit {
    font-size: 20px;
    text-align: center;
    padding: 20px 0 10px;
}

.md-201804042401-ll .info1 {
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
}


/* 梁磊 end */


/*xxw*/

.bg-color-4390ff {
    background: #4390ff;
}

.md2018040801-xxw .crumb-navx {
    line-height: 70px;
}

.md2018040801-xxw .crumb-navx > ul > li {
    float: left;
    color: #666;
}

.md2018040801-xxw .crumb-navx > ul > li .cusfont {
    font-size: 12px;
}

.md2018040801-xxw .crumb-navx > ul > li a {
    margin-right: 4px;
    color: #666;
}

.md2018040801-xxw .crumb-navx > ul > li a:hover {
    color: #4b95ff;
}

.md2018040801-xxw,
.md2018040801-xxw > .container {
    background: #fff;
}

.md2018040803-xxw {
    box-shadow: 0 4px 20px #e0d7d7;
}

.md2018040803-xxw > .container {
    padding: 15px 0;
}

.md2018040803-xxw .crumb-navxtit {
    color: #fff;
    width: 98px;
    padding-top: 4px;
}

.md2018042701-xxw {
    width: 1090px;
}

.md2018040803-xxw .crumb-navxtit .iconx {
    margin-right: 10px;
    vertical-align: middle;
}

.md2018040803-xxw .crumb-navxcont > span {
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
    cursor: pointer;
    line-height: 24px;
}

.inline-blockxxw {
    display: inline-block;
}

.border-radius4x {
    border-radius: 4px;
}

.md2018040803-xxw .crumb-navxcont > span.curx {
    background: #1746b4;
}

.md2018040804-xxw {
    padding: 20px 0px 30px;
}

.md2018040804-xxw span {
    border: 1px solid #e9e9e9;
    width: 90px;
    line-height: 34px;
    margin-right: 45px;
    cursor: pointer;
}

.md2018040804-xxw span > .iconx {
    margin-left: 4px;
}

.md2018040804-xxw span.curx {
    background: #4390ff;
    color: #fff;
}

.md2018040802-xxw {
    /*margin: 0 -10px;*/
}

.md2018040802-xxw .md-2018040201-lty {
    margin-bottom: 38px;
}

.pagination-x > * {
    margin-right: 6px;
    background: #fff;
    border: 1px solid #e9e9e9;
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 2px;
}

.pagination-x > .current {
    background: #518dfe;
    color: #fff;
}

.pagination-x .next.current {
    background: #eae9e9;
    color: #fff;
}

.md2018040301-xxw {
    margin: 20px 0 50px;
}


/*大前端*/

.md2018040302-x-tit {
    line-height: 52px;
    color: #fff;
    background: url("img/big_web1.png") no-repeat center;
    border-radius: 26px;
    font-size: 26px;
    box-shadow: 0 0 20px #e4624c;
}

.md2018040302-x {
    padding-top: 40px;
}

.md2018040302-x-tit.other-bg1 {
    background: url("img/big_web2.png") no-repeat center;
    box-shadow: 0 0 20px #6478f1;
}

.md2018040302-x-tit.other-bg2 {
    background: url("img/big_web3.png") no-repeat center;
    box-shadow: 0 0 20px #3951e4;
}

.md2018040302-x .md2018040302-x-tit-detail {
    line-height: 30px;
    margin: 15px 0;
}

.md2018040303-x {
    padding-left: 8px;
    padding-top: 10px;
}

.md2018040303-x .md2018040303-x-list {
    border-left: 1px solid #4d95ff;
    padding-left: 19px;
    padding-top: 1px;
    padding-bottom: 48px;
    position: relative;
}

.md2018040303-x .md2018040303-x-list:last-child {
    padding-bottom: 0;
}

.circlex-xxw1 {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -9px;
    border-radius: 50%;
    border: 1px solid #4d95ff;
    background: #f6f6f9;
}

.md2018040303-x-list .class-list-bigweb {
    margin: 0 -11.5px;
}

.md2018040303-x-list .class-list-bigweb .md-2018040201-lty li {
    width: 275px;
    margin: 20px 11.5px;
}

.md2018040303-x-list .class-list-bigweb .md-2018040201-lty li .hd-pic {
    height: 155px;
}

.md2018040303-x-details {
    line-height: 24px;
}

.md2018040303-x-tit {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: -5px;
}

.look-morexxw1 {
    cursor: pointer;
    display: none;
}

.md2018040303-x-list .look-morexxw1 {
    width: 100%;
    line-height: 54px;
    background: #e9e8ef;
}


/*帮助页面*/

.modul-text-list-xxw .text-list-tit {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.modul-text-list-xxw .text-list-container {
    line-height: 22px;
    font-size: 14px;
    color: #999;
}

.modul-text-list-xxw .text-list-btns {
    text-align: center;
    color: #fc674f;
    line-height: 22px;
}

.modul-text-list-xxw .btn-modul-text {
    cursor: pointer;
}

.modul-text-list-xxw .hidden-linex {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 90px;
}

.md2018040401-xxw {
    margin: 40px auto;
}

.md2018040401-menux {
    width: 200px;
    border-radius: 6px;
    overflow: hidden;
}

.md2018040401-contx {
    width: 983px;
    border-radius: 6px;
    overflow: hidden;
}

.md2018040401-menux a {
    display: inline-block;
    width: 100%;
    padding: 0 10px 0 30px;
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
}

.md2018040401-menux .md2018040401-lefttextx {
    display: inline-block;
    width: 125px;
}

.md2018040401-menux .iconx {
    display: none;
}

.md2018040401-menux li.active .iconx {
    display: inline-block;
}

.md2018040401-menux li.active a {
    background: #4d95ff;
    color: #fff;
}

.md2018040401-slider-xxw .modul-text-list-xxw {
    padding: 40px 20px;
    border-bottom: 1px solid #f2f2f2;
}

.hidden-xxw .class-list-bigweb {
    height: 295px;
    overflow: hidden;
}


/*个人中心*/

.top-bg-xxw01 {
    height: 276px;
    background: url("img/user_center_bannerxxw.jpg") no-repeat center;
    box-shadow: 0 0 20px #6478f1;
}

.md-2018040805-xxw {
    padding: 1px 30px 20px;
    background: #fff;
    margin-top: -167px;
    margin-bottom: 40px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    min-height: 550px;
}

.md-2018040805-xxw .user-cneter-contianer {
    margin-top: -65px;
    position: relative;
}

.md-2018040806-xxw {
    padding-left: 105px;
    padding-top: 13px;
}

.md-2018040806-xxw .md-2018040801-lty {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.md-2018040806-xxw .top-navx-list > a {
    float: left;
    line-height: 32px;
    padding: 0 8px;
    margin-right: 29px;
    color: #fff;
    font-weight: bold;
    border-radius: 16px;
}

.md-2018040806-xxw .top-navx-list > a.active {
    color: #4b95ff;
    background: #fff;
}

.md-2018040806-xxw .top-navx-list {
    padding-left: 15px;
}

.md-2018040806-xxw .top-navx-list > .last-mesx {
    position: absolute;
    right: 0;
    top: 7px;
    width: 38px;
    height: 38px;
    border-radius: 20px;
    background: #fff;
    color: #4b95ff;
    font-size: 20px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.md-2018040806-xxw .mes-num-x {
    height: 18px;
    min-width: 18px;
    border-radius: 20px;
    background: #fd0000;
    line-height: 18px;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: -5px;
    bottom: -3px;
    color: #fff;
}

.md-2018040806-xxw .user-namebox {
    margin-top: 36px;
}

.md-2018040806-xxw .user-namebox .user-name-xxw {
    font-size: 14px;
    font-weight: bold;
    margin-right: 6px;
}

.md-2018040807-xxw {
    margin-top: 16px;
}

.md2018040401-menux li .iconx {
    font-size: 12px;
}

.md-2018040807-xxw .md2018040401-menux {
    background: #f6f5fa;
    width: 168px;
    border-radius: 4px;
}

.md-2018040807-xxw .md2018040401-menux .md2018040401-lefttextx {
    width: 95px;
}

.md2018040401-menux li:last-child a {
    border-bottom: none;
}

.md2018040401-menux li a {
    border-color: #ddd;
}

.bg-f5f6fax {
    background: #f5f6fa;
}

.md-2018040807-xxw .right-contx {
    width: 940px;
    padding-bottom: 34px;
    border-radius: 4px;
}

.md-2018040807-xxw .top-titx {
    line-height: 60px;
    padding: 0 28px;
    border-bottom: 1px solid #ddd;
}


/*4/9新增1*/

.triangle-xxw {
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom: 15px solid #4d95ff;
}

.md2018040808-xxw {
    position: relative;
}

.md2018040808-xxw .banner-btnxx {
    position: absolute;
    top: 60px;
    width: 20px;
    height: 44px;
    background: #d1d0d5;
    line-height: 44px;
    text-align: center;
    color: #fff;
}

.md2018040808-xxw .banner-btnxx.next {
    right: 0;
}

.md2018040808-xxw .banner-btnxx.prev {
    left: 0;
}

.md2018040808-xxw .bd {
    overflow: hidden;
    width: 882px;
    margin: 0 auto;
    height: 201px;
}

.md2018040808-xxw .bd li {
    width: 272px;
    margin: 16px;
    float: left;
}

.md2018040808-xxw .bd li .triangle-xxw {
    position: relative;
    left: 116px;
    top: -2px;
}

.md2018040808-xxw .bd li .pic {
    width: 272px;
    height: 153px;
    overflow: hidden;
    border-radius: 4px;
}

.md2018040808-xxw .bd li .pic > img {
    width: 100%;
    height: 100%
}

.md2018040808-xxw.other-classxxw-1 .bd ul {
    margin: 0 -15px;
}

.md2018040808-xxw .tempWrap {
    margin: 0 -15px;
}

.md2018040808-xxw.other-classxxw-1 .banner-btnxx {
    display: none;
}

.md2018040808-xxw .tit-textbox {
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    background: #4b94ff;
    width: 882px;
    margin: -3px auto 0;
    border-radius: 6px;
}

.md2018040808-xxw .tit-textbox > * {
    display: inline-block;
    vertical-align: middle;
}

.md2018040808-xxw .tit-textbox .class-detail {
    color: #fff;
    width: 560px;
    margin-right: 15px;
}

.md2018040808-xxw .tit-textbox .jindu-x {
    padding: 0px 16px;
    color: #4994ff;
    font-weight: bold;
    background: #fff;
    height: 28px;
    line-height: 28px;
    border-radius: 15px;
    margin-right: 45px;
}

.md2018040808-xxw .tit-textbox .end-timex {
    color: #fff;
}

.md-2018040901-xxw .tab-list > li {
    line-height: 56px;
    border-bottom: 1px solid #ddd;
    padding: 0 30px;
}

.md-2018040901-xxw .tab-list > li .p1 {
    width: 360px;
    margin-right: 10px;
    color: #161616;
}

.md-2018040901-xxw .tab-list > li .p3 .classtype1 {
    color: #fc583d;
}


/*.md-2018040901-xxw .tab-list>li .p3 .classtype2 .iconx {
    color: #b3cbfc;
}*/

.md-2018040901-xxw .tab-list > li .p3 .classtype3 {
    line-height: 36px;
    padding: 0 16px;
    background: #4b9eff;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
}

.md-2018040901-xxw .tab-list > li .p3 .iconx {
    font-size: 24px;
    vertical-align: middle;
    color: #dad9dd;
    margin-right: 6px;
}

.md-2018040901-xxw .tab-list > li .p3 .classtype {
    display: none;
}

.md-2018040901-xxw .tab-list > li.classtype-p1 .p3 .classtype1,
.md-2018040901-xxw .tab-list > li.classtype-p2 .p3 .classtype2,
.md-2018040901-xxw .tab-list > li.classtype-p3 .p3 .classtype3,
.md-2018040901-xxw .tab-list > li.classtype-p4 .p3 .classtype4 {
    display: inline-block;
}

.md-2018040807-xxw .classcenter-cont {
    padding: 13px 30px 0;
}

.md-2018040902-ll.class-containerx li {
    margin: 17px;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
}

.md-2018040902-ll.other-xxw li {
    position: relative;
}

.md-2018040902-ll.other-xxw li .del-btn {
    color: #fff;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    right: 12px;
    top: 12px;
    padding: 3px 12px;
    border-radius: 4px;
    cursor: pointer;
    display: none;
}

.md-2018040902-ll.other-xxw li:hover .del-btn {
    display: block;
}

.md-2018040902-ll.other-xxw li .del-btn i {
    font-style: normal;
    margin-right: 5px;
}

.md-2018040902-ll.class-containerx ul {
    margin: 0 -18px;
}

.md-2018040902-ll.class-containerx .md-bd {
    background: none;
}

.md-2018040807-xxw .pagination-x {
    margin-top: 30px;
}

.md-2018040903-xxw tr {
    line-height: 60px;
}

.md-2018040903-xxw tr:nth-child(even),
.md-2018040903-xxw th {
    background: #f6f5fa;
}

.md-2018040903-xxw .btnx {
    background: #4d95ff;
    padding: 4px 24px;
    border-radius: 30px;
    color: #fff;
    border: 0;
}

.md-2018040903-xxw .btnx:hover {
    background: #1746b5;
}

.md-2018040903-xxw .class-namex {
    max-width: 480px;
    display: inline-block;
    vertical-align: middle;
}

.md-2018040904-xxw .mes-list {
    padding: 24px 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.md-2018040904-xxw .mes-list .mes-user {
    width: 46px;
    height: 46px;
    border-radius: 46px;
    text-align: center;
    line-height: 46px;
    background: #4b94ff;
    color: #fff;
    overflow: hidden;
    margin-right: 17px;
    margin-top: 5px;
}

.md-2018040904-xxw .mes-list.other-xxw:before {
    content: '';
    position: absolute;
    left: 65px;
    top: 32px;
    width: 10px;
    height: 10px;
    background: #FF0000;
    border-radius: 10px;
}

.md-2018040904-xxw .mes-cont {
    width: 1015px;
}

.md-2018040904-xxw .mes-detail {
    line-height: 22px;
    margin-top: 13px;
}

.md-2018040904-xxw .mes-detail .other-name-xxw0423 {
    color: #4b94ff;
}

.md-2018040904-xxw .mes-detail.mes-detail2 {
    padding: 10px;
}

.md-2018040904-xxw .mes-tit .s1 {
    margin-right: 15px;
}

.md2018040803-xxw .crumb-navxcont {
    display: none;
}

.md2018040803-xxw .crumb-navxcont.active {
    display: block;
}

.md2018040801-xxw .iconx {
    font-size: 12px;
}


/*xxw end*/


/* 蔡城建 start */

.play20180408-ccj {
    width: 100%;
    height: 100%;
    position: relative;
}

.play20180408-ccj .icon {
    margin-right: 3px;
}

.play20180408-ccj .play-title {
    position: absolute;
    top: 0;
    z-index: 28;
    width: 100%;
    color: #fff;
    background-color: #2b2b2b;
    height: 70px;
    line-height: 70px;
    cursor: default;
}

.play20180408-ccj .back {
    background-color: #404040;
    width: 100px;
    height: 26px;
    line-height: 26px;
    margin-top: 21px;
    margin-left: 60px;
    border-radius: 3px;
    color: #fff;
}

.play20180408-ccj .cut-tag {
    width: 350px;
}

.play20180408-ccj .cut-tag > span {
    display: inline-block;
    width: 50%;
    float: left;
    cursor: pointer;
}

.play20180408-ccj .cut-tag > span:hover,
.play20180408-ccj .cut-tag > span.cur {
    background-color: #353538;
}

.play20180408-ccj .play-area {
    position: relative;
    height: 100%;
    padding-top: 70px;
    background-color: #000;
    overflow: hidden;
}

.play20180408-ccj .left-box {
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block;
    transition: width linear .2s;
    -moz-transition: width linear .2s;
    -ms-transition: width linear .2s;
    background: url(img/play-logo-ccj.png) center center no-repeat;
}

.play20180408-ccj .left-box .video-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 77;
    height: 100%;
    width: 100%;
}

.play20180408-ccj .left-box .video-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 66;
    display: none;
}

.play20180408-ccj .left-box.show-mask .video-mask {
    display: block;
}

.play20180408-ccj .left-box .loader-box {
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: 30px;
    margin-left: -45px;
    display: inline-block;
    padding: 0 30px 30px 30px;
    vertical-align: top;
    -webkit-transition: .3s color, .3s border, .3s transform, .3s opacity;
    transition: .3s color, .3s border, .3s transform, .3s opacity;
    font-size: 30px;
}

.play20180408-ccj .left-box .loading {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    pointer-events: none;
}

.play20180408-ccj .left-box .loading:before,
.play20180408-ccj .left-box .loading:after,
.play20180408-ccj .left-box .loading {
    border-radius: 50%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: videoloading 1.8s infinite ease-in-out;
    animation: videoloading 1.8s infinite ease-in-out;
}

.play20180408-ccj .left-box .loading {
    color: #aaa;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    top: -1em;
}

.play20180408-ccj .left-box .loading:before {
    right: 100%;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.play20180408-ccj .left-box .loading:after {
    left: 100%;
}

.play20180408-ccj .left-box .loading:before,
.play20180408-ccj .left-box .loading:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: inherit;
    height: inherit;
}

@-webkit-keyframes videoloading {
    0%,
    80%,
    100% {
        box-shadow: 0 1em 0 -1em;
    }
    40% {
        box-shadow: 0 1em 0 -.2em;
    }
}

@keyframes videoloading {
    0%,
    80%,
    100% {
        box-shadow: 0 1em 0 -1em;
    }
    40% {
        box-shadow: 0 1em 0 -.2em;
    }
}

.play20180408-ccj .right-cont {
    position: absolute;
    top: 70px;
    /*right: 0;*/
    z-index: 20;
    width: 350px;
    height: 100%;
    display: inline-block;
    background-color: #353538;
    /*transition: transform linear .8s;
    transform: translate3d(450px,0,0);*/
}

.play20180408-ccj .right-cont.show {
    /*transform: translateX(0);*/
}

.play20180408-ccj .right-cont .note-div {
    padding: 50px 40px 40px;
}

.play20180408-ccj .right-cont .note-div .title {
    margin-bottom: 30px;
    color: #fff;
}

.play20180408-ccj .right-cont .note-div .content {
    font-size: 12px;
    padding: 10px;
    width: 100%;
    height: 350px;
    border: none;
    border-radius: 3px;
    line-height: 18px;
}

.play20180408-ccj .right-cont .note-div .btn {
    margin-top: 40px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    border: 1px;
    border-radius: 3px;
}

.play20180408-ccj .right-cont .list-div {
    user-select: none;
    -ms-user-select: none;
}

.play20180408-ccj .right-cont .list-div > div > p {
    margin-top: 20px;
}

.play20180408-ccj .right-cont .list-roll .icon {
    font-size: 16px;
    margin-right: 0;
    vertical-align: middle;
    margin-top: -1px;
}

.play20180408-ccj .right-cont .list-roll li {
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 20px;
}

.play20180408-ccj .right-cont .list-roll .info:hover,
.play20180408-ccj .right-cont .list-roll .info.cur {
    background-color: #1d1d1d;
    color: #fff;
    cursor: pointer;
}

.play20180408-ccj .right-cont .list-roll .info:hover .icon,
.play20180408-ccj .right-cont .list-roll .info.cur .icon {
    color: #4f8dfe;
}

.play20180408-ccj .right-cont .list-roll .info .cont {
    padding-right: 10px;
}

.play20180408-ccj .right-cont .list-roll .info .v-type {
    display: none;
    background-color: #aaa;
    color: #fff;
    line-height: normal;
    padding: 2px 4px;
    border-radius: 3px;
    margin-top: 16px;
}

.play20180408-ccj .right-cont .list-roll .info .v-type.free {
    background-color: #519a51;
}

.play20180408-ccj .right-cont .list-roll .info.tip-type:hover .v-type {
    display: block;
}

.play20180408-ccj .right-cont .list-roll .info.tip-type:hover .time {
    display: none;
}

.play20180408-ccj .right-cont .list-roll .text-overflow {
    width: auto;
}

.play20180408-ccj .right-cont .list-roll .title {
    color: #fff;
}

.play20180408-ccj .right-cont .list-roll .info .end {
    display: none;
}

.play20180408-ccj .right-cont .list-roll .info .tag-2 {
    display: none;
}

.play20180408-ccj .right-cont .list-roll .liveing .icon,
.play20180408-ccj .right-cont .list-roll .liveing:hover .icon {
    color: #fc583d;
}

.play20180408-ccj .right-cont .list-roll .info .cusfont-playing {
    display: none;
}

.play20180408-ccj .right-cont .list-roll .info.liveing .cusfont-playing {
    display: inline-block;
}

.play20180408-ccj .right-cont .list-roll .liveing .cusfont-videoplay {
    display: none;
}

.play20180408-ccj .right-cont .list-roll .info .tag-2 {
    display: none;
}

.play20180408-ccj .right-cont .list-roll .liveing .tag-2 {
    display: inline-block;
    color: #fc583d;
}

.play20180408-ccj .right-cont .list-roll .liveing .tag {
    display: none;
}

.play20180408-ccj .right-cont .list-roll .liveing .time {
    display: none;
}

.play20180408-ccj .right-cont .list-roll .lived .time {
    display: none;
}

.play20180408-ccj .right-cont .list-roll .lived .end {
    display: inline-block;
}

.play20180408-ccj .right-cont .js-mScroll .mCSB_inside > .mCSB_container {
    margin-right: 10px;
}

/* 190703-cj 新增视频锁 */
.play20180408-ccj .right-cont .list-roll .vlocked {
    pointer-events: none;
    -ms-pointer-events: none;
}

.play20180408-ccj .right-cont .list-roll .cusfont-lock {
    display: none;
}

.play20180408-ccj .right-cont .list-roll .vlocked .cusfont-lock {
    display: inline-block;
    font-size: 16px;
     margin-top: 17px;
    margin-left: 6px;
}

.play20180408-ccj .tips-box {
    width: 300px;
    min-height: 200px;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 20px 30px;
}

.play20180408-ccj .tips-box > p {
    line-height: 24px;
}

.play20180408-ccj .tips-box .cont {
    margin: 8px 0 20px 0;
    min-height: 72px;
    overflow: hidden;
}

.play20180408-ccj .tips-box .close {
    margin: 0 auto;
    display: block;
    height: 30px;
    width: 90px;
    line-height: 30px;
    background-color: #EEEEEE;
    border-radius: 15px;
    cursor: pointer;
}

.play20180408-ccj .tips-box .close:hover {
    background-color: #ddd;
}

.set-20180409-ccj .item {
    padding: 28px;
}

.set-20180409-ccj .item.ts {
    border-bottom: 1px solid #ddd;
}

.set-20180409-ccj .item .title {
    font-weight: 700;
    margin-bottom: 20px;
}

.set-20180409-ccj .item .title > i {
    background-color: #4d95ff;
    padding-left: 4px;
    margin-right: 10px;
}

.set-20180409-ccj .item .form-input {
    margin-right: 15px;
}

.set-20180409-ccj .item .bind-wx {
    margin-right: 10px;
    font-size: 26px;
    padding: 7px;
    border-radius: 50%;
    background-color: #8CD975;
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: 1px;
    vertical-align: middle;
}

.set-20180409-ccj .item .bind {
    cursor: pointer;
}

.set-20180409-ccj .item .error {
    color: #fc6751;
}

.set-20180409-ccj .item .succ {
    color: #4994ff;
}

.set-20180409-ccj .set-info {
    position: relative;
}

.set-20180409-ccj .user-pic {
    position: absolute;
    top: 28px;
    right: 28px;
}

.set-20180409-ccj .user-pic .img-box {
    padding: 4px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
}

.set-20180409-ccj .user-pic .img-box > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.set-20180409-ccj .user-mask {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 400px;
    position: relative;
}

.set-20180409-ccj .user-mask .close {
    position: absolute;
    color: #aaa;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.set-20180409-ccj .user-mask .img-area {
    background-color: #eee;
    width: 260px;
    height: 260px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.set-20180409-ccj .user-mask .img-area > img {
    width: 100%;
    vertical-align: middle;
}

.set-20180409-ccj .user-mask .btn-area {
    margin-top: 15px;
}

.set-20180409-ccj .user-mask .form-btn-inp {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.set-20180409-ccj .user-mask .form-btn {
    height: auto;
    vertical-align: top;
}

.set-20180409-ccj .form-item span.verflag {
    vertical-align: inherit;
}

.selec-but {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    cursor: pointer;
}


/* 微信弹窗-个人 */

.sec-180426-cj .wx-code-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}


/*下拉*/

.x-choose-down .x-ipt-group {
    width: 340px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 8px;
    color: #999;
    background: #fff;
    display: inline-block;
    position: relative;
}

.x-ipt-group .custom_sel_text {
    cursor: pointer;
    height: 38px;
    line-height: 38px;
}

.x-ipt-group span {
    display: inline-block;
    height: 100%;
    width: 28px;
    border-left: 1px solid #dedede;
    background-color: #F6F5FB;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.x-ipt-group .custom_sel_list {
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0px;
    position: absolute;
    border: 1px solid #dedede;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    z-index: 1;
}

.x-ipt-group .custom_sel_list li {
    cursor: pointer;
    padding: 0 10px;
    color: #8e8f90;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    line-height: 35px;
}

.x-ipt-group .custom_sel_list li:hover {
    background: #f8f8f8;
}


/* 蔡城建 end */


/*xxw 20180412 新增 colorbox相关*/

#colorbox {
    z-index: 1000;
}

#colorbox:focus {
    outline: none;
}

#cboxContent #cboxClose {
    display: none !important;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.cus-win-model .cus-win-modelclose {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    font-size: 20px;
}

.hidden-xxw0412 {
    display: none;
}


/*20180412 新增 colorbox相关  结束*/


/*20180423新增个人中心无任务提示*/

.md-2018042301-xxw {
    padding-top: 60px;
}

.md-2018042301-xxw .text-box {
    font-size: 18px;
    margin-top: 70px;
}

.md-2018042301-xxw .text-box a {
    color: #fd0000;
}

.md-2018042303-xxw {
    padding: 12px 0;
    background: #68a9ff;
    color: #fff;
}

.md-2018042303-xxw .culm-btn {
    padding: 2px 13px 3px;
    font-size: 16px;
    cursor: pointer;
    margin-right: 37px;
}

.md-2018042303-xxw .culm2-box {
    padding: 0 22px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.md-2018042303-xxw .culm2-box label {
    margin: 0 18px;
}

.md-2018042303-xxw .culm2-box .form-checkbox label > input[type="checkbox"] + span::before,
.md-2018042303-xxw .culm2-box .form-checkbox label > input[type="checkbox"] + span::after {
    top: 3px;
}

.md-2018042303-xxw .culm-btn.active {
    background: #1746b4;
}

.md2018042702-xxw {
    padding-top: 30px;
}

.md2018042702-xxw .iconx,
.md2018042702-xxw .key-word {
    color: #fc6750;
}

.md2018042702-xxw span {
    vertical-align: middle;
}

.md2018042702-xxw .iconx {
    font-size: 12px;
    position: relative;
    top: 2px;
    margin-left: 10px;
    cursor: pointer;
}

.md2018042702-xxw .key-word-box {
    padding: 2px 8px 3px;
    border: 1px dashed #fc6750;
}

.md2018042702-xxw .key-word-box2 {
    padding: 3px 8px;
    margin-left: 33px;
}

.md2018042702-xxw .key-word-box2 span {
    color: #fc6750;
    position: relative;
    top: -2px;
}

.md2018042702-xxw .key-word {
    display: inline-block;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clum-bannerbox-xxw {
    margin-bottom: 40px;
    width: 100%;
    overflow: hidden;
    height: 200px;
    position: relative;
    /*background: url("img/banner_xxw1_0428.png") no-repeat center;*/
}

.md2018042801-xxw {
    line-height: 40px;
    background: #ddd;
    cursor: pointer;
    margin-bottom: 20px;
    margin-top: -20px;
}

.clum-bannerbox-xxw .hd {
    position: absolute;
    bottom: 30px;
    right: 390px;
    z-index: 10;
}

.clum-bannerbox-xxw .hd li {
    float: left;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, .4);
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
}

.clum-bannerbox-xxw .hd li.on {
    background: #fff;
}

.clum-bannerbox-xxw .bd li {
    width: 100%;
    height: 200px;
}

.clum-bannerbox-xxw .bd li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.md2018040804lty .main-con .c-con li.c-live a,
.md2018040804lty .main-con .c-con li.c-lived a {
    cursor: default;
}


/*关于我们*/

.md2018040401-slider-xxw .md2018052501-xxw {
    padding: 0 3px 20px
}

.md2018052501-xxw .text-list-tit {
    padding-left: 18px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #f2f2f2;
    color: #161616;
}

.md2018052501-xxw .text-list-cont {
    padding: 45px;
    min-height: 450px;
}

.md2018052502-xxw .hd {
    margin-bottom: 20px;
}

.md2018052502-xxw .bd .tit {
    color: #161616;
    margin-top: 20px;
    margin-bottom: 10px;
}

.md2018052502-xxw .bd .list-group {
    color: #666;
}

.md2018052502-xxw .bd .list-group li {
    color: #666;
    margin-bottom: 10px;
}

.md2018052502-xxw .other-email {
    margin-top: 40px;
    display: inline-block;
    color: #4b95ff;
}

.md2018052503-xxw .iconx {
    color: #4d95ff;
    font-weight: normal;
    font-size: 18px;
    margin-right: 5px;
}

.md2018052503-xxw .tit {
    margin-bottom: 15px;
}

.md2018052503-xxw .cont1 p {
    text-indent: 28px;
    margin-bottom: 15px;
}

.md2018052503-xxw .box-list {
    margin-bottom: 35px;
}

.md2018052503-xxw .cont2 .p-p {
    padding: 15px;
    line-height: 24px;
    margin-top: 30px;
}

.md2018052503-xxw .left-btn {
    width: 118px;
    height: 37px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #4d95ff;
    border-radius: 6px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 18px;
}

.md2018052503-xxw .cont3 .text-box {
    vertical-align: middle;
    width: 744px;
    display: inline-block;
}

.md2018052503-xxw .cont3 li {
    margin-bottom: 28px;
}

.md2018052801-xxw .list-xxw {
    width: 205px;
    height: 80px;
    float: left;
    border-radius: 40px;
    background: #f6f5fa url("img/icon_xxw05281.png") no-repeat;
    padding-left: 85px;
    padding-top: 20px;
    color: #333;
    margin-right: 20px;
}

.md2018052801-xxw .hd {
    margin-bottom: 30px;
}

.md2018052801-xxw .list-xxw.b2 {
    background: #f6f5fa url("img/icon_xxw05282.png") no-repeat;
}

.md2018052801-xxw .list-xxw.b3 {
    background: #f6f5fa url("img/icon_xxw05283.png") no-repeat;
}

.md2018052801-xxw .list-xxw.b4 {
    background: #f6f5fa url("img/icon_xxw05284.png") no-repeat;
    margin-right: 0;
}

/*在线报名*/
.md2018052802-xxw {
    background: url("img/banner052801_xxw.png") no-repeat top center;
    min-height: 500px;
    padding-top: 238px;
}

.md2018052802-xxw .container-900 {
    width: 900px;
    margin: 0 auto;

}

.md2018052802-xxw .hd {
    line-height: 26px;
    border: 1px solid #6590f1;
    color: #d5dcfe;
    padding: 22px 0;
    font-size: 15px;
}

.md2018052802-xxw .md2018041201lty.md-2018040402-ll {
    width: 100%;
    padding: 0 43px;
    box-shadow: 0 0 24px #eee;
    margin-top: 70px;
    margin-bottom: 65px;
    border-radius: 2px
}

.md2018052802-xxw .md-2018040402-ll .tit {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;
}

.md2018052802-xxw .form-ele-box.form-inline-box .form-inp-area {
    width: 559px;
}

.md2018052802-xxw .md2018041201lty .x-choose-down .x-ipt-group {
    width: 265px;
}

.md2018052802-xxw .md2018041201lty .form-ele-box.form-inline-box .form-label {
    width: 60px;
    text-align: left;
}

.md2018052802-xxw .md2018041201lty .form-ele-box.form-inline-box .form-label span {
    margin-right: 5px;
}

.md2018052802-xxw .md2018041201lty .form-item .sign-btn {
    width: 559px;
    margin-left: 76px;
    margin-bottom: 65px;
    float: none;
}

.fixed-0313img {
    position: fixed;
    left: 0;
    top: 35%;
    cursor: pointer;
}

.banner-box0715-xxw {
    height: 453px;
    background: url("img/banner_190715.jpg") no-repeat center center;
    padding-top: 136px;
}

.bg-190715 {
    background: url("img/banner_190715.jpg") no-repeat center center;

}

.banner-box0715-xxw .top-img {
    margin-bottom: 55px;
}

.color-fff {
    color: #fff;
}

.banner-box0715-xxw .search-group {
    width: 800px;
    margin: 0 auto;
    line-height: 50px;
}

.banner-box0715-xxw .cls1 {
    width: 699px;
    line-height: 50px;
    height: 50px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border: none;
    outline: none;
    padding-left: 20px;
    font-size: 16px;
}

.banner-box0715-xxw .cls2 {
    width: 100px;
    line-height: 50px;
    height: 50px;
    -webkit-border-radius: 0px 4px 4px 0;
    -moz-border-radius: 0px 4px 4px 0;
    border-radius: 0px 4px 4px 0;
    background: #e90c4e;
    font-size: 18px;
    text-align: center;
    cursor: pointer;

}

.banner-box0715-xxw .cls2:active {
    background: #e95861;
}

.left-cont-0715 {
    width: 300px;
    background: #fff;
    border-radius: 6px;
}

.left-cont-0715 .list-071501 {
    line-height: 70px;
    height: 70px;
    font-size: 20px;
}

.left-cont-0715 .list-071501 a {
    display: block;
    color: #333;
    border-radius: 6px 6px;
    padding-left: 58px;

}

.left-cont-0715 .list-071501.active a {
    display: block;
    color: #fff;
    background: #e90c4e;
}

.top-nav0715 {
    line-height: 62px;
    color: #fff;

}

.top-nav0715 span {
    font-size: 16px;
    vertical-align: middle;
    margin: 0 10px;
    cursor: pointer;
}

.top-nav0715 span.active {
    color: #00f0ff;
}

.top-nav0715 .p1 {
    width: 211px;
}

.right-cont-0715 {
    width: 862px;
}

.right-cont-0715 .md-2018040201-lty .pic-box .hd-pic {
    height: 150px;
}

.right-cont-0715 .md-2018040201-lty .pic-box {
    width: 271px;
}

.cont-0715x {
    padding-top: 40px;
}

.cont-0715x .md-2018040201-lty {
    margin-bottom: 40px;
}

.md-19071601-xxw .pagination-x {
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    padding: 2px 8px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    border-radius: 4px 4px;
}

.md-19071601-xxw .pagination-x .prev,
.md-19071601-xxw .pagination-x .next {
    margin: 0 18px;
}

.md-19071601-xxw .pagination-x > li:hover {
    background: #eee;
    cursor: pointer;
}

.md-19071601-xxw .pagination-x > * {
    border: none;
    width: 50px;
    height: 30px;
    line-height: 30px;
    color: #999;
}

.md-19071601-xxw .pagination-x > .disabled {
    cursor: not-allowed;
}

.md-19071601-xxw .pagination-x > .disabled:hover {
    background: none;
}

.md-19071601-xxw .pagination-x > .disabled a {
    cursor: not-allowed;
}

.md-19071601-xxw .pagination-x .page {
    width: 30px;
    height: 30px;
}

.md-19071601-xxw .pagination-x .active {
    background: #5791fe;
    border-radius: 6px;
    color: #fff;
}

.md-19071601-xxw .pagination-x > li.active:hover {
    background: #5791fe;
}

/**start  2019年7月29日10:17:03  支付中心——从tts摘抄**/
.pay-body-xxw {
    background: url("img190313/img_19031301_x.jpg") no-repeat top center;
    padding-bottom: 86px;
}

.pay-body-xxw .container {
    padding: 1px 24px;
}

.tit-0313 {
    color: #666;
    font-size: 30px;
    line-height: 110px;
}

.md-2019031301-xxw {
    padding: 34px;
    font-size: 16px;
    color: #000;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 10px 20px #ddd;
}

.md-2019031301-xxw .d1 {
    line-height: 55px;
    margin-bottom: 10px;
}

.md-2019031301-xxw .d2 {
    line-height: 68px;
    font-size: 18px;
    padding: 0 22px;
    background: #f3f5f7;
}

.md-2019031301-xxw .d2 .left {
    width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.md-2019031301-xxw .d2 .right {
    font-size: 16px;
    background: url("img190313/img_19031302_x.jpg") no-repeat 0px 24px;
    padding-left: 25px;
}

.md-2019031301-xxw .line {
    border-bottom: 1px solid #d9dde1;
    margin: 40px 0;
    width: 100%;
}

.md-2019031301-xxw .pay-list {
    width: 195px;
    height: 86px;
    text-align: center;
    background: #eff0f1;
    border: 2px solid #eff0f1;
    margin-right: 34px;
    border-radius: 4px;
    overflow: hidden;
}

.md-2019031301-xxw .pay-list.active {
    border-color: #ff0000;
}

.d4 {
    font-size: 12px;
}

.d4 .left {
    padding: 20px 0 0 0;
}

.d4 .right {
    font-size: 16px;
}

.d4 .right span {
    font-size: 28px;
    color: #ff0000;
}

.d4 input {
    width: 15px;
    height: 15px;
    vertical-align: top;
}

.d4 a {
    color: #328ff7;
}

.d5 {
    margin-top: 35px;
    margin-bottom: 70px;
}

.d5 button {
    width: 140px;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    background: #1a8bc1;
    border: none;
    cursor: pointer;
}

.d5 button:active {
    background: #1169c1;
}

/** end  2019年7月29日10:17:03  支付中心——从tts摘抄 **/

/* *支付中心 微信支付弹窗 */
.md-2019031301-xxw .order-info {
    padding: 20px;
}

.md-2019031301-xxw .order-info .order-img {
    width: 224px;
    height: 125px;
    overflow: hidden;
    background-color: #ddd;
}

.md-2019031301-xxw .order-info .order-img > img {
    width: 100%;
    height: 100%;
    display: block;
}

.md-2019031301-xxw .order-info .order-text {
    padding-left: 20px;
    width: 700px;
    color: #666;
    line-height: 1.3;
}

.md-20190729-cj-wxpay {
    /* display: none; */
}

.md-20190729-cj-wxpay .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.md-20190729-cj-wxpay .pay-wrp {
    /* position: fixed; */
    /* top: 50%; */
    /* left: 50%; */
    /* z-index: 199; */
    /* transform: translate3d(-50%, -50%, 0); */
    /* box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6); */
    padding: 30px 15px;
    width: 350px;
    text-align: center;
    border-radius: 6px;
    background-color: #fff;
    color: #666;
    font-size: 14px;
}

.md-20190729-cj-wxpay .pay-wrp .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    padding: 5px;
    cursor: pointer;
    line-height: 1;
}

.md-20190729-cj-wxpay .pay-wrp .time {
    margin-bottom: 10px;
}

.md-20190729-cj-wxpay .pay-wrp .money {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
}

.md-20190729-cj-wxpay .pay-wrp .qr-wrp {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 202px;
    height: 202px;
    border: 1px solid #eee;
}

/* *支付中心 微信支付弹窗 end */

/*专题*/
.zhuanti {
    background: #a57be8;
}

.zhanti-top {
    /*background-size: 100% 100%;*/
}

.top-bg {
    height: 1400px;
    background: linear-gradient(#fff, #a57be8);
}

.zhuanti-titlex {
    font-size: 26px;
    color: #fff;
    margin-top: 37px;
    margin-bottom: 18px;
}

.container-1018 {
    width: 1018px;
    margin: 0 auto;
}

.zhuanzi-list-box {
    padding: 0 29px;
}

.md-201900701-xxw {
    height: 190px;
    width: 206px;
    margin: 0 17px;
    float: left;
    position: relative;
}

.md-201900701-xxw .img1x {
    opacity: .3;
}

.md-201900701-xxw .t1 {
    padding-top: 5px;
    font-size: 14px;
    color: #fff;
}

.md-201900701-xxw .img2x {
    position: absolute;
    top: 22px;
    left: 17px;
    display: none;
}

.yijihuo .md-201900701-xxw:hover .img1x {
    opacity: 1;
}

.weijihuo .md-201900701-xxw:hover .img2x,
.weidenglu .md-201900701-xxw:hover .img2x {
    display: block;
}

.go-index-ax {
    position: absolute;
    top: 36px;
    right: 33px;
    width: 100px;
    height: 40px;
    z-index: 100;
}

.box-190908x {
    position: relative;
}

.box0908x-cont {
    /*border: 1px solid;*/
    width: 300px;
    height: 360px;
    position: absolute;
    right: 184px;
    top: 155px;
}

.box0908x-cont .type-box {
    position: absolute;
    width: 110%;
    height: 100%;
    left: -5%;
    top: 0;
    font-size: 23px;
    display: none;
}

.box0908x-cont .type2 .form-box {
    background: url("img/zhuanti/bgbgbg111_03.jpg") repeat;
    padding: 1px;
    height: 300px;
}

.box0908x-cont .form-box input {
    line-height: 48px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #666;
    border: none;
    background: transparent;
}

.box0908x-cont .form-box > .input-bbb {
    background: #d3d3d3;
    box-shadow: inset 0 0 7px #6b6565;
    border-radius: 4px;
    /*padding-left: 12px;*/
}

.box0908x-cont .form-box > .input-bbb.kkk-hhh p {
    float: left;
    width: 59px;
    margin-right: 8px;
    font-size: 12px;
    position: relative;
}

.box0908x-cont .form-box > .input-bbb.kkk-hhh p input {
    display: block;
    font-size: 12px;
}

.box0908x-cont .form-box > .input-bbb.kkk-hhh p:after {
    position: absolute;
    right: -8px;
    width: 8px;
    border-bottom: 1px solid #1a1a1a;
    top: 24px;
    content: "";
}

.box0908x-cont .form-box > .input-bbb.kkk-hhh p:last-child:after {
    display: none;
}

.box0908x-cont .form-box > .input-bbb p:last-child {
    margin-right: 0;
}

.box0908x-cont .form-box .input-bbb.kkk-hhh {
    /*background: #d3d3d3 url("img/zhuanti/line_1111_03.jpg") no-repeat center;*/
}

.box0908x-cont .form-box > div {
    margin-top: 22px;
}

.box0908x-cont .form-box .form-checkbox label > input[type="checkbox"] + span::before {
    background: none;
}

.box0908x-cont .form-checkbox label > input[type="checkbox"]:focus + span::before,
.box0908x-cont .form-checkbox label > input[type="radio"]:focus + span::before {
    outline: none;
}

.btn-19090801 {
    padding: 8px 20px;
    background: linear-gradient(#fefefe, #d7d7d7);
    color: #6d6d6d;
    font-size: 16px;
    border: 1px solid #989898;
    border-radius: 4px;
    margin-top: 10px;
    display: inline-block;
    box-shadow: 0 0 6px #bbb;
}

.weidenglu .box0908x-cont .type-box.type1 {
    display: block;
}

.weijihuo .box0908x-cont .type-box.type2 {
    display: block;
}

.yijihuo .box0908x-cont .type-box.type3 {
    display: block;
}

.hhhhffff {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #560d0e, #e42b25, #560d0e);
    z-index: 1000;
}

.ccclllbbttn {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

.btmmmmm {
    height: 1016px;
    background: url("img/zhuanti/bbbb911_03.jpg") no-repeat center;
    margin-bottom: 60px;
    padding: 309px 100px 10px;
    font-size: 24px;
    color: #fff;
}

.btmmmmm a {
    color: #ffffff;
}

.btmmmmm a {
    text-decoration: underline;
}

.btmmmmm .p1 {
    text-indent: 48px;
    margin-bottom: 180px;

}

.btmmmmm .p2 {
    line-height: 30px;
    font-size: 19px;
    padding: 0 19px;
    position: relative;
    margin-bottom: 15px;
}

.btmmmmm .p2:before {
    position: absolute;
    top: 13px;
    left: -0px;
    content: '';
    width: 5px;
    height: 5px;
    background: #fff;
}

/*end 专题*/
/*拉幕 start*/
.md-20190918x a {
    display: block;
    vertical-align: middle;
}

.md-20190918x {
    position: relative;
    min-width: 1200px;
    margin: 0 auto;
}

.md-20190918x img {
    width: 100%;
}

.md-20190918x .img1918-box {
    height: auto;
    overflow: hidden;
    display: none;
    position: relative;
    z-index: 100;
}

.md-20190918x .close-btn190918 {
    width: 30px;
    height: 30px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    right: 40px;
    top: 20px;
    text-align: center;
    line-height: 26px;
    font-size: 26px;
    cursor: pointer;
}

.md-20190918x .img1111 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    opacity: 0;
}

/*拉幕 end*/

/*优惠券*/
.class-2019102801 {
    background: #f6f5fa;
    margin-top: 16px;
    margin-bottom: 15px;
}

.class-2019102801 .cont {
    margin: 30px -7px;
    padding: 0 30px;
}

.md-2019102801-xw {
    width: 350px;
    height: 220px;
    position: relative;
    margin: 0 7px 30px;
    float: left;
    overflow: hidden;
}

.md-2019102801-xw .time {
    position: absolute;
    left: 32px;
    bottom: 50px;
    font-size: 16px;
    color: #999;
}

.md-2019102801-xw .quan {
    position: absolute;
    left: 210px;
    bottom: 16px;
    border: 1px solid #fc6a70;
    line-height: 25px;
    color: #fc6a70;
    padding: 0 6px;
    font-size: 12px;
    width: 118px;
    border-radius: 4px;
}

.titlex0 {
    border-bottom: 1px solid #c9c9c9;
    font-size: 16px;
    color: #333;
    margin: 0 30px;
    padding: 30px 0 0;
}

.titlex0 p {
    float: left;
    margin-bottom: -1px;
    text-align: center;
    line-height: 38px;
    padding: 0 8px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}

.titlex0 p.active {
    color: #fff;
    background: #4d95ff;
}

.d-20191029 .r1 {
    background: #fc6a70;
    padding: 3px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.md-2019102902-xw {
    padding: 10px 26px;
    background: #fff;
    width: 810px;
}

.md-2019102902-xw .md-tit {
    line-height: 40px;
    overflow: hidden;
    color: #333333;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 22px;

}

.md-2019102902-xw .close-x {
    font-size: 38px;
    color: #999;
    cursor: pointer;
}

.md-2019102902-xw .md-cont {
    padding: 0 15px;
    height: 460px;
    cursor: pointer;
    margin-bottom: 40px;
}

.md-2019102902-xw .mCSB_outside + .mCSB_scrollTools {
    right: -7px;
}

.md-2019102902-xw .md-btm button {
    background: #fff;
    outline: none;
    border: 1px solid #1a8bc1;
    color: #1a8bc1;
    padding: 6px 30px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 15px;
}

.md-2019102902-xw .md-btm .succ-btnx {
    margin-left: 70px;
    background: #1a8bc1;
    color: #fff;
}

.md-2019102902-xw .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #bbb;
}

.ygq.md-2019102801-xw:before,
.bky.md-2019102801-xw:before,
.ysy.md-2019102801-xw:before {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #aaa;
    opacity: .3;
    content: ' ';
}

.md-2019102801-xw .jin-imgx {
    position: absolute;
    z-index: 11;
    left: 5px;
    top: 17px;
    display: none;
}

.ygq.md-2019102801-xw .jin-imgx.img-ygq,
.ysy.md-2019102801-xw .jin-imgx.img-ysy,
.bky.md-2019102801-xw .jin-imgx.img-bky {
    display: block;
}

.yhqbox-1030 .md-2019102801-xw .radiox-box {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #dedede;
    position: absolute;
    bottom: 60px;
    right: 30px;
}

.md-2019102801-xw.active .radiox-box {
    background: url("img/yhq/queding.jpg") no-repeat center;
    background-size: 100% 100%;
}
/**pay*/

.img19122231x {
    position: fixed;
    right: 70px;
    top: 50%;
    margin-top: -155px;
    z-index: 888;
    width:150px;
}

/*课程详情迭代*/
.xbtn-1125 {
    /*min-width: 60px;*/
    /*max-width: 70px;*/
    width: 70px;
    display: inline-block;
    height: 26px;
    line-height: 24px;
    /*padding: 0 11px;*/
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    border-radius: 4px 4px;
    text-align: center;
    background: #4d95ff;
    margin-left: 10px;
    cursor: pointer;
}

.xbtn-1125.t2x {
    color: #4d95ff;
    border: 1px solid #4d95ff;
    background: #fff;
}

.xtype1 .btnx-1125 .xbtn-1125,
.xtype1.c-live a > .cusfont-bofang-,
.xtype1.c-lived a > .cusfont-bofang-,
.xtype1.xtype1-t4 a > .cusfont-bofang-,
.xtype1.c-living a > .cusfont-zhibo- {
    display: none;
}

.xtype1.c-live .btnx-1125 .xbtn-1125.t1-1,
.xtype1.c-living .btnx-1125 .xbtn-1125.t1-3,
.xtype1.c-lived .btnx-1125 .xbtn-1125.t1-2,
.xtype1.xtype1-t4 .btnx-1125 .xbtn-1125.t1-4,
.xtype5.xtype5-t1 .btnx-1125 .xbtn-1125.t5-1,
.xtype5.xtype5-t2 .btnx-1125 .xbtn-1125.t5-2,
.xtype5.xtype5-t3 .btnx-1125 .xbtn-1125.t5-3,
.xtype5.xtype5-t4 .btnx-1125 .xbtn-1125.t5-4,
.xtype6.xtype6-t1 .btnx-1125 .xbtn-1125.t6-1,
.xtype6.xtype6-t2 .btnx-1125 .xbtn-1125.t6-2,
.xtype6.xtype6-t4 .btnx-1125 .xbtn-1125.t6-4,
.xtype6.xtype6-t3 .btnx-1125 .xbtn-1125.t6-3,
.xtype6.xtype6-t5 .btnx-1125 .xbtn-1125.t6-5  {
    display: inline-block;
}

.xtype6.xtype6-t1 .btnx-1125 .xbtn-1125.t6-1 {
    background: #ffa44d;
    color: #fff;
}

.xtype1.c-lived .btnx-1125 .xbtn-1125.t1-2,
.xtype1.xtype1-t4 .btnx-1125 .xbtn-1125.t1-4 {
    background: #b3b3b3;
    color: #fff;
}

.x-locked .btnx-1125,
.xtype5 .xbtn-1125,
.xtype6 .xbtn-1125 {
    display: none;
}

/*课程详情页迭代end  */
/*订单*/
.md-19120602-xxw {
    position: relative;
}

.md-19120602-xxw .text-box {
    width: 460px;
    padding-left: 30px;
}

.md-19120602-xxw .text-box > p {
    margin-bottom: 8px;
}

.md-19120602-xxw .d1 {
    width: 200px;
    height: 113px;
    position: relative;
    -webkit-border-radius: 6px 6px;
    -moz-border-radius: 6px 6px;
    border-radius: 6px 6px;
    overflow: hidden;
}

.md-2019120501-xxw > .md-hd {
    border-bottom: 1px solid #ddd;
    line-height: 42px;
    margin-bottom: 20px;
}

.class-2019102801.other1 {
    background: #fff;
}

.class-2019102801.other1 .titlex0 p {
    padding: 0 25px;
}

.cont-1206 {
    padding: 20px 30px;
}

.md-2019120501-xxw {
    padding: 5px 28px 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px #eee;
    margin-bottom: 20px;
}

.col-3-1206 {
    float: left;
}

.md-2019120501-xxw .col2 {
    font-size: 24px;
    color: red;
    line-height: 106px;
    text-align: center;
    border: 1px dashed #dcdcdc;
    border-top: none;
    border-bottom: none;
    width: 168px;
}
.md-2019120501-xxw .col3 {
    width: 195px;
    text-align: center;
    padding-top: 20px;
}
.md-2019120501-xxw .col3 button {
    margin-bottom: 20px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}
.md-2019120501-xxw .col3 button.btn1 {
    background: red;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
}
.md-2019120501-xxw .text-box .p4 {
    display: none;
}
.md-2019120501-xxw.type2 .text-box .p4 {
    display: block;
}
.md-2019120501-xxw.type3 .col3 button,
.md-2019120501-xxw.type1 .col3 button.btn2,
.md-2019120501-xxw.type2 .col3 button.btn2,
.md-2019120501-xxw.type5 .col3 button
{
    display: none;
}
.md-2019120501-xxw.type3 .col3 .btn2,
.md-2019120501-xxw.type5 .col3 .btn2
{
    color: #666;
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid #666;
    display: inline-block;
}
.md-2019120501-xxw.type3 .color-666,
.md-2019120501-xxw.type3 .color-red,
.md-2019120501-xxw.type3 .col2,
.md-2019120501-xxw.type3 .color-333 {
    color: #999;
}
.md-2019120501-xxw.type5 .md-hd .color-red{
    color: #0b8f7e;
}
.md-2019120501-xxw > .md-hd .time {
    margin-left: 30px;
}
.md-2019120501-xxw .d1 img{
    height:100%;
    width:100%;
}
/* type1   无优惠券支付
   type2   有优惠券支付
   type3   已取消
   type4   已失效
   type5   已完成
*/
/*
首页右侧监管飘窗
*/
.img19122231x img {
    width: 100%;
}
.img19122231x span {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 1px;
    top: 10px;
    cursor: pointer;
}
/*
首页右侧监管飘窗
*/

/**pay*/


/*课程详情迭代*/
.xbtn-1125 {
    /*min-width: 60px;*/
    /*max-width: 70px;*/
    width: 70px;
    display: inline-block;
    height: 26px;
    line-height: 24px;
    /*padding: 0 11px;*/
    color: #fff;
    font-size: 12px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    border-radius: 4px 4px;
    text-align: center;
    background: #4d95ff;
    margin-left: 10px;
    cursor: pointer;
}

.xbtn-1125.t2x {
    color: #4d95ff;
    border: 1px solid #4d95ff;
    background: #fff;
}

.xtype1 .btnx-1125 .xbtn-1125,
.xtype1.c-live a > .cusfont-bofang-,
.xtype1.c-lived a > .cusfont-bofang-,
.xtype1.xtype1-t4 a > .cusfont-bofang-,
.xtype1.c-living a > .cusfont-zhibo- {
    display: none;
}

.xtype1.c-live .btnx-1125 .xbtn-1125.t1-1,
.xtype1.c-living .btnx-1125 .xbtn-1125.t1-3,
.xtype1.c-lived .btnx-1125 .xbtn-1125.t1-2,
.xtype1.xtype1-t4 .btnx-1125 .xbtn-1125.t1-4,
.xtype5.xtype5-t1 .btnx-1125 .xbtn-1125.t5-1,
.xtype5.xtype5-t2 .btnx-1125 .xbtn-1125.t5-2,
.xtype5.xtype5-t3 .btnx-1125 .xbtn-1125.t5-3,
.xtype5.xtype5-t4 .btnx-1125 .xbtn-1125.t5-4,
.xtype6.xtype6-t1 .btnx-1125 .xbtn-1125.t6-1,
.xtype6.xtype6-t2 .btnx-1125 .xbtn-1125.t6-2,
.xtype6.xtype6-t4 .btnx-1125 .xbtn-1125.t6-4,
.xtype6.xtype6-t3 .btnx-1125 .xbtn-1125.t6-3 {
    display: inline-block;
}

.xtype6.xtype6-t1 .btnx-1125 .xbtn-1125.t6-1 {
    background: #ffa44d;
    color: #fff;
}

.xtype1.c-lived .btnx-1125 .xbtn-1125.t1-2,
.xtype1.xtype1-t4 .btnx-1125 .xbtn-1125.t1-4 {
    background: #b3b3b3;
    color: #fff;
}

.x-locked .btnx-1125,
.xtype5 .xbtn-1125,
.xtype6 .xbtn-1125 {
    display: none;
}


/*订单*/
.md-19120602-xxw {
    position: relative;
}

.md-19120602-xxw .text-box {
    width: 460px;
    padding-left: 30px;
}

.md-19120602-xxw .text-box > p {
    margin-bottom: 8px;
}

.md-19120602-xxw .d1 {
    width: 200px;
    height: 113px;
    position: relative;
    -webkit-border-radius: 6px 6px;
    -moz-border-radius: 6px 6px;
    border-radius: 6px 6px;
    overflow: hidden;
}

.md-2019120501-xxw > .md-hd {
    border-bottom: 1px solid #ddd;
    line-height: 42px;
    margin-bottom: 20px;
}

.class-2019102801.other1 {
    background: #fff;
}

.class-2019102801.other1 .titlex0 p {
    padding: 0 25px;
}

.cont-1206 {
    padding: 20px 30px;
}

.md-2019120501-xxw {
    padding: 5px 28px 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 15px #eee;
    margin-bottom: 20px;
}

.col-3-1206 {
    float: left;
}

.md-2019120501-xxw .col2 {
    font-size: 24px;
    color: red;
    line-height: 106px;
    text-align: center;
    border: 1px dashed #dcdcdc;
    border-top: none;
    border-bottom: none;
    width: 168px;
}
.md-2019120501-xxw .col3 {
    width: 195px;
    text-align: center;
    padding-top: 20px;
}
.md-2019120501-xxw .col3 button {
    margin-bottom: 20px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}
.md-2019120501-xxw .col3 button.btn1 {
    background: red;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
}
.md-2019120501-xxw .text-box .p4 {
    display: none;
}
.md-2019120501-xxw.type2 .text-box .p4 {
    display: block;
}
.md-2019120501-xxw.type3 .col3 button,
.md-2019120501-xxw.type1 .col3 button.btn2,
.md-2019120501-xxw.type2 .col3 button.btn2,
.md-2019120501-xxw.type5 .col3 button
{
    display: none;
}
.md-2019120501-xxw.type3 .col3 .btn2,
.md-2019120501-xxw.type5 .col3 .btn2
{
    color: #666;
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid #666;
    display: inline-block;
}
.md-2019120501-xxw.type3 .color-666,
.md-2019120501-xxw.type3 .color-red,
.md-2019120501-xxw.type3 .col2,
.md-2019120501-xxw.type3 .color-333 {
    color: #999;
}
.md-2019120501-xxw.type5 .md-hd .color-red{
    color: #0b8f7e;
}
.md-2019120501-xxw > .md-hd .time {
    margin-left: 30px;
}
.md-2019120501-xxw .d1 img{
    height:100%;
    width:100%;
}
/*高校专区开始*/
.top-nav200211 {
    height: 80px;
    line-height: 80px;
    width: 100%;
    background: url("img/gxzq/top2bg_03.jpg") no-repeat center;
    margin-top: 13px;
    padding-left: 165px;
}
.bgc-fc5840 {
    background: #fc5840;
}
.bgc-4d76b5 {
    background: #4d76b5;
}
.top-20200211 .go-loginbtn {
    margin-left: 36px;
    width: 118px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
}
.gaoxiao-cont  .menucont {
    background: #F6F6F6;
    padding: 30px 20px;
}
.gaoxiao-cont  .menucont .d-list {
    margin-bottom: 20px;
}
.gaoxiao-cont  .menucont .d1{
    background: #4d76b5;
    font-size: 25px;
    border-radius: 6px;
    height: 55px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}
.gaoxiao-cont  .menucont .d2 .btn-list-fenlei {
    width: 33%;
    float: left;
    margin-bottom: 30px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.gaoxiao-cont  .menucont .d2.last .btn-list-fenlei {
    width: 50%;
    text-align: left;
}
.gaoxiao-cont  .menucont .d2 .btn-list-fenlei.active {
    color: #316fad;
}
.color-316fad {
    color: #316fad;
}


.md20021101-x {
    padding-bottom: 44px;
    border-bottom: 2px solid #c0c0c0;
    margin-bottom: 44px;
}
.md20021101-x:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.md20021101-x .left {
    width: 360px;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.md20021101-x .left img {
    width: 100%;
    height: 100%;
}
.md20021101-x .left .state {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    z-index: 2;
}
.md20021101-x.gaoxiao .left .state{
    background: url(img/gxzq/gaoxiaoicon_03.png) no-repeat center center;
}
.md20021101-x .left.free .state {
    display: block;
    background: url('img/state-free.png') no-repeat center center;
}

.md20021101-x .left.vip .state {
    display: block;
    background: url('img/state-vip.png') no-repeat center center;
}

.md20021101-x .left.live .state {
    display: block;
    background: url('img/state-live.png') no-repeat center center;
}
.md20021101-x .right {
    width: 375px;
}
.md20021101-x .right p {
    margin-bottom: 28px;
}
.md20021101-x .right .p4 .btn {
    border-radius: 4px ;
    padding: 12px 30px;
    color: #fff;
    font-size: 22px;
    display: none;
}
.md20021101-x .right p.p1 {
    margin-bottom: 0;
}
.md20021101-x.type1 .right .p4 .btn.b1,
.md20021101-x.type2 .right .p4 .btn.b2{
    display: inline-block;
}
.gaoxiao-cont .pagination-x .active {
    background: #eee;
    border-radius: 6px;
    color: #fff;
}
.mr-25px{
    margin-right: 25px;
}
.select-3-200212 {
    width: 160px;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    float: left;
}
.select-3-200212 .x-choose-down .x-ipt-group {
    width: 100%;
}
.d-ohoto-2 {
    display: inline-block;
    width: 150px;
    margin-right: 36px;

}
.d-ohoto-2 .add-imgbox {
    width: 150px;
    height: 80px;
    background: url("img/gxzq/addphoto_03.jpg") no-repeat center;
    border: 1px solid #999;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}
.d-ohoto-2 .add-imgbox img {
    width: 100%;
    height: 100%;
}
.sfrz-table {
    width: 100%;
}
.sfrz-table thead {
    background: #f2f4f7;
}
.sfrz-table td {
    border: 1px solid #ced1d9;
    padding: 8px 10px;
}
.sfrz-table .sm-btn {
    background: #3e83e2;
    padding: 2px 6px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    margin-left: 5px;
}
.class-weitongguo {
    cursor: pointer;
}
.color-21ae28 {
    color: #21ae28;
}
/*训练营*/
.bg-f9 {
    background: #f9f9f9;
}
.md2020031601x .hd ul {
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    z-index: 88;
}
.md2020031601x .hd ul li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 6px;
    border-radius: 10px;
    background: #ccc;

}
.md2020031601x .hd ul li.on {
    background: #21ae28;
}
.ss-bos {
    position: relative;
    overflow: hidden;
}
.md2020031601x {
    border-radius: 6px;
    position: relative;
}
.md2020031601x .direct-btn i {
    font-size: inherit;
}
.md2020031601x .direct-btn{
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .3);
    left: 25px;
    top: 42%;
    z-index: 90;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 22px;
    /*display: none;*/
    -webkit-border-radius: 50px 50px;
    -moz-border-radius: 50px 50px;
    border-radius: 50px 50px;
}
.md2020031601x:hover .direct-btn {
    display: block;
}
.md2020031601x .direct-btn.next {
    right: 25px;
    left: auto;

}
/*t1  休学
  t2 重新购买 重新报
*/
 .zt-text {
      position: absolute;
      bottom: 1px;
      left: 180px;
      font-size: 14px;
      color: #999;
      display: none;
  }
  .ztclass.t1 .zt-text,
  .ztclass.t2 .zt-text {
          display: block;
  }
  .ztclass.t1 .form-btn-red {
          background: #999;
          border-color: #999;
  }

.md2020031701-x {
    padding:  20px 0;
}
.md2020031701-x .h-list {
    width: 280px;
    line-height: 75px;
    color: #666;
    font-size: 18px;
    text-align: center;
    margin-right: 26.5px;
    float: left;
    background: #f0f1f9;
    border-radius:6px

}
.md2020031701-x .h-list:last-child {
    margin-right: 0;
}
.md2020031701-x .h-list i {
    font-size: 30px;
    color: #7084d7;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    bottom: 4px;
}
.md2020031701-x .h-d1 {
    font-size: 30px;
    color: #333;
    margin-bottom: 20px;

}
.md2020031701-x .h-d1 span {
    font-size: 18px;
    color: #666;
    margin-left: 10px;
}
.md2020031701-x>.md-hd {
    margin-bottom: 20px;
}
.md2020031701-x .md2020031601x .direct-btn {
    background: none;
    color: #ddd;
    font-size: 40px;
    transform: scaleY(1.5);
    font-weight: normal;
    left: -45px;
}
.md2020031701-x .md2020031601x .direct-btn.next {
    right: -45px;
    left: auto;
}
.md2020031601x .bd {
    overflow: hidden;
}
.md2020031702-x {
    padding: 10px;
    border-radius: 6px;
    width: 588px;
    overflow: hidden;
    background: #f9f9f9;
    margin-bottom: 26px;
    float: left;
}
.md2020031702-x:nth-child(odd){
    margin-right: 24px;
}
.bg-f9 .md2020031702-x {
    background: #fff;
}
.md2020031702-x:hover {
    box-shadow: 0 0 20px #ddd;
    cursor: default;
}
.md2020031702-x .iimgg {
    width: 285px;
    height: 158px;
    border-radius: 6px;
}
.md2020031702-x .right {
    width: calc(100% - 295px);
    padding-top: 16px;
}
.md2020031702-x .right .p1 {
    font-size: 18px;
    color: #333;
}
.md2020031702-x .right .p2 {
    color: #666;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
    margin: 5px 0 10px;
}
.md2020031702-x .right .p3 {
    font-size: 16px;
}
.md2020031702-x .right .s22 {
    font-size: 24px;
    color: #e21f1f;
}
.md2020031702-x .bbttn {
    line-height: 48px;
    width: 140px;
    background: #fbc944;
    border-radius: 48px;
    font-size: 16px;
    height: 48px;
    float: right;
    text-align: center;
    cursor: pointer;
    position: relative;
    top: 5px;

}
.md2020031702-x:hover .bbttn {
    background: #ffba00;
}
.md2020031702-x .md-bd .d1 {
    line-height: 35px;
}
.md2020031702-x .md-bd .d1 i {
    color: #556ccd;
    margin-right: 5px;
}
.md2020031702-x .md-bd .d2 {
    color: #556ccd;
    font-size: 14px;
}
.md2020031701-x.other .h-d2 {
    width: 280px;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    border-radius: 4px 4px;
    overflow: hidden;
}
.md2020031701-x.other .h-d2 .h-list {
    background: #b0caed;
    border-radius: 0;
    color: #333;
    text-align: left;
    padding-left: 23px;
    position: relative;
    line-height: 71px;
}
.md2020031701-x.other .h-d2 .h-list:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #fff;
    left: 20px;
    right: 20px;
    height: 1px;
}
.md2020031701-x.other .h-d2 .h-list i {
    color: #000;
}
.md2020031701-x.other .h-d2 .h-list:last-child:before {
    display: none;
}

.md2020031701-x.other .md2020031702-x {
    width: 822px;
    padding: 0;
    background: none;
    margin: 0;
}
.md2020031701-x.other .md2020031702-x .iimgg {
    width: 500px;
    height: 282px;
}
.md2020031701-x.other .md2020031702-x .right {
    width: calc(100% - 520px);
    padding-top: 16px;
}

.md2020031701-x.other .md2020031702-x .right .d1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.md2020031701-x.other .md2020031702-x .right .d1 i {
    margin-right: 5px;
    color: #566ccd;
}
.md2020031701-x.other .md2020031702-x .right .top {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}
.md2020031701-x.other .md2020031702-x .right .top .d2 {
    color: #566ccd;
    line-height: 40px;
    font-size: 16px;
}
.md2020031701-x.other .md2020031702-x .bbttn {
    float: left;
    margin-left: 20px;
}
.md2020031701-x.other .md2020031702-x .p3{
    margin-top: 25px;
}

.mdd3xx {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}
.mdd3xx .j-close200317 {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.mdd3xx .queding1123 {
    position: absolute;
    cursor: pointer;
    width: 150px;
    height: 45px;
    bottom: 38px;
    left: 120px;
}


/*20200421我的课程新增搜索*/
.search-my200421 .d1 {
    padding: 0 40px;
}
.search-my200421 .d1 input {
    width: 690px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}
.search-my200421 .search-btn {
    width: 102px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-image: linear-gradient( to right,#63b9fd,#34dbf5);
    cursor: pointer;
}
.search-my200421 .search-btn i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 6px;
}
.lamu-sp-421 p{
    float: left;
}
.search-my200421 .d2{
    padding: 15px 0;
    border: 1px solid #ddd;
    margin-top: 30px;
    border-left: none;
    border-right: none;
}
.search-my200421 .pd {
    line-height: 48px;
}
.lamu-sp-421 p {
    margin: 0 10px;
    cursor: pointer;
    position: relative;
    user-select:none;
}
.lamu-sp-421 p.active {
    color: #3b93f6;
}
.lamu-sp-421 .cusfont-sort-small {
    font-size: 22px;
    position: relative;
    top: 4px;
}
.iconbb11 p.js-search200511.active:after     {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #f6f5fa;
    right: 5px;
    top: 26px;
    opacity: .7;
}
.iconbb11 p.active.cur1:after{
    top: 15px;
}

/*消息*/
.xiaoxi-boxx {
    padding: 48px 30px!important;
}

.font-12px {
    font-size: 12px;
}

.md2019080101-xxw .md-tit {
    margin-bottom: 8px;
}

.md2019080101-xxw .md-bd {
    line-height: 20px;
    position: relative;
}

.md2019080101-xxw .md-tit .s2 {
    /*width: 125px;*/
    /*text-align: right;*/
    margin-top: 5px;
    color: #999;
}

.md2019080101-xxw .md-tit .s1 {
    /*width: 700px;*/
    color: #333;
    position: relative;
    margin-bottom: 11px;
}
.md2019080101-xxw .md-tit .s1 .class-2019102101{
    width: 8px;
    height: 8px;
    border-radius: 10px;
    right: 0px;
    top: 5px;
    background: #FF0000;
    position: absolute;
}
.md2019080101-xxw {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.md2019080101-xxw .zhankai {
    padding-top: 10px;
    position: absolute;
    bottom: 10px;
    right: 0px;
}
.md2019080101-xxw .zhankai span {
    margin-right: 12px;
}
.md2019080101-xxw.isopen .zhankai{
    position: relative;
    bottom: 0;
    right: 0;
}
.md2019080101-xxw .text-box.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 40px;
}

.md2019080101-xxw .md-bd .text-box {
    display: none;
}

.md2019080101-xxw.isopen .md-bd .text-box {
    display: block;
}
.md2019080101-xxw.isopen .md-bd .text-box img {
    max-width: 100%;
}
.other-2019080601 li a {
    padding: 0;
}

.other-2019080601 li a .md2018040401-lefttextx {
    position: relative;
}

/*.other-2019080601 li a .md2018040401-lefttextx.hasmes::before {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ff0000;
    content: '';
    right: 16px;
    top: 17px;
}*/
.hasmes1 {
    position: absolute;
    /*width: 18px;*/
    padding: 0 5px;
    height: 18px;
    border-radius: 18px;
    background: #ff0000;
    right: 41px;
    top: 17px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.mes-box190807 .hd {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    position: relative;
    display: block;
    padding-left: 20px;
    color: #666;
}

.mes-box190807 .hd:before {
    position: absolute;
    left: 0px;
    top: 8px;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #ff0000;
}
.mes-box190807 .p2 {
    margin: 6px 0;
}
.md-2018040202-lty .drop-menu-list > li {
    position: relative;
}

.js-mes-length2 {
    background: red;
    color: #fff;
    border-radius: 13px;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 17px;
    height: 16px;
    width: 16px;
    line-height: 15px;
    text-align: center;
    display: none;
}

.js-mes-length3 {
    background: red;
    color: #fff;
    border-radius: 13px;
    font-size: 12px;
    position: absolute;
    right: -9px;
    top: 4px;
    height: 16px;
    width: 20px;
    line-height: 15px;
    text-align: center;
    display: none;
}

.weidu .md2019080101-xxw .md-tit {
    position: relative;
    padding-left: 20px;
}

.weidu .md2019080101-xxw.isopen .md-tit {
    padding-left: 0;
}

.weidu .md2019080101-xxw .md-tit:before {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ff0000;
    content: '';
    left: 5px;
    top: 5px;
}

.weidu .md2019080101-xxw.isopen .md-tit:before {
    display: none;
}

.isopen .btn-openx i {
    display: inline-block;
    transform: rotate(180deg);
}
.bg-title-xw .layui-layer-title {
    background: #4798fe;
    color: #fff;
    line-height: 46px;
    height: 46px;
}
.bg-title-xw .layui-layer-setwin .layui-layer-close1 {
    background-position :1px -69px
}


/*200612*/
.div200609 p {
    margin-right: 25px;
    margin-bottom: 10px;
}
.div200609 p:last-child {
    margin-right: 0;
}
.div200609 .cusfont {
    margin-right: 5px;
}
.fenxiang200609  {
    position: absolute;
    right: 10px;
    bottom: 60px;
}
.tit200609 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 66px;
}
.md2018040803lty .course-details .details-info > p.course-info-200609 {
    text-indent: 0;
    margin-bottom: 10px;
}
.md2018040803lty .course-details .details-info .c-state{
    margin-top: 0px;
}
.md-19052302-x.md20061001 .right .p4 {
    right:0;
    top: 65px;
    left: auto;
    bottom: auto;
}
.md20061001 .btn-0523x {
    width: 88px;
    height: 36px;
    line-height: 35px;
}
.jindu200610 {
    width: 400px;
    position: relative;
    border-radius:6px ;
    height: 6px;
    background-color: #ddd;
    margin-left: 30px;
}
.jindu200610 >div{
    position: absolute;
    height: 100%;
    border-radius: 6px;
    background: #2b83f3;
}
.md20061001 .p5 {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
}
.jindu200610 >div span {
    position: absolute;
    top: -18px;
    color: #666;
    width: 50px;
    right: -25px;
    text-align: center;
}
.md20061001 .pppp1 {
    margin-top: 15px;
}
.md20061001 .pppp .cusfont {
    margin-right: 8px;
}
.md20061001 .pppp p {
    width: 180px;
    margin-right: 20px;
}

.class-shoucang2006 {
    position: absolute;
    right: 5px;
    bottom: 0;
    color: red;
}
.tttittt {
    width: 360px;
}
.class-nummmmm {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    padding: 2px 15px;
    background: #e2f1ff;
    border-radius: 4px;
    color: #21416e;
}
.ttttiiiit {
    font-size: 18px;
    color: #4994ff;
    padding-left: 25px;
    line-height: 45px;
}


/*20200721新增首页3悬浮窗*/
.md2007211 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 22222222;
}
.md2007211 .dm {
    width: 760px;
    height: 480px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -380px;
    margin-top: -240px;
}
.md2007211 .dm .img {
    width: 760px;
    height: 480px;
}
.md2007211 .cls-btn1 {
    position: absolute;
    top:  33px;
    right: 42px;
    cursor: pointer;
}
.md2007212 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
}
.md2007212 .cls-btn1 {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
}
.md2007212 .img {
    width: 100%;
    min-width: 1200px;
    max-height: 95px;
}
.indexbody-200727 .layui-layer-shade {
    z-index: 1750 !important;
}
.indexbody-200727 .layui-layer {
    z-index: 1800 !important
}
.right-m-20200721 {
    position: fixed;
    right: 0;
    width: 100px;
    height: 70px;
    top: 50%;
    z-index: 1000;
    margin-top: -200px;
}
.right-m-20200721 img {
    width: 100%;
    height: 100%;
}

.details-banner.md-ad-imgbox {
    position: relative;
}
.box-200731 {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    padding: 20px;
}
.box-200731 .cnt {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.box-200731 .cnt .d1 {
    font-size: 20px;
    margin-bottom: 24px;
}
.box-200731 .cnt .d1 .s{
    display: inline-block;
    vertical-align: center;
    padding: 1px 5px;
    border-radius: 4px;
    background: #FF8416;
    font-size:14px;
    margin-right: 12px;
    position: relative;
    bottom: 2px;
}
.box-200731 .cnt .d2 {
    font-size: 16px;
    margin-bottom: 50px;
}
.box-200731 .btn731 {
    width:110px;
    height:40px;
    background:rgba(75,149,255,1);
    border-radius:4px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,1);
}

/*tts-ot 角标*/
.md-19120602-xxw.tts-ot .state,
.md-2018040201-lty .pic-box.tts-ot .state,
.md-19052302-x .left.tts-ot .state {
    display: block;
    background: url(img/state-ot.png) no-repeat center center;
}

.padding-30 {
    padding: 30px;
}
.mb10px {
    margin-bottom: 10px;
}
.b-r-6px {
    border-radius: 6px;
}
.table20210223 {
    width: 100%;
    text-align: center;
}
.table20210223 td {
    padding: 15px 0;
    border: 1px solid #bbb;
    position: relative;
}
.table20210223 td p {
    width: 418px;
    padding: 0 20px;
    position: relative;
    display: block;
}
.table20210223 tr td:last-child:after {
    position:absolute;
    top:0px;
    left:0;
    right: 0;
    content:attr(data-title);
    border-radius:3px ;
    background-color:#fff;
    padding: 15px 20px;
    display: none;
    z-index: 10;
    text-align: left;
}
.table20210223 tbody tr td:last-child:hover:after{
    display: block;
}
.nodatatr-2139 td:last-child:hover:after {
    display: none !important;
}
.form-21022401 {
    margin-top: 50px;
}
.form-21022401 .form-list {
    display: flex;
    font-size: 14px;
    align-items: center;
    margin-bottom: 20px;
}
.form-21022401 .form-list .form-label1 {
    width: 93px;
    text-align: center;
}
.form-21022401 .yzm-img {
    width: 103px;
    height: 42px;
    border-radius: 0 4px 4px 0;
    margin-right: 15px;
}
.form-21022401 .form-list input {
    height: 42px;
    line-height: 42px;
    background: #fff;
    border: 1px solid #DDDDDD;
    padding: 0 15px;
}
.form-21022401 .error {
    font-size: 12px;
    color: #FF4141;
}
.form-21022401 .f-btn-21xxw {
    margin-left: 93px;
}
.f-btn-21xxw {
    width: 300px;
    height: 42px;
    background: #39B1FD;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    color:#fff;
    margin-top: 20px;
    margin-bottom: 80px;
    outline: none;
    border: none;
    font-size: 14px;
    cursor: pointer;
}
.color-FA5763 {
    color: #FA5763;
}
.layermo-210224 {
    text-align: center;
    padding-top: 40px;
}
.layermo-210224 .cusfont {
    font-size: 60px;
}
.color-32D383 {
    color: #32D383;
}

.box-20210224 {
    padding: 0 45px;
    position: relative;
    background: #F5F6FA;
}
.box-20210224 .b-cont {
    padding: 20px 0;
}
.md-2029022501-cyf {
    width: 224px;
    height: 220px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    flex-shrink: 0;
    margin: 0 6px 15px;
}
.md-2029022502-cyf.cur .icon-success,
.md-2029022501-cyf.cur .icon-success{
    display: block;
}
.md-2029022501-cyf.cur {
    border: 1px solid #32D383;
}
.md-2029022502-cyf .mb,
.md-2029022501-cyf .mb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.2;
    display: none;
}
.md-2029022502-cyf.disabled .mb,
.md-2029022501-cyf.disabled .mb{
    display: block;
}
.md-2029022501-cyf .d1 img {
    width: 100%;
    height: 126px;
}
.md-2029022501-cyf .d2{
    height: 40px;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    padding: 0 15px;
    margin: 16px 0;
}
.md-2029022501-cyf .d3{
    color: #fd573f;
    padding: 0 15px;
}
.md-2029022502-cyf .icon-success,
.md-2029022501-cyf .icon-success {
    font-size: 34px;
    position: absolute;
    right: 16px;
    bottom: 16px;
    color: #32D383;
    display: none;
}
.box-20210224 .b-cont{
    display: flex;
    flex-wrap: wrap;
}
.md-2029022502-cyf {
    position: relative;
     margin:0 6px 15px;
}
.md-2029022502-cyf img{
    width: 224px;
    height: 140px;
}
.layer-21022502 .layui-layer-btn {
    text-align: center;
}
.layer-21022502 .layui-layer-btn a {
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    font-size: 14px;
}
/*tts-定制 角标*/
.md-19120602-xxw.tts-dz .state,
.md-2018040201-lty .pic-box.tts-dz .state,
.md-19052302-x .left.tts-dz .state {
    display: block;
    background: url(img/state-dz.png) no-repeat center center;
}
/*播放页，答疑样式*/
.img-202201{
    position: absolute;
    right: 350px;
    top: 5px;
    cursor: pointer;
}
.md2018040302lty .banner-box .menu-con{
    height: 440px;
    background: #292d32;
    padding-top: 10px;
}
.md2018040302lty .banner-box .menu-list-2023 li.nav-item{
    height: 42px;
    line-height: 34px;
    color: #999;
    font-size: 16px;
    cursor: pointer;
}
.md2018040302lty .banner-box .menu-list-2023 li.nav-item a{
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 16px;
    color: #999;
}
.md2018040302lty .banner-box .menu-list-2023 li.nav-item:hover{
    background: #fff;
    color: #292d32;
}
.md2018040302lty .banner-box .menu-list-2023 li.nav-item:hover a{
    color: #292d32;
}