.pop-discountbox, .pop-discountbox > div, .pop-discount-shore, .idx-link-pic ul, .feedback-list .record-row, .feedback-send .sendbox .btn-group, .feedback-send, .idx-ban-container, .idx-rank, .idx-new {
  display: flex !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
}

.idx-link-pic ul, .idx-ban-container, .feedback-send .sendbox .btn-group {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.idx-rank, .idx-new, .feedback-list .record-row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.feedback-send {
  align-items: stretch;
}

.feedback-send .sendbox .btn-group, .feedback-send {
  justify-content: center;
}

.idx-link-pic ul, .idx-ban-container, .idx-rank, .idx-new, .feedback-list .record-row {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.idx-typebox1 .pic {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}
.idx-typebox1 .pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: all .5s;
}
.idx-typebox1 .pic:hover img {
  transform: scale(1.08, 1.08);
}

.pop-discountbox, .pop-discountbox > div, .pop-discount-shore, .idx-link-pic ul, .feedback-list .record-row, .feedback-send .sendbox .btn-group, .feedback-send, .idx-ban-container, .idx-rank, .idx-new {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
}

.idx-face:after, .idx-rank-right .tabs-con:after {
  content: '';
  display: inline-block;
  height: 100%;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
 * Scaffolding
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "PingFang SC";
  line-height: 1;
  background-color: white;
}

ul,
li,
ol {
  padding: 0;
}

ul {
  margin: 0;
}

li {
  list-style-type: none;
}

input,
button,
select,
textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input,
textarea {
  -webkit-appearance: none;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

a, a:active,
label,
label:active,
div,
div:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

select {
  -webkit-appearance: listbox;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: initial;
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

.bg-pop {
  background: rgba(0, 0, 0, 0.5);
}
.popbox {
  margin: 16px;
}
.popbox > h3 {
  padding-bottom: 8px;
  font-size: 16px;
  color: #fff;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.mask .pop-con {
  position: absolute;
}

.pop-sm {
  width: 320px;
}

.pop-md1 {
  width: 400px;
}

.pop-md {
  width: 560px;
}

.pop-lg {
  width: 720px;
}

.pop-xl {
  width: 960px;
}

.pop-login-close {
  position: absolute;
  left: 50%;
  bottom: -64px;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}
.pop-login-close i {
  font-size: 40px;
}

.pop-con {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.pop-con-tsp {
  background: transparent;
  overflow: visible;
}
#pop-login .pop-con {
  overflow: visible;
}
.pop-con .login-box {
  height: auto;
  padding-bottom: 32px;
  overflow: initial;
}
.pop-header {
  padding: 0 16px 0 24px;
  background: #f8f8f8;
}
.pop-header h3 {
  font-size: 16px;
  line-height: 48px;
  color: #000;
  font-weight: bold;
}
.pop-header a {
  color: #afafaf;
  line-height: 48px;
}
.pop-header a i {
  font-size: 18px;
}
.pop-header a:hover {
  color: #509bfb;
}

.pop-header1 {
  position: relative;
  padding: 24px 24px 0;
}
.pop-header1 h3 {
  margin-top: 16px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #111315;
}
.pop-header1 a {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: normal;
  color: #999;
  cursor: pointer;
}
.pop-header1 a i {
  font-size: 18px;
}
.pop-header1 a:hover {
  color: #509bfb;
}

.pop-body {
  padding: 24px;
  font-size: 16px;
  line-height: 22px;
  color: #141414;
}
.pop-body-old {
  padding: 20px 24px 24px;
  font-size: 14px;
  color: #666;
}

.pop-footer {
  margin: 0 -8px;
  padding: 0 24px 16px;
}
.pop-footer a {
  margin: 0 8px;
  padding: 0 24px;
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
}
.pop-footer-old a {
  min-width: 48px;
  padding: 0 16px;
  font-size: 14px;
}

.pop-shut {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #999;
  cursor: pointer;
}
.pop-shut i {
  font-size: 18px;
}
.pop-shut:hover {
  color: #509bfb;
}

.pop-topay {
  width: 360px;
}

.pop-browser {
  padding: 24px 30px;
  color: #999;
}
.pop-browser p {
  font-size: 16px;
  line-height: 24px;
}
.pop-browser h3 {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #eee;
  font-size: 16px;
  text-align: center;
}
.pop-browser ul {
  padding: 24px 20% 0;
}
.pop-browser .pic {
  margin: 0 20% 24px;
}
.pop-browserbox {
  text-align: center;
}
.pop-browserbox a {
  font-size: 14px;
  color: #666;
}
.pop-browserbox a i {
  font-size: 30px;
}
.pop-browserbox a h2 {
  margin-top: 4px;
  font-size: 14px;
}
.pop-browserbox a p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 24px;
  color: #999;
}

.pop-role {
  width: 472px;
  padding: 32px 0;
}
.pop-role .pop-footer {
  text-align: center;
}
.pop-role-body {
  padding: 0 20px 40px;
  text-align: center;
}
.pop-role-body h3 {
  font-size: 12px;
  line-height: 16px;
  color: #d83f0f;
}
.pop-role-body ul {
  margin-top: 40px;
  font-size: 0;
}
.pop-role-body ul li {
  margin: 0 24px;
  display: inline-block;
}

.pop-role-box {
  cursor: pointer;
}
.pop-role-box h4 {
  max-width: 80px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
}
.pop-role-box.active .pop-role-box-pic {
  border-color: #509bfb;
  background: #f8f8fa;
  opacity: 1;
}
.pop-role-box.active .pop-role-box-pic span {
  display: block;
}

.pop-role-box-pic {
  position: relative;
  width: 80px;
  height: 80px;
  border: 2px solid #e9e9e9;
  background: #e9e9e9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: .6;
}
.pop-role-box-pic img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pop-role-box-pic span {
  position: absolute;
  right: 8px;
  bottom: -2px;
  z-index: 2;
  width: 16px;
  height: 16px;
  display: none;
  text-align: center;
  line-height: 16px;
  background-color: #509bfb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pop-role-box-pic span i {
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
}

.pop-article-wrap {
  padding: 24px 20px 18px;
}

.pop-notice-header {
  position: relative;
  text-align: center;
}
.pop-notice-header h2 {
  margin: 12px 24px 0;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  color: #111315;
}
.pop-notice-header h4 {
  margin-top: 8px;
  font-size: 12px;
  color: #888;
}
.pop-notice-header a {
  position: absolute;
  top: -32px;
  right: -16px;
  color: #afafaf;
  line-height: 48px;
}
.pop-notice-header a i {
  font-size: 18px;
}
.pop-notice-header a:hover {
  color: #509bfb;
}

.pop-article {
  margin: 0 -20px;
  padding: 20px 20px 24px;
  max-height: 400px;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
  text-align: justify;
  overflow: hidden;
}
.pop-article img {
  max-width: 100%;
}

.pop-bottom-close {
  position: absolute;
  left: 50%;
  bottom: -64px;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}
.pop-bottom-close i {
  font-size: 40px;
}

.pop-void-wrap {
  width: 720px;
  overflow: hidden;
}
.pop-void-wrap .pop-shut {
  background: rgba(0, 0, 0, 0.6);
}
.pop-void-wrap .pop-shut i {
  font-size: 12px;
  color: #fff;
}
.pop-voids img {
  width: 100%;
  max-height: 480px;
}

.pop-pic-wrap {
  min-width: 320px;
  max-width: 640px;
  text-align: center;
}
.pop-pic-wrap.poc-con {
  background-color: transparent;
}
.pop-pic img {
  max-width: 100%;
  height: 420px;
}

.pop-pcon {
  background: #fff;
}

.pop-pxs {
  width: 400px;
}

.pop-psm {
  width: 560px;
}

.pop-pmd {
  width: 640px;
}

.pop-plg {
  width: 720px;
}

.pop-pxl {
  width: 960px;
}

.pop-pheader {
  position: relative;
  padding: 24px 24px 0;
}
.pop-pheader h3 {
  margin-top: 16px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #111315;
}
.pop-pheader h3 span {
  position: relative;
  margin: 0 16px;
  cursor: pointer;
}
.pop-pheader h3 span::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 2px;
  margin-left: 0;
  content: '';
  background-color: #509bfb;
}
.pop-pheader h3 span.active {
  color: #509bfb;
}
.pop-pheader h3 span.active::after {
  width: 20px;
  margin-left: -10px;
}
.pop-pheader a {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: normal;
  color: #999;
  cursor: pointer;
}
.pop-pheader a i {
  font-size: 18px;
}
.pop-pheader a:hover {
  color: #509bfb;
}

.pop-pbody {
  padding: 20px 24px 24px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.pop-pbody .mCSB_scrollTools {
  padding: 0 2px;
  width: 4px;
}
.pop-pbody .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
}
.pop-pbody .mCSB_scrollTools.mCS-minimal .mCSB_dragger .mCSB_dragger_bar {
  background: #dbdbdb;
}
.pop-pbody .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.pop-pbody .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #c2c2c2;
}

.pop-pbind h4 {
  font-size: 14px;
  color: #ee2b2b;
  text-align: center;
}
.pop-pbind-form {
  margin: 20px 32px 0;
}
.pop-pbind-form .form-pinput {
  margin-top: 16px;
}
.pop-pbind-form .form-pinput:first-child {
  margin-top: 0;
}
.pop-pbind-form > .btn-primary {
  margin-top: 20px;
  display: block;
  font-size: 14px;
  line-height: 40px;
}
.pop-pbind-form > p {
  margin-top: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #595959;
}
.pop-pbind-form > p.error {
  color: #ee2b2b;
}

.pop-pfooter {
  margin: 0 -8px;
  padding: 0 24px 24px;
  text-align: center;
}
.pop-pfooter a {
  margin: 0 8px;
  min-width: 48px;
  padding: 0 16px;
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
}
.pop-pfooter a.btn-line-primary {
  line-height: 34px;
}

.pop-pcenter {
  max-height: 480px;
  overflow: hidden;
}
.pop-pcenter .mCSB_container > p {
  font-size: 14px;
  text-align: center;
  color: #ee2b2b;
}
@media screen and (max-height: 600px) {
  .pop-pcenter {
    max-height: 60vh;
  }
}

.pop-pcenters {
  margin: 0 40px;
}
.pop-pcenters .pop-pitem {
  margin-top: 12px;
}

.pop-pitem {
  position: relative;
  padding-left: 108px;
}
.pop-pitem > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  line-height: 38px;
  color: #666;
  font-weight: bold;
  text-align: right;
}
.pop-pitem > span em {
  margin-right: 4px;
  font-style: normal;
  color: #ee2b2b;
}
.pop-pitem > span .result {
  display: block;
  font-size: 12px !important;
  color: #BABCBE;
  line-height: 1;
}
.pop-pitem .form-pinput {
  line-height: 38px;
}
.pop-pitem .form-pinput input {
  height: 38px;
  line-height: 36px;
  transition: 0.3s;
}
.pop-pitem .form-pinput input:focus {
  border-color: #509bfb;
}
.pop-pitem .form-pinput p {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1;
}
.pop-pitem .form-pinput-verify a {
  line-height: 38px;
}
.pop-pitem .form-pselect-xm {
  height: 38px;
}
.pop-pitem .form-pselect-xm xm-select {
  min-height: 38px;
  line-height: 36px;
  box-sizing: border-box;
}
.pop-pitem-cert, .pop-pitem-tx {
  min-height: 60px;
}
.pop-pitem-cert span, .pop-pitem-tx span {
  top: 50%;
  margin-top: -20px;
}
.pop-pitem-cert img, .pop-pitem-tx img {
  width: 82px;
  height: 60px;
  margin-right: 12px;
}
.pop-pitem-cert a, .pop-pitem-tx a {
  position: absolute;
  top: 50%;
  width: 72px;
  margin-top: -16px;
  font-size: 14px;
  line-height: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.pop-pitem-cert p, .pop-pitem-tx p {
  position: absolute;
  top: 50%;
  left: 290px;
  right: 0;
  margin-top: -18px;
  font-size: 12px;
  line-height: 18px;
  color: #ee2b2b;
}
.pop-pitem-tx img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pop-pitem .form-label-group {
  height: 38px;
  padding-top: 11px;
  padding-bottom: 11px;
  box-sizing: border-box;
}
.pop-pitem .form-label-group .form-label {
  margin-right: 24px;
}
.pop-pitem .form-label-group .form-label-con {
  margin-left: 0 !important;
}

.pop-psign1,
.pop-psign2 {
  width: 294px;
  min-height: 310px;
  background-color: #fff;
}

.pop-psign1 .pop-pbody {
  padding: 14px 40px 20px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
}
.pop-psign1 .pop-pbody img {
  width: 160px;
  height: 160px;
}
.pop-psign1 .pop-pbody p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #8c8c8c;
}

