.idx-newbox .pic, .idx-pic .pic, .sub-about3-menu .pic {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  cursor: pointer;
}
.idx-newbox .pic img, .idx-pic .pic img, .sub-about3-menu .pic img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: all .5s;
}
.idx-newbox .pic:hover img, .idx-pic .pic:hover img, .sub-about3-menu .pic:hover img {
  transform: scale(1.08, 1.08);
}

/*! 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;
}

.form-input {
  position: relative;
  line-height: 40px;
}
.form-input input {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  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 #d9d9d9;
  vertical-align: top;
}
.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-error input {
  border-color: #ee2b2b;
}
.form-input-ico input {
  padding-left: 36px;
}
.form-input-verify {
  padding-right: 108px;
}
.form-input-verify a, .form-input-verify img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}
.form-input-verify a {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #999;
  background-color: #eee;
}
.form-input-verify a:hover {
  color: #fff;
  background-color: #006aff;
}
.form-input-verify img {
  width: 100px;
  height: 40px;
  cursor: pointer;
}
.form-input-hasopt input {
  padding-right: 42px;
}

.form-input-opt {
  position: absolute;
  right: 12px;
  top: 50%;
  z-index: 2;
  margin-top: -11px;
  font-size: 0;
  line-height: 22px;
}
.form-input-opt a {
  color: #bfbfbf;
}
.form-input-opt a i {
  display: inline-block;
  font-size: 22px;
  line-height: inherit;
  vertical-align: top;
}

.form-forget {
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.form-forget .pull-right a {
  color: #8c8c8c;
}
.form-forget .pull-right a:hover {
  color: #006aff;
}
.form-forget .pull-right span {
  margin: 0 4px;
  display: inline-block;
  line-height: inherit;
  vertical-align: top;
}

.form-label {
  position: relative;
  font-size: 0;
  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: #006aff;
  border-color: #006aff;
}
.form-label.active .form-label-btn i {
  display: inline-block;
}
.form-label.active .form-label-con {
  color: #006aff;
}
.form-label-btn {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #caccce;
  -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 {
  margin-top: -1px;
  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-select-xm {
  height: 36px;
  display: block;
}
.form-select-xm xm-select {
  min-height: 34px;
  line-height: 34px;
  border-color: #d9d9d9;
}
.form-select-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-select-xm xm-select > .xm-icon {
  right: 8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: -8px;
  border: none;
}
.form-select-xm xm-select > .xm-icon::before {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #8c8c8c;
  content: "\ea06";
}
.form-select-xm xm-select > .xm-body {
  min-width: initial;
  left: 0;
  right: 0;
}
.form-select-xm xm-select > .xm-body .xm-option.selected.hide-icon {
  position: relative;
  background-color: transparent !important;
}
.form-select-xm xm-select > .xm-body .xm-option.selected.hide-icon .xm-option-content {
  color: #006aff !important;
}
.form-select-xm xm-select > .xm-body .xm-option:hover {
  background-color: #eee;
}
.form-select-xm xm-select > .xm-body .xm-option:hover .xm-option-content {
  color: #006aff;
}
.form-select-xm xm-select > .xm-body .xm-option-content {
  width: 100%;
  display: initial;
}
.form-select-xm xm-select > .xm-tips {
  color: #bfbfbf;
}

.form-textarea textarea {
  width: 100%;
  padding: 8px 12px;
  line-height: 22px;
  color: #141414;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  resize: none;
  vertical-align: top;
}
.form-textarea textarea::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.form-textarea textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
.form-textarea textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}

.form-city {
  position: relative;
}
.form-city .city-picker-input {
  line-height: 36px;
}
.form-city .city-picker-span {
  text-indent: 0;
  border-color: #d9d9d9;
}
.form-city .city-picker-span > .title {
  padding-left: 4px;
  line-height: 34px;
}
.form-city .city-picker-span > .title > span {
  display: inline-block;
  margin: 4px 0;
  padding: 0 8px;
  line-height: 26px;
  vertical-align: top;
  color: #262626;
}
.form-city .city-picker-span > .arrow {
  position: absolute;
  right: 8px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  font-size: 16px;
  line-height: 16px;
  color: #8c8c8c;
}
.form-city .city-picker-span > .arrow:before {
  display: inline-block;
  content: "\ea06";
}
.form-city .city-picker-span.open > .arrow:before {
  transform: rotate(180deg);
}
.form-city .placeholder {
  padding-left: 12px;
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
  color: #bfbfbf;
  vertical-align: top;
}
.form-city .city-picker-dropdown {
  width: 100%;
}

.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: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.mask .pop-con {
  position: absolute;
}

.pop-con {
  position: relative;
  padding-bottom: 20px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.pop-header {
  height: 48px;
  padding: 0 10px 0 20px;
  display: flex;
  display: inline-flexbox;
  line-height: 48px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: center;
}
.pop-header-noline {
  border-bottom: none;
}
.pop-header h3 {
  font-size: 16px;
  color: #141414;
}
.pop-header a {
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.pop-header a:hover {
  color: #006aff;
  background-color: #f5f5f5;
}

.pop-body {
  padding: 0 24px;
  min-height: 100px;
}
.pop-body-auto {
  min-height: auto;
}
@media screen and (max-width: 750px) {
  .pop-body {
    padding: 0 12px;
    min-height: 0;
  }
}

.idx-mb-note {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 999;
  padding: 4px 4px 4px 16px;
  display: flex;
  display: -webkit-flex;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: space-between;
}
.idx-mb-note span {
  line-height: 36px;
}
.idx-mb-note span i {
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
  line-height: inherit;
}
.idx-mb-note .btn-primary {
  padding: 0 16px;
  font-size: 14px;
  line-height: 36px;
}
@media screen and (min-width: 750px) {
    .idx-mb-note {
      display: none;
    }
  }

.lab-green-light {
  color: #4cbb00;
  background-color: rgba(76, 187, 0, 0.1);
}
.pop-note {
  width: 400px;
  padding: 0;
  border: none;
}
.pop-note > div {
  padding: 12px 20px 12px 12px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
}
.pop-note > div > i {
  margin-right: 8px;
}



.pop-footer {
  margin-top: 20px;
  font-size: 0;
}
.pop-footer a {
  margin: 0 6px;
  padding: 0 24px;
  min-width: 112px;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
}
.pop-footer a.btn-auto {
  min-width: auto;
}
.pop-footer a.btn-line-gay {
  line-height: 38px;
}
.pop-footer a:first-child {
  margin-left: 0;
}
.pop-footer a:last-child {
  margin-right: 0;
}

.pop-sm {
  width: 560px;
}
@media screen and (max-width: 750px) {
  .pop-sm {
    width: 90%;
  }
}

.pop-bm {
  padding: 56px 16px 0;
}
.pop-bm .pop-bmbox {
  margin-top: 16px;
}
.pop-bm .pop-bmbox:first-child {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .pop-bm {
    padding-top: 16px;
  }
}
.pop-bmbox {
  display: flex;
  display: -webkit-flex;
}
.pop-bmbox span {
  width: 98px;
  font-size: 14px;
  line-height: 36px;
  color: #595959;
}
.pop-bmbox .pop-bmbox-form {
  width: calc(100% - 98px - 12px);
}
@media screen and (min-width: 750px) {
  .pop-bmbox {
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .pop-bmbox {
    flex-direction: column;
  }
  .pop-bmbox span,
  .pop-bmbox .pop-bmbox-form {
    width: 100%;
  }
}

.pop-bmbox-form p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #ee2b2b;
}
.pop-bmbox-form p i {
  margin-right: 4px;
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  vertical-align: top;
}

.pop-bm-note {
  padding-top: 48px;
  text-align: center;
}
.pop-bm-note i {
  font-size: 56px;
}
.pop-bm-note i.icon-tick-round-stroke {
  color: #006aff;
}
.pop-bm-note i.icon-exclaim-round-stroke {
  color: #ff854c;
}
.pop-bm-note h2, .pop-bm-note p {
  margin-top: 8px;
}
.pop-bm-note h2 {
  font-size: 20px;
  line-height: 30px;
  color: #141414;
}
.pop-bm-note p {
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}

.pop-address {
  margin-top: 24px;
}
.pop-address .tips {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
}
.pop-address .pop-addressbox {
  margin-top: 16px;
}
.pop-address .pop-addressbox:first-child {
  margin-top: 0;
}

.pop-addressbox {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 28px;
  color: #262626;
}
.pop-addressbox > span {
  width: 56px;
  color: #595959;
  text-align: right;
}
.pop-addressbox p,
.pop-addressbox .pop-address-form {
  width: calc(100% - 56px - 12px);
}
.pop-addressbox-city {
  line-height: 36px;
}
.pop-addressbox .form-textarea {
  margin-top: 8px;
}

.order-city {
  position: relative;
  height: 34px;
  background: #fff;
}

.pop-invite {
  padding: 24px 16px 0;
}
.pop-invite .pop-invitebox {
  margin-top: 16px;
}
.pop-invite .pop-invitebox:first-child {
  margin-top: 0;
}
.pop-invitebox {
  display: flex;
  display: -webkit-flex;
  font-size: 14px;
  line-height: 36px;
  justify-content: space-between;
}
.pop-invitebox span {
  width: 56px;
  margin-right: 12px;
}
.pop-invitebox .form-input {
  line-height: 36px;
  flex-grow: 1;
}
.pop-invitebox .form-input input {
  height: 36px;
  line-height: 34px;
}
.pop-invitebox .form-input p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
}
.pop-invitebox .form-input p i {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
  line-height: inherit;
  vertical-align: top;
}

.pop-invite-note {
  margin-top: 24px;
}
.pop-invite-note h4 {
  font-size: 14px;
  line-height: 20px;
  color: #8c8c8c;
}
.pop-invite-note p {
  margin-top: 8px;
  font-size: 0;
}
.pop-invite-note p span {
  padding: 0 10px;
  margin-right: 8px;
  display: inline-block;
  font-size: 13px;
  line-height: 28px;
}
.pop-invite-note p span:last-child {
  margin-right: 0;
}

.empty {
  padding-top: 16px;
  text-align: center;
}
.empty img {
  width: 240px;
  height: 240px;
}
.empty h4 {
  margin-top: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
}
.empty .btn-primary {
  min-width: 120px;
  margin-top: 24px;
  padding: 0 24px;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  box-sizing: border-box;
}
.empty.empty-my-contests {
  padding-top: 28px;
}

.body-bg1 {
  background: #fff;
}

.body-bg2 {
  background: #f5f7f9;
}

@media screen and (min-width: 750px) {
  html {
    min-width: 1200px;
  }
}

@media screen and (min-width: 1200px) {
  ::selection {
    color: white;
    background: #222;
    text-shadow: none;
  }

  ::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #eee;
    border-radius: 50px;
  }

  ::-webkit-scrollbar {
    width: 8px;
    height: 6px;
  }

  ::-webkit-scrollbar-thumb {
    height: 50px;
    background: #999;
    border-radius: 50px;
    cursor: pointer;
  }
}
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 60px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 60px) and (min-width: 1240px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 750px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 750px) {
  .container {
    max-width: 1536px;
    min-width: 1200px;
  }
}
@media screen and (max-width: 750px) {
  .container {
    width: 100%;
    padding: 0 12px;
  }
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.header .logo .logo-black {
  display: none;
}
.header-white .logo .logo-black {
  display: block;
}
.header-white .logo .logo-white {
  display: none;
}
.header-white .nav ul li a {
  color: #141414;
}
.header-white .header-center {
  color: #141414;
}
.header-white .header-center:hover {
  color: #006aff;
}
.header-white .header-login,
.header-white .header-logined > a {
  color: #141414;
  background: rgba(0, 0, 0, 0.05);
}
.header-white .header-login:hover,
.header-white .header-logined > a:hover {
  color: #fff;
  background-color: #006aff;
}

.logo {
  margin-top: 19px;
}
.logo img {
  max-width: 100%;
  width: auto;
  height: 50px;
}

.nav {
  font-size: 0;
}
.nav ul li {
  font-size: 18px;
}
.nav ul li a {
  display: block;
}
.nav ul li.quick-go {
  position: relative;
}

.nav ul li.quick-go:hover a {
  background: linear-gradient(135deg, #E83E33, #ff854c);
}

.nav ul li.quick-go .tag-go {
  position: absolute;
  top: -14px;
  right: -14px;
}

.header-login,
.header-logined > a {
  padding: 0 16px;
  display: inline-block;
  line-height: 36px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
}
.header-login:hover,
.header-logined > a:hover {
  color: #006aff;
  background-color: #fff;
}

.header-login {
  margin-top: 26px;
  margin-left: 64px;
  font-size: 16px;
}

.header-logined {
  position: relative;
  margin-top: 26px;
  margin-left: 16px;
}
.header-logined > a {
  padding-right: 12px;
  font-size: 14px;
  color: #fff;
}
.header-logined > a i {
  margin-left: 4px;
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
}
.header-logined .header-logineds {
  display: none;
}
.header-logined:hover .header-logineds {
  display: block;
}

.header-logineds {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  padding: 8px;
  background-color: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.header-logineds:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -4px;
  height: 12px;
  content: '';
}
.header-logineds ul {
  margin-top: -4px;
}
.header-logineds ul li {
  margin-top: 4px;
}
.header-logineds a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #595959;
}
.header-logineds a:hover {
  background-color: #f5f5f5;
}

.header-center {
  margin-top: 26px;
  margin-left: 24px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
}
.header-center i {
  margin-right: 4px;
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
}

.mb-header-opt {
  margin-top: 7px;
  margin-right: -10px;
  font-size: 0;
}
.mb-header-opt a {
  min-width: 36px;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
}
.mb-header-opt a i {
  display: inline-block;
  font-size: 18px;
  line-height: inherit;
  vertical-align: top;
}
.mb-header-opt a i.icon-cross-6 {
  font-size: 16px;
}
.header-white .mb-header-opt a {
  color: #141414;
}

@media screen and (min-width: 750px) {
  .header {
    height: 88px;
  }

  .nav {
    margin-top: 25px;
  }
  .nav ul li {
    margin-right: 20px;
    line-height: 38px;
    display: inline-block;
  }
  .nav ul li:last-child {
    margin-right: 0;
  }
  .nav ul li.mb-center {
    display: none;
  }
  .nav ul li a {
    padding: 0 16px;
    color: #fff;
  }
  .nav ul li a.cur, .nav ul li a:hover {
    color: #fff;
    background-color: #006aff;
  }
}
@media screen and (min-width: 750px) and (max-width: 1480px) {
  .nav ul li {
    margin-right: 12px;
  }
  .nav ul li a {
    padding: 0 16px;
  }

  .header-center {
    margin-left: 12px;
  }
}
@media screen and (max-width: 750px) {
  .header {
    position: fixed;
    top: 0;
    z-index: 999;
    height: 50px;
    background-color: #006aff;
    -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);
  }

  .logo {
    margin-top: 9px;
  }
  .logo img {
    max-width: 100%;
    width: auto;
    height: 32px;
  }

  .nav {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding: 0 8px 0 12px;
    background-color: #fff;
  }
  .nav ul li {
    position: relative;
    font-size: 16px;
    line-height: 44px;
    border-bottom: 1px solid #eaecee;
  }
  .nav ul li:after {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    content: "\e8b6";
    color: #bfbfbf;
  }
  .nav ul li a {
    color: #141414;
    font-weight: bold;
  }
  .nav ul li.quick-go:hover a {
    background: transparent;
  }

  .nav ul li.quick-go .tag-go {
    position: relative;
    top: -8px;
    right: -4px;
  }
}
.footerbg {
  padding: 32px 0;
  background-color: #0b1d30;
}

.footer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.footer-left {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.footer-left h2 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.footer-left p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #abadaf;
}

.footer-right {
  font-size: 0;
}
.footer-right .footerbox {
  margin-left: 24px;
  display: inline-block;
}
.footer-right .footerbox:first-child {
  margin-left: 0;
}

.footerbox {
  text-align: center;
}
.footerbox .pic {
  width: 100px;
  height: 100px;
  background-color: #fff;
}
.footerbox h2 {
  margin-top: 6px;
  font-size: 14px;
  line-height: 22px;
  color: #818385;
}

@media screen and (max-width: 750px) {
  .footerbg {
    padding: 16px 0 12px;
  }

  .footer {
    flex-direction: column;
  }

  .footer-left {
    text-align: center;
  }
  .footer-left h2 {
    font-size: 18px;
  }
  .footer-left p {
    margin-top: 12px;
  }

  .footer-right {
    margin-top: 12px;
    text-align: center;
  }
}
@font-face {
  font-family: "PFDinTextPro-Regular";
  src: url("../webfont/PFDinTextPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.idx-noticebox2 h4, .sub-about2 .sub-about2box time, .my-contests2-score .txt h4 {
  font-family: "PFDinTextPro-Regular","PingFang SC";
}

.no-roll {
  overflow-y: 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;
}

.form-select-xm xm-select > .xm-icon, .form-city .city-picker-span > .arrow:before, .nav ul li:after, .idx-noticebox2, .sub-left ul li a:after, .my-rm2 h3::before, .my-contests1-des .txt a:after, .my-contests2-message h2:before {
  font-family: "whaty" !important;
  font-style: normal;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bd-xs {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.bd-sm, .pop-address .tips, .header-logineds a, .page > a, .page-total .form-input input, .page-num .form-select-xm xm-select, .cloud-upload, .idx-xfbox, .idx-noticebox h2 mark, .sub-rm:before, .sub-judge2-pic .pic img, .sub-judge2-pic .pic a, .my-contests2-opt a, .my-contests2box-con > h4 a, .my-contests2-upload .btn-primary, .my-contests1-title .btn-line-primary, .my-contests2-create .form-input a, .my-contests2-message .opt a, .my-contests2-note a, .my-contests2-upload .btn-line-primary, .my-message li a mark, .my-review-score2box {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.bd-md, .form-input input, .form-input-verify a, .form-input-verify img, .form-select-xm xm-select, .form-textarea textarea, .form-city .city-picker-span, .pop-header a, .pop-footer a, .pop-invite-note p span, .empty .btn-primary, .my-contestbox .opt a,
.sub-bmbox .opt a, .table table mark, .login-right .btn-primary-gradient, .sub-filterbox a, .sub-bm-txt p mark, .my-center-left li a, .my-rm2 mark, .my-contests2-apply .btn-line-gay, .my-contests2box-title p mark, .my-certbox .opt a.btn-primary {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.bd-lg, .pop-con, .header-logineds, .page-mb a, .sub-about3-menu .pic,
.idx-pic .pic, .cloud-upload-type, .idx-xf ul, .xf-top, .login-right .form-input-verify a, .login-right .form-input-verify img, .idx-notice > div, .idx-noticebox2, .idx-newbox, .idx-explain, .idx-explain-menu ul li a, .idx-linkbox, .sub-left, .sub-newbox .pic, .sub-bmbox .pic, .sub-bms1 .txt .btn-primary-gradient, .sub-about1 .pic, .sub-about2 .sub-about2box i, .sub-contact1, .sub-judge-letter, .my-center-left, .my-center-right, .my-note, .my-rm1, .my-contestbox .pic, .my-contests1 .pic, .my-certbox, .my-reviewbox, .my-reviewbox-footer mark, .my-reviewbox-footer a {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

.bd-rd, .nav ul li a, .header-login,
.header-logined > a, .prog, .prog span, .idx-title .btn-line-primary, .idx-noticebox2 a, .idx-mb-note, .idx-mb-note .btn-primary, .my-center-left li a mark, .my-rm h3:before, .my-rm1box:after {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.bd-by, .sub-about3-menu .swiper-button-prev,
.sub-about3-menu .swiper-button-next,
.idx-pic .swiper-button-prev,
.idx-pic .swiper-button-next, .idx-ban .swiper-button-prev,
.idx-ban .swiper-button-next, .idx-notice1 ul li::before, .idx-explain-con ul li::before, .sub-notice ul li::before, .sub-contactbox h4, .my-user img,
.my-user span, .my-note span, .my-note ul li a i, .my-rm1 h3 i, .my-rm1box span, .my-rm1box span em, .my-contests2box-title h3::before, .my-contests2-score .txt, .my-contests2-score .txt span, .my-message li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.mt50 {
  margin-top: 50px;
}

.pop-con, .header-white, .idx-notice > div, .idx-newbox:hover, .idx-explain-menu ul li a, .sub-bms1, .sub-bms2, .my-note span {
  background-color: #fff;
  -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);
}

.text-p2, .sub-noticebox p, .sub-bmbox .txt > p, .my-contestbox .txt p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
}

.tabs-con {
  display: none;
}
.tabs-con.active {
  display: block;
}

.color-primary {
  color: #006aff;
}

.color-orange {
  color: #ff854c;
}

.color-red {
  color: #ee2b2b;
}

.color-gray {
  color: #737373;
}

a.color-primary:hover {
  color: #0055cc;
}

a.color-orange:hover {
  color: #ff6219;
}

a.color-red:hover {
  color: #d51111;
}

.pb8 {
  padding-bottom: 8px;
}

[class*=btn-] {
  text-align: center;
}
[class*=btn-].disabled {
  color: #fff;
  background: #bfbfbf;
  cursor: not-allowed;
}
[class*=btn-].disabled:hover {
  background: #bfbfbf;
}

.btn-primary {
  color: #fff;
  background-color: #006aff;
}
.btn-primary:hover {
  background: #0055cc;
}

.btn-primary-light {
  color: #006aff;
  background-color: rgba(0, 106, 255, 0.1);
}
.btn-primary-light:hover {
  color: #fff;
  background-color: #006aff;
}

.btn-line-primary {
  color: #006aff;
  border: 1px solid #006aff;
}
.btn-line-primary:hover {
  color: #fff;
  background: #006aff;
}

.btn-primary-gradient {
  color: #fff;
  background: linear-gradient(270deg, #006aff 0, #139dff 100%);
}

.btn-orange {
  color: #fff;
  background: #ff854c;
}
.btn-orange:hover {
  background: #ff6219;
}

.btn-orange-light {
  color: #ff854c;
  background: rgba(255, 133, 76, 0.1);
}

.btn-red-light {
  color: #ee2b2b;
  background: rgba(238, 43, 43, 0.1);
}

.btn-line-red {
  color: #ee2b2b;
  border: 1px solid #ee2b2b;
}
.btn-line-red:hover {
  color: #fff;
  background: #ee2b2b;
}

.btn-gay {
  color: #8c8c8c;
  background: #f5f5f5;
}

.btn-line-gay {
  color: #595959;
  border: 1px solid #d9d9d9;
}
.btn-line-gay:hover {
  color: #006aff;
  border-color: #006aff;
}

.pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lab-primary {
  color: #fff;
  background-color: #006aff;
}

.lab-primary-light {
  color: #006aff;
  background-color: rgba(0, 106, 255, 0.1);
}

.lab-orange {
  color: #fff;
  background-color: #ff854c;
}

.lab-orange-light {
  color: #ff854c;
  background-color: rgba(255, 133, 76, 0.1);
}

.lab-gay {
  color: #595959;
  background: #f5f5f5;
}

.lab-red {
  color: #fff;
  background: #ee2b2b;
}

.lab-contest, .sub-bmbox .txt h2 mark, .sub-bms1 .txt h2 mark {
  width: 48px;
  height: 20px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/mark.svg) no-repeat;
}

@media screen and (max-width: 750px) {
  .mb-hidden {
    display: none;
  }

  .mb-top {
    margin-top: 50px;
  }

  .page-mb {
    display: flex;
    display: -webkit-flex;
  }
}
@media screen and (min-width: 750px) {
  .page-mb,
  .pc-hidden {
    display: none;
  }
}
.page {
  margin-top: 24px;
  font-size: 0;
  text-align: center;
  color: #8c8c8c;
}
.page > * {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
}
.page > a {
  min-width: 16px;
  padding: 0 8px;
  margin: 0 4px;
  font-size: 14px;
  color: #141414;
}
.page > a:hover {
  color: #006aff;
  background-color: #eee;
}
.page > a.cur {
  color: #fff;
  background-color: #006aff;
}
.page > a.link {
  color: #bfbfbf;
}
.page > a.link:hover {
  color: #006aff;
}
.page-total {
  margin-left: 40px;
  vertical-align: top;
}
.page-total .form-input {
  width: 40px;
  margin: 0 8px;
  display: inline-block;
  line-height: initial;
  vertical-align: top;
}
.page-total .form-input input {
  padding: 0 4px;
  height: 32px;
  line-height: 30px;
  color: #141414;
  text-align: center;
}
.page-total a {
  color: #006aff;
}

.page-num {
  margin-left: 40px;
}
.page-num .form-select-xm {
  width: 66px;
  height: 32px;
  display: inline-block;
  vertical-align: top;
}
.page-num .form-select-xm xm-select {
  min-height: 30px;
  line-height: 30px;
  border-color: #d9d9d9;
}

.page-mb {
  margin-top: 12px;
  justify-content: space-between;
}
.page-mb a {
  padding: 0 24px;
  font-size: 14px;
  line-height: 36px;
  color: #006aff;
  background-color: #fff;
  border: 1px solid #006aff;
}

.idx-xf {
  position: fixed;
  right: 8px;
  z-index: 999;
  width: 72px;
}
.idx-xf.active {
  right: -72px;
}
.idx-xf ul {
  position: relative;
  padding: 8px 8px 0;
  background: linear-gradient(180deg, #ccc 0, #d9d9d9 100%);
}
.idx-xf ul li {
  margin-top: 4px;
}
.idx-xf ul li:last-child, .idx-xf ul li:first-child {
  margin-top: 0;
}
.idx-xfbox,
.xf-top {
  text-align: center;
  color: #404040;
}
.idx-xfbox i,
.xf-top i {
  font-size: 24px;
}
.idx-xfbox h2,
.xf-top h2 {
  margin: 8px 8px 0;
  font-size: 14px;
  line-height: 18px;
}

.idx-xfbox {
  position: relative;
  z-index: 9;
  padding: 11px 0 12px;
  display: block;
}
.idx-xfbox-bg1 {
  color: #fff;
  background: linear-gradient(179.86deg, #ff7e42 0.12%, #fc9526 99.88%);
}
.idx-xfbox-bg2 {
  background: linear-gradient(180deg, #fff 0, #f5f5f5 100%);
}
.idx-xfbox-bg2 i {
  color: #ff854c;
}
.idx-xfbox-bg2:hover h2 {
  color: #ff854c;
}

.xf-top {
  width: 72px;
  margin-top: 10px;
  padding: 16px 0;
  text-align: center;
  background-color: #d9d9d9;
  cursor: pointer;
}

.idx-xf-show,
.idx-xf-hidden {
  line-height: 32px;
  text-align: center;
  color: #404040;
  cursor: pointer;
}
.idx-xf-show i,
.idx-xf-hidden i {
  display: inline-block;
  font-size: 12px;
  line-height: inherit;
  vertical-align: top;
}

.idx-xf-show {
  position: fixed;
  right: 0;
  z-index: 999;
  width: 100px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  background: url(../images/xf-show.jpg);
  border-radius: 8px 0 0 8px;
}
.idx-xf-show:before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px 0 0 8px;
}
.idx-xf-show.active {
  right: -100px;
}
.idx-xf-show i {
  margin-right: 4px;
}

.idx-xf-hidden {
  position: relative;
  z-index: 3;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
}
.idx-xf-hidden i {
  margin-right: -4px;
  transform-origin: left;
}
.idx-xfbox:hover #phoneNumberContainer {
  display: block ;
}

#phoneNumberContainer {
  position: absolute;
  top: 50%;
  left: auto;
  right: 76px;
  width: 204px;
  background: #ff7e42;
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
  top: 0;
  min-height: 60px;
  margin-top: 0;
  padding-bottom: 12px;
  color: #FFFFFF;
  display: none ;
  border-radius: 8px;
}
#phoneNumberContainer h3{
  padding-top: 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
#phoneNumberContainer p{
  padding: 0 16px;
  margin-top: 6px;
  font-size: 16px;
  line-height: 22px;
  word-break: break-all;
}
#phoneNumberContainer::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px); /* 计算箭头垂直居中的位置 */
  right: -17px; /* 调整箭头相对于容器右侧的位置 */
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ff7e42 /* 设置箭头的颜色和三角形朝向 */
}

