/* 设备尺寸查询*/
/* size: mb */
title {
  font-size: 21px;
}
/* size: pb */
@media (min-width: 768px) {
  title {
    font-size: 22px;
  }
}
/* size: sm */
@media (min-width: 1024px) {
  title {
    font-size: 23px;
  }
}
/* size: md */
@media (min-width: 1280px) {
  title {
    font-size: 24px;
  }
}
/* size: lg */
@media (min-width: 1366px) {
  title {
    font-size: 25px;
  }
}
/* size: xg */
@media (min-width: 1680px) {
  title {
    font-size: 26px;
  }
}
/*===========aui-dialog start==========*/
.oldIE .aui-dialog-mask {
  background-color: #000;
  filter: alpha(opacity=40);
}
.aui-dialog-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 98;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s;
}
.aui-dialog-main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 400px;
  height: 20%;
  z-index: 999;
  margin: auto;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s;
}
.aui-dialog-main.hidden {
  /*display: none;*/
  visibility: hidden;
}
.aui-dialog.show .aui-dialog-mask {
  visibility: visible;
  opacity: 1;
}
.aui-dialog.show .aui-dialog-main {
  visibility: visible;
  opacity: 1;
  display: block;
  transform: scale(1);
}
.aui-dialog.shown .aui-dialog-main {
  animation: shake .5s;
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.aui-dialog-main .dialog-content {
  padding: 32px 32px 0;
  background: #fff;
  position: relative;
}
.dialog-icon.icon-right {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 35px;
  background: url(ok_icon.svg) no-repeat;
}
.dialog-icon.icon-error {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 35px;
  background: url(err_icon.svg) no-repeat;
  background-size: cover;
}
.service-dialog .block-title {
  height: 26px;
  font-size: 18px;
  color: #252b3a;
  padding-left: 30px;
  margin-bottom: 12px;
  border-left: 0;
  margin-left: 0;
  font-weight: 500;
}
#region-select .aui-dialog-main .dialog-content {
  padding: 40px 50px;
}
.aui-dialog-main .dialog-content p {
  font-size: 14px;
  color: #666;
}
.aui-dialog .dialog-close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 18px;
  width: 18px;
  padding: 0;
  cursor: pointer;
  font-size: 18px;
  color: #8A8E99;
  z-index: 1;
  transform: rotate(45deg);
}
.aui-dialog .dialog-close-btn::after,
.aui-dialog .dialog-close-btn::before {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  top: 8px;
  left: 0;
  background-color: #666a75;
}
.aui-dialog .dialog-close-btn::after {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}
.aui-dialog .dialog-head {
  height: 60px;
  padding: 10px 20px;
  background-color: #7A858F;
  line-height: 40px;
}
.aui-dialog .dialog-head .caption {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  margin: 0;
}
.aui-dialog .dialog-actions {
  text-align: center;
  padding: 20px 20px 32px 20px;
  background: #fff;
}
.aui-dialog .aui-btn-red,
.aui-dialog .aui-btn-white {
  margin: 0 10px;
  padding: 6px 25px;
  background: #f66f6a;
  border-radius: 2px;
  border-color: #f66f6a;
}
.aui-dialog-layer {
  display: none;
}
@media (max-width: 770px) {
  .aui-dialog .aui-dialog-main {
    width: 90%!important;
    max-height: 90%!important;
  }
  .aui-dialog .dialog-head {
    height: 40px;
    line-height: 20px;
  }
  .aui-dialog .dialog-close-btn {
    line-height: 20px;
    padding: 10px;
  }
  .aui-dialog .aui-btn-red,
  .aui-dialog .aui-btn-white {
    margin: 0 5px;
    padding: 6px 20px;
  }
  .aui-dialog .dialog-actions {
    padding: 10px ;
  }
}
/*===========aui-dialog:end==========*/
.v6-section.support-contact {
  background: #fafafa;
}
.v6-section.support-contact input::-webkit-input-placeholder,
.v6-section.support-contact textarea::-webkit-input-placeholder {
  color: #ADB0B8;
}
.v6-section.support-contact input:-moz-placeholder,
.v6-section.support-contact textarea:-moz-placeholder {
  color: #ADB0B8;
}
.v6-section.support-contact input::-moz-placeholder,
.v6-section.support-contact textarea::-moz-placeholder {
  color: #ADB0B8;
}
.v6-section.support-contact input:-ms-input-placeholder,
.v6-section.support-contact textarea:-ms-input-placeholder {
  color: #ADB0B8;
}
.v6-section.support-contact .aui-btn-red {
  border-color: #f66f6a;
}
.v6-section.support-contact .company-text {
  padding-left: 11px;
}
.v6-section.support-contact .v6-section-body {
  height: 248px;
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.v6-section.support-contact .v6-section-body:after {
  content: " ";
  display: block;
  clear: both;
}
.v6-section.support-contact .v6-section-body > div {
  float: left;
}
.v6-section.support-contact .wrapper-inner-left {
  width: 70%;
  height: 100%;
  padding: 40px;
  border-right: 1px solid #dfe1e6;
}
.v6-section.support-contact .wrapper-inner-right {
  width: 30%;
  height: 100%;
  padding: 40px;
}
.v6-section.support-contact .contact-title {
  font-size: 20px;
  color: #252B3A;
  line-height: 26px;
  font-weight: bold;
}
.v6-section.support-contact .contact-lable {
  margin-top: 40px;
  font-size: 16px;
  color: #575D6C;
  line-height: 20px;
}
.v6-section.support-contact .contact-phone-num {
  margin-top: 8px;
}
.v6-section.support-contact .contact-desc {
  font-size: 14px;
  color: #575D6C;
  line-height: 22px;
}
.v6-section.support-contact .wrapper-inner-left .contact-desc {
  margin-top: 20px;
}
.v6-section.support-contact .wrapper-inner-right .contact-desc {
  margin-top: 8px;
}
.v6-section.support-contact .phone-num {
  font-size: 20px;
  color: #F66F6A;
  line-height: 30px;
  font-weight: bold;
}
.v6-section.support-contact .vertical-line {
  margin: 0 32px;
  width: 1px;
  position: relative;
}
.v6-section.support-contact .vertical-line:after {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  top: -2px;
  right: 0;
  background: #ADB0B8;
}
.v6-section.support-contact .contanct-btn {
  margin-top: 40px;
}
.v6-section.support-contact .contanct-btn .ui-btn {
  border: 1px solid #F66F6A;
  color: #F66F6A;
  border-radius: 2px;
  padding: 10px 32px;
  cursor: pointer;
}
.v6-section.support-contact .contanct-btn .ui-btn:hover {
  color: #fff;
  background: #F66F6A;
}
.v6-section.support-contact .shade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
}
.v6-section.support-contact .shade.tip-dialog {
  z-index: 998;
}
.v6-section.support-contact .modal {
  display: none;
  position: fixed;
  /*    position: absolute;*/
  width: 973px;
  max-height: calc(100vh - 40px);
  z-index: 997;
  background-color: #fff;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 2px;
}
.v6-section.support-contact .mod-close {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  overflow: hidden;
  transform: rotate(45deg);
}
.v6-section.support-contact .mod-close::before,
.v6-section.support-contact .mod-close::after {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  top: 8px;
  left: 0;
  background-color: #666a75;
}
.v6-section.support-contact .mod-close::after {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}
.v6-section.support-contact .form-content {
  border: solid 1px #e2e2e2;
  background: #ffffff;
  overflow: hidden;
  border-radius: 2px;
}
.v6-section.support-contact .content-inner {
  width: 100%;
  padding: 40px 56px;
  border-radius: 2px;
}
.v6-section.support-contact .form-row:first-child {
  padding-top: 0px;
}
.v6-section.support-contact .form-key {
  position: static;
  margin-top: auto;
  height: 32px;
  width: 74px;
  line-height: 32px;
  color: #252B3A;
}
.v6-section.support-contact .form-row > div {
  float: left;
}
.v6-section.support-contact .form-row > div.reminder {
  float: none;
  margin-top: 16px;
}
.v6-section.support-contact .form-row > div.reminder {
  float: none;
}
.v6-section.support-contact .form-row > div.form-value-agreement {
  float: none;
}
.v6-section.support-contact .form-row > div.form-value-agreement a {
  color: #526ECC;
}
.v6-section.support-contact .form-row > div.form-value-agreement a:hover {
  text-decoration: underline;
}
.v6-section.support-contact .form-key em {
  font-style: normal;
  color: #F66F6A;
  margin-right: 4px;
  margin-left: 4px;
}
.v6-section.support-contact .section-box {
  position: relative;
}
.v6-section.support-contact .form-row .max-width {
  width: calc(100% - 111px);
}
.v6-section.support-contact .form-value {
  margin-left: 16px;
  position: relative;
}
.v6-section.support-contact .form-row:after {
  content: "";
  display: table;
  clear: both;
}
.v6-section.support-contact .form-input {
  display: block;
  width: 100%;
  height: 32px;
  border: solid 1px #ADB0B8;
  padding-left: 10px;
  font-size: 14px;
  color: #252B3A;
  background: #fff;
  border-radius: 2px;
}
.v6-section.support-contact .form-input.select {
  background: #fff url(icon_select_arrow.png) center right 10px no-repeat;
}
.v6-section.support-contact .inputting .section-search-droplist {
  display: block;
  overflow-y: auto;
  max-height: 635px;
  margin-top: 8px;
}
.v6-section.support-contact .section-search-droplist {
  display: none;
  position: absolute;
  z-index: 1;
  left: -1px;
  right: -1px;
  border: solid 1px #ADB0B8;
  border-radius: 2px;
  background: white;
}
.v6-section.support-contact .inputting .section-search-droplist {
  display: block;
  overflow-y: auto;
  max-height: 480px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.v6-section.support-contact .inputting .section-search-droplist:after {
  content: " ";
  clear: both;
}
.v6-section.support-contact .section-search-droplist > ul {
  /*    margin:0 -36px;*/
  margin-bottom: -8px;
}
.v6-section.support-contact .section-search-droplist > ul > li {
  /*    padding-left: 16px;
    padding-right: 10px;*/
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #666a75;
  cursor: pointer;
  float: left;
  padding-right: 36px;
  padding-left: 16px;
  margin-bottom: 8px;
  width: 33.33333333%;
}
.v6-section.support-contact .section-search-droplist > ul > li:hover {
  color: #f66f6a;
}
.v6-section.support-contact .form-row {
  padding-top: 20px;
}
.v6-section.support-contact textarea.form-input {
  resize: none;
  height: 114px;
  padding-top: 12px;
}
.v6-section.support-contact .form-row .count {
  position: absolute;
  right: 9px;
  top: 91px;
  background: #fff;
  height: 22px;
}
.v6-section.support-contact .form-row .count i {
  font-style: normal;
}
.v6-section.support-contact .form-row.contact {
  float: left;
  margin-right: 50px;
}
.v6-section.support-contact .contact .form-value,
.v6-section.support-contact .mobile .form-value {
  min-width: 304px;
}
.v6-section.support-contact .code-wrap {
  height: 32px;
  width: 85px;
  border: solid 1px #ddd;
}
.v6-section.support-contact .code-change {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 32px;
  font-size: 12px;
  line-height: 16px;
}
.v6-section.support-contact .form-value-code .code-wrap,
.v6-section.support-contact .form-value-code .code-change {
  float: left;
  margin-left: 9px;
  margin-top: 0px;
}
.v6-section.support-contact .code-change em {
  font-style: normal;
  color: #526ECC;
  cursor: pointer;
}
.v6-section.support-contact .tips-text {
  color: #DE504E;
  font-size: 12px;
  margin-left: 22px;
  line-height: 18px;
  margin-top: 10px;
  display: inline-block;
}
.v6-section.support-contact .error-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(err_icon.svg) no-repeat;
  margin-top: 0px;
  margin-left: -20px;
}
.v6-section.support-contact .code-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.v6-section.support-contact .contact-title {
  font-size: 20px;
  font-weight: 600;
  color: #252b3a;
  line-height: 26px;
}
.v6-section.support-contact .contact-desc {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #575d6c;
}
.v6-section.support-contact .other {
  display: none;
}
.v6-section.support-contact .form-value-code {
  width: calc(100% - 111px);
}
.v6-section.support-contact .form-value.form-value-code .form-input {
  width: 220px;
  float: left;
}
.v6-section.support-contact .form-row-submit .form-value .aui-btn-red.disable {
  background: #DFE1E6;
  border-radius: 2px;
  color: #ADB0B8;
  border: 1px solid #dfe1e6;
  cursor: auto;
  font-size: 14px;
  height: 40px;
  width: 121px;
  line-height: 22px;
}
.v6-section.support-contact .form-row-submit .form-value .aui-btn-red {
  background: #f66f6a;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 14px;
  height: 40px;
  width: 121px;
  line-height: 22px;
  cursor: pointer;
}
.v6-section.support-contact .form-row > div.reminder,
.v6-section.support-contact .form-row > div.form-value-agreement {
  margin-left: 91px;
  clear: both;
}
.v6-section.support-contact .form-value-agreement {
  height: 22px;
  line-height: 22px;
  position: relative;
}
.v6-section.support-contact .form-value-agreement span {
  margin-left: 24px;
}
.v6-section.support-contact .form-row > div.reminder p {
  color: #575D6C;
}
.v6-section.support-contact .err.ok {
  width: 16px;
  height: 16px;
  background: url(ok_icon.svg) no-repeat;
  background-size: cover;
  margin-top: 0px;
  position: absolute;
  right: -29px;
  top: 8px;
}
.v6-section.support-contact .mobile .tips-text {
  max-width: 282px;
}
.v6-section.support-contact .checkbox {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(checkbox.png) no-repeat;
  background-position-x: 0;
  float: left;
  margin-right: 8px;
  position: absolute;
  top: 3px;
}
.v6-section.support-contact .checkbox.active {
  background-position-x: -17px;
}
@media (min-width: 1280px) {
  .v6-section.support-contact .form-value-code {
    width: calc(100% - 452px);
  }
}
@media (max-width: 1000px) {
  .v6-section.support-contact .modal {
    position: absolute;
    left: 50%;
    right: inherit;
    top: 28px;
    bottom: inherit;
    width: calc(100% - 30px);
    max-height: inherit;
    transform: translate(-50%, 0);
  }
  .v6-section.support-contact .mobile .form-value {
    width: calc(100% - 90px);
    min-width: inherit;
  }
  .v6-section.support-contact .form-row .max-width {
    width: calc(100% - 90px);
  }
  .v6-section.support-contact .form-value-code {
    width: calc(100% - 90px);
  }
  .v6-section.support-contact .form-row.contact {
    float: none;
  }
  .v6-section.support-contact .form-row.contact {
    margin-right: 0;
  }
  .v6-section.support-contact .form-value-code .code-wrap {
    margin-left: 0;
    margin-top: 8px;
  }
  .v6-section.support-contact .form-value-code .code-change {
    margin-left: 8px;
    margin-top: 8px;
  }
  .v6-section.support-contact .form-value.form-value-code .form-input {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .v6-section.support-contact .v6-section-body {
    height: auto;
  }
}
@media (max-width: 768px) {
  .v6-section.support-contact {
    position: relative;
  }
  .v6-section.support-contact .v6-section-body {
    height: auto;
    padding: 0  15px;
    box-shadow: none;
    border: 1px solid #dfe1e6;
  }
  .v6-section.support-contact .v6-section-body:after {
    content: " ";
    display: block;
    clear: both;
  }
  .v6-section.support-contact .wrapper-inner-left {
    border-right: 0;
  }
  .v6-section.support-contact .wrapper-inner-left .contact-desc {
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 18px;
  }
  .v6-section.support-contact .vertical-line {
    display: none;
  }
  .v6-section.support-contact .wrapper-inner-left {
    width: 100%;
    padding: 24px 0;
  }
  .v6-section.support-contact .phone-num {
    display: block;
    width: 100%;
  }
  .v6-section.support-contact .phone-num:last-child {
    margin-top: 4px;
  }
  .v6-section.support-contact .wrapper-inner-right {
    width: 100%;
    height: 100%;
    padding: 24px 0;
    border-top: 1px solid #DFE1E6;
  }
  .v6-section.support-contact .contanct-btn {
    margin-top: 15px;
    height: 36px;
    line-height: 36px;
  }
  .v6-section.support-contact .content-inner {
    padding-top: 42px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 32px;
  }
  .v6-section.support-contact .contact-desc {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 18px;
  }
  .v6-section.support-contact .form-row {
    padding-top: 16px;
  }
  .v6-section.support-contact .form-row.validate {
    padding-top: 8px;
  }
  .v6-section.support-contact .form-key {
    font-size: 14px;
  }
  .v6-section.support-contact .form-row > div.form-value-agreement span {
    font-size: 12px;
  }
  .v6-section.support-contact .form-row > div.form-value-agreement a {
    font-size: 12px;
    color: #526ecc;
  }
  .v6-section.support-contact .form-row > div.form-value-agreement p {
    font-size: 12px;
  }
  .v6-section.support-contact .form-input {
    font-size: 12px;
  }
  .v6-section.support-contact .section-search-droplist > ul {
    width: 100%;
  }
  .v6-section.support-contact .section-search-droplist > ul > li {
    width: 100%;
  }
  .v6-section.support-contact .inputting .section-search-droplist {
    padding-top: 16px;
    padding-bottom: 0;
  }
  .v6-section.support-contact .contact .form-value {
    width: calc(100% - 90px);
    min-width: inherit;
  }
  .v6-section.support-contact .mobile .form-value {
    width: calc(100% - 90px);
    min-width: inherit;
  }
  .v6-section.support-contact .form-row .max-width {
    width: calc(100% - 90px);
  }
  .v6-section.support-contact .form-value-code {
    width: calc(100% - 90px);
  }
  .v6-section.support-contact .form-row.contact {
    float: none;
  }
  .v6-section.support-contact .form-row.contact {
    margin-right: 0;
  }
  .v6-section.support-contact .form-value-code .code-wrap {
    margin-left: 0;
    margin-top: 8px;
  }
  .v6-section.support-contact .form-value-code .code-change {
    margin-left: 8px;
    margin-top: 8px;
  }
  .v6-section.support-contact .form-value.form-value-code .form-input {
    width: 100%;
  }
  .v6-section.support-contact .contact-title {
    font-size: 14px;
    font-weight: 600;
    color: #252b3a;
    line-height: 26px;
  }
  .v6-section.support-contact .contact-lable {
    margin-top: 16px;
    font-size: 12px;
  }
  .v6-section.support-contact .contanct-btn .ui-btn {
    font-size: 12px;
  }
  .v6-section.support-contact .err.ok {
    width: 16px;
    height: 16px;
    display: block;
    background: url(msg_icon.svg) no-repeat;
    background-size: cover;
    margin-top: 8px;
    position: absolute;
    padding-left: 16px;
    top: 8px;
  }
  .v6-section.support-contact .err.tips-text {
    padding-left: 0px;
  }
  .v6-section.support-contact .ok {
    font-size: 18px;
    color: #11DB5A;
  }
  .v6-section.support-contact .err.ok {
    margin-top: 0px;
    position: relative;
    left: 0;
    top: 8px;
  }
  .v6-section.support-contact .error-icon {
    margin-left: -18px;
  }
  .dialog-icon.icon-right {
    top: 30px;
  }
  .dialog-icon.icon-error {
    top: 30px;
  }
}

.v6-section {
  padding-top: @space_floor_title_margintop;
  padding-bottom: @space_floor_end_marginblow;
  background-color: @color_bg_white;

  &.v6-section-merge-spacing {
    padding-top: 0;
  }

  &[data-bg="grey"] {
    background: #fafafa;
  }

  &[data-bg="blue"] {
    background-image: linear-gradient(215deg, rgba(26, 47, 91, 1) 0%, rgba(26, 47, 91, 1) 62%, rgba(2, 12, 32, 1) 100%, rgba(5, 18, 44, 1) 100%);
  }
}

.v6-section-head {
  padding-bottom: @space_floor_title_marginblow;
  text-align: center;
}

.v6-section-title {
  .v6-text-title-t3();
}

.v6-section-subtitle {
  .v6-text-subtitle-t2();
}

.v6-section-title + .v6-section-subtitle {
  margin-top: 16px;
}

.v6-section-head {
  &[data-theme="light"] {
    .v6-section-title,
    .v6-section-subtitle {
      color: @color_text_primary_light;
    }
  }
}

@media (max-width: @screen_sm_max) {
  .v6-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .v6-section-head {
    padding-bottom: 16px;
  }

  .v6-section-title {
    font-size: @text_title_size5;
  }

  .v6-section-subtitle {
    font-size: @TextSizeS3;
  }

  .v6-section-title + .v6-section-subtitle {
    margin-top: 8px;
  }
}