.pop-psign2 {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pop-psign2 .pop-foot {
  margin-top: 32px;
}
.pop-psign2 .pop-foot a {
  border-radius: 3px;
}
.pop-psign2 .pop-foot a.btn-primary {
  width: 128px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.pop-psign2s {
  padding: 0 20px;
  text-align: center;
}
.pop-psign2s i {
  font-size: 80px;
}
.pop-psign2s h2 {
  margin-top: 16px;
  font-size: 20px;
  line-height: 1.2;
  color: #111315;
  font-weight: bold;
}

.pop-pchat {
  margin: 0 24px;
}
.pop-pchat .opt {
  margin: 20px 20px 0;
  text-align: center;
}
.pop-pchat .opt > .btn-primary {
  margin-top: 12px;
  display: block;
  font-size: 14px;
  line-height: 40px;
}
.pop-pchat .opt p {
  margin-top: 20px;
  color: #888;
}
.pop-pchat .opt p a {
  color: #509bfb;
}
.pop-pchat .opt p a:hover {
  text-decoration: underline;
}

.pop-plogin .pop-pbind-form {
  margin: 12px 20px 0;
}
.pop-plogin .form-pforget {
  margin-top: 12px;
}
.pop-plogin .form-pagt {
  margin: 12px 20px 0;
}

.pop-discount-head {
  position: relative;
  padding: 10px 16px;
  text-align: center;
}
.pop-discount-head::before {
  position: absolute;
  top: -38px;
  right: 18px;
  z-index: 2;
  width: 24px;
  height: 24px;
  content: '';
  background: url(../images/discount/pop-discount-top.png) center/cover no-repeat;
}
.pop-discount-head::after {
  position: absolute;
  left: 50%;
  width: 256px;
  bottom: 4px;
  height: 16px;
  margin-left: -128px;
  content: '';
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 15, 0, 0.15) 45%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: multiply;
}
.pop-discount-head h3 {
  position: relative;
  z-index: 2;
  font-size: 22px;
  line-height: 24px;
  font-weight: 900;
  background: linear-gradient(197deg, #F90 11.64%, #FF1C18 91.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pop-discount-head > a {
  position: absolute;
  top: -44px;
  right: -15px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff;
}
.pop-discount-head > a i {
  font-size: 24px;
}

.pop-discount-body {
  margin-top: 14px;
}
.pop-discount-body .mCSB_scrollTools {
  padding: 0;
  width: 4px;
}
.pop-discount-body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
}
.pop-discount-body .mCSB_scrollTools.mCS-minimal .mCSB_dragger .mCSB_dragger_bar {
  background: transparent;
}
.pop-discount-body .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.pop-discount-body .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0);
}

