html {
  font-family: 'Helvetica Neue', 'Microsoft YaHei', Helvetica, STHeiTi, Arial, sans-serif;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
  background-color: #f9f9f9;
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
a {
  background: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #2C6DE4;
}
a:hover {
  opacity: 0.7;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
button,
input,
select,
textarea {
  font-family: 'Helvetica Neue', 'Microsoft YaHei', Helvetica, STHeiTi, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 1.8rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.fn-grid {
  width: 1190px;
  margin: 0 auto;
}
.fn-grid:before,
.fn-grid:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-page-steps {
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ui-page-steps .step-item {
  display: inline-block;
  position: relative;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.ui-page-steps .step-item:last-of-type .step-line {
  display: none;
}
.ui-page-steps .step-item.active .step-head .step-line {
  border-color: #2C6DE4;
}
.ui-page-steps .step-item.active .step-head .step-icon {
  background: -webkit-gradient(linear, left top, left bottom, from(#C4DAFF), to(#FFFFFF));
  background: -moz-linear-gradient(top, #C4DAFF 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #C4DAFF 0%, #FFFFFF 100%);
  color: #2C6DE4;
}
.ui-page-steps .step-item.active .step-main {
  color: #333;
}
.ui-page-steps .step-item.end .step-head .step-icon {
  background: #2C6DE4;
  color: #fff;
}
.ui-page-steps .step-item.end .step-main {
  color: #2C6DE4;
}
.ui-page-steps .step-item .step-head {
  text-align: center;
  white-space: nowrap;
}
.ui-page-steps .step-item .step-head .step-line {
  left: 50%;
  right: -50%;
  height: 1px;
  top: 16px;
  position: absolute;
  border-bottom: 1px dotted #ccc;
}
.ui-page-steps .step-item .step-head .step-icon {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #fff;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #ccc;
  border-radius: 100%;
}
.ui-page-steps .step-item .step-main {
  text-align: center;
  font-size: 16px;
  color: #ccc;
  line-height: 22px;
  margin-top: 8px;
}
.ui-password .password-input {
  position: relative;
}
.ui-password .password-input .icon-password-eye {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  background-image: url('../images/icon-password-eye.png');
  background-repeat: no-repeat;
  cursor: pointer;
}
.ui-password .password-input .icon-password-eye.on {
  background-image: url('../images/icon-password-uneye.png');
}
.ui-search {
  width: 294px;
  height: 40px;
  position: relative;
}
.ui-search input {
  border-radius: 40px;
  padding: 0 40px 0 20px;
}
.ui-search .icon-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  background: url('../images/icon-course-search.png') center center no-repeat;
}
.ui-page-title {
  font-size: 30px;
  color: #111;
  padding-bottom: 30px;
  text-align: center;
}
.ui-table-center td,
.ui-table-center th {
  text-align: center;
}
.ui-table-center td a:hover,
.ui-table-center th a:hover {
  color: #2C6DE4;
}
.ui-layer {
  background: #fff;
}
.ui-layer .content {
  padding: 20px;
}
.ui-flyer {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 3;
}
.layui-form-select dl {
  -webkit-box-shadow: 0px 2px 10px #ccc;
          box-shadow: 0px 2px 10px #ccc;
}
.layui-btn-normal {
  background-color: #2C6DE4;
}
.layui-btn-primary:hover {
  border-color: #2C6DE4;
}
.layui-form-yzm {
  float: left;
}
.layui-form-yzm button {
  width: 136px;
}
.layui-form .picture-preview {
  margin-top: 10px;
  min-height: 0;
}
.layui-form .picture-preview.picture-preview-upload {
  cursor: pointer;
  padding-top: 10px;
}
.layui-form .picture-preview.picture-preview-upload img {
  width: 380px;
  height: 220px;
}
.layui-form .ui-form-bule {
  background: -webkit-gradient(linear, right top, left top, from( #d673ae), to(#88235f));
  background: -moz-linear-gradient(right,  #d673ae 0%, #88235f 100%);
  background: linear-gradient(270deg,  #d673ae 0%, #88235f 100%);
  border: 0 none;
}
.layui-laypage a:hover {
  color: #1C90F3;
}
.ui-login-content .login-layer-content {
  padding: 10px 30px;
}
.ui-login-content .login-layer-content .layui-this {
  color: #88235f;
}
.ui-login-content .login-layer-content .layui-tab-content {
  padding-top: 30px;
}
.ui-login-content .login-layer-content .layui-form-item {
  margin-bottom: 30px;
}
.ui-login-content .login-layer-content .qrcode-content {
  text-align: center;
}
.ui-login-content .login-layer-content .qrcode-content img {
  width: 180px;
  height: 180px;
}

.ui-learningCourses-content .learningCourses-layer-content {
  padding: 5px 30px;
  text-align: center;
}
.ui-learningCourses-content .learningCourses-layer-content .layui-this {
  color: #2C6DE4;
}
.ui-learningCourses-content .learningCourses-layer-content .layui-tab-content {
  padding-top: 30px;
}
.ui-learningCourses-content .learningCourses-layer-content .layui-form-item {
  margin-bottom: 30px;
}



.ui-pages {
  text-align: center;
}
.ui-pages .layui-laypage {
  margin: 0;
}
.ui-return-buttons {
  text-align: right;
}
.ui-return-buttons .layui-btn {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
}

.page-course .page-course-screen {
  background: #fff;
  padding: 25px 0 0px;
}
.page-course .page-course-screen .hd:before,
.page-course .page-course-screen .hd:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-course .page-course-screen .hd .ui-search {
  float: left;
}
.page-course .page-course-screen .hd .other {
  float: right;
  height: 40px;
  line-height: 40px;
}
.page-course .page-course-screen .hd .other i {
  font-size: 18px;
  display: inline-block;
  line-height: 18px;
  vertical-align: -2px;
}
.page-course .page-course-screen .hd .other a {
  display: inline-block;
}
.page-course .page-course-screen .hd .other a:hover {
  color: #2C6DE4;
}
.page-course .page-course-screen .bd {
  margin-top: 10px;
  overflow: hidden;
}
.page-course .page-course-screen .bd .screen-item {
  line-height: 32px;
  font-size: 16px;
  margin: 10px 0;
}
.page-course .page-course-screen .bd .screen-item:before,
.page-course .page-course-screen .bd .screen-item:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-course .page-course-screen .bd .screen-item .label {
  width: 80px;
  float: left;
  color: #999;
  font-size: 16px;
}
.page-course .page-course-screen .bd .screen-item .screen-list {
  margin-left: 80px;
  font-size: 0;
}
.page-course .page-course-screen .bd .screen-item .screen-list a {
  font-size: 14px;
  color: #333;
  line-height: 32px;
  padding: 0 15px;
  display: inline-block;
  margin: 0 7px;
}
.page-course .page-course-screen .bd .screen-item .screen-list a:hover,
.page-course .page-course-screen .bd .screen-item .screen-list a.on {
  background: #F5F6F6;
  color: #2C6DE4;
}
.page-course .page-course-list {
  padding-bottom: 20px;
  line-height: 38px;
}
.page-course .page-course-list .course-toolbar {
  height: 80px;
}
.page-course .page-course-list .fix-course-toolbar {
  padding: 20px 0;
}
.page-course .page-course-list .fix-course-toolbar.fix {
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 2;
  -webkit-box-shadow: 0 0 4px #d6d4d4;
          box-shadow: 0 0 4px #d6d4d4;
}
.page-course .page-course-list .fix-course-toolbar:before,
.page-course .page-course-list .fix-course-toolbar:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-course .page-course-list .fix-course-toolbar .checkbox-item {
  float: left;
}
.page-course .page-course-list .fix-course-toolbar .btns-item {
  float: left;
  margin-left: 10px;
}
.page-course .page-course-list .fix-course-toolbar .btns-item .layui-btn {
  border-radius: 5px;
}
.page-course .page-course-list .fix-course-toolbar .right-item {
  float: right;
}
.page-course .page-course-list .fix-course-toolbar .right-item .choose {
  float: left;
  font-size: 14px;
  color: #333;
}
.page-course .page-course-list .fix-course-toolbar .right-item .total {
  float: left;
  font-size: 14px;
  color: #999;
  line-height: 38px;
  margin-left: 40px;
}
.page-course .page-course-list .fix-course-toolbar .right-item .total span {
  display: inline-block;
  vertical-align: bottom;
}
.page-course .page-course-list .fix-course-toolbar .right-item .total .symbol {
  font-size: 14px;
  color: #EA3553;
  line-height: 34px;
}
.page-course .page-course-list .fix-course-toolbar .right-item .total .number {
  font-size: 30px;
  color: #EA3553;
  font-weight: bold;
}
.page-course .page-course-list .fix-course-toolbar .right-item .btns {
  float: left;
  margin-left: 40px;
}
.page-course .page-course-list .fix-course-toolbar .right-item .btns .layui-btn {
  background: -webkit-gradient(linear, left top, left bottom, from( #d673ae), to(#88235f));
  background: -moz-linear-gradient(top,  #d673ae 0%, #88235f 100%);
  background: linear-gradient(180deg,  #d673ae 0%, #88235f 100%);
  border-radius: 5px;
  border: 0 none;
}
.page-course .page-course-list .course-list {
  padding: 10px 0 20px;
  margin-right: -10px;
}
.page-course .page-course-list .course-list:before,
.page-course .page-course-list .course-list:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-course .page-course-list .course-list .course-list-item {
  background: #fff;
  border-radius: 5px;
  width: 290px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left;
  position: relative;
}
.page-course .page-course-list .course-list .course-list-item .checkbox {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  display: none;
}
.page-course .page-course-list .course-list .course-list-item a {
  display: block;
}
.page-course .page-course-list .course-list .course-list-item a .hd img {
  width: 290px;
  height: 163px;
}
.page-course .page-course-list .course-list .course-list-item a .bd {
  padding: 0 15px;
  margin-top: 15px;
}
.page-course .page-course-list .course-list .course-list-item a .bd .title {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-course .page-course-list .course-list .course-list-item a .bd .label {
  color: #999;
  line-height: 20px;
  margin-top: 8px;
  font-size: 14px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-course .page-course-list .course-list .course-list-item a .bd .label-other:before,
.page-course .page-course-list .course-list .course-list-item a .bd .label-other:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-course .page-course-list .course-list .course-list-item a .bd .label-other .author {
  font-size: 14px;
  color: #999;
  float: left;
}
.page-course .page-course-list .course-list .course-list-item a .bd .label-other .price {
  float: right;
  font-size: 14px;
  color: #EA3553;
}
.page-course .page-course-list .course-list .course-list-item .ft {
  margin-top: 4px;
  padding: 0 6px;
  padding-bottom: 12px;
}
.page-course .page-course-list .course-list .course-list-item .ft .layui-col-md6 {
  padding: 0 6px;
}
.page-course .page-course-list .course-list .course-list-item .ft a {
  display: block;
  text-align: center;
  line-height: 36px;
  color: #fff;
  border-radius: 36px;
}
.page-course .page-course-list .course-list .course-list-item .ft a.blue {
  background: -webkit-gradient(linear, left top, left bottom, from( #d673ae), to(#5788ff));
  background: -moz-linear-gradient(top,  #d673ae 0%, #5788ff 100%);
  background: linear-gradient(180deg,  #d673ae 0%, #5788ff 100%);
}
.page-course .page-course-list .course-list .course-list-item .ft a.red {
  background: -webkit-gradient(linear, left top, left bottom, from(#FA6769), to(#ff8936));
  background: -moz-linear-gradient(top, #FA6769 0%, #ff8936 100%);
  background: linear-gradient(180deg, #FA6769 0%, #ff8936 100%);
}
.page-course .page-course-list .course-list-pages {
  text-align: center;
}

.page-index {
  position: relative;
  background: #fff;
}
.page-index .index-banner {
  height: 490px;
  -webkit-box-shadow: 0px 0px 10px #bdbdbd;
          box-shadow: 0px 0px 10px #bdbdbd;
}
.page-index .index-banner .swiper-item {
  background-repeat: no-repeat;
  background-position: center center;
}
.page-index .index-introduce {
  height: 860px;
  background: url('../images/page-index-01.png') center center no-repeat;
  padding-top: 60px;
}
.page-index .index-introduce .introduce {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  margin-top: 45px;
}
.page-index .index-introduce .exa-introduce {
  margin-top: 80px;
}
.page-index .index-introduce .exa-introduce:before,
.page-index .index-introduce .exa-introduce:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-index .index-introduce .exa-introduce .img-box {
  float: left;
  width: 396px;
  height: 450px;
}
.page-index .index-introduce .exa-introduce .img-box img {
  width: 100%;
}
.page-index .index-introduce .exa-introduce .introduce-item {
  margin-left: 483px;
}
.page-index .index-introduce .exa-introduce .introduce-item .title {
  font-size: 34px;
  color: #333;
  line-height: 40px;
}
.page-index .index-introduce .exa-introduce .introduce-item .introduce {
  margin-top: 22px;
  padding-right: 40px;
  height: 280px;
}
.page-index .index-introduce .exa-introduce .introduce-item .introduce p {
  margin-bottom: 10px;
}
.page-index .index-introduce .exa-introduce .introduce-item .btns-item {
  margin-top: 53px;
}
.page-index .index-introduce .exa-introduce .introduce-item .btns-item a {
  font-size: 20px;
  height: 54px;
  line-height: 54px;
  padding: 0 52px;
  border: 0 none;
  background: -webkit-gradient(linear, right top, left top, from( #d673ae), to(#88235f));
  background: -moz-linear-gradient(right,  #d673ae 0%, #88235f 100%);
  background: linear-gradient(270deg,  #d673ae 0%, #88235f 100%);
}
.page-index .index-introduce .exa-introduce .introduce-item .btns-item a i {
  font-size: 22px;
}
.page-index .index-platform {
  height: 430px;
  background: url('../images/page-index-03.png') center center no-repeat;
}
.page-index .index-platform .introduce {
  padding-left: 410px;
  padding-top: 110px;
}
.page-index .index-platform .introduce .title-item .title {
  position: relative;
  display: inline-block;
  height: 52px;
}
.page-index .index-platform .introduce .title-item .title .text {
  font-size: 34px;
  color: #fff;
  z-index: 2;
  position: relative;
}
.page-index .index-platform .introduce .title-item .title::after {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from( #d673ae), to(#88235f));
  background: -moz-linear-gradient(left,  #d673ae 0%, #88235f 100%);
  background: linear-gradient(90deg,  #d673ae 0%, #88235f 100%);
  width: 80%;
  height: 28px;
  border-radius: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-index .index-platform .introduce .info-item {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 50px;
  padding-right: 160px;
}
.page-index .index-hots {
  padding-top: 60px;
  padding-bottom: 40px;
  background: url('../images/page-index-04.png') center center no-repeat;
}
.page-index .index-hots .layui-tab {
  margin: 0;
}
.page-index .index-hots .tabs-item {
  margin-top: 60px;
}
.page-index .index-hots .tabs-item .layui-tab-title {
  border-bottom-color: #2C6DE4;
  text-align: center;
  height: 60px;
}
.page-index .index-hots .tabs-item .layui-tab-title li {
  font-size: 20px;
  margin: 0 20px;
  padding: 0;
  padding-bottom: 23px;
}
.page-index .index-hots .tabs-item .layui-tab-title .layui-this {
  font-weight: 800;
  color: #333;
}
.page-index .index-hots .tabs-item .layui-tab-title .layui-this:after {
  background: -webkit-gradient(linear, left top, left bottom, from( #d673ae), to(#88235f));
  background: -moz-linear-gradient(top,  #d673ae 0%, #88235f 100%);
  background: linear-gradient(180deg,  #d673ae 0%, #88235f 100%);
  width: 80%;
  height: 8px;
  border-radius: 4px;
  top: initial;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.page-index .index-hots .course-list {
  margin-top: 30px;
  margin-right: -10px;
}
.page-index .index-hots .course-list:before,
.page-index .index-hots .course-list:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-index .index-hots .course-list .course-list-item {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 290px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.page-index .index-hots .course-list .course-list-item a {
  display: block;
}
.page-index .index-hots .course-list .course-list-item .hd {
  height: 163px;
}
.page-index .index-hots .course-list .course-list-item .hd img {
  width: 100%;
  height: 163px;
}
.page-index .index-hots .course-list .course-list-item .bd {
  padding: 10px;
}
.page-index .index-hots .course-list .course-list-item .bd .title {
  font-size: 18px;
  line-height: 25px;
  color: #333;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-index .index-hots .course-list .course-list-item .bd .intr {
  font-size: 14px;
  color: #999;
  margin-top: 8px;
  line-height: 18px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-index .index-hots .course-list .course-list-item .ft {
  line-height: 44px;
  border-top: 1px solid #F7F8F8;
  font-size: 14px;
  color: #999;
  padding: 0 15px;
}
.page-index .index-hots .course-list .course-list-item .ft:before,
.page-index .index-hots .course-list .course-list-item .ft:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-index .index-hots .course-list .course-list-item .ft .author {
  float: left;
}
.page-index .index-hots .course-list .course-list-item .ft .author::before {
  margin-right: 5px;
}
.page-index .index-hots .course-list .course-list-item .ft .people {
  float: right;
}
.page-index .index-hots .btns-item {
  margin-top: 40px;
  text-align: center;
}
.page-index .index-hots .btns-item a {
  font-size: 20px;
  height: 54px;
  line-height: 54px;
  padding: 0px 90px;
  border: 0 none;
  background: -webkit-gradient(linear, right top, left top, from( #d673ae), to(#88235f));
  background: -moz-linear-gradient(right,  #d673ae 0%, #88235f 100%);
  background: linear-gradient(270deg,  #d673ae 0%, #88235f 100%);
}
.page-index .index-hots .btns-item a i {
  font-size: 22px;
}
.page-index .index-problem {
  padding: 60px 0;
}
.page-index .index-problem .problem-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-index .index-problem .problem-list .problem-list-item {
  width: 430px;
  height: 80px;
  padding-left: 100px;
  background: url('../images/icon-index-problem.png') left center no-repeat;
  margin-bottom: 40px;
}
.page-index .index-problem .problem-list .problem-list-item .title {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-index .index-problem .problem-list .problem-list-item .text {
  margin-top: 5px;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-index .index-problem .problem-pages {
  text-align: center;
  margin-top: 30px;
}
.page-index .index-block-title {
  text-align: center;
}
.page-index .index-block-title .title {
  font-size: 40px;
  color: #333;
  display: inline-block;
  height: 70px;
  line-height: 86px;
  padding: 0 32px;
  position: relative;
}
.page-index .index-block-title .title::before {
  content: "";
  background: url('../images/page-index-title-l.png') no-repeat;
  width: 63px;
  height: 63px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-index .index-block-title .title::after {
  content: "";
  background: url('../images/page-index-title-r.png') no-repeat;
  width: 13px;
  height: 14px;
  position: absolute;
  bottom: 10px;
  right: 0;
}

.page-news .news-detail-main {
  padding: 30px 0 40px 0;
}
.page-news .news-detail-main .news-detail {
  padding: 50px 45px;
  background: #fff;
  margin-top: 20px;
}

.page-mine .page-mine-grid {
  padding: 30px 0;
}
.page-mine .page-mine-grid .mine-main {
  margin-left: 255px;
}
.page-mine .mine-notice-main .mine-notice {
  -webkit-box-shadow: 0px 3px 6px #EBF2FF;
          box-shadow: 0px 3px 6px #EBF2FF;
  border-radius: 5px;
  background: #fff;
  padding: 20px 25px;
  margin-bottom: 15px;
  overflow: hidden;
}
.page-mine .mine-notice-main .mine-notice:last-child {
  margin-bottom: 0;
}
.page-mine .mine-notice-main .ui-pages {
  margin-top: 30px;
}
.page-mine .mine-notice-main .title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 24px;
}
.page-mine .mine-notice-main .notice-list {
  margin-top: 10px;
  overflow: hidden;
}
.page-mine .mine-notice-main .notice-list .list-item {
  padding: 10px 0;
}
.page-mine .mine-notice-main .notice-list .list-item a {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 20px;
}
.page-mine .mine-notice-main .notice-list .list-item a:before,
.page-mine .mine-notice-main .notice-list .list-item a:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-mine .mine-notice-main .notice-list .list-item a .state {
  float: left;
  margin-right: 5px;
}
.page-mine .mine-notice-main .notice-list .list-item a .state.red {
  color: red;
}
.page-mine .mine-notice-main .notice-list .list-item a .name {
  float: left;
}
.page-mine .mine-notice-main .notice-list .list-item a .time {
  float: right;
  color: #999;
  font-size: 14px;
}
.page-mine .mine-notice-main .notice-list .list-item a:hover .state,
.page-mine .mine-notice-main .notice-list .list-item a:hover .name,
.page-mine .mine-notice-main .notice-list .list-item a:hover .time {
  color: #2C6DE4;
}
.page-mine .mine-course-main .mine-course-nav {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px #EBF2FF;
          box-shadow: 0px 3px 6px #EBF2FF;
  padding: 0 34px;
  overflow: hidden;
}
.page-mine .mine-course-main .mine-course-nav .layui-tab {
  margin: 0;
}
.page-mine .mine-course-main .mine-course-nav .layui-tab .layui-tab-title {
  height: initial;
}
.page-mine .mine-course-main .mine-course-nav .layui-tab .layui-tab-title li {
  font-size: 16px;
  color: #666;
  margin-right: 40px;
  line-height: 60px;
}
.page-mine .mine-course-main .mine-course-nav .layui-tab .layui-tab-title .layui-this {
  color: #2C6DE4;
}
.page-mine .mine-course-main .mine-course-nav .layui-tab .layui-tab-title .layui-this::after {
  height: 61px;
}
.page-mine .mine-course-main .course-list .course-list-item {
  margin-top: 15px;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px #EBF2FF;
          box-shadow: 0px 3px 6px #EBF2FF;
  overflow: hidden;
}
.page-mine .mine-course-main .course-list .course-list-item:before,
.page-mine .mine-course-main .course-list .course-list-item:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-mine .mine-course-main .course-list .course-list-item .left {
  width: 700px;
  float: left;
}
.page-mine .mine-course-main .course-list .course-list-item .left .hd {
  padding-bottom: 25px;
  border-bottom: 1px solid #DBDBDB;
}
.page-mine .mine-course-main .course-list .course-list-item .left .hd:before,
.page-mine .mine-course-main .course-list .course-list-item .left .hd:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-mine .mine-course-main .course-list .course-list-item .left .hd .img {
  float: left;
}
.page-mine .mine-course-main .course-list .course-list-item .left .hd .info {
  margin-left: 180px;
}
.page-mine .mine-course-main .course-list .course-list-item .left .hd .info .title {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-bottom: 20px;
}
.page-mine .mine-course-main .course-list .course-list-item .left .hd .info .lable {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 6px;
}
.page-mine .mine-course-main .course-list .course-list-item .left .ft {
  padding-top: 24px;
}
.page-mine .mine-course-main .course-list .course-list-item .left .ft .layui-btn-normal {
  background-color: #629aff;
}
.page-mine .mine-course-main .course-list .course-list-item .prg {
  float: right;
  margin-top: 0px;
  font-size: 0;
}
.page-mine .mine-course-main .course-credit {
  -webkit-box-shadow: 0px 3px 6px #EBF2FF;
          box-shadow: 0px 3px 6px #EBF2FF;
  padding: 30px;
  background: #fff;
  margin-top: 15px;
  min-height: 500px;
}
.page-mine .course-resour-layer .screen-item {
  line-height: 38px;
  font-size: 14px;
  margin: 10px 0;
}
.page-mine .course-resour-layer .screen-item:before,
.page-mine .course-resour-layer .screen-item:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-mine .course-resour-layer .screen-item .label {
  width: 80px;
  float: left;
  color: #999;
  font-size: 14px;
}
.page-mine .course-resour-layer .screen-item .screen-list {
  margin-left: 80px;
  font-size: 0;
}
.page-mine .course-resour-layer .screen-item .screen-list .ui-search {
  font-size: 14px;
}
.page-mine .course-resour-layer .screen-item .screen-list a {
  font-size: 14px;
  color: #333;
  line-height: 38px;
  padding: 0 15px;
  display: inline-block;
  margin-right: 10px;
}
.page-mine .course-resour-layer .screen-item .screen-list a:hover,
.page-mine .course-resour-layer .screen-item .screen-list a.on {
  background: #F5F6F6;
  color: #2C6DE4;
}

.page-register .page-register-main {
  background: #fff;
  padding: 20px 0;
  margin: 20px 0;
}
.page-register .page-register-main .register-head {
  margin-bottom: 40px;
  padding: 0 30px;
}
.page-register .page-register-main .register-head .register-quote {
  padding: 0 15px;
  margin: 30px 50px;
  background-color: initial;
  font-size: 16px;
}
.page-register .page-register-main .layui-form {
  padding: 0 200px;
}
.page-register .page-register-main .register-login {
  padding: 0 380px;
}
.page-register .page-register-main .register-login .layui-form {
  padding: 0;
}
.page-register .page-register-main .register-login .layui-form-item {
  width: 100%;
}
.page-register .page-register-main .register-login .login-layer-content {
  padding: 0;
}
.page-register .page-register-main .layui-form-item {
  width: 580px;
}
.page-register .page-register-main .layui-form-item .layui-form-label {
  font-size: 14px;
  color: #333;
  width: 160px;
}
.page-register .page-register-main .layui-form-item .layui-input-block {
  margin-left: 190px;
}
.page-register .page-register-main .layui-form-item a:hover {
  color: #2C6DE4;
}
.page-register .page-register-main .register-qrcode {
  text-align: center;
}
.page-register .page-register-main .register-qrcode .qrcode-img img {
  width: 180px;
  height: 180px;
}
.page-register .page-register-main .register-qrcode .qrcode-text {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 30px;
}
.page-register .page-register-main .register-qrcode .qrcode-button {
  margin-top: 50px;
}
.page-register .register-success-tips {
  margin-top: 30px;
  text-align: center;
}
.page-register .register-success-tips .icon-register-success {
  display: inline-block;
  width: 108px;
  height: 108px;
  background: url('../images/icon-register-success.png') no-repeat;
}
.page-register .register-success-tips .tips {
  font-size: 24px;
  color: #2C6DE4;
  line-height: 32px;
  margin-top: 30px;
}
.page-register .page-register-noticelayer .foot {
  text-align: center;
  padding: 0 20px 20px 20px;
}
.page-register .page-register-noticelayer .foot .checkbox {
  margin-bottom: 10px;
}

.ui-fixtool {
  position: fixed;
  background: #fff;
  border: 1px solid #E8E8E8;
  width: 66px;
  padding: 0 4px;
  top: 70%;
  right: 10px;
}
.ui-fixtool a {
  padding: 10px 0;
  border-bottom: 1px solid #F1F1F1;
  text-align: center;
  display: block;
}
.ui-fixtool a .img {
  display: block;
}
.ui-fixtool a .img img {
  width: 26px;
  height: 29px;
}
.ui-fixtool a .text {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-top: 6px;
}

.ui-footer {
  color: #fff;
  width: 100%;
  height: 306px;
  background-color:#851561;
  overflow: hidden;
}
.ui-footer .hd:before,
.ui-footer .hd:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-footer .hd .item-logo {
  height: 136px;
  margin-top: 60px;
  position: relative;
  float: left;
}
.ui-footer .hd .item-logo .logo-img {
  width: 378px;
  height: 80px;
}
.ui-footer .hd .item-logo .logo-text {
  font-size: 18px;
  position: absolute;
  left: 0px;
  bottom: 26px;
}
.ui-footer .hd .item-right {
  width: 495px;
  float: right;
  padding-top: 55px;
}
.ui-footer .hd .item-right .friendlink .title {
  font-size: 14px;
  line-height: 20px;
}
.ui-footer .hd .item-right .friendlink .links {
  margin-top: 7px;
  margin-right: -40px;
  height: 30px;
  overflow: hidden;
}
.ui-footer .hd .item-right .friendlink .links a {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-right: 47px;
  display: inline-block;
  margin-top: 10px;
}
.ui-footer .hd .item-right .text-item {
  line-height: 20px;
  font-size: 14px;
  margin-top: 17px;
}
.ui-footer .copyright {
  border-top: 1px solid #fff;
  padding: 20px;
  font-size: 14px;
  margin-top: 25px;
}

.ui-header {
  width: 100%;
  background: #88235f;
  height: 80px;
}
.ui-header.header-index {
  background: rgba(23, 94, 226, 0.9);
  position: absolute;
  top: 0;
  z-index: 2;
}
.ui-header .header-logo {
  float: left;
  line-height: 80px;
}
.ui-header .header-logo .item-logo {
  font-size: 0;
  float: left;
}
.ui-header .header-logo .item-logo .logo-img-wrap {
  font-size: 0;
  float: left;
}
.ui-header .header-logo .item-logo .logo-img-wrap:hover {
  opacity: 1;
}
.ui-header .header-logo .item-logo .logo-img-wrap .logo-img {
  width: 307px;
  height: 65px;
  float: left;
  margin-top: 3px;
}
.ui-header .header-logo .item-logo .logo-img-wrap .logo-text {
  font-size: 28px;
  color: #fff;
  float: left;
  line-height: 70px;
  margin-left: 10px;
}
.ui-header .header-nav {
  float: left;
  margin-left: 70px;
}
.ui-header .header-nav .nav-list {
  float: left;
}
.ui-header .header-nav .nav-list .nav-list-item {
  float: left;
  line-height: 80px;
}
.ui-header .header-nav .nav-list .nav-list-item:hover,
.ui-header .header-nav .nav-list .nav-list-item.on {
  background: -moz-linear-gradient(91deg, #C4DAFF 0%, #FFFFFF 100%);
  background: linear-gradient(359deg, #C4DAFF 0%, #FFFFFF 100%);
}
.ui-header .header-nav .nav-list .nav-list-item:hover a,
.ui-header .header-nav .nav-list .nav-list-item.on a {
  color: #2C6DE4;
}
.ui-header .header-nav .nav-list .nav-list-item a {
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
}
.ui-header .header-tool {
  float: right;
}
.ui-header .header-tool .phone-item {
  float: left;
  line-height: 80px;
}
.ui-header .header-tool .phone-item .phone-btn {
  height: 34px;
  line-height: 32px;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  padding: 0 17px 0 17px;
  border-radius: 40px;
  display: inline-block;
}
.ui-header .header-tool .phone-item .phone-btn .layui-icon-down {
  display: none;
}
.ui-header .header-tool .phone-item .layui-nav-child {
  padding: 12px;
  left: -41px;
}
.ui-header .header-tool .btns-item {
  float: right;
  margin-left: 25px;
  line-height: 80px;
  font-size: 0;
}
.ui-header .header-tool .btns-item a,
.ui-header .header-tool .btns-item span {
  margin-left: 26px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  float: left;
}
.ui-header .header-tool .nav-item {
  margin-left: 10px;
  line-height: 80px;
  width: 160px;
}
.ui-header .header-tool .nav-item a {
  color: #fff;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration:none;
}
.ui-header .header-tool .nav-item .layui-nav-child {
  left: 20px;
  right: 20px;
  min-width: initial;
}
.ui-header .header-tool .nav-item .layui-nav-child a {
  color: #666;
  text-align: center;
}

.page-mine-nav {
  float: left;
  width: 240px;
}
.page-mine-nav .user-info {
  height: 160px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px #EBF2FF;
          box-shadow: 0px 3px 6px #EBF2FF;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-bottom: 15px;
}
.page-mine-nav .user-info .head img {
  width: 82px;
  height: 82px;
  border-radius: 100%;
}
.page-mine-nav .user-info .name {
  padding: 0 10px;
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-mine-nav .mine-nav {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 6px #EBF2FF;
          box-shadow: 0px 3px 6px #EBF2FF;
  padding-bottom: 30px;
}
.page-mine-nav .mine-nav .nav-item {
  padding-top: 20px;
}
.page-mine-nav .mine-nav .nav-item .title {
  font-size: 20px;
  color: #333;
  line-height: 26px;
  margin-bottom: 5px;
  padding: 0 40px;
}
.page-mine-nav .mine-nav .nav-item .navs {
  margin-top: 10px;
}
.page-mine-nav .mine-nav .nav-item .navs a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 56px;
  padding: 0 40px 0 80px;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration:none;
}
.page-mine-nav .mine-nav .nav-item .navs a::before {
  font-size: 18px;
}
.page-mine-nav .mine-nav .nav-item .navs a::before {
  margin-right: 5px;
}
.page-mine-nav .mine-nav .nav-item .navs a:hover,
.page-mine-nav .mine-nav .nav-item .navs a.on {
  color: #b23f83;
}
.page-mine-nav .mine-nav .nav-item .navs a.on {
  background: #992e6d;
  color: #fff;
}
.ui-notice-list {
  -webkit-box-shadow: 0px 3px 6px #EBF2FF;
          box-shadow: 0px 3px 6px #EBF2FF;
  border-radius: 5px;
  background: #fff;
  padding: 20px 25px;
  margin-bottom: 15px;
  overflow: hidden;
}
.ui-notice-list:last-child {
  margin-bottom: 0;
}
.ui-notice-list .ui-pages {
  margin-top: 30px;
}
.ui-notice-list .title {
  font-size: 18px;
  color: #333;
  line-height: 24px;
}
.ui-notice-list .notice-list {
  margin-top: 10px;
  overflow: hidden;
}
.ui-notice-list .notice-list .list-item {
  padding: 10px 0;
}
.ui-notice-list .notice-list .list-item a {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 20px;
}
.ui-notice-list .notice-list .list-item a:before,
.ui-notice-list .notice-list .list-item a:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-notice-list .notice-list .list-item a .state {
  float: left;
  margin-right: 5px;
}
.ui-notice-list .notice-list .list-item a .state.red {
  color: red;
}
.ui-notice-list .notice-list .list-item a .name {
  float: left;
}
.ui-notice-list .notice-list .list-item a .time {
  float: right;
  color: #999;
  font-size: 14px;
}
.ui-notice-list .notice-list .list-item a:hover .state,
.ui-notice-list .notice-list .list-item a:hover .name,
.ui-notice-list .notice-list .list-item a:hover .time {
  color: #2C6DE4;
}
.ui-userinfo {
  -webkit-box-shadow: 0px 3px 6px #EBF2FF;
          box-shadow: 0px 3px 6px #EBF2FF;
  background: #fff;
  padding: 0px 25px 25px 25px;
  margin-bottom: 15px;
  overflow: hidden;
  margin-top: 15px;
  min-height: 500px;
}

.ui-userinfo2{
	margin-top: -15px;
	min-height: 0px;
	margin-bottom: -15px;
}

.ui-userinfo:last-child {
  margin-bottom: 0;
}
.ui-userinfo .title {
  font-size: 18px;
  color: #333;
}
.ui-userinfo .lable {
  margin-top: 20px;
}
.ui-userinfo .lable:before,
.ui-userinfo .lable:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui-userinfo .lable .name {
  float: left;
  width: 120px;
  text-align: right;
  color: #333;
  font-size: 14px;
}
.ui-userinfo .lable .text {
  margin-left: 130px;
}

 .lable2  {
  margin-left: -40px;
}

.ui-userinfo .lable .text.green {
  color: #47bd45;
}

.page-index .index-list {
  height: 700px;
  background: url('../images/page-index-01.png') center center no-repeat;
  padding-top: 60px;
}
.page-index .index-list:before,
.page-index .index-list:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-index .index-list .list-box {
  width: 560px;
}
.page-index .index-list .list-box.left {
  float: left;
}
.page-index .index-list .list-box.right {
  float: right;
}
.page-index .index-list .list-box .hd {
  line-height: 26px;
  border-bottom: 2px solid #577ab4;
  padding-bottom: 20px;
}
.page-index .index-list .list-box .hd:before,
.page-index .index-list .list-box .hd:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-index .index-list .list-box .hd .name {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  float: left;
}
.page-index .index-list .list-box .hd .more {
  float: right;
}
.page-index .index-list .list-box .hd .more a {
  font-size: 14px;
  color: #999;
}
.page-index .index-list .list-box .bd .item {
  margin-top: 30px;
}
.page-index .index-list .list-box .bd .item a {
  display: block;
}
.page-index .index-list .list-box .bd .item .name {
  font-size: 18px;
  color: #333;
  font-weight: 800;
  line-height: 20px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-index .index-list .list-box .bd .item .intr {
  font-size: 14px;
  color: #666;
  margin-top: 12px;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page-index .index-list .list-box .bd .item .bottom {
  margin-top: 15px;
  color: #999;
}
.page-index .index-list .list-box .bd .item .bottom:before,
.page-index .index-list .list-box .bd .item .bottom:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-index .index-list .list-box .bd .item .bottom .more {
  float: left;
}
.page-index .index-list .list-box .bd .item .bottom .time {
  float: right;
}
.page-list .banner-item {
  height: 290px;
}
.page-list .banner-item .cont {
  padding-top: 76px;
}
.page-list .banner-item .cont .title {
  font-size: 40px;
  font-weight: 800;
  line-height: 56px;
  color: #fff;
}
.page-list .banner-item .cont .bd {
  padding-top: 10px;
}
.page-list .banner-item .cont .bd .crumbs {
  float: left;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.page-list .banner-item .cont .bd .crumbs a {
  color: #fff;
}
.page-list .list-main {
  margin-top: -76px;
  padding-bottom: 60px;
}
.page-list .list-main .list-cont {
  background: #fff;
  padding: 0 30px;
  padding-bottom: 30px;
}
.page-list .list-main .list-cont .list-box {
  padding-bottom: 20px;
}
.page-list .list-main .list-cont .list-item {
  border-bottom: 1px dashed #999999;
  padding: 30px 0;
}
.page-list .list-main .list-cont .list-item:last-child {
  border-bottom: 0 none;
}
.page-list .list-main .list-cont .list-item a {
  display: block;
}
.page-list .list-main .list-cont .list-item .title {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.page-list .list-main .list-cont .list-item .intr {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-top: 10px;
}
.page-list .list-main .list-cont .list-item .time {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 20px;
}

.page-index .index-platform .introduce .info-more {
  margin-top: 20px;
}
.page-index .index-platform .introduce .info-more a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #4aa9fb;
  background: #fff;
  border-radius: 16px;
  padding: 0 15px;
}
.page-index .index-hots .tabs-item .layui-tab-child {
  text-align: center;
}
.page-index .index-hots .tabs-item .layui-tab-child li {
  display: inline-block;
  font-size: 16px;
  margin: 0 20px;
  margin-top: 30px;
  cursor: pointer;
}
.page-index .index-hots .tabs-item .layui-tab-child li.active {
  font-weight: bold;
}

.page-course .course-order-main {
  padding: 30px 0;
}
.page-course .course-order-main .order-title {
  font-size: 24px;
  line-height: 26px;
  color: #333;
  position: relative;
  margin-bottom: 30px;
  padding-left: 14px;
}
.page-course .course-order-main .order-title::before {
  content: "";
  position: absolute;
  border-left: 4px solid #2C6DE4;
  left: 0;
  top: 2px;
  bottom: 2px;
}
.page-course .course-order-main .order-list {
  background: #fff;
  padding: 0 55px;
}
.page-course .course-order-main .order-list .order-list-item {
  padding: 30px 0;
  border-bottom: 1px solid #DBDBDB;
}
.page-course .course-order-main .order-list .order-list-item:last-child {
  border-bottom: 0;
}
.page-course .course-order-main .order-list .order-list-item:before,
.page-course .course-order-main .order-list .order-list-item:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-course .course-order-main .order-list .order-list-item .checkbox {
  float: left;
  margin-right: 30px;
  line-height: 90px;
}
.page-course .course-order-main .order-list .order-list-item .img {
  float: left;
  margin-right: 20px;
}
.page-course .course-order-main .order-list .order-list-item .img img {
  width: 161px;
  height: 91px;
}
.page-course .course-order-main .order-list .order-list-item .info {
  width: 700px;
  float: left;
}
.page-course .course-order-main .order-list .order-list-item .info .title {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-bottom: 20px;
}
.page-course .course-order-main .order-list .order-list-item .info .lable {
  line-height: 20px;
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
.page-course .course-order-main .order-list .order-list-item .price {
  float: right;
  line-height: 90px;
  font-size: 18px;
  color: #333;
}
.page-course .course-order-main .tool-bar {
  padding: 0 55px;
  background: #fff;
  margin-top: 20px;
  height: 72px;
  line-height: 72px;
  overflow: hidden;
}
.page-course .course-order-main .tool-bar:before,
.page-course .course-order-main .tool-bar:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-course .course-order-main .tool-bar .left {
  float: left;
}
.page-course .course-order-main .tool-bar .left .checkbox-item {
  float: left;
  margin-right: 50px;
}
.page-course .course-order-main .tool-bar .left .num {
  float: left;
  font-size: 14px;
  color: #333;
}
.page-course .course-order-main .tool-bar .right {
  float: right;
}
.page-course .course-order-main .tool-bar .right .all {
  float: left;
  margin-right: 60px;
}
.page-course .course-order-main .tool-bar .right .all .text {
  font-size: 14px;
  color: #999;
  line-height: 64px;
}
.page-course .course-order-main .tool-bar .right .all em {
  font-size: 14px;
  color: #EA3553;
  font-style: normal;
  display: inline-block;
  vertical-align: bottom;
  line-height: 64px;
}
.page-course .course-order-main .tool-bar .right .all span {
  font-size: 30px;
  color: #EA3553;
  display: inline-block;
  vertical-align: bottom;
}
.page-course .course-order-main .tool-bar .right .btns {
  float: left;
}

.page-mine .mine-order-main .order-list .order-list-item {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px #EBF2FF;
          box-shadow: 0px 3px 6px #EBF2FF;
  padding: 0 35px;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 15px;
}
.page-mine .mine-order-main .order-list .order-list-item .hd {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #DBDBDB;
}
.page-mine .mine-order-main .order-list .order-list-item .hd:before,
.page-mine .mine-order-main .order-list .order-list-item .hd:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-mine .mine-order-main .order-list .order-list-item .hd .order-num {
  float: left;
  color: #333;
}
.page-mine .mine-order-main .order-list .order-list-item .hd .time {
  float: right;
  color: #666;
}
.page-mine .mine-order-main .order-list .order-list-item .bd {
  padding: 25px 0;
}
.page-mine .mine-order-main .order-list .order-list-item .bd:before,
.page-mine .mine-order-main .order-list .order-list-item .bd:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-mine .mine-order-main .order-list .order-list-item .bd .left {
  float: left;
}
.page-mine .mine-order-main .order-list .order-list-item .bd .left .img {
  float: left;
}
.page-mine .mine-order-main .order-list .order-list-item .bd .left .img img {
  width: 161px;
  height: 91px;
}
.page-mine .mine-order-main .order-list .order-list-item .bd .left .info {
  float: left;
  margin-left: 20px;
  width: 520px;
}
.page-mine .mine-order-main .order-list .order-list-item .bd .left .info .title {
  font-size: 18px;
  color: #333;
  line-height: 24px;
}
.page-mine .mine-order-main .order-list .order-list-item .bd .left .info .lable {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin-top: 10px;
}
.page-mine .mine-order-main .order-list .order-list-item .bd .right {
  float: right;
  color: #EA3553;
  line-height: 32px;
  padding-top: 30px;
}
.page-mine .mine-order-main .order-list .order-list-item .bd .right em {
  font-size: 14px;
  font-style: normal;
  display: inline-block;
  vertical-align: bottom;
  line-height: 24px;
}
.page-mine .mine-order-main .order-list .order-list-item .bd .right span {
  font-size: 30px;
  display: inline-block;
  vertical-align: bottom;
}
.page-mine .mine-order-main .order-list .order-list-item .ft {
  line-height: 70px;
  border-top: 1px solid #DBDBDB;
}
.page-mine .mine-order-main .order-list .order-list-item .ft:before,
.page-mine .mine-order-main .order-list .order-list-item .ft:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-mine .mine-order-main .order-list .order-list-item .ft .state {
  float: left;
}
.page-mine .mine-order-main .order-list .order-list-item .ft .state span {
  display: inline-block;
  margin-right: 25px;
  color: #2C6DE4;
}
.page-mine .mine-order-main .order-list .order-list-item .ft .state span.red {
  color: #EA3553;
}
.page-mine .mine-order-main .order-list .order-list-item .ft .btns {
  float: right;
}

.page-mine .mine-order-main .mine-order-nav {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px #EBF2FF;
          box-shadow: 0px 3px 6px #EBF2FF;
  padding: 0 34px;
  overflow: hidden;
}
.page-mine .mine-order-main .mine-order-nav .layui-tab {
  margin: 0;
}
.page-mine .mine-order-main .mine-order-nav .layui-tab .layui-tab-title {
  height: initial;
}
.page-mine .mine-order-main .mine-order-nav .layui-tab .layui-tab-title li {
  font-size: 16px;
  color: #666;
  margin-right: 40px;
  line-height: 60px;
}
.page-mine .mine-order-main .mine-order-nav .layui-tab .layui-tab-title .layui-this {
  color: #2C6DE4;
}
.page-mine .mine-order-main .mine-order-nav .layui-tab .layui-tab-title .layui-this::after {
  height: 61px;
}

.ui-nodata {
  text-align: center;
  background: url('../images/nodata.png') center 20px no-repeat;
  font-size: 14px;
  color: #a0a0a0;
  padding-top: 190px;
}

.page-mine .mine-account-main {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px #EBF2FF;
          box-shadow: 0px 3px 6px #EBF2FF;
  padding: 50px;
  overflow: hidden;
}
.page-mine .mine-account-main .account-item {
  font-size: 14px;
  color: #333;
  margin-bottom: 35px;
}
.page-mine .mine-account-main .account-item:before,
.page-mine .mine-account-main .account-item:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-mine .mine-account-main .account-item .name {
  float: left;
  width: 70px;
  text-align: right;
  margin-right: 40px;
}
.page-mine .mine-account-main .account-item .info {
  float: left;
  width: 350px;
  margin-right: 40px;
}
.page-mine .mine-account-main .account-item .btns {
  float: right;
}
.page-mine .mine-account-main .account-item .btns .layui-btn {
  border-radius: 5px;
  width: 120px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  margin-left: 10px;
}
.page-mine .mine-account-main .account-item .btns .layui-btn-primary:hover {
  color: #2C6DE4;
}