.sub-about3-menu,
.idx-pic {
  position: relative;
}
.sub-about3-menu .pic,
.idx-pic .pic {
  box-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
}
.sub-about3-menu h2,
.idx-pic h2 {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
  text-align: center;
}
.sub-about3-menu .swiper-button-prev,
.sub-about3-menu .swiper-button-next,
.idx-pic .swiper-button-prev,
.idx-pic .swiper-button-next {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  line-height: 40px;
  text-align: center;
  color: #d9d9d9;
}
.sub-about3-menu .swiper-button-prev i,
.sub-about3-menu .swiper-button-next i,
.idx-pic .swiper-button-prev i,
.idx-pic .swiper-button-next i {
  font-size: 18px;
}
.sub-about3-menu .swiper-button-prev:hover,
.sub-about3-menu .swiper-button-next:hover,
.idx-pic .swiper-button-prev:hover,
.idx-pic .swiper-button-next:hover {
  color: #006aff;
}
.sub-about3-menu .swiper-button-prev,
.idx-pic .swiper-button-prev {
  left: -60px;
}
.sub-about3-menu .swiper-button-next,
.idx-pic .swiper-button-next {
  right: -60px;
}
@media screen and (max-width: 1656px) {
  .sub-about3-menu,
  .idx-pic {
    padding-bottom: 0;
  }
  .sub-about3-menu .swiper-button-prev,
  .sub-about3-menu .swiper-button-next,
  .idx-pic .swiper-button-prev,
  .idx-pic .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sub-about3-menu .swiper-button-prev,
  .idx-pic .swiper-button-prev {
    left: 12px;
  }
  .sub-about3-menu .swiper-button-next,
  .idx-pic .swiper-button-next {
    right: 12px;
  }
}
@media screen and (max-width: 750px) {
  .sub-about3-menu,
  .idx-pic {
    padding-bottom: 0;
  }
  .sub-about3-menu .swiper-button-prev,
  .sub-about3-menu .swiper-button-next,
  .idx-pic .swiper-button-prev,
  .idx-pic .swiper-button-next {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .sub-about3-menu .swiper-button-prev,
  .idx-pic .swiper-button-prev {
    left: 12px;
  }
  .sub-about3-menu .swiper-button-next,
  .idx-pic .swiper-button-next {
    right: 12px;
  }
}

.mCSB_scrollTools {
  padding: 0 2px;
  width: 6px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: inherit;
}
.mCSB_scrollTools.mCS-minimal .mCSB_dragger .mCSB_dragger_bar {
  background: #dcdfe6;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #bec4d1;
}

.my-contestbox .opt,
.sub-bmbox .opt {
  margin-top: 8px;
  font-size: 0;
  text-align: right;
}
.my-contestbox .opt a,
.sub-bmbox .opt a {
  display: inline-block;
  min-width: 88px;
  padding: 0 16px;
  margin-left: 8px;
  font-size: 14px;
  line-height: 36px;
  box-sizing: border-box;
}
.my-contestbox .opt a:first-child,
.sub-bmbox .opt a:first-child {
  margin-left: 0;
}
.my-contestbox .opt a[class*=btn-line],
.sub-bmbox .opt a[class*=btn-line] {
  line-height: 34px;
}

.table {
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.table table {
  width: 100%;
  border: none;
}
.table table thead {
  background-color: #f5f7f9;
}
.table table thead p {
  color: #595959;
}
.table table tr th, .table table tr td {
  padding: 14px 0;
  text-align: center;
  font-weight: normal;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.table table p {
  padding: 0 4px;
  font-size: 14px;
  line-height: 20px;
  color: #141414;
}
.table table p i {
  display: inline-block;
  line-height: inherit;
  vertical-align: top;
}
.table table mark {
  margin: -4px 4px;
  padding: 0 8px;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
}
.table table mark.lab-gay {
  color: #8c8c8c;
}

.form-box {
  display: flex;
  display: -webkit-flex;
  line-height: 36px;
}
.form-box > span {
  width: 120px;
  font-size: 14px;
  color: #595959;
  text-align: right;
}
.form-box > span em {
  margin-right: 4px;
  font-style: normal;
  color: #ee2b2b;
}
.form-box .form-boxs,
.form-box .form-input,
.form-box .form-address {
  width: calc(100% - 120px - 12px);
  margin-left: 12px;
  font-size: 14px;
}
.form-box .form-boxs .form-textarea,
.form-box .form-input .form-textarea,
.form-box .form-address .form-textarea {
  margin-top: 8px;
}
.form-box .form-boxs p,
.form-box .form-input p,
.form-box .form-address p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
}
.form-box .form-boxs p i,
.form-box .form-input p i,
.form-box .form-address p i {
  margin-right: 4px;
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  vertical-align: top;
}
.form-box .form-input {
  line-height: 36px;
}
.form-box .form-input input {
  height: 36px;
  line-height: 34px;
}

.login-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/login/login-bg.jpg);
  background-size: cover;
}