.pop-discountbox {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 314px;
  height: 104px;
  padding: 3px 0;
  background: url(../images/discount/pop-discountbox.png) center/cover no-repeat;
  cursor: initial;
  transition: all .3s;
  box-sizing: border-box;
}
.pop-discountbox > div {
  position: relative;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.pop-discountbox .txt1 {
  width: 100px;
  padding-top: 20px;
  text-align: center;
}
.pop-discountbox .txt1 mark {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 0 0 8px;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #FF0F00;
  border-radius: 8px 0 0 0;
  background: linear-gradient(90deg, rgba(255, 15, 0, 0.1) 0%, rgba(255, 15, 0, 0) 100%);
}
.pop-discountbox .txt1 h2 {
  padding: 0 4px;
  color: #FF0F00;
}
.pop-discountbox .txt1 h2 span.mr2 {
  margin-right: 2px;
  font-weight: bold;
  font-size: 20px;
}
.pop-discountbox .txt1 h2 span.ml2 {
  margin-left: 2px;
  font-size: 16px;
}
.pop-discountbox .txt1 h2 em {
  font-size: 40px;
  font-style: normal;
  font-weight: bold;
}
.pop-discountbox .txt1 h4 {
  padding: 0 4px;
  font-size: 13px;
  color: #8c8c8c;
  line-height: 24px;
}
.pop-discountbox .txt2 {
  width: 214px;
  padding: 0 13px 0 8px;
}
.pop-discountbox .txt2 h2 {
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  font-weight: bold;
}
.pop-discountbox .txt2 h4 {
  font-size: 12px;
  line-height: 18px;
  color: #595959;
}
.pop-discountbox .txt2 p {
  font-size: 12px;
  line-height: 18px;
}

.pop-discount-foot {
  position: relative;
  margin-top: 42px;
}
.pop-discount-foot a {
  width: 216px;
  margin: 0 auto;
  display: block;
  font-size: 15px;
  line-height: 44px;
  color: #FF4118;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(96deg, #FEF5E7 5.02%, #FFBE77 114.9%);
  box-shadow: 0 -4px 4px 0px rgba(255, 96, 58, 0.42) inset, 0 3px 6px 0 rgba(211, 39, 0, 0.61);
}
.pop-discount-jt {
  position: absolute;
  top: -38px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}
.pop-discount-jt i {
  font-size: 16px;
  color: #8c8c8c;
}

.pop-discount {
  position: relative;
  width: 392px;
  padding: 14px 16px 0;
  box-sizing: border-box;
  background: url(../images/discount/pop-discount-bg.png) top center no-repeat;
}
.pop-discount > div {
  position: relative;
  z-index: 2;
}
.pop-discount::after {
  position: absolute;
  bottom: -16px;
  z-index: 1;
  width: 360px;
  height: 120px;
  content: '';
  background: url(../images/discount/pop-discount-foot.png) center/cover no-repeat;
}
.pop-discount .pop-discount-body {
  z-index: 0;
  max-height: 216px;
  margin-bottom: -2px;
}
.pop-discount .pop-discountbox {
  margin-top: 8px;
}
.pop-discount .pop-discountbox:first-child {
  margin-top: 0;
}

.popup-discount {
  position: relative;
  box-sizing: border-box;
}
.popup-discount * {
  box-sizing: border-box;
}

.popup-discount-header {
  position: relative;
  margin-top: -8px;
  text-align: center;
}
.popup-discount-header h3 {
  width: 240px;
  height: 56px;
  padding-bottom: 12px;
  display: inline-block;
  font-size: 16px;
  line-height: 44px;
  color: #5F1004;
  text-align: center;
  font-weight: bold;
  background: url(../images/discount/popup-discount-header.png) center/cover no-repeat;
}
.popup-discount-header a {
  position: absolute;
  top: -20px;
  right: -38px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #fff;
}
.popup-discount-header a i {
  font-size: 24px;
}

.popup-discount-title {
  margin-top: 8px;
  display: flex;
  height: 24px;
  justify-content: space-between;
  align-items: center;
}
.popup-discount-title > em {
  height: 2px;
  flex: 1;
  opacity: 0.5;
}
.popup-discount-title > em:first-child {
  background: linear-gradient(90deg, rgba(255, 15, 0, 0) 0%, #FF8E26 100%);
}
.popup-discount-title > em:last-child {
  background: linear-gradient(90deg, #FF8E26 0%, rgba(255, 15, 0, 0) 100%);
}
.popup-discount-title p {
  margin: 0 10px;
  font-size: 22px;
  color: #5F1004;
  font-weight: bold;
}
.popup-discount-title p span {
  background: linear-gradient(197deg, #F90 11.64%, #FF1C18 91.85%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popup-discount-title p em {
  font-style: normal;
  color: #FF0F00;
}

.pop-discount-footer {
  text-align: center;
}
.pop-discount-footer .btn-discount-shore {
  margin: 0 auto;
}
.pop-discount-footer h6 {
  position: relative;
  padding: 0 12px 4px;
  display: inline-block;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background: linear-gradient(94deg, #4A5AEF -5.42%, #D23FD4 96.9%);
}
.pop-discount-footer h6::after {
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 16px;
  height: 4px;
  margin-left: -8px;
  content: '';
  background: url(../images/discount/popup-footer-t102.png) center/cover no-repeat;
}
.pop-discount-footer p {
  margin-top: 4px;
  font-size: 14px;
  color: #5F1004;
}
.pop-discount-footer p a {
  color: #5F1004;
}
.pop-discount-footer p a:hover {
  text-decoration: underline;
}

.pop-discount-shore {
  padding: 0 24px;
  align-items: center;
  justify-content: space-between;
}

.btn-discount1 {
  display: inline-block;
  width: 166px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  color: #FF0F00;
  border: 1px solid #FF0F00;
  background: #FFF4EC;
}
.btn-discount1:hover {
  color: #FF0F00;
}

.popup-discount-order1 {
  width: 540px;
  height: 544px;
  padding: 80px 113px;
  background: url(../images/discount/popup-discount-order1.png) center/cover no-repeat;
}

.popup-discount-order2 {
  width: 540px;
  height: 448px;
  padding: 80px 113px;
  background: url(../images/discount/popup-discount-order2.png) center/cover no-repeat;
}

.popup-discount-shore {
  width: 600px;
  height: 632px;
  padding: 80px 143px;
  background: url(../images/discount/popup-discount-shore.png) center/cover no-repeat;
}

.popup-discount-shore1 {
  width: 600px;
  height: 576px;
  padding: 84px 143px;
  background: url(../images/discount/popup-discount-shore1.png) center/cover no-repeat;
}

.popup-discount-new {
  width: 600px;
  height: 604px;
  padding: 80px 143px;
  background: url(../images/discount/popup-discount-new.png) center/cover no-repeat;
}
.popup-discount-new > a {
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 120px;
  height: 36px;
  margin-left: -60px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: linear-gradient(94deg, #4A5AEF -5.42%, #D23FD4 96.9%);
}

.float-coupon {
  position: fixed;
  right: 4px;
  bottom: 62px;
  z-index: 1000;
  display: none;
  margin-top: -36.4px;
  cursor: pointer;
}
.float-coupon.active {
  display: block;
}
.float-coupon .coupon-box {
  position: relative;
  width: 91.2px;
  height: 72.8px;
  padding-top: 12px;
  background-image: url("../../dist/images/discount/red-box.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
}
.float-coupon .coupon-box > * {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.float-coupon .coupon-box img {
  width: 100%;
  height: auto;
}
.float-coupon .title {
  display: block;
  width: 56px;
  height: 17.6px;
  margin: 0 auto;
  background-image: url("../../dist/images/discount/red-title.png");
}
.float-coupon .el-left {
  position: absolute;
  top: 8px;
  left: 1.6px;
  width: 16px;
  height: 19.2px;
  background-image: url("../../dist/images/discount/red-el-left.png");
}
.float-coupon .el-right {
  position: absolute;
  top: 1.6px;
  right: 0;
  width: 17.6px;
  height: 13.6px;
  background-image: url("../../dist/images/discount/red-el-right.png");
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.07, 1.07, 1.07);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

.popup-feedback {
  width: 640px;
}
.popup-feedback .popup-body {
  margin-bottom: 24px;
}
.feedback-send .sendbox {
  flex: 1;
  margin: 0 8px;
  padding: 20px 0;
  text-align: center;
  background-color: rgba(80, 155, 251, 0.08);
  border-radius: 8px;
  box-sizing: border-box;
}
.feedback-send .sendbox:first-child {
  margin-left: 0;
}
.feedback-send .sendbox:last-child {
  margin-right: 0;
}
.feedback-send .sendbox .icon {
  width: 100px;
  margin: 0 auto;
}
.feedback-send .sendbox .icon img {
  width: 100%;
  height: auto;
}
.feedback-send .sendbox .text-wrap {
  margin: 12px 0;
  line-height: 22px;
}
.feedback-send .sendbox .title {
  font-size: 16px;
  color: #141414;
}
.feedback-send .sendbox .info {
  font-size: 14px;
  color: #595959;
}
.feedback-send .sendbox .btn-group a {
  margin: 0 6px;
  padding: 0 16px;
  line-height: 36px;
  border-radius: 4px;
  box-sizing: border-box;
}
.feedback-send .sendbox .btn-group .btn-line-primary {
  line-height: 34px;
}

.feedback-form {
  margin-right: -24px;
  margin-left: -24px;
  padding-right: 24px;
  padding-left: 24px;
}
.feedback-form .pop-pitem {
  margin: 12px 0;
}
.feedback-form .pop-pitem:first-child {
  margin-top: 0;
}
.feedback-form .pop-pitem:last-child {
  margin-bottom: 0;
}
.feedback-form .form-textarea textarea {
  height: auto;
}

.feedback-inst {
  padding: 12px;
  font-size: 12px;
  color: #404040;
  line-height: 20px;
  text-align: justify;
  background-image: linear-gradient(180deg, #F0F9FF 0%, rgba(240, 249, 255, 0) 100%);
  border: 1px solid #E6EDF4;
  border-radius: 8px;
}
.feedback-inst .lab {
  display: inline-block;
  margin-right: 8px;
  padding: 0 6px;
  font-size: 12px;
  color: #509bfb;
  line-height: 20px;
  background-color: rgba(80, 155, 251, 0.15);
  border-radius: 4px;
}

.feedback-list {
  height: 370px;
  margin-right: -24px;
  margin-left: -24px;
}
.feedback-list ul {
  position: relative;
}
.feedback-list ul:after {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 0;
  left: 39px;
  z-index: 1;
  display: inline-block;
  width: 1px;
  background-color: #C7E4FF;
}
.feedback-list li {
  position: relative;
  z-index: 2;
  margin: 24px;
}
.feedback-list li:first-child {
  margin-top: 0;
}
.feedback-list li:last-child {
  margin-bottom: 0;
}
.feedback-list .record-row {
  padding-right: 12px;
  padding-left: 12px;
}
.feedback-list .record-row .dot {
  width: 6px;
  height: 6px;
  margin-top: 9px;
  margin-right: 8px;
  background-color: white;
  border-radius: 50%;
  border: 2px solid #509bfb;
  box-sizing: border-box;
}
.feedback-list .record-row .icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.feedback-list .record-row .icon img {
  width: 100%;
  height: auto;
}
.feedback-list .record-row .con {
  flex: 1;
}
.feedback-list .record-row .title {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #141414;
  line-height: 18px;
}
.feedback-list .record-row .info {
  height: 16px;
  font-size: 12px;
  color: #303133;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.feedback-list .record-row .time {
  margin-top: 8px;
  color: #ABADAF;
}
.feedback-list .record-row .time i {
  margin-right: 4px;
  font-size: 14px;
  vertical-align: middle;
}
.feedback-list .record-row .time span {
  font-size: 12px;
  line-height: 18px;
}

.footage {
  font-size: 12px;
  color: #BABCBE;
  line-height: 18px;
  text-align: center;
}

.popup-feedback-fixedheight {
  height: 440px;
}

.popup-author {
  width: 240px;
  height: 240px;
  background-image: url("../../dist/images/pop-author.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.popup-author .popup-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  text-align: center;
}
.popup-author .popup-body .title {
  font-size: 16px;
  font-weight: 600;
  color: #262729;
  line-height: 24px;
}
.popup-author .popup-body .btn-primary {
  display: inline-block;
  height: 36px;
  margin: 12px 0;
  padding: 0 16px;
  line-height: 36px;
  border-radius: 8px;
}
.popup-author .popup-body .info {
  font-size: 12px;
  color: #8C8C8C;
  line-height: 1.3;
}

.popup-cropper {
  width: 640px;
}
.popup-cropper .content {
  padding-top: 24px;
  padding-bottom: 32px;
  text-align: center;
}
.popup-cropper .content > * {
  display: inline-block;
  vertical-align: middle;
}
.popup-cropper .content::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.popup-cropper .content > div {
  margin-right: 24px;
  margin-left: 24px;
}
.popup-cropper .cropper {
  width: 280px;
  height: 280px;
}
.popup-cropper .cropper img {
  width: 100%;
  height: auto;
}
.popup-cropper .img-preview {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.img-cropper > .info {
  margin: 16px 0 12px;
  color: #8c8c8c;
}
.img-cropper > .info i {
  vertical-align: middle;
}
.img-cropper .content {
  padding: 0;
  margin-bottom: 16px;
}
.img-cropper .content > div {
  margin-right: 8px;
  margin-left: 8px;
}
.img-cropper .content > div:first-child {
  margin-left: 0;
}
.img-cropper .content > div:last-child {
  margin-right: 0;
}
.img-cropper .preview-wrapper {
  width: 280px;
  height: 280px;
  font-size: 0;
  background-color: #f3f5f9;
}
.img-cropper .preview-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}
.img-cropper .preview-wrapper::after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.img-cropper .img-preview.example-preview {
  display: inline-block;
  width: 280px;
  height: 280px;
  border-radius: 0;
}

.form-input {
  position: relative;
}
.form-input input {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  line-height: 38px\0;
  color: #595959;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.form-input input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-input input:-ms-input-placeholder {
  color: #bfbfbf;
}
.form-input input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.form-input > i {
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -11px;
  font-size: 22px;
  line-height: 22px;
  color: #bfbfbf;
}
.form-input-ico input {
  padding-left: 36px;
}
.form-input-hasopt input {
  padding-right: 42px;
}

.form-input-opt {
  position: absolute;
  right: 12px;
  top: 50%;
  z-index: 2;
  margin-top: -11px;
  line-height: 22px;
}
.form-input-opt a {
  font-size: 22px;
  color: #bfbfbf;
}
.form-input-opt a i {
  font-size: inherit;
}

.form-forget {
  line-height: 22px;
}
.form-forget > a {
  margin-left: 12px;
  font-size: 14px;
  color: #8c8c8c;
}
.form-forget > a:first-child {
  margin-left: 0;
}
.form-forget > a:hover {
  color: #509bfb;
}

.form-label {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.form-label > input {
  position: absolute;
  left: -999999px;
}
.form-label > * {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  vertical-align: middle;
}
.form-label > *:first-child {
  margin-left: 0;
}
.form-label > *:last-child {
  margin-right: 0;
}
.form-label.disabled .form-label-btn {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
}
.form-label.disabled .form-label-btn i {
  display: inline-block;
  color: #d9d9d9;
}
.form-label.active .form-label-btn {
  color: #fff;
  background: #509bfb;
  border-color: #509bfb;
}
.form-label.active .form-label-btn i {
  display: inline-block;
}
.form-label.active .form-label-con {
  color: #509bfb;
}
.form-label-btn {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.form-label-btn i {
  display: none;
  font-size: 12px;
  font-weight: bold;
  line-height: inherit;
  vertical-align: top;
}

div[data-check="checkGroup"] .form-label-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

div[data-radio="radioGroup"] .form-label-btn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.form-label-con {
  font-size: 14px;
  line-height: 16px;
  color: #8c8c8c;
}

.form-pinput {
  position: relative;
}
.form-pinput input {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  line-height: 38px\0;
  color: #262626;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cecece;
}
.form-pinput input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-pinput input:-ms-input-placeholder {
  color: #bfbfbf;
}
.form-pinput input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.form-pinput input[readonly] {
  color: #262626;
  border-color: transparent;
}
.form-pinput > i {
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -11px;
  font-size: 22px;
  line-height: 22px;
  color: #bfbfbf;
}
.form-pinput-error input {
  border-color: #ee2b2b;
}
.form-pinput-error > p {
  color: #ee2b2b;
}
.form-pinput-ico input {
  padding-left: 36px;
}
.form-pinput-hasopt input {
  padding-right: 42px;
}
.form-pinput-verify {
  padding-right: 100px;
}
.form-pinput-verify a {
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  text-align: center;
  line-height: 40px;
}

.form-pinput-opt {
  position: absolute;
  right: 12px;
  top: 50%;
  z-index: 2;
  margin-top: -11px;
  line-height: 22px;
}
.form-pinput-opt a {
  font-size: 22px;
  color: #bfbfbf;
}
.form-pinput-opt a i {
  font-size: inherit;
}

.form-pselect-xm xm-select {
  min-height: 34px;
  line-height: 34px;
  border-color: #d9d9d9;
  box-sizing: border-box;
}
.form-pselect-xm xm-select:hover {
  border-color: #d9d9d9;
}
.form-pselect-xm xm-select .xm-label .scroll .label-content {
  width: 100%;
  display: initial;
  padding: 0 0 0 12px;
  line-height: inherit;
  color: #262626;
  box-sizing: border-box;
}
.form-pselect-xm xm-select > .xm-icon {
  right: 8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: -8px;
  border: none;
}
.form-pselect-xm xm-select > .xm-icon::before {
  width: 16px;
  height: 16px;
  font-size: 14px;
  color: #bfbfbf;
  content: "\e704";
}
.form-pselect-xm xm-select > .xm-body {
  min-width: initial;
  left: 0;
  right: 0;
}
.form-pselect-xm xm-select > .xm-body .xm-option.selected.hide-icon {
  position: relative;
  background-color: transparent !important;
}
.form-pselect-xm xm-select > .xm-body .xm-option.selected.hide-icon .xm-option-content {
  color: #509bfb !important;
}
.form-pselect-xm xm-select > .xm-body .xm-option:hover {
  background-color: #eee;
}
.form-pselect-xm xm-select > .xm-body .xm-option:hover .xm-option-content {
  color: #509bfb;
}
.form-pselect-xm xm-select > .xm-body .xm-option-content {
  width: 100%;
  display: initial;
}
.form-pselect-xm xm-select > .xm-tips {
  color: #bfbfbf;
}

.form-pforget {
  line-height: 22px;
}
.form-pforget > a {
  margin-left: 12px;
  font-size: 14px;
  color: #8c8c8c;
}
.form-pforget > a:first-child {
  margin-left: 0;
}
.form-pforget > a:hover {
  color: #509bfb;
}

.form-pagt {
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}

.login-box {
  position: relative;
  width: 320px;
  padding-bottom: 40px;
  background: #fff;
}

.login-tab-menu {
  position: relative;
  padding: 40px 24px 10px;
  height: 28px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.login-tab-menu ul li {
  width: 50%;
  float: left;
}
.login-tab-menu ul li a {
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #595959;
}
.login-tab-menu ul li a span {
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 0;
  height: 2px;
  margin-left: 0;
}
.login-tab-menu ul li a.active {
  color: #509bfb;
}
.login-tab-menu ul li a.active span {
  width: 20px;
  margin-left: -10px;
  background: #509bfb;
}
.login-type {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #509bfb;
  cursor: pointer;
}
.login-type i {
  font-size: 40px;
}
.login-type:before {
  position: absolute;
  z-index: 5;
  width: 0;
  height: 0;
  content: '';
  border-bottom: 40px solid #fff;
  border-right: 40px solid transparent;
}

.login-tab-con {
  margin: 16px 24px 0;
}
.login-tab-con .form-input {
  margin-bottom: 16px;
}
.login-tab-con .form-input input {
  height: 45px;
  line-height: 43px;
}
.login-tab-con .form-input.form-input-ico input {
  padding-left: 42px;
}
.login-tab-con .form-input.form-input-verify {
  padding-right: 114px;
}
.login-tab-con .form-input.form-input-verify a {
  position: absolute;
  right: 0;
  top: 0;
  width: 102px;
  font-size: 14px;
  line-height: 45px;
}
.login-tab-con .form-label {
  margin-top: 3px;
  line-height: 16px;
}
.login-tab-con .form-label .form-label-btn {
  margin: 0;
}
.login-tab-con .form-forget {
  margin-top: 12px;
}
.login-tab-con .btn-primary {
  display: block;
  font-size: 18px;
  line-height: 48px;
}

.login-agt {
  margin: 12px -10px 0 24px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}

.login-code-con {
  margin-top: 16px;
  padding-bottom: 12px;
}

.login-code-box {
  text-align: center;
}
.login-code-box img {
  width: 140px;
  height: 140px;
}
.login-code-box h2 {
  margin-top: 12px;
  font-size: 14px;
  color: #666;
}

.login-center {
  padding: 40px 24px 0;
  text-align: center;
}
.login-center img {
  width: 140px;
  height: 140px;
}
.login-center h2 {
  margin-top: 16px;
  font-size: 20px;
  color: #141414;
  font-weight: bold;
}
.login-center ul li {
  width: 33.3333333333%;
  float: left;
  margin-top: 24px;
}
.login-center ul li h4 {
  font-size: 24px;
  font-weight: bold;
  color: #509bfb;
}
.login-center ul li p {
  margin-top: 4px;
  font-size: 16px;
  color: #595959;
}
.login-center a {
  margin-top: 32px;
  display: block;
  font-size: 18px;
  line-height: 48px;
}

.browser-body {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #f5f7f9;
}

.browser-main {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 480px;
  margin: -280px 0 0 -400px;
  text-align: center;
}
.browser-main .pic {
  width: 484px;
  margin: 0 auto;
}
.browser-main p {
  margin-top: -87px;
  font-size: 18px;
  line-height: 28px;
  color: #262626;
}
.browser-main p span {
  color: #ee2b2b;
}
.browser-main h3 {
  position: relative;
  margin-top: 24px;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #a6a6a6;
}
.browser-main h3:after, .browser-main h3:before {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 1px;
  content: '';
  background: #e6e6e6;
}
.browser-main h3:before {
  left: -32px;
}
.browser-main h3:after {
  right: -32px;
}
.browser-main ul {
  width: 480px;
  margin: 16px auto 0;
}
.browser-main ul li {
  width: 33.3333333333%;
  float: left;
}

.browser-box {
  margin: 0 32px;
}
.browser-box span {
  width: 94px;
  height: 94px;
  display: inline-block;
  border: 1px solid #e6e6e6;
}
.browser-box span img {
  margin: 15px;
  width: 64px;
  height: 64px;
}
.browser-box h2 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
}
.browser-box a {
  color: #595959;
}
.browser-box a:hover {
  color: #509bfb;
}

.empty {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.empty img {
  width: 360px;
  height: auto;
}
.empty img.sm {
  width: 240px;
}
.empty h2 {
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 36px;
  color: #575757;
}
.empty h4 {
  font-size: 22px;
  color: #262626;
  font-weight: bolder;
}
.empty p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 18px;
  color: #818385;
}
.empty a {
  margin-top: 20px;
  padding: 0 20px;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
}
.empty.full-screen-empty img {
  width: 400px;
  height: 400px;
  margin-top: -24px;
}

.webWidth {
  min-width: 1036px;
  max-width: 1536px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
  .webWidth {
    width: 1036px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 1537px) and (max-width: 1336px) {
  .webWidth {
    padding-right: 64px;
    padding-left: 64px;
  }
}
@media screen and (min-width: 1537px) {
  .webWidth {
    padding-right: 0;
    padding-left: 0;
  }
}

.container {
  width: 1440px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1760px) {
  .container {
    width: 1200px;
  }
}

.bg-body {
  background-size: cover;
  background-position: top center;
  background-repeat: repeat-y;
  background-image: url(../images/theme/blue/body-bg1.jpg);
}

.flex {
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
}

.flex-item-1 {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}

.flex-item-2 {
  -webkit-box-flex: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 2;
  /* OLD - Firefox 19- */
  -webkit-flex: 2;
  /* Chrome */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
}

.flex-item-3 {
  -webkit-box-flex: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 3;
  /* OLD - Firefox 19- */
  -webkit-flex: 3;
  /* Chrome */
  -ms-flex: 3;
  /* IE 10 */
  flex: 3;
}

.flex-item-4 {
  -webkit-box-flex: 4;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 4;
  /* OLD - Firefox 19- */
  -webkit-flex: 4;
  /* Chrome */
  -ms-flex: 4;
  /* IE 10 */
  flex: 4;
}

.header-logo {
  height: 70px;
}
.header-logo img {
  width: auto;
  height: 100%;
}

.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99999;
  transition: all .5s;
  animation: header-move .5s;
  -moz-animation: header-move .5s;
  -webkit-animation: header-move .5s;
  -o-animation: header-move .5s;
}

@keyframes header-move {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@-moz-keyframes header-move {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes header-move {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@-o-keyframes header-move {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
.footerbg {
  background: #3b426b;
}
.footer-left {
  padding: 54px 0;
}
.footer-left p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.footer-left p:first-child {
  margin-top: 0;
}

.footer-right {
  padding: 40px 0;
}
.footer-right ul li {
  float: left;
  margin-left: 40px;
}
.footer-right ul li:first-child {
  margin-left: 0;
}

.footerbox {
  text-align: center;
}
.footerbox img {
  width: 80px;
  height: 80px;
}
.footerbox h2 {
  max-width: 80px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.footer-link {
  height: 100%;
  display: none;
}
.footer-link ul {
  margin-top: -8px;
}
.footer-link li {
  width: 50%;
  float: left;
  margin-top: 8px;
}
.footer-link li a {
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.footer-link li a:hover {
  text-decoration: underline;
}

.footerbg-by {
  position: relative;
  background-color: #015c5c;
}
.footerbg-by::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 322px;
  height: 117px;
  margin-left: -160px;
  mix-blend-mode: multiply;
  content: '';
  background-image: url(../images/by-footbg.jpg);
  opacity: .2;
}
.footerbg-by .webWidth {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
.footerbg-by * {
  height: 100%;
  box-sizing: border-box;
}
.footerbg-by .pull-left,
.footerbg-by .pull-right {
  float: initial;
}
.footerbg-by .footer-link {
  width: 360px;
  display: block;
}
.footerbg-by .footer-left {
  padding: 22px 0;
  margin: 32px 64px 32px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 288px - 360px - 64px);
  text-align: justify;
  word-break: break-all;
  border-left: 1px solid #1c6d6d;
  border-right: 1px solid #1c6d6d;
}
.footerbg-by .footer-left p {
  display: inline-block;
  text-align: left;
}
.footerbg-by .footer-right {
  width: 288px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.footerbg-by .footer-right ul li {
  margin-left: 24px;
}
.footerbg-by .footer-right ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1360px) {
  .footerbg-by .footer-link {
    width: 240px;
  }
  .footerbg-by .footer-left {
    margin: 32px 20px 32px 0;
    width: calc(100% - 240px - 272px - 20px);
  }
  .footerbg-by .footer-right {
    width: 272px;
  }
  .footerbg-by .footer-right ul li {
    margin-left: 16px;
  }
}

@font-face {
  font-family: "PFDinTextPro";
  src: url("../webfont/PFDinTextPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.pop-discountbox .txt1 h2, .discount-shorebox2 p em {
  font-family: "PFDinTextPro";
}

html {
  min-width: 1200px;
  _width: expression((document.documentElement.clientWidth||document.body.clientWidth)>1200?'1200px':'');
}
@media screen and (min-width: 1280px) {
  html {
    overflow-x: hidden;
  }
}

input::-webkit-text-security {
  display: none;
}

input::-webkit-credentials-auto-fill-button {
  position: absolute;
  right: 0;
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}

input::-webkit-input-safebox-button {
  display: none;
}

.bd-xs {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.bd-sm, .idx-rank-box ul li span, .idx-news-txt1 .btn-primary {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.bd-md, .pop-con, .pop-footer a, .pop-pcon, .pop-pbind-form > .btn-primary, .pop-pfooter a, .pop-pchat .opt > .btn-primary, .form-input input, .form-pinput input, .form-pinput-verify a, .form-pselect-xm xm-select, .login-tab-con .form-input.form-input-verify a, .login-tab-con .btn-primary, .login-center a, .box-title span, .box-score mark, .box-footer > a, .coursebox .pic mark.label-black-light, .course-title ul li a, .class-schedule2-wrap time, .idx-title-opt > a.btn-primary, .idx-title-opt > a.btn-line-primary, .netbox .pic mark {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.bd-lg, .login-box, .browser-box span, .empty, .header-logined-body, .box-teachers, .coursebox, .course-title, .ban-type-pic .pic, .idx-prog, .interest-edit, .idx-face-left .swiper-container, .teacherbox, .xf-tel,
.xf-code, .idx-xf-def ul, .idx-typebox1, .idx-xf ul, .idx-xf ul:before, .xf-top, .box-wrap, .idx-ban, .idx-rank-box, .idx-news-txt1 ul li, .netbox, .idx-linkbg, .idx-rank-left, .idx-news-pic, .idx-new-swiper .swiper-container, .idx-news-txt2 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.bd-rd, .pop-discount-foot a, .pop-discount-footer h6, .btn-discount1, .popup-discount-new > a, .empty a, .coursebox .txt > h4, .btn-discount-shore span, .discount-shorebox1 .txt h2, .interest-edit-footer a, .interest-bodybox a, .idx-tab-menu p, .idx-tab-menu p a, .ad-box-by img, .header-nav ul li a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.bd-by, .pop-void-wrap .pop-shut, .login-center img, .header-search > a, .header-logined img, .teacherbox-sm img, .teacherbox-more span, .xf-img span, .idx-ban .swiper-button-prev,
.idx-ban .swiper-button-next, .idx-progbox span, .header-note mark {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.text-p2, .box-title, .ban-type-txt p, .news-picbox .txt h2,
.idx-news-pic .txt h2, .idx-news-txt1 ul li p, .idx-news-txt2 ul li h2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}

.mt4 {
  margin-top: 4px;
}

.mt6 {
  margin-top: 6px;
}

.mt8 {
  margin-top: 8px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt24 {
  margin-top: 24px;
}

.pt16 {
  padding-top: 16px;
}

.pb24 {
  padding-bottom: 24px;
}

.form-pselect-xm xm-select > .xm-icon, .idx-prog ul li:before {
  font-family: "iconfont" !important;
  font-style: normal;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tabs-con {
  display: none;
}
.tabs-con.active {
  display: block;
}

.mCSB_scrollTools {
  padding: 0 2px;
  width: 4px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
}
.mCSB_scrollTools.mCS-minimal .mCSB_dragger .mCSB_dragger_bar {
  background: #dbdbdb;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #c2c2c2;
}

.color-primary {
  color: #509bfb;
}

a.color-primary:hover {
  color: #1e7ffa;
}

.color-num {
  color: #bfbfbf;
}

.color-num1 {
  color: #dc2e3c;
}

.color-num2 {
  color: #e9885b;
}

.color-num3 {
  color: #e5be3e;
}

.color-light {
  color: #8c8c8c;
}

.color-red {
  color: #ee2b2b;
}

.bg-num {
  background: #bfbfbf;
}

.bg-num1 {
  background: #ee2b2b;
}

.bg-num2 {
  background: #fab11e;
}

.bg-num3 {
  background: #ebcd6b;
}

.full-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
}

[class*=btn-] {
  text-align: center;
}
[class*=btn-].disabled {
  cursor: not-allowed;
}

.btn-primary {
  color: #fff;
  background-color: #509bfb;
}
.btn-primary:hover {
  background: #1e7ffa;
}

.btn-line-primary {
  color: #509bfb;
  border: 1px solid #509bfb;
}
.btn-line-primary:hover {
  color: #fff;
  background: #509bfb;
}

.btn-green {
  color: #fff;
  background: #47d187;
}
.btn-green:hover {
  background: #2eb76e;
}

.btn-gray {
  color: #8c8c8c;
  background: #eaecee;
}
.btn-gray:hover {
  background: #dcdfe3;
}

.btn-primary-light {
  color: #509bfb;
  background: #e0f2ff;
}
.btn-primary-light:hover {
  color: #fff;
  background: #509bfb;
}

.idx-main {
  padding-bottom: 40px;
  background-image: url(../images/theme/blue/body-bg2.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.idx-main > div {
  margin-top: 40px;
}

.pic img {
  width: 100%;
  height: 100%;
}

.pic-mask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
}

.label-black-light {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.label-gay {
  color: #737373;
  background: #f5f5f5;
}

.label-gay-deep {
  color: #fff;
  background: #bfbfbf;
}

.label-primary-light {
  color: #509bfb;
  background: rgba(80, 155, 251, 0.1);
}

.label-primary {
  color: #fff;
  background: #509bfb;
}

.label-red {
  color: #fff;
  background: #ee2b2b;
}

.label-hot,
.label-type,
.label-year {
  position: relative;
  padding: 0 8px;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.label-hot::after,
.label-type::after,
.label-year::after {
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 0;
  content: '';
  border-left: 4px solid transparent;
}

.label-hot {
  background: linear-gradient(90deg, #bd1a2d 0, #ff612f 100%), linear-gradient(90deg, #ff882f 0, #dc2e3c 100%);
  background: -webkit-linear-gradient(90deg, #bd1a2d 0, #ff612f 100%), -webkit-linear-gradient(90deg, #ff882f 0, #dc2e3c 100%);
}
.label-hot::after {
  border-top: 4px solid #7c592b;
}

.label-year {
  background: linear-gradient(90deg, #ff882f 0, #ffa42f 100%);
  background: -webkit-linear-gradient(90deg, #ff882f 0, #ffa42f 100%);
}
.label-year::after {
  border-top: 4px solid #7c592b;
}

.label-type {
  background: linear-gradient(90deg, #ce1c31 0, #ff542f 100%), linear-gradient(90deg, #ff882f 0, #ffa42f 100%);
}
.label-type::after {
  border-top: 4px solid #7c2b2b;
}
.label-type span {
  display: block;
  max-width: 100px;
}

.pic-label {
  position: absolute;
  top: 8px;
  left: -4px;
  z-index: 2;
}
.pic-label p {
  display: inline-block;
  margin-bottom: 4px;
}

.header-search {
  position: relative;
  width: 40px;
  height: 40px;
}
.header-search > a {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #509bfb;
}
.header-search > a i {
  display: inline-block;
  font-size: 20px;
  line-height: inherit;
  vertical-align: top;
}

.header-search-box {
  position: absolute;
  left: 20px;
  right: 0;
  width: 0;
  background: #509bfb;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.header-search-box .form-input input {
  width: 100%;
  padding-left: 20px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border: none;
  background: transparent;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.header-search-box .form-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.header-search-box .form-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.header-search-box .form-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.header-search-box .form-input-opt {
  right: 0;
}
.header-search-box .form-input-opt a {
  color: #fff;
}
.header-search-box .header-search-select {
  width: 0;
  opacity: 0;
  overflow: hidden;
}
.header-search-box.active {
  left: -260px;
  width: 180px;
  padding-left: 100px;
}
.header-search-box.active .header-search-select {
  width: 100px;
  opacity: 1;
  overflow: inherit;
}
.header-search-box.active .form-input input {
  opacity: 1;
}

.header-search-select {
  position: absolute;
  left: 12px;
  width: 100px;
}
.header-search-select xm-select {
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  border: none;
}
.header-search-select xm-select .xm-label .scroll .label-content {
  display: block;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
}
.header-search-select xm-select .xm-label .scroll .label-content {
  text-align: center;
}
.header-search-select xm-select .xm-tips {
  left: 0;
  right: 24px;
  display: initial;
  text-align: center;
  color: #fff;
}
.header-search-select xm-select > .xm-icon {
  border-top-color: #fff;
}

.header-logined {
  position: relative;
  margin-left: 16px;
  cursor: pointer;
}
.header-logined img {
  width: 40px;
  height: 40px;
}
.header-logined .header-logined-body {
  display: none;
}
.header-logined:hover .header-logined-body {
  display: block;
}
.header-logined-body {
  position: absolute;
  left: 50%;
  top: 40px;
  z-index: 9;
  width: 100px;
  padding: 8px 0;
  margin-left: -50px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
.header-logined-body ul li {
  font-size: 14px;
  line-height: 32px;
}
.header-logined-body ul li a {
  padding: 0 8px;
  display: block;
  color: #595959;
}
.header-logined-body ul li a:hover {
  color: #509bfb;
}

.idx-more {
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.idx-more i {
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  line-height: inherit;
  vertical-align: top;
}
.idx-more:hover {
  color: #509bfb;
}

.price {
  max-width: 90px;
  position: relative;
  font-size: 24px;
  color: #ee2b2b;
  font-family: 'PFDinTextPro';
  font-weight: bold;
  overflow: hidden;
}
.price span {
  margin-right: 2px;
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  vertical-align: top;
}

.price-mf {
  font-size: 18px;
  font-weight: 700;
  color: #47d187;
}

.box-title {
  position: relative;
  height: 48px;
  font-size: 16px;
  line-height: 24px;
}
.box-title a {
  color: #141414;
}
.box-title a:hover {
  color: #509bfb;
}
.box-title span {
  max-width: 90px;
  padding: 0 6px;
  margin-top: 2px;
  margin-right: 4px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  vertical-align: top;
}

.box-score {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #a6a6a6;
  white-space: nowrap;
}
.box-score * {
  display: inline-block;
  line-height: inherit;
  vertical-align: top;
}
.box-score .color-primary {
  margin-right: 8px;
  color: #dc2e3c;
}
.box-score mark {
  margin-right: 8px;
  padding: 0 8px;
  font-size: 12px;
}
.box-score mark:last-child {
  margin-right: 0;
}

.box-teacher {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.box-teacher .pull-right i {
  margin-right: 4px;
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
}

.box-ul {
  margin-top: 12px;
}
.box-ul ul {
  margin-top: -2px;
}
.box-ul ul li {
  margin-top: 2px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}

.box-footer {
  margin-top: 12px;
  padding-top: 12px;
  font-size: 14px;
  line-height: 25px;
  color: #8c8c8c;
  border-top: 1px solid #e6e6e6;
}
.box-footer > a {
  min-width: 88px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 36px;
  box-sizing: border-box;
}
.box-footer .price-mf {
  color: #47d187;
}
.box-footer .box-teacher-more {
  margin-top: 0;
}
.box-footer.box-footer2 .pull-left .price {
  line-height: 24px;
}
.box-footer.box-footer2 .pull-left h6 {
  font-size: 12px;
  line-height: 22px;
  color: #8c8c8c;
}
.box-footer.box-footer2 .btn-primary-light,
.box-footer.box-footer2 .btn-primary {
  margin-top: 5px;
}
.box-footer.box-footer2-noprice .pull-left h6 {
  margin-top: 5px;
  line-height: 36px;
}
.box-footer.box-footer3 .pull-right {
  margin-top: 7px;
  text-align: right;
}
.box-footer.box-footer3 .pull-right .price {
  line-height: 24px;
}
.box-footer.box-footer3 .pull-right h6 {
  margin-top: 2px;
  font-size: 12px;
  line-height: 22px;
  color: #8c8c8c;
}

.teacherbox-sm {
  text-align: center;
}
.teacherbox-sm img {
  width: 40px;
  height: 40px;
}
.teacherbox-sm a h2,
.teacherbox-sm h2 {
  max-width: 60px;
  margin: 4px -6px;
  font-size: 12px;
  line-height: 18px;
  color: #8c8c8c;
}

.teacherbox-more {
  position: relative;
  text-align: center;
  line-height: 0;
  cursor: pointer;
}
.teacherbox-more span {
  width: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
  line-height: 38px;
  color: #bfbfbf;
  border: 1px solid #f2f2f2;
}
.teacherbox-more span i {
  font-size: 16px;
}
.teacherbox-more > h2 {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #bfbfbf;
}
.teacherbox-more:hover .box-teachers {
  display: block;
}
.box-teachers {
  position: absolute;
  left: 50%;
  z-index: 2;
  bottom: 70px;
  width: 156px;
  max-height: 160px;
  display: none;
  margin-left: -84px;
  padding: 0 6px 8px 6px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
}
.box-teachers:before {
  position: absolute;
  left: 50%;
  bottom: -10px;
  z-index: 2;
  width: 168px;
  height: 12px;
  margin-left: -84px;
  content: '';
}
.box-teachers:after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  z-index: 0;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  content: ' ';
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.box-teachers .teacherbox-sm {
  margin: 12px 6px 0 6px;
}

.box-teacher-swiper {
  margin-top: 12px;
}
.box-teacher-swiper .swiper-slide {
  width: auto;
  margin-right: 12px;
}

.box-teacher-more {
  margin-top: 12px;
}
.box-teacher-more > .teacherbox-sm {
  margin-right: 12px;
}
.box-teacher-more > .teacherbox-sm:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .box-teacher-more > .teacherbox-sm:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 1470px) {
  .box-teacher-more > .teacherbox-sm:nth-child(2) {
    display: none;
  }
}

.coursebox {
  position: relative;
  background: #fff;
}
.coursebox:hover .pic img {
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -o-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
.coursebox:hover .txt h2 a {
  color: #509bfb;
}
.coursebox:hover .btn-live {
  color: #fff;
  background: #509bfb;
}
.coursebox .pic {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.coursebox .pic mark {
  position: absolute;
  z-index: 2;
  padding: 0 8px;
  font-size: 12px;
  line-height: 24px;
}
.coursebox .pic mark.label-black-light {
  left: 8px;
  top: 8px;
}
.coursebox .pic mark.label-red {
  right: 0;
  top: 0;
  max-width: 90px;
  -webkit-border-radius: 0 0 0 12px;
  -moz-border-radius: 0 0 0 12px;
  -ms-border-radius: 0 0 0 12px;
  -o-border-radius: 0 0 0 12px;
  border-radius: 0 0 0 12px;
}
.coursebox .txt {
  padding: 16px;
}
.coursebox .txt > h4 {
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 28px;
  color: #8c8c8c;
  background: #f5f5f5;
}
.coursebox .txt > h4 i {
  margin-right: 8px;
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  vertical-align: top;
}
.coursebox .txt > h4.active {
  color: #fff;
  background: linear-gradient(90deg, #ff882f 0, #ffa42f 100%), #f5f5f5;
  background: -webkit-linear-gradient(0, #ff882f 0, #ffa42f 100%), #f5f5f5;
}

.coursebox.book {
  background-color: transparent;
  overflow: hidden;
}
.coursebox.book .txt {
  position: absolute;
  right: 0;
  bottom: -100%;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: 0.3s;
}
.coursebox.book .box-score, .coursebox.book .box-footer {
  color: #737373;
}
.coursebox.book .box-footer {
  border-color: rgba(0, 0, 0, 0.07);
}
.coursebox.book > img {
  width: 100%;
  height: auto;
}
.coursebox.book:hover .txt {
  bottom: 0;
}
.coursebox.book:hover .pic img {
  transform: scale(1);
}


.course-title {
  text-align: center;
  height: 343px;
  background: url(../images/theme/blue/bg-new.jpg);
}
.course-title h3 {
  padding-top: 64px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
}
.course-title ul {
  margin: 18px 18px 0;
}
.course-title ul li {
  float: left;
  margin-top: 12px;
  width: 50%;
  font-size: 14px;
  line-height: 36px;
}
.course-title ul li a {
  padding: 0 8px;
  margin: 0 6px;
  display: block;
  color: #fff;
  background: rgba(36, 71, 143, 0.2);
}
.course-title ul li a:hover {
  background: rgba(36, 71, 143, 0.8);
}
@media screen and (max-width: 1536px) {
  .course-title-noprice h3 {
    padding-top: 12%;
  }
}

.xf-img {
  z-index: 999;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.xf-img span {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.xf-img span i {
  font-size: 13px;
  line-height: 28px;
  color: #999;
}
.xf-img.xf-imgL {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.xf-img.xf-imgR {
  position: fixed;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1336px) {
  .md-hidden {
    display: none;
  }
}

.class-schedule2-wrap::before {
  border: 2px solid #509bfb;
}
.class-schedule2-wrap::after {
  background-image: linear-gradient(97.79deg, rgba(80, 155, 251, 0.5) 0, rgba(80, 155, 251, 0) 100%);
}
.class-schedule2-wrap time {
  background-image: linear-gradient(97.79deg, #509bfb 1.62%, rgba(80, 155, 251, 0.7) 100%);
}
.class-schedule2-wrap time::before {
  border-color: transparent #509bfb transparent transparent;
}

.class-schedule2box {
  border: 1px solid rgba(80, 155, 251, 0.1);
}
.class-schedule2box::before {
  background: rgba(80, 155, 251, 0.2);
}
.class-schedule2box:hover {
  border: 1px solid rgba(80, 155, 251, 0.5);
}
.class-schedule2box:hover::before {
  background: #509bfb;
}
.class-schedule2box:hover .btn-primary {
  background-color: #1e7ffa;
}
.class-schedule2box h4 i {
  background-image: linear-gradient(179.86deg, rgba(80, 155, 251, 0.3) 14.65%, rgba(80, 155, 251, 0.114) 99.88%);
}

.btn-discount-shore {
  margin-top: -4px;
  position: relative;
  width: 190px;
  height: 64px;
  padding: 12px 0;
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  font-weight: bolder;
  background: url(../images/discount/btn-discount-shore.png) center/cover no-repeat;
  box-sizing: border-box;
}
.btn-discount-shore::before, .btn-discount-shore::after, .btn-discount-shore span::after {
  position: absolute;
  content: '';
}
.btn-discount-shore::before {
  top: 15px;
  right: 37px;
  z-index: 3;
  width: 10px;
  height: 10px;
  background: url(../images/discount/start.png) center/cover no-repeat;
}
.btn-discount-shore:hover {
  color: #fff;
}
.btn-discount-shore:hover::after {
  left: 120px;
}
.btn-discount-shore span {
  position: relative;
  z-index: 1;
  width: 166px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
}
.btn-discount-shore i {
  position: absolute;
  top: 2px;
  right: 11px;
  z-index: 2;
  width: 50px;
  height: 50px;
  background: url(../images/discount/jt.png) center/cover no-repeat;
}
.btn-discount-shore.lineAni span::after {
  top: 0;
  z-index: 1;
  width: 44px;
  height: 40px;
  background: url(../images/discount/guang.png) center/cover no-repeat;
  animation: linePosition, linePosition, linePosition;
  animation-timing-function: ease-in;
  animation-duration: .8s;
  animation-delay: 0s, 4s, 8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes linePosition {
  0% {
    left: 0;
  }
  100% {
    left: 180px;
  }
}
.discount-shore {
  z-index: 2;
  padding: 8px 8px 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(255, 15, 0, 0.1);
  box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.discount-shore .discount-shorebox1 {
  margin-left: 10px;
}
.discount-shore .discount-shorebox1:first-child {
  margin-left: 0;
}

.discount-shorebox1 .pic {
  width: 56px;
  height: 56px;
  margin: 0 auto;
}
.discount-shorebox1 .pic.border {
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}
.discount-shorebox1 .pic.border img {
  object-fit: cover;
}
.discount-shorebox1 .txt {
  margin-top: -12px;
  text-align: center;
}
.discount-shorebox1 .txt h2 {
  width: 56px;
  padding: 0 4px;
  display: inline-flex;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #FF8E26 0%, #FF0F00 100%);
  box-sizing: border-box;
}

.discount-shorebox2 {
  text-align: center;
  margin-bottom: -8px;
}
.discount-shorebox2 p {
  font-size: 13px;
  line-height: 18px;
  color: #5F1004;
}
.discount-shorebox2 p em, .discount-shorebox2 p span {
  color: #FF0F00;
}
.discount-shorebox2 p em {
  margin: 0px 2px 0;
  display: inline-block;
  font-size: 18px;
  line-height: inherit;
  font-weight: bold;
  font-style: normal;
  vertical-align: top;
}

.ai-float {
  position: fixed;
  right: 24px;
  bottom: 16px;
  z-index: 11000;
  width: 48px;
  height: 46px;
  line-height: 45px;
  text-align: center;
  background-image: linear-gradient(137deg, #AF81E7 11.22%, #3E84FF 80.1%);
  border-radius: 30px;
  box-shadow: 0 3px 12px rgba(80, 97, 251, 0.4);
  cursor: pointer;
  transition: 0.3s;
}
.ai-float img {
  display: inline-block;
  width: 42px;
  height: auto;
  vertical-align: middle;
}
.ai-float:after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -7px;
  display: inline-block;
  width: 0;
  height: 0;
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-right-width: 11px;
  border-left-width: 11px;
  border-color: transparent;
  border-style: dashed;
  border-left-color: #3E84FF;
  border-left-style: solid;
  transform: rotate(50deg);
}
.ai-float:hover {
  bottom: 18px;
  background-image: linear-gradient(137deg, #A265EC 11.22%, #2976FF 80.1%);
  transform: scale(1.01);
}
.ai-float:hover:after {
  border-left-color: #2976FF;
}

.ai-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11001;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
}

.ai-panel {
  position: fixed;
  top: 0;
  right: -420px;
  bottom: 0;
  z-index: 11002;
  width: 420px;
  background-color: white;
  transition: 0.3s;
}
.ai-panel.active {
  right: 0;
}
.ai-panel .ai-iframe {
  width: 100%;
  height: 100%;
}

.idx-ban .swiper-pagination {
  bottom: 16px;
}
.idx-ban .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}
.idx-ban .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  background: #fff;
  opacity: 1;
}
.idx-ban .swiper-button-prev,
.idx-ban .swiper-button-next {
  top: 50%;
  text-align: center;
  color: #fff;
}
.idx-ban .swiper-slide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.idx-ban .swiper-slide img {
  height: 100%;
}
.idx-ban .swiper-slide img.pic-center {
  position: absolute;
  left: 50%;
  width: 1536px;
  margin-left: -768px;
}
.idx-ban .swiper-slide a {
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ban-type {
  position: relative;
  width: 260px;
}
.ban-type > ul {
  padding: 12px 0 0 0;
}
.ban-type > ul > li .ban-type-con {
  display: none;
}
.ban-type > ul > li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.ban-type > ul > li:hover .ban-type-con {
  display: block;
}
.ban-type > h6 {
  padding: 0 8px 0 12px;
  font-size: 14px;
  line-height: 48px;
}
.ban-type > h6 a {
  display: inline-block;
  color: #fff;
}
.ban-type > h6 a i {
  margin-left: 8px;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
}
.ban-type-menu {
  padding: 0 8px 0 12px;
  font-size: 12px;
  line-height: 48px;
  color: #fff;
  cursor: pointer;
}
.ban-type-menu span {
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  vertical-align: top;
}
.ban-type-menu i {
  font-size: 16px;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  transform-origin: right;
}

.ban-type-con {
  position: absolute;
  top: 0;
  left: 260px;
  bottom: 0;
  z-index: 99;
  width: 572px;
  padding: 24px;
  background: #fff;
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.ban-type-con h3 {
  font-size: 18px;
  line-height: 28px;
  color: #141414;
}
.ban-type-con h3 i {
  margin-left: 8px;
  display: inline-block;
  font-size: 20px;
  line-height: inherit;
  vertical-align: top;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  transform-origin: left;
}

.ban-type-txt p {
  font-size: 14px;
  line-height: 22px;
}
.ban-type-txt p a {
  display: inline-block;
  margin-top: 12px;
  margin-right: 24px;
  color: #595959;
}
.ban-type-txt p a:hover {
  color: #509bfb;
}

.ban-type-pic {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
}
.ban-type-pic ul {
  margin: 12px -8px 0;
}
.ban-type-pic ul li {
  width: 33.3333333333%;
  float: left;
}
.ban-type-pic ul li a {
  display: block;
  margin: 0 8px;
}
.ban-type-pic ul li a h2 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #141414;
}
.ban-type-pic ul li a:hover h2 {
  color: #509bfb;
}
.ban-type-pic ul li a:hover .pic img {
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -o-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}
.ban-type-pic .pic {
  width: 180px;
  height: 120px;
  overflow: hidden;
}

.idx-prog {
  position: relative;
  overflow: hidden;
}
.idx-prog ul {
  width: 100%;
  margin-top: 44px;
}
.idx-prog ul li {
  position: relative;
  flex-grow: 1;
}
.idx-prog ul li:before, .idx-prog ul li:after {
  position: absolute;
  right: -50%;
  left: 50%;
}
.idx-prog ul li:after {
  content: '';
}
.idx-prog ul li:before {
  position: absolute;
  z-index: 2;
  font-size: 12px;
  line-height: 14px;
  content: "\e835";
}
.idx-prog ul li:last-child:before, .idx-prog ul li:last-child:after {
  display: none;
}
.idx-prog-title {
  position: absolute;
  left: 0;
  top: 0;
  height: inherit;
  text-align: center;
  color: #fff;
  background: url(../images/theme/blue/idx-prog-title.jpg) no-repeat;
}
.idx-prog-title h3 {
  font-size: 36px;
  line-height: 54px;
  font-weight: 900;
  letter-spacing: .1em;
}

.idx-progbox {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.idx-progbox span {
  display: inline-block;
  text-align: center;
}
.idx-progbox span i {
  font-size: 40px;
}
.idx-progbox span img {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
}
.idx-progbox h2 {
  max-width: 120px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 28px;
  color: #141414;
}
@media screen and (max-width: 1336px) {
  .idx-progbox h2 {
    max-width: 100px;
  }
}

.idx-title {
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}
.idx-title h3 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 46px;
  color: #509bfb;
}
.idx-title h3::before, .idx-title h3::after {
  position: absolute;
  top: 50%;
  width: 89px;
  height: 20px;
  margin-top: -10px;
  content: '';
}
.idx-title h3::before {
  left: -105px;
  background: url(../images/theme/blue/title-l.png);
}
.idx-title h3::after {
  right: -105px;
  background: url(../images/theme/blue/title-r.png);
}
.idx-title .idx-more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

.idx-title-opt {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  font-size: 14px;
  line-height: 32px;
}
.idx-title-opt > a {
  display: inline-block;
  color: #8c8c8c;
}
.idx-title-opt > a:hover {
  color: #509bfb;
}
.idx-title-opt > a i {
  margin-left: 8px;
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
}
.idx-title-opt > a.btn-primary, .idx-title-opt > a.btn-line-primary {
  padding: 0 12px;
}
.idx-title-opt > a.btn-line-primary {
  color: #509bfb;
  line-height: 30px;
}
.idx-title-opt > a.btn-line-primary:hover {
  color: #fff;
}
.idx-title-opt > a.btn-primary {
  color: #fff;
  line-height: 32px;
}
.idx-title-opt > span {
  margin: 0 16px;
  color: #d9d9d9;
}

.interest-edit {
  position: absolute;
  top: 48px;
  right: 266px;
  z-index: 99;
  width: 560px;
  padding: 20px 0;
  text-align: initial;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
}
.interest-edit:before, .interest-edit:after {
  position: absolute;
  content: '';
}
.interest-edit:before {
  left: 0;
  top: -14px;
  width: 100px;
  height: 14px;
  background: transparent;
}
.interest-edit:after {
  top: -20px;
  right: 30px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 10px;
  border-color: transparent;
  border-style: dashed;
  border-bottom-color: #fff;
  border-bottom-style: solid;
}
.interest-edit-header {
  padding: 0 24px;
  font-size: 18px;
  line-height: 22px;
  color: #141414;
  font-weight: bold;
}
.interest-edit-header span {
  margin-left: 8px;
  display: inline-block;
  font-size: 14px;
  color: #8c8c8c;
  line-height: inherit;
  vertical-align: top;
  font-weight: normal;
}

.interest-edit-footer {
  text-align: center;
}
.interest-edit-footer a {
  width: 120px;
  height: 42px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
}

.interest-edit-nav {
  margin: 0 24px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  border-bottom: 1px solid #f2f2f2;
}
.interest-edit-nav .swiper-slide {
  position: relative;
  width: auto;
  margin-right: 24px;
  color: #595959;
  cursor: pointer;
}
.interest-edit-nav .swiper-slide.active {
  color: #509bfb;
}
.interest-edit-nav .swiper-slide.active span {
  width: 32px;
  margin-left: -16px;
}
.interest-edit-nav .swiper-slide span {
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 2px;
  margin-left: 0;
  background: #509bfb;
}

.interest-edit-body {
  margin: 8px 0 24px;
}

.interest-bodybox {
  margin: 0 24px;
  max-height: 200px;
}
.interest-bodybox a {
  padding: 0 12px;
  display: inline-block;
  margin-right: 12px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 30px;
  color: #595959;
  border: 1px solid #f2f2f2;
}
.interest-bodybox a.line1 {
  margin-right: 0;
  display: block;
}
.interest-bodybox a.active {
  color: #fff;
  background: #509bfb;
  border: 1px solid #509bfb;
}
.interest-bodybox .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.interest-bodybox .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: -24px;
}

.idx-title2 {
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}
.idx-title2 h3 {
  position: relative;
  height: 46px;
  display: inline-block;
  font-size: 30px;
  line-height: 46px;
  color: #509bfb;
  background: url(../images/theme/blue/title.png) left center no-repeat;
}
.idx-title2 h3 span {
  width: 66px;
  display: inline-block;
  margin-right: 16px;
  font-size: 24px;
  line-height: inherit;
  font-family: "PFDinTextPro";
  font-style: italic;
  vertical-align: top;
  color: #fff;
  font-weight: bold;
}
.idx-title2 .idx-more {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 32px;
}

.idx-live {
  margin-top: 24px;
}

.news-picbox,
.idx-news-pic {
  position: relative;
  overflow: hidden;
}
.news-picbox img,
.idx-news-pic img {
  width: 100%;
  height: 100%;
}
.news-picbox > a,
.idx-news-pic > a {
  height: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news-picbox .txt,
.idx-news-pic .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 26px 24px 16px 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0, #000 100%);
}
.news-picbox .txt h4,
.idx-news-pic .txt h4 {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}
.news-picbox .txt h2,
.idx-news-pic .txt h2 {
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.news-picbox .txt h2 a,
.idx-news-pic .txt h2 a {
  display: block;
  color: #fff;
}
.news-picbox:hover img,
.idx-news-pic:hover img {
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -o-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}

.idx-new-swiper .news-picbox {
  position: relative;
}
.idx-new-swiper .news-picbox img {
  position: absolute;
}
.idx-new-swiper .news-picbox .txt {
  padding: 26px 24px 16px 24px;
}
.idx-new-swiper .swiper-pagination {
  left: initial;
  right: 20px;
  bottom: 90px;
  width: auto;
  font-size: 0;
}
.idx-new-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  opacity: 1;
}
.idx-new-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #509bfb;
  opacity: 1;
}
.idx-new-swiper .swiper-container {
  overflow: hidden;
}
.idx-new-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.idx-new-swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -o-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}

.idx-face-left {
  position: relative;
  top: 0;
  bottom: 0;
}
.idx-face-left .swiper-pagination {
  bottom: 0;
  padding-top: 55px;
  height: 30px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.idx-face-left .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: .4;
}
.idx-face-left .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  opacity: 1;
}
.idx-face-left .swiper-container {
  overflow: hidden;
}
.idx-face-left .swiper-slide a {
  display: block;
  background: red;
}
.idx-face-left .swiper-slide img {
  width: 100%;
  height: 100%;
}
.idx-face-left .swiper-slide:hover img {
  -webkit-transform: scale(1.04, 1.04);
  -moz-transform: scale(1.04, 1.04);
  -ms-transform: scale(1.04, 1.04);
  -o-transform: scale(1.04, 1.04);
  transform: scale(1.04, 1.04);
}

.idx-face-left {
  position: relative;
}
.idx-face-left .label-hot {
  padding: 0 12px;
}

.idx-tab-menu {
  position: relative;
  text-align: center;
}
.idx-tab-menu p {
  display: inline-block;
  padding: 4px;
  height: 40px;
  background: rgba(80, 155, 251, 0.1);
}
.idx-tab-menu p a {
  padding: 0 24px;
  margin-right: 8px;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  color: #595959;
}
.idx-tab-menu p a.active {
  color: #fff;
  background: #509bfb;
}
.idx-tab-menu p a:last-child {
  margin-right: 0;
}
.idx-tab-menu .idx-more {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}

.idx-type > ul {
  margin: 8px -12px 0;
}
.idx-type > ul > li {
  width: 16.6666666667%;
  float: left;
  margin-top: 16px;
}
.idx-type > ul > li > a {
  margin: 0 8px;
  padding: 0 16px;
  display: block;
  font-size: 18px;
  line-height: 62px;
  text-align: center;
  color: #141414;
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.idx-type > ul > li > a i {
  margin-left: 8px;
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
}
.idx-type > ul > li > a:hover {
  color: #509bfb;
  border: 1px solid #509bfb;
}

.teacherbox {
  background: #fff;
  overflow: hidden;
}
.teacherbox:hover .pic img {
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.teacherbox:hover .txt h2 a {
  color: #509bfb;
}
.teacherbox .pic {
  overflow: hidden;
}
.teacherbox .txt {
  padding: 16px;
}
.teacherbox .txt h2 {
  font-size: 20px;
  line-height: 30px;
}
.teacherbox .txt h2 a {
  color: #141414;
}
.teacherbox .txt h2 a:hover {
  color: #509bfb;
}
.teacherbox .txt h4 {
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  color: #8c8c8c;
}

.idx-linkbg {
  background: #fff;
  border-radius: 8px;
}
.idx-link-pic span,
.idx-link-txt span {
  position: absolute;
  width: 108px;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0 24px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.idx-link-pic span em,
.idx-link-txt span em {
  font-style: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}

.idx-link-pic {
  position: relative;
  min-height: 40px;
  padding: 24px 24px 24px 156px;
  border-bottom: 1px solid #f2f2f2;
}
.idx-link-pic ul {
  flex-wrap: wrap;
  margin-top: -8px;
}
.idx-link-pic ul li {
  margin-top: 8px;
  padding: 0 24px;
  border-left: 1px solid #f2f2f2;
}
.idx-link-pic ul li img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 1280px) {
  .idx-link-pic ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .idx-link-pic ul li {
    padding: 0 8px;
  }
}

.idx-link-txt {
  position: relative;
  min-height: 28px;
  padding: 24px 24px 24px 156px;
}
.idx-link-txt ul {
  margin-top: -8px;
  padding: 6px 0;
}
.idx-link-txt ul li {
  float: left;
  padding: 0 12px;
  margin-top: 8px;
  font-size: 14px;
  line-height: 16px;
  border-left: 1px solid #f2f2f2;
}
.idx-link-txt ul li a {
  color: #8c8c8c;
}
.idx-link-txt ul li a:hover {
  color: #509bfb;
}

.idx-xf-def,
.idx-xf {
  position: fixed;
  right: 8px;
  z-index: 999;
}
.idx-xfbox .xf-tel,
.idx-xfbox .xf-code {
  display: none;
}
.idx-xfbox:hover .xf-tel,
.idx-xfbox:hover .xf-code {
  display: block;
}

.xf-tel,
.xf-code {
  position: absolute;
  top: 50%;
  left: auto;
  right: 76px;
  width: 264px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
}
.xf-tel:before,
.xf-code:before {
  position: absolute;
  top: 50%;
  right: -6px;
  width: 0;
  height: 0;
  margin-top: -6px;
  content: '';
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.xf-tel.xf-code1,
.xf-code.xf-code1 {
  width: 132px;
}

.xf-tel {
  top: 0;
  min-height: 60px;
  margin-top: 0;
  padding-bottom: 12px;
  color: #141414;
}
.xf-tel:before {
  position: absolute;
  top: 36px;
}
.xf-tel h3 {
  padding-top: 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.xf-tel p {
  padding: 0 16px;
  margin-top: 6px;
  font-size: 16px;
  line-height: 22px;
  color: #595959;
  word-break: break-all;
}

.xf-code {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.xf-codebox {
  padding: 16px;
  width: 100px;
  text-align: center;
  float: left;
}
.xf-codebox img {
  width: 92px;
  height: 92px;
}
.xf-codebox h4 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}

.idx-xf-def-show,
.idx-xf-show,
.idx-xf-hidden {
  font-size: 14px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.idx-xf-def-show i,
.idx-xf-show i,
.idx-xf-hidden i {
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

.idx-xf-def-show,
.idx-xf-show {
  position: fixed;
  right: 0;
  z-index: 999;
  width: 100px;
  height: 40px;
  line-height: 40px;
  background: url(../images/theme/blue/xf-show.png);
}
.idx-xf-def-show.active,
.idx-xf-show.active {
  right: -100px;
}
.idx-xf-def-show i,
.idx-xf-show i {
  margin-right: 4px;
  margin-left: -8px;
  transform-origin: right;
}

.idx-xf-hidden i {
  margin-left: 4px;
  margin-right: -8px;
  transform-origin: left;
}

.idx-xf-def {
  position: fixed;
  right: 8px;
  width: 72px;
  padding: 0;
}
.idx-xf-def::before, .idx-xf-def::after {
  display: none;
}
.idx-xf-def.active {
  right: -72px;
}
.idx-xf-def ul {
  position: relative;
  padding: 8px 0 0;
  background: #509bfb;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.idx-xf-def ul li:nth-last-child(2) .idx-xfbox:after {
  width: 68px;
  margin-left: -34px;
}
.idx-xf-def ul li:last-child .idx-xfbox:after {
  display: none;
}
.idx-xf-def .idx-xfbox,
.idx-xf-def .xf-top {
  text-align: center;
  color: #fff;
}
.idx-xf-def .idx-xfbox i,
.idx-xf-def .xf-top i {
  font-size: 24px;
}
.idx-xf-def .idx-xfbox h2,
.idx-xf-def .xf-top h2 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 18px;
}
.idx-xf-def .idx-xfbox {
  position: relative;
  color: #fff;
  background: transparent;
  z-index: 9;
  padding: 11px 0 12px;
  display: block;
  margin: 0 auto;
}
.idx-xf-def .idx-xfbox:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  content: '';
  background: rgba(255, 255, 255, 0.2);
}
.idx-xf-def .idx-xf-hidden {
  position: relative;
  z-index: 3;
  height: 36px;
  margin: 0;
  font-size: 12px;
  line-height: 36px;
  color: #fff;
  background: #509bfb;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

.idx-xf-def-show {
  background: #509bfb;
  border-radius: 8px 0 0 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  line-height: 36px;
}

.idx-interest > ul,
.idx-course > ul,
.idx-live > ul {
  margin: 0 -12px;
}
.idx-interest > ul > li,
.idx-course > ul > li,
.idx-live > ul > li {
  width: 20%;
  float: left;
}
.idx-interest .coursebox,
.idx-course .coursebox,
.idx-live .coursebox {
  margin: 0 12px;
}
@media screen and (max-width: 1336px) {
  .idx-interest > ul,
  .idx-course > ul,
  .idx-live > ul {
    margin: 0 -8px;
  }
  .idx-interest > ul > li,
  .idx-course > ul > li,
  .idx-live > ul > li {
    width: 25%;
  }
  .idx-interest > ul > li:nth-child(5),
  .idx-course > ul > li:nth-child(5),
  .idx-live > ul > li:nth-child(5) {
    display: none;
  }
  .idx-interest .coursebox,
  .idx-course .coursebox,
  .idx-live .coursebox {
    margin: 0 8px !important;
  }
}

.idx-face-right > ul {
  margin: 0 -12px;
}
.idx-face-right > ul > li {
  width: 33.3333333333%;
  float: left;
}
.idx-face-right > ul > li:nth-child(4) {
  display: none;
}
.idx-face-right .coursebox {
  margin: 0 12px;
}
.idx-face-right-all > ul > li {
  width: 20%;
  float: left;
}
.idx-face-right-all > ul > li:nth-child(4) {
  display: block;
}
@media screen and (max-width: 1336px) {
  .idx-face-right > ul {
    margin: 0 -8px;
  }
  .idx-face-right > ul > li {
    width: 25%;
  }
  .idx-face-right > ul > li:nth-child(4) {
    display: block;
  }
  .idx-face-right .coursebox {
    margin: 0 8px;
  }
  .idx-face-right-all > ul > li:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 1336px) {
  .idx-face-right {
    width: 100%;
  }
  .idx-face-right .price {
    max-width: 80px;
  }
}
@media screen and (max-width: 1520px) and (min-width: 1336px) {
  .idx-face-right .price {
    max-width: 60px;
  }
}

.idx-teacher1 ul,
.idx-teacher ul {
  margin: 0 -12px;
}
.idx-teacher1 ul li,
.idx-teacher ul li {
  float: left;
  width: 16.6666666667%;
}
.idx-teacher1 .teacherbox,
.idx-teacher .teacherbox {
  margin: 0 12px;
}
@media screen and (max-width: 1336px) {
  .idx-teacher1 > ul,
  .idx-teacher > ul {
    margin: 0 -8px;
  }
  .idx-teacher1 > ul li,
  .idx-teacher > ul li {
    width: 20%;
  }
  .idx-teacher1 > ul li:nth-child(6),
  .idx-teacher > ul li:nth-child(6) {
    display: none;
  }
  .idx-teacher1 .teacherbox,
  .idx-teacher .teacherbox {
    margin: 0 8px !important;
  }
}

.idx-ad ul {
  margin: -12px -8px 0;
}
.idx-ad ul li {
  margin-top: 12px;
}
.idx-ad .ad-box {
  margin: 0 8px;
}

.ad-box img {
  width: 100%;
}

.idx-type1 {
  margin-top: 24px;
}
.idx-type1 ul {
  margin: -16px -8px 0;
}
.idx-type1 li {
  width: 20%;
  float: left;
  margin-top: 16px;
}
.idx-type1 .idx-typebox1 {
  margin: 0 8px;
}

.idx-typebox1 {
  position: relative;
  display: block;
  overflow: hidden;
}
.idx-typebox1:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
.idx-typebox1 .txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 0 30% 0 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  background: linear-gradient(89.87deg, rgba(12, 12, 12, 0.7) 1.39%, rgba(12, 12, 12, 0) 79.4%);
}
.idx-typebox1 .txt h2 {
  position: relative;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.idx-typebox1 .txt h2 span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}
.idx-typebox1 .txt h2::after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 105px;
  height: 1px;
  content: '';
  background: linear-gradient(90deg, #FFFFFF -0.09%, rgba(255, 255, 255, 0) 100%);
}
.idx-typebox1 .pic {
  padding-bottom: 36.7272727273%;
  padding-bottom: 36.7272727273%;
  padding-bottom: 36.7272727273%;
}
.idx-typebox1 .pic img {
  object-fit: fill;
}
.idx-typebox1 .pic img {
  object-fit: contain;
}
.idx-typebox1 .pic img {
  object-fit: cover;
}

.img-responsive {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}

.img-responsive-h {
  width: 100%;
  height: auto;
  display: block;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.ell, .pop-role-box h4, .pop-discountbox .txt1 mark, .pop-discountbox .txt1 h2, .pop-discountbox .txt1 h4, .pop-discountbox .txt2 h2, .pop-discountbox .txt2 h4, .form-pselect-xm xm-select .xm-label .scroll .label-content, .form-pselect-xm xm-select > .xm-body .xm-option-content, .footerbox h2, .footer-link li a, .text-p1, .label-type span, .box-title span, .box-score, .box-score mark, .box-teacher, .box-ul ul li, .box-footer .price, .box-footer.box-footer2 .pull-left h6, .teacherbox-sm a h2,
.teacherbox-sm h2, .coursebox .pic mark.label-red, .course-title ul li a, .discount-shorebox1 .txt h2, .ban-type-menu, .ban-type-pic ul li a h2, .idx-progbox h2, .interest-bodybox a.line1, .teacherbox .txt h2,
.teacherbox .txt h4, .netbox .txt h2,
.netbox .txt h4, .netbox .txt mark, .live-yy, .idx-live .coursebox .txt h4, .idx-rank-box ul li, .idx-type ul li a, .idx-news-txt1 ul li h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clearfix {
  *zoom: 1;
}
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

.vis-hidden {
  visibility: hidden;
}

.ovh {
  overflow: hidden;
}

[class*="col-"] {
  float: left;
}

.col-1 {
  width: 100%;
}

.col-2 {
  width: 50%;
}

.col-3 {
  width: 33.3333333333%;
}

.col-4 {
  width: 25%;
}

.col-5 {
  width: 20%;
}

.col-6 {
  width: 16.6666666667%;
}

.trans, .pop-pheader h3 span::after, .form-label, .login-tab-menu ul li a span, a, [class*=btn-], .pic img, .header-search-box, .header-search-box .form-input input, .header-search-box .header-search-select, .idx-more, .idx-ban .swiper-button-prev,
.idx-ban .swiper-button-next, .interest-edit-nav .swiper-slide span, .news-picbox img,
.idx-news-pic img, .news-picbox > a,
.idx-news-pic > a, .idx-new-swiper .swiper-slide img, .idx-face-left .swiper-slide img, .idx-xf-def-show,
.idx-xf-show, .idx-xf-def, .idx-xf, .header-nav ul li a, .idx-face-right .coursebox, .idx-type ul li a {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.idx-xf {
  position: fixed;
  right: 8px;
  width: 72px;
}
.idx-xf.active {
  right: -72px;
}
.idx-xf ul {
  position: relative;
  padding: 8px 0 0;
  background: url(../images/theme/blue/xf.jpg) bottom center no-repeat #509bfb;
}
.idx-xf ul:before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.idx-xf ul li:nth-last-child(2) .idx-xfbox:after {
  width: 68px;
  margin-left: -34px;
}
.idx-xf ul li:last-child .idx-xfbox:after {
  display: none;
}
.idx-xfbox,
.xf-top {
  text-align: center;
  color: #fff;
}
.idx-xfbox i,
.xf-top i {
  font-size: 20px;
}
.idx-xfbox h2,
.xf-top h2 {
  margin-top: 4px;
  font-size: 13px;
  line-height: 14px;
}

.idx-xfbox {
  position: relative;
  z-index: 9;
  padding: 9px 0 11px;
  display: block;
}
.idx-xfbox:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: 48px;
  height: 1px;
  margin-left: -24px;
  content: '';
  background: rgba(255, 255, 255, 0.2);
}

.xf-top {
  width: 68px;
  margin-top: 4px;
  padding: 4px 0;
  text-align: center;
  background: #509bfb;
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.xf-top > * {
  display: inline-block;
  vertical-align: middle;
}
.xf-top i {
  font-size: 14px;
  font-weight: normal;
}
.xf-top h2 {
  margin-top: 0;
}
.idx-xf-hidden {
  position: relative;
  z-index: 3;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  background: linear-gradient(180deg, rgba(80, 155, 251, 0) 0, #509BFB 73.96%);
  background: -webkit-linear-gradient(-90deg, rgba(80, 155, 251, 0) 0, #509BFB 73.96%);
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}

.headerbg {
  height: 80px;
  background-size: cover;
  background-position: center;
  background-image: url(../images/theme/blue/header.jpg);
}

.header-logo {
  height: 70px;
  margin-top: 5px;
}
.header-logo img {
  width: auto;
  height: 100%;
}
.header-nav {
  margin-top: 20px;
}
.header-nav ul li {
  float: left;
  margin-left: 32px;
  font-size: 18px;
  line-height: 40px;
}
.header-nav ul li:first-child {
  margin-left: 0;
}
.header-nav ul li a {
  display: block;
  color: #595959;
}
.header-nav ul li a:hover {
  color: #509bfb;
}
.header-nav ul li a.cur {
  padding: 0 24px;
  color: #fff;
  background: #509bfb;
}
@media screen and (max-width: 1336px) {
  .header-nav ul li {
    margin-left: 24px;
  }
}

.header-login {
  margin-top: 29px;
  font-size: 16px;
  line-height: 22px;
}
.header-login span {
  margin: 0 12px;
  display: inline-block;
  font-size: 12px;
  color: #bfbfbf;
  line-height: inherit;
  vertical-align: top;
}
.header-login a {
  color: #595959;
}
.header-login a:hover {
  color: #509bfb;
}

.header-note {
  position: relative;
  margin: 28px 24px 0 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: #595959;
}
.header-note i {
  font-size: 24px;
}
.header-note mark {
  position: absolute;
  top: 0;
  right: 2px;
  width: 6px;
  height: 6px;
  background: #e13a3a;
  border: 1px solid #fff;
}
.header-note:hover {
  color: #509bfb;
}
@media screen and (max-width: 1536px) {
  .header-note {
    margin: 28px 16px 0 16px;
  }
}

.header-search {
  margin-left: 56px;
  margin-top: 20px;
}
@media screen and (max-width: 1536px) {
  .header-search {
    margin-left: 16px;
  }
}

.header-logined {
  margin-top: 20px;
}

@media screen and (max-width: 1280px) {
  .headerbg .webWidth {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.box-shadow, .headerbg, .box-wrap, .idx-ban, .idx-rank-box, .idx-news-txt1 ul li, .teacherbox,
.netbox,
.coursebox, .idx-linkbg, .idx-prog, .idx-rank-left, .idx-type ul li a, .idx-news-pic, .idx-new-swiper, .idx-news-txt1.empty, .idx-news-txt2, .course-title {
  -webkit-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
}

.box-wrap, .idx-ban, .idx-rank-box, .idx-news-txt1 ul li {
  background: #fff;
}

.time {
  color: #8c8c8c;
}
.time h4 {
  font-size: 32px;
  font-weight: 700;
}
.time h6 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
}

.box-score {
  line-height: 22px;
}
.box-score em {
  margin: 5px 8px;
  width: 1px;
  height: 12px;
  vertical-align: top;
  background: #f0f0f0;
}

.netbox {
  position: relative;
  overflow: hidden;
}
.netbox:hover .pic img {
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.netbox .pic {
  position: relative;
  overflow: hidden;
}
.netbox .pic mark {
  position: absolute;
  left: 8px;
  top: 8px;
  z-index: 1;
  padding: 0 8px;
  font-size: 12px;
  line-height: 24px;
}
.netbox .txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 54px 92px 16px 16px;
  height: 50px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0, #000 100%);
}
.netbox .txt h2,
.netbox .txt h4 {
  color: #fff;
}
.netbox .txt h2 {
  font-size: 18px;
  line-height: 28px;
}
.netbox .txt h4 {
  font-size: 14px;
  line-height: 22px;
}
.netbox .txt mark {
  position: absolute;
  right: 0;
  bottom: 22px;
  width: 56px;
  height: 40px;
  padding-left: 8px;
  padding-right: 16px;
  color: #fff;
  text-align: right;
  line-height: 40px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.netbox .txt mark.price {
  background: #509bfb;
}
.netbox .txt mark.price-mf {
  background: #47d187;
}
.netbox-noprice .txt {
  padding: 54px 16px 16px 16px;
}

.coursebox .txt h4 {
  color: #509bfb;
  background: rgba(80, 155, 251, 0.15);
}

.live-yy {
  position: absolute;
  right: 16px;
  font-size: 14px;
  line-height: 28px;
  color: #8c8c8c;
  max-width: 50%;
}
.live-yy span {
  color: #509bfb;
}

.idx-banbg {
  height: 400px;
  padding: 16px 0;
  background: linear-gradient(180deg, #dbeeff 0, rgba(219, 238, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, #dbeeff 0, rgba(219, 238, 255, 0) 100%);
}

.idx-ban {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.idx-ban .swiper-pagination-bullet {
  background: #fff;
  opacity: .2;
}
.idx-ban .swiper-button-prev,
.idx-ban .swiper-button-next {
  width: 46px;
  height: 46px;
  margin-top: -23px;
  line-height: 46px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.idx-ban .swiper-button-prev i,
.idx-ban .swiper-button-next i {
  font-size: 24px;
}
.idx-ban .swiper-button-prev {
  left: 24px;
}
.idx-ban .swiper-button-next {
  right: 24px;
}
.idx-ban .swiper-slide {
  height: 400px;
}

.ban-type {
  width: 260px;
  height: 400px;
  background: #23355c;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}

.login-box {
  height: 360px;
  background: url(../images/theme/blue/loginbg.jpg) bottom center no-repeat #fff;
}
.login-box .login-code-con {
  padding: 40px 0;
}
.login-box .login-agt {
  margin-top: 20px;
}

.idx-ban-container .idx-ban {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.idx-ban-container .idx-ban:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.idx-ban-container .idx-ban:last-child {
  margin-right: 0;
}

.idx-main > div:first-child {
  margin-top: 0;
}

.idx-prog {
  position: relative;
  height: 120px;
  padding-left: 260px;
  background: #fff;
}
.idx-prog ul {
  margin-top: 12px;
}
.idx-prog ul li:after {
  top: 32px;
  border-bottom: 1px dashed #c7e4ff;
}
.idx-prog ul li:before {
  top: 26px;
  color: #a3d1ff;
}
.idx-prog ul li:last-child:before, .idx-prog ul li:last-child:after {
  display: none;
}
.idx-prog-title {
  width: 260px;
  background: #509bfb;
}
.idx-prog-title h3 {
  padding: 26px 0 0;
}
.idx-prog-title h4 {
  font-size: 14px;
  font-family: "PFDinTextPro";
  text-transform: uppercase;
  letter-spacing: .16em;
}

.idx-progbox span {
  width: 64px;
  height: 64px;
  line-height: 64px;
  color: #509bfb;
  background: #f0f9ff;
}
.idx-progbox span i {
  font-size: 32px;
}
.idx-progbox span img {
  margin-top: 16px;
}
.idx-progbox h2 {
  margin-top: 4px;
}

.idx-title h3 {
  color: #141414;
}
.idx-title h3::before, .idx-title h3::after {
  display: none;
}
.idx-title h3 i {
  margin-right: 12px;
  display: inline-block;
  font-size: 32px;
  line-height: inherit;
  vertical-align: top;
  color: #509bfb;
}

.idx-title2 h3 {
  color: #141414;
}
.idx-title2 .idx-more {
  top: 50%;
  margin-top: -16px;
  line-height: 32px;
}

.idx-live .box-score {
  margin-top: 16px;
}
.idx-live .box-teacher-swiper {
  margin-top: 16px;
}
.idx-live .box-footer {
  line-height: 36px;
}
.idx-live .coursebox {
  position: relative;
}
.idx-live .coursebox .txt h4 {
  max-width: calc(100% - 80px);
  box-sizing: border-box;
}
.idx-live .coursebox .live-yy {
  max-width: 88px;
}

.idx-net ul {
  margin: 0 -12px;
}
.idx-net ul li {
  width: 25%;
  float: left;
}
.idx-net .netbox {
  margin: 0 12px;
}
@media screen and (max-width: 1336px) {
  .idx-net ul {
    margin: 0 -8px;
  }
  .idx-net .netbox {
    margin: 0 8px;
  }
}

.idx-face {
  font-size: 0;
}
.idx-face:after {
  vertical-align: top;
}
.idx-face > * {
  display: inline-block;
  vertical-align: top;
}
.idx-face > *:first-child {
  margin-left: 0;
}
.idx-face > *:last-child {
  margin-right: 0;
}

.idx-face-left {
  width: 38%;
  margin-right: 16px;
}
.idx-face-left .swiper-slide {
  width: 100%;
}
.idx-face-left .swiper-slide a {
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1336px) {
  .idx-face-left {
    display: none;
  }
}

.idx-face-right {
  width: calc(100% - 38% - 16px);
}
.idx-face-right-all {
  width: 100%;
}
.idx-face-right .coursebox {
  cursor: pointer;
}
@media screen and (max-width: 1336px) {
  .idx-face-right {
    width: 100%;
  }
}

.idx-rank {
  margin-top: 24px;
}
.idx-rank-left {
  position: relative;
  width: 18%;
  margin-right: 16px;
  background-image: url(../images/theme/blue/rank.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .idx-rank-left {
    background-position: left top;
  }
}
.idx-rank-left h3 {
  position: absolute;
  top: 92px;
  left: 92px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 900;
  color: #509bfb;
}
.idx-rank-left h4 {
  position: absolute;
  top: 204px;
  left: 20px;
  font-size: 32px;
  line-height: 80px;
  letter-spacing: .11em;
  color: rgba(80, 155, 251, 0.1);
  font-family: "PFDinTextPro";
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.idx-rank-right {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.idx-rank-right .tabs-con {
  font-size: 0;
}
.idx-rank-right .tabs-con:after {
  vertical-align: top;
}
.idx-rank-right .tabs-con > * {
  display: inline-block;
  vertical-align: top;
}
.idx-rank-right .tabs-con > *:first-child {
  margin-left: 0;
}
.idx-rank-right .tabs-con > *:last-child {
  margin-right: 0;
}

.idx-rank-pic {
  position: relative;
  width: calc(100% - 284px);
  margin-right: 16px;
  overflow: hidden;
}
.idx-rank-pic .empty {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1336px) {
  .idx-rank-pic {
    width: calc(100% - 257.2px);
  }
}
.idx-rank-pic > ul {
  margin: -24px -12px 0;
}
.idx-rank-pic > ul > li {
  width: 33.3333333333%;
  float: left;
  margin-top: 24px;
}
@media screen and (max-width: 1280px) {
  .idx-rank-pic > ul > li {
    width: 50%;
  }
  .idx-rank-pic > ul > li:last-child, .idx-rank-pic > ul > li:nth-last-child(2) {
    display: none;
  }
}
.idx-rank-pic .coursebox {
  margin: 0 12px;
}
.idx-rank-pic .coursebox-empty .txt {
  height: 82px;
}
@media screen and (max-width: 1336px) {
  .idx-rank-pic .coursebox {
    margin: 0 8px;
  }
}
.idx-rank-pic.idx-rank-pic-row4 {
  width: 100%;
}
.idx-rank-pic.idx-rank-pic-row4 > ul > li {
  width: 25%;
}
@media screen and (max-width: 1336px) {
  .idx-rank-pic.idx-rank-pic-row4 > ul > li {
    width: 33.3333333333%;
  }
  .idx-rank-pic.idx-rank-pic-row4 > ul > li:last-child, .idx-rank-pic.idx-rank-pic-row4 > ul > li:nth-last-child(2) {
    display: none;
  }
}

.idx-rank-txt {
  width: 268px;
  margin-top: -24px;
}
@media screen and (max-width: 1336px) {
  .idx-rank-txt {
    width: 241.2px;
  }
}
.idx-rank-txt .idx-rank-box {
  margin-top: 24px;
}

.idx-rank-box {
  height: 344px;
  padding: 0 16px;
  overflow: hidden;
}
.idx-rank-box.idx-rank-box1 ul li {
  margin-top: 24px;
}
@media screen and (max-width: 1536px) and (min-width: 1336px) {
  .idx-rank-box.idx-rank-box1 ul li {
    margin-top: 23px;
  }
}
@media screen and (max-width: 1336px) {
  .idx-rank-box.idx-rank-box1 ul {
    margin-top: -4px;
  }
  .idx-rank-box.idx-rank-box1 ul li {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1536px) and (min-width: 1336px) {
  .idx-rank-noprice .idx-rank-box.idx-rank-box1 ul li {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1336px) {
  .idx-rank-noprice .idx-rank-box.idx-rank-box1 ul li {
    margin-top: 21px;
  }
}
.idx-rank-box h3 {
  font-size: 16px;
  line-height: 52px;
  color: #141414;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
}
.idx-rank-box ul {
  margin-top: -4px;
}
.idx-rank-box ul li {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
}
.idx-rank-box ul li a {
  position: relative;
  padding-left: 26px;
  line-height: 22px;
  color: #141414;
}
.idx-rank-box ul li a:hover {
  color: #509bfb;
}
.idx-rank-box ul li span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1536px) and (min-width: 1336px) {
  .idx-rank-box ul li:nth-child(7) {
    display: none;
  }
}
@media screen and (max-width: 1336px) {
  .idx-rank-box ul {
    margin-top: -8px;
  }
}
@media screen and (max-width: 1536px) and (min-width: 1336px) {
  .idx-rank-noprice .idx-rank-box ul li:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 1336px) {
  .idx-rank-noprice .idx-rank-box ul {
    margin-top: -4px;
  }
  .idx-rank-noprice .idx-rank-box ul li {
    margin-top: 18px;
  }
}

.idx-tab-menu {
  margin-top: -12px;
}

.idx-type ul {
  margin: 8px -8px 0;
}
.idx-type ul li {
  margin-top: 16px;
}
.idx-type ul li a {
  margin: 0 8px;
  border: 1px solid #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.idx-type ul li a i {
  margin-left: 8px;
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
}
.idx-type ul li a:hover {
  color: #509bfb;
  border: 1px solid #509bfb;
}
.idx-type .empty {
  margin: 24px 0 0;
}

.idx-news-pic {
  width: 552px;
  height: 400px;
}
.idx-news-pic img {
  width: 552px;
  height: 400px;
}

.idx-new-swiper {
  width: 20%;
  height: 400px;
  overflow: hidden;
}
.idx-new-swiper .swiper-slide {
  width: 100%;
}
.idx-new-swiper .news-picbox {
  height: 400px;
}

.idx-news-txt1 {
  width: 30%;
  margin-left: 12px;
  height: 400px;
}
.idx-news-txt1 ul {
  margin-top: -12px;
}
.idx-news-txt1 ul li {
  margin-top: 12px;
  height: 124px;
  padding: 24px 24px 16px;
}
.idx-news-txt1 ul li h2 {
  font-size: 18px;
  line-height: 28px;
}
.idx-news-txt1 ul li h2 a {
  color: #141414;
}
.idx-news-txt1 ul li h2 a:hover {
  color: #509bfb;
}
.idx-news-txt1 ul li p {
  margin-top: 4px;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.idx-news-txt1 ul li h6 {
  margin-top: 12px;
  padding-top: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #8c8c8c;
  border-top: 1px solid #f2f2f2;
}
.idx-news-txt1 ul li h6 > a {
  color: #bfbfbf;
}
.idx-news-txt1 ul li h6 > a i {
  font-size: 20px;
}
.idx-news-txt1 ul li h6 > a:hover {
  color: #509bfb;
}
.idx-news-txt1 .btn-primary {
  margin-top: 12px;
  display: block;
  font-size: 16px;
  line-height: 48px;
}
.idx-news-txt1 .btn-primary i {
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  line-height: inherit;
  vertical-align: top;
}
@media screen and (max-width: 1336px) {
  .idx-news-txt1 {
    width: calc(100% - 32% - 416px);
  }
  .idx-news-txt1 ul li {
    padding: 24px 16px 16px;
  }
}

.idx-news-txt2 {
  width: 50%;
  height: 400px;
  margin-left: 16px;
  background: linear-gradient(145.51deg, rgba(80, 179, 251, 0.216) -6.56%, rgba(255, 255, 255, 0) 111.74%), #fff;
  background: -webkit-linear-gradient(-55.51deg, rgba(80, 179, 251, 0.216) -6.56%, rgba(255, 255, 255, 0) 111.74%), #fff;
}
.idx-news-txt2.empty {
  background: none;
  background-color: #fff;
}
.idx-news-txt2 h3 {
  padding: 0 24px;
  font-size: 20px;
  line-height: 56px;
  color: #141414;
  border-bottom: 1px solid #dde6f0;
}
.idx-news-txt2 h3 .idx-more {
  margin-top: 17px;
}
.idx-news-txt2 ul {
  padding-top: 4px;
}
.idx-news-txt2 ul li {
  position: relative;
  height: 80px;
  margin: 24px 24px 0;
  padding-left: 102px;
}
.idx-news-txt2 ul li h2 {
  height: 48px;
  font-size: 16px;
  line-height: 24px;
}
.idx-news-txt2 ul li h2 a {
  color: #141414;
}
.idx-news-txt2 ul li h2 a:hover {
  color: #509bfb;
}
.idx-news-txt2 ul li > a {
  display: inline-block;
  margin-top: 12px;
  color: #bfbfbf;
}
.idx-news-txt2 ul li > a i {
  font-size: 20px;
}
.idx-news-txt2 ul li > a:hover {
  color: #509bfb;
}
.idx-news-txt2 .time {
  position: absolute;
  left: 0;
  width: 78px;
  height: 64px;
  padding: 8px 0;
  border-right: 1px solid #e6edf4;
}
@media screen and (max-width: 1336px) {
  .idx-news-txt2 ul li {
    margin: 24px 16px 0;
    padding-left: 86px;
  }
  .idx-news-txt2 .time {
    width: 68px;
  }
}

.idx-course {
  position: relative;
}
.idx-course .course-title {
  margin: 0 12px;
  background-size: cover;
}
@media screen and (max-width: 1336px) {
  .idx-course .course-title {
    margin: 0 8px;
  }
}
.idx-course .empty {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.idx-hot .idx-title2 h3 {
  background: url(../images/theme/blue/title1.png) left center no-repeat;
}
.idx-hot .course-title {
  background: url(../images/theme/blue/bg-hot.jpg);
  background-size: cover;
}
.idx-hot .course-title ul li a {
  background: rgba(189, 26, 45, 0.2);
}
.idx-hot .course-title ul li a:hover {
  background: rgba(189, 26, 45, 0.8);
}

.idx-top .idx-title2 h3 {
  background: url(../images/theme/blue/title2.png) left center no-repeat;
}
.idx-top .course-title {
  background: url(../images/theme/blue/bg-top.jpg);
  background-size: cover;
}
.idx-top .course-title ul li a {
  background: rgba(27, 95, 100, 0.2);
}
.idx-top .course-title ul li a:hover {
  background: rgba(27, 95, 100, 0.8);
}
.idx-promotion {
  position: relative;
}
.idx-promotion .swiper-button-prev,
.idx-promotion .swiper-button-next {
  width: 28px;
  height: 48px;
  padding: 0;
  line-height: 48px;
  color: white;
  text-align: center;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: none;
}
.idx-promotion .swiper-button-prev i,
.idx-promotion .swiper-button-next i {
  font-size: 28px !important;
}
.idx-promotion .swiper-button-prev:hover,
.idx-promotion .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.idx-promotion .swiper-button-prev {
  margin-left: -44px;
}
.idx-promotion .swiper-button-next {
  margin-right: -44px;
}
.idx-promotion .coursebox .pic {
  max-height: 194px;
}