@charset "utf-8";
@font-face {
  font-family: "iconfontL";
  src: url('../mainv3/fonts/iconfont.eot');
  src: url('../mainv3/fonts/iconfont.eot#iefix') format('embedded-opentype'), url('../mainv3/fonts/iconfont.woff') format('woff'), url('../mainv3/fonts/iconfont.ttf') format('truetype'), url('../mainv3/fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfontL" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* animate.css */
.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
/* global.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "PingFang SC", "Lantinghei SC", "Helvetica Neue", "Helvetica", "Arial", "Microsoft YaHei", "\\5FAE\8F6F\96C5\9ED1", "STHeitiSC-Light", "simsun", "\\5B8B\4F53", "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", "sans-serif", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #212B34;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "kern", "liga";
  font-feature-settings: "kern", "liga";
  background-color: #fff;
}
html,
body {
  overflow-x: hidden;
}
article,
aside,
details,
figure,
footer,
header,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  box-sizing: border-box;
}
audio:not([controls]) {
  display: none;
}
object {
  outline: none;
  box-sizing: border-box;
}
a {
  color: #212B34;
  outline: none;
  text-decoration: none;
  background-color: transparent;
  box-sizing: border-box;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
address,
cite,
dfn,
em,
i {
  font-style: normal;
}
figure {
  margin: 0;
}
hr {
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid transparent;
  box-sizing: content-box;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th,
ul,
ol,
li,
dl,
dd {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul,
ol,
dl {
  list-style: none;
}
a,
div,
p,
span {
  box-sizing: border-box;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  outline: none;
  box-sizing: border-box;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 0;
}
fieldset {
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #525A67;
}
legend {
  display: table;
  padding: 0;
  color: inherit;
  white-space: normal;
  box-sizing: border-box;
}
input,
textarea {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.42857143;
  color: #212B34;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #E3E9EF;
  resize: none;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
input:focus,
textarea:focus {
  outline: none;
  background-color: #fff;
  border-color: #027CDB;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #87959F;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #87959F;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
}
/* ===============
   CSS Base Styles
   =============== */
.show {
  display: block!important;
}
.hide {
  display: none!important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix:after {
  display: table;
  clear: both;
  content: " ";
}
.clearfix {
  *zoom: 1;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
.tbold {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  font-family: inherit;
  font-weight: normal;
  color: inherit;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 12px;
}
p {
  margin: 0;
  font-size: 12px;
  line-height: 1.42857143;
  cursor: default;
}
.bg-gray {
  background-color: #F6F8FA;
}
.bg-white {
  background-color: #fff;
}
.container-wrap {
  position: relative;
  overflow: hidden;
}
.container {
  margin: 0 auto;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-log {
  position: relative;
  min-height: 560px;
}
.wptsz {
  width: 360px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container-wrap {
    min-height: 727px;
  }
  .container {
    width: 748px;
  }
}
@media (min-width: 992px) {
  .container-wrap {
    min-height: 457px;
  }
  .container {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .container-wrap {
    min-height: 727px;
  }
  .container {
    width: 1180px;
  }
}
.ptb {
  padding-top: 20px;
}
.prb {
  padding-right: 20px;
}
.pbb {
  padding-bottom: 20px;
}
.plb {
  padding-left: 20px;
}
.ptbb {
  padding-top: 20px;
  padding-bottom: 20px;
}
.plrb {
  padding-left: 20px;
  padding-right: 20px;
}
.mtb {
  margin-top: 20px;
}
.mrb {
  margin-right: 20px;
}
.mlb {
  margin-left: 20px;
}
.mbb {
  margin-bottom: 20px;
}
.mtbb {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mlrb {
  margin-left: 20px;
  margin-right: 20px;
}
.btn {
  display: inline-block;
  padding: 0;
  width: 120px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  background-image: none;
  border: 1px solid transparent;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus {
  text-decoration: none;
  outline: none;
}
.btn.disabled,
.btn.disabled:hover,
.btn.disabled:active {
  pointer-events: none;
  cursor: not-allowed;
}
.btn-bdblue {
  background-color: inherit;
  color: #027CDB;
  border-color: #027CDB;
}
.btn-bdblue:hover {
  color: #0097E6;
}
.btn-bdblue:active {
  color: #027CDB;
}
.btn-bdblue:hover {
  border-color: #0097E6;
}
.btn-bdblue:active {
  border-color: #027CDB;
}
.btn-bgblue,
.tozhan-btn,
.tofan-btn {
  background-color: #027CDB;
  color: #fff;
}
.btn-bgblue:hover,
.tozhan-btn:hover {
  background-color: #0097E6;
}
.btn-bgblue:active,
.tozhan-btn:active {
  background-color: #027CDB;
}
.btn-bdwhite {
  background-color: inherit;
  color: #fff;
  border-color: #fff;
}
.btn-bdwhite:hover {
  background-color: #fff;
  color: #212B34;
  border-color: #fff;
}
.btn-bgwhite {
  background-color: #fafafa;
  color: #212B34;
}
.btn-bgwhite:hover {
  background-color: #fff;
}
.btn-bgwhite:active {
  background-color: #f7f7f7;
}
.btn-bgcyan,
.tozhan-btn.active,
.tofan-btn.disabled {
  background-color: #57C8BA;
  color: #fff;
}
.btn-bgcyan:hover {
  background-color: #7dd5ca;
}
.btn-bgcyan:active {
  background-color: #57C8BA;
}
.aft-ver:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.mv01,
.list-mv01 {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
@media (min-width: 768px) {
  .btn {
    width: 75.6px;
    height: 25.2px;
    font-size: 12px;
    line-height: 23.94px;
  }
}
@media (min-width: 992px) {
  .btn {
    width: 98.4px;
    height: 32.8px;
    font-size: 12px;
    line-height: 31.16px;
  }
}
@media (min-width: 1200px) {
  .btn {
    width: 120px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
  }
}
.unread {
  position: relative;
}
.unread:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #FF5900;
}
.btn-large {
  width: 100%;
}
.of-hd {
  overflow: hidden;
}
/* global.css */
.borlid-top {
  border-top: 1px solid #E3E9EF;
}
.borlid-bottom {
  border-bottom: 1px solid #E3E9EF;
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #eb2626;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.borlid {
  border: 1px solid #E3E9EF;
}
.btn-bdgray {
  background-color: inherit;
  color: #212B34;
  border-color: #E3E9EF;
}
.btn-bdgray:hover {
  color: #525A67;
}
.btn-bdgray:active {
  color: #212B34;
}
.btn-bdgray:hover {
  border-color: #EEF3F5;
}
.btn-bdgray:active {
  border-color: #E3E9EF;
}
.btn-orange {
  color: #fff;
  background-color: #ff4f17;
  border-color: #ff4f17;
}
.btn-orange:hover {
  color: #fff;
  background-color: #ff672b;
  border-color: #ff672b;
}
.btn-orange:active {
  color: #fff;
  background-color: #f63a15;
  border-color: #f63a15;
}
.btn-tr-orange {
  color: #ff4f17;
  background-color: transparent;
  border-color: #ff4f17;
}
.btn-tr-orange:hover {
  color: #fff;
  background-color: #ff672b;
  border-color: #ff672b;
}
.btn-tr-orange:active {
  color: #fff;
  background-color: #f63a15;
  border-color: #f63a15;
}
.tozhan-btn.active > .icon-dianzanliang,
.tozhan-btn.active > .icon-vote {
  font-size: 21px;
}
.tozhan-btn.active > .icon-vote {
  vertical-align: bottom;
}
.tozhan-btn.disabled {
  color: #fff;
  background-color: #87959F;
}
.tozhan-btn .tozhan-num {
  position: absolute;
  left: 70px;
  top: -10px;
  z-index: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #0097E6;
}
.tozhan-btn > .icon-dianzanliang,
.tozhan-btn > .icon-vote {
  display: inline-block;
  width: 30px;
  font-size: 16px;
  line-height: 36px;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.tozhan-btn > em {
  display: inline-block;
  padding-left: 6px;
  font-family: Georgia;
  font-size: 14px;
  line-height: 2;
  vertical-align: middle;
}
.tozhan-btn > .icon-vote {
  vertical-align: top;
}
.icon-male {
  color: #0097E6;
}
.icon-female {
  color: #f45178;
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #FF5900;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* course home Css */
.lanpixel {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.portrait {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #E3E9EF;
}
.lan-con {
  position: relative;
  margin: 0 -10px;
}
.details-left,
.details-right {
  position: relative;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}
.details-c1 {
  position: relative;
  padding: 19px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #E3E9EF;
}
@media (min-width: 768px) {
  .details-left {
    width: 100%;
  }
  .details-right {
    display: none;
  }
}
@media (min-width: 992px) {
  .details-left {
    width: 716px;
  }
  .details-right {
    width: 284px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .details-left {
    width: 880px;
  }
  .details-right {
    width: 320px;
  }
}
.lan-des {
  position: relative;
  display: table-cell;
  width: 10000px;
  box-sizing: border-box;
}
.tutor-swiper {
  margin-top: 20px;
  margin-bottom: 10px;
}
.lan-swiper {
  width: 100%;
}
.lan-swiper .swiper-slide {
  text-align: center;
  background-color: #E3E9EF;
}
.lan-swiper .lan-swiper-cover {
  display: block;
  width: 100%;
  height: 100%;
}
.lan-swiper-cover > img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .lan-swiper {
    height: 222px;
  }
}
@media (min-width: 992px) {
  .lan-swiper {
    height: 291px;
  }
}
@media (min-width: 1200px) {
  .lan-swiper {
    height: 350px;
  }
}
.lan-swiper > .lan-swiper-page {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 8%;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  -ms-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  -webkit-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
  text-decoration-skip: objects;
}
.lan-swiper > .lan-swiper-page:hover {
  opacity: 1;
}
.lan-swiper > .lan-swiper-next {
  right: 0;
}
.lan-swiper > .lan-swiper-prev {
  left: 0;
}
.lan-swiper-page > img {
  width: 40%;
}
.publisherd > .publisher {
  float: left;
  display: block;
}
.publisherd > .publishing-time {
  float: left;
  display: block;
  font-family: arial;
  font-size: 12px;
  line-height: 1.666667;
  color: #87959F;
}
.publisher > .portrait {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.publisher > span {
  float: left;
  display: block;
  font-size: 12px;
  line-height: 1.666667;
  color: #212B34;
  vertical-align: middle;
}
.publisher:hover > span {
  color: #0097E6;
}
@media (min-width: 992px) {
  .publisherd > .publisher {
    padding-right: 1px;
  }
}
@media (min-width: 1200px) {
  .publisherd > .publisher {
    padding-right: 8px;
  }
}
.details-edreviews {
  color: #43535c;
  background-color: #fef9f1;
  border: 1px solid #f1dfc3;
  border-radius: 12px 0 12px 0;
}
.details-edreviews > h5 {
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.42857143;
}
.details-edreviews > p {
  font-size: 12px;
  line-height: 2;
}
.details-tags {
  min-height: 24px;
}
.details-tags > span.icon-biaoqian {
  font-size: 18px;
  line-height: 1;
  color: #87959F;
  vertical-align: middle;
}
.details-tags > a,
.details-tags > em {
  display: inline-block;
  font-size: 12px;
  line-height: 2;
  color: #87959F;
  vertical-align: middle;
}
.details-tags > a:hover,
.details-tags > a:focus {
  color: #0097E6;
}
@media (min-width: 768px) {
  .details-tags > a,
  .details-tags > em {
    margin-left: 8px;
  }
}
@media (min-width: 992px) {
  .details-tags > a,
  .details-tags > em {
    margin-left: 4px;
  }
}
.details-btnd .details-share,
.details-btnd .details-down {
  margin-top: 5px;
}
.opensdet-intro-d1 .details-share,
.opensdet-intro-d1 .details-down {
  margin-top: 10px;
}
.details-share,
.details-down {
  height: 30px;
  border-left: 1px solid #E3E9EF;
}
.details-share {
  padding-left: 4px;
}
.details-share a {
  float: left;
  display: inline-block;
  color: #87959F;
}
.details-share a + a {
  margin-left: 8px;
}
.details-share em,
.details-down em,
.dachuDet-des .dachuDet-des-share em {
  float: left;
  padding: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #525A67;
}
.details-down {
  padding-right: 4px;
  padding-left: 4px;
}
.details-down > a,
.details-down > span {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}
.details-down > a {
  font-size: 30px;
  color: #0097E6;
}
.details-down > a:hover {
  color: #027CDB;
}
.details-down > span {
  font-size: 20px;
  color: #87959F;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.details-down > span:hover,
.details-down > span.active {
  color: #ffad03;
}
.details-down > span.active {
  cursor: default;
}
/* news home Css */
.works-shadow {
  position: absolute;
  z-index: 0;
  background-color: #fff;
  border: 1px solid #E3E9EF;
  opacity: 0;
}
.news-mark {
  display: inline-block;
  padding: 3px 8px;
  color: #fff;
  background-color: #0097E6;
}
.detail-location {
  position: relative;
  padding-right: 4px;
  padding-left: 4px;
  margin-top: 16px;
  margin-bottom: 12px;
  cursor: default;
}
.breadcrumb > li {
  float: left;
  font-size: 14px;
  line-height: 1.42857143;
  color: #525A67;
}
.breadcrumb > li + li:before {
  padding: 0 6px;
  color: #87959F;
  content: "\003e";
}
.breadcrumb > li > a {
  color: #525A67;
}
.breadcrumb > li > a:hover {
  color: #0097E6;
}
.details-newsnote {
  position: relative;
  font-size: 14px;
  line-height: 1.7142857;
  color: #525A67;
  vertical-align: middle;
  cursor: default;
}
.details-newsnote > span {
  display: inline-block;
  padding-right: 28px;
}
.details-newsnote > span > a {
  color: #525A67;
}
.details-newsnote > span > a:hover {
  color: #0097E6;
}
/* daren list Css*/
.tofan-btn.active {
  position: relative;
  overflow: hidden;
  background-color: #57C8BA;
  color: #fff;
}
.tofan-btn.active:hover {
  background-color: #FF5900;
}
.tofan-btn.active:hover > em {
  top: 0;
}
.tofan-btn.active:hover > span {
  top: -100%;
}
.tofan-btn.active:active {
  background-color: #cc4700;
}
.tofan-btn.active > em,
.tofan-btn.active > span {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.tofan-btn.active > em {
  top: 100%;
}
.tofan-btn.active > span {
  top: 0;
}
/* search works */
.details-operation {
  position: relative;
  color: #87959F;
  vertical-align: middle;
  cursor: default;
}
.details-operation > em {
  display: inline-block;
  padding-right: 10px;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  line-height: 2;
  vertical-align: middle;
}
.details-operation > span {
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}
.details-time {
  display: inline-block;
  color: #87959F;
}
.details-time > em {
  margin-right: 4px;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}
.details-time > span {
  display: inline-block;
  font-family: arial;
  font-size: 12px;
  line-height: 2;
  vertical-align: middle;
}
.qing-nav {
  padding: 30px 0 20px;
  font-size: 18px;
  text-align: center;
}
.qing-nav .qing-menu > li {
  display: inline-block;
}
.qing-nav .qing-menu > li.active a {
  font-weight: 700;
  color: #0097E6;
}
.qing-nav .qing-menu > li + li:before {
  padding: 0 20px;
  color: #E3E9EF;
  content: "\007c";
}
.list-title .qing-title-right {
  margin-top: 15px;
}
.qing-title-right {
  float: right;
  font-size: 14px;
}
.qing-title-right ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.qing-title-right li {
  float: left;
  line-height: 1.5;
}
.qing-title-right li > a {
  color: #87959F;
}
.qing-title-right li > a:hover,
.qing-title-right li > a:focus {
  color: #525A67;
}
.qing-title-right .active > a,
.qing-title-right .active > a:hover {
  color: #525A67;
}
.qing-title-right > strong {
  padding: 0 4px;
  font-weight: 700;
  color: #0097E6;
}
.qing-title-right ol > li + li:before {
  padding: 0 10px;
  color: #e4e9eb;
  content: "\007c";
}
.interview-title {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #E3E9EF;
}
.interview-title > h2 {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #212B34;
}
.interview-title .interview-title-right {
  float: right;
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.42857143;
}
.interview-title .interview-title-right a {
  color: #212B34;
}
.interview-title .interview-title-right a:hover {
  color: #0097E6;
}
.interview-title .interview-title-right a:active {
  color: #027CDB;
}
.joinqing-title {
  position: relative;
  padding: 15px 38px;
  border-bottom: 1px solid #E3E9EF;
}
.joinqing-title > h1 {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  color: #212B34;
}
.joinqing-title2 > h4 {
  position: relative;
  margin: 15px 38px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}
.list-title {
  position: relative;
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E3E9EF;
}
.sale-prices > h4,
.sale-prices > h5 {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
}
.sale-prices > h4 {
  font-size: 14px;
  line-height: 1.57142857;
  color: #0f233a;
}
.sale-prices > h5 {
  padding-left: 12px;
  margin-left: 12px;
  color: #70818b;
  border-left: 1px solid #e4e9eb;
}
.sale-prices > h5.sale-prices-original {
  font-size: 12px;
  line-height: 1.8333333;
}
.sale-prices > h5.sale-prices-original > span {
  text-decoration: line-through;
}
.sale-prices > h5.sale-prices-num {
  font-size: 14px;
  line-height: 1.57142857;
}
.sale-prices > h5 > span {
  padding-right: 4px;
  font-family: arial;
}
.sale-prices.free > h4 > span {
  color: #0097e6;
}
.sale-prices.pay > h4 > span {
  font-family: arial;
  font-weight: 700;
  color: #ff1717;
}
.sale-prices.pay > h4 > em {
  font-style: normal;
  color: #ff1717;
}
.sale-prices > h4 > span,
.sale-prices.pay > h4 > em {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2222222;
}
/* scrollbar */
.dropdown-menu::-webkit-scrollbar {
  width: 8px;
}
.dropdown-menu::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #f1f5f7;
}
.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #e4e9eb;
  border-radius: 6px;
}
.dropdown-menu:hover::-webkit-scrollbar-thumb {
  background-color: #a2b1b8;
}
.details-cg-list::-webkit-scrollbar {
  width: 8px;
}
.details-cg-list::-webkit-scrollbar-track {
  border-radius: 8px;
}
.details-cg-list::-webkit-scrollbar-thumb {
  background-color: #e4e9eb;
  border-radius: 6px;
}
.details-cg-list:hover::-webkit-scrollbar-thumb {
  background-color: #e4e9eb;
}
.details-cg-list:hover::-webkit-scrollbar-thumb:hover {
  background-color: #a2b1b8;
}
.nav-log {
  position: relative;
  height: 60px;
  overflow: hidden;
  background-color: #f9fbfc;
  border-bottom: 1px solid #e4e9eb;
}
.navbar-log > li {
  float: left;
  width: 140px;
  text-align: center;
  border-right: 1px solid #e4e9eb;
}
.navbar-log > li:hover > a {
  background-color: #fefefe;
}
.navbar-log > li.active > a {
  background-color: #fff;
  border-top-color: #0097e6;
}
.navbar-log > li > a {
  display: block;
  width: 100%;
  height: 60px;
  padding: 18px;
  color: #43535c;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  border-top: 3px solid transparent;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
/* dropdown.css */
.dropdown {
  position: relative;
}
.dropdown-toggle {
  display: block;
  color: #525A67;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  text-decoration-skip: objects;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.dropdown-toggle > .caret {
  position: absolute;
  z-index: 1;
  border-top-color: #87959F;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
  vertical-align: middle;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.right > .dropdown-menu {
  right: 0;
  left: auto;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  min-width: 90px;
  font-size: 14px;
  background-color: #fff;
  -ms-box-shadow: 0 0 5px rgba(15, 35, 58, 0.2);
  -o-box-shadow: 0 0 5px rgba(15, 35, 58, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(15, 35, 58, 0.2);
  box-shadow: 0 0 5px rgba(15, 35, 58, 0.2);
}
.dropdown-menu > li {
  position: relative;
  border-bottom: 1px solid #E3E9EF;
}
.dropdown-menu > li.nobb {
  border-bottom: none;
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 4px;
  line-height: 1.42857143;
  color: #212B34;
  white-space: nowrap;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.dropdown-menu > li > a:hover {
  color: #212B34;
  background-color: #F6F8FA;
}
.dropdown-menu > li.active > a,
.dropdown-menu > li.active > a:hover {
  color: #0097E6;
  background-color: #fff;
}
.list-dropdown .dropdown-toggle {
  min-width: 100px;
  height: 50px;
  padding: 10px 30px 10px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  color: #212B34;
  background-color: #F6F8FA;
  border: 1px solid #E3E9EF;
  text-align: left;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.list-dropdown .dropdown-toggle:hover,
.list-dropdown.open > .dropdown-toggle {
  background-color: #E3E9EF;
  border-color: #EEF3F5;
}
.list-dropdown .dropdown-toggle > .caret {
  right: 12px;
  top: 50%;
  left: auto;
}
.list-dropdown .dropdown-toggle > .caret,
.list-dropdown .dropdown-toggle:hover > .caret,
.list-dropdown.open > .dropdown-toggle > .caret,
.list-dropdown.open > .dropdown-toggle:hover > .caret {
  border-color: #87959F transparent;
}
.list-dropdown.open > .dropdown-toggle > .caret {
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.list-dropdown .dropdown-menu {
  min-width: 100px;
  @nw * 28;
  padding: 0;
  margin-top: 0;
  overflow-y: auto;
  background-color: #fff;
  border: 0;
  -ms-box-shadow: 0 0 5px rgba(15, 35, 58, 0.2);
  -o-box-shadow: 0 0 5px rgba(15, 35, 58, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(15, 35, 58, 0.2);
  box-shadow: 0 0 5px rgba(15, 35, 58, 0.2);
}
.list-dropdown .dropdown-menu > li > a {
  padding: 9px 12px;
  font-size: 14px;
  line-height: 2;
  color: #525A67;
  white-space: nowrap;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.list-dropdown .dropdown-menu > li:hover > a {
  color: #525A67;
  background-color: #F6F8FA;
}
.list-dropdown .dropdown-menu > .active > a,
.list-dropdown .dropdown-menu > .active:hover > a {
  color: #0097E6;
  background-color: #fff;
}
.list-dropdown .dropdown-menu > .active:hover > a {
  background-color: #F6F8FA;
}
.list-title .list-selection,
.list-selection .list-dropdown {
  position: relative;
  float: left;
  height: 50px;
}
.list-selection .dropdown {
  margin-right: 24px;
}
.relea-dropdown .dropdown-toggle {
  width: 100%;
  height: 40px;
  padding: 9px 24px 9px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #70818b;
  background-color: #f9fbfc;
  border: 1px solid #e4e9eb;
  transition: all 0.32s ease-in-out;
}
.relea-dropdown .dropdown-toggle > .caret {
  right: 14px;
  top: 50%;
  left: auto;
  margin-top: -3px;
  border-width: 6px 6px 0;
}
.relea-dropdown .dropdown-toggle > .caret,
.relea-dropdown .dropdown-toggle:hover > .caret,
.relea-dropdown.open > .dropdown-toggle > .caret,
.relea-dropdown.open > .dropdown-toggle:hover > .caret {
  border-color: #a2b1b8 transparent;
}
.relea-dropdown > .dropdown-menu {
  min-width: 100%;
  max-width: 100%;
  max-height: 192px;
  overflow-y: auto;
}
.relea-dropdown > .dropdown-menu > li {
  border-bottom: none;
}
.relea-dropdown > .dropdown-menu > li > a {
  padding: 6px 16px;
}
/* hover */
.relea-dropdown .dropdown-toggle:hover,
.relea-dropdown.open > .dropdown-toggle {
  color: #43535c;
  background-color: #fff;
}
.userinfo-selection .dropdown {
  float: left;
  width: 90px;
  height: 40px;
  margin-right: 10px;
}
.userinfo-selection .dropdown-toggle > .caret {
  right: 12px;
}
.userinfo-selection .caret.caret-t {
  margin-top: -7px;
  border-width: 0 6px 6px;
  border-style: solid;
}
.userinfo-selection .caret.caret-b {
  margin-top: 1px;
}
/* comments.css */
.comment_v2 .comments-c1,
.comment_v2 .comments-c2 {
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #E3E9EF;
}
.comment_v2 .comments {
  margin-bottom: 0;
}
.comment_v2 .comments-con {
  padding: 0;
}
.comment_v2 .comments-commtitle {
  padding-bottom: 2px;
  border-bottom: 1px solid #E3E9EF;
}
.comment_v2 .comments-commtitle > h3 {
  margin: 15px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.42857143;
}
.comment_v2 .comments-commtitle .dropdown-toggle {
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.42857143;
}
.comment_v2 .comments-commtitle .dropdown-toggle > .caret {
  left: 50%;
  bottom: 6px;
  margin-left: -5px;
}
.comment_v2 .comments-commtitle .dropdown-toggle:hover,
.comment_v2 .comments-commtitle .open > .dropdown-toggle:hover {
  color: #0097E6;
}
.comment_v2 .comments-commtitle .dropdown-toggle:hover > .caret,
.comment_v2 .comments-commtitle .open > .dropdown-toggle:hover > .caret {
  border-top-color: #0097E6;
}
.comment_v2 .comments-commtitle .right > .dropdown-menu {
  right: -19px;
  text-align: center;
}
.comment_v2 .comments-c1 {
  padding: 19px;
}
.comment_v2 .comment-reyd1 {
  position: relative;
  margin-bottom: 12px;
}
.comment_v2 .comment-reyd1 span {
  position: absolute;
  right: 12px;
  bottom: 8px;
  z-index: 10;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  color: #a3aeb6;
  opacity: 0;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.comment_v2 .comment-reyd1 span em {
  font-style: normal;
  font-weight: 700;
  color: #0097E6;
}
.comment_v2 .shownum .comment-reyd1 span {
  opacity: 1;
}
.comment_v2 .comment-reyd2 .comment-btn {
  width: 90px;
  height: 36px;
}
.comment_v2 .comments-c2 {
  padding-right: 19px;
  padding-left: 19px;
}
.comment_v2 .comment-textarea {
  height: auto;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}
.comment_v2 #comment-box {
  display: none;
  margin-top: 7px;
}
.comment_v2 #comment-box .comment-textarea {
  border-color: #0097E6;
  -ms-box-shadow: 0 0 4px rgba(15, 35, 58, 0.2);
  -o-box-shadow: 0 0 4px rgba(15, 35, 58, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(15, 35, 58, 0.2);
  box-shadow: 0 0 4px rgba(15, 35, 58, 0.2);
}
.comment_v2 .comments-iteam {
  padding-top: 20px;
  padding-bottom: 15px;
  margin: 0;
  border-bottom: 1px solid #E3E9EF;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.comment_v2 .comments-iteam:last-child,
.comment_v2 .comments-iteam.comments-hit:last-child,
.comment_v2 .comments-iteam.nobb,
.comment_v2 .comments-iteam.comments-hit.nobb {
  border-bottom: 0;
}
.comment_v2 .comments-iteam.active {
  padding-right: 19px;
  padding-left: 19px;
  margin-right: -19px;
  margin-left: -19px;
  background-color: #F6F8FA;
}
.comment_v2 .comments-iteam .comments {
  margin: 0;
  background-color: transparent;
}
.comment_v2 .comments-iteam .comments-cover {
  float: left;
}
.comment_v2 .comments-iteam .comments-cover > .portrait {
  width: 60px;
  height: 60px;
}
.comment_v2 .comments-iteam .comments-des {
  vertical-align: top;
}
.comment_v2 .comments-iteam .comments-des .comments-title {
  margin-bottom: 3px;
}
.comment_v2 .comments-iteam .comments-des .comments-title > a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42857143;
}
.comment_v2 .comments-iteam .comments-des .comments-title > a:hover {
  color: #0097E6;
}
.comment_v2 .comments-iteam .comments-des .comments-title > span {
  padding-left: 12px;
  font-size: 12px;
  line-height: 1.666667;
  color: #9ea9b1;
}
.comment_v2 .comments-iteam .comments-des p {
  font-size: 12px;
  line-height: 1.833333;
  color: #212B34;
  word-break: break-all;
  cursor: default;
}
.comment_v2 .comments-iteam .comments-des p > span {
  color: #525A67;
}
.comment_v2 .comments-iteam .comments-des p > span > a {
  margin-right: 5px;
  color: #87959F;
}
.comment_v2 .comments-iteam .comments-des .comment-operation {
  position: relative;
  padding-top: 8px;
}
.comment_v2 .comments-iteam .comments-des .comment-operation a {
  margin-right: 14px;
  font-size: 12px;
  line-height: 1.833333;
  color: #a3aeb6;
  cursor: pointer;
}
.comment_v2 .comments-iteam .comments-des .comment-operation a .iconfont {
  font-size: 14px;
}
.comment_v2 .comments-iteam .comments-des .comment-operation a + a {
  margin-left: 0;
}
.comment_v2 .comments-des p > span > a:hover,
.comment_v2 .comment-operation > a:hover,
.comment_v2 .comments-iteam.active .comment-operation > .comment-replay,
.comment_v2 .comments-iteam.active .comment-operation > .comment-replay:hover {
  color: #0097E6;
}
.comment_v2 .comment-line {
  position: relative;
  z-index: 0;
  height: 1px;
  text-align: center;
  background: url('../mainv2/image/comment-line.png') repeat-x center 0;
}
.comment_v2 .comment-line > span {
  position: relative;
  top: -10px;
  left: 0%;
  z-index: 5;
  display: inline-block;
  width: 120px;
  font-size: 12px;
  line-height: 1.75;
}
.comment_v2 .comments-pagination {
  padding: 20px;
  margin-right: -19px;
  margin-left: -19px;
  border-top: 1px solid #E3E9EF;
}
/* pagination.css */
.lan-pagination {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  vertical-align: middle;
}
ul.lan-page {
  display: inline-block;
  vertical-align: middle;
}
.page-jump {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}
.lan-page > li {
  display: inline-block;
  height: 30px;
  padding: 0 1px;
  vertical-align: middle;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.lan-page > li > a,
.lan-page > li > span {
  position: relative;
  display: block;
  height: 30px;
  overflow: hidden;
  vertical-align: middle;
}
.lan-page > li > a {
  min-width: 30px;
  padding: 3px 2px;
  font: normal 14px/1.6 arial, sans-serif;
  color: #87959F;
  background-color: #fff;
  border: 1px solid #e9eef3;
  cursor: pointer;
  -ms-transition: 0.32s 0.2s ease-in-out;
  -o-transition: 0.32s 0.2s ease-in-out;
  -webkit-transition: 0.32s 0.2s ease-in-out;
  transition: 0.32s 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.lan-page > li > a:hover {
  color: #027CDB;
}
.lan-page > li.active > a {
  color: #fff;
  background-color: #027CDB;
  border-color: #027CDB;
  cursor: default;
}
.lan-page > li > span {
  border: 1px solid #e9eef3;
  cursor: default;
}
.lan-page > li.ellipsis > span {
  width: 30px;
  padding: 12px 5px 0;
  background-color: #fff;
}
.lan-page > li.ellipsis > span > em {
  float: left;
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: 2px;
  overflow: hidden;
  background-color: #87959F;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.lan-page > li.next > a {
  min-width: 24px;
}
.lan-page > li.previous > a,
.lan-page > li.next > a {
  color: #525A67;
  border-color: transparent;
  background: none;
}
.lan-page > li.previous > a:hover {
  color: #0097E6;
}
.lan-page > li.previous > a:active {
  color: #027CDB;
}
.lan-page > li.previous > a > em,
.lan-page > li.next > a > em {
  display: inline-block;
  font-size: 14px;
  line-height: 1.57142857;
  vertical-align: bottom;
}
.lan-page > li.previous.disabled > a,
.lan-page > li.next.disabled > a {
  color: #E3E9EF;
  cursor: not-allowed;
}
/*跳转*/
.page-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.page-group .page-txt {
  position: relative;
  z-index: 2;
  float: left;
  display: table-cell;
  width: 100%;
  height: 30px;
  font-family: arial;
  font-size: 14px;
  text-align: center;
  border-color: #e9eef3;
  background-color: #fff;
}
.page-group .page-group-btn {
  position: relative;
  z-index: 1;
  display: table-cell;
  width: 1%;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  box-sizing: border-box;
}
.page-jump .btn {
  margin-left: -1px;
  height: 30px;
  width: 30px;
  padding: 0;
  font: normal 14px/1.6 arial;
  color: #87959F;
  background-color: #fff;
  border-color: #e9eef3;
}
.page-jump .btn:hover {
  color: #027CDB;
}
.page-v2 li.previous > a > em,
.page-v2 li.next > a > em {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  border: 1px solid transparent;
  box-sizing: border-box;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-v2 li.previous > a > em {
  border-left-color: #525A67;
  border-bottom-color: #525A67;
}
.page-v2 li.previous > a:hover > em {
  border-left-color: #027CDB;
  border-bottom-color: #027CDB;
}
.page-v2 li.previous.disabled > a {
  cursor: not-allowed;
}
.page-v2 li.previous.disabled > a > em {
  border-left-color: #E3E9EF;
  border-bottom-color: #E3E9EF;
}
.page-v2 li.next > a > em {
  border-top-color: #525A67;
  border-right-color: #525A67;
}
.page-v2 li.next > a:hover > em {
  border-top-color: #027CDB;
  border-right-color: #027CDB;
}
.page-v2 li.next.disabled > a {
  cursor: not-allowed;
}
.page-v2 li.next.disabled > a > em {
  border-top-color: #E3E9EF;
  border-right-color: #E3E9EF;
}
/* header */
.header {
  position: relative;
  z-index: 20;
  box-shadow: 0 1px 5px 0 rgba(33, 43, 52, 0.1);
}
.header-top {
  position: relative;
  text-align: center;
  height: 80px;
}
.header-top .header-logo {
  display: inline-block;
  margin: 20px auto;
}
/* 头部登录注册部分*/
.login-hds {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 16px;
}
.login-hds a {
  padding: 0 10px;
  color: #87959F;
}
.login-hds a:hover {
  color: #525A67;
}
.login-hds a:active {
  color: #212B34;
}
.login-btn-hd {
  position: relative;
}
.login-btn-hd:after {
  content: '';
  position: absolute;
  top: 2px;
  right: -1px;
  width: 0;
  height: 13px;
  border-left: 1px solid #87959F;
}
.logined {
  display: block;
}
.logined > ul > li {
  float: left;
  margin: 0 10px;
  height: 42px;
  position: relative;
}
.logined > ul > li > a {
  display: block;
  color: #87959F;
  padding: 0;
  margin-top: -3px;
}
.logined > ul > li > a i {
  display: inline-block;
  margin-top: 6px;
}
.logined > ul > li > a .logined-name {
  color: #525A67;
  float: left;
  margin-right: 10px;
  line-height: 28px;
}
.logined li.login-cz > a {
  margin-top: -3px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
}
.logined li.login-cz > a.active,
.logined li.login-cz > a:hover {
  background-color: #F6F8FA;
}
.logined li.release {
  margin-right: -4px;
}
.logined li.letter .logined-cz {
  width: 240px;
}
.logined li.letter .letter-tab {
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #F6F8FA;
}
.logined li.letter .letter-tab a {
  width: 50%;
  float: left;
  text-align: center;
}
.logined li.letter .letter-tab a.unread:after {
  right: 40px;
  top: 11px;
}
.logined li.letter .letter-tab a.active {
  border-bottom: 1px solid #027CDB;
}
.logined li.letter .letter-item {
  display: none;
}
.logined li.letter .letter-item .letter-list {
  padding: 10px 0 10px 10px;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.logined li.letter .letter-item .letter-list + .letter-list {
  border-top: 1px solid #F6F8FA;
}
.logined li.letter .letter-item .letter-list:hover {
  background-color: #F6F8FA;
}
.logined li.letter .letter-item img {
  margin-right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  float: left;
}
.logined li.letter .letter-item p {
  text-align: left;
}
.logined li.letter .letter-item p.letter-list-title {
  color: #525A67;
  font-size: 14px;
}
.logined li.letter .letter-item p.letter-list-title a {
  display: inline-block;
  color: #027CDB;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 55px;
  vertical-align: top;
  margin-right: 2px;
  float: left;
}
.logined li.letter .letter-item p.letter-list-title a:hover {
  color: #0097E6;
}
.logined li.letter .letter-item p.letter-list-title a:active {
  color: #0097E6;
}
.logined li.letter .letter-item p.letter-list-title span {
  margin-right: 2px;
  float: left;
}
.logined li.letter .letter-item p.letter-list-con {
  color: #525A67;
  font-size: 12px;
  margin: 3px 0;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 145px;
}
.logined li.letter .letter-item p.letter-list-date {
  font-size: 12px;
  color: #87959F;
}
.logined li.letter .letter-item p.letter-list-date span {
  margin-left: 10px;
}
.logined li.letter .letter-item p.letter-list-tips {
  color: #87959F;
  font-size: 12px;
}
.logined > ul > li:last-child {
  margin-right: 0;
}
.logined ul.logined-cz {
  display: none;
  z-index: 2;
  position: absolute;
  top: 40px;
  right: 0;
  min-width: 50px;
  border: 1px solid #EEF3F5;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(33, 43, 52, 0.1);
}
.logined ul.logined-cz .logined-cz-icon01 {
  position: absolute;
  top: -8px;
  right: 8px;
  width: 13px;
  height: 8px;
  background: url(../mainv3/image/portrait/icon03.png);
  background-size: 13px 8px;
}
.logined ul.logined-cz li {
  padding: 0 6px;
}
.logined ul.logined-cz li a {
  display: flex;
  padding: 10px 7px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}
.logined ul.logined-cz li i {
  font-size: 16px;
  color: #87959F;
  margin: 2px 7px 0 0;
  float: left;
}
.logined ul.logined-cz li em {
  font-size: 14px;
  color: #525A67;
  float: left;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.logined ul.logined-cz li em:hover {
  color: #87959F;
}
.logined ul.logined-cz li em:active {
  color: #212B34;
}
.logined ul.logined-cz li + li a {
  border-top: 1px solid #F6F8FA;
}
.login-cover {
  display: block;
}
.login-cover > a img {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 100%;
}
/*导航*/
.header-nav {
  position: relative;
  height: 50px;
}
/*分类导航*/
.header-subnav-btn {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background-color: #027CDB;
}
.header-subnav-btn i {
  font-size: 14px;
  margin-left: 10px;
}
.header-subnav {
  z-index: 2;
  position: absolute;
  width: 170px;
  top: 50px;
  opacity: 0;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
  visibility: hidden;
}
.header-subnav > li {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  background-color: #025fa8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-subnav > li > a {
  display: block;
  color: #fff;
}
.header-subnav > li ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 170px;
  width: 690px;
  height: 100%;
  background-color: #ffffff;
  text-align: left;
  padding-left: 30px;
  border: 1px solid #025fa8;
  border-left: 0;
}
.header-subnav > li ul li {
  margin: 40px 0 30px;
  line-height: 1.4;
  color: #525A67;
}
.header-subnav > li ul li + li {
  margin: 30px 0;
}
.header-subnav > li ul li h3 {
  display: block;
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.header-subnav > li ul li span {
  display: table-cell;
  font-size: 14px;
}
.header-subnav > li ul li a {
  display: inline-block;
  margin: 0 0 10px 30px;
  width: 230px;
  color: #525A67;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-subnav > li ul li a:hover {
  color: #027CDB;
}
.header-subnav > li ul li.live span a {
  border: 1px solid #FF8407;
  border-radius: 2px;
  height: 35px;
  line-height: 33px;
  color: #FF8407;
  text-align: center;
  padding: 0 5px;
}
.header-subnav > li ul li.live span a:hover {
  background-color: #FF8407;
  color: #fff;
}
.header-subnav > li:hover {
  background-color: #01518f;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.header-subnav > li:hover ul {
  opacity: 1;
  visibility: inherit;
}
.header-subnav-btn:hover .header-subnav {
  opacity: 1;
  visibility: inherit;
}
/*主导航*/
.header-navbar {
  margin-left: 195px;
}
.header-navbar li {
  display: inline-block;
  padding: 0 15px;
  line-height: 48px;
  font-size: 14px;
  position: relative;
}
.header-navbar li a {
  color: #212B34;
}
.header-navbar li a:hover {
  color: #0097E6;
}
.header-navbar li a:active {
  color: #027CDB;
}
.header-navbar li .header-subnavbar {
  z-index: 2;
  position: absolute;
  left: 50%;
  margin-left: -44px;
  width: 88px;
  border: 1px solid #EEF3F5;
  box-shadow: 0 5px 10px rgba(33, 43, 52, 0.1);
  background-color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.header-navbar li .header-subnavbar li + li {
  border-top: 1px solid #F6F8FA;
}
.header-navbar li .header-subnavbar a {
  white-space: nowrap;
}
.header-navbar li:hover .header-subnavbar {
  opacity: 1;
  visibility: inherit;
}
.header-navbar .active > a {
  display: inline-block;
  height: 40px;
  color: #027CDB;
  border-bottom: 2px solid #027CDB;
}
.header-navbar .header-downApp,
.header-navbar .header-huangqb {
  color: #87959F;
}
.header-navbar .header-new {
  position: absolute;
  left: 10px;
  top: 0;
  width: 32px;
  height: 20px;
}
.header-downApp {
  color: #87959F;
  font-size: 12px;
}
.header-downApp:hover {
  color: #525A67;
}
.header-downApp:active {
  color: #212B34;
}
.header-downApp a {
  color: #87959F !important;
}
.header-downApp i {
  font-size: 18px;
  margin-right: 10px;
}
.header-huangqb {
  color: #87959F;
  font-size: 12px;
}
.header-huangqb:hover {
  color: #525A67;
}
.header-huangqb:active {
  color: #212B34;
}
.header-huangqb a {
  color: #87959F !important;
}
.header-huangqb .logo_v5 {
  width: 18px;
  margin-right: 10px;
}
.header-huangqb .logo_v3 {
  width: 68px;
  margin-top: -10px;
}
/*搜索*/
.header-search {
  position: absolute;
  right: 0;
  bottom: 14px;
  padding-right: 18px;
  width: 250px;
  height: 25px;
  border-bottom: 1px solid #73B2FD;
}
.header-search .search-keywords {
  float: left;
  background-color: inherit;
  border: none;
  width: 100%;
  line-height: 1.8;
  font-size: 12px;
  color: #212B34;
  outline: none;
}
.header-search .search-keywords::-webkit-input-placeholder {
  color: #73B2FD;
}
.header-search .search-keywords:-moz-placeholder {
  color: #73B2FD;
}
.header-search .search-keywords::-moz-placeholder {
  color: #73B2FD;
}
.header-search .search-keywords:-ms-input-placeholder {
  color: #73B2FD;
}
.header-search .search-keywords:focus::-webkit-input-placeholder {
  color: #CED6DC;
}
.header-search .search-keywords:focus:-moz-placeholder {
  color: #CED6DC;
}
.header-search .search-keywords:focus::-moz-placeholder {
  color: #CED6DC;
}
.header-search .search-keywords:focus:-ms-input-placeholder {
  color: #CED6DC;
}
.header-search .header-search-btn {
  position: absolute;
  top: 3px;
  right: 0;
  color: #027CDB;
}
.header-search .header-search-btn span {
  font-size: 16px;
}
.header-search.active .search-keywords {
  opacity: 1;
}
/*下拉导航*/
.header-nav2 {
  z-index: 21;
  position: fixed;
  top: -260px;
  width: 100%;
  height: 52px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(33, 43, 52, 0.1);
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.header-nav2.active {
  top: 0;
}
.header-nav2 .container {
  position: relative;
  margin: 0 auto;
}
.header-nav2 .logo02 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 181px;
  height: 30px;
}
.header-nav2 .header-navbar {
  margin-left: 224px;
}
.header-nav2 .header-navbar .active a {
  height: 40px;
}
.header-nav2 .header-search {
  right: 110px;
  top: 17px;
  width: 0;
  -ms-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  text-decoration-skip: objects;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.header-nav2 .header-search .search-keywords {
  opacity: 0;
}
.header-nav2 .header-search .header-search-btn span {
  color: #87959F;
}
.header-nav2 .header-search.active {
  width: 150px;
  border-bottom: 1px solid #73B2FD;
}
.header-nav2 .header-search.active .search-keywords {
  opacity: 1;
}
.header-nav2 .header-search.active .header-search-btn span {
  color: #027CDB;
}
.header-nav2 .login-hds {
  margin-top: 17px;
}
.header-nav2 .logined > ul > li {
  height: 34px;
}
.header-nav2 .logined ul.logined-cz {
  top: 34px;
}
/*returnTop*/
.returnTop {
  z-index: 17;
  position: fixed;
  right: 30px;
  bottom: 140px;
  width: 114px;
}
.returnTop li {
  position: relative;
  margin-top: 1px;
  width: 114px;
  height: 40px;
  line-height: 40px;
  background-color: #87959F;
  text-align: center;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.returnTop li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.returnTop li #unreadNum {
  position: absolute;
  top: -4px;
  right: -4px;
  display: none;
  width: 16px;
  height: 16px;
  color: #fff;
  background-color: #f00;
  font: normal 300 12px/1.33333333 'arial';
  border: 1px solid #fff;
  border-radius: 50%;
}
.returnTop li i {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  width: 15px;
  margin-right: 8px;
  line-height: 42px;
  vertical-align: top;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.returnTop li em {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  width: 60px;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.returnTop li.rezx {
  background-color: #027CDB;
}
.returnTop li.retop {
  display: none;
  opacity: 0;
}
.returnTop li.retop.active {
  opacity: 1;
}
.returnTop li.zone i {
  font-size: 20px;
  margin-left: -6px;
}
.returnTop li.zone em {
  padding-left: 5px;
  box-sizing: border-box;
}
.returnTop li.gz i {
  font-size: 14px;
}
.returnTop li:hover {
  background-color: #525A67;
}
.returnTop li .returnTop-pop {
  position: absolute;
  top: 50%;
  right: 125px;
  margin-top: -65px;
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration-skip: objects;
}
.returnTop li .gz-pop-con {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
.returnTop li .gz-pop {
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  width: 290px;
  height: 220px;
  padding: 20px 0 25px;
}
.returnTop li .gz-pop:after {
  position: absolute;
  top: 60px;
  right: -4px;
  z-index: 1;
  width: 12px;
  height: 12px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(35deg) skew(-25deg);
  transform: rotate(35deg) skew(-25deg);
  border-radius: 1px;
  background-color: #FFF;
  content: "";
}
.returnTop li .gz-pop .gz-QRcode {
  display: inline-block;
  width: 112px;
  vertical-align: top;
}
.returnTop li .gz-pop .gz-QRcode + .gz-QRcode {
  margin-left: 24px;
}
.returnTop li .gz-pop img {
  width: 106px;
  height: 106px;
}
.returnTop li .gz-pop span {
  display: inline-block;
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  color: #4A4A4A;
}
.returnTop li:hover .gz-pop {
  visibility: visible;
  opacity: 1;
}
.returnTop li.annis {
  height: auto;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -9999px;
  background-color: transparent;
}
.returnTop li.annis a {
  display: block;
  width: 60px;
  height: 160px;
  background: url("../mainv3/image/activity/popup/20170802ann-s.jpg") no-repeat center center;
}
.returnTop li.call {
  height: auto;
  padding-bottom: 10px;
}
.returnTop li.call p {
  color: #fff;
  margin-top: -10px;
  font-size: 14px;
}
.returnTop li.call p.time {
  margin-top: 0;
  font-size: 12px;
}
/*适配ipad*/
@media (min-width: 768px) {
  .header-subnav-btn {
    width: 70px;
  }
  .header-subnav-btn i {
    margin-left: 0;
  }
  .header-subnav {
    width: 70px;
  }
  .header-subnav > li {
    height: 31.69px;
    line-height: 31.69px;
  }
  .header-subnav > li ul {
    left: 70px;
  }
  .header-subnav > li ul li {
    margin: 25.352px 0 19.014px;
  }
  .header-subnav > li ul li + li {
    margin: 19.014px 0;
  }
  .header-navbar {
    margin-left: 85.563px;
  }
  .header-navbar li {
    padding: 0 4.7535px;
    font-size: 12px;
  }
  .header-downApp i {
    margin-right: 6.338px;
  }
  .header-search {
    width: 158.45px;
  }
  .header-nav2 .logo02 {
    margin-top: -9.507px;
    width: 114.7178px;
    height: 19.014px;
  }
  .header-nav2 .header-navbar {
    margin-left: 126.76px;
  }
  .header-nav2 .header-search {
    right: 95px;
  }
  .header-nav2 .header-search.active {
    width: 95.07px;
  }
  .header-nav2 .header-downApp {
    margin-left: 15px;
  }
  .header-nav2 .header-downApp:before {
    content: '|';
    position: absolute;
    left: -10px;
    width: 0;
    height: 17px;
  }
  .header-nav2 .header-downApp i,
  .header-nav2 .header-huangqb .logo_v5 {
    display: none;
  }
  .login-hds a {
    padding: 0 6.338px;
  }
  .logined > ul > li {
    margin: 0 2.5352px;
  }
  .returnTop {
    right: 19.014px;
  }
}
@media (min-width: 992px) {
  .header-subnav-btn,
  .header-subnav {
    width: 141.185px;
  }
  .header-subnav-btn i {
    margin-left: 8.305px;
  }
  .header-subnav > li {
    height: 41.525px;
    line-height: 41.525px;
  }
  .header-subnav > li ul {
    left: 141.185px;
  }
  .header-subnav > li ul li {
    margin: 33.22px 0 24.915px;
  }
  .header-subnav > li ul li + li {
    margin: 24.915px 0;
  }
  .header-navbar {
    margin-left: 161.9475px;
  }
  .header-navbar li {
    padding: 0 9.966px;
    font-size: 14px;
  }
  .header-downApp i {
    margin-right: 8.305px;
  }
  .header-search {
    width: 182.71px;
  }
  .header-nav2 .logo02 {
    margin-top: -12.4575px;
    width: 150.3205px;
    height: 24.915px;
  }
  .header-nav2 .header-navbar {
    margin-left: 169.422px;
  }
  .header-nav2 .header-search {
    right: 105px;
  }
  .header-nav2 .header-search.active {
    width: 124.575px;
  }
  .header-nav2 .header-downApp {
    margin-left: 0;
  }
  .header-nav2 .header-downApp:before {
    display: none;
  }
  .header-nav2 .header-downApp i,
  .header-nav2 .header-huangqb .logo_v5 {
    margin-right: 8.305px;
    display: inline-block;
  }
  .login-hds a {
    padding: 0 8.305px;
  }
  .logined > ul > li {
    margin: 0 4.1525px;
  }
  .returnTop {
    right: 24.915px;
  }
}
@media (min-width: 1200px) {
  .header-subnav-btn,
  .header-subnav {
    width: 170px;
  }
  .header-subnav-btn i {
    margin-left: 10px;
  }
  .header-subnav > li {
    height: 50px;
    line-height: 50px;
  }
  .header-subnav > li ul {
    left: 170px;
  }
  .header-subnav > li ul li {
    margin: 40px 0 30px;
  }
  .header-subnav > li ul li + li {
    margin: 30px 0;
  }
  .header-navbar {
    margin-left: 195px;
  }
  .header-navbar li {
    padding: 0 15px;
    font-size: 14px;
  }
  .header-downApp i {
    margin-right: 10px;
  }
  .header-search {
    width: 250px;
  }
  .header-nav2 .logo02 {
    margin-top: -15px;
    width: 181px;
    height: 30px;
  }
  .header-nav2 .header-navbar {
    margin-left: 224px;
  }
  .header-nav2 .header-search {
    right: 110px;
  }
  .header-nav2 .header-search.active {
    width: 150px;
  }
  .header-nav2 .header-downApp i,
  .header-nav2 .header-huangqb .logo_v5 {
    margin-right: 10px;
  }
  .login-hds a {
    padding: 0 10px;
  }
  .logined > ul > li {
    margin: 0 5px;
  }
  .returnTop {
    right: 30px;
  }
}
/*弹窗*/
.returnTop ul > .pop_span {
  display: none;
  width: 102px;
  height: 100px;
  margin-bottom: 5px;
  margin-left: 9px;
  background: url('http://assets-cdn.lanqb.com/main_v3/popup/popup0301_6_s.png') no-repeat center center;
  cursor: pointer;
}
.returnTop.block ul > .pop_span {
  display: block;
}
.new-popup {
  z-index: 16;
  bottom: 0;
  position: fixed!important;
  visibility: hidden;
}
.new-popup.active {
  opacity: 1;
  visibility: initial;
}
.new-popup .newPopup-con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 550px;
  height: 300px;
  background-position: center;
}
.new-popup .newPopup-con .newPopup-close {
  position: absolute;
  right: -52px;
  top: 0;
  font-size: 36px;
  color: #fff;
  cursor: pointer;
}
.new-popup .newPopup-con .btn {
  position: absolute;
  width: 155px;
  height: 40px;
  line-height: 40px;
}
.new-popup.new-popup01 .newPopup-con {
  width: 362px;
  height: 540px;
  background: url('http://assets-cdn.lanqb.com/main_v3/popup/popup0301_6.png');
  background-size: 100% auto;
}
.new-popup.new-popup01 .newPopup-close {
  width: 37px;
  height: 37px;
  right: 18px;
  top: 16px;
}
.new-popup.new-popup01 .btn {
  bottom: 47px;
  left: 67px;
  width: 242px;
  height: 52px;
}
.new-popup.new-popup01_v2 .newPopup-con {
  width: 320px;
  height: 450px;
  background: url('http://assets-cdn.lanqb.com/main_v3/popup/popup0301_5.png');
  background-size: 100% auto;
}
.new-popup.new-popup01_v2 .newPopup-close {
  width: 60px;
  height: 60px;
  right: 0;
  top: 35px;
}
.new-popup.new-popup01_v2 .btn {
  top: 355px;
  left: 33px;
  width: 230px;
  height: 50px;
}
.new-popup.new-popup02 .newPopup-con {
  background: url('http://assets-cdn.lanqb.com/main_v3/popup/popup0301_2.png');
}
.new-popup.new-popup02 .btn {
  top: 211px;
  left: 33px;
}
.new-popup.new-popup03 .newPopup-con {
  background: url('http://assets-cdn.lanqb.com/main_v3/popup/popup0301_3.png');
}
.new-popup.new-popup03 .btn {
  top: 231px;
  left: 33px;
}
/**/
.returnTop li.winterHoliday-btn {
  width: 124px;
  height: auto;
  background-color: transparent;
}
.returnTop li.winterHoliday-btn .close {
  position: absolute;
  right: 4px;
  top: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.returnTop li.winterHoliday-btn .openPopup {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  bottom: 0;
  display: inline-block;
}
.returnTop li.winterHoliday-btn img {
  width: 100%;
}
.winterHoliday-popup {
  z-index: 17;
  bottom: 0;
  position: fixed!important;
  visibility: hidden;
}
.winterHoliday-popup.active {
  opacity: 1;
  visibility: initial;
}
.winterHoliday-popup .holidayPopup-con {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -288px 0 0 -361px;
  width: 722px;
  height: 570px;
}
.winterHoliday-popup .holidayPopup-con .h1 {
  width: 390px;
  margin: 0 auto;
  display: block;
}
.winterHoliday-popup .holidayPopup-con .img01 {
  z-index: 2;
  position: relative;
  width: 100%;
  margin: 34px 0 0;
}
.winterHoliday-popup .holidayPopup-con .img02 {
  z-index: 1;
  position: relative;
  margin: -25px 0 0 5px;
  float: left;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form {
  z-index: 0;
  position: absolute;
  right: 5px;
  float: right;
  margin-top: -25px;
  width: 363px;
  height: 468px;
  background-color: #ffffff;
  border-radius: 20px;
  padding-left: 40px;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form.noreg {
  background-image: url(http://assets-cdn.lanqb.com/main_v3/winterHoliday/img03.png);
  background-size: 100% 100%;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form .holidayPopup-close {
  position: absolute;
  right: 15px;
  top: 28px;
  font-size: 26px;
  color: #6461c5;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form .login-po {
  margin: 205px auto 0;
  width: 230px;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form .log-group {
  width: 100%;
  height: 35px;
  line-height: 33px;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form .log-group .log-input {
  border-color: #6461c5;
  background-color: #ffffff;
  border-radius: 50px;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form .log-group .log-icon {
  color: #6461c5;
  line-height: 33px;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form .log-group .reg-smsccode {
  background-color: #6461c5;
  color: #ffffff;
  top: 0;
  right: 0;
  width: 85px;
  height: 100%;
  border-radius: 0 18px 18px 0;
  line-height: 35px;
  text-align: center;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form .log-group .login-eye {
  line-height: 35px;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form .log-group .login-eye.open span {
  color: #6461c5;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form .log-group .login-eye:hover {
  color: #6461c5;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form .log-msg {
  text-align: right;
  color: #4c4c4c;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form .log-msg a {
  color: #6461c5;
  margin-left: 5px;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form .log-button {
  background-color: #6461c5;
  border-radius: 50px;
  color: #91fff6;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form.reged {
  text-align: center;
  line-height: 1;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form.reged .iconfont.suc {
  display: inline-block;
  margin-top: 44px;
  font-size: 90px;
  color: #6461c5;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form.reged h2 {
  margin-top: 28px;
  font-size: 38px;
  color: #6461c5;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form.reged h3 {
  margin-top: 10px;
  font-size: 22px;
  color: #191919;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form.reged h4 {
  margin: 35px auto 0;
  font-size: 14px;
  background-color: #6461c5;
  color: #ffffff;
  width: 90px;
  height: 35px;
  line-height: 35px;
  border-radius: 18px;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form.reged h5 {
  margin-top: 12px;
  font-size: 14px;
  color: #6461c5;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form.reged .iconfont.down {
  display: block;
  margin: 30px auto 0;
  font-size: 18px;
  color: #2b2b2b;
}
.winterHoliday-popup .holidayPopup-con .holidayPopup-form.reged .holidayPopup-btn {
  margin-top: 25px;
  font-size: 16px;
  color: #91fff6;
  background-color: #6461c5;
  width: 165px;
  height: 35px;
  line-height: 35px;
  border-radius: 18px;
}
/*五月份新人福利*/
.welfare-popup {
  position: fixed!important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 22;
  bottom: 0;
  display: none;
  background-color: rgba(33, 43, 52, 0.5);
}
.welfare-popup.active,
.welfare-popup.active .welfarePopup-con {
  display: block;
}
.welfare-popup .welfarePopup-con {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 318px;
  max-height: 440px;
  padding: 36px 28px 34px;
  margin: -220px 0 0 -159px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.welfare-popup .welfarePopup-con .welfarePopup-close {
  position: absolute;
  top: 12px;
  right: -40px;
  width: 20px;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.welfare-popup .welfarePopup-con .welfarePopup-close:hover {
  opacity: 0.8;
}
.welfare-popup .welfarePopup-con h2 {
  height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background: url('http://assets-cdn.lanqb.com/popupv3/welfarePopup/welfare-h2.png') no-repeat center center;
}
.welfare-popup .welfarePopup-con h2.success {
  background-image: url('http://assets-cdn.lanqb.com/popupv3/welfarePopup/welfare-h2-success.png');
}
.welfare-popup .welfarePopup-con h5 {
  font-size: 16px;
  line-height: 1.5;
  color: #7593b2;
  text-align: center;
}
.welfare-popup .welfarePopup-con .welfarePopup-btn {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 18px;
  font-weight: normal;
  line-height: 43px;
  color: #0053a9;
  background-color: #fad760;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.welfare-popup .welfarePopup-con .welfarePopup-btn:hover {
  background-color: #fbdd79;
}
.welfare-popup .welfarePopup-con .welfarePopup-btn:active {
  background-color: #f9d147;
}
.welfare-popup .welfarePopup-c {
  position: relative;
}
.welfare-popup .welfarePopup-c1 .welfarePopup-c {
  text-align: center;
}
.welfare-popup .welfarePopup-c1 .welfarePopup-c h3 {
  height: 24px;
  margin-top: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background: url('http://assets-cdn.lanqb.com/popupv3/welfarePopup/welfare-h4.png') no-repeat center center;
}
.welfare-popup .welfarePopup-c1 .welfarePopup-c .welfarePopup-btn {
  margin-top: 24px;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c {
  padding-top: 35px;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .log-group + .log-group {
  margin-top: 19px;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .log-group .log-icon {
  left: 18px;
  font-size: 14px;
  line-height: 45px;
  color: #739dca;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .log-group .login-eye {
  line-height: 45px;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .log-group .log-input {
  height: 45px;
  padding-left: 40px;
  color: #3371b2;
  border-color: #acc4dd;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .log-group .log-input:focus {
  border-color: #3371b2;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .log-group .log-input::placeholder {
  color: #acc4dd;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .log-group .reg-smsccode {
  top: 0;
  right: 0;
  width: 106px;
  height: 45px;
  color: #fff;
  background-color: #3371b2;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .log-group .reg-smsccode:hover {
  background-color: #397ec6;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .log-group .reg-smsccode.disabled {
  background-color: #9cbee2;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .log-group .reg-smsccode.disabled:hover {
  color: #fff;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .log-group:nth-child(2) .log-input {
  width: 144px;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .log-msg {
  margin-top: 9px;
  color: #808079;
  text-align: right;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .log-msg .log-forget {
  margin-left: 4px;
  color: #3371b2;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .log-msg .log-forget:hover {
  color: #2d649e;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .valid-tip {
  position: absolute;
  bottom: 45px;
  left: 0;
}
.welfare-popup .welfarePopup-c2 .welfarePopup-c .welfarePopup-btn {
  margin-top: 30px;
}
.welfare-popup .welfarePopup-c3 .welfarePopup-c {
  background: url('http://assets-cdn.lanqb.com/popupv3/welfarePopup/welfare-free.png') no-repeat 100% 174px;
}
.welfare-popup .welfarePopup-c3 .welfarePopup-c h5 {
  margin-bottom: 16px;
}
.welfare-popup .welfarePopup-c3 .welfarePopup-c h6 {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}
.welfare-popup .welfarePopup-c3 .welfarePopup-c .welfarePopup-teacher img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.welfare-popup .welfarePopup-c3 .welfarePopup-c .welfarePopup-teacher span {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  vertical-align: top;
}
.welfare-popup .welfarePopup-c3 .welfarePopup-c .welfarePopup-tag {
  position: relative;
  margin-top: 8px;
}
.welfare-popup .welfarePopup-c3 .welfarePopup-c .welfarePopup-tag em {
  display: inline-block;
  margin-right: 4px;
  font-size: 12px;
  line-height: 20px;
  vertical-align: top;
  color: #87959F;
}
.welfare-popup .welfarePopup-c3 .welfarePopup-c .welfarePopup-tag em.iconfont {
  font-size: 14px;
}
.welfare-popup .welfarePopup-c3 .welfarePopup-c .welfarePopup-tag span {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: #212B34;
  text-decoration: line-through;
}
.welfare-popup .welfarePopup-c3 .welfarePopup-c .welfarePopup-btn {
  margin-top: 24px;
}
.welfare-popup-step {
  position: fixed!important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 22;
  bottom: 0;
  display: none;
}
.welfare-popup-step.active {
  display: block;
}
.welfare-popup-step .welfare-step-con {
  position: absolute;
  top: 419px;
  left: 50%;
  z-index: 10;
  height: 48px;
  box-shadow: 0 0 0 10000px rgba(33, 43, 52, 0.5);
}
.welfare-popup-step .welfare-step-con:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 59px;
  height: 87px;
  margin-bottom: 15px;
  margin-left: -15px;
  background: url('http://assets-cdn.lanqb.com/popupv3/welfarePopup/welfare-arrow.png') no-repeat center center;
  content: '';
}
.welfare-popup-step .welfare-step-con .welfare-step-c1 {
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin-bottom: 71px;
  margin-left: 6px;
  color: #fff;
  white-space: nowrap;
}
.welfare-popup-step .welfare-step-con .welfare-step-c1 h3 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
}
.welfare-popup-step .welfare-step-con .welfare-step-c1 h5 {
  display: inline-block;
  padding: 0 20px;
  background-color: #2d7dde;
  font-size: 14px;
  line-height: 35px;
  vertical-align: top;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.welfare-popup-step .welfare-step-con .welfare-step-c1 h5 input {
  display: inline-block;
  width: 52px;
  margin-right: 10px;
  color: #fff;
  background-color: transparent;
  border: none;
  text-decoration: underline;
}
.welfare-popup-step .welfare-step-con .welfare-step-c1 h5 span {
  display: inline-block;
  font-size: 12px;
  color: #6bf7d4;
  vertical-align: top;
  cursor: pointer;
}
@media (min-width: 768px) {
  .welfare-popup-step .welfare-step-con {
    width: 100px;
    margin-left: -24px;
  }
}
@media (min-width: 992px) {
  .welfare-popup-step .welfare-step-con {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .welfare-popup-step .welfare-step-con {
    width: 120px;
    margin-left: -60px;
  }
}
/* footer.css */
.footerv3 {
  height: 120px;
  background-image: url('../mainv3/image/home/hd-footerbg.jpg');
  background-repeat: repeat-x;
  text-align: center;
  background-size: auto 100%;
  overflow: hidden;
}
.footerv3 .container {
  position: relative;
}
.footerv3-link {
  margin: 32px 0 17px;
}
.footerv3-link a {
  display: inline-block;
  font-size: 12px;
  color: #CED6DC;
  padding: 0 25px;
  height: 17px;
  line-height: 17px;
}
.footerv3-link a + a {
  border-left: 1px solid #CED6DC;
}
.footerv3-cp p {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  color: #87959F;
}
@keyframes movingslow {
  50% {
    left: 5px;
  }
}
@keyframes showInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/*footer*/
.tryapply_footer {
  z-index: 16;
  position: fixed;
  bottom: -3px;
  width: 100%;
  height: 72px;
  color: #fff;
  background-color: #027CDB;
  text-align: center;
}
.tryapply_footer h4 {
  display: inline-block;
  margin-top: 18px;
  vertical-align: top;
}
.tryapply_footer h4 .iconfont {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.tryapply_footer h4 span {
  display: inline-block;
  vertical-align: middle;
}
.tryapply_footer .tryCon {
  display: inline-block;
  margin-top: 12px;
  text-align: left;
  vertical-align: top;
}
.tryapply_footer .try-txt {
  float: left;
  height: 36px;
  padding: 0 10px;
  margin: 5px 0;
  color: rgba(255, 255, 255, 0.8);
  background-color: #005fc5;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tryapply_footer .try-btns {
  float: left;
  display: inline-block;
}
.tryapply_footer .try-btns .btn {
  font-size: 18px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.tryapply_footer .try-btns .btn.btn-bgorange {
  color: #fff;
  background-color: #ff8900;
}
.tryapply_footer .try-btns .btn.btn-bgorange:hover {
  background-color: #ff951a;
}
.tryapply_footer .try-btns .btn.btn-bgorange:active {
  background-color: #f58400;
}
.tryapply_footer .try-btns .btn.btn-bgwhite {
  color: #027CDB;
}
.tryapply_footer .try-dropdown {
  position: relative;
  z-index: 5;
  float: left;
  display: inline-block;
  height: 36px;
  margin: 5px 0;
  vertical-align: top;
}
.tryapply_footer .try-dropdown .try-toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 24px 8px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(255, 255, 255, 0.8);
  background-color: #005fc5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.tryapply_footer .try-dropdown .try-toggle:after {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 9px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  box-sizing: border-box;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
}
.tryapply_footer .try-dropdown .try-menu {
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  display: none;
  color: #fff;
  background-color: #0070c7;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-box-shadow: 0 -5px 10px rgba(33, 43, 52, 0.1);
  -o-box-shadow: 0 -5px 10px rgba(33, 43, 52, 0.1);
  -webkit-box-shadow: 0 -5px 10px rgba(33, 43, 52, 0.1);
  box-shadow: 0 -5px 10px rgba(33, 43, 52, 0.1);
}
.tryapply_footer .try-dropdown .try-menu > li {
  position: relative;
  white-space: nowrap;
}
.tryapply_footer .try-dropdown .try-menu > li + li {
  border-top: 1px solid #027CDB;
}
.tryapply_footer .try-dropdown .try-menu > li span {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  cursor: pointer;
}
.tryapply_footer .try-dropdown .try-menu > li:hover span {
  background-color: #005fc5;
}
.tryapply_footer .try-dropdown .try-menu > li:hover .try-submenu {
  display: block;
}
.tryapply_footer .try-dropdown .try-menu .try-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  width: 244px;
  background-color: #005fc5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-box-shadow: 0 1px 4px rgba(165, 206, 254, 0.5);
  -o-box-shadow: 0 1px 4px rgba(165, 206, 254, 0.5);
  -webkit-box-shadow: 0 1px 4px rgba(165, 206, 254, 0.5);
  box-shadow: 0 1px 4px rgba(165, 206, 254, 0.5);
}
.tryapply_footer .try-dropdown .try-menu .try-submenu li + li {
  border-top: 1px solid #027CDB;
}
.tryapply_footer .try-dropdown .try-menu .try-submenu li span {
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 1.66666667;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
}
.tryapply_footer .try-dropdown .try-menu .try-submenu li:hover span,
.tryapply_footer .try-dropdown .try-menu .try-submenu li.active span {
  color: #fff;
  background-color: #027CDB;
}
.tryapply_footer .try-dropdown.open .try-toggle:after {
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.tryapply_footer .try-dropdown.open .try-menu {
  display: block;
}
@media (min-width: 768px) {
  .tryapply_footer h4 {
    margin-right: 10.08px;
  }
  .tryapply_footer h4 .iconfont {
    font-size: 24px;
    line-height: 1.375;
  }
  .tryapply_footer h4 span {
    font-size: 14px;
    line-height: 1.78571429;
  }
  .tryapply_footer .try-txt {
    width: 107.1px;
    margin-left: 12.6px;
  }
  .tryapply_footer .try-btns .btn {
    width: 83.16px;
    height: 36.54px;
    padding: 6.3px;
    margin-top: 5.04px;
    margin-left: 12.6px;
    line-height: 1.33333333;
  }
  .tryapply_footer .try-dropdown {
    width: 138.6px;
  }
}
@media (min-width: 992px) {
  .tryapply_footer h4 {
    margin-right: 41.5px;
  }
  .tryapply_footer h4 .iconfont {
    font-size: 27px;
    line-height: 1.22222222;
  }
  .tryapply_footer h4 span {
    font-size: 16px;
    line-height: 1.5625;
  }
  .tryapply_footer .try-txt {
    width: 141.1px;
    margin-left: 16.6px;
  }
  .tryapply_footer .try-btns {
    padding-left: 11.62px;
  }
  .tryapply_footer .try-btns .btn {
    width: 109.56px;
    height: 44.82px;
    padding: 8.3px;
    margin-top: 0;
    margin-left: 16.6px;
    line-height: 1.33333333;
  }
  .tryapply_footer .try-dropdown {
    width: 182.6px;
  }
}
@media (min-width: 1200px) {
  .tryapply_footer h4 {
    margin-right: 60px;
  }
  .tryapply_footer h4 .iconfont {
    font-size: 33px;
    line-height: 1;
  }
  .tryapply_footer h4 span {
    font-size: 18px;
    line-height: 1.38888889;
  }
  .tryapply_footer .try-txt {
    width: 170px;
    margin-left: 20px;
  }
  .tryapply_footer .try-btns {
    padding-left: 14px;
  }
  .tryapply_footer .try-btns .btn {
    width: 132px;
    height: 46px;
    padding: 10px;
    margin-left: 20px;
  }
  .tryapply_footer .try-dropdown {
    width: 220px;
  }
}
/*applypop popups*/
.soap-pop {
  position: fixed;
  left: 12px;
  z-index: 11;
  width: 126px;
  height: 140px;
  font-family: "PingFang SC Medium", "Microsoft Yahei", "黑体";
  -ms-animation: showInUp 1s ease;
  -o-animation: showInUp 1s ease;
  -webkit-animation: showInUp 1s ease;
  animation: showInUp 1s ease;
}
.soap-pop.b1 {
  bottom: 88px;
}
.soap-pop.b2 {
  bottom: 28px;
}
.soap-pop .soap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: url('http://assets-cdn.lanqb.com/activity/applypop/soaper1.png') no-repeat center top;
  background-size: auto 100%;
  cursor: pointer;
  -ms-animation: movingslow 1s infinite;
  -o-animation: movingslow 1s infinite;
  -webkit-animation: movingslow 1s infinite;
  animation: movingslow 1s infinite;
}
.soap-pop .pop-close {
  position: absolute;
  z-index: 2;
  vertical-align: top;
  cursor: pointer;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.soap-pop .pop-close .iconfont {
  display: inline-block;
}
.soap-pop .pop-p1 {
  position: absolute;
  bottom: 30px;
  left: 47px;
  z-index: 1;
  padding: 20px 16px 20px 20px;
  background-color: #F6F8FA;
  border: 1px dotted #87959F;
  text-align: right;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.soap-pop .pop-p1 .pop-close {
  top: 6px;
  right: 6px;
}
.soap-pop .pop-p1 .pop-close .iconfont {
  font-size: 15px;
  line-height: 1;
  color: #525A67;
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.soap-pop .pop-p1 .pop-close:hover .iconfont {
  color: #027CDB;
}
.soap-pop .pop-p1 h3 {
  font-size: 20px;
  line-height: 1.5;
  color: #525A67;
  white-space: nowrap;
}
.soap-pop .pop-p1 .showapply {
  display: inline-block;
  min-width: 152px;
  padding: 6px 15px 7px 22px;
  margin-top: 12px;
  margin-right: 12px;
  color: #fff;
  background-color: #027CDB;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.soap-pop .pop-p1 .showapply em,
.soap-pop .pop-p1 .showapply span {
  display: block;
}
.soap-pop .pop-p1 .showapply em {
  font-size: 14px;
  line-height: 1.5;
}
.soap-pop .pop-p1 .showapply span {
  font-size: 18px;
  line-height: 1.33333333;
}
.soap-pop .pop-p2 {
  position: absolute;
  bottom: 10px;
  left: 28px;
  z-index: 3;
  display: none;
  width: 290px;
  padding: 20px 34px 22px;
  color: #fff;
  background-color: #027CDB;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.soap-pop .pop-p2:before {
  position: absolute;
  bottom: 100%;
  left: 75px;
  width: 117px;
  height: 81px;
  margin-bottom: -11px;
  background: url('http://assets-cdn.lanqb.com/activity/applypop/soaper2.png?v=2') no-repeat center top;
  background-size: 100% auto;
  content: "";
}
.soap-pop .pop-p2 .pop-close {
  top: 9px;
  right: 9px;
}
.soap-pop .pop-p2 .pop-close .iconfont {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.soap-pop .pop-p2 .pop-close:hover .iconfont {
  color: rgba(255, 255, 255, 0.8);
}
.soap-pop .pop-p2 h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}
.soap-pop .pop-p2 h3.fz16 {
  font-size: 16px;
  line-height: 1.625;
}
.soap-pop .pop-p2 .try-txt {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
  background-color: #005fc5;
  border: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.soap-pop .pop-p2 .try-dropdown {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 36px;
  margin: 5px 0;
  vertical-align: top;
}
.soap-pop .pop-p2 .try-dropdown .try-toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 24px 8px 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgba(255, 255, 255, 0.8);
  background-color: #005fc5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.soap-pop .pop-p2 .try-dropdown .try-toggle:after {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 9px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  box-sizing: border-box;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
}
.soap-pop .pop-p2 .try-dropdown .try-menu {
  position: absolute;
  bottom: 100%;
  right: 0;
  left: 0;
  display: none;
  color: #fff;
  background-color: #0070c7;
  -ms-box-shadow: 0 -5px 10px rgba(33, 43, 52, 0.1);
  -o-box-shadow: 0 -5px 10px rgba(33, 43, 52, 0.1);
  -webkit-box-shadow: 0 -5px 10px rgba(33, 43, 52, 0.1);
  box-shadow: 0 -5px 10px rgba(33, 43, 52, 0.1);
}
.soap-pop .pop-p2 .try-dropdown .try-menu > li {
  position: relative;
  border-bottom: 1px solid #027CDB;
  white-space: nowrap;
}
.soap-pop .pop-p2 .try-dropdown .try-menu > li span {
  display: block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
}
.soap-pop .pop-p2 .try-dropdown .try-menu > li:hover span,
.soap-pop .pop-p2 .try-dropdown .try-menu > li.active span {
  background-color: #005fc5;
  color: #fff;
}
.soap-pop .pop-p2 .try-dropdown .try-menu > li:hover .try-submenu {
  display: block;
}
.soap-pop .pop-p2 .try-dropdown .try-menu .try-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  width: 244px;
  background-color: #005fc5;
  -ms-box-shadow: 0 1px 4px rgba(165, 206, 254, 0.5);
  -o-box-shadow: 0 1px 4px rgba(165, 206, 254, 0.5);
  -webkit-box-shadow: 0 1px 4px rgba(165, 206, 254, 0.5);
  box-shadow: 0 1px 4px rgba(165, 206, 254, 0.5);
}
.soap-pop .pop-p2 .try-dropdown .try-menu .try-submenu li + li {
  border-bottom: 1px solid #027CDB;
}
.soap-pop .pop-p2 .try-dropdown .try-menu .try-submenu li span {
  display: block;
  padding: 8px 20px;
  font-size: 12px;
  line-height: 1.66666667;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
}
.soap-pop .pop-p2 .try-dropdown .try-menu .try-submenu li:hover span,
.soap-pop .pop-p2 .try-dropdown .try-menu .try-submenu li.active span {
  color: #fff;
  background-color: #027CDB;
}
.soap-pop .pop-p2 .try-dropdown.open .try-toggle:after {
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.soap-pop .pop-p2 .try-dropdown.open .try-menu {
  display: block;
}
.soap-pop .pop-btnd {
  margin-top: 12px;
}
.soap-pop .pop-btnd .btn {
  width: 102px;
  height: 36px;
  padding: 5px;
  font-size: 16px;
  line-height: 1.5;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.soap-pop .pop-btnd .btn + .btn {
  float: right;
}
.soap-pop .pop-btnd .btn.btn-bgorange {
  color: #fff;
  background-color: #ff8900;
}
.soap-pop .pop-btnd .btn.btn-bgorange:hover {
  background-color: #ff951a;
}
.soap-pop .pop-btnd .btn.btn-bgorange:active {
  background-color: #f58400;
}
.soap-pop .pop-btnd .btn.btn-bgwhite {
  color: #027CDB;
}
/* login */
.login-wrap {
  position: relative;
  width: 1000px;
  margin-top: 90px;
  margin-bottom: 90px;
  margin-right: auto;
  margin-left: auto;
}
.login-con {
  min-height: 795px;
  padding: 100px 60px 50px;
}
.login-con.login-con2 {
  padding-top: 44px;
}
.login-w1 {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
}
.login-w2 {
  width: 280px;
  margin-right: auto;
  margin-left: auto;
}
.login-nav {
  height: 50px;
}
.login-nav li {
  float: left;
  z-index: 2;
}
.login-nav li a {
  position: relative;
  display: block;
  min-width: 150px;
  padding: 10px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #87959F;
  text-align: center;
}
.login-nav li a:hover {
  color: #87959F;
}
.login-nav li a:active {
  color: #212B34;
}
.login-nav li a:before,
.login-nav li a:after {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 0;
  height: 0;
  background-color: transparent;
  content: "";
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration-skip: objects;
}
.login-nav li a:before {
  right: 100%;
  margin-right: -1px;
  border-top: 50px solid transparent;
  border-right: 30px solid transparent;
}
.login-nav li a:after {
  left: 100%;
  margin-left: -1px;
  border-top: 50px solid transparent;
  border-left: 30px solid transparent;
}
.login-nav li.active {
  z-index: 1;
}
.login-nav li.active a {
  color: #00a1f5;
  background-color: #fff;
}
.login-nav li.active a:hover {
  color: #0097E6;
}
.login-nav li.active a:active {
  color: #00a1f5;
}
.login-nav li.active a.nohref {
  color: #525A67;
}
.login-nav li.active a:before {
  border-right-color: #fff;
}
.login-nav li.active a:after {
  border-left-color: #fff;
}
.login-nav li.fchild {
  padding-right: 30px;
}
.login-nav li.fchild a {
  padding-right: 0;
  padding-left: 20px;
}
.login-nav li.fchild.active a:before {
  border-right-color: transparent;
}
.login-nav li.fchild.active a:after {
  border-left-color: #fff;
}
.login-nav li.lchild a {
  padding-right: 20px;
  padding-left: 0;
}
.login-nav li.lchild.active a:before {
  border-right-color: #fff;
}
.login-nav li.lchild.active a:after {
  border-left-color: transparent;
}
.login-logo {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.login-logo img {
  height: 40px;
}
.log-group {
  position: relative;
  width: 100%;
}
.log-group .log-icon {
  position: absolute;
  left: 10px;
  display: inline-block;
  font-size: 20px;
  line-height: 1.25;
  color: #73B2FD;
}
.log-group .log-icon.fz15 {
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
.log-group .login-eye {
  position: absolute;
  right: 10px;
  z-index: 2;
  display: inline-block;
  font-size: 25px;
  line-height: .8;
  color: #afc0d1;
  cursor: pointer;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.log-group .login-eye:hover {
  color: #0097E6;
}
.log-group .login-eye:active {
  color: #027CDB;
}
.log-group .login-eye.open span {
  color: #027CDB;
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.log-group .reg-dyncode {
  position: absolute;
  right: 6px;
  z-index: 2;
  height: 32px;
  background-color: #fff;
  border: 1px solid #F6F8FA;
}
.log-group .reg-dyncode img {
  min-width: 65px;
  height: 100%;
  cursor: pointer;
}
.log-group .reg-smsccode {
  position: absolute;
  z-index: 3;
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  color: #027CDB;
  cursor: pointer;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.log-group .reg-smsccode:hover {
  color: #0097E6;
}
.log-group .reg-smsccode:active {
  color: #525A67;
}
.log-group .reg-smsccode.disabled {
  cursor: default;
  color: #afc0d1;
}
.log-group .reg-smsccode.disabled:hover {
  color: #afc0d1;
}
.log-group .reg-smsccode.disabled:active {
  color: #afc0d1;
}
.log-group .log-iconfontok {
  position: absolute;
  left: 100%;
  z-index: 1;
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  line-height: 40px;
  color: #7ED321;
}
.log-input {
  width: 100%;
  height: 100%;
  padding-right: 10px;
  color: #525A67;
  background-color: transparent;
  border: 1px solid #EEF3F5;
}
.log-on .log-input {
  border-color: #027CDB;
}
.login-group .log-input {
  padding-left: 44px;
}
.reg-group .log-input {
  padding-left: 79px;
}
.log-msg {
  position: relative;
  z-index: 2;
  height: 24px;
  margin: 5px 0;
  font-size: 12px;
  line-height: 2;
}
.log-msg .log-forget:hover,
.log-msg .log-register:hover {
  color: #0097E6;
}
.log-msg .log-forget:active,
.log-msg .log-register:active {
  color: #027CDB;
}
.log-msg .log-forget {
  color: #afc0d1;
}
.log-msg .log-register {
  color: #87959F;
  text-decoration: none;
}
.log-msg .log-register .iconfont {
  display: inline-block;
  font-size: 12px;
  line-height: 2;
}
.log-msg .log-phnote {
  color: #87959F;
}
.valid-tip,
.Validform_checktip {
  height: 24px;
  margin: 5px 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 2;
  vertical-align: middle;
}
.valid-tip .iconfont {
  margin-right: 10px;
  font-size: 12px;
  line-height: 1;
}
.valid-tip.valid-warning {
  color: #afc0d1;
}
.valid-tip.valid-error,
.Validform_wrong,
.Validform_error {
  color: #f45500;
}
.valid-tip.valid-right,
.Validform_right {
  color: #027CDB;
}
.reg-label {
  display: block;
  width: 78px;
  font-size: 14px;
  line-height: 2;
  color: #525A67;
  text-align: right;
}
.log-button {
  word-spacing: 10px;
}
.login-quick {
  color: #87959F;
  text-align: center;
}
.quick-title {
  position: relative;
  width: 100%;
  height: 21px;
  margin-bottom: 20px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}
.quick-title:before,
.quick-title:after {
  position: absolute;
  top: 10px;
  z-index: 1;
  height: 1px;
  width: 120px;
  background-color: #EEF3F5;
  content: "";
}
.quick-list li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
}
.quick-list li a {
  display: block;
  color: #87959F;
}
.quick-list li a:hover {
  color: #525A67;
}
.quick-list li a:active {
  color: #0097E6;
}
.quick-list li a .iconfont {
  font-size: 30px;
  line-height: 1;
  vertical-align: bottom;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.quick-list li a span {
  display: inline-block;
  padding-left: 10px;
  font-size: 12px;
  line-height: 30px;
}
.quick-list li.quick-wx a .iconfont {
  color: #92de5d;
}
.quick-list li.quick-wx:hover a .iconfont {
  color: #75d533;
}
.quick-list li.quick-qq a .iconfont {
  color: #73B2FD;
}
.quick-list li.quick-qq:hover a .iconfont {
  color: #4196fc;
}
.log-group.mbl {
  margin-bottom: 34px;
}
.log-group.mbl valid-tip {
  top: 100%;
  left: 0;
}
.log-group.mbm {
  margin-bottom: 10px;
}
.login-c1 .log-group {
  height: 44px;
}
.login-c1 .log-input {
  font-size: 14px;
  line-height: 1.5;
}
.login-c1 .log-icon {
  top: 10px;
}
.login-c1 .login-eye {
  top: 12px;
}
.login-c1 .reg-dyncode {
  top: 6px;
}
.login-c1 .valid-tip {
  position: absolute;
}
.login-c1 .reg-label {
  position: absolute;
  top: 8px;
  left: 0;
}
.login-c1 .reg-smsccode,
.login-p1 .reg-smsccode {
  top: 8px;
  right: 16px;
}
.login-c1 .log-button {
  margin-top: 53px;
}
.login-c1 .log-iconfontok {
  top: 2px;
}
.login-c1 .login-quick {
  margin-top: 41px;
}
.login-c1 .quick-title:before {
  right: 200px;
}
.login-c1 .quick-title:after {
  left: 200px;
}
.login-p1 .log-group {
  height: 40px;
}
.login-p1 .log-icon {
  top: 8px;
}
.login-p1 .login-eye {
  top: 10px;
}
.login-p1 .log-button {
  height: 35px;
  line-height: 35px;
  margin-top: 33px;
}
.login-p1 .login-quick {
  margin-top: 38px;
}
.login-p1 .quick-title:before {
  right: 180px;
}
.login-p1 .quick-title:after {
  left: 180px;
}
.login-p1 .login-phasm .valid-tip {
  position: absolute;
  top: 74px;
  left: 0;
  width: 100%;
}
.reg-agreement {
  position: relative;
  padding-left: 22px;
  color: #afc0d1;
}
.reg-agreement a {
  color: #0097E6;
  text-decoration: underline;
}
.reg-agreement a:hover {
  color: #027CDB;
}
.reg-agreement a:active {
  color: #0097E6;
}
.reg-agreement a:hover {
  text-decoration: none;
}
.reg-agreement .agreement-checkbox {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
  display: block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #EEF3F5;
  cursor: pointer;
  -ms-transition: background 0.32s ease-in-out;
  -o-transition: background 0.32s ease-in-out;
  -webkit-transition: background 0.32s ease-in-out;
  transition: background 0.32s ease-in-out;
  text-decoration-skip: objects;
}
.reg-agreement .agreement-checkbox > em {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration-skip: objects;
}
.reg-agreement.chk .agreement-checkbox {
  border-color: #027CDB;
}
.reg-agreement.chk .agreement-checkbox > em {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkBAMAAACCzIhnAAAAHlBMVEUAAAAAfdwAf94AetsBe9sAe9sAe9sBe9wCfNsCe9r0+BJRAAAACHRSTlMAqDwX5XZYyDTbe9oAAAEvSURBVFjD7dahTgNREIXhAxVYAgqHQlfwBiBWbsILYHFIkIW2UEkF6eNC6CR/sjfDycimd/yf7+7uZHP1WZ6e9KQnx5Ush2qymJ++FpNROtuVki9Js1KyOdfvDJVkoXLyrOrBPiS1j+8RXRVe8vKvONkVkrtASCwy3yOF5D2QQhLINLn3yCR50JNDJslKmg1JsQXZJ3yq22QhrwOZJKNgDEKSMiDNwRJmHUiTfCtjHkFI4GFyhGQbjEVINsEYhCRlxkCaJGVWIE0C4xASGIOQwDiEBMYgJDAGIWkYkDyByRGSlgH5P4EBMQkM22USGFbYJTBvgbgEht+KSWAuA7EJjAKxCQyISWBATAIDYhIYEJPAgJgEBsQkMIG4hFmDmIS5uHk5oOtoT3rSk570pDI/5nV+VN3/iW8AAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.login-user {
  color: #525A67;
  text-align: center;
}
.login-user.mbl {
  margin-bottom: 80px;
}
.login-user.mbb {
  margin-bottom: 40px;
}
.login-user .login-portrait {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.login-user p {
  font-size: 14px;
  line-height: 1.42857143;
}
.fgpwd-tab {
  width: 500px;
  height: 46px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 48px;
  border-bottom: 2px solid #F6F8FA;
  text-align: center;
}
.fgpwd-tab li {
  display: inline-block;
  min-width: 120px;
  padding-right: 28px;
  padding-left: 28px;
}
.fgpwd-tab li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 2px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #87959F;
}
.fgpwd-tab li a:hover {
  color: #87959F;
}
.fgpwd-tab li a:active {
  color: #212B34;
}
.fgpwd-tab li a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: transparent;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.fgpwd-tab li.active a {
  color: #027CDB;
}
.fgpwd-tab li.active a:after {
  background-color: #027CDB;
}
.fgpwd-c1 {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  color: #525A67;
}
.fgpwd-c1 p {
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  letter-spacing: -0.5px;
}
.fgpwd-c1 .fgpwd-noemail,
.rego-sucon h6 a {
  color: #027CDB;
  text-decoration: underline;
}
.fgpwd-c1 .fgpwd-noemail:hover {
  color: #0097E6;
}
.fgpwd-c1 .fgpwd-noemail:active {
  color: #027CDB;
}
.fgpwd-d1 .log-button {
  margin-top: 53px;
}
.login-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0.4);
}
.login-modal .login-mclose,
.regsu-m .login-mclose {
  position: absolute;
  top: -36px;
  right: -66px;
  z-index: 5;
  display: block;
  width: 36px;
  height: 36px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.login-modal .login-mclose:hover {
  color: #F6F8FA;
}
.login-modal .login-mclose:active {
  color: #E3E9EF;
}
.login-modal .login-mclose .iconfont,
.regsu-m .login-mclose .iconfont {
  display: inline-block;
  font-size: 36px;
  line-height: 1;
}
.login-modal .login-layer,
.regsu-m {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 400px;
  margin-top: -230px;
  margin-left: -200px;
  -ms-box-shadow: 0 10px 30px rgba(33, 33, 33, 0.2);
  -o-box-shadow: 0 10px 30px rgba(33, 33, 33, 0.2);
  -webkit-box-shadow: 0 10px 30px rgba(33, 33, 33, 0.2);
  box-shadow: 0 10px 30px rgba(33, 33, 33, 0.2);
}
.login-modal .login-layer .login-p1 {
  padding-bottom: 54px;
}
.login-modal .login-layer .login-ptab h2 {
  height: 55px;
  padding: 16px 20px 14px;
  color: #87959F;
  box-sizing: border-box;
}
.login-modal .login-layer .login-ptab h2 .login-return {
  display: inline-block;
  color: #87959F;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.login-modal .login-layer .login-ptab h2 .login-return:hover,
.login-modal .login-layer .login-ptab h2 .login-return:hover .iconfont {
  color: #0097E6;
}
.login-modal .login-layer .login-ptab h2 .login-return:active,
.login-modal .login-layer .login-ptab h2 .login-return:active .iconfont {
  color: #027CDB;
}
.login-modal .login-layer .login-ptab h2 .iconfont {
  display: inline-block;
  padding-right: 12px;
  font-size: 22px;
  line-height: 25px;
  color: #d1d1d1;
  vertical-align: middle;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.login-modal .login-postep2 .login-ptab h2 span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.71428571;
}
.login-modal .login-postep3 .login-ptab {
  margin-bottom: 10px;
  border-bottom-color: transparent;
}
.login-modal .login-postep3 .login-ptab h2 .login-return {
  position: absolute;
  top: 16px;
  left: 20px;
}
.login-modal .login-postep3 .log-msg {
  margin-top: 16px;
  margin-bottom: 12px;
}
.login-ptab {
  height: 57px;
  margin-bottom: 38px;
  border-bottom: 2px solid #EEF3F5;
}
.login-ptab li {
  position: relative;
  float: left;
  width: 50%;
  color: #87959F;
  background-color: #F6F8FA;
  text-align: center;
  cursor: pointer;
}
.login-ptab li:hover {
  color: #525A67;
}
.login-ptab li:active {
  color: #212B34;
}
.login-ptab li:after,
.login-ptab li span:after {
  position: absolute;
  content: "";
}
.login-ptab li:after {
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background-color: transparent;
}
.login-ptab li.active {
  color: #fff;
  background-color: #027CDB;
}
.login-ptab li.active:after {
  background-color: #027CDB;
}
.login-ptab li.active span:after {
  border-top-color: #027CDB;
}
.login-ptab li span {
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.38888889;
  padding: 15px;
}
.login-ptab li span:after {
  left: 50%;
  bottom: -9px;
  width: 0;
  height: 0;
  margin-left: -9px;
  border-top: 9px solid transparent;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}
.rego-sucess {
  position: relative;
  text-align: center;
}
.rego-sucon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-top: -120px;
  margin-left: -250px;
}
.rego-sucon .rego-suicon {
  width: 100px;
  margin-bottom: 42px;
}
.rego-sucon h5 {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 1.33333333;
}
.rego-sucon h6 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #525A67;
}
.regsu1 {
  padding-top: 120px;
  padding-bottom: 100px;
}
.regsu1 .icon-successful,
.regsu-m .regsum1 .icon-successful {
  position: relative;
  display: inline-block;
  border: 3px solid #7ED321;
  vertical-align: top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.regsu1 .icon-successful:before,
.regsu-m .regsum1 .icon-successful:before {
  position: absolute;
  top: 11px;
  left: 13px;
  border-left: 4px solid #7ED321;
  border-bottom: 4px solid #7ED321;
  content: "";
  box-sizing: border-box;
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.regsu1 h1 {
  padding-top: 25px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.38888889;
}
.regsu1 .btn {
  width: 120px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
@media (min-width: 768px) {
  .regsu1 .icon-successful,
  .regsu-m .regsum1 .icon-successful {
    width: 54px;
    height: 54px;
  }
  .regsu1 .icon-successful:before,
  .regsu-m .regsum1 .icon-successful:before {
    width: 26px;
    height: 16px;
  }
}
@media (min-width: 992px) {
  .regsu1 .icon-successful,
  .regsu-m .regsum1 .icon-successful {
    width: 64px;
    height: 64px;
  }
  .regsu1 .icon-successful:before,
  .regsu-m .regsum1 .icon-successful:before {
    width: 32px;
    height: 22px;
  }
}
.regsu2 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.regsu2 h3 {
  margin-bottom: 50px;
}
.regsu2 h3 span {
  display: inline-block;
  padding-left: 24px;
  margin-left: 24px;
  font-weight: 300;
  color: #030303;
  vertical-align: top;
}
.regsu2 h3 span + span {
  border-left: 1px solid #afbbc4;
}
.regsu2 .regsu2-con {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.regsu2 .regsu2-con .regsu2-page,
.regsu-m .regsu2-con .regsu2-page {
  position: absolute;
  display: block;
  color: #B1BBC3;
  vertical-align: top;
  cursor: pointer;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.regsu2 .regsu2-con .regsu2-page .iconfont {
  display: inline-block;
  font-size: 32px;
  line-height: 1;
  vertical-align: top;
}
.regsu2 .regsu2-con .regsu2-page.regsu2-next {
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.regsu2 .regsu2-con .regsu2-page:hover,
.regsu-m .regsu2-con .regsu2-page:hover {
  color: #525A67;
}
.regsu2 .regsu2-con .regsu2-page.swiper-button-disabled,
.regsu-m .regsu2-con .regsu2-page.swiper-button-disabled {
  color: rgba(177, 187, 195, 0.4);
  cursor: not-allowed;
}
.regsu2 .regsu2-item {
  display: block;
  width: 100%;
}
.regsu2 .regsu2-item .regsu2-cover {
  display: block;
  width: 100%;
  overflow: hidden;
}
.regsu2 .regsu2-item .regsu2-cover img {
  width: 100%;
  -ms-transition: all 0.72s ease;
  -o-transition: all 0.72s ease;
  -webkit-transition: all 0.72s ease;
  transition: all 0.72s ease;
  text-decoration-skip: objects;
}
.regsu2 .regsu2-item .regsu2-des {
  display: block;
  margin-top: 10px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.42857143;
  color: #525A67;
}
.regsu2 .regsu2-item:hover .regsu2-cover img {
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.regsu2 .regsu2-item:hover .regsu2-des {
  color: #87959F;
}
.regsu2 .btn {
  width: 216px;
  height: 45px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 44px;
}
.regsu2 .btn.btn-bdgray {
  border-color: #232323;
}
.regsu2 .btn.btn-bdgray:hover {
  color: #fff;
  background-color: #232323;
}
@media (min-width: 768px) {
  .regsu2 h3 span {
    font-size: 22px;
    line-height: 20px;
  }
  .regsu2 .regsu2-con {
    width: 748px;
  }
  .regsu2 .regsu2-con .regsu2-page,
  .regsu-m .regsu2-con .regsu2-page {
    top: -35px;
  }
  .regsu2 .regsu2-con .regsu2-page.regsu2-prev {
    left: -8px;
  }
  .regsu2 .regsu2-con .regsu2-page.regsu2-next {
    right: -8px;
  }
  .regsu2 .regsu2-item .regsu2-cover {
    height: 100px;
  }
  .regsu2 .regsu2-item .regsu2-des {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .regsu2 h3 span {
    font-size: 24px;
    line-height: 20px;
  }
  .regsu2 .regsu2-con {
    width: 955px;
  }
  .regsu2 .regsu2-con .regsu2-page,
  .regsu-m .regsu2-con .regsu2-page {
    top: 50%;
    margin-top: -42px;
  }
  .regsu2 .regsu2-con .regsu2-page.regsu2-prev {
    left: -42px;
  }
  .regsu2 .regsu2-con .regsu2-page.regsu2-next {
    right: -42px;
  }
  .regsu2 .regsu2-item .regsu2-cover {
    height: 131px;
  }
  .regsu2 .regsu2-item .regsu2-des {
    text-align: center;
  }
}
.regsu-m {
  background-color: #fff;
  text-align: center;
}
.regsu-m > h2 {
  padding: 20px;
  font-size: 18px;
  line-height: 1.33333333;
  border-bottom: 1px solid #F6F8FA;
}
.regsu-m .regsum1 {
  padding-top: 28px;
  padding-bottom: 26px;
}
.regsu-m .regsum1 h3 {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.42857143;
}
.regsu-m .regsum2 {
  padding-top: 20px;
  padding-bottom: 30px;
}
.regsu-m .regsum2 h3 {
  margin-bottom: 20px;
}
.regsu-m .regsum2 h3 span {
  display: inline-block;
  padding-left: 5px;
  margin-left: 5px;
  font-size: 12px;
  line-height: .83333333;
  color: #020202;
  vertical-align: top;
}
.regsu-m .regsum2 h3 span + span {
  border-left: 1px solid #afbbc4;
}
.regsu-m .regsum2 .btn {
  width: 180px;
  height: 35px;
  margin-top: 20px;
  font-size: 12px;
  line-height: 34px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.regsu-m .regsu2-con {
  position: relative;
  width: 310px;
  margin-right: auto;
  margin-left: auto;
}
.regsu-m .regsu2-con .regsu2-cover {
  display: block;
  width: 70px;
  height: 53px;
}
.regsu-m .regsu2-con .regsu2-cover img {
  width: 100%;
}
.regsu-m .regsu2-con .regsu2-cover:hover img {
  opacity: 0.8;
}
.regsu-m .regsu2-con .regsu2-page {
  top: 50%;
  margin-top: -10px;
}
.regsu-m .regsu2-con .regsu2-page .iconfont {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  vertical-align: top;
}
.regsu-m .regsu2-con .regsu2-page.regsu2-mprev {
  left: -22px;
}
.regsu-m .regsu2-con .regsu2-page.regsu2-mnext {
  right: -22px;
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* container－home */
.banner-home {
  background-color: #fff;
  width: 100%;
  height: 400px;
  text-align: center;
  max-width: 1920px;
}
.banner-home .container {
  height: 100%;
  overflow: hidden;
}
.banner-home a {
  display: block;
  height: 100%;
}
.banner-home img {
  width: 100%;
  height: 100%;
}
.banner-home .swiper-pagination,
.schoolhome .sc-banner .banner-pagination,
.schoolhome .sc-banner2 .scb2-pagination {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 11;
  top: -30px;
  bottom: auto;
  width: auto;
}
.banner-home .swiper-pagination-bullet,
.schoolhome .sc-banner .swiper-pagination-bullet,
.schoolhome .sc-banner2 .swiper-pagination-bullet {
  width: 23px;
  height: 3px;
  background-color: #fff;
  border-radius: 0;
}
.banner-home-con {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 100%;
}
.banner-home .swiper-button-next,
.banner-home .swiper-button-prev {
  width: 40px;
  height: 62px;
  background-size: 100% 100%;
}
.banner-home .swiper-button-next {
  background-image: url('../mainv3/image/school/swiper-next.png');
}
.banner-home .swiper-button-prev {
  background-image: url('../mainv3/image/school/swiper-next.png');
  transform: rotate(180deg);
}
/**/
.hd-title {
  height: 112px;
}
.hd-title-icon {
  float: left;
  font-size: 40px;
  line-height: 112px;
  color: #212B34;
}
.hd-title-h2 {
  float: left;
  margin: 0 20px;
  line-height: 112px;
  color: #212B34;
  font-size: 30px;
}
.hd-title-line {
  float: left;
  margin-top: 56px;
  width: 909px;
  height: 0;
  border-top: 1px solid #EEF3F5;
}
.bg-gray .hd-title-line {
  border-color: #E3E9EF;
}
.hd-title-more {
  float: right;
  margin-top: 47px;
  color: #87959F;
}
.hd-title-more:hover {
  color: #525A67;
}
.hd-title-more:active {
  color: #525A67;
}
.hd-title-more i {
  font-size: 14px;
  float: right;
  margin: 2px 0 0 5px;
}
/*大触来了*/
.hd-dachu {
  float: left;
  position: relative;
  width: 812px;
}
.hd-dachu .hd-title-line {
  width: 544px;
}
.hd-dachu-img {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 5;
  width: 380px;
  height: 285px;
}
.hd-dachu-img img {
  width: 100%;
  height: 100%;
}
.hd-dachu-img .mask3 {
  opacity: 0;
}
.hd-dachu-img:hover .mask3 {
  opacity: 1;
}
.hd-dachu-con {
  position: relative;
}
.hd-dachu-con-des {
  position: relative;
  float: right;
  margin-bottom: 60px;
  padding: 0 46px 0 110px;
  width: 500px;
  height: 386px;
  background-color: #F6F8FA;
}
.hd-dachu-con-des h3 {
  margin: 49px 0 23px;
  font-size: 20px;
}
.hd-dachu-con-des h3 a {
  color: #212B34;
}
.hd-dachu-con-des h3 a:hover {
  color: #87959F;
}
.hd-dachu-con-des h3 a:active {
  color: #212B34;
}
.hd-dachu-con-des h4,
.hd-dachu-con-des p,
.hd-dachu-con-des h5 {
  font-size: 14px;
  color: #525A67;
}
.hd-dachu-con-des h4 {
  margin: 11px 0;
}
.hd-dachu-con-des h4 i {
  float: left;
  margin: 0 10px 0 0;
  font-size: 18px;
}
.hd-dachu-con-des p {
  margin: 19px 0 0;
  padding: 10px 0 0;
  height: 85px;
  border-top: 1px solid #E3E9EF;
}
.hd-dachu-con-des h5 {
  margin-bottom: 20px;
}
.hd-dachu-con-des h5 span {
  font-size: 18px;
  color: #FF5900;
}
.hd-dachu-con-des .btn {
  padding: 0;
}
.hd-dachu-con-des .btn + .btn {
  margin-left: 20px;
}
/*大触分享*/
.hd-dachuShare {
  float: right;
  margin-left: 20px;
  width: 348px;
}
.hd-dachuShare .hd-title-h2 {
  margin: 0 20px 0 0;
  font-size: 18px;
  color: #87959F;
}
.hd-dachuShare .hd-title-line {
  width: 198px;
}
.hd-dachuShare-con ul li {
  padding: 10px 0;
  position: relative;
}
.hd-dachuShare-con ul li span {
  z-index: -1;
  position: absolute;
  display: block;
  top: 0;
  right: calc(110%);
  left: -10px;
  height: 100%;
  background-color: #F6F8FA;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration-skip: objects;
}
.hd-dachuShare-con ul li:hover span {
  left: -10px;
  right: 0;
}
.hd-dachuShare-con ul li + li {
  border-top: 1px solid #EEF3F5;
}
.hd-dachuShare-con ul li > a {
  display: inline-block;
  float: left;
  width: 138px;
  height: 108px;
}
.hd-dachuShare-con ul li > a img {
  width: 100%;
  height: 100%;
}
.hd-dachuShare-con ul li .hd-dachuShare-des {
  float: left;
  width: 188px;
  margin-left: 15px;
}
.hd-dachuShare-con ul li .hd-dachuShare-des h3 {
  font-size: 14px;
  color: #212B34;
}
.hd-dachuShare-con ul li .hd-dachuShare-des h3 a:hover {
  color: #87959F;
}
.hd-dachuShare-con ul li .hd-dachuShare-des h3 a:active {
  color: #212B34;
}
.hd-dachuShare-con ul li .hd-dachuShare-des p {
  margin: 10px 0 23px;
  font-size: 12px;
  color: #525A67;
}
.hd-dachuShare-con ul li .hd-dachuShare-des h4 {
  font-size: 13px;
  color: #525A67;
}
/*直播好课*/
.hd-live-con {
  margin-bottom: 50px;
}
.hd-live-item {
  position: relative;
  text-align: center;
  float: left;
  width: 380px;
  height: 285px;
  overflow: hidden;
}
.hd-live-item + .hd-live-item {
  margin: 0 0 20px 20px;
}
.hd-live-item img {
  width: 100%;
  height: 100%;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  text-decoration-skip: objects;
}
.hd-live-item h3 {
  font-size: 20px;
  color: #fff;
}
.mask1,
.mask2,
.mask3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.mask1 {
  background-color: rgba(33, 33, 33, 0.5);
  opacity: 0;
}
.mask2 {
  background-color: rgba(33, 33, 33, 0.2);
}
.mask3 {
  background-color: rgba(33, 33, 33, 0.3);
}
.hd-live-item-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}
.hd-live-item-con div {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}
.hd-live-item-con h3 {
  display: inline-block;
  width: 200px;
  margin: 235px 0 20px;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration-skip: objects;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hd-live-item-con span {
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #fff;
}
.hd-live-item-con h4 {
  margin: 30px 0 20px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.hd-live-item-con h4 + h4 {
  margin-left: 10px;
}
.hd-live-item-con h4 img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.hd-live-item-con h4 em {
  display: inline-block;
  vertical-align: middle;
  max-width: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.hd-live-item-con p {
  margin: 10px 0 20px;
  font-size: 12px;
  color: #fff;
  text-align: justify;
  line-height: 1.4;
}
.hd-live-item-con span,
.hd-live-item-con h4,
.hd-live-item-con p {
  opacity: 0;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration-skip: objects;
}
.hd-live-item:hover .mask1 {
  opacity: 1;
}
.hd-live-item:hover h3 {
  margin: 0 0 20px;
}
.hd-live-item:hover h4 {
  margin: 20px 0 10px;
}
.hd-live-item:hover h4 + h4 {
  margin-left: 10px;
}
.hd-live-item:hover span,
.hd-live-item:hover h4,
.hd-live-item:hover p {
  opacity: 1;
}
.hd-live-item:hover img {
  transform: scale(1.1);
}
.hd-live-item01 {
  margin-left: 0;
  width: 380px;
  height: 590px;
}
/*轻课堂*/
.hd-lightClass .hd-title-line {
  width: 935px;
}
.hd-lightClass-con {
  margin-bottom: 70px;
}
.hd-lightClass-des {
  margin-bottom: 20px;
  padding: 20px 0;
  width: 100%;
  background-color: #F6F8FA;
  text-align: center;
}
.hd-lightClass-des li {
  float: left;
  position: relative;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.hd-lightClass-des li a {
  display: block;
  width: 280px;
  height: 210px;
  overflow: hidden;
}
.hd-lightClass-des li a img {
  width: 100%;
  height: 100%;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  text-decoration-skip: objects;
}
.hd-lightClass-des li:first-child {
  width: 300px;
}
.hd-lightClass-des li:first-child img {
  margin: 30px 0 10px;
  width: 50px;
  height: 30px;
}
.hd-lightClass-des li:first-child h3 {
  margin: 10px 0;
  font-size: 20px;
  color: #525A67;
}
.hd-lightClass-des li:first-child p {
  margin-top: 10px;
  font-size: 12px;
  color: #87959F;
  line-height: 1.67;
}
.hd-lightClass-des li:first-child + li {
  margin-left: 0;
}
.hd-lightClass-des li .mask3 {
  z-index: 10;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.hd-lightClass-des li + li {
  margin-left: 20px;
}
.hd-lightClass-des li + li:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.hd-lightClass-des li + li:hover .mask3 {
  opacity: 1;
}
.hd-lightClass-des li + li:hover a img {
  transform: scale(1.1);
}
.hd-lightClass-des li h4 {
  position: absolute;
  z-index: 12;
  bottom: 10px;
  left: 20px;
  font-size: 14px;
  color: #fff;
}
.banner02 {
  margin-top: 20px;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.banner02 img {
  width: 100%;
  height: 100%;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  text-decoration-skip: objects;
}
.banner02 .mask3 {
  opacity: 0;
}
.banner02:hover img {
  transform: scale(1.1);
}
.banner02:hover .mask3 {
  opacity: 1;
}
.lc-mask {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../mainv3/image/portrait/lc-mask.png');
  background-size: 100% 100%;
}
/*作品推荐*/
.hd-itemList {
  margin-left: -20px;
}
.hd-itemList li {
  float: left;
  width: 280px;
  height: 280px;
  margin: 0 0 20px 20px;
}
.hd-itemList li > div {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #EEF3F5;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.hd-itemList li:hover > div {
  margin-top: -10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.hd-itemList li .hd-itemList-img {
  width: 100%;
  height: 210px;
}
.hd-itemList li h3 {
  margin: 10px;
  font-size: 14px;
  color: #212B34;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hd-itemList li h3 a {
  color: #212B34;
}
.hd-itemList li h3 a:hover {
  color: #87959F;
}
.hd-itemList li h3 a:active {
  color: #212B34;
}
.hd-itemList li .hd-itemList-cell {
  color: #87959F;
}
.hd-itemList li .hd-itemList-cell span {
  float: left;
  margin-left: 10px;
}
.hd-itemList li .hd-itemList-cell span + span {
  margin-left: 20px;
}
.hd-itemList li .hd-itemList-cell i {
  float: left;
  margin: 0 6px 0 0;
  font-size: 14px;
}
.hd-itemList li .hd-itemList-author a {
  display: block;
  width: 100%;
  height: 100%;
  color: #87959F;
}
.hd-itemList li .hd-itemList-author a:hover {
  color: #212B34;
}
.hd-itemList li .hd-itemList-author a:active {
  color: #212B34;
}
.hd-itemList li .hd-itemList-author img {
  display: inline-block;
  margin: 0 7px 0 10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.hd-itemList li .hd-itemList-author span {
  display: inline-block;
  margin: 0 10px 10px 0;
  font-size: 12px;
}
.hd-works-con {
  margin-bottom: 35px;
}
.hd-works-con li {
  margin: 0 0 60px 20px;
}
.hd-works-con .hd-itemList-author {
  position: absolute;
  bottom: -40px;
  left: 0;
}
.hd-works-con .hd-itemList-author img {
  margin: 0 7px 0 0;
}
/*免费教程*/
.hd-freeCourse {
  margin-bottom: 40px;
}
.hd-freeCourse .banner02 {
  margin-bottom: 30px;
}
.hd-freeCourse-con .tags {
  margin-right: 10px;
  border-width: 1px;
  border-style: solid;
  width: 50px;
  height: 20px;
  line-height: 16px;
  font-size: 12px;
  text-align: center;
  border-radius: 20px;
}
.hd-freeCourse-con .tags.tags-video {
  border-color: #FF8407;
  color: #FF8407;
}
.hd-freeCourse-con .tags.tags-imgtxt {
  border-color: #73B2FD;
  color: #73B2FD;
}
/*精彩资讯*/
.hd-new-category {
  position: relative;
  top: -15px;
  margin-left: 20px;
}
.hd-new-category a {
  float: left;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  color: #87959F;
}
.hd-new-category a:hover {
  color: #525A67;
}
.hd-new-category a:active {
  color: #212B34;
}
.hd-new-category a + a:before {
  margin: 0 9px;
  content: "\007C";
  color: #87959F;
}
.hd-new-con {
  margin-bottom: 60px;
}
.hd-newsList {
  width: 830px;
  float: left;
}
.newsList li {
  padding: 20px;
  border: 1px solid #F6F8FA;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.newsList li:hover {
  border-color: #EEF3F5;
  background-color: #fff;
}
.newsList li .newsList-cover {
  width: 200px;
  height: 120px;
  float: left;
}
.newsList li .newsList-cover img {
  width: 200px;
  height: 120px;
}
.newsList li .newsList-des {
  float: right;
  width: 570px;
}
.newsList li h3 {
  font-size: 20px;
  color: #212B34;
}
.newsList li h3 a:hover {
  color: #87959F;
}
.newsList li h3 a:active {
  color: #212B34;
}
.newsList li p {
  margin: 8px 0 24px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #525A67;
  text-align: justify;
}
.newsList li span {
  font-size: 12px;
  color: #87959F;
}
.newsList li .newsList-des-noteTags {
  display: inline-block;
  width: 60px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  background-color: #73B2FD;
  font-size: 12px;
  border-radius: 2px;
}
.newsList li .newsList-des-noteTags a {
  color: #fff;
}
.newsList li .newsList-des-noteDate {
  margin: 0 20px 0 10px;
}
.hd-newsList02 {
  float: right;
  width: 290px;
}
.hd-newsList02 .newsList02-icon {
  position: absolute;
  top: 3px;
  left: -20px;
  font-size: 10px;
  color: #73B2FD;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.hd-newsList02 li {
  position: relative;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.hd-newsList02 li:hover {
  margin-left: 10px;
}
.hd-newsList02 li + li {
  margin-top: 33px;
}
.hd-newsList02 h3 {
  height: 36px;
  margin-bottom: 10px;
  font-size: 14px;
}
.hd-newsList02 h3 a {
  color: #525A67;
}
.hd-newsList02 h3 a:hover {
  color: #87959F;
}
.hd-newsList02 h3 a:active {
  color: #212B34;
}
.hd-newsList02 span {
  font-size: 12px;
  color: #87959F;
}
.hd-newsList02 span + span {
  margin-left: 20px;
}
/*hd-footer*/
.hd-footer li {
  float: left;
  padding-right: 35px;
}
.hd-footer li:last-child {
  float: right;
  padding: 0;
}
.hd-footer li:last-child p {
  margin-top: 30px;
  font-size: 12px;
  color: #87959F;
  text-align: center;
}
.hd-footer li + li {
  margin-left: 89px;
}
.hd-footer li h3 {
  position: relative;
  margin: 50px 0;
  font-size: 14px;
  color: #525A67;
}
.hd-footer li h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 16px;
  height: 0;
  border-bottom: 2px solid #87959F;
}
.hd-footer li a {
  display: block;
  font-size: 12px;
  color: #87959F;
  line-height: 2.5;
}
.hd-footer li a:hover {
  color: #525A67;
}
.hd-footer li a:active {
  color: #212B34;
}
.hd-footer li .hd-code {
  width: 180px;
  height: 180px;
}
.hd-link {
  position: relative;
  margin-bottom: 40px;
}
.hd-link h3 {
  position: relative;
  margin: 28px 0 40px;
  font-size: 14px;
  color: #525A67;
  text-align: center;
}
.hd-link h3:before,
.hd-link h3:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 540px;
  height: 1px;
  background-color: #EEF3F5;
}
.hd-link h3:before {
  left: 0;
}
.hd-link h3:after {
  right: 0;
}
.hd-link .hd-link-list {
  margin-left: -19px;
  width: 930px;
}
.hd-link a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #87959F;
  padding: 0 19px;
  margin-bottom: 10px;
}
.hd-link a:hover {
  color: #525A67;
}
.hd-link a:active {
  color: #212B34;
}
.hd-link a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  height: 12px;
  background-color: #87959F;
}
.hd-link .hd-link-qq {
  position: absolute;
  right: 0;
  top: 90px;
  width: 200px;
  height: 40px;
  background-color: #87959F;
  border-radius: 100px;
  text-align: center;
  color: #F6F8FA;
}
.hd-link .hd-link-qq i {
  display: inline-block;
  font-size: 20px;
  line-height: 40px;
}
.hd-link .hd-link-qq p {
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .banner-home-con {
    margin-left: -608.448px;
    width: 1216.896px;
  }
  .banner-home {
    height: 253.52px;
  }
  .hd-title-icon {
    font-size: 30px;
  }
  .hd-title-h2 {
    font-size: 20px;
    margin: 0 12.676px;
  }
  .hd-title-line {
    width: 544.4342px;
  }
  .hd-dachu {
    width: 100%;
  }
  .hd-dachu .hd-title-line {
    width: 547.6032px;
  }
  .hd-lightClass .hd-title-line {
    width: 560.913px;
  }
  .hd-dachu-img {
    top: 66px;
    width: 334.4px;
    height: 250.8px;
  }
  .hd-dachu-con-des {
    margin-bottom: 38.028px;
  }
  .hd-dachu-con-des h3 {
    margin: 63px 0 20px;
  }
  .hd-dachu-con-des p {
    height: 70px;
  }
  .hd-dachuShare {
    margin: 0 0 38.028px 0;
    width: 100%;
  }
  .hd-dachuShare .hd-title-h2 {
    margin: 0 12.676px 0 0;
  }
  .hd-dachuShare .hd-title-line {
    width: 600.8424px;
  }
  .hd-dachuShare-con ul li .hd-dachuShare-des {
    width: 499.4344px;
  }
  .hd-live-item {
    width: 240.844px;
    height: 180.633px;
  }
  .hd-live-item + .hd-live-item {
    margin: 0 0 12.676px 12.676px;
  }
  .hd-live-item-con h3 {
    margin: 142.605px 0 12.676px;
  }
  .hd-live-item-con p {
    margin: 3.338px 0 6.676px;
  }
  .hd-live-item01 {
    width: 240.844px;
    height: 373.942px;
    margin-left: 0;
  }
  .hd-live-item01 h3 {
    margin-top: 337.1816px;
  }
  .hd-lightClass-des li:first-child {
    width: 202.816px;
  }
  .hd-lightClass-des li:first-child img {
    margin: 9.507px 0 6.338px;
  }
  .hd-lightClass-des li:first-child h3 {
    margin: 3.169px 0;
  }
  .hd-lightClass-des li:first-child p {
    margin-top: 6.338px;
  }
  .hd-lightClass-des li a {
    width: 177.464px;
    height: 133.098px;
  }
  .hd-lightClass-des li + li {
    margin-left: 6.338px;
  }
  .hd-itemList {
    margin-left: -12.676px;
  }
  .hd-itemList li {
    width: 177.464px;
    height: 190.14px;
    margin: 0 0 12.676px 12.676px;
  }
  .hd-itemList li .hd-itemList-img {
    height: 133.098px;
  }
  .hd-itemList li h3 {
    margin: 6.338px;
    font-size: 12px;
    color: #212B34;
  }
  .hd-itemList li .hd-itemList-cell span {
    margin-left: 6.338px;
  }
  .hd-itemList li .hd-itemList-cell span + span {
    margin-left: 6.338px;
  }
  .hd-itemList li .hd-itemList-author img {
    margin: 0 4.4366px 0 6.338px;
  }
  .hd-itemList li .hd-itemList-author span {
    margin: 0 6.338px 6.338px 0;
    font-size: 12px;
  }
  .hd-works-con {
    margin-bottom: 22.183px;
  }
  .hd-works-con li {
    margin: 0 0 44.366px 12.676px;
  }
  .hd-works-con .hd-itemList-author {
    position: absolute;
    bottom: -31.69px;
    left: 0;
  }
  .hd-works-con .hd-itemList-author img {
    margin: 0 7px 0 0;
  }
  .hd-newsList {
    width: 526.054px;
  }
  .newsList li {
    padding: 12.676px;
  }
  .newsList li h3 {
    font-size: 14px;
  }
  .newsList li p {
    font-size: 12px;
    margin: 5px 0 15.2112px;
  }
  .newsList li .newsList-cover {
    width: 126.76px;
    height: 76.056px;
  }
  .newsList li .newsList-cover img {
    width: 126.76px;
    height: 76.056px;
  }
  .newsList li .newsList-des {
    width: 361.266px;
  }
  .hd-newsList02 {
    width: 183.802px;
  }
  .hd-newsList02 h3 {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .hd-newsList02 span {
    display: block;
    transform: scale(0.8);
    transform-origin: 0 0;
  }
  .hd-newsList02 span + span {
    margin-left: 0;
    margin-top: -3px;
  }
  .hd-newsList02 li + li {
    margin-top: 6.338px;
  }
  .hd-footer li {
    padding-right: 22.183px;
  }
  .hd-footer li + li {
    margin-left: 12.0422px;
  }
  .hd-footer li h3 {
    margin: 31.69px 0;
  }
  .hd-footer li .hd-code {
    width: 114.084px;
    height: 114.084px;
  }
  .hd-link h3:before,
  .hd-link h3:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 342.252px;
    height: 1px;
    background-color: #EEF3F5;
  }
  .hd-link .hd-link-list {
    margin-left: -12.0422px;
    width: 589.434px;
  }
  .hd-link a {
    padding: 0 12.0422px;
  }
  .hd-link .hd-link-qq {
    width: 171.126px;
    height: 25.352px;
  }
  .hd-link .hd-link-qq i,
  .hd-link .hd-link-qq p {
    line-height: 25.352px;
  }
  .hd-live-item:hover h3 {
    margin: 0 0 6.676px;
  }
  .hd-live-item:hover h4 {
    margin: 6.676px 0 3.338px;
  }
}
@media (min-width: 992px) {
  .banner-home-con {
    margin-left: -797.28px;
    width: 1594.56px;
  }
  .banner-home {
    height: 332.2px;
  }
  .hd-title-icon {
    font-size: 40px;
  }
  .hd-title-h2 {
    font-size: 30px;
    margin: 0 16.61px;
  }
  .hd-title-line {
    width: 721.7045px;
  }
  .hd-dachu {
    width: 607.926px;
  }
  .hd-dachu .hd-title-line {
    width: 342.72px;
  }
  .hd-lightClass .hd-title-line {
    width: 751.6025px;
  }
  .hd-dachu-img {
    top: 85.8px;
    width: 250.8px;
    height: 188.1px;
  }
  .hd-dachu-con-des {
    padding: 0 30px 0 80px;
    margin-bottom: 49.83px;
    width: 415.25px;
  }
  .hd-dachu-con-des h3 {
    margin: 40.6945px 0 19.1015px;
  }
  .hd-dachu-con-des p {
    height: 87.2025px;
  }
  .hd-dachuShare {
    margin: 0 0 60px 20px;
    width: 348px;
  }
  .hd-dachuShare .hd-title-h2 {
    margin: 0 20px 0 0;
  }
  .hd-dachuShare .hd-title-line {
    width: 198px;
  }
  .hd-dachuShare-con ul li .hd-dachuShare-des {
    width: 181.049px;
  }
  .hd-live-item {
    width: 315.59px;
    height: 236.6925px;
  }
  .hd-live-item + .hd-live-item {
    margin: 0 0 16.61px 16.61px;
  }
  .hd-live-item-con h3 {
    margin: 195.1675px 0 16.61px;
  }
  .hd-live-item-con p {
    margin: 8.305px 0 16.61px;
  }
  .hd-live-item01 {
    width: 315.59px;
    height: 489.995px;
  }
  .hd-live-item01 h3 {
    margin-top: 450.131px;
  }
  .hd-lightClass-des li:first-child {
    width: 249.15px;
  }
  .hd-lightClass-des li:first-child img {
    margin: 24.915px 0 8.305px;
  }
  .hd-lightClass-des li:first-child h3 {
    margin: 8.305px 0;
  }
  .hd-lightClass-des li:first-child p {
    margin-top: 8.305px;
  }
  .hd-lightClass-des li a {
    width: 232.54px;
    height: 174.405px;
  }
  .hd-lightClass-des li + li {
    margin-left: 16.61px;
  }
  .hd-itemList {
    margin-left: -16.61px;
  }
  .hd-itemList li {
    width: 232.54px;
    height: 240.845px;
    margin: 0 0 16.61px 16.61px;
  }
  .hd-itemList li .hd-itemList-img {
    height: 174.405px;
  }
  .hd-itemList li h3 {
    margin: 8.305px;
    font-size: 14px;
    color: #212B34;
  }
  .hd-itemList li .hd-itemList-cell span {
    margin-left: 8.305px;
  }
  .hd-itemList li .hd-itemList-cell span + span {
    margin-left: 8.305px;
  }
  .hd-itemList li .hd-itemList-author img {
    margin: 0 7px 0 8.305px;
  }
  .hd-itemList li .hd-itemList-author span {
    margin: 0 8.305px 8.305px 0;
    font-size: 12px;
  }
  .hd-works-con {
    margin-bottom: 29.0675px;
  }
  .hd-works-con li {
    margin: 0 0 49.83px 16.61px;
  }
  .hd-works-con .hd-itemList-author {
    position: absolute;
    bottom: -33.22px;
    left: 0;
  }
  .hd-works-con .hd-itemList-author img {
    margin: 0 7px 0 0;
  }
  .hd-newsList {
    width: 689.315px;
  }
  .newsList li {
    padding: 16.61px;
  }
  .newsList li h3 {
    font-size: 18px;
  }
  .newsList li p {
    font-size: 12px;
    margin: 8px 0 17.4405px;
  }
  .newsList li .newsList-cover {
    width: 166.1px;
    height: 99.66px;
  }
  .newsList li .newsList-cover img {
    width: 166.1px;
    height: 99.66px;
  }
  .newsList li .newsList-des {
    width: 473.385px;
  }
  .hd-newsList02 {
    width: 240.845px;
  }
  .hd-newsList02 h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .hd-newsList02 span {
    display: inline-block;
    transform: scale(1);
  }
  .hd-newsList02 span + span {
    margin-left: 16.61px;
  }
  .hd-newsList02 li + li {
    margin-top: 29.0675px;
  }
  .hd-footer li {
    padding-right: 29.0675px;
  }
  .hd-footer li + li {
    margin-left: 57.3045px;
  }
  .hd-footer li h3 {
    margin: 41.525px 0;
  }
  .hd-footer li .hd-code {
    width: 149.49px;
    height: 149.49px;
  }
  .hd-link h3:before,
  .hd-link h3:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 448.47px;
    height: 1px;
    background-color: #EEF3F5;
  }
  .hd-link .hd-link-list {
    margin-left: -15.7795px;
    width: 772.365px;
  }
  .hd-link a {
    padding: 0 15.7795px;
  }
  .hd-link .hd-link-qq {
    width: 207.625px;
    height: 33.22px;
  }
  .hd-link .hd-link-qq i,
  .hd-link .hd-link-qq p {
    line-height: 33.22px;
  }
  .hd-live-item:hover h3 {
    margin: 0 0 16.61px;
  }
  .hd-live-item:hover h4 {
    margin: 16.61px 0 8.305px;
  }
}
@media (min-width: 1200px) {
  .banner-home-con {
    margin-left: -960px;
    width: 1920px;
  }
  .banner-home {
    height: 400px;
  }
  .hd-title-icon {
    font-size: 40px;
  }
  .hd-title-h2 {
    font-size: 30px;
    margin: 0 20px;
  }
  .hd-title-line {
    width: 909px;
  }
  .hd-dachu {
    width: 812px;
  }
  .hd-dachu .hd-title-line {
    width: 544px;
  }
  .hd-lightClass .hd-title-line {
    width: 935px;
  }
  .hd-dachu-img {
    top: 50px;
    width: 380px;
    height: 285px;
  }
  .hd-dachu-con-des {
    padding: 0 46px 0 110px;
    margin-bottom: 60px;
    width: 500px;
  }
  .hd-dachu-con-des h3 {
    margin: 49px 0 23px;
  }
  .hd-dachu-con-des p {
    height: 85px;
  }
  .hd-dachuShare {
    margin: 0 0 60px 20px;
    width: 348px;
  }
  .hd-dachuShare .hd-title-h2 {
    margin: 0 20px 0 0;
  }
  .hd-dachuShare .hd-title-line {
    width: 198px;
  }
  .hd-dachuShare-con ul li .hd-dachuShare-des {
    width: 188px;
  }
  .hd-live-item {
    width: 380px;
    height: 285px;
  }
  .hd-live-item + .hd-live-item {
    margin: 0 0 20px 20px;
  }
  .hd-live-item-con h3 {
    margin: 235px 0 20px;
  }
  .hd-live-item-con p {
    margin: 10px 0 20px;
  }
  .hd-live-item01 {
    width: 380px;
    height: 590px;
  }
  .hd-live-item01 h3 {
    margin-top: 542px;
  }
  .hd-lightClass-des li:first-child {
    width: 300px;
  }
  .hd-lightClass-des li:first-child img {
    margin: 30px 0 10px;
  }
  .hd-lightClass-des li:first-child h3 {
    margin: 10px 0;
  }
  .hd-lightClass-des li:first-child p {
    margin-top: 10px;
  }
  .hd-lightClass-des li a {
    width: 280px;
    height: 210px;
  }
  .hd-lightClass-des li + li {
    margin-left: 20px;
  }
  .hd-itemList {
    margin-left: -20px;
  }
  .hd-itemList li {
    width: 280px;
    height: 280px;
    margin: 0 0 20px 20px;
  }
  .hd-itemList li .hd-itemList-img {
    height: 210px;
  }
  .hd-itemList li h3 {
    margin: 10px;
    font-size: 14px;
    color: #212B34;
  }
  .hd-itemList li .hd-itemList-cell span {
    margin-left: 10px;
  }
  .hd-itemList li .hd-itemList-cell span + span {
    margin-left: 10px;
  }
  .hd-itemList li .hd-itemList-author img {
    margin: 0 7px 0 10px;
  }
  .hd-itemList li .hd-itemList-author span {
    margin: 0 10px 10px 0;
    font-size: 12px;
  }
  .hd-works-con {
    margin-bottom: 35px;
  }
  .hd-works-con li {
    margin: 0 0 60px 20px;
  }
  .hd-works-con .hd-itemList-author {
    position: absolute;
    bottom: -40px;
    left: 0;
  }
  .hd-works-con .hd-itemList-author img {
    margin: 0 7px 0 0;
  }
  .hd-newsList {
    width: 830px;
  }
  .newsList li {
    padding: 20px;
  }
  .newsList li h3 {
    font-size: 20px;
  }
  .newsList li p {
    font-size: 14px;
    margin: 8px 0 24px;
  }
  .newsList li .newsList-cover {
    width: 200px;
    height: 120px;
  }
  .newsList li .newsList-cover img {
    width: 200px;
    height: 120px;
  }
  .newsList li .newsList-des {
    width: 570px;
  }
  .hd-newsList02 {
    width: 290px;
  }
  .hd-newsList02 h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .hd-newsList02 span {
    display: inline-block;
    transform: scale(1);
  }
  .hd-newsList02 span + span {
    margin-left: 20px;
  }
  .hd-newsList02 li + li {
    margin-top: 35px;
  }
  .hd-footer li {
    padding-right: 35px;
  }
  .hd-footer li + li {
    margin-left: 69px;
  }
  .hd-footer li h3 {
    margin: 50px 0;
  }
  .hd-footer li .hd-code {
    width: 180px;
    height: 180px;
  }
  .hd-link h3:before,
  .hd-link h3:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 540px;
    height: 1px;
    background-color: #EEF3F5;
  }
  .hd-link .hd-link-list {
    margin-left: -19px;
    width: 930px;
  }
  .hd-link a {
    padding: 0 19px;
  }
  .hd-link .hd-link-qq {
    width: 200px;
    height: 40px;
  }
  .hd-link .hd-link-qq i,
  .hd-link .hd-link-qq p {
    line-height: 40px;
  }
  .hd-live-item:hover h3 {
    margin: 0 0 20px;
  }
  .hd-live-item:hover h4 {
    margin: 20px 0 10px;
  }
}
/* dachu.css */
.dc-pagination {
  padding-top: 42px;
  padding-bottom: 75px;
}
.banner-dc,
.dc-swiper {
  width: 100%;
}
.dc-swiper .swiper-slide {
  height: 400px;
}
.dc-swiper .swiper-slide a,
.dc-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom {
  bottom: 12px;
}
.dc-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7);
}
.dc-swiper .swiper-pagination-bullet-active {
  background: #fff;
}
.banner-dc .dcbanner-prev,
.banner-dc .dcbanner-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 80px;
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  text-decoration-skip: objects;
}
.banner-dc .dcbanner-prev:hover,
.banner-dc .dcbanner-next:hover {
  opacity: 1;
}
.banner-dc .dcbanner-prev {
  left: 50%;
  margin-left: -685px;
}
.banner-dc .dcbanner-next {
  right: 50%;
  margin-right: -685px;
}
.banner-dc .swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.99)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0));
}
.banner-dc .swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.99)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.99), rgba(0, 0, 0, 0));
}
.dc-crumbs {
  margin-top: 60px;
  margin-bottom: 75px;
}
.dc-crumbs-list {
  text-align: center;
}
.dc-crumbs-list li {
  position: relative;
  display: inline-block;
  width: 160px;
  padding-right: 12px;
  padding-left: 10px;
}
.dc-crumbs-list li a {
  display: inline-block;
  color: #027CDB;
}
.dc-crumbs-list li a:hover {
  color: #0097E6;
}
.dc-crumbs-list li a:active {
  color: #027CDB;
}
.dc-crumbs-list li span {
  display: block;
}
.dc-crumbs-list li + li:after {
  position: absolute;
  top: 11px;
  bottom: 11px;
  right: 100%;
  width: 1px;
  background-color: #EEF3F5;
  content: "";
}
.dc-crumbs-img {
  width: 62px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: #027CDB;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.dc-drumbs-w {
  width: 100%;
  padding-top: 12px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
}
.dc-title {
  height: 40px;
}
.dc-title h2 {
  float: left;
  font-size: 30px;
  line-height: 1.33333333;
}
.dc-title h4 {
  line-height: 40px;
  text-align: right;
  color: #0c0c0c;
}
.dc-title .dc-title-more {
  float: right;
  display: inline-block;
  margin-left: 35px;
  font-size: 14px;
  line-height: 38px;
  color: #252525;
  text-align: center;
  border: 1px solid transparent;
  letter-spacing: 1.2px;
  cursor: pointer;
}
.dc-title .dc-title-more:hover {
  color: #87959F;
}
.dc-title .dc-title-more:active {
  color: #212B34;
}
.dc-title .dc-title-more.active {
  width: 120px;
  height: 40px;
  color: #027CDB;
  border-color: #027CDB;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.dc-title .dc-title-more.active:hover {
  color: #0097E6;
}
.dc-title .dc-title-more.active:active {
  color: #027CDB;
}
.dc-dachu .hd-dachu-con-des .dc1-guest {
  margin: 50px 0 0;
}
.dc-dachu .hd-dachu-con-des h3 {
  margin: 0;
}
.dc-dachu .hd-dachu-con-des h3 a {
  display: inline-block;
  max-width: 100%;
  color: #525A67;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dc-dachu .hd-dachu-con-des h3 a:hover {
  color: #87959F;
}
.dc-dachu .hd-dachu-con-des h3 a:active {
  color: #212B34;
}
.dc-dachu .hd-dachu-con-des h4 {
  margin: 7px 0;
}
.dc-dachu .hd-dachu-con-des p {
  margin: 0;
  padding: 0;
  height: auto;
  border-top: none;
}
.dc-dachu .hd-dachu-con-des h5 {
  margin: 10px 0;
}
.dc-dachuShare {
  float: left;
  width: 365px;
  margin-left: 20px;
}
.dc-c1 .dc-title {
  margin-bottom: 30px;
}
.dc-c2 .dc-title {
  margin-bottom: 8px;
}
.dc-dachu-con {
  float: right;
  margin-bottom: 50px;
  padding: 50px 24px 50px 126px;
  width: 500px;
  min-height: 385px;
  background-color: #F6F8FA;
}
.dc-dachu-con .hd-dachu-img {
  top: 120px;
}
.dc-dachu-con h3 {
  font-size: 20px;
  line-height: 1.2;
}
.dc-dachu-con h3 a {
  color: #525A67;
}
.dc-dachu-con h3 a:hover {
  color: #87959F;
}
.dc-dachu-con h3 a:active {
  color: #212B34;
}
.dc-dachu-con h4,
.dc-dachu-con p,
.dc-dachu-con h5 {
  color: #525A67;
}
.dc-dachu-con h4,
.dc-dachu-con p {
  font-size: 14px;
}
.dc-dachu-con h4 {
  margin: 11px 0;
}
.dc-dachu-con p {
  margin-bottom: 6px;
  height: 36px;
  line-height: 1.28571429;
}
.dc-dachu-con h5 {
  margin-bottom: 6px;
  font-size: 12px;
}
.dc-dachu-con h5 span {
  padding-right: 6px;
  padding-left: 6px;
  font-size: 18px;
  color: #FF5900;
}
.dc-dachu-con .btn {
  padding: 0;
}
.dc-dachu-con .btn + .btn {
  margin-left: 20px;
}
.dc1-guest {
  display: inline-block;
  margin-right: 10px;
  color: #525A67;
}
.dc1-guest:hover {
  color: #87959F;
}
.dc1-guest:active {
  color: #212B34;
}
.dc1-guest .dc1-guest-cover {
  width: 60px;
}
.dc1-guest img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.dc1-guest span.dc1-guest-name {
  display: block;
  padding-top: 6px;
  font-size: 30px;
  line-height: 1.2;
}
.dc1-guest-cover a {
  display: block;
}
.dc1-guest-cover:hover .dc-live-intro {
  opacity: 1;
  visibility: visible;
}
.dc-c1 ul li .hd-dachuShare-des h3 {
  height: 44px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.375;
}
.dc-live-item {
  position: relative;
  float: left;
}
.dc-live-item .dc-live-covera {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  display: block;
  width: 280px;
  height: 210px;
}
.dc-live-item .dc-live-covera .dc-live-cover {
  width: 100%;
  height: 100%;
}
.dc-live-item .dc-live-covera:hover .dc-live-play {
  opacity: 1;
  visibility: visible;
}
.dc-live-item .dc-live-play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(82, 90, 103, 0.5);
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration-skip: objects;
  text-align: center;
}
.dc-live-item .dc-live-play em {
  display: inline-block;
  font-size: 58px;
  vertical-align: middle;
  color: #fff;
  background-color: rgba(82, 90, 103, 0.7);
  border-radius: 100%;
  width: 58px;
  height: 58px;
  line-height: 1;
}
.dc-live-c {
  position: relative;
}
.dc-live-c h3 {
  margin-top: 12px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.25;
}
.dc-live-c h3 a {
  display: block;
  color: #585858;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dc-live-c h3 a:hover {
  color: #87959F;
}
.dc-live-c h3 a:active {
  color: #212B34;
}
.dc-live-c .dc1-guest {
  color: #161616;
}
.dc1-guests .dc-live-intro {
  padding: 10px 50px 10px 122px;
  color: #fff;
  background-color: #027CDB;
}
.dc1-guests .dc-live-intro h4,
.dc1-guests .dc-live-intro p {
  color: #fff;
}
.dc1-guests .dc-live-intro h4 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 1.2;
}
.dc1-guests .dc-live-intro p {
  margin-bottom: 20px;
}
.dc2-guests .dc1-guest span.dc1-guest-name {
  padding-top: 18px;
  font-size: 25px;
  line-height: 1.24;
}
.dc2-guests .dc-live-intro {
  padding: 10px 40px;
  color: #525A67;
  background-color: #F6F8FA;
}
.dc2-btns > span {
  float: left;
  display: inline-block;
  font-size: 12px;
  line-height: 3.33333333;
  color: #3d3d3d;
}
.dc2-btns > span em {
  padding-right: 6px;
  padding-left: 6px;
  font-size: 14px;
  line-height: 2.85714286;
  color: #FF5900;
}
.dc2-btns .btn {
  float: right;
}
.dc-live-intro {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  cursor: default;
  -ms-transition: all 0.36s ease;
  -o-transition: all 0.36s ease;
  -webkit-transition: all 0.36s ease;
  transition: all 0.36s ease;
  text-decoration-skip: objects;
}
.dc-live-intro h4 {
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
}
.dc-live-intro p {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.71428571;
  text-align: justify;
}
@media (min-width: 768px) {
  .dc-swiper .swiper-slide {
    height: 253.52px;
  }
  .dc-live-con {
    margin-right: -12.676px;
    margin-left: -12.676px;
  }
  .dc-live-item {
    width: 386.618px;
    padding: 12.676px;
  }
  .dc-live-item .dc-live-covera {
    top: 12.676px;
    left: 12.676px;
    width: 177.464px;
    height: 133.098px;
  }
  .dc-live-c {
    margin-left: 177.464px;
    padding-left: 22.183px;
  }
  .dc-live-c h3 {
    margin-top: 7.566px;
    margin-bottom: 15.132px;
    font-size: 18px;
  }
  .dc2-guests .dc1-guest span.dc1-guest-name {
    padding-top: 5.4px;
  }
}
@media (min-width: 992px) {
  .dc-swiper .swiper-slide {
    height: 332.2px;
  }
  .dc-live-con {
    margin-right: -16.61px;
    margin-left: -16.61px;
  }
  .dc-live-item {
    width: 506.605px;
    height: 207.625px;
    padding: 16.61px;
  }
  .dc-live-item .dc-live-covera {
    top: 16.61px;
    left: 16.61px;
    width: 232.54px;
    height: 174.405px;
  }
  .dc-live-c {
    margin-left: 232.54px;
    padding-left: 29.0675px;
  }
  .dc-live-c h3 {
    margin-top: 7.566px;
    margin-bottom: 15.132px;
    font-size: 18px;
  }
  .dc2-guests .dc1-guest span.dc1-guest-name {
    padding-top: 5.4px;
  }
}
@media (min-width: 1200px) {
  .dc-swiper .swiper-slide {
    height: 400px;
  }
  .dc-live-con {
    margin-right: -20px;
    margin-left: -20px;
  }
  .dc-live-item {
    width: 610px;
    height: 250px;
    padding: 20px;
  }
  .dc-live-item .dc-live-covera {
    top: 20px;
    left: 20px;
    width: 280px;
    height: 210px;
  }
  .dc-live-c {
    margin-left: 280px;
    padding-left: 35px;
  }
  .dc-live-c h3 {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 20px;
  }
  .dc2-guests .dc1-guest span.dc1-guest-name {
    padding-top: 18px;
  }
}
.dachuDet-border {
  overflow: hidden;
  border-right: 1px solid #EEF3F5;
  border-left: 1px solid #EEF3F5;
  border-bottom: 1px solid #EEF3F5;
}
.dachuDet-tb {
  border-top: 1px solid #EEF3F5;
}
.dachuDet-nobb {
  border-bottom: none;
}
.dachuDet-left {
  float: left;
  width: 810px;
}
.dachuDet-des {
  position: relative;
  border-width: 1px;
}
.dachuDet-des img {
  width: 100%;
  height: 275px;
}
.dachuDet-des h3 {
  margin: 20px 0 10px;
  font-size: 18px;
  color: #212B34;
  line-height: 1.4;
}
.dachuDet-des h3 a {
  color: #212B34;
}
.dachuDet-des h3 a:hover {
  color: #87959F;
}
.dachuDet-des h3 a:active {
  color: #212B34;
}
.dachuDet-des h4 {
  margin: 10px 0;
  font-size: 14px;
  color: #87959F;
}
.dachuDet-des h4 span {
  display: inline-block;
  padding: 0 14px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  background-color: #73B2FD;
  border-radius: 2px;
}
.dachuDet-des p {
  margin: 10px 0 20px;
  font-size: 14px;
  color: #525A67;
}
.dachuDet-des .btn + .btn {
  margin-left: 16px;
}
.dachuDet-des .dachuDet-btn {
  width: 160px;
}
.dachuDet-des h5 {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  color: #525A67;
  vertical-align: bottom;
}
.dachuDet-des h5 span {
  font-size: 18px;
  color: #FF5900;
}
.dachuDet-des .dachuDet-des-share {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding-left: 4px;
  margin-top: 12px;
  height: 30px;
  border-left: 1px solid #EEF3F5;
}
.dachuDet-des .dachuDet-des-share a {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #87959F;
  vertical-align: middle;
  text-align: center;
}
.dachuDet-des .dachuDet-des-share a + a {
  margin-left: 8px;
}
.dachuDet-des-con {
  padding: 20px;
}
.dachuDet-des-con .btn-dachuApply {
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
}
.dachuDet-right {
  float: right;
  width: 339px;
}
.dachuDet-title {
  margin: 20px 0;
  padding-left: 18px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  border-left: 2px solid #027CDB;
}
.dachuDet-guest {
  margin-top: 10px;
}
.dachuDet-guest-con {
  padding: 0 20px 40px 30px;
}
.dachuDet-guest-con img {
  margin-bottom: 10px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
}
.dachuDet-guest-con h3 {
  font-size: 18px;
  color: #212B34;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dachuDet-guest-con h3 img {
  display: inline-block;
  margin: 0 0 0 5px;
  width: 15px;
  height: 11px;
}
.dachuDet-guest-info {
  float: left;
  padding-top: 16px;
  width: 90px;
  text-align: center;
}
.dachuDet-guest-des {
  position: relative;
  float: right;
  padding: 30px;
  width: 630px;
  background-color: #F6F8FA;
  font-size: 14px;
  color: #525A67;
  text-align: justify;
}
.dachuDet-guest-des:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -10px;
  border-top: 10px solid transparent;
  border-right: 20px solid #F6F8FA;
  border-bottom: 10px solid transparent;
}
.dachuDet-promo-con {
  text-align: center;
  padding: 0 20px;
  width: 100%;
  height: 437px;
  display: inline-block;
}
.dachu-video {
  position: absolute;
  top: 90px;
  width: 660px!important;
  height: 390px!important;
  padding: 0!important;
  margin-left: 20px;
}
.dachu-video span {
  content: '&#xe62b';
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 100%;
  background-color: #027CDB;
  font-size: 16px;
}
.dachu-video #dachu-video {
  width: 100%;
  height: 100%;
}
.dachuDet-works-con {
  padding: 0 10px 10px;
}
.dachuDet-works-con a {
  position: relative;
  float: left;
  margin: 0 0 10px 10px;
  width: 250px;
  height: 187.5px;
}
.dachuDet-works-con a img {
  width: 100%;
  height: 100%;
}
.dachuDet-works-con a .mask2 {
  opacity: 0;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.dachuDet-works-con a:hover .mask2 {
  opacity: 1;
}
.dachuDet-inter {
  margin-bottom: 10px;
}
.dachuDet-inter img {
  float: left;
  width: 180px;
  height: 135px;
}
.dachuDet-inter .dachuDet-inter-con {
  padding: 0 20px 20px 20px;
}
.dachuDet-inter-des {
  float: right;
  width: 575px;
}
.dachuDet-inter-des h3 a {
  font-size: 18px;
  color: #212B34;
}
.dachuDet-inter-des h3 a:hover {
  color: #87959F;
}
.dachuDet-inter-des h3 a:active {
  color: #212B34;
}
.dachuDet-inter-des p {
  margin: 10px 0 20px;
  min-height: 60px;
  font-size: 14px;
  color: #525A67;
  text-align: justify;
}
.dachuDet-inter-des .dachuDet-inter-cell span {
  color: #87959F;
}
.dachuDet-inter-des .dachuDet-inter-cell span a {
  color: #87959F;
}
.dachuDet-inter-des .dachuDet-inter-cell span a:hover {
  color: #212B34;
}
.dachuDet-inter-des .dachuDet-inter-cell span a:active {
  color: #212B34;
}
.dachuDet-inter-des .dachuDet-inter-cell span i {
  margin-right: 6px;
  font-size: 17px;
}
.dachuDet-inter-des .dachuDet-inter-cell span + span {
  margin-left: 20px;
}
.comments {
  margin: 10px 0 52px;
  background-color: #F6F8FA;
  border-width: 1px;
}
.comments .dachuDet-title .comment-rank {
  float: right;
  margin-right: 20px;
  color: #525A67;
  cursor: pointer;
  height: 30px;
}
.comments .dachuDet-title .comment-rank i {
  margin: -2px 0 0 13px;
  display: inline-block;
  width: 9px;
  transform: rotate(90deg);
  color: #CED6DC;
  vertical-align: top;
}
.comments .dachuDet-title .comment-rank div {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 0;
  box-shadow: 0 5px 10px rgba(33, 43, 52, 0.1);
  border: 1px solid #EEF3F5;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.comments .dachuDet-title .comment-rank div a {
  display: block;
  width: 80px;
  height: 38px;
  line-height: 38px;
  color: #525A67;
  background-color: #fff;
  text-align: center;
}
.comments .dachuDet-title .comment-rank div a:hover {
  color: #87959F;
}
.comments .dachuDet-title .comment-rank div a:active {
  color: #212B34;
}
.comments .dachuDet-title .comment-rank div a + a {
  border-top: 1px solid #F6F8FA;
}
.comments .dachuDet-title .comment-rank:hover div {
  opacity: 1;
  visibility: inherit;
}
.comments-con {
  padding: 0 20px;
  position: relative;
}
.comment-textarea {
  display: block;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  height: 120px;
  background-color: #fff;
}
.comment-textarea-numb {
  position: absolute;
  right: 30px;
  top: 93px;
  font-size: 12px;
  color: #87959F;
}
.comment-textarea-numb span {
  color: #027CDB;
}
#comment-box .comment-textarea-numb {
  right: 10px;
}
.comment-reyd2 {
  margin: 10px 0;
}
.comments-iteam {
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #E3E9EF;
}
.comments-iteam .comments-cover {
  float: left;
  margin-right: 20px;
}
.comments-iteam .comments-cover img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.comments-iteam .comments-des {
  display: table-cell;
  width: 1000px;
}
.comments-iteam .comments-des .comments-title {
  font-size: 16px;
  color: #212B34;
}
.comments-iteam .comments-des p {
  margin: 10px 0;
  font-size: 14px;
  color: #525A67;
}
.comments-iteam .comments-des .comment-operation a {
  display: inline-block;
  color: #87959F;
  cursor: pointer;
}
.comments-iteam .comments-des .comment-operation a:hover {
  color: #212B34;
}
.comments-iteam .comments-des .comment-operation a:active {
  color: #212B34;
}
.comments-iteam .comments-des .comment-operation a + a {
  margin-left: 20px;
}
.comments-iteam .comments-des .comment-operation a i {
  font-size: 17px;
  margin-right: 6px;
}
.dachuDet-right .dachuDet-title {
  margin: 0 0 20px;
}
.dachuDet-right-item a {
  display: inline-block;
  position: relative;
  width: 100%;
}
.dachuDet-right-item a .mask2 {
  opacity: 0;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.dachuDet-right-item a:hover .mask2 {
  opacity: 1;
}
.dachuDet-right-item img {
  width: 100%;
  height: 265px;
}
.dachuDet-right-item h3 {
  margin: 10px 0 30px;
  font-size: 14px;
}
.dachuDet-right-item h3 a {
  color: #525A67;
}
.dachuDet-right-item h3 a:hover {
  color: #87959F;
}
.dachuDet-right-item h3 a:active {
  color: #212B34;
}
@media (min-width: 768px) {
  .dachuDet-left {
    width: 510.3px;
  }
  .dachuDet-des img {
    height: 173.25px;
  }
  .dachuDet-des h3 {
    margin: 12.6px 0 6.3px;
  }
  .dachuDet-des h4 {
    margin: 6.3px 0;
  }
  .dachuDet-des p {
    margin: 6.3px 0 12.6px;
  }
  .dachuDet-des .dachuDet-des-share {
    right: 12.6px;
    bottom: 12.6px;
  }
  .dachuDet-des-con {
    padding: 12.6px;
  }
  .dachuDet-right {
    width: 213.57px;
  }
  .dachuDet-guest-con {
    padding: 0 12.6px 25.2px 18.9px;
  }
  .dachuDet-guest-con img {
    margin-bottom: 6.3px;
    width: 56.7px;
    height: 56.7px;
  }
  .dachuDet-guest-info {
    padding-top: 10.08px;
    width: 56.7px;
  }
  .dachuDet-guest-des {
    padding: 18.9px;
    width: 396.9px;
  }
  .dachuDet-guest-des:before {
    left: -11.34px;
    top: 50%;
    margin-top: -6.3px;
    border-top: 6.3px solid transparent;
    border-right: 12.6px solid #F6F8FA;
    border-bottom: 6.3px solid transparent;
  }
  .dachuDet-promo-con {
    padding: 0 12.6px;
    height: 275.31px;
  }
  .dachuDet-works-con {
    padding: 0 6.3px 6.3px;
  }
  .dachuDet-works-con a {
    margin: 0 0 6.3px 6.3px;
    width: 157.5px;
    height: 118.125px;
  }
  .dachuDet-inter {
    margin-bottom: 6.3px;
  }
  .dachuDet-inter img {
    width: 113.4px;
    height: 85.05px;
  }
  .dachuDet-inter .dachuDet-inter-con {
    padding: 0 12.6px 12.6px 12.6px;
  }
  .dachuDet-inter-des {
    width: 362.25px;
  }
  .dachuDet-inter-des p {
    margin: 6.3px 0 12.6px;
    min-height: 37.8px;
  }
  .dachuDet-inter-des .dachuDet-inter-cell span + span {
    margin-left: 12.6px;
  }
  .dachuDet-right-item img {
    height: 166.95px;
  }
  .comments .dachuDet-title .comment-rank {
    margin-right: 12.6px;
    position: relative;
    display: inline-block;
  }
  .comments-con {
    padding: 0 12.6px;
  }
  .comments-iteam {
    padding: 12.6px 0;
    margin: 0 12.6px;
  }
  .comments-iteam .comments-cover {
    margin-right: 12.6px;
  }
  .comments-iteam .comments-des {
    display: table-cell;
    width: 1000px;
  }
}
@media (min-width: 992px) {
  .dachuDet-left {
    width: 664.2px;
  }
  .dachuDet-des img {
    height: 225.5px;
  }
  .dachuDet-des h3 {
    margin: 16.4px 0 8.2px;
  }
  .dachuDet-des h4 {
    margin: 8.2px 0;
  }
  .dachuDet-des p {
    margin: 8.2px 0 16.4px;
  }
  .dachuDet-des .dachuDet-des-share {
    right: 16.4px;
    bottom: 16.4px;
  }
  .dachuDet-des-con {
    padding: 16.4px;
  }
  .dachuDet-right {
    width: 277.98px;
  }
  .dachuDet-guest-con {
    padding: 0 16.4px 32.8px 24.6px;
  }
  .dachuDet-guest-con img {
    margin-bottom: 8.2px;
    width: 73.8px;
    height: 73.8px;
  }
  .dachuDet-guest-info {
    padding-top: 13.12px;
    width: 73.8px;
  }
  .dachuDet-guest-des {
    padding: 24.6px;
    width: 516.6px;
  }
  .dachuDet-guest-des:before {
    left: -16.4px;
    top: 50%;
    margin-top: -8.2px;
    border-top: 8.2px solid transparent;
    border-right: 16.4px solid #F6F8FA;
    border-bottom: 8.2px solid transparent;
  }
  .dachuDet-promo-con {
    padding: 0 16.4px;
    height: 358.34px;
  }
  .dachuDet-works-con {
    padding: 0 8.2px 8.2px;
  }
  .dachuDet-works-con a {
    margin: 0 0 8.2px 8.2px;
    width: 205px;
    height: 153.75px;
  }
  .dachuDet-inter {
    margin-bottom: 8.2px;
  }
  .dachuDet-inter img {
    width: 147.6px;
    height: 110.7px;
  }
  .dachuDet-inter .dachuDet-inter-con {
    padding: 0 16.4px 16.4px 16.4px;
  }
  .dachuDet-inter-des {
    width: 471.5px;
  }
  .dachuDet-inter-des p {
    margin: 8.2px 0 16.4px;
    min-height: 49.2px;
  }
  .dachuDet-inter-des .dachuDet-inter-cell span + span {
    margin-left: 16.4px;
  }
  .dachuDet-right-item img {
    height: 217.3px;
  }
  .comments .dachuDet-title .comment-rank {
    margin-right: 16.4px;
  }
  .comments-con {
    padding: 0 16.4px;
  }
  .comments-iteam {
    padding: 16.4px 0;
    margin: 0 16.4px;
  }
  .comments-iteam .comments-cover {
    margin-right: 16.4px;
  }
  .comments-iteam .comments-des {
    display: table-cell;
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .dachuDet-left {
    width: 810px;
  }
  .dachuDet-des img {
    height: 275px;
  }
  .dachuDet-des h3 {
    margin: 20px 0 10px;
  }
  .dachuDet-des h4 {
    margin: 10px 0;
  }
  .dachuDet-des p {
    margin: 10px 0 20px;
  }
  .dachuDet-des .dachuDet-des-share {
    right: 20px;
    bottom: 20px;
  }
  .dachuDet-des-con {
    padding: 20px;
  }
  .dachuDet-right {
    width: 339px;
  }
  .dachuDet-guest-con {
    padding: 0 20px 40px 30px;
  }
  .dachuDet-guest-con img {
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
  }
  .dachuDet-guest-info {
    padding-top: 16px;
    width: 90px;
  }
  .dachuDet-guest-des {
    padding: 30px;
    width: 630px;
  }
  .dachuDet-guest-des:before {
    left: -20px;
    top: 50%;
    margin-top: -10px;
    border-top: 10px solid transparent;
    border-right: 20px solid #F6F8FA;
    border-bottom: 10px solid transparent;
  }
  .dachuDet-promo-con {
    padding: 0 20px;
    height: 437px;
  }
  .dachuDet-works-con {
    padding: 0 10px 10px;
  }
  .dachuDet-works-con a {
    margin: 0 0 10px 10px;
    width: 250px;
    height: 187.5px;
  }
  .dachuDet-inter {
    margin-bottom: 10px;
  }
  .dachuDet-inter img {
    width: 180px;
    height: 135px;
  }
  .dachuDet-inter .dachuDet-inter-con {
    padding: 0 20px 20px 20px;
  }
  .dachuDet-inter-des {
    width: 575px;
  }
  .dachuDet-inter-des p {
    margin: 10px 0 20px;
    min-height: 60px;
  }
  .dachuDet-inter-des .dachuDet-inter-cell span + span {
    margin-left: 20px;
  }
  .dachuDet-right-item img {
    height: 265px;
  }
  .comments .dachuDet-title .comment-rank {
    margin-right: 20px;
  }
  .comments-con {
    padding: 0 20px;
  }
  .comments-iteam {
    padding: 20px 0;
    margin: 0 20px;
  }
  .comments-iteam .comments-cover {
    margin-right: 20px;
  }
  .comments-iteam .comments-des {
    display: table-cell;
    width: 1000px;
  }
}
/**/
.dc-myCourse-mask {
  display: none;
  z-index: 3;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(33, 33, 33, 0.5);
}
.dc-myCourse {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -250px 0 0 -355px;
  width: 710px;
  height: 500px;
  background-color: #fff;
}
.dc-myCourse-tl1 {
  position: relative;
  height: 44px;
  background-color: #027CDB;
  text-align: center;
  color: #fff;
}
.dc-myCourse-tl1 h3 {
  font-size: 14px;
  line-height: 44px;
}
.dc-myCourse-tl1 a {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 16px;
  color: #fff;
}
.dc-myCourse-tl2 {
  padding: 0 20px;
  height: 44px;
  background-color: #F6F8FA;
  line-height: 44px;
}
.dc-myCourse-tl2 h4 {
  font-size: 12px;
  color: #87959F;
}
.dc-myCourse-tl2 a {
  font-size: 12px;
  color: #027CDB;
  text-decoration: underline;
}
.dc-myCourse-table {
  padding-bottom: 10px;
}
.dc-myCourse-th {
  margin-bottom: 11px;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #EEF3F5;
}
.dc-myCourse-th span {
  display: inline-block;
  float: left;
  width: 105px;
  text-align: center;
  font-size: 12px;
  color: #87959F;
}
.dc-myCourse-list {
  margin: 0 10px 0 30px;
  height: 350px;
  overflow-y: scroll;
}
.dc-myCourse-list::-webkit-scrollbar {
  width: 10px;
}
.dc-myCourse-list::-webkit-scrollbar-track {
  background: #EEF3F5;
  border-radius: 11px;
}
.dc-myCourse-tr {
  margin-right: 10px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #EEF3F5;
}
.dc-myCourse-tr span {
  display: inline-block;
  width: 105px;
  text-align: center;
  font-size: 14px;
  color: #525A67;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.icon-live {
  display: inline-block;
  width: 17px;
  height: 19px;
  background-image: url('../mainv3/image/portrait/icon-live01.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: no-drop;
}
.icon-live.active {
  background-image: url('../mainv3/image/portrait/icon-live02.svg');
  cursor: pointer;
}
.icon-video {
  display: inline-block;
  width: 20px;
  height: 15px;
  background-image: url('../mainv3/image/portrait/icon-video01.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  cursor: no-drop;
}
.icon-video.active {
  background-image: url('../mainv3/image/portrait/icon-video02.svg');
  cursor: pointer;
}
.dc-myCourse-list::-webkit-scrollbar-thumb {
  background: #73B2FD;
  border-radius: 11px;
}
.bd_weixin_popup {
  box-sizing: content-box;
}
.hd-dachuShare-con ul li.dachu-more > a {
  width: 100%;
  height: 100%;
  cursor: default;
}
.qun-tips {
  display: none;
  background-color: rgba(33, 33, 33, 0.5);
  z-index: 18;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.qun-popup {
  display: none;
  position: absolute;
  top: 200px;
  left: 50%;
  margin: 0 0 0 -200px;
  width: 400px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
}
.qun-popup h2 {
  height: 80px;
  line-height: 80px;
  background-color: #f1f5f7;
  font-size: 24px;
  color: #38b2f2;
  font-weight: normal;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.qun-popup p {
  margin-top: 70px;
  font-size: 30px;
  line-height: 2;
}
.qun-popup p i {
  margin: 0 10px 0 0;
  font-size: 32px;
  color: #38b2f2;
  vertical-align: top;
}
.qun-popup-close {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #38b2f2;
  border-radius: 100%;
  font-size: 20px;
  color: #38b2f2;
  text-align: center;
  background-color: #f1f5f7;
}
/* payment.css */
.pay-course {
  padding: 20px;
}
.pay-title h4 {
  margin: 20px 0;
  font-size: 18px;
  color: #212B34;
}
.pay-title h4 em {
  font-size: 14px;
  line-height: 1.42857143;
  color: #87959F;
}
.pay-course-cover {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: 191px;
  height: 143px;
}
.pay-course-cover img {
  width: 100%;
  height: 100%;
}
.pay-course-des {
  display: inline-block;
}
.pay-course-des h3 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #212B34;
}
.pay-course-des h4 {
  font-size: 14px;
  color: #525A67;
}
.pay-course-des h4.pay-course-lt {
  margin-top: 45px;
}
.pay-course-date {
  margin-right: 20px;
}
.original-price {
  color: #87959F;
}
.original-price .pay-course-red {
  display: inline-block;
  margin-top: -5px;
  color: #FF5900;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
.pay-course-blue {
  color: #027CDB;
}
.pay-mc {
  border: 1px solid #EEF3F5;
  padding: 20px;
}
.pay-mc1 h3 {
  margin-bottom: 30px;
  font-size: 14px;
  color: #525A67;
}
.pay-mc1 h3 .pay-help {
  margin-left: 20px;
  font-size: 10px;
  color: #87959F;
}
.pay-method-list {
  position: relative;
}
.pay-method-list > li {
  position: relative;
  float: left;
  box-sizing: border-box;
}
.pay-method-list > li + li {
  margin-left: 30px;
}
.pay-method-iteam {
  position: relative;
  width: 100px;
  padding-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.pay-method-iteam .pay-method-cover {
  position: relative;
  display: block;
  width: 100px;
  height: 35px;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.pay-method-iteam .pay-method-cover img {
  width: 100%;
  height: 100%;
}
.pay-method-iteam .pay-method-dot {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -5px;
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border: 1px solid #E4EAEB;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.pay-method-iteam:hover .pay-method-dot {
  background-color: #027CDB;
}
.pay-method-iteam.active .pay-method-dot {
  background-color: #027CDB;
}
.payo-tips {
  position: absolute;
  margin: 13px 0 0 32px;
  font-size: 12px;
  color: #FF9900;
}
.payo-tips i {
  font-size: 10px;
  margin-right: 5px;
}
.pay-mo {
  margin-top: 196px;
}
.pay-mo .text-bold {
  font-size: 14px;
  color: #212B34;
}
.pay-submit.disabled {
  background-color: #c6ced5;
}
/*
* 微信二维码
*/
.pay-weixin {
  border: 1px solid #EEF3F5;
  text-align: center;
}
.pay-weixin h5 {
  margin: 80px auto 40px;
  font-size: 18px;
  color: #212B34;
}
.pay-weixin img {
  margin-bottom: 30px;
  width: 130px;
}
.pay-weixin .pay-weixin-h6 {
  display: inline-block;
  text-align: left;
}
.pay-weixin h6 {
  margin-top: 10px;
  font-size: 14px;
  color: #525A67;
}
.pay-weixin h6 span {
  color: #212B34;
}
.pay-weixin a {
  margin: 40px auto 104px;
  display: block;
  font-size: 14px;
  color: #027CDB;
  text-decoration: underline;
}
/*
* 支付成功
*/
.pay-item01,
.pay-item02 {
  text-align: center;
  border-style: solid;
  border-color: #EEF3F5;
}
.pay-item01 {
  border-width: 1px 1px 0 1px;
}
.pay-item01 img {
  margin: 50px auto 20px;
}
.pay-item01 h3 {
  margin: 20px auto 10px;
  font-size: 18px;
  color: #212B34;
}
.pay-item01 h4 {
  margin: 10px auto 30px;
  font-size: 12px;
  color: #87959F;
}
.pay-item01 h5 {
  margin: 30px auto 10px;
  color: #027CDB;
}
.pay-item01 h5 a {
  margin-left: 10px;
  color: #027CDB;
  text-decoration: underline;
}
.pay-item02 {
  position: relative;
  padding-top: 20px;
  border-width: 0 1px 1px 1px;
  background-size: 100%;
  background-color: #F6F8FA;
}
.pay-conbg {
  width: 100%;
}
.pay-item02 .pay-cover {
  margin: 0 auto 30px;
  width: 142px;
  height: 106px;
}
.pay-item02 .pay-cover img {
  width: 100%;
  height: 100%;
}
.pay-item02 .pay-item02-h4group {
  margin-bottom: 34px;
  display: inline-block;
  text-align: left;
}
.pay-item02 h4 {
  margin: 10px auto;
  font-size: 14px;
  color: #656D7A;
}
.pay-item02 h4 span {
  color: #1E2B35;
}
.pay-item02 h4 span.pay-course-blue {
  color: #027CDB;
}
/*
*/
.pay-fenqi-h5 {
  float: right;
  margin-right: 25px;
  font-size: 18px;
  color: #212B34;
}
.pay-fenqi-h5 span {
  font-size: 22px;
  color: #FF5900;
}
.pay-fenqi {
  border: 1px solid #EEF3F5;
  position: relative;
}
.pay-fenqi-img {
  width: 1120px;
  display: block;
  margin: 46px auto 70px;
}
.pay-fenqi-code {
  width: 158px;
  height: 158px;
  background-color: #eee;
  position: absolute;
  top: 148px;
  left: 44px;
}
.pay-fenqi-code img {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .pay-fenqi-img {
    width: 705.6px;
    margin: 28.98px auto 44.1px;
  }
  .pay-fenqi-code {
    width: 99.54px;
    height: 99.54px;
    top: 93.24px;
    left: 27.72px;
  }
}
@media (min-width: 992px) {
  .pay-fenqi-img {
    width: 918.4px;
    margin: 37.72px auto 57.4px;
  }
  .pay-fenqi-code {
    width: 129.56px;
    height: 129.56px;
    top: 121.36px;
    left: 36.08px;
  }
}
@media (min-width: 1200px) {
  .pay-fenqi-img {
    width: 1120px;
    margin: 46px auto 70px;
  }
  .pay-fenqi-code {
    width: 158px;
    height: 158px;
    top: 148px;
    left: 44px;
  }
}
/* my refund order 我的退费单  */
.refund-title {
  position: relative;
  min-height: 33px;
  margin-top: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #EEF3F5;
  cursor: default;
}
.refund-title h3 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 1.25;
  vertical-align: middle;
}
.refund-title span {
  display: inline-block;
  margin-left: 80px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #87959F;
}
.refund-list {
  padding-bottom: 20px;
}
.refund-list > li {
  margin-top: 20px;
  background-color: #fff;
  -ms-box-shadow: 0 2px 8px rgba(217, 217, 217, 0.6);
  -o-box-shadow: 0 2px 8px rgba(217, 217, 217, 0.6);
  -webkit-box-shadow: 0 2px 8px rgba(217, 217, 217, 0.6);
  box-shadow: 0 2px 8px rgba(217, 217, 217, 0.6);
  cursor: default;
}
.refund-list .refund-w.refund-w1 {
  width: 7.65306122%;
}
.refund-list .refund-w.refund-w2 {
  width: 7.82312925%;
}
.refund-list .refund-w.refund-w3 {
  width: 8.50340136%;
}
.refund-list .refund-w.refund-w4 {
  width: 9.3537415%;
}
.refund-list .refund-w.refund-w5 {
  width: 14.11564526%;
}
.refund-list .refund-w.refund-w6 {
  width: 19.3877551%;
}
.refund-list .refund-w.refund-w7 {
  width: 33.16326531%;
}
.refund-list .refund-heading {
  height: 44px;
  background-color: #cee4fe;
  text-align: center;
}
.refund-list .refund-heading .refund-w {
  position: relative;
  float: left;
  padding: 10px 0;
  font-size: 12px;
  line-height: 2;
}
.refund-list .refund-heading .refund-w + .refund-w:before {
  position: absolute;
  top: 15px;
  left: -1px;
  width: 2px;
  height: 14px;
  background-color: rgba(33, 43, 52, 0.12);
  content: "";
}
.refund-list .refund-con {
  padding-top: 23px;
  padding-bottom: 20px;
}
.refund-list .refund-con .orange {
  color: #ff1717;
}
.refund-list .refund-con .refund-w {
  float: left;
}
.refund-list .refund-con .refund-w:first-child {
  padding-right: 24px;
  padding-left: 24px;
}
.refund-list .refund-con .refund-w + .refund-w {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 1.5;
}
.refund-list .refund-con .refund-course {
  display: block;
}
.refund-list .refund-con .refund-course:hover .refundc-name {
  color: #027CDB;
}
.refund-list .refund-con .refund-course .refundc-cover {
  float: left;
  width: 36.25730994%;
  margin-right: 4.67836257%;
}
.refund-list .refund-con .refund-course .refundc-name {
  font-size: 14px;
}
.refund-list .refund-footer {
  padding: 20px 24px;
  border-top: 1px solid #EEF3F5;
}
.refund-list .refund-footer .refund-w {
  float: left;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 5px 70px 5px 0;
}
.refund-list .refund-footer .refundf-right {
  float: right;
}
.refund-list .refund-footer .btn {
  width: 80px;
  height: 30px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 28px;
  vertical-align: bottom;
}
.refund-list .refund-footer .btn.disabled {
  color: #87959F;
  background-color: #E3E9EF;
}
.refund-list .refund-footer .refundf-statements {
  color: #0097E6;
}
.refund-list .refund-footer .refundf-statements:hover {
  color: #027CDB;
}
.refund-list .refund-footer .refundf-agreen {
  position: relative;
  padding-left: 23px;
  font-size: 12px;
  line-height: 1.5;
}
.refund-list .refund-footer .refundf-agreen .refundf-agreenment:hover {
  color: #027CDB;
}
.refund-list .refund-footer .refundf-agreen .refundf-agreenment:active {
  color: #0097E6;
}
.refund-list .refund-footer .refundf-agreen .refundf-agreenchk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.refund-list .refund-footer .refundf-agreen .refundf-agreenchk .iconfont {
  line-height: 1;
  vertical-align: text-top;
  color: #c8c8c8;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.refund-list .refund-footer .refundf-agreen .refundf-agreenchk .iconfont:before {
  content: "\e701";
}
.refund-list .refund-footer .refundf-agreen .refundf-agreenchk.no .iconfont {
  color: #c8c8c8;
}
.refund-list .refund-footer .refundf-agreen .refundf-agreenchk.no .iconfont:before {
  content: "\e702";
}
.refund-list .refund-footer .refundf-agreen .refundf-agreenchk.yes .iconfont {
  color: #7ED321;
}
.refund-list .refund-footer .refundf-agreen .refundf-agreenchk.yes .iconfont:before {
  content: "\e701";
}
.refund-list .refund-way .dropdown-toggle {
  display: inline-block;
  min-width: 91.11111111%;
  max-width: 100%;
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #212B34;
  border: 1px solid #EEF3F5;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.refund-list .refund-way .dropdown-toggle > .caret {
  right: 12px;
  top: 13px;
  left: auto;
}
.refund-list .refund-way .dropdown-toggle:hover,
.refund-list .refund-way.open > .dropdown-toggle {
  border-color: #4dc2ff;
}
.refund-list .refund-way .dropdown-toggle:hover > .caret,
.refund-list .refund-way.open > .dropdown-toggle > .caret,
.refund-list .refund-way.open > .dropdown-toggle:hover > .caret {
  border-color: #4dc2ff transparent;
}
.refund-list .refund-way.open > .dropdown-toggle > .caret {
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.refund-list .refund-way .dropdown-menu {
  min-width: 91.11111111%;
  max-width: 100%;
  max-height: 160px;
  padding: 0;
  margin-top: 0;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #EEF3F5;
  box-shadow: none;
}
.refund-list .refund-way .dropdown-menu > li a {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #525A67;
  white-space: auto;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.refund-list .refund-way .dropdown-menu > li:hover a {
  color: #212B34;
}
.refund-list .refund-way .dropdown-menu > li.active a,
.refund-list .refund-way .dropdown-menu > li.active:hover a {
  color: #0097E6;
}
.refund-list .refund-bank,
.refund-list .refund-account {
  position: relative;
  height: 30px;
  border: 1px solid #E3E9EF;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.refund-list .refund-bank .refund-blanktxt,
.refund-list .refund-bank .refund-blankshow,
.refund-list .refund-account .refund-accounttxt,
.refund-list .refund-account .refund-accountshow {
  position: absolute;
}
.refund-list .refund-bank .refund-blanktxt,
.refund-list .refund-account .refund-accounttxt {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
  border: none;
  opacity: 0;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
  text-align: center;
}
.refund-list .refund-bank .refund-blankshow,
.refund-list .refund-account .refund-accountshow {
  top: 0;
  right: 10px;
  left: 10px;
  z-index: 0;
  display: block;
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.refund-list .refund-bank.focus,
.refund-list .refund-account.focus {
  border-color: #027CDB;
}
.refund-list .refund-bank.focus .refund-blanktxt,
.refund-list .refund-account.focus .refund-accounttxt {
  opacity: 1;
}
.refund-list .refund-account .refund-accounttxt {
  padding-right: 3px;
  padding-left: 3px;
}
.refund-list .refund-account .refund-accountshow {
  right: 3px;
  left: 3px;
}
.refund-list .refund-account .refund-accounttip {
  position: absolute;
  bottom: 29px;
  left: 50%;
  padding: 4px 5px;
  margin-left: -80px;
  color: #ff1717;
  font-size: 14px;
  line-height: 2;
  background-color: #fffdc3;
  border: 1px solid rgba(255, 23, 23, 0.5);
  visibility: hidden;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.refund-list .refund-account.focus .refund-accounttip {
  visibility: visible;
}
.refund-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  background-color: rgba(0, 0, 0, 0.6);
}
.refundm-con {
  width: 636px;
  height: 620px;
  padding: 20px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.refundm-con.static {
  position: relative;
  margin: 50px auto;
}
.refundm-con.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -310px;
  margin-left: -318px;
}
.refundm-con .refundm-close {
  position: absolute;
  top: -36px;
  cursor: pointer;
  color: #fff;
}
.refundm-con .refundm-close:hover {
  color: #e6e6e6;
}
.refundm-con .refundm-close:active {
  color: #fff;
}
.refundm-con .refundm-close .iconfont {
  font-size: 36px;
  line-height: 1;
}
.refundm-con .refundm-agreen {
  margin: 12px 10px;
  overflow: hidden;
  overflow-y: auto;
}
.refundm-con .refundm-agreen h2 {
  padding-bottom: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.refundm-con .refundm-agreen p {
  font-size: 14px;
  line-height: 2;
}
.refundm-con .refundm-statements {
  overflow: hidden;
}
.refundm-con .refundm-statements img {
  max-width: 100%;
}
.refundm-con .refundm-scroll::-webkit-scrollbar {
  width: 8px;
}
.refundm-con .refundm-scroll::-webkit-scrollbar-track {
  border-radius: 8px;
}
.refundm-con .refundm-scroll::-webkit-scrollbar-thumb {
  background-color: #E3E9EF;
  border-radius: 6px;
}
.refundm-con .refundm-scroll:hover::-webkit-scrollbar-thumb {
  background-color: #E3E9EF;
}
.refundm-con .refundm-scroll:hover::-webkit-scrollbar-thumb:hover {
  background-color: #87959F;
}
@media (min-width: 768px) {
  .refund-list .refund-con .refund-course .refundc-name {
    line-height: 1;
  }
  .refundm-con .refundm-close {
    right: -50px;
  }
}
@media (min-width: 992px) {
  .refund-list .refund-con .refund-course .refundc-name {
    line-height: 1.42857143;
  }
  .refundm-con .refundm-close {
    right: -66px;
  }
}
/* 部分分期乐支付 */
.payfql-course {
  position: relative;
  height: 70px;
  padding: 20px;
  background-color: #F6F8FA;
}
.payfql-course .payfql-cword {
  display: inline-block;
  font-size: 14px;
  line-height: 2.14285714;
  color: #525A67;
}
.payfql-course .payfql-dropdown {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 150px;
  height: 30px;
  vertical-align: top;
}
.payfql-dropdown .payfql-toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 14px;
  font-size: 14px;
  line-height: 2;
  border: 1px solid #a5cefe;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.payfql-dropdown .payfql-toggle:after {
  position: absolute;
  top: 6px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #87959F;
  border-left: 1px solid #87959F;
  content: "";
  box-sizing: border-box;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.payfql-dropdown .payfql-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.payfql-dropdown .payfql-menu > li {
  position: relative;
  white-space: nowrap;
}
.payfql-dropdown .payfql-menu > li + li {
  border-top: 1px solid #F6F8FA;
}
.payfql-dropdown .payfql-menu > li span {
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  cursor: pointer;
}
.payfql-dropdown .payfql-menu > li:hover span {
  background-color: #a5cefe;
}
.payfql-dropdown .payfql-menu > li:hover .payfql-submenu {
  display: block;
}
.payfql-dropdown .payfql-menu .payfql-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  width: 244px;
  background-color: rgba(165, 206, 254, 0.5);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-box-shadow: 0 1px 4px rgba(165, 206, 254, 0.5);
  -o-box-shadow: 0 1px 4px rgba(165, 206, 254, 0.5);
  -webkit-box-shadow: 0 1px 4px rgba(165, 206, 254, 0.5);
  box-shadow: 0 1px 4px rgba(165, 206, 254, 0.5);
}
.payfql-dropdown .payfql-menu .payfql-submenu li + li {
  border-top: 1px solid #E3E9EF;
}
.payfql-dropdown .payfql-menu .payfql-submenu li span {
  display: block;
  padding: 8px 15px 8px 18px;
  font-size: 12px;
  line-height: 1.25;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
}
.payfql-dropdown .payfql-menu .payfql-submenu li:hover span,
.payfql-dropdown .payfql-menu .payfql-submenu li.active span {
  color: #fff;
  background-color: #0097E6;
}
.payfql-dropdown.open .payfql-toggle:after {
  top: 10px;
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.payfql-dropdown.open .payfql-menu {
  display: block;
}
.pfql-course-des {
  padding-top: 30px;
}
.pfql-course-des h3 {
  max-width: 400px;
}
.pay-mcfql h4 {
  color: #525A67;
}
.pay-mcfql .pay-fql-limit {
  position: relative;
  max-width: 510px;
  padding-left: 88px;
  margin-bottom: 40px;
}
.pay-mcfql .pay-fql-limit em {
  position: absolute;
  left: 0;
  color: #87959F;
  font-size: 12px;
  line-height: 1.25;
}
.pay-mcfql .pay-fql-limit em.pay-fqlem1 {
  top: 30px;
}
.pay-mcfql .pay-fql-limit em.pay-fqlem2 {
  top: 85px;
}
.pay-mcfql .pay-fql-limit em.pay-fqlem3 {
  top: 140px;
}
.pay-mcfql .pay-fql-limit span {
  float: left;
  display: inline-block;
  width: 80px;
  height: 35px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #525A67;
  text-align: center;
  border: 1px solid #EEF3F5;
  cursor: pointer;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration-skip: objects;
}
.pay-mcfql .pay-fql-limit span:hover {
  border-color: rgba(82, 90, 103, 0.6);
}
.pay-mcfql .pay-fql-limit span.active {
  color: #027CDB;
  border-color: #027CDB;
}
.pay-mofql {
  margin-top: 82px;
}
.pay-mofql .payo-lt,
.pay-mofql .payo-rt {
  position: relative;
  height: 50px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #212B34;
}
.pay-mofql .payo-lt > span,
.pay-mofql .payo-rt > span {
  display: inline-block;
  vertical-align: middle;
}
.pay-mofql .payo-lt {
  float: left;
}
.pay-mofql .payo-rt {
  float: right;
}
.pay-mofql .original-price,
.pay-mofql .real-price {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pay-mofql .original-price {
  font-size: 20px;
  line-height: 1.5;
  color: #212B34;
}
.pay-mofql .real-price {
  padding-right: 15px;
  padding-left: 10px;
  font-size: 24px;
  line-height: 1.25;
  color: #ff5900;
}
/* pay method */
.pay-fqmethod-list {
  position: relative;
}
.pay-fqmethod-list > li {
  position: relative;
  float: left;
}
.pay-fqmethod-list > li + li {
  margin-left: 75px;
}
.pay-fqmethod-list > li.active .pay-fqmethod-iteam .pay-fqmethod-dot {
  background-color: #027CDB;
}
.pay-fqmethod-list .pay-fqmethod-iteam {
  position: relative;
  width: 120px;
  padding-left: 20px;
  cursor: pointer;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.pay-fqmethod-list .pay-fqmethod-iteam .pay-fqmethod-cover {
  position: relative;
  display: block;
  width: 100px;
  height: 35px;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.pay-fqmethod-list .pay-fqmethod-iteam .pay-fqmethod-cover img {
  width: 100%;
  height: 100%;
}
.pay-fqmethod-list .pay-fqmethod-iteam .pay-fqmethod-dot {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -5px;
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border: 1px solid #E4EAEB;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.pay-fqmethod-list .pay-fqmethod-iteam:hover .pay-fqmethod-dot {
  background-color: #027CDB;
}
/* 支付弹框 */
.pay-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
}
.pay-modal .paymc-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 400px;
  margin-top: -110px;
  margin-left: -200px;
  background-color: #fff;
  cursor: default;
  -ms-box-shadow: 0 0 6px rgba(33, 43, 52, 0.4);
  -o-box-shadow: 0 0 6px rgba(33, 43, 52, 0.4);
  -webkit-box-shadow: 0 0 6px rgba(33, 43, 52, 0.4);
  box-shadow: 0 0 6px rgba(33, 43, 52, 0.4);
}
.pay-modal .paymc-modal .pay-modal-close {
  position: absolute;
  top: 12px;
  right: 13px;
  z-index: 10;
  display: block;
  overflow: hidden;
  cursor: pointer;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.pay-modal .paymc-modal .pay-modal-close > span {
  overflow: hidden;
  font-size: 14px;
  font-weight: 300;
  color: #87959F;
}
.pay-modal .paymc-modal .pay-modal-close:hover > span {
  color: #0097E6;
}
.pay-modal .paymc-title {
  position: relative;
  height: 51px;
  padding: 13px 20px;
  border-bottom: 1px solid #E3E9EF;
}
.pay-modal .paymc-title > h3 {
  font-size: 18px;
  line-height: 1.33333333;
}
.pay-modal .paymc-con {
  position: relative;
  padding: 30px 20px;
  color: #525A67;
  text-align: center;
}
.pay-modal .paymc-con > h3 {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  line-height: 1.875;
}
.pay-modal .paymc-con > h3 > .iconfont {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-size: 30px;
  line-height: 1;
  vertical-align: top;
}
.pay-modal .paymc-con > h3 > .iconfont.icon-wancheng {
  color: #57C8BA;
}
.pay-modal .paymc-con > h3 > .iconfont.icon-quxiao {
  color: #FF5900;
}
.pay-modal .paymc-btnd {
  position: relative;
  padding-top: 30px;
}
.pay-modal .paymc-btnd .paymc-btn {
  width: 120px;
  height: 40px;
  margin-right: 15px;
  margin-left: 15px;
}
/* about.css */
.container-about {
  padding-top: 20px;
  padding-bottom: 40px;
}
.container-about .about-con {
  width: 100%;
  background-color: #f9fbfc;
  border: 1px solid #E3E9EF;
}
.container-about .about-left,
.container-about .about-right {
  position: relative;
  float: left;
}
.container-about .about-right {
  min-height: 710px;
  background-color: #fff;
  border-left: 1px solid #E3E9EF;
}
.container-about .about-subnav > li {
  border-bottom: 1px solid #E3E9EF;
}
.container-about .about-subnav > li > a {
  display: block;
  padding: 15px 15px 15px 45px;
  font-size: 14px;
  line-height: 2;
  border-left: 3px solid transparent;
}
.container-about .about-subnav > li:hover a {
  color: #0097E6;
}
.container-about .about-subnav > li.active {
  background-color: #fff;
}
.container-about .about-subnav > li.active > a {
  font-weight: 700;
  color: #0097E6;
  border-left-color: #0097E6;
}
.container-about .about-title {
  position: relative;
  padding: 15px 38px;
  border-bottom: 1px solid #E3E9EF;
}
.container-about .about-title h1 {
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  color: #212B34;
}
.container-about .about-c1,
.container-about .copyright-con {
  position: relative;
  padding: 16px 38px 22px;
}
.container-about .copyright-con {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .container-about .about-left {
    width: 166px;
  }
  .container-about .about-right {
    width: 580px;
  }
}
@media (min-width: 992px) {
  .container-about .about-left {
    width: 198px;
  }
  .container-about .about-right {
    width: 780px;
  }
}
@media (min-width: 1200px) {
  .container-about .about-left {
    width: 258px;
  }
  .container-about .about-right {
    width: 920px;
  }
}
.about-right .about-h3 {
  padding-top: 10px;
}
.about-right .about-h3 strong {
  display: inline-block;
  padding: 6px 16px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  background-color: #027CDB;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.about-right .about-h4 {
  padding-top: 8px;
  font-size: 16px;
  line-height: 2;
  color: #212B34;
}
.about-right .about-h4 strong {
  font-weight: 700;
}
.about-right .about-h4.fcblue {
  color: #0097E6;
}
.about-right .about-h5 {
  font-size: 16px;
  line-height: 2;
  color: #525A67;
}
.about-right p {
  position: relative;
  font-size: 14px;
  line-height: 2;
  color: #525A67;
}
.about-right p strong {
  font-size: 15px;
  color: #212B34;
}
.about-right a {
  color: #027CDB;
  text-decoration: underline;
}
.about-right a:hover {
  color: #0097E6;
  text-decoration: none;
}
.about-right .aboutlan-h2,
.about-right .aboutlan-h3 {
  text-align: center;
}
.about-right .aboutlan-h2 {
  padding-top: 10px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.25;
  color: #0097E6;
}
.about-right .aboutlan-h3 {
  padding-top: 4px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  color: #525A67;
}
.about-right .aboutlan-honor {
  padding-top: 10px;
}
.about-right .aboutlan-honor img {
  padding: 15px;
}
.about-right .aboutlan-history {
  padding-top: 10px;
}
.about-right .aboutlan-history li,
.about-right .faqs-list li {
  font-size: 14px;
  line-height: 2;
  color: #525A67;
}
.about-right .aboutlan-code .aboutlan-code1 {
  float: left;
  width: 45%;
  text-align: center;
}
.about-right .aboutlan-code .aboutlan-code1 .aboutlan-cd1 {
  display: inline-block;
  width: 120px;
}
.about-right .aboutlan-code .aboutlan-code1 .aboutlan-cd1 img {
  width: 90px;
  height: 90px;
  padding: 8px;
  margin: 10px 10px 0;
  border: 1px solid #E3E9EF;
}
.about-right .aboutlan-code .aboutlan-code1 .aboutlan-cd1 span {
  display: block;
  font-size: 12px;
  line-height: 2;
  color: #87959F;
}
.about-right .faqs-list li {
  padding-left: 10px;
}
/* container－works.css */
.bg-gray {
  overflow: hidden;
}
.works-nav {
  margin: 20px auto;
  height: 60px;
  line-height: 60px;
}
.works-nav a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 1.42857143;
}
.works-nav .works-category {
  margin-left: 22px;
}
.works-nav .works-category a {
  color: #525A67;
}
.works-nav .works-category a:hover {
  color: #87959F;
}
.works-nav .works-category a:active {
  color: #212B34;
}
.works-nav .works-category a.active {
  color: #027CDB;
}
.works-nav .works-sort {
  margin-right: 17px;
  margin-top: 15px;
}
.works-nav .works-sort a {
  float: left;
  margin: 0 5px;
  color: #87959F;
}
.works-nav .works-sort a:hover {
  color: #525A67;
}
.works-nav .works-sort a:active {
  color: #212B34;
}
.works-nav .works-sort a.active {
  padding-right: 12px;
  padding-left: 12px;
  color: #212B34;
  background-color: #F6F8FA;
}
.works-nav .works-sort a.works-sbtn {
  width: 80px;
  height: 30px;
  padding: 0;
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.works-works .hd-works-con {
  margin-bottom: 0;
}
.works-pagination {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .works-nav .works-category a {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media (min-width: 992px) {
  .works-nav .works-category a {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.works-pop {
  display: block;
}
.works-pop img {
  width: 100%;
}
.schoolhome {
  /* container－school */
  /* banner */
  /* banner2 */
  /*menu*/
  /*modal*/
  /* part3 */
  /* part4 */
  /* part5 */
  /* part6 */
  /* part7 */
  /* part8 */
  /* part9 */
}
.schoolhome .header-school .header-subnav {
  opacity: 1;
  visibility: inherit;
}
.schoolhome .header-school .header-subnav > li {
  position: relative;
  height: 57px;
  line-height: 57px;
}
.schoolhome .header-school .header-subnav > li:last-child {
  height: 58px;
  line-height: 58px;
  border-bottom: none;
}
.schoolhome .header-school .header-subnav > li:last-child ul li:first-child {
  margin: 23px 0 13px;
}
.schoolhome .header-school .header-subnav ul {
  display: block;
  width: auto;
  height: auto;
  padding-left: 0;
  background-color: #0064A8;
  border: none;
}
.schoolhome .header-school .header-subnav ul li {
  margin: 23px 0 14px;
}
.schoolhome .header-school .header-subnav ul li a {
  width: 270px;
  color: #fff;
}
.schoolhome .header-school .header-subnav ul li a:hover {
  color: #73B2FD;
}
@media (min-width: 768px) {
  .schoolhome .header-school .header-subnav-btn,
  .schoolhome .header-school .header-subnav {
    width: 81.9px;
  }
  .schoolhome .header-school .header-subnav > li {
    height: 35.91px;
    line-height: 35.91px;
    font-size: 12px;
  }
  .schoolhome .header-school .header-subnav > li:last-child {
    height: 36.54px;
    line-height: 36.54px;
    border-bottom: none;
  }
  .schoolhome .header-school .header-subnav > li:last-child ul li:first-child {
    margin: 12.6px 0 6.3px;
  }
  .schoolhome .header-school .header-subnav > li ul li {
    margin: 12.6px 0 6.3px;
  }
  .schoolhome .header-school .header-subnav > li ul li span {
    font-size: 12px;
  }
  .schoolhome .header-school .header-subnav > li ul li a {
    margin: 0 0 6.3px 18.9px;
  }
}
@media (min-width: 992px) {
  .schoolhome .header-school .header-subnav-btn,
  .schoolhome .header-school .header-subnav {
    width: 143.5px;
  }
  .schoolhome .header-school .header-subnav > li {
    height: 46.74px;
    line-height: 46.74px;
    font-size: 14px;
  }
  .schoolhome .header-school .header-subnav > li:last-child {
    height: 47.56px;
    line-height: 47.56px;
    border-bottom: none;
  }
  .schoolhome .header-school .header-subnav > li:last-child ul li:first-child {
    margin: 17.22px 0 9.02px;
  }
  .schoolhome .header-school .header-subnav > li ul li {
    margin: 17.22px 0 9.84px;
  }
  .schoolhome .header-school .header-subnav > li ul li span {
    font-size: 14px;
  }
  .schoolhome .header-school .header-subnav > li ul li a {
    margin: 0 0 8.2px 24.6px;
  }
}
@media (min-width: 1200px) {
  .schoolhome .header-school .header-subnav-btn,
  .schoolhome .header-school .header-subnav {
    width: 170px;
  }
  .schoolhome .header-school .header-subnav > li {
    height: 57px;
    line-height: 57px;
    font-size: 14px;
  }
  .schoolhome .header-school .header-subnav > li:last-child {
    height: 58px;
    line-height: 58px;
    border-bottom: none;
  }
  .schoolhome .header-school .header-subnav > li:last-child ul li:first-child {
    margin: 23px 0 13px;
  }
  .schoolhome .header-school .header-subnav > li ul li {
    margin: 23px 0 14px;
  }
  .schoolhome .header-school .header-subnav > li ul li span {
    font-size: 14px;
  }
  .schoolhome .header-school .header-subnav > li ul li a {
    margin: 0 0 10px 30px;
  }
}
@keyframes moveInLeft {
  from {
    right: 100%;
  }
  to {
    right: 0;
  }
}
@keyframes playing {
  50% {
    height: 7px;
    margin-top: 9px;
  }
}
@keyframes moveInTop {
  50% {
    margin-top: -23px;
  }
}
.schoolhome .container-wrap-school > div {
  text-align: center;
}
.schoolhome .sc-btnd {
  text-align: center;
}
.schoolhome .sc-btnd .sc-btn {
  position: relative;
  width: auto;
  height: auto;
  padding: 10px 20px;
  color: #ff5b02;
  font-size: 18px;
  line-height: 25px;
  background-color: transparent;
}
.schoolhome .sc-btnd .sc-btn:before,
.schoolhome .sc-btnd .sc-btn:after {
  position: absolute;
  right: 0;
  background-color: #ff5b02;
  content: "";
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration-skip: objects;
}
.schoolhome .sc-btnd .sc-btn:before {
  bottom: -1px;
  left: 0;
  height: 1px;
}
.schoolhome .sc-btnd .sc-btn:after {
  top: 100%;
  width: 1px;
  height: 12px;
  margin-top: 1px;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.schoolhome .sc-btnd .sc-btn:hover {
  color: #ff6c1c;
}
.schoolhome .sc-btnd .sc-btn:hover:before,
.schoolhome .sc-btnd .sc-btn:hover:after {
  -ms-animation: moveInLeft 0.82s ease;
  -o-animation: moveInLeft 0.82s ease;
  -webkit-animation: moveInLeft 0.82s ease;
  animation: moveInLeft 0.82s ease;
}
@media (min-width: 768px) {
  .schoolhome .sc-btnd {
    margin-top: 12.6px;
  }
}
@media (min-width: 992px) {
  .schoolhome .sc-btnd {
    margin-top: 16.6px;
  }
}
@media (min-width: 1200px) {
  .schoolhome .sc-btnd {
    margin-top: 20px;
  }
}
.schoolhome .sc-h2 {
  font-size: 30px;
  line-height: 1.4;
  color: #212B34;
}
.schoolhome .sc-h3 {
  margin: 10px auto 40px;
  font-size: 18px;
  line-height: 1.38888889;
  color: #87959F;
}
.schoolhome .sc-advbit {
  display: block;
  width: 100%;
}
.schoolhome .sc-advbit img {
  width: 100%;
}
@media (min-width: 768px) {
  .schoolhome .sc-advbit {
    margin-bottom: 25.2px;
  }
}
@media (min-width: 992px) {
  .schoolhome .sc-advbit {
    margin-bottom: 33.2px;
  }
}
@media (min-width: 1200px) {
  .schoolhome .sc-advbit {
    margin-bottom: 40px;
  }
}
.schoolhome .sc-banner .banner-con,
.schoolhome .sc-banner2 .banner-home-con {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 100%;
  margin-left: -960px;
  text-align: center;
}
.schoolhome .sc-banner .banner-con a,
.schoolhome .sc-banner2 .banner-home-con a {
  display: block;
  width: 100%;
  height: 100%;
}
.schoolhome .sc-banner .banner-con img,
.schoolhome .sc-banner2 .banner-home-con img {
  height: 100%;
}
@media (min-width: 768px) {
  .schoolhome .sc-banner,
  .schoolhome .sc-banner2 .banner {
    height: 252px;
  }
}
@media (min-width: 992px) {
  .schoolhome .sc-banner,
  .schoolhome .sc-banner2 .banner {
    height: 332px;
  }
}
@media (min-width: 1200px) {
  .schoolhome .sc-banner,
  .schoolhome .sc-banner2 .banner {
    height: 400px;
  }
}
.schoolhome .sc-banner2 .scb2-prev,
.schoolhome .sc-banner2 .scb2-next {
  width: 40px;
  height: 62px;
  background-size: 100% 100%;
}
.schoolhome .sc-banner2 .scb2-next {
  background-image: url('http://assets-cdn.lanqb.com//imgv3/image/page-next.png');
}
.schoolhome .sc-banner2 .scb2-prev {
  background-image: url('http://assets-cdn.lanqb.com//imgv3/image/page-next.png');
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .schoolhome .sc-banner2 {
    padding-top: 37.8px;
  }
}
@media (min-width: 992px) {
  .schoolhome .sc-banner2 {
    padding-top: 49.8px;
  }
}
@media (min-width: 1200px) {
  .schoolhome .sc-banner2 {
    padding-top: 60px;
  }
}
.schoolhome .sc-menu {
  overflow: hidden;
}
.schoolhome .sc-menu .sc-menulist {
  border-left: 1px solid #EEF3F5;
}
.schoolhome .sc-menu li {
  float: left;
  width: 20%;
  text-align: center;
  border-right: 1px solid #EEF3F5;
}
.schoolhome .sc-menu li .sc-menucover {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.schoolhome .sc-menu li .sc-menucover strong {
  display: block;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(82, 90, 103, 0.8);
}
.schoolhome .sc-menu li .sc-menucover:hover strong {
  color: #027CDB;
}
.schoolhome .sc-menu li .sc-menu-img {
  display: block;
  text-align: center;
}
.schoolhome .sc-menu li .sc-menu-img img {
  height: 100%;
}
@media (min-width: 768px) {
  .schoolhome .sc-menu li {
    padding: 21.42px 0 25.2px;
  }
  .schoolhome .sc-menu li .sc-menucover strong {
    font-size: 12.6px;
  }
  .schoolhome .sc-menu li .sc-menu-img {
    height: 39.06px;
    margin: 0 auto 12.6px;
  }
}
@media (min-width: 992px) {
  .schoolhome .sc-menu li {
    padding: 28.22px 0 33.2px;
  }
  .schoolhome .sc-menu li .sc-menucover strong {
    font-size: 16.6px;
  }
  .schoolhome .sc-menu li .sc-menu-img {
    height: 51.46px;
    margin: 0 auto 16.6px;
  }
}
@media (min-width: 1200px) {
  .schoolhome .sc-menu li {
    padding: 34px 0 40px;
  }
  .schoolhome .sc-menu li .sc-menucover strong {
    font-size: 20px;
  }
  .schoolhome .sc-menu li .sc-menu-img {
    height: 62px;
    margin: 0 auto 20px;
  }
}
.schoolhome .sc-modal {
  position: fixed;
  z-index: 15;
  display: none;
  background-color: rgba(33, 43, 52, 0.5);
}
.schoolhome .sc-modal.active {
  display: block;
}
.schoolhome .sc-modal .sc-vc {
  position: fixed;
  width: 900px;
  height: 506px;
  top: 50%;
  left: 50%;
  margin: -253px 0 0 -450px;
  background-color: #E3E9EF;
}
.schoolhome .sc-modal .sc-vc .iconfont {
  display: block;
  position: absolute;
  right: -35px;
  top: 0;
  font-size: 30px;
  color: #fff;
}
@media (min-width: 768px) {
  .schoolhome .sc-modal .sc-vc {
    width: 567px;
    height: 318.78px;
    margin: -159.39px 0 0 -283.5px;
  }
}
@media (min-width: 992px) {
  .schoolhome .sc-modal .sc-vc {
    width: 747px;
    height: 419.98px;
    margin: -209.99px 0 0 -373.5px;
  }
}
@media (min-width: 1200px) {
  .schoolhome .sc-modal .sc-vc {
    width: 900px;
    height: 506px;
    margin: -253px 0 0 -450px;
  }
}
.schoolhome .sc-part3 .sc3-vc {
  float: left;
}
.schoolhome .sc-part3 .sc3-dc {
  float: right;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #E3E9EF;
}
.schoolhome .sc-part3 .sc3-video {
  width: 100%;
  background-color: #E3E9EF;
}
.schoolhome .sc-part3 .sc3-tab {
  border-bottom: 1px solid #E3E9EF;
}
.schoolhome .sc-part3 .sc3-tab span {
  display: inline-block;
  width: 50%;
  cursor: pointer;
}
.schoolhome .sc-part3 .sc3-tab span em {
  display: inline-block;
  color: #525A67;
  border-bottom: 1px solid transparent;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.schoolhome .sc-part3 .sc3-tab span:hover em {
  color: #212B34;
}
.schoolhome .sc-part3 .sc3-tab span.active em {
  color: #ff5b02;
  border-bottom-color: #ff5b02;
}
.schoolhome .sc-part3 .sc3-tabcon {
  overflow: hidden;
  overflow-y: auto;
}
.schoolhome .sc-part3 .sc3-tabcon::-webkit-scrollbar {
  width: 4px;
}
.schoolhome .sc-part3 .sc3-tabcon::-webkit-scrollbar-track {
  border-radius: 4px;
}
.schoolhome .sc-part3 .sc3-tabcon::-webkit-scrollbar-thumb {
  background-color: #E3E9EF;
  border-radius: 3px;
}
.schoolhome .sc-part3 .sc3-tabcon:hover::-webkit-scrollbar-thumb {
  background-color: #E3E9EF;
}
.schoolhome .sc-part3 .sc3-tabcon:hover::-webkit-scrollbar-thumb:hover {
  background-color: #a3aeb6;
}
.schoolhome .sc-part3 .sc3-list {
  display: none;
}
.schoolhome .sc-part3 .sc3-list.active {
  display: block;
}
.schoolhome .sc-part3 .sc3-list.nolast li:last-child {
  border-bottom: none;
}
.schoolhome .sc-part3 .sc3-list li {
  position: relative;
  color: rgba(82, 90, 103, 0.9);
  text-align: left;
  border-bottom: 1px solid #E3E9EF;
  cursor: pointer;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.schoolhome .sc-part3 .sc3-list li:hover {
  color: #212B34;
}
.schoolhome .sc-part3 .sc3-list li:hover em {
  background-color: #87959F;
}
.schoolhome .sc-part3 .sc3-list li.active {
  color: #027CDB;
}
.schoolhome .sc-part3 .sc3-list li.active em,
.schoolhome .sc-part3 .sc3-list li.active em:before,
.schoolhome .sc-part3 .sc3-list li.active em:after {
  width: 2px;
  height: 16px;
  background-color: #027CDB;
  -webkit-border-radius: 0;
  border-radius: 0;
  -ms-animation: playing 0.85s infinite;
  -o-animation: playing 0.85s infinite;
  -webkit-animation: playing 0.85s infinite;
  animation: playing 0.85s infinite;
}
.schoolhome .sc-part3 .sc3-list li.active em {
  animation-delay: .1s;
}
.schoolhome .sc-part3 .sc3-list li.active em:before,
.schoolhome .sc-part3 .sc3-list li.active em:after {
  position: absolute;
  bottom: 0;
  content: "";
}
.schoolhome .sc-part3 .sc3-list li.active em:before {
  left: -7px;
  animation-delay: .2s;
}
.schoolhome .sc-part3 .sc3-list li.active em:after {
  right: -7px;
  animation-delay: .3s;
}
.schoolhome .sc-part3 .sc3-list li.living span:before {
  position: absolute;
  top: 50%;
  left: 100%;
  content: "";
  width: 16px;
  height: 16px;
  margin-top: -20px;
  background: url('http://assets-cdn.lanqb.com/onschv3/school/bubble.png') no-repeat center center;
  background-size: 100% auto;
  -ms-animation: moveInTop 1s infinite;
  -o-animation: moveInTop 1s infinite;
  -webkit-animation: moveInTop 1s infinite;
  animation: moveInTop 1s infinite;
}
.schoolhome .sc-part3 .sc3-list em {
  position: absolute;
  background-color: #E3E9EF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.schoolhome .sc-part3 .sc3-list span {
  position: relative;
  display: inline-block;
  max-width: 98%;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .schoolhome .sc-part3 {
    padding-top: 31.5px;
    padding-bottom: 35.91px;
  }
  .schoolhome .sc-part3 .sc-h2 {
    margin-bottom: 25.2px;
  }
  .schoolhome .sc-part3 .sc-btnd {
    margin-top: 18.9px;
  }
  .schoolhome .sc-part3 .sc3-vc {
    width: 456.12px;
  }
  .schoolhome .sc-part3 .sc3-dc {
    width: 291.69px;
    height: 282.24px;
  }
  .schoolhome .sc-part3 .sc3-video {
    height: 282.24px;
  }
  .schoolhome .sc-part3 .sc3-tab {
    height: 46.62px;
  }
  .schoolhome .sc-part3 .sc3-tab span {
    padding: 10.08px;
  }
  .schoolhome .sc-part3 .sc3-tab span em {
    padding: 2.52px 0;
    font-size: 14px;
    line-height: 1.5;
  }
  .schoolhome .sc-part3 .sc3-tabcon {
    height: 234.36px;
  }
  .schoolhome .sc-part3 .sc3-list {
    margin-left: 46.62px;
  }
  .schoolhome .sc-part3 .sc3-list li {
    min-height: 39.06px;
  }
  .schoolhome .sc-part3 .sc3-list li.active em {
    top: 10.71px;
    left: -18.9px;
  }
  .schoolhome .sc-part3 .sc3-list em {
    top: 17.64px;
    left: -18.9px;
    width: 3.78px;
    height: 3.78px;
  }
  .schoolhome .sc-part3 .sc3-list span {
    padding: 9.45px 2.52px;
  }
}
@media (min-width: 992px) {
  .schoolhome .sc-part3 {
    padding-top: 41.5px;
    padding-bottom: 47.31px;
  }
  .schoolhome .sc-part3 .sc-h2 {
    margin-bottom: 33.2px;
  }
  .schoolhome .sc-part3 .sc-btnd {
    margin-top: 24.9px;
  }
  .schoolhome .sc-part3 .sc3-vc {
    width: 595.525px;
  }
  .schoolhome .sc-part3 .sc3-dc {
    width: 384.29px;
    height: 371.84px;
  }
  .schoolhome .sc-part3 .sc3-video {
    height: 371.84px;
  }
  .schoolhome .sc-part3 .sc3-tab {
    height: 61.42px;
  }
  .schoolhome .sc-part3 .sc3-tab span {
    padding: 16.6px;
  }
  .schoolhome .sc-part3 .sc3-tab span em {
    padding: 3.32px 0;
    font-size: 16px;
    line-height: 1.3125;
  }
  .schoolhome .sc-part3 .sc3-tabcon {
    height: 308.76px;
  }
  .schoolhome .sc-part3 .sc3-list {
    margin-left: 61.42px;
  }
  .schoolhome .sc-part3 .sc3-list li {
    min-height: 51.46px;
  }
  .schoolhome .sc-part3 .sc3-list li.active em {
    top: 17.43px;
    left: -24.9px;
  }
  .schoolhome .sc-part3 .sc3-list em {
    top: 23.24px;
    left: -24.9px;
    width: 4.98px;
    height: 4.98px;
  }
  .schoolhome .sc-part3 .sc3-list span {
    padding: 14.11px 3.32px;
  }
}
@media (min-width: 1200px) {
  .schoolhome .sc-part3 {
    padding-top: 50px;
    padding-bottom: 57px;
  }
  .schoolhome .sc-part3 .sc-h2 {
    margin-bottom: 40px;
  }
  .schoolhome .sc-part3 .sc-btnd {
    margin-top: 30px;
  }
  .schoolhome .sc-part3 .sc3-vc {
    width: 717px;
  }
  .schoolhome .sc-part3 .sc3-dc {
    width: 463px;
    height: 448px;
  }
  .schoolhome .sc-part3 .sc3-video {
    height: 448px;
  }
  .schoolhome .sc-part3 .sc3-tab {
    height: 74px;
  }
  .schoolhome .sc-part3 .sc3-tab span {
    padding: 20px;
  }
  .schoolhome .sc-part3 .sc3-tab span em {
    padding: 4px 0;
    font-size: 18px;
    line-height: 25px;
  }
  .schoolhome .sc-part3 .sc3-tabcon {
    height: 372px;
  }
  .schoolhome .sc-part3 .sc3-list {
    margin-left: 74px;
  }
  .schoolhome .sc-part3 .sc3-list li {
    min-height: 62px;
  }
  .schoolhome .sc-part3 .sc3-list li.active em {
    top: 21px;
    left: -30px;
  }
  .schoolhome .sc-part3 .sc3-list em {
    top: 28px;
    left: -30px;
    width: 6px;
    height: 6px;
  }
  .schoolhome .sc-part3 .sc3-list span {
    padding: 20px 4px;
  }
}
.schoolhome .sc-part4 .sc4-list li {
  float: left;
  width: 25%;
  text-align: left;
}
.schoolhome .sc-part4 .sc4-list li.sc4-more .sc4-cover .sc4-des {
  bottom: 50%;
  margin-bottom: -14px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.schoolhome .sc-part4 .sc4-cover {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  border: 1px solid #E3E9EF;
  cursor: pointer;
}
.schoolhome .sc-part4 .sc4-cover:before,
.schoolhome .sc-part6 .sc6-cover:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration-skip: objects;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 35%, rgba(33, 43, 52, 0.59) 90%, rgba(33, 43, 52, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 35%, rgba(33, 43, 52, 0.59) 90%, rgba(33, 43, 52, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.23) 35%, rgba(33, 43, 52, 0.59) 90%, rgba(33, 43, 52, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6212b34', GradientType=0);
}
.schoolhome .sc-part4 .sc4-cover img {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration-skip: objects;
}
.schoolhome .sc-part4 .sc4-cover .sc4-des {
  position: absolute;
  z-index: 2;
}
.schoolhome .sc-part4 .sc4-cover .sc4-des .iconfont,
.schoolhome .sc-part6 .sc6-des .sc6-play .iconfont {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-weight: 300;
  line-height: 1;
}
.schoolhome .sc-part4 .sc4-cover .sc4-des .iconfont:before,
.schoolhome .sc-part6 .sc6-des .sc6-play .iconfont:before {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
  z-index: -1;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.schoolhome .sc-part4 .sc4-cover .sc4-des span {
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.schoolhome .sc-part4 .sc4-cover:hover:before,
.schoolhome .sc-part6 .sc6-item:hover .sc6-cover:before {
  opacity: 0.35;
}
.schoolhome .sc-part4 .sc4-cover:hover img,
.schoolhome .sc-part6 .sc6-item:hover .sc6-cover img {
  -ms-transform: scale(1.065);
  -o-transform: scale(1.065);
  -webkit-transform: scale(1.065);
  transform: scale(1.065);
}
.schoolhome .sc-part4 .sc4-cover:hover .sc4-des .iconfont:before,
.schoolhome .sc-part6 .sc6-des .sc6-play:hover .iconfont:before {
  background-color: #027CDB;
}
@media (min-width: 768px) {
  .schoolhome .sc-part4 {
    padding-top: 37.8px;
    padding-bottom: 36.54px;
  }
  .schoolhome .sc-part4 .sc4-list {
    margin-right: -6.3px;
    margin-left: -6.3px;
  }
  .schoolhome .sc-part4 .sc4-list li {
    padding: 6.3px;
  }
  .schoolhome .sc-part4 .sc4-cover {
    height: 132.93px;
  }
  .schoolhome .sc-part4 .sc4-cover .sc4-des {
    right: 11.34px;
    left: 11.34px;
    bottom: 8.82px;
    min-height: 18.9px;
  }
  .schoolhome .sc-part4 .sc4-cover .sc4-des .iconfont,
  .schoolhome .sc-part6 .sc6-des .sc6-play .iconfont {
    font-size: 19px;
  }
  .schoolhome .sc-part4 .sc4-cover .sc4-des span {
    padding-left: 25.2px;
    line-height: 1.35714286;
  }
}
@media (min-width: 992px) {
  .schoolhome .sc-part4 {
    padding-top: 49.8px;
    padding-bottom: 48.14px;
  }
  .schoolhome .sc-part4 .sc4-list {
    margin-right: -8.3px;
    margin-left: -8.3px;
  }
  .schoolhome .sc-part4 .sc4-list li {
    padding: 8.3px;
  }
  .schoolhome .sc-part4 .sc4-cover {
    height: 175.13px;
  }
  .schoolhome .sc-part4 .sc4-cover .sc4-des {
    right: 14.94px;
    left: 14.94px;
    bottom: 11.62px;
    min-height: 24.9px;
  }
  .schoolhome .sc-part4 .sc4-cover .sc4-des .iconfont,
  .schoolhome .sc-part6 .sc6-des .sc6-play .iconfont {
    font-size: 25px;
  }
  .schoolhome .sc-part4 .sc4-cover .sc4-des span {
    padding-left: 33.2px;
    line-height: 1.78571429;
  }
}
@media (min-width: 1200px) {
  .schoolhome .sc-part4 {
    padding-top: 60px;
    padding-bottom: 58px;
  }
  .schoolhome .sc-part4 .sc4-list {
    margin-right: -10px;
    margin-left: -10px;
  }
  .schoolhome .sc-part4 .sc4-list li {
    padding: 10px;
  }
  .schoolhome .sc-part4 .sc4-cover {
    height: 211px;
  }
  .schoolhome .sc-part4 .sc4-cover .sc4-des {
    right: 18px;
    left: 18px;
    bottom: 14px;
    min-height: 30px;
  }
  .schoolhome .sc-part4 .sc4-cover .sc4-des .iconfont,
  .schoolhome .sc-part6 .sc6-des .sc6-play .iconfont {
    font-size: 30px;
  }
  .schoolhome .sc-part4 .sc4-cover .sc4-des span {
    padding-left: 40px;
    line-height: 2.14285714;
  }
}
.schoolhome .sc-part5 .sc5-c1.artfoundation .sc5-title:before,
.schoolhome .sc-part5 .sc5-c1.artfoundation .sc5-title em {
  background-color: #027CDB;
}
.schoolhome .sc-part5 .sc5-c1.artfoundation .sc5-title em:after {
  border-top-color: #027CDB;
}
.schoolhome .sc-part5 .sc5-c1.artfoundation .sc5-courseDes {
  background-image: url('http://assets-cdn.lanqb.com//onschv3/school/sc5-artf.png');
}
.schoolhome .sc-part5 .sc5-c1.qman .sc5-title:before,
.schoolhome .sc-part5 .sc5-c1.qman .sc5-title em {
  background-color: #ff8900;
}
.schoolhome .sc-part5 .sc5-c1.qman .sc5-title em:after {
  border-top-color: #ff8900;
}
.schoolhome .sc-part5 .sc5-c1.qman .sc5-courseDes {
  background-image: url('http://assets-cdn.lanqb.com//onschv3/school/sc5-qman-v2.jpg');
}
.schoolhome .sc-part5 .sc5-c1.comics .sc5-title:before,
.schoolhome .sc-part5 .sc5-c1.comics .sc5-title em {
  background-color: #f8e71c;
}
.schoolhome .sc-part5 .sc5-c1.comics .sc5-title em:after {
  border-top-color: #f8e71c;
}
.schoolhome .sc-part5 .sc5-c1.comics .sc5-courseDes {
  background-image: url('http://assets-cdn.lanqb.com//onschv3/school/sc5-comics.png');
}
.schoolhome .sc-part5 .sc5-c1.gameart .sc5-title:before,
.schoolhome .sc-part5 .sc5-c1.gameart .sc5-title em {
  background-color: #7ed321;
}
.schoolhome .sc-part5 .sc5-c1.gameart .sc5-title em:after {
  border-top-color: #7ed321;
}
.schoolhome .sc-part5 .sc5-c1.gameart .sc5-courseDes {
  background-image: url('http://assets-cdn.lanqb.com//onschv3/school/sc5-gameart.png');
}
.schoolhome .sc-part5 .sc5-c1.gameppg .sc5-title:before,
.schoolhome .sc-part5 .sc5-c1.gameppg .sc5-title em {
  background-color: #01c56b;
}
.schoolhome .sc-part5 .sc5-c1.gameppg .sc5-title em:after {
  border-top-color: #01c56b;
}
.schoolhome .sc-part5 .sc5-c1.gameppg .sc5-courseDes {
  background-image: url('http://assets-cdn.lanqb.com//onschv3/school/sc5-gameppg.png');
}
.schoolhome .sc-part5 .sc5-c1.design .sc5-title:before,
.schoolhome .sc-part5 .sc5-c1.design .sc5-title em {
  background-color: #ff4a8d;
}
.schoolhome .sc-part5 .sc5-c1.design .sc5-title em:after {
  border-top-color: #ff4a8d;
}
.schoolhome .sc-part5 .sc5-c1.design .sc5-courseDes {
  background-image: url('http://assets-cdn.lanqb.com//onschv3/school/sc5-design.png');
}
.schoolhome .sc-part5 .sc5-title {
  position: relative;
  height: 0;
}
.schoolhome .sc-part5 .sc5-title:before,
.schoolhome .sc-part5 .sc5-title em,
.schoolhome .sc-part5 .sc5-title em:after {
  position: absolute;
  top: 0;
  content: "";
}
.schoolhome .sc-part5 .sc5-title:before {
  left: 0;
  width: 100%;
  height: 3px;
}
.schoolhome .sc-part5 .sc5-title em {
  left: 0;
  display: inline-block;
}
.schoolhome .sc-part5 .sc5-title em:after {
  width: 0;
  height: 0;
}
.schoolhome .sc-part5 .sc5-courseDes {
  float: left;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.schoolhome .sc-part5 .sc5-courseDes .sc5-cdcon {
  display: inline-block;
  max-width: 96%;
  padding-top: 20px;
  vertical-align: middle;
}
.schoolhome .sc-part5 .sc5-courseDes h4.sc-h2 {
  margin-bottom: 10px;
}
.schoolhome .sc-part5 .sc5-courseDes p {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(31, 37, 48, 0.8);
}
.schoolhome .sc-part5 .sc5-courseList {
  float: left;
  text-align: left;
}
.schoolhome .sc-part5 .sc5-courseList li {
  float: left;
}
.schoolhome .sc-part5 .sc5-cover {
  position: relative;
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
}
.schoolhome .sc-part5 .sc5-cover:hover .sc5-thumb {
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.schoolhome .sc-part5 .sc5-cover .sc5-thumb {
  width: 100%;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration-skip: objects;
}
.schoolhome .sc-part5 .sc5-cover .sc5-new {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 2;
  display: inline-block;
  width: 40px;
  padding: 12px 0 18px;
  font: normal 100 14px/20px "PingFangHK-Regular", "Arial";
  color: #fff;
  background-color: #ff6986;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 0 0 50px 50px;
  border-radius: 0 0 50px 50px;
  -ms-box-shadow: 0 4px 10px rgba(244, 100, 127, 0.4);
  -o-box-shadow: 0 4px 10px rgba(244, 100, 127, 0.4);
  -webkit-box-shadow: 0 4px 10px rgba(244, 100, 127, 0.4);
  box-shadow: 0 4px 10px rgba(244, 100, 127, 0.4);
}
.schoolhome .sc-part5 .sc5-des a {
  position: relative;
  display: block;
  padding: 4px 50px 4px 0;
}
.schoolhome .sc-part5 .sc5-des a.nolabel {
  padding-right: 0;
}
.schoolhome .sc-part5 .sc5-des a span {
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.21428571;
  color: #212B34;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.schoolhome .sc-part5 .sc5-des a span:hover {
  color: #87959F;
}
.schoolhome .sc-part5 .sc5-des a span:active {
  color: #212B34;
}
.schoolhome .sc-part5 .sc5-des a em {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 2px 4px 0;
  font-size: 12px;
  line-height: 1.25;
  color: #fe6885;
  border: 1px solid #fe6885;
  border-left: none;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.schoolhome .sc-part5 .sc5-des a em:before,
.schoolhome .sc-part5 .sc5-des a em:after {
  position: absolute;
  content: "";
}
.schoolhome .sc-part5 .sc5-des a em:before {
  top: -1px;
  left: -11px;
  border-right: 11px solid #fe6885;
  border-top: 13px solid transparent;
  border-bottom: 12px solid transparent;
}
.schoolhome .sc-part5 .sc5-des a em:after {
  top: 0;
  left: -10px;
  border-right: 10px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 11px solid transparent;
}
.schoolhome .sc-part5 .sc5-des p {
  padding-top: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #87959F;
}
.schoolhome .sc-part5 .sc5-des p em {
  color: #0097E6;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .schoolhome .sc-part5 {
    padding-top: 37.8px;
    padding-bottom: 44.1px;
  }
  .schoolhome .sc-part5 h2.sc-h2 {
    margin-bottom: 37.8px;
  }
  .schoolhome .sc-part5 .sc5-c1 {
    margin-bottom: 25.2px;
  }
  .schoolhome .sc-part5 .sc5-c1.artfoundation .sc5-courseDes {
    height: 182.7px;
  }
  .schoolhome .sc-part5 .sc5-c1.qman .sc5-courseDes {
    height: 364.77px;
  }
  .schoolhome .sc-part5 .sc5-c1.comics .sc5-courseDes {
    height: 362.25px;
  }
  .schoolhome .sc-part5 .sc5-c1.gameart .sc5-courseDes {
    height: 359.1px;
  }
  .schoolhome .sc-part5 .sc5-c1.gameppg .sc5-courseDes {
    height: 182.7px;
  }
  .schoolhome .sc-part5 .sc5-c1.design .sc5-courseDes {
    height: 182.7px;
  }
  .schoolhome .sc-part5 .sc5-title em {
    width: 157.5px;
    height: 18.9px;
    -webkit-border-radius: 0 0 3.15px 3.15px;
    border-radius: 0 0 3.15px 3.15px;
  }
  .schoolhome .sc-part5 .sc5-title em:after {
    right: -17.01px;
    border-top: 18.27px solid transparent;
    border-right: 18.9px solid transparent;
  }
  .schoolhome .sc-part5 .sc5-courseDes {
    width: 176.4px;
  }
  .schoolhome .sc-part5 .sc5-courseList {
    width: 567px;
  }
  .schoolhome .sc-part5 .sc5-courseList li {
    width: 176.4px;
    margin: 12.6px 0 0 12.6px;
  }
}
@media (min-width: 992px) {
  .schoolhome .sc-part5 {
    padding-top: 49.8px;
    padding-bottom: 58.1px;
  }
  .schoolhome .sc-part5 h2.sc-h2 {
    margin-bottom: 49.8px;
  }
  .schoolhome .sc-part5 .sc5-c1 {
    margin-bottom: 49.8px;
  }
  .schoolhome .sc-part5 .sc5-c1.artfoundation .sc5-courseDes {
    height: 240.7px;
  }
  .schoolhome .sc-part5 .sc5-c1.qman .sc5-courseDes {
    height: 480.57px;
  }
  .schoolhome .sc-part5 .sc5-c1.comics .sc5-courseDes {
    height: 477.25px;
  }
  .schoolhome .sc-part5 .sc5-c1.gameart .sc5-courseDes {
    height: 473.1px;
  }
  .schoolhome .sc-part5 .sc5-c1.gameppg .sc5-courseDes {
    height: 240.7px;
  }
  .schoolhome .sc-part5 .sc5-c1.design .sc5-courseDes {
    height: 240.7px;
  }
  .schoolhome .sc-part5 .sc5-title em {
    width: 207.5px;
    height: 24.9px;
    -webkit-border-radius: 0 0 4.15px 4.15px;
    border-radius: 0 0 4.15px 4.15px;
  }
  .schoolhome .sc-part5 .sc5-title em:after {
    right: -22.41px;
    border-top: 24.9px solid transparent;
    border-right: 24.9px solid transparent;
  }
  .schoolhome .sc-part5 .sc5-courseDes {
    width: 232.4px;
  }
  .schoolhome .sc-part5 .sc5-courseList {
    width: 747px;
  }
  .schoolhome .sc-part5 .sc5-courseList li {
    width: 232.4px;
    margin: 16.6px 0 0 16.6px;
  }
}
@media (min-width: 1200px) {
  .schoolhome .sc-part5 {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .schoolhome .sc-part5 h2.sc-h2 {
    margin-bottom: 60px;
  }
  .schoolhome .sc-part5 .sc5-c1 {
    margin-bottom: 60px;
  }
  .schoolhome .sc-part5 .sc5-c1.artfoundation .sc5-courseDes {
    height: 290px;
  }
  .schoolhome .sc-part5 .sc5-c1.qman .sc5-courseDes {
    height: 579px;
  }
  .schoolhome .sc-part5 .sc5-c1.comics .sc5-courseDes {
    height: 575px;
  }
  .schoolhome .sc-part5 .sc5-c1.gameart .sc5-courseDes {
    height: 570px;
  }
  .schoolhome .sc-part5 .sc5-c1.gameppg .sc5-courseDes {
    height: 290px;
  }
  .schoolhome .sc-part5 .sc5-c1.design .sc5-courseDes {
    height: 290px;
  }
  .schoolhome .sc-part5 .sc5-title em {
    width: 250px;
    height: 30px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  .schoolhome .sc-part5 .sc5-title em:after {
    right: -27px;
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
  }
  .schoolhome .sc-part5 .sc5-courseDes {
    width: 280px;
  }
  .schoolhome .sc-part5 .sc5-courseList {
    width: 900px;
  }
  .schoolhome .sc-part5 .sc5-courseList li {
    width: 280px;
    margin: 20px 0 0 20px;
  }
}
.schoolhome .sc-part6 .sc6-con {
  position: relative;
}
.schoolhome .sc-part6 .sc6-con .sc6-pg {
  position: absolute;
  top: 50%;
  z-index: 5;
  margin-top: -18px;
  color: #87959F;
  cursor: pointer;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.schoolhome .sc-part6 .sc6-con .sc6-pg .iconfont {
  font-size: 36px;
  line-height: 1;
}
.schoolhome .sc-part6 .sc6-con .sc6-pg:hover,
.schoolhome .sc-part6 .sc6-con .sc6-pg:active {
  color: #027CDB;
}
.schoolhome .sc-part6 .sc6-con .sc6-pg.sc6-next {
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.schoolhome .sc-part6 .sc6-item {
  position: relative;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration-skip: objects;
}
.schoolhome .sc-part6 .sc6-item:hover {
  -ms-box-shadow: 0 6px 20px rgba(33, 43, 52, 0.16);
  -o-box-shadow: 0 6px 20px rgba(33, 43, 52, 0.16);
  -webkit-box-shadow: 0 6px 20px rgba(33, 43, 52, 0.16);
  box-shadow: 0 6px 20px rgba(33, 43, 52, 0.16);
}
.schoolhome .sc-part6 .sc6-cover {
  position: relative;
  z-index: 0;
  display: block;
  overflow: hidden;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.schoolhome .sc-part6 .sc6-cover img {
  width: 100%;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration-skip: objects;
}
.schoolhome .sc-part6 .sc6-des {
  position: absolute;
  z-index: 2;
  color: #fff;
  text-align: left;
}
.schoolhome .sc-part6 .sc6-des h4 a {
  display: block;
  color: #fff;
}
.schoolhome .sc-part6 .sc6-des .sc6-play {
  position: relative;
  display: block;
  cursor: pointer;
}
.schoolhome .sc-part6 .sc6-des .sc6-play span {
  display: inline-block;
}
.schoolhome .sc-part6 .sc6-btns {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #E3E9EF;
}
.schoolhome .sc-part6 .sc6-btns .sc6-btn {
  float: left;
  display: block;
  width: 50%;
  height: auto;
  font-size: 14px;
  line-height: 2;
  color: #525A67;
  background-color: transparent;
}
.schoolhome .sc-part6 .sc6-btns .sc6-btn + .sc6-btn {
  border-left-color: #E3E9EF;
}
.schoolhome .sc-part6 .sc6-btns .sc6-btn .iconfont {
  vertical-align: top;
}
.schoolhome .sc-part6 .sc6-btns .sc6-btn:hover {
  color: #ff5b02;
}
.schoolhome .sc-part6 .sc6-link {
  text-align: left;
}
.schoolhome .sc-part6 .sc6-link span {
  float: left;
  display: inline-block;
}
.schoolhome .sc-part6 .sc6-link span a {
  display: block;
  color: #87959F;
  text-decoration: underline;
}
.schoolhome .sc-part6 .sc6-link span a:hover {
  color: #212B34;
  text-decoration: none;
}
.schoolhome .sc-part6 .sc6-link span a:active {
  color: #525A67;
}
@media (min-width: 768px) {
  .schoolhome .sc-part6 {
    padding-top: 37.8px;
    padding-bottom: 31.5px;
  }
  .schoolhome .sc-part6 .sc6-con .sc6-pg.sc6-next {
    right: -22.68px;
  }
  .schoolhome .sc-part6 .sc6-con .sc6-pg.sc6-prev {
    left: -22.68px;
  }
  .schoolhome .sc-part6 .sc6-cover {
    height: 179.55px;
  }
  .schoolhome .sc-part6 .sc6-des {
    right: 12.6px;
    left: 12.6px;
    bottom: 37.8px;
    padding-bottom: 10.08px;
  }
  .schoolhome .sc-part6 .sc6-des h4 {
    margin-bottom: 6.3px;
    font-size: 14px;
    line-height: 1;
  }
  .schoolhome .sc-part6 .sc6-des .sc6-play {
    padding-left: 25.2px;
  }
  .schoolhome .sc-part6 .sc6-des .sc6-play span {
    font-size: 14px;
    line-height: 1.35714286;
  }
  .schoolhome .sc-part6 .sc6-btns {
    height: 37.8px;
  }
  .schoolhome .sc-part6 .sc6-btns .sc6-btn {
    padding: 3.15px 0;
  }
  .schoolhome .sc-part6 .sc6-btns .sc6-btn .iconfont {
    margin-right: 6.3px;
    font-size: 14px;
    line-height: 2.2;
  }
  .schoolhome .sc-part6 .sc6-link {
    padding-top: 5.04px;
  }
  .schoolhome .sc-part6 .sc6-link span + span {
    margin-left: 37.8px;
  }
  .schoolhome .sc-part6 .sc6-link span a {
    margin-top: 7.56px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .schoolhome .sc-part6 {
    padding-top: 49.8px;
    padding-bottom: 41.5px;
  }
  .schoolhome .sc-part6 .sc6-con .sc6-pg.sc6-next {
    right: -33.2px;
  }
  .schoolhome .sc-part6 .sc6-con .sc6-pg.sc6-prev {
    left: -33.2px;
  }
  .schoolhome .sc-part6 .sc6-cover {
    height: 236.55px;
  }
  .schoolhome .sc-part6 .sc6-des {
    right: 16.6px;
    left: 16.6px;
    bottom: 49.8px;
    padding-bottom: 13.28px;
  }
  .schoolhome .sc-part6 .sc6-des h4 {
    margin-bottom: 8.3px;
    font-size: 16px;
    line-height: 1.25;
  }
  .schoolhome .sc-part6 .sc6-des .sc6-play {
    padding-left: 33.2px;
  }
  .schoolhome .sc-part6 .sc6-des .sc6-play span {
    font-size: 15px;
    line-height: 1.6;
  }
  .schoolhome .sc-part6 .sc6-btns {
    height: 49.8px;
  }
  .schoolhome .sc-part6 .sc6-btns .sc6-btn {
    padding: 9.545px 0;
  }
  .schoolhome .sc-part6 .sc6-btns .sc6-btn .iconfont {
    font-size: 15px;
    line-height: 2;
  }
  .schoolhome .sc-part6 .sc6-link {
    padding-top: 6.64px;
  }
  .schoolhome .sc-part6 .sc6-link span + span {
    margin-left: 84.66px;
  }
  .schoolhome .sc-part6 .sc6-link span a {
    margin-top: 9.96px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 1200px) {
  .schoolhome .sc-part6 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .schoolhome .sc-part6 .sc6-con .sc6-pg.sc6-next {
    right: -42px;
  }
  .schoolhome .sc-part6 .sc6-con .sc6-pg.sc6-prev {
    left: -42px;
  }
  .schoolhome .sc-part6 .sc6-cover {
    height: 285px;
  }
  .schoolhome .sc-part6 .sc6-des {
    right: 20px;
    left: 20px;
    bottom: 60px;
    padding-bottom: 16px;
  }
  .schoolhome .sc-part6 .sc6-des h4 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.38888889;
  }
  .schoolhome .sc-part6 .sc6-des .sc6-play {
    padding-left: 40px;
  }
  .schoolhome .sc-part6 .sc6-des .sc6-play span {
    font-size: 18px;
    line-height: 1.66666667;
  }
  .schoolhome .sc-part6 .sc6-btns {
    height: 60px;
  }
  .schoolhome .sc-part6 .sc6-btns .sc6-btn {
    padding: 14px 0;
  }
  .schoolhome .sc-part6 .sc6-btns .sc6-btn .iconfont {
    font-size: 16px;
    line-height: 1.75;
  }
  .schoolhome .sc-part6 .sc6-link {
    padding-top: 8px;
  }
  .schoolhome .sc-part6 .sc6-link span + span {
    margin-left: 125px;
  }
  .schoolhome .sc-part6 .sc6-link span a {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.38888889;
  }
}
.schoolhome .sc-part7 .sc-p7-con {
  margin-left: -20px;
  overflow: hidden;
  padding-bottom: 12px;
}
.schoolhome .sc-part7 .sc-p7-con .sc-p7-list {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  width: 280px;
  height: 260px;
  background-color: #fff;
  border: 1px solid #F6F8FA;
  position: relative;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.schoolhome .sc-part7 .sc-p7-con .sc-p7-list img {
  margin: 20px auto 22px;
  width: 154px;
}
.schoolhome .sc-part7 .sc-p7-con .sc-p7-list h4 {
  font-size: 18px;
  color: #212B34;
}
.schoolhome .sc-part7 .p7-list-con {
  position: absolute;
  top: 0;
  display: block;
  width: 580px;
  height: 260px;
  box-shadow: 0 0 20px 0 rgba(33, 43, 52, 0.05);
  border: 1px solid #F6F8FA;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.schoolhome .sc-part7 .p7-list-con span {
  width: 318px;
  height: 100%;
  background-color: #fff;
  text-align: left;
}
.schoolhome .sc-part7 .p7-list-con span.left {
  margin-left: 44px;
}
.schoolhome .sc-part7 .p7-list-con h5 {
  margin: 56px 0 26px;
  font-size: 14px;
  color: #525A67;
}
.schoolhome .sc-part7 .p7-list-con p {
  padding: 5px 0;
  border-left: 1px solid #E3E9EF;
}
.schoolhome .sc-part7 .p7-list-con p a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 1.428571;
  padding-left: 33px;
  color: #212B34;
}
.schoolhome .sc-part7 .p7-list-con p a:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -3.5px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #EAF6FF;
  border: 1px solid #E3E9EF;
  box-sizing: border-box;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.schoolhome .sc-part7 .p7-list-con p a:hover {
  color: #027CDB;
}
.schoolhome .sc-part7 .p7-list-con p a:hover:before {
  border-color: #027CDB;
  background-color: #BBDEFB;
}
.schoolhome .sc-part7 .p7-list-con p a + a {
  margin-top: 10px;
}
.schoolhome .sc-part7 .p7-list-con01 {
  left: 0;
}
.schoolhome .sc-part7 .p7-list-con02 {
  right: 0;
}
.schoolhome .sc-part7 .sc-p7-list:hover {
  z-index: 2;
  border-color: #fff;
}
.schoolhome .sc-part7 .sc-p7-list:hover .p7-list-con {
  opacity: 1;
  visibility: inherit;
}
@media (min-width: 768px) {
  .schoolhome .sc-part7 {
    padding-top: 37.8px;
    padding-bottom: 50.4px;
  }
  .schoolhome .sc-part7 .p7-list-con {
    width: 365.4px;
    height: 163.8px;
  }
  .schoolhome .sc-part7 .p7-list-con span {
    width: 206.64px;
  }
  .schoolhome .sc-part7 .p7-list-con span.left {
    margin-left: 25.2px;
  }
  .schoolhome .sc-part7 .p7-list-con h5 {
    margin: 16.38px 0 10.08px;
    font-size: 12px;
    padding-right: 6.3px;
  }
  .schoolhome .sc-part7 .p7-list-con p a {
    font-size: 12px;
    padding-left: 14.49px;
    padding-right: 6.3px;
  }
  .schoolhome .sc-part7 .p7-list-con p a + a {
    margin-top: 6.3px;
  }
  .schoolhome .sc-part7 .sc-p7-con {
    margin-left: -12.6px;
  }
  .schoolhome .sc-part7 .sc-p7-con .sc-p7-list {
    margin-top: 12.6px;
    margin-left: 12.6px;
    width: 176.4px;
    height: 163.8px;
  }
  .schoolhome .sc-part7 .sc-p7-con .sc-p7-list img {
    margin: 12.6px auto 7.56px;
    width: 97.02px;
  }
  .schoolhome .sc-part7 .sc-p7-con .sc-p7-list h4 {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .schoolhome .sc-part7 {
    padding-top: 49.2px;
    padding-bottom: 65.6px;
  }
  .schoolhome .sc-part7 .p7-list-con {
    width: 475.6px;
    height: 213.2px;
  }
  .schoolhome .sc-part7 .p7-list-con span {
    width: 268.96px;
  }
  .schoolhome .sc-part7 .p7-list-con span.left {
    margin-left: 27.88px;
  }
  .schoolhome .sc-part7 .p7-list-con h5 {
    margin: 37.72px 0 21.32px;
    font-size: 14px;
    padding-right: 0;
  }
  .schoolhome .sc-part7 .p7-list-con p a {
    font-size: 13px;
    padding-left: 27.06px;
    padding-right: 8.2px;
  }
  .schoolhome .sc-part7 .p7-list-con p a + a {
    margin-top: 8.2px;
  }
  .schoolhome .sc-part7 .sc-p7-con {
    margin-left: -16.4px;
  }
  .schoolhome .sc-part7 .sc-p7-con .sc-p7-list {
    margin-top: 16.4px;
    margin-left: 16.4px;
    width: 229.6px;
    height: 213.2px;
  }
  .schoolhome .sc-part7 .sc-p7-con .sc-p7-list img {
    margin: 16.4px auto 18.04px;
    width: 126.28px;
  }
  .schoolhome .sc-part7 .sc-p7-con .sc-p7-list h4 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .schoolhome .sc-part7 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .schoolhome .sc-part7 .p7-list-con {
    width: 580px;
    height: 260px;
  }
  .schoolhome .sc-part7 .p7-list-con span {
    width: 318px;
  }
  .schoolhome .sc-part7 .p7-list-con span.left {
    margin-left: 44px;
  }
  .schoolhome .sc-part7 .p7-list-con h5 {
    margin: 56px 0 26px;
    font-size: 14px;
    padding-right: 0;
  }
  .schoolhome .sc-part7 .p7-list-con p a {
    font-size: 14px;
    padding-left: 33px;
    padding-right: 0;
  }
  .schoolhome .sc-part7 .p7-list-con p a + a {
    margin-top: 10px;
  }
  .schoolhome .sc-part7 .sc-p7-con {
    margin-left: -20px;
  }
  .schoolhome .sc-part7 .sc-p7-con .sc-p7-list {
    margin-top: 20px;
    margin-left: 20px;
    width: 280px;
    height: 260px;
  }
  .schoolhome .sc-part7 .sc-p7-con .sc-p7-list img {
    margin: 20px auto 22px;
    width: 154px;
  }
  .schoolhome .sc-part7 .sc-p7-con .sc-p7-list h4 {
    font-size: 18px;
  }
}
.schoolhome .sc-part8 {
  background: url('http://assets-cdn.lanqb.com/onschv3/school/p8-bg.png') no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
.schoolhome .sc-part8 .sc-h2 {
  color: #fff;
}
.schoolhome .sc-part8 img {
  display: inline-block;
}
@media (min-width: 768px) {
  .schoolhome .sc-part8 {
    height: 278.46px;
    padding-top: 31.5px;
  }
  .schoolhome .sc-part8 img {
    margin: 57.96px 0 51.66px;
  }
  .schoolhome .sc-part8 img.p8-img01 {
    width: 103.32px;
  }
  .schoolhome .sc-part8 img.p8-img02 {
    width: 86.94px;
  }
  .schoolhome .sc-part8 img.p8-img03 {
    width: 111.51px;
  }
  .schoolhome .sc-part8 img.p8-img04 {
    width: 120.33px;
  }
  .schoolhome .sc-part8 img.p8-img05 {
    width: 132.3px;
  }
  .schoolhome .sc-part8 img + img {
    margin-left: 37.8px;
  }
}
@media (min-width: 992px) {
  .schoolhome .sc-part8 {
    height: 366.86px;
    padding-top: 41.5px;
  }
  .schoolhome .sc-part8 img {
    margin: 76.36px 0 68.06px;
  }
  .schoolhome .sc-part8 img.p8-img01 {
    width: 136.12px;
  }
  .schoolhome .sc-part8 img.p8-img02 {
    width: 114.54px;
  }
  .schoolhome .sc-part8 img.p8-img03 {
    width: 146.91px;
  }
  .schoolhome .sc-part8 img.p8-img04 {
    width: 158.53px;
  }
  .schoolhome .sc-part8 img.p8-img05 {
    width: 174.3px;
  }
  .schoolhome .sc-part8 img + img {
    margin-left: 49.8px;
  }
}
@media (min-width: 1200px) {
  .schoolhome .sc-part8 {
    height: 442px;
    padding-top: 50px;
  }
  .schoolhome .sc-part8 img {
    margin: 92px 0 82px;
  }
  .schoolhome .sc-part8 img.p8-img01 {
    width: 164px;
  }
  .schoolhome .sc-part8 img.p8-img02 {
    width: 138px;
  }
  .schoolhome .sc-part8 img.p8-img03 {
    width: 177px;
  }
  .schoolhome .sc-part8 img.p8-img04 {
    width: 191px;
  }
  .schoolhome .sc-part8 img.p8-img05 {
    width: 210px;
  }
  .schoolhome .sc-part8 img + img {
    margin-left: 60px;
  }
}
.schoolhome .sc-part9 {
  background: url('http://assets-cdn.lanqb.com/onschv3/school/p9-bg.png') no-repeat center top;
  background-size: auto 100%;
}
.schoolhome .sc-part9 .sc9-title {
  position: relative;
}
.schoolhome .sc-part9 .sc9-title:before {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #212B34;
  content: "";
}
.schoolhome .sc-part9 .sc9-title h3 {
  font-weight: 300;
}
.schoolhome .sc-part9 .sc9-title h3 strong {
  font-weight: 600;
  color: #027CDB;
}
@media (min-width: 768px) {
  .schoolhome .sc-part9 {
    height: 413.91px;
    padding-top: 127.26px;
    margin-bottom: 72.45px;
  }
  .schoolhome .sc-part9 .sc9-title {
    padding-top: 22.05px;
  }
  .schoolhome .sc-part9 .sc9-title:before {
    width: 22.68px;
    height: 3.15px;
    margin-left: -11.34px;
  }
  .schoolhome .sc-part9 .sc9-title h3 {
    margin-top: 12.6px;
    font-size: 40px;
    line-height: 1.4;
  }
  .schoolhome .sc-part9 .sc9-title h3 strong {
    margin-right: 7.56px;
    margin-left: 7.56px;
  }
}
@media (min-width: 992px) {
  .schoolhome .sc-part9 {
    height: 545.31px;
    padding-top: 167.66px;
    margin-bottom: 74.7px;
  }
  .schoolhome .sc-part9 .sc9-title {
    padding-top: 29.05px;
  }
  .schoolhome .sc-part9 .sc9-title:before {
    width: 29.88px;
    height: 4.15px;
    margin-left: -14.94px;
  }
  .schoolhome .sc-part9 .sc9-title h3 {
    margin-top: 16.6px;
    font-size: 40px;
    line-height: 1.4;
  }
  .schoolhome .sc-part9 .sc9-title h3 strong {
    margin-right: 9.96px;
    margin-left: 9.96px;
  }
}
@media (min-width: 1200px) {
  .schoolhome .sc-part9 {
    height: 657px;
    padding-top: 202px;
    margin-bottom: 75px;
  }
  .schoolhome .sc-part9 .sc9-title {
    padding-top: 35px;
  }
  .schoolhome .sc-part9 .sc9-title:before {
    width: 36px;
    height: 5px;
    margin-left: -18px;
  }
  .schoolhome .sc-part9 .sc9-title h3 {
    margin-top: 20px;
    font-size: 40px;
    line-height: 1.4;
  }
  .schoolhome .sc-part9 .sc9-title h3 strong {
    margin-right: 12px;
    margin-left: 12px;
  }
}
.footer_school {
  z-index: 16;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url('../mainv3/image/school/footerbg.png');
  text-align: center;
}
.footer_school h4 {
  margin-top: 30px;
  margin-right: 40px;
  display: inline-block;
  color: #F6F8FA;
}
.footer_school h4 i {
  float: left;
  vertical-align: bottom;
  font-size: 20px;
}
.footer_school h4 em {
  float: left;
  margin: 2px 0 0 10px;
}
.footer_school .footer_school-img,
.footer_school .footer_school-img2 {
  position: relative;
  height: 80px;
}
.footer_school .footer_school-img:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  height: 40px;
  content: "";
  background: url("../mainv3/image/school/footer-logo.png") no-repeat center center;
  background-size: 100%;
}
.footer_school .footer_school-img2 img {
  max-height: 40px;
}
.footer_school .footer_school-btn {
  float: right;
  margin-top: 20px;
}
.footer_school .footer_school-text {
  color: #ffffff;
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
  line-height: 80px;
}
.newyearPopup-open {
  z-index: 14;
  position: fixed;
  left: 30px;
  bottom: 140px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .newyearPopup-open {
    left: 30px;
  }
}
@media (min-width: 992px) {
  .newyearPopup-open {
    left: 24.915px;
  }
}
@media (min-width: 768px) {
  .newyearPopup-open {
    left: 19.014px;
  }
}
/* ltchome Css */
.ltch-bggray {
  background-color: #434d56;
}
.ltch-bgblue {
  background-color: #007dbe;
}
.ltch-title {
  text-align: center;
}
.ltch-title.black {
  color: #323232;
}
.ltch-title.black h2 {
  border-top-color: #323232;
  border-bottom-color: #323232;
}
.ltch-title.white {
  color: #fff;
}
.ltch-title.white h2 {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.ltch-title h2 {
  position: relative;
  padding: 12px 10px 10px;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.ltch-c1 {
  position: relative;
  height: 400px;
  overflow: hidden;
  background-image: url('../mainv3/image/ltc/ltch/c1-bg.jpg');
}
.ltch-c1 > .container {
  position: relative;
  height: 100%;
}
.ltch-c1 .ltch1-summary {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding-top: 54px;
  color: #fff;
  text-align: center;
}
.ltch-c1 .ltch1-summary h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}
.ltch-c1 .ltch1-summary h4 {
  padding: 0 4px 8px;
  margin-bottom: 18px;
  display: inline-block;
  padding: 6px 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.ltch-c1 .ltch1-label {
  position: absolute;
  left: 50%;
  top: 20px;
  z-index: 8;
  display: block;
  width: 101px;
  height: 42px;
  overflow: hidden;
  background: url('../mainv3/image/ltc/ltch/c1-lab.png') no-repeat 0 0;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration-skip: objects;
}
.ltch-c1 .ltch1-img {
  position: absolute;
  bottom: -99px;
  left: 50%;
  z-index: 2;
  margin-left: -208px;
}
.ltch-c1 .ltch1-s {
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.ltch-c1 .ltch1-s.ltch1-s1 {
  top: 80px;
  left: 50%;
  width: 68px;
  height: 102px;
  background-image: url('../mainv3/image/ltc/ltch/c1-s1.png');
}
.ltch-c1 .ltch1-s.ltch1-s2 {
  bottom: 102px;
  left: 50%;
  width: 62px;
  height: 65px;
  background-image: url('../mainv3/image/ltc/ltch/c1-s2.png');
}
.ltch-c1 .ltch1-s.ltch1-s3 {
  bottom: 49px;
  left: 50%;
  width: 123px;
  height: 113px;
  background-image: url('../mainv3/image/ltc/ltch/c1-s3.png');
}
.ltch-c1 .ltch1-s.ltch1-s4 {
  top: 51px;
  right: 50%;
  width: 228px;
  height: 148px;
  background-image: url('../mainv3/image/ltc/ltch/c1-s4.png');
}
.ltch-c1 .ltch1-s.ltch1-s5 {
  bottom: 48px;
  right: 50%;
  width: 66px;
  height: 100px;
  background-image: url('../mainv3/image/ltc/ltch/c1-s5.png');
}
.ltch-c1 .ltch1-s.ltch1-s6 {
  bottom: 133px;
  right: 50%;
  width: 47px;
  height: 64px;
  background-image: url('../mainv3/image/ltc/ltch/c1-s6.png');
}
@media (min-width: 768px) {
  .ltch-c1 .ltch1-label {
    margin-left: -362px;
  }
  .ltch-c1 .ltch1-s.ltch1-s1 {
    margin-left: -410px;
  }
  .ltch-c1 .ltch1-s.ltch1-s2 {
    margin-left: -400px;
  }
  .ltch-c1 .ltch1-s.ltch1-s3 {
    margin-left: -340px;
  }
  .ltch-c1 .ltch1-s.ltch1-s4 {
    margin-right: -520px;
  }
  .ltch-c1 .ltch1-s.ltch1-s5 {
    margin-right: -300px;
  }
  .ltch-c1 .ltch1-s.ltch1-s6 {
    margin-right: -370px;
  }
}
@media (min-width: 992px) {
  .ltch-c1 .ltch1-label {
    margin-left: -442px;
  }
  .ltch-c1 .ltch1-s.ltch1-s1,
  .ltch-c1 .ltch1-s.ltch1-s3 {
    margin-left: -410px;
  }
  .ltch-c1 .ltch1-s.ltch1-s2 {
    margin-left: -500px;
  }
  .ltch-c1 .ltch1-s.ltch1-s4 {
    margin-right: -570px;
  }
  .ltch-c1 .ltch1-s.ltch1-s5 {
    margin-right: -380px;
  }
  .ltch-c1 .ltch1-s.ltch1-s6 {
    margin-right: -500px;
  }
}
@media (min-width: 1200px) {
  .ltch-c1 .ltch1-label {
    margin-left: -733px;
  }
  .ltch-c1 .ltch1-s.ltch1-s1 {
    margin-left: -550px;
  }
  .ltch-c1 .ltch1-s.ltch1-s2 {
    margin-left: -648px;
  }
  .ltch-c1 .ltch1-s.ltch1-s3 {
    margin-left: -449px;
  }
  .ltch-c1 .ltch1-s.ltch1-s4 {
    margin-right: -670px;
  }
  .ltch-c1 .ltch1-s.ltch1-s5 {
    margin-right: -427px;
  }
  .ltch-c1 .ltch1-s.ltch1-s6 {
    margin-right: -680px;
  }
}
.ltch-c2 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ltch2-list li {
  float: left;
  width: 33.33333333%;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.ltch2-list .ltch2-iteam {
  padding: 28px 20px 17px;
  text-align: center;
  border: 1px solid #2f2f2f;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.ltch2-list .ltch2-iteam:hover {
  border-color: #007dbe;
  -ms-box-shadow: 0 5px 8px rgba(0, 125, 190, 0.2);
  -o-box-shadow: 0 5px 8px rgba(0, 125, 190, 0.2);
  -webkit-box-shadow: 0 5px 8px rgba(0, 125, 190, 0.2);
  box-shadow: 0 5px 8px rgba(0, 125, 190, 0.2);
}
.ltch2-list .ltch2-iteam .ltch2-cover {
  width: 100px;
  height: 100px;
  margin: 22px auto;
}
.ltch2-list .ltch2-iteam .ltch2-d1 {
  display: inline-block;
}
.ltch2-list .ltch2-des h3 {
  margin-bottom: 30px;
  font-weight: 700;
}
.ltch2-list .ltch2-des p {
  position: relative;
  padding: 4px 12px;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
}
.ltch2-list .ltch2-des p:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background-color: #0097E6;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .ltch2-list {
    margin-right: -5px;
    margin-left: -5px;
  }
  .ltch2-list li {
    padding: 5px;
  }
  .ltch2-list .ltch2-iteam {
    height: 374px;
  }
  .ltch2-list .ltch2-des h3 {
    font-size: 22px;
    line-height: 1.81818182;
  }
}
@media (min-width: 992px) {
  .ltch2-list {
    margin-right: -18px;
    margin-left: -18px;
  }
  .ltch2-list li {
    padding: 18px;
  }
  .ltch2-list .ltch2-iteam {
    height: 374px;
  }
  .ltch2-list .ltch2-des h3 {
    font-size: 28px;
    line-height: 1.42857143;
  }
}
@media (min-width: 1200px) {
  .ltch2-list .ltch2-des h3 {
    font-size: 32px;
    line-height: 1.25;
  }
}
.ltch-c3 {
  padding-top: 108px;
  padding-bottom: 105px;
}
.ltch-c3 .ltch3-list li {
  float: left;
  width: 33.33333333%;
}
.ltch-c3 .ltch3-iteam,
.ltch-c4 .ltch4-iteam {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ltch-c3 .ltch3-iteam.black .ltch3-cover h3 {
  color: #121212;
}
.ltch-c3 .ltch3-iteam.white .ltch3-cover h3 {
  color: #fff;
}
.ltch-c3 .ltch3-iteam:hover .ltch3-des {
  opacity: 1;
}
.ltch-c3 .ltch3-iteam:hover .ltch3-des h3,
.ltch-c3 .ltch3-iteam:hover .ltch3-des h5,
.ltch-c3 .ltch3-iteam:hover .ltch3-des p {
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ltch-c3 .ltch3-cover,
.ltch-c4 .ltch4-d1 {
  position: relative;
  z-index: 0;
  text-align: center;
}
.ltch-c3 .ltch3-cover .ltch3-img {
  width: 100%;
  background-color: #0c4461;
}
.ltch-c3 .ltch3-cover h3 {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33333333;
  box-sizing: border-box;
}
.ltch-c3 .ltch3-cover h4 {
  height: 46px;
  padding: 13px 0;
  color: #fff;
  background-color: #0097E6;
  box-sizing: border-box;
}
.ltch-c3 .ltch3-cover h4 span {
  float: left;
  display: block;
  width: 50%;
  padding: 0 10px;
}
.ltch-c3 .ltch3-des {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  background-color: #0097E6;
  opacity: 0;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
  cursor: pointer;
}
.ltch-c3 .ltch3-des > a,
.ltch-c4 .ltch4-des > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
.ltch-c3 .ltch3-des h3,
.ltch-c3 .ltch3-des h5,
.ltch-c3 .ltch3-des p,
.ltch-c4 .ltch4-des h3 {
  -ms-transform: translate3d(0, -16px, 0);
  -o-transform: translate3d(0, -16px, 0);
  -webkit-transform: translate3d(0, -16px, 0);
  transform: translate3d(0, -16px, 0);
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration-skip: objects;
  cursor: pointer;
}
.ltch-c3 .ltch3-des h3,
.ltch-c4 .ltch4-des h3 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 38px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
}
.ltch-c3 .ltch3-des h3:after,
.ltch-c4 .ltch4-des h3:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 44px;
  height: 1px;
  margin-left: -22px;
  background-color: #fff;
  content: "";
}
.ltch-c3 .ltch3-des h5 {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 10px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.ltch-c3 .ltch3-des h5:hover {
  color: rgba(255, 255, 255, 0.92);
}
.ltch-c3 .ltch3-des h5:active {
  color: #EEF3F5;
}
.ltch-c3 .ltch3-des p {
  font-weight: 300;
}
.ltch-c3 .ltch3-btnd {
  padding-top: 44px;
  text-align: center;
}
.ltch-c3 .ltch3-btnd .ltch3-btn {
  position: relative;
  display: inline-block;
  padding-left: 79px;
}
.ltch-c3 .ltch3-btnd .ltch3-btn:hover em {
  color: #fff;
  background-color: #0097E6;
}
.ltch-c3 .ltch3-btnd .ltch3-btn:hover em:before {
  background-image: url('../mainv3/image/ltc/ltch/c3-kf2.png');
}
.ltch-c3 .ltch3-btnd .ltch3-btn:hover .btn {
  border-color: #0097E6;
}
.ltch-c3 .ltch3-btnd .ltch3-btn em,
.ltch-c3 .ltch3-btnd .ltch3-btn .btn {
  font-size: 18px;
  height: 47px;
  overflow: hidden;
}
.ltch-c3 .ltch3-btnd .ltch3-btn em {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 79px;
  padding-left: 36px;
  line-height: 48px;
  background-color: #fff;
  text-align: left;
  box-sizing: border-box;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.ltch-c3 .ltch3-btnd .ltch3-btn em:before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 21px;
  height: 27px;
  background: url('../mainv3/image/ltc/ltch/c3-kf1.png') no-repeat 0 0;
  content: "";
}
.ltch-c3 .ltch3-btnd .ltch3-btn .btn {
  width: 147px;
  line-height: 45px;
  color: #fff;
  border: 1px solid #fff;
}
.ltch-c3 .ltch3-con,
.ltch-c4 .ltch4-con {
  position: relative;
}
.ltch-c3 .ltch3-con .ltch3-iteam {
  margin-top: 91px;
}
.ltch-c3 .ltch3-con .ltch3-pg,
.ltch-c4 .ltch4-con .ltch4-pg {
  position: absolute;
  top: 50%;
  z-index: 5;
  margin-top: -32px;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration-skip: objects;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.ltch-c3 .ltch3-con .ltch3-pg .iconfont,
.ltch-c4 .ltch4-con .ltch4-pg .iconfont {
  font-size: 64px;
  line-height: 1;
}
.ltch-c3 .ltch3-con .ltch3-pg:hover {
  color: rgba(255, 255, 255, 0.95);
}
.ltch-c3 .ltch3-con .ltch3-pg:active {
  color: #fff;
}
@media (min-width: 768px) {
  .ltch-c3 .ltch3-list,
  .ltch-c4 .ltch4-list {
    margin-right: -5px;
    margin-left: -5px;
  }
  .ltch-c3 .ltch3-list li {
    padding: 5px;
  }
  .ltch-c3 .ltch3-cover h4 span {
    padding-right: 0;
    padding-left: 0;
    font-size: 14px;
    line-height: 1.42857143;
  }
  .ltch-c3 .ltch3-des > a,
  .ltch-c4 .ltch4-des > a {
    padding: 40px 20px 60px;
  }
  .ltch-c3 .ltch3-des h5 {
    bottom: 28px;
  }
  .ltch-c3 .ltch3-des p {
    font-size: 14px;
    line-height: 1.71428571;
  }
  .ltch-c3 .ltch3-con .ltch3-pg.ltch3-next,
  .ltch-c4 .ltch4-con .ltch4-pg.ltch4-next {
    right: -24px;
  }
  .ltch-c3 .ltch3-con .ltch3-pg.ltch3-prev,
  .ltch-c4 .ltch4-con .ltch4-pg.ltch4-prev {
    left: -24px;
  }
}
@media (min-width: 992px) {
  .ltch-c3 .ltch3-list,
  .ltch-c4 .ltch4-list {
    margin-right: -10px;
    margin-left: -10px;
  }
  .ltch-c3 .ltch3-list li {
    padding: 10px;
  }
  .ltch-c3 .ltch3-cover h4 span {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1.25;
  }
  .ltch-c3 .ltch3-des p {
    font-size: 16px;
    line-height: 2.375;
  }
  .ltch-c3 .ltch3-con .ltch3-pg.ltch3-next,
  .ltch-c4 .ltch4-con .ltch4-pg.ltch4-next {
    right: -36px;
  }
  .ltch-c3 .ltch3-con .ltch3-pg.ltch3-prev,
  .ltch-c4 .ltch4-con .ltch4-pg.ltch4-prev {
    left: -36px;
  }
}
@media (min-width: 1200px) {
  .ltch-c3 .ltch3-list,
  .ltch-c4 .ltch4-list {
    margin-right: -10px;
    margin-left: -10px;
  }
  .ltch-c3 .ltch3-des > a,
  .ltch-c4 .ltch4-des > a {
    padding: 54px 30px 74px;
  }
  .ltch-c3 .ltch3-des h5 {
    bottom: 42px;
  }
  .ltch-c3 .ltch3-con .ltch3-pg.ltch3-next,
  .ltch-c4 .ltch4-con .ltch4-pg.ltch4-next {
    right: -68px;
  }
  .ltch-c3 .ltch3-con .ltch3-pg.ltch3-prev,
  .ltch-c4 .ltch4-con .ltch4-pg.ltch4-prev {
    left: -68px;
  }
}
.ltch-c4 {
  padding-top: 108px;
  padding-bottom: 100px;
}
.ltch-c4 .ltch-title {
  padding-bottom: 72px;
}
.ltch-c4 .ltch4-list li {
  float: left;
  width: 25%;
  padding: 10px;
}
.ltch-c4 .ltch4-iteam.ltch4-more .ltch4-d1 h3 {
  padding-top: 20px;
}
.ltch-c4 .ltch4-iteam:hover .ltch4-des {
  opacity: 1;
}
.ltch-c4 .ltch4-iteam:hover .ltch4-des h3,
.ltch-c4 .ltch4-iteam:hover .ltch4-des h5,
.ltch-c4 .ltch4-iteam:hover .ltch4-des p {
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.ltch-c4 .ltch4-d1 {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #3f3f3f;
  border: 1px solid #323232;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.ltch-c4 .ltch4-d1 .ltch4-cover {
  margin-top: 17px;
  background-color: rgba(152, 152, 152, 0.2);
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-decoration-skip: objects;
}
.ltch-c4 .ltch4-d1 h3 {
  padding-bottom: 22px;
  font-size: 30px;
  line-height: 1.2;
}
.ltch-c4 .ltch4-d1 h4 {
  display: inline-block;
  padding: 7px 10px 6px;
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
}
.ltch-c4 .ltch4-des {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #fff;
  background-color: rgba(0, 151, 230, 0.95);
  opacity: 0;
  -ms-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  text-decoration-skip: objects;
  cursor: pointer;
}
.ltch-c4 .ltch4-des > a {
  padding-bottom: 50px;
}
.ltch-c4 .ltch4-des h3,
.ltch-c4 .ltch4-des h5,
.ltch-c4 .ltch4-des p {
  -ms-transform: translate3d(0, -16px, 0);
  -o-transform: translate3d(0, -16px, 0);
  -webkit-transform: translate3d(0, -16px, 0);
  transform: translate3d(0, -16px, 0);
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration-skip: objects;
  cursor: pointer;
}
.ltch-c4 .ltch4-des h3 {
  margin-bottom: 13px;
}
.ltch-c4 .ltch4-des h5 {
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}
.ltch-c4 .ltch4-des h5 a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
}
.ltch-c4 .ltch4-des h5 a:hover {
  color: rgba(255, 255, 255, 0.92);
}
.ltch-c4 .ltch4-des h5 a:active {
  color: #EEF3F5;
}
.ltch-c4 .ltch4-des p {
  font-size: 14px;
  font-weight: 300;
}
.ltch-c4 .ltch4-con .ltch4-pg {
  color: rgba(82, 90, 103, 0.75);
}
.ltch-c4 .ltch4-con .ltch4-pg:hover {
  color: rgba(82, 90, 103, 0.95);
}
.ltch-c4 .ltch4-con .ltch4-pg:active {
  color: #525A67;
}
@media (min-width: 768px) {
  .ltch-c4 .ltch4-list li {
    padding: 5px;
  }
  .ltch-c4 .ltch4-iteam {
    height: 340px;
  }
  .ltch-c4 .ltch4-d1 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .ltch-c4 .ltch4-d1 .ltch4-cover {
    width: 132px;
    height: 132px;
    padding: 6px;
    margin-bottom: 24px;
  }
  .ltch-c4 .ltch4-d1 h4 {
    font-size: 16px;
    line-height: 1.5;
  }
  .ltch-c4 .ltch4-des > a {
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .ltch-c4 .ltch4-des p {
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .ltch-c4 .ltch4-list li {
    padding: 10px;
  }
  .ltch-c4 .ltch4-iteam {
    height: 377px;
  }
  .ltch-c4 .ltch4-d1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .ltch-c4 .ltch4-d1 .ltch4-cover {
    width: 154px;
    height: 154px;
    padding: 8px;
    margin-bottom: 37px;
  }
  .ltch-c4 .ltch4-des > a {
    padding-top: 28px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .ltch-c4 .ltch4-des p {
    line-height: 2;
  }
}
@media (min-width: 1200px) {
  .ltch-c4 .ltch4-d1 h4 {
    font-size: 18px;
    line-height: 1.33333333;
  }
  .ltch-c4 .ltch4-des > a {
    padding-right: 26px;
    padding-left: 26px;
  }
  .ltch-c4 .ltch4-des p {
    line-height: 2.21428571;
  }
}
.ltch-c5 {
  padding-top: 98px;
  padding-bottom: 100px;
}
.ltch-c5 .ltch-title {
  padding-bottom: 76px;
}
.ltch5-list li {
  float: left;
  width: 50%;
}
.ltch5-list .ltch5-iteam {
  padding-top: 24px;
  padding-bottom: 10px;
  color: #fff;
  border: 1px solid #fff;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-decoration-skip: objects;
}
.ltch5-list .ltch5-iteam:hover {
  color: #0178b6;
  background-color: #fff;
}
.ltch5-list .ltch5-iteam h3 {
  padding-left: 42px;
  margin-bottom: 22px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45454545;
  text-indent: -42px;
}
.ltch5-list .ltch5-iteam p {
  font-size: 15px;
  line-height: 1.66666667;
}
@media (min-width: 768px) {
  .ltch5-list {
    margin-right: -10px;
    margin-left: -10px;
  }
  .ltch5-list li {
    padding: 10px;
  }
  .ltch5-list .ltch5-iteam {
    height: 198px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 992px) {
  .ltch5-list {
    margin-right: -16px;
    margin-left: -16px;
  }
  .ltch5-list li {
    padding: 16px;
  }
  .ltch5-list .ltch5-iteam {
    height: 195px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .ltch5-list {
    margin-right: -20px;
    margin-left: -20px;
  }
  .ltch5-list li {
    padding: 20px;
  }
  .ltch5-list .ltch5-iteam {
    height: 165px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