.login-wrap {
  width: 900px;
  height: 560px;
  display: flex;
  display: -webkit-flex;
  background-color: #fff;
}

.login-left {
  width: 450px;
  padding-top: 60px;
  text-align: center;
  background: url(../images/login/login-left.jpg);
}
.login-left img {
  height: 50px;
}

.login-right {
  position: relative;
  width: calc(100% - 450px);
  padding: 0 64px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.login-right h3 {
  padding-bottom: 24px;
  font-size: 30px;
  color: #141414;
  text-align: center;
}
.login-right .form-input {
  margin-top: 16px;
  line-height: 48px;
}
.login-right .form-input input {
  height: 48px;
  font-size: 16px;
  line-height: 46px;
  color: #141414;
  border-color: #eee;
}
.login-right .form-input > i {
  text-align: center;
}
.login-right .form-input > i:after {
  position: absolute;
  right: -11px;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  content: '';
  background-color: #e8ebf1;
}
.login-right .form-input-ico input {
  padding-left: 58px;
}
.login-right .form-input-verify img {
  height: 48px;
}
.login-right .form-input-tel span {
  position: absolute;
  left: 12px;
  width: 29px;
  text-align: center;
  color: #595959;
}
.login-right .form-input-tel span:after {
  position: absolute;
  right: -11px;
  top: 50%;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  content: '';
  background-color: #e8ebf1;
}
.login-right .form-input-tel input {
  padding-left: 65px;
}
.login-right .form-forget {
  margin-top: 12px;
}
.login-right .btn-primary-gradient {
  margin-top: 24px;
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
}

.login-back {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 14px;
  line-height: 22px;
  color: #404040;
}
.login-back i {
  margin-right: 4px;
  display: inline-block;
  font-size: 20px;
  line-height: inherit;
  vertical-align: top;
}
.login-back:hover {
  color: #006aff;
}

.login-note {
  margin-top: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #006aff;
}

.login-cpt {
  position: absolute;
  bottom: 40px;
  font-size: 12px;
  line-height: 22px;
  color: #595959;
}
.login-cpt span {
  margin-left: 16px;
}
.login-cpt a {
  color: #595959;
}
.login-cpt a:hover {
  color: #006aff;
}

.login-agt {
  position: relative;
  margin-top: 24px;
  padding-left: 24px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.login-agt a {
  color: #006aff;
}
.login-agt a:hover {
  text-decoration: underline;
}
.login-agt .form-label {
  position: absolute;
  top: 0;
  left: 0;
}
.login-agt .form-label .form-label-btn {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.login-verify {
  text-align: center;
}
.login-verify h4 {
  font-size: 24px;
  color: #141414;
}
.login-verify p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.login-verify p span {
  margin: 0 4px;
  color: #262626;
}
.login-verify h6 {
  margin-top: 40px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.login-verify h6 a {
  color: #006aff;
}
.login-verify h6 a:hover {
  color: #0055cc;
}
.login-verify-input {
  margin-top: 56px;
  font-size: 0;
}
.login-verify-input .form-input {
  display: inline-block;
  width: 48px;
  margin: 0 8px;
}
.login-verify-input .form-input input {
  padding: 0 8px;
  font-size: 24px;
  text-align: center;
}
.login-verify-input .form-input input:focus {
  border-color: #006aff;
}

.idx-ban {
  clear: both;
}
.idx-ban .swiper-pagination {
  bottom: 20px;
  font-size: 0;
}
.idx-ban .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: transparent;
  opacity: .5;
}
.idx-ban .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background: #fff;
  opacity: 1;
}
.idx-ban .swiper-button-prev,
.idx-ban .swiper-button-next {
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.idx-ban .swiper-button-prev i,
.idx-ban .swiper-button-next i {
  font-size: 32px;
}
.idx-ban .swiper-slide {
  position: relative;
}
.idx-ban .swiper-slide img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) and (min-width: 750px) {
  .idx-ban .swiper-slide {
    width: 100%;
    height: 640px;
    overflow: hidden;
  }
  .idx-ban .swiper-slide img {
    position: absolute;
    width: 1920px;
    height: inherit;
    left: 50%;
    margin-left: -960px;
  }
}
@media screen and (max-width: 750px) {
  .idx-ban {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .idx-ban .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
  }
  .idx-ban .swiper-pagination {
    bottom: 8px;
  }
  .idx-ban .swiper-button-prev,
  .idx-ban .swiper-button-next {
    display: none;
  }
}

.idx-title {
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}
.idx-title h4, .idx-title h3 {
  text-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
}
.idx-title h4 {
  font-size: 56px;
  font-weight: bold;
  text-transform: uppercase;
  background: linear-gradient(180deg, #006aff 0, rgba(0, 106, 255, 0) 100%);
  opacity: .1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.idx-title h3 {
  margin-top: -32px;
  font-size: 36px;
  color: #141414;
}
.idx-title h6 {
  position: relative;
  width: 140px;
  display: inline-block;
  margin-top: 6px;
}
.idx-title h6::before, .idx-title h6::after {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 1px;
  margin-top: -2px;
  content: '';
  background-color: #006aff;
}
.idx-title h6::before {
  left: 0;
}
.idx-title h6::after {
  right: 0;
}
.idx-title h6 i {
  display: inline-block;
  font-size: 28px;
  color: #006aff;
}
.idx-title .btn-line-primary {
  position: absolute;
  right: 0;
  top: 50%;
  padding: 0 16px;
  margin-top: -14px;
  font-size: 14px;
  line-height: 28px;
}
.idx-title .btn-line-primary i {
  margin-left: 8px;
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  vertical-align: top;
}
.idx-title-white h4 {
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 100%);
  opacity: .2;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.idx-title-white h3 {
  color: #fff;
  font-weight: bold;
}
.idx-title-white h6::before, .idx-title-white h6::after {
  background-color: rgba(255, 255, 255, 0.5);
}
.idx-title-white h6 i {
  color: #fff;
}
.idx-title-white .btn-line-primary {
  color: #fff;
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 750px) {
  .idx-title-white .btn-line-primary:hover {
    color: #006aff;
    border-color: #fff;
    background-color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .idx-title {
    margin-bottom: 12px;
    text-align: left;
  }
  .idx-title h4, .idx-title h6 {
    display: none;
  }
  .idx-title h3 {
    margin-top: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
  }
  .idx-title .btn-line-primary {
    padding: 0;
    margin-top: -10px;
    font-size: 12px;
    line-height: 22px;
    border: none;
  }
  .idx-title-white .btn-line-primary {
    background-color: transparent;
  }
}

.idx-noticebg, .idx-newbg, .idx-explainbg, .idx-picbg {
  padding: 40px 0 64px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 750px) {
  .idx-noticebg, .idx-newbg, .idx-explainbg, .idx-picbg {
    padding: 24px 0 12px;
  }
}

.idx-noticebg {
  background-image: url(../images/bg/idx-notebg.jpg);
}

.idx-notice {
  display: flex;
  display: -webkit-flex;
}
@media screen and (min-width: 750px) {
  .idx-notice {
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .idx-notice {
    flex-direction: column;
  }
}

.idx-notice1 {
  width: calc(100% - 408px - 16px);
}
.idx-notice1 ul {
  position: relative;
  margin: 24px;
}
.idx-notice1 ul::before, .idx-notice1 ul:after {
  position: absolute;
  left: 10px;
  z-index: 3;
  width: 2px;
  height: 8px;
  content: '';
  background-color: #fff;
}
.idx-notice1 ul::before {
  top: 0;
}
.idx-notice1 ul::after {
  height: 28px;
  bottom: 0;
}
.idx-notice1 ul li {
  position: relative;
  padding-top: 16px;
  padding-left: 20px;
  margin-left: 10px;
  border-left: 1px dashed #d9d9d9;
}
.idx-notice1 ul li::before {
  position: absolute;
  top: 24px;
  left: -5px;
  width: 9px;
  height: 9px;
  content: '';
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #006aff;
}
.idx-notice1 ul li:first-child {
  padding-top: 0;
}
.idx-notice1 ul li:first-child::before {
  top: 8px;
}
@media screen and (min-width: 1480px) {
  .idx-notice1 {
    width: calc(100% - 36% - 16px);
  }
}
@media screen and (max-width: 750px) {
  .idx-notice1 {
    width: 100%;
  }
  .idx-notice1 ul {
    margin: 16px 12px;
  }
  .idx-notice1 ul::before, .idx-notice1 ul:after {
    left: 10px;
  }
  .idx-notice1 ul::after {
    height: 20px;
  }
  .idx-notice1 ul li {
    padding-left: 12px;
  }
}
.idx-noticebox h2 {
  font-size: 16px;
  line-height: 24px;
}
.idx-noticebox h2 mark {
  padding: 0 8px;
  margin-right: 8px;
  display: inline-block;
  font-size: 12px;
  line-height: inherit;
  vertical-align: top;
}
.idx-noticebox h2 a {
  color: #141414;
}
.idx-noticebox h2 a:hover {
  color: #006aff;
}
.idx-noticebox h4 {
  margin-top: 8px;
  font-size: 14px;
  color: #8c8c8c;
}
@media screen and (max-width: 750px) {
  .idx-noticebox h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .idx-noticebox h2 mark {
    margin-right: 4px;
  }
  .idx-noticebox h4 {
    margin-top: 4px;
    font-size: 12px;
  }
}

.idx-notice2 {
  width: 408px;
  padding: 24px;
  box-sizing: border-box;
}
@media screen and (min-width: 1480px) {
  .idx-notice2 {
    width: 36%;
  }
}
@media screen and (max-width: 750px) {
  .idx-notice2 {
    width: 100%;
    margin-top: 12px;
  }
}
.idx-notice2-bottom,
.idx-notice2-top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.idx-notice2-bottom .idx-noticebox2,
.idx-notice2-top .idx-noticebox2 {
  width: calc((100% - 32px) / 2);
}

.idx-notice2-top .idx-noticebox2:nth-child(1)::before {
  background: url(../images/prog/idx-prog01.png);
}
.idx-notice2-top .idx-noticebox2:nth-child(1)::after {
  right: -32px;
  width: 32px;
}
.idx-notice2-top .idx-noticebox2:nth-child(1).active::before {
  background: url(../images/prog/idx-prog01-active.png);
}
.idx-notice2-top .idx-noticebox2:nth-child(2)::before {
  background: url(../images/prog/idx-prog02.png);
}
.idx-notice2-top .idx-noticebox2:nth-child(2)::after {
  bottom: -32px;
  height: 32px;
  transform: rotate(90deg);
}
.idx-notice2-top .idx-noticebox2:nth-child(2).active::before {
  background: url(../images/prog/idx-prog02-active.png);
}

.idx-notice2-bottom {
  margin-top: 32px;
  flex-direction: row-reverse;
}
.idx-notice2-bottom .idx-noticebox2:nth-child(1)::before {
  background: url(../images/prog/idx-prog03.png);
}
.idx-notice2-bottom .idx-noticebox2:nth-child(1)::after {
  left: -32px;
  width: 32px;
  transform: rotate(180deg);
}
.idx-notice2-bottom .idx-noticebox2:nth-child(1).active::before {
  background: url(../images/prog/idx-prog03-active.png);
}
.idx-notice2-bottom .idx-noticebox2:nth-child(2)::before {
  background: url(../images/prog/idx-prog04.png);
}
.idx-notice2-bottom .idx-noticebox2:nth-child(2)::after {
  display: none;
}
.idx-notice2-bottom .idx-noticebox2:nth-child(2).active::before {
  background: url(../images/prog/idx-prog04-active.png);
}

.idx-noticebox2 {
  position: relative;
  height: 131px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 106, 255, 0.05) 0, rgba(0, 106, 255, 0.01) 100%);
  border: 1px solid rgba(0, 106, 255, 0.05);
  text-align: center;
}
.idx-noticebox2::before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 113px;
  height: 128px;
  content: '';
}
.idx-noticebox2::after {
  position: absolute;
  font-size: 24px;
  content: "\ea16";
  color: rgba(0, 106, 255, 0.5);
}
.idx-noticebox2 h4, .idx-noticebox2 h3, .idx-noticebox2 a {
  z-index: 2;
}
.idx-noticebox2 h4 {
  font-size: 20px;
  font-weight: bold;
  color: #006aff;
}
.idx-noticebox2 h3 {
  margin-top: 12px;
  font-size: 18px;
  color: #141414;
}
.idx-noticebox2 a {
  margin-top: 12px;
  display: inline-block;
  padding: 0 16px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  background-color: rgba(0, 106, 255, 0.3);
}
.idx-noticebox2.active {
  border-color: #006aff;
  background-color: #006aff;
}
.idx-noticebox2.active h4, .idx-noticebox2.active h3 {
  color: #fff;
}
.idx-noticebox2.active a {
  color: #006aff;
  background-color: #fff;
}

.idx-new ul li {
  width: 25%;
  float: left;
}
@media screen and (max-width: 750px) {
  .idx-new ul {
    margin: -12px -4px 0;
  }
  .idx-new ul li {
    width: 50%;
    margin-top: 12px;
  }
}
.idx-newbox {
  display: block;
  margin: 0 8px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.idx-newbox .pic {
  padding-bottom: 66.6666666667%;
  padding-bottom: 66.6666666667%;
  padding-bottom: 66.6666666667%;
}
.idx-newbox .pic img {
  object-fit: fill;
}
.idx-newbox .pic img {
  object-fit: contain;
}
.idx-newbox .pic img {
  object-fit: cover;
}
.idx-newbox .txt {
  padding: 16px;
}
.idx-newbox .txt h2 {
  font-size: 18px;
  line-height: 28px;
  color: #141414;
}
.idx-newbox .txt p, .idx-newbox .txt h6 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.idx-newbox .txt p {
  height: 66px;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-box-orient: vertical;
}
.idx-newbox:hover {
  border-color: #fff;
}
.idx-newbox:hover h2 {
  color: #006aff;
}
@media screen and (max-width: 750px) {
  .idx-newbox {
    margin: 0 4px;
  }
  .idx-newbox .txt {
    padding: 8px;
  }
  .idx-newbox .txt h2 {
    font-size: 14px;
    line-height: 1;
  }
  .idx-newbox .txt p {
    display: none;
  }
  .idx-newbox .txt h6 {
    line-height: 1;
  }
}

.idx-explainbg {
  background-image: url(../images/bg/idx-explain-bg.jpg);
}

.idx-explain {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .idx-explain {
    min-height: 365px;
  }
}
@media screen and (max-width: 750px) {
  .idx-explain {
    flex-direction: column;
  }
}

.idx-explain-menu {
  background: linear-gradient(0deg, rgba(0, 106, 255, 0.1), rgba(0, 106, 255, 0.1)), #fff;
}
.idx-explain-menu ul li a {
  padding: 0 20px;
  display: block;
  color: #404040;
  transition: none;
}
.idx-explain-menu ul li a.active {
  position: relative;
  color: #fff;
  background-color: #006aff;
}
@media screen and (min-width: 750px) {
  .idx-explain-menu ul {
    margin: 0 24px;
  }
  .idx-explain-menu ul li {
    margin-top: 24px;
    font-size: 18px;
    line-height: 56px;
  }
  .idx-explain-menu ul li a.active:after {
    position: absolute;
    right: -16px;
    width: 24px;
    height: 56px;
    content: '';
    background-image: url(../images/idx-tab.png);
  }
}
@media screen and (min-width: 1480px) {
  .idx-explain-menu {
    width: 20%;
  }
  .idx-explain-menu ul li a {
    padding: 0 12%;
  }
}
@media screen and (max-width: 1480px) and (min-width: 750px) {
  .idx-explain-menu {
    width: 160px;
  }
}
@media screen and (max-width: 750px) {
  .idx-explain-menu {
    width: 100%;
    padding: 12px 0;
    text-align: center;
  }
  .idx-explain-menu ul {
    font-size: 0;
  }
  .idx-explain-menu ul li {
    margin: 0 6px;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
  }
  .idx-explain-menu ul li a {
    padding: 0 12px;
  }
}

.idx-explain-con {
  background-color: #fff;
}
.idx-explain-con ul {
  position: relative;
  margin: 24px;
}
.idx-explain-con ul::before, .idx-explain-con ul:after {
  position: absolute;
  left: 10px;
  z-index: 3;
  width: 2px;
  height: 8px;
  content: '';
  background-color: #fff;
}
.idx-explain-con ul::before {
  top: 0;
}
.idx-explain-con ul::after {
  bottom: -1px;
}
.idx-explain-con ul li {
  position: relative;
  padding-top: 24px;
  padding-left: 20px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 24px;
  border-left: 1px dotted #d9d9d9;
}
.idx-explain-con ul li a {
  display: block;
}
.idx-explain-con ul li::before {
  position: absolute;
  top: 32px;
  left: -5px;
  width: 9px;
  height: 9px;
  content: '';
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #006aff;
}
.idx-explain-con ul li:first-child {
  padding-top: 0;
}
.idx-explain-con ul li:first-child::before {
  top: 8px;
}
.idx-explain-con ul li:first-child {
  padding-top: 0;
}
.idx-explain-con ul li span {
  margin-left: 16px;
  font-size: 14px;
  color: #8c8c8c;
}
.idx-explain-con ul li a {
  color: #141414;
}
.idx-explain-con ul li a:hover {
  color: #006aff;
}
@media screen and (min-width: 1480px) {
  .idx-explain-con {
    width: 80%;
  }
}
@media screen and (max-width: 1480px) and (min-width: 750px) {
  .idx-explain-con {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 750px) {
  .idx-explain-con {
    width: 100%;
  }
  .idx-explain-con ul {
    margin: 12px;
  }
  .idx-explain-con ul::before, .idx-explain-con ul:after {
    left: 4px;
  }
  .idx-explain-con ul li {
    padding-top: 12px;
    padding-left: 12px;
    margin-left: 4px;
    font-size: 12px;
  }
  .idx-explain-con ul li::before {
    top: 20px;
  }
  .idx-explain-con ul li span {
    margin-left: 8px;
    font-size: 12px;
  }
}

.idx-picbg {
  background-image: url(../images/bg/idx-picbg.jpg);
  background-size: 100% auto;
  background-position: bottom center;
}
.idx-picbg .idx-linkbox {
  margin-top: 12px;
}

.idx-pic {
  padding-bottom: 52px;
}
.idx-pic .pic {
  padding-bottom: 66.6666666667%;
  padding-bottom: 66.6666666667%;
  padding-bottom: 66.6666666667%;
}
.idx-pic .pic img {
  object-fit: fill;
}
.idx-pic .pic img {
  object-fit: contain;
}
.idx-pic .pic img {
  object-fit: cover;
}

.idx-linkbox {
  position: relative;
  padding-left: 160px;
  background: #fff;
  border: 1px solid #f2f2f2;
}
@media screen and (max-width: 750px) {
  .idx-linkbox {
    padding-left: 0;
  }
}

.idx-link-title h3 {
  padding-left: 16px;
  text-align: left;
}
.idx-link-title h3 i {
  margin-left: 4px;
  color: #006aff;
}
@media screen and (min-width: 750px) {
  .idx-link-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 160px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    box-sizing: border-box;
    background: linear-gradient(90deg, rgba(0, 106, 255, 0.05) 0, rgba(0, 106, 255, 0.01) 100%);
  }
}
@media screen and (max-width: 750px) {
  .idx-link-title {
    padding-top: 16px;
    padding-bottom: 4px;
  }
  .idx-link-title h3 {
    padding-left: 12px;
    font-weight: bold;
  }
}

.idx-link-list {
  padding: 8px 16px 16px;
  font-size: 0;
  box-sizing: border-box;
}
.idx-link-list a {
  position: relative;
  margin-top: 8px;
  margin-right: 25px;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.idx-link-list a:after {
  position: absolute;
  top: 3px;
  right: -12px;
  width: 1px;
  height: 16px;
  content: '';
  background-color: #e6e6e6;
}
.idx-link-list a:last-child {
  margin-right: 0;
}
.idx-link-list a:last-child:after {
  display: none;
}
.idx-link-list a:hover {
  color: #006aff;
}
@media screen and (max-width: 750px) {
  .idx-link-list {
    padding: 4px 12px 12px;
  }
  .idx-link-list a {
    margin-top: 4px;
    margin-right: 16px;
    font-size: 12px;
  }
  .idx-link-list a:after {
    display: none;
  }
}

.sub-ban {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1920px) {
  .sub-ban img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1920px) and (min-width: 750px) {
  .sub-ban {
    height: 320px;
    overflow: hidden;
  }
  .sub-ban img {
    position: absolute;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
  }
  .sub-ban-lg {
    height: 480px;
  }
}
@media screen and (max-width: 750px) {
  .sub-ban {
    padding: 12px 12px 0;
    box-sizing: border-box;
  }
  .sub-ban img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
}

.sub-main {
  position: relative;
  z-index: 1;
  margin-top: -102px;
  padding-bottom: 64px;
}
.sub-main-pb {
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .sub-main {
    margin-top: 0;
    padding-bottom: 12px;
  }
}

.sub-local {
  height: 22px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
}
.sub-local i {
  margin-right: 4px;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
}
.sub-local em {
  margin: 0 8px;
  font-style: normal;
}
.sub-local span {
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 750px) {
  .sub-local a {
    color: rgba(255, 255, 255, 0.7);
  }
  .sub-local a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .sub-local {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #595959;
  }
  .sub-local a {
    color: #595959;
  }
  .sub-local em {
    margin: 0 4px;
  }
  .sub-local span {
    color: #006aff;
  }
}

.sub-wrap {
  display: flex;
  display: -webkit-flex;
}
@media screen and (min-width: 750px) {
  .sub-wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .sub-wrap {
    flex-direction: column;
  }
}
.sub-wrap-row {
  flex-direction: row;
}

.sub-left {
  width: 160px;
  overflow: hidden;
}
.sub-left h3 {
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #006aff;
}
.sub-left ul li a {
  display: block;
  color: #404040;
}
.sub-left ul li a:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 0;
  margin-top: 0;
  content: '';
  background-color: #006aff;
}
.sub-left ul li a:after {
  float: right;
  margin-right: 32px;
  font-size: 20px;
  content: "\ea0a";
  opacity: 0;
}
@media screen and (min-width: 750px) {
  .sub-left {
    background: linear-gradient(180deg, #fff 16.8%, rgba(255, 255, 255, 0) 100%);
  }
  .sub-left ul li {
    margin-top: 8px;
    font-size: 16px;
    line-height: 60px;
  }
  .sub-left ul li a {
    position: relative;
    padding-left: 32px;
  }
  .sub-left ul li a.cur, .sub-left ul li a:hover {
    color: #006aff;
    font-weight: bold;
    background: linear-gradient(90deg, rgba(0, 106, 255, 0.1) 0, rgba(0, 106, 255, 0) 100%), #fff;
  }
  .sub-left ul li a.cur:before, .sub-left ul li a:hover:before {
    height: 60px;
    margin-top: -30px;
  }
  .sub-left ul li a.cur:after, .sub-left ul li a:hover:after {
    margin-right: 28px;
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .sub-left {
    width: 100%;
    background-color: #fff;
  }
  .sub-left h3 {
    font-size: 18px;
    line-height: 48px;
  }
  .sub-left ul li {
    width: 50%;
    float: left;
    line-height: 48px;
    border-right: 1px solid #f2f2f2;
    box-sizing: border-box;
  }
  .sub-left ul li a {
    padding-left: 24px;
  }
  .sub-left ul li a::before {
    display: none;
  }
  .sub-left ul li a::after {
    margin-right: 24px;
    opacity: 1;
  }
  .sub-left ul li a.cur {
    color: #006aff;
  }
}

.sub-right {
  width: calc(100% - 160px - 16px);
  padding: 8px 24px 24px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .sub-right {
    margin-top: 12px;
    width: 100%;
    padding: 0 12px 12px;
  }
}
.sub-rm {
  position: relative;
  padding-left: 16px;
  line-height: 48px;
  border-bottom: 1px solid #f2f2f2;
}
.sub-rm:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 16px;
  margin-top: -8px;
  content: ' ';
  background: linear-gradient(97.8deg, #509bfb 0, #307ae8 48.44%, #307ae8 100%);
}
.sub-rm h3 {
  font-size: 16px;
  font-weight: bold;
  color: #141414;
}

.sub-new ul {
  padding-top: 8px;
}
.sub-new ul li {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #e6e6e6;
}
@media screen and (max-width: 750px) {
  .sub-new ul {
    padding-top: 4px;
  }
  .sub-new ul li {
    margin-top: 12px;
    padding-bottom: 12px;
  }
}

.sub-newbox {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.sub-newbox .pic {
  width: 195px;
  height: 128px;
  overflow: hidden;
}
.sub-newbox .pic img {
  object-fit: cover;
}
.sub-newbox .txt {
  width: calc(100% - 195px - 16px);
}
.sub-newbox .txt h2 {
  font-size: 16px;
  line-height: 24px;
}
.sub-newbox .txt h2 a {
  color: #141414;
}
.sub-newbox .txt h2 a:hover {
  color: #006aff;
}
.sub-newbox .txt p, .sub-newbox .txt h6 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.sub-newbox .txt p {
  text-align: justify;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-box-orient: vertical;
}
@media screen and (min-width: 750px) {
  .sub-newbox .txt {
    height: 66px;
  }
  .sub-newbox .txt h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 750px) {
  .sub-newbox .pic {
    width: 120px;
    height: 80px;
  }
  .sub-newbox .txt {
    width: calc(100% - 120px - 8px);
  }
  .sub-newbox .txt h2 {
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-box-orient: vertical;
  }
  .sub-newbox .txt p {
    display: none;
  }
}

.sub-notice ul li {
  position: relative;
  margin-top: 16px;
  margin-left: 32px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #e6e6e6;
}
.sub-notice ul li::before {
  position: absolute;
  left: -18px;
  top: 8px;
  width: 5px;
  height: 5px;
  content: '';
  border: 2px solid #006aff;
}
@media screen and (max-width: 750px) {
  .sub-notice ul li {
    margin-top: 12px;
    padding-bottom: 12px;
    margin-left: 16px;
  }
  .sub-notice ul li::before {
    left: -16px;
  }
}

.sub-noticebox h2 {
  font-size: 16px;
  line-height: 24px;
}
.sub-noticebox h2 a {
  color: #141414;
}
.sub-noticebox h2 span {
  margin-left: 12px;
  font-size: 14px;
  color: #8c8c8c;
}
.sub-noticebox p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
@media screen and (min-width: 750px) {
  .sub-noticebox h2 a:hover {
    color: #006aff;
  }
}
@media screen and (max-width: 750px) {
  .sub-noticebox h2 {
    font-size: 14px;
  }
  .sub-noticebox h2 span {
    margin-left: 4px;
  }
  .sub-noticebox p {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }
}

.sub-new-title {
  padding: 24px 0;
}
.sub-new-title h2 {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
}
.sub-new-title h4 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #a6a6a6;
}
@media screen and (min-width: 750px) {
  .sub-new-title {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .sub-new-title {
    padding: 12px 0 20px;
  }
  .sub-new-title h2 {
    font-size: 16px;
  }
  .sub-new-title h4 {
    font-size: 12px;
    line-height: 1;
  }
}

.sub-new-article {
  font-size: 14px;
  line-height: 22px;
  color: #404040;
  min-height: 300px;
}
.sub-new-article p {
  text-indent: 2em;
}
.sub-new-article img {
  width: auto;
  max-width: 100%;
  margin: 24px 0;
}

.sub-new-footer{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  text-align: center;
}

.sub-new-footer .sub-new-x{
  /*background: rgba(245,247,249);*/
  /*box-shadow: 0px 0px 3px #8c8c8c;*/
  /*border-radius: 8px;*/
  flex: 1;
  padding: 3px 5px;
  font-size: 13px;
  color: rgba(0,140,255);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sub-new-footer .sub-new-x a{
  color: rgba(0,140,255);
}

@media screen and (max-width: 750px) {
  .sub-new-article img {
    margin: 8px 0;
  }

  .sub-new-footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    margin-top: 30px;
    text-align: left;
  }

  .sub-new-footer .sub-new-x{
    height: 35px;
    padding: 3px 5px;
    font-size: 14px;
    color: rgba(0,140,255);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .sub-new-footer .sub-new-x a{
    color: rgba(0,140,255);
  }
}

.sub-bm-filter {
  width: 100%;
  padding: 32px 40px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(0, 106, 255, 0.05) 0, rgba(0, 106, 255, 0) 73%), #fff;
}
.sub-bm-filter .sub-filterbox {
  margin-top: 16px;
}
.sub-bm-filter .sub-filterbox:first-child {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .sub-bm-filter {
    padding: 16px 12px;
    background: #fff;
  }
  .sub-bm-filter .sub-filterbox {
    margin-top: 10px;
  }
}
.sub-filterbox {
  position: relative;
  min-height: 36px;
  padding-left: 96px;
  font-size: 0;
  line-height: 36px;
}
.sub-filterbox .form-select-xm {
  width: 300px;
}
.sub-filterbox span {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  font-size: 16px;
  color: #000;
}
.sub-filterbox a {
  display: inline-block;
  padding: 0 16px;
  margin-right: 16px;
  font-size: 16px;
  line-height: 36px;
  color: #595959;
  background: #f1f4f8;
  vertical-align: top;
}
.sub-filterbox a:last-child {
  margin-right: 0;
}
.sub-filterbox a.active {
  color: #fff;
  background: #006aff;
}
@media screen and (max-width: 750px) {
  .sub-filterbox {
    padding-left: 72px;
  }
  .sub-filterbox .form-select-xm {
    width: 100%;
  }
  .sub-filterbox span {
    width: 72px;
    font-size: 14px;
  }
  .sub-filterbox a {
    padding: 0 12px;
    margin-right: 8px;
    font-size: 13px;
  }
}

.sub-bm-list {
  margin-top: 24px;
  padding: 24px;
  background-color: #fff;
  box-sizing: border-box;
}
.sub-bm-list ul {
  margin-top: -24px;
}
.sub-bm-list ul li {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #e6e6e6;
}
.sub-bm-list ul li:last-child {
  padding-bottom: 0;
  border-bottom: navajowhite;
}
@media screen and (max-width: 750px) {
  .sub-bm-list {
    margin-top: 12px;
    padding: 12px;
  }
  .sub-bm-list ul {
    margin-top: -12px;
  }
  .sub-bm-list ul li {
    margin-top: 12px;
    padding-bottom: 12px;
  }
}

.sub-bmbox {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.sub-bmbox .pic {
  width: 240px;
  height: 160px;
  overflow: hidden;
}
.sub-bmbox .pic img {
  object-fit: cover;
}
.sub-bmbox .txt {
  width: calc(100% - 240px - 24px);
}
.sub-bmbox .txt h2 {
  font-size: 18px;
  line-height: 28px;
}
.sub-bmbox .txt h2 a {
  max-width: calc(100% - 56px);
  display: inline-block;
  color: #141414;
  vertical-align: top;
}
.sub-bmbox .txt h2 a:hover {
  color: #006aff;
}
.sub-bmbox .txt > p {
  margin-top: 8px;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .sub-bmbox .pic {
    width: 120px;
    height: 80px;
  }
  .sub-bmbox .txt {
    width: calc(100% - 120px - 8px);
  }
  .sub-bmbox .txt h2 {
    font-size: 14px;
    line-height: 22px;
  }
  .sub-bmbox .txt > p {
    display: none;
  }
  .sub-bmbox .opt {
    margin-top: 4px;
  }
  .sub-bmbox .opt a {
    min-width: 64px;
    padding: 0 8px;
    font-size: 12px;
    line-height: 28px;
  }
  .sub-bmbox .opt a.btn-line-primary {
    line-height: 26px;
  }
}

.sub-bm-txt {
  margin-top: 8px;
}
.sub-bm-txt p {
  margin-left: 32px;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #595959;
}
.sub-bm-txt p mark {
  display: inline-block;
  margin: 0 4px;
  padding: 0 8px;
  font-size: 13px;
}
.sub-bm-txt p mark:last-child {
  margin-right: 0;
}
.sub-bm-txt p:first-child {
  margin-left: 0;
}
@media screen and (max-width: 750px) {
  .sub-bm-txt {
    margin-top: 4px;
  }
  .sub-bm-txt p {
    margin-top: 2px;
    margin-left: 0;
    display: block;
    font-size: 12px;
    line-height: 22px;
  }
  .sub-bm-txt p mark {
    margin: 2px;
    padding: 0 4px;
    font-size: 10px;
  }
}

.sub-bms1 {
  display: flex;
  display: -webkit-flex;
}
.sub-bms1 .pic {
  width: 486px;
  height: 324px;
}
.sub-bms1 .txt {
  width: calc(100% - 486px);
  padding: 0 40px;
  display: flex;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.sub-bms1 .txt h2 {
  margin-bottom: 12px;
  font-size: 30px;
  line-height: 46px;
  color: #000;
}
.sub-bms1 .txt h2 mark {
  margin-left: 8px;
}
.sub-bms1 .txt h4 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}
.sub-bms1 .txt .sub-bm-txt {
  margin-top: 20px;
}
.sub-bms1 .txt .btn-primary-gradient {
  margin-top: 40px;
  width: 160px;
  display: inline-block;
  font-size: 16px;
  line-height: 44px;
}
@media screen and (min-width: 750px) {
  .sub-bms1 {
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .sub-bms1 {
    flex-direction: column;
  }
  .sub-bms1 .pic {
    width: 100%;
    height: auto;
    padding: 16px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .sub-bms1 .pic img {
    border-radius: 8px;
  }
  .sub-bms1 .txt {
    width: 100%;
    padding: 0 16px 16px;
  }
  .sub-bms1 .txt h2 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }
  .sub-bms1 .txt h4 {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }
  .sub-bms1 .txt .sub-bm-txt {
    margin-top: 8px;
  }
  .sub-bms1 .txt .btn-primary-gradient {
    margin-top: 12px;
  }
}

.sub-bms2 {
  padding: 8px 24px 24px;
  margin-top: 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .sub-bms2 {
    margin-top: 12px;
    padding: 0 12px 12px;
  }
}

.sub-bms2-article {
  padding: 0 30px;
  text-align: justify;
}
.sub-bms2-article p, .sub-bms2-article img {
  margin-top: 24px;
}
.sub-bms2-article p {
  font-size: 14px;
  line-height: 22px;
}
.sub-bms2-article img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .sub-bms2-article {
    padding: 0;
  }
  .sub-bms2-article p, .sub-bms2-article img {
    margin-top: 12px;
  }
}

.sub-about-menubg {
  position: sticky;
  top: 88px;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 750px) {
  .sub-about-menubg {
    display: none;
  }
}
.sub-about-menu {
  font-size: 0;
  text-align: center;
}
.sub-about-menu a {
  min-width: 148px;
  padding: 0 16px;
  margin: 0 40px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  box-sizing: border-box;
}
.sub-about-menu a:first-child {
  margin-left: 0;
}
.sub-about-menu a:last-child {
  margin-right: 0;
}
.sub-about-menu a i {
  margin-right: 8px;
  display: inline-block;
  font-size: 20px;
  line-height: inherit;
  vertical-align: top;
}
.sub-about-menu a.active {
  color: #fff;
  background-color: #006aff;
}
@media screen and (max-width: 750px) {
  .sub-about-menu {
    display: flex;
    display: -webkit-flex;
  }
  .sub-about-menu a {
    flex: 1;
    min-width: inherit;
    margin: 0;
    padding: 0 8px;
    font-size: 16px;
    line-height: 40px;
    box-sizing: border-box;
  }
  .sub-about-menu a i {
    margin-right: 4px;
  }
}

.sub-about1-bg, .sub-about2-bg, .sub-about3-bg {
  padding: 64px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 750px) {
  .sub-about1-bg, .sub-about2-bg, .sub-about3-bg {
    padding: 12px 0 12px;
  }
}

.sub-title {
  text-align: center;
}
.sub-title h3 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 46px;
  color: #141414;
}
.sub-title h3::before, .sub-title h3::after {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 14px;
  margin-top: -7px;
  content: '';
  background: url(../images/sub-about-title1.svg);
}
.sub-title h3::before {
  left: -48px;
}
.sub-title h3::after {
  right: -48px;
}
.sub-title-white h3 {
  color: #fff;
  font-weight: bold;
}
.sub-title-white h3::before, .sub-title-white h3::after {
  background: url(../images/sub-about-title2.svg);
}
@media screen and (max-width: 750px) {
  .sub-title h3 {
    font-size: 18px;
  }
  .sub-title h3 span {
    display: none;
  }
}

.sub-about1-bg {
  background-image: url(../images/bg/sub-about1-bg.jpg);
}

.sub-about1 {
  margin: 32px 100px 0;
}
.sub-about1 article {
  font-size: 16px;
  line-height: 28px;
  color: #595959;
  text-align: justify;
}
.sub-about1 article p {
  text-indent: 2em;
}
.sub-about1 .pic {
  margin-top: 60px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .sub-about1 {
    margin: 8px 0 0;
  }
  .sub-about1 article {
    font-size: 14px;
    line-height: 22px;
  }
  .sub-about1 .pic {
    margin-top: 16px;
  }
}

.sub-about2-bg {
  background-image: url(../images/bg/sub-about2-bg.jpg);
}

@media screen and (min-width: 750px) {
  .sub-about2-line {
    height: 500px;
    background: url(../images/bg/sub-about2-line.png) top center no-repeat;
  }
}
@media screen and (max-width: 1536px) {
  .sub-about2-line .container {
    width: 1440px;
  }
}
@media screen and (max-width: 1460px) {
  .sub-about2-line .container {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .sub-about2-line .container {
    width: auto;
    margin: 0 12px;
  }
}

.sub-about2 {
  display: flex;
  display: -webkit-flex;
}
.sub-about2 .sub-about2box {
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  color: #fff;
  box-sizing: border-box;
}
.sub-about2 .sub-about2box i {
  width: 10px;
  height: 10px;
  margin-left: 4px;
  display: inline-block;
  background-color: #006aff;
  border: 3px solid #fff;
}
.sub-about2 .sub-about2box i.active {
  background-color: #ff854c;
}
.sub-about2 .sub-about2box time {
  margin: 20px 0 8px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.sub-about2 .sub-about2box h2 {
  font-size: 16px;
  line-height: 24px;
}
@media screen and (min-width: 750px) {
  .sub-about2 {
    margin: 0 100px;
    height: 500px;
  }
  .sub-about2 .sub-about2box {
    width: 14.2857142857%;
  }
  .sub-about2 .sub-about2box:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .sub-about2 .sub-about2box:nth-child(2n) time {
    margin: 8px 0 20px;
  }
  .sub-about2 .sub-about2box:nth-child(1) {
    padding-top: 332px;
  }
  .sub-about2 .sub-about2box:nth-child(2) {
    padding-bottom: 172px;
  }
  .sub-about2 .sub-about2box:nth-child(3) {
    padding-top: 298px;
  }
  .sub-about2 .sub-about2box:nth-child(4) {
    padding-bottom: 215px;
  }
  .sub-about2 .sub-about2box:nth-child(5) {
    padding-top: 227px;
  }
  .sub-about2 .sub-about2box:nth-child(6) {
    padding-bottom: 315px;
  }
  .sub-about2 .sub-about2box:nth-child(7) {
    padding-top: 95px;
  }
}
@media screen and (max-width: 1536px) {
  .sub-about2 {
    margin: 0 50px;
  }
}
@media screen and (max-width: 1460px) and (min-width: 750px) {
  .sub-about2 {
    margin: 0;
  }
  .sub-about2 .sub-about2box:nth-child(1) {
    padding-top: 324px;
  }
  .sub-about2 .sub-about2box:nth-child(2) {
    padding-bottom: 175px;
  }
  .sub-about2 .sub-about2box:nth-child(3) {
    padding-top: 296px;
  }
  .sub-about2 .sub-about2box:nth-child(4) {
    padding-bottom: 215px;
  }
  .sub-about2 .sub-about2box:nth-child(5) {
    padding-top: 228px;
  }
  .sub-about2 .sub-about2box:nth-child(6) {
    padding-bottom: 306px;
  }
  .sub-about2 .sub-about2box:nth-child(7) {
    padding-top: 115px;
  }
}
@media screen and (max-width: 750px) {
  .sub-about2 {
    margin: 0 0 0 20px;
    padding: 8px 0 12px;
    flex-direction: column;
  }
  .sub-about2 .sub-about2box {
    position: relative;
    margin-top: 20px;
  }
  .sub-about2 .sub-about2box:after {
    position: absolute;
    left: -16px;
    top: -10px;
    bottom: -20px;
    width: 2px;
    content: '';
    background-color: #fff;
  }
  .sub-about2 .sub-about2box:first-child {
    margin-top: 0;
  }
  .sub-about2 .sub-about2box:first-child:after {
    top: 4px;
  }
  .sub-about2 .sub-about2box:last-child:after {
    top: -4px;
    height: 8px;
    bottom: initial;
  }
  .sub-about2 .sub-about2box i {
    position: absolute;
    left: -24px;
    top: 4px;
    z-index: 2;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
  }
  .sub-about2 .sub-about2box time {
    margin: 0;
    font-size: 18px;
    line-height: 1;
  }
  .sub-about2 .sub-about2box h2 {
    margin-top: 4px;
    font-size: 14px;
  }
}

.sub-about3-bg {
  background-image: url(../images/bg/sub-about3-bg.jpg);
  background-position: bottom center;
}

.sub-about3-con {
  position: relative;
  box-sizing: border-box;
}
.sub-about3-con .container {
  padding: 0;
}
.sub-about3-con .pic {
  position: relative;
  background-color: #000;
}
.sub-about3-con .pic span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  text-align: center;
  line-height: 80px;
  color: #fff;
}
.sub-about3-con .pic span i {
  font-size: 80px;
}
@media screen and (min-width: 750px) {
  .sub-about3-con {
    width: 832px;
    height: 468px;
    margin: 32px auto 0;
    padding: 31px 107px 51px;
    background: url(../images/bg/void-bg.png) no-repeat;
  }
  .sub-about3-con .pic {
    width: 618px;
    height: 386px;
    overflow: hidden;
    cursor: pointer;
  }
  .sub-about3-con .pic:hover img {
    transform: scale(1.04, 1.04);
  }
}
@media screen and (max-width: 750px) {
  .sub-about3-con {
    margin-top: 8px;
  }
  .sub-about3-con .pic {
    border-radius: 8px;
    overflow: hidden;
  }
  .sub-about3-con .pic span {
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
    line-height: 56px;
  }
  .sub-about3-con .pic span i {
    font-size: 56px;
  }
}

.sub-about3-menu {
  margin-top: 64px;
}
.sub-about3-menu .pic {
  position: relative;
  padding-bottom: 56.1855670103%;
  padding-bottom: 56.1855670103%;
  padding-bottom: 56.1855670103%;
}
.sub-about3-menu .pic img {
  object-fit: fill;
}
.sub-about3-menu .pic img {
  object-fit: contain;
}
.sub-about3-menu .pic img {
  object-fit: cover;
}
.sub-about3-menu .swiper-slide {
  position: relative;
}
.sub-about3-menu .swiper-slide span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 56px;
  height: 56px;
  margin: -44px 0 0 -28px;
  text-align: center;
  line-height: 56px;
  color: #fff;
}
.sub-about3-menu .swiper-slide span i {
  font-size: 56px;
}
.sub-about3-menu .swiper-button-prev,
.sub-about3-menu .swiper-button-next {
  margin-top: -36px;
}
@media screen and (max-width: 750px) {
  .sub-about3-menu {
    margin-top: 12px;
  }
}

.sub-contact {
  padding: 40px;
  background-color: #fff;
  box-sizing: border-box;
}

.sub-contact1 {
  height: 600px;
  margin-top: 32px;
  display: flex;
  display: -webkit-flex;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}

.sub-contact1-map {
  position: relative;
  width: calc(100% - 300px);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  background: #fafcff;
}
.sub-contact1-map .submap-txt {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 20px;
  line-height: 42px;
  color: #141414;
}
.sub-contact1-map .submap-txt span {
  margin-top: -2px;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  color: #006aff;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .sub-contact1-map {
    width: 100%;
    display: none;
  }
}

.sub-contact1-txt {
  position: relative;
  width: 300px;
  height: 544px;
  padding-top: 56px;
}
.sub-contact1-txt:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 112px;
  content: '';
  background: linear-gradient(180deg, #fff 0, rgba(255, 255, 255, 0) 0.01%, #fff 61.95%);
}
.sub-contact1-txt .swiper-container {
  position: relative;
  height: 100%;
}
.sub-contact1-txt .swiper-slide {
  text-align: center;
}
.sub-contact1-txt .swiper-slide h3 {
  font-size: 20px;
  line-height: 46px;
  color: #006aff;
}
.sub-contact1-txt .swiper-button-prev,
.sub-contact1-txt .swiper-button-next {
  left: 50%;
  right: initial;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  text-align: center;
  line-height: 24px;
  color: #8c8c8c;
}
.sub-contact1-txt .swiper-button-prev:hover,
.sub-contact1-txt .swiper-button-next:hover {
  color: #006aff;
}
.sub-contact1-txt .swiper-button-prev i,
.sub-contact1-txt .swiper-button-next i {
  font-size: 16px;
}
.sub-contact1-txt .swiper-button-prev {
  top: 16px;
  margin-top: 0;
}
.sub-contact1-txt .swiper-button-next {
  top: initial;
  bottom: 16px;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .sub-contact1-txt {
    width: 100%;
  }
}

.sub-txts {
  margin-top: 20px;
  max-height: 478px;
  overflow: hidden;
  padding-bottom: 64px;
  box-sizing: border-box;
}
.sub-txts .sub-contactbox:first-child {
  margin-top: 0;
}

.sub-contactbox {
  margin-top: 16px;
}
.sub-contactbox h4 {
  width: 24px;
  height: 24px;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #006aff;
  border: 3px solid #e6f1ff;
}
.sub-contactbox h2 {
  margin-top: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #141414;
}
.sub-contactbox p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}

.sub-contact2 {
  margin-top: 32px;
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  color: #8c8c8c;
}

.echart-tooltip {
  padding: 4px 8px;
}
.echart-tooltip h2 {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}
.echart-tooltip p {
  font-size: 12px;
  line-height: 18px;
}
.echart-tooltip p:first-child {
  margin-top: 8px;
}

.sub-right-info {
  position: relative;
  padding: 40px 24px;
  background: linear-gradient(180deg, rgba(0, 106, 255, 0.05) 0, rgba(0, 106, 255, 0) 30.8%), #fff;
}
.sub-right-info .sub-title h3 {
  font-size: 24px;
  line-height: 36px;
}
@media screen and (max-width: 750px) {
  .sub-right-info {
    padding: 12px;
  }
}
.sub-info-change {
  position: absolute;
  right: 0;
  top: 40px;
}
.sub-info-change ul {
  margin-top: -12px;
}
.sub-info-change li {
  margin-top: 12px;
}
.sub-info-change a {
  padding: 0 16px;
  display: block;
  font-size: 14px;
  line-height: 32px;
  border-radius: 4px 0 0 4px;
}
.sub-info-change a.btn-orange-light:hover {
  color: #fff;
  background-color: #ff854c;
}
.sub-info-change a i {
  margin-right: 8px;
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  .sub-info-change {
    display: none;
  }
}

.sub-info-form {
  padding: 40px 240px;
}
.sub-info-form .form-box {
  margin-top: 20px;
}
.sub-info-form .form-box:first-child {
  margin-top: 0;
}
.sub-info-form .form-boxs .form-input {
  width: 100%;
  margin-left: 0;
  margin-top: 8px;
}
.sub-info-form .form-select-xm {
  margin-right: 2px;
}
@media screen and (max-width: 750px) {
  .sub-info-form {
    padding: 12px 0 0;
  }
  .sub-info-form .form-box {
    flex-direction: column;
    margin-top: 8px;
  }
  .sub-info-form .form-box > span {
    width: auto;
    text-align: left;
  }
  .sub-info-form .form-box .form-boxs,
  .sub-info-form .form-box .form-input,
  .sub-info-form .form-box .form-address {
    width: 100%;
    margin-left: 0;
  }
}

.my-contests2-opt a, .my-contests2box-con > h4 a, .my-contests2-upload .btn-primary {
  min-width: 120px;
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  line-height: 36px;
  box-sizing: border-box;
}

.my-center {
  margin-top: 88px;
  padding: 40px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.my-center-left {
  width: 164px;
  padding-bottom: 24px;
  background-image: url(../images/user.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.my-center-left ul {
  padding: 0 16px;
}
.my-center-left li {
  margin-top: 16px;
}
.my-center-left li a {
  padding: 0 4px 0 16px;
  display: block;
  font-size: 16px;
  line-height: 38px;
  color: #404040;
}
.my-center-left li a i {
  margin-right: 8px;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
}
.my-center-left li a mark {
  display: inline-block;
  min-width: 8px;
  height: 16px;
  margin-top: 6px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
}
.my-center-left li a.cur, .my-center-left li a:hover {
  color: #006aff;
  background: rgba(0, 106, 255, 0.1);
}
.my-user {
  padding: 24px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 106, 255, 0.1);
}
.my-user img,
.my-user span {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(0, 106, 255, 0.1);
  overflow: hidden;
}
.my-user img {
  object-fit: cover;
}
.my-user span {
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  color: #fff;
}
.my-user h4 {
  margin-top: 8px;
  font-size: 18px;
  line-height: 28px;
  color: #141414;
}

.my-center-right {
  width: calc(100% - 164px - 16px);
  padding: 8px 24px 40px;
  box-sizing: border-box;
  background: #fff;
}

.my-note {
  margin-top: 16px;
  margin-bottom: 12px;
  padding: 12px 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 106, 255, 0.05);
}
.my-note span {
  width: 48px;
  height: 48px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  color: #006aff;
}
.my-note span i {
  font-size: 28px;
}
.my-note ul {
  width: calc(100% - 48px - 16px);
}
.my-note ul li {
  margin-top: 4px;
  font-size: 14px;
  line-height: 22px;
}
.my-note ul li:first-child {
  margin-top: 0;
}
.my-note ul li a {
  position: relative;
  max-width: 100%;
  padding-left: 18px;
  display: inline-block;
  color: #141414;
  vertical-align: top;
  box-sizing: border-box;
}
.my-note ul li a i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #ee2b2b;
}
.my-note ul li a.read {
  color: #8c8c8c;
}
.my-note ul li a.read i {
  background-color: #bfbfbf;
}
.my-note ul li a:hover {
  color: #006aff;
}

.my-rm,
.my-rm1,
.my-rm2 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.my-rm > a,
.my-rm1 > a {
  font-size: 14px;
  color: #8c8c8c;
}
.my-rm > a:hover,
.my-rm1 > a:hover {
  color: #006aff;
}

.my-rm {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #f2f2f2;
}
.my-rm h3 {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #141414;
  font-weight: bold;
}
.my-rm h3:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 16px;
  margin-top: -8px;
  content: '';
  background: #006aff;
}
.my-rm h3 i {
  margin: 0 16px;
  display: inline-block;
  font-size: 20px;
  line-height: inherit;
  color: #c7d6e6;
  vertical-align: top;
}
.my-rm p {
  font-size: 0;
  flex-grow: 1;
}
.my-rm p a {
  position: relative;
  display: inline-block;
  margin-right: 32px;
  font-size: 16px;
  color: #595959;
}
.my-rm p a:last-child {
  margin-right: 0;
}
.my-rm p a:after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  margin-left: 0;
  content: '';
  background-color: #006aff;
}
.my-rm p a:hover {
  color: #006aff;
}
.my-rm p a.active {
  color: #006aff;
  font-weight: bold;
}
.my-rm p a.active:after {
  width: 32px;
  margin-left: -16px;
}

.my-rm1 {
  margin-top: 24px;
  padding: 0 12px;
  height: 52px;
  line-height: 52px;
  background: #f1f4f8;
}
.my-rm1 h3 {
  font-size: 16px;
  color: #141414;
}
.my-rm1 h3 i {
  margin-top: 10px;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  vertical-align: top;
}

.my-rm1-prog {
  font-size: 0;
  text-align: center;
}
.my-rm1-prog .my-rm1box {
  margin-right: 144px;
}
.my-rm1-prog .my-rm1box:last-child {
  margin-right: 0;
}
.my-rm1-prog .my-rm1box:last-child:after {
  display: none;
}

.my-rm1box {
  position: relative;
  display: inline-flex;
  display: -webkit-inline-flex;
  line-height: 52px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.my-rm1box:after {
  position: absolute;
  top: 50%;
  right: -112px;
  width: 80px;
  height: 2px;
  margin-top: -1px;
  content: '';
  background-color: #d9d9d9;
}
.my-rm1box span {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  border: 2px solid transparent;
}
.my-rm1box span em {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  color: #595959;
  box-sizing: border-box;
  border: 2px solid #d9d9d9;
  vertical-align: top;
}
.my-rm1box span i {
  font-size: 14px;
}
.my-rm1box h4 {
  font-size: 16px;
  color: #595959;
}
.my-rm1box.ing:after {
  background-color: #006aff;
}
.my-rm1box.ing span {
  border-color: rgba(0, 106, 255, 0.2);
}
.my-rm1box.ing span em {
  color: #fff;
  background-color: #006aff;
  border-color: #006aff;
}
.my-rm1box.ing h4 {
  color: #006aff;
}
.my-rm1box.over:after {
  background-color: #006aff;
}
.my-rm1box.over span em {
  color: #006aff;
  border-color: #006aff;
}

.my-rm2 {
  line-height: 28px;
}
.my-rm2 h3 {
  font-size: 16px;
  color: #000;
}
.my-rm2 h3::before {
  display: inline-block;
  margin-right: 4px;
  content: "\ea0a";
  font-size: 18px;
  line-height: inherit;
  color: #c7d6e6;
  vertical-align: top;
}
.my-rm2 mark {
  min-width: 100px;
  padding: 0 12px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}

.my-contest ul li {
  margin-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dotted #e6e6e6;
}
.my-contest ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.my-contestbox {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.my-contestbox .pic {
  width: 186px;
  height: 124px;
  overflow: hidden;
}
.my-contestbox .txt {
  width: calc(100% - 186px - 16px);
}
.my-contestbox .txt h2 {
  display: flex;
  display: -webkit-flex;
  line-height: 28px;
}
.my-contestbox .txt h2 a {
  width: calc(100% - 250px);
  display: inline-block;
  font-size: 18px;
  color: #141414;
}
.my-contestbox .txt h2 a span {
  max-width: calc(100% - 56px - 16px);
  display: inline-block;
  vertical-align: top;
}
.my-contestbox .txt h2 a:hover {
  color: #006aff;
}
.my-contestbox .txt h2 time {
  font-size: 14px;
  color: #595959;
  text-align: right;
}
.my-contestbox .txt h2 time i {
  margin-right: 4px;
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  vertical-align: top;
}
.my-contestbox .txt p {
  margin-top: 8px;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.my-contestbox .btn-line-gay:hover {
  color: #006aff;
  border-color: #006aff;
  background-color: transparent;
}

.my-contests1-title,
.my-contests1 {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}

.my-contests1 {
  margin-top: 24px;
}
.my-contests1 .pic {
  width: 240px;
  height: 160px;
  overflow: hidden;
}
.my-contests1 > .txt {
  width: calc(100% - 240px - 24px);
}
.my-contests1 > .txt time {
  margin-top: 16px;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}
.my-contests1 > .txt time i {
  display: inline-block;
  margin-right: 4px;
  line-height: inherit;
  vertical-align: top;
}

.my-contests1-des {
  margin-top: 16px;
  display: flex;
  display: -webkit-flex;
  text-align: justify;
}
.my-contests1-des .txt {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-box-orient: vertical;
}
.my-contests1-des .txt::before {
  float: right;
  width: 0;
  height: 100%;
  margin-bottom: -22px;
  content: '';
}
.my-contests1-des .txt a {
  float: right;
  margin-left: 4px;
  font-size: 14px;
  color: #141414;
  clear: both;
}
.my-contests1-des .txt a:after {
  margin-left: 2px;
  content: "\ea0d";
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
}
.my-contests1-des .txt a:hover {
  color: #006aff;
}

.my-contests1-title {
  line-height: 36px;
  align-items: flex-start;
}
.my-contests1-title h2 {
  max-width: calc(100% - 120px);
  color: #000;
  cursor: pointer;
}
.my-contests1-title h2 span {
  display: inline-block;
  max-width: calc(100% - 64px);
  font-size: 24px;
  line-height: inherit;
  vertical-align: top;
}
.my-contests1-title .btn-line-primary {
  width: 116px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 34px;
  box-sizing: border-box;
}
.my-contests1-title .btn-line-primary i {
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
}

.my-contests2-apply {
  position: relative;
  cursor: pointer;
  margin-left: 4px;
  text-align: center;
}
.my-contests2-apply i {
  font-size: 16px;
  color: #8c8c8c;
}
.my-contests2-apply .btn-line-gay {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 96px;
  display: none;
  font-size: 14px;
  line-height: 34px;
  transform: translateX(-50%);
  background-color: #fff;
  box-sizing: border-box;
}
.my-contests2-apply:hover .btn-line-gay {
  display: block;
}

.my-contests2 {
  padding: 24px 32px 0;
}
.my-contests2 .my-rm2 {
  margin-top: 24px;
}
.my-contests2 .my-rm2:first-child {
  margin-top: 0;
}
.my-contests2 .table {
  margin-top: 12px;
}
.my-contests2 .table .txt {
  margin: -9px 4px;
}
.my-contests2 .table .txt h6 {
  font-size: 12px;
  line-height: 18px;
}
.my-contests2 .my-contests2box:last-child {
  padding-bottom: 0;
}
.my-contests2 .my-contests2box:last-child::after {
  display: none;
}
.my-contests2-title {
  padding-top: 16px;
  text-align: center;
}
.my-contests2-title h3 {
  font-size: 18px;
  line-height: 28px;
  color: #141414;
  text-shadow: 0 9px 28px rgba(0, 0, 0, 0.05);
}
.my-contests2-title h4 {
  padding: 4px 0;
  font-size: 14px;
  line-height: 22px;
  color: #ff854c;
  font-weight: bold;
}

.my-contests2-create {
  display: flex;
  display: -webkit-flex;
  margin: 16px 24% 0;
  line-height: 36px;
  justify-content: space-between;
}
.my-contests2-create span {
  margin-right: 12px;
  font-size: 14px;
  color: #595959;
}
.my-contests2-create .form {
  flex-grow: 1;
}
.my-contests2-create .form p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
}
.my-contests2-create .form p i {
  margin-right: 8px;
  display: inline-block;
  font-size: 14px;
  line-height: inherit;
  vertical-align: top;
}
.my-contests2-create .form-input {
  padding-right: 70px;
  line-height: 36px;
}
.my-contests2-create .form-input input {
  height: 36px;
  line-height: 34px;
}
.my-contests2-create .form-input a {
  position: absolute;
  right: 0;
  width: 60px;
  font-size: 14px;
  text-align: center;
}

.my-contests2-opt {
  margin-top: 16px;
  font-size: 0;
}
.my-contests2-opt a {
  margin-left: 8px;
}
.my-contests2-opt a[class*=btn-line] {
  line-height: 34px;
}
.my-contests2-opt a:first-child {
  margin-left: 0;
}
.my-contests2-opt a i {
  margin-right: 8px;
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
}

.my-contests2-message {
  margin-top: 8px;
}
.my-contests2-message ul {
  margin-top: -4px;
}
.my-contests2-message li {
  margin-top: 4px;
  padding: 8px;
  display: flex;
  display: -webkit-flex;
  line-height: 28px;
  justify-content: space-between;
  cursor: pointer;
}
.my-contests2-message h2 {
  max-width: calc(100% - 240px);
  font-size: 14px;
  color: #141414;
  flex-grow: 1;
}
.my-contests2-message h2:before {
  display: inline-block;
  margin-right: 8px;
  content: "\ea31";
  font-size: 16px;
  line-height: inherit;
  color: #006aff;
  vertical-align: top;
}
.my-contests2-message .opt {
  font-size: 0;
}
.my-contests2-message .opt * {
  display: inline-block;
  vertical-align: top;
}
.my-contests2-message .opt span {
  font-size: 12px;
  line-height: inherit;
}
.my-contests2-message .opt a {
  padding: 0 12px;
  margin-left: 8px;
  font-size: 14px;
  line-height: 26px;
}

.my-contests2-note {
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 28px;
}
.my-contests2-note i {
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
}
.my-contests2-note > i {
  margin-right: 8px;
}
.my-contests2-note a {
  margin-left: 8px;
  padding: 0 8px 0 12px;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  vertical-align: top;
}
.my-contests2-note a i {
  margin-left: 4px;
}

.my-contests2box {
  position: relative;
  padding-bottom: 32px;
}
.my-contests2box::after {
  position: absolute;
  top: 14px;
  left: 11px;
  bottom: -12px;
  width: 1px;
  border-left: 1px dashed #d9d9d9;
  content: '';
}
.my-contests2box-title {
  display: flex;
  display: -webkit-flex;
  line-height: 28px;
  justify-content: space-between;
}
.my-contests2box-title h3 {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  color: #000;
}
.my-contests2box-title h3::before {
  position: absolute;
  left: 8px;
  top: 50%;
  z-index: 2;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  content: '';
  background-color: #fff;
  border: 2px solid #006aff;
  box-sizing: border-box;
}
.my-contests2box-title p {
  font-size: 0;
  color: #595959;
}
.my-contests2box-title p * {
  display: inline-block;
  line-height: inherit;
  vertical-align: top;
}
.my-contests2box-title p time {
  font-size: 14px;
}
.my-contests2box-title p mark {
  margin-left: 8px;
  padding: 0 8px;
  font-size: 14px;
}
.my-contests2box-title p mark.lab-gay {
  color: #8c8c8c;
}
.my-contests2box-title.over h3::before {
  border-color: #bfbfbf;
}
.my-contests2box-title.nostart h3::before {
  border-color: #ff854c;
}

.my-contests2box-con {
  margin-left: 32px;
}
.my-contests2box-con > p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #8c8c8c;
}
.my-contests2box-con > h4 {
  margin-top: 8px;
  text-align: center;
}

.my-contests2-score {
  margin-top: 16px;
  padding-top: 12px;
  text-align: center;
}
.my-contests2-score > h2 {
  font-size: 18px;
  line-height: 28px;
  color: #141414;
}
.my-contests2-score > h2 i {
  margin-right: 8px;
  display: inline-block;
  font-size: 24px;
  line-height: inherit;
  vertical-align: top;
}
.my-contests2-score > p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #595959;
}
.my-contests2-score .txt {
  width: 100px;
  height: 100px;
  padding: 8px;
  margin-top: 20px;
  display: inline-block;
  border: 1px solid rgba(0, 106, 255, 0.1);
}
.my-contests2-score .txt span {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 106, 255, 0.05);
  border: 1px solid rgba(0, 106, 255, 0.2);
  box-sizing: border-box;
}
.my-contests2-score .txt h4 {
  font-size: 42px;
  line-height: .8;
  font-weight: bold;
  color: #006aff;
}
.my-contests2-score .txt h6 {
  font-size: 14px;
  line-height: 22px;
  color: #737373;
}

.my-contests2-items {
  padding-top: 20px;
}
.my-contests2-items .my-contests2-item {
  margin-top: 12px;
}
.my-contests2-items .my-contests2-item:first-child {
  margin-top: 0;
}

.my-contests2-items-txt {
  padding-top: 12px;
}
.my-contests2-items-txt .my-contests2-item {
  margin-top: 8px;
}
.my-contests2-items-txt .my-contests2-item:first-child {
  margin-top: 0;
}

.my-contests2-item {
  display: flex;
  display: -webkit-flex;
  font-size: 14px;
  line-height: 36px;
  justify-content: space-between;
}
.my-contests2-item span {
  margin-right: 12px;
  width: 56px;
  color: #595959;
}
.my-contests2-item .form-input-txt,
.my-contests2-item .my-contests2-upload,
.my-contests2-item .form-textarea,
.my-contests2-item .form-input {
  width: calc(100% - 56px - 12px);
}
.my-contests2-item .form-input {
  line-height: inherit;
}
.my-contests2-item .form-input input {
  height: 36px;
  line-height: 34px;
}
.my-contests2-item .form-input-txt {
  padding: 8px 0;
  font-size: 14px;
  line-height: 20px;
}

.my-contests2-upload .btn-line-primary {
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
  line-height: 34px;
}
.my-contests2-upload > p {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #737373;
}
.my-contests2-upload ul li {
  max-width: 50%;
  margin-top: 4px;
  display: flex;
  display: -webkit-flex;
  font-size: 14px;
  line-height: 30px;
  justify-content: space-between;
}
.my-contests2-upload ul li a {
  max-width: 100%;
  font-size: inherit;
  color: #000;
}
.my-contests2-upload ul li a img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-right: 8px;
  vertical-align: top;
}
.my-contests2-upload ul li a:hover {
  color: #006aff;
}
.my-contests2-upload ul li i {
  font-size: 14px;
  color: #8c8c8c;
  cursor: pointer;
}
.my-contests2-upload ul li i:hover {
  color: #006aff;
}
.my-contests2-upload .btn-primary {
  margin-top: 20px;
}

.my-student-tab {
  margin-top: 24px;
}

.my-message {
  margin-top: 8px;
}
.my-message li {
  position: relative;
  display: flex;
  display: -webkit-flex;
  padding-left: 24px;
  font-size: 14px;
  line-height: 56px;
  justify-content: space-between;
  border-bottom: 1px solid #f2f2f2;
}
.my-message li:before {
  position: absolute;
  left: 5px;
  top: 50%;
  width: 6px;
  height: 6px;
  content: '';
  margin-top: -3px;
  background-color: #ee2b2b;
}
.my-message li a {
  display: inline-block;
  flex-grow: 1;
  color: #141414;
}
.my-message li a mark {
  padding: 0 8px;
  margin-right: 8px;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
}
.my-message li a:hover {
  color: #006aff;
}
.my-message li span {
  color: #8c8c8c;
  margin-left: 8px;
}
.my-message li.read:before {
  background-color: #bfbfbf;
}
.my-message li.read a {
  color: #8c8c8c;
}
.my-message li.read a .lab-primary-light {
  color: #8c8c8c;
  background-color: #f5f5f5;
}
.my-message li.read a:hover {
  color: #006aff;
}

.my-cert ul {
  padding-top: 12px;
}
.my-cert ul li {
  margin-top: 16px;
}
.my-certbox {
  padding: 24px 24px 24px 32px;
  display: flex;
  display: -webkit-flex;
  line-height: 32px;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(0, 106, 255, 0.05) 0, rgba(0, 106, 255, 0) 100%);
  border: 1px solid #f2f2f2;
}
.my-certbox h2 {
  width: calc(100% - 240px - 344px - 32px);
  font-size: 16px;
  color: #141414;
}
.my-certbox h4 i, .my-certbox .opt a i, .my-certbox .opt span i {
  margin-right: 8px;
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  vertical-align: top;
}
.my-certbox h4 {
  width: 240px;
  font-size: 14px;
  color: #404040;
}
.my-certbox .opt {
  width: 344px;
  font-size: 0;
  text-align: right;
}
.my-certbox .opt a, .my-certbox .opt span {
  display: inline-block;
  margin-left: 24px;
  font-size: 14px;
  vertical-align: top;
}
.my-certbox .opt a:first-child {
  margin-left: 0;
}
.my-certbox .opt a.btn-primary {
  padding: 0 12px;
  box-sizing: border-box;
}
.my-certbox .opt .btn-primary, .my-certbox .opt span {
  width: 136px;
  text-align: center;
}

.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, .form-select-xm xm-select .xm-label .scroll .label-content, .form-select-xm xm-select > .xm-body .xm-option-content, .text-p1, .sub-about3-menu h2,
.idx-pic h2, .idx-noticebox h2, .idx-newbox .txt h2, .idx-explain-con ul li a, .sub-local, .sub-noticebox h2, .sub-bmbox .txt h2 a, .my-note ul li a, .my-contestbox .txt h2 a span, .my-contests1-title h2 span, .my-contests2-message h2, .my-contests2-upload ul li a, .my-message li a, .my-certbox h2, .my-certbox h4 {
  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, .form-label, .form-city .city-picker-span > .arrow:before, a, [class*=btn-], .pic img, .sub-about3-menu .swiper-button-prev,
.sub-about3-menu .swiper-button-next,
.idx-pic .swiper-button-prev,
.idx-pic .swiper-button-next, .idx-xf, .idx-xfbox h2,
.xf-top h2, .idx-xf-show,
.idx-xf-hidden, .login-verify-input .form-input input, .idx-ban .swiper-button-prev,
.idx-ban .swiper-button-next, .idx-newbox, .idx-newbox .txt h2, .sub-left ul li a:before, .sub-left ul li a:after, .my-rm p a:after {
  -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;
}
/*# sourceMappingURL=main.css.map */
