@charset "UTF-8";
/* stylelint-disable */
@font-face {
  font-family: "MarkForMC-Regular";
  src: url(../../static/fonts/MarkForMC-Regular.b9c41ab4.woff2) format("woff2"), url(../../static/fonts/MarkForMC-Regular.3eb97059.ttf) format("truetype"), url(../../static/fonts/MarkForMC-Regular.292f94da.eot) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MarkForMC-Med";
  src: url(../../static/fonts/MarkForMC-Med.82cbd4dc.woff2) format("woff2"), url(../../static/fonts/MarkForMC-Med.d5413fa0.ttf) format("truetype"), url(../../static/fonts/MarkForMC-Med.8064cf8c.eot) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MarkForMC-Lt";
  src: url(../../static/fonts/MarkForMC-Lt.1b55269b.woff2) format("woff2"), url(../../static/fonts/MarkForMC-Lt.9613e684.ttf) format("truetype"), url(../../static/fonts/MarkForMC-Lt.8d0863da.eot) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MarkForMC-Book";
  src: url(../../static/fonts/MarkForMC-Book.b94ba4cc.woff2) format("woff2"), url(../../static/fonts/MarkForMC-Book.58d27291.ttf) format("truetype"), url(../../static/fonts/MarkForMC-Book.f009a11b.eot) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MarkForMC-Bold";
  src: url(../../static/fonts/MarkForMC-Bold.9608396b.woff2) format("woff2"), url(../../static/fonts/MarkForMC-Bold.5baff2fe.ttf) format("truetype"), url(../../static/fonts/MarkForMC-Bold.8f02715c.eot) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* stylelint-disable */
.page-main[data-v-1517b2e0] {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
.page-main[data-v-1517b2e0] {
    width: 88%;
}
}
/* 超出${line}行省略号显示 */
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* lounge 样式 */
/* 返回按钮 样式 */
.flex-box[data-v-1517b2e0] {
  width: 100%;
  position: relative;
  display: inline-block;
}
.flex-box .com-r[data-v-1517b2e0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-box .err-text[data-v-1517b2e0] {
  margin-top: 4px !important;
  font-family: "MarkForMC-Regular" !important;
  font-size: 12px !important;
  line-height: 16px;
  color: #d7373c !important;
}
.flex-box-title[data-v-1517b2e0] {
  padding-bottom: 4px;
  font-family: "MarkForMC-Bold";
  font-size: 16px;
  line-height: 24px;
}
.flex-box-input[data-v-1517b2e0] {
  width: 100%;
  height: 50px;
  font-family: "MarkForMC-Book";
  font-size: 18px;
  text-indent: 16px;
  border: solid 1px #b0ada7;
  border-radius: 4px;
}
.flex-box .input-content[data-v-1517b2e0] {
  box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 43px;
  font-family: "MarkForMC-Book";
  font-size: 18px;
  line-height: 43px;
  text-indent: 16px;
  border: solid 1px #c3c0b8;
  border-radius: 4px;
  cursor: pointer;
}
.flex-box .input-content img[data-v-1517b2e0] {
  width: 12px;
  height: 12px;
  margin-right: 16px;
}
.flex-box .input-content .prefix-img[data-v-1517b2e0] {
  width: 20px;
  height: 20px;
}
.flex-box .input-content span[data-v-1517b2e0] {
  font-family: "MarkForMC-Med";
  font-size: 18px;
  color: #141413;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  word-break: break-word;
  /*兼容英文*/
}
.flex-box .input-content .defaultTxt[data-v-1517b2e0] {
  color: #97999b;
}
.flex-box .input-content .down-icon[data-v-1517b2e0] {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.flex-box .input-content .up-icon[data-v-1517b2e0] {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.flex-box .err-input[data-v-1517b2e0] {
  border: 1px solid #d7373c;
}
.flex-box .select-from[data-v-1517b2e0] {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.flex-box .select-from ul[data-v-1517b2e0] {
  margin-top: 8px;
  padding: 16px 8px 16px;
  max-height: 232px;
  overflow-x: hidden;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #b0ada7;
}
.flex-box .select-from ul[data-v-1517b2e0]::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
.flex-box .select-from ul[data-v-1517b2e0]::-webkit-scrollbar-thumb {
  border-radius: 1em;
  background-color: #CF4500 !important;
  -webkit-border-radius: 56px;
}
.flex-box .select-from ul[data-v-1517b2e0]::-webkit-scrollbar-track {
  margin-bottom: 10px;
  margin-top: 10px;
}
.flex-box .select-from ul li[data-v-1517b2e0] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 8px;
  min-height: 30px;
  font-family: "MarkForMC-Med";
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
}
.flex-box .select-from ul li[data-v-1517b2e0]:hover {
  color: #ffffff;
  background: #CF4500;
}
.flex-box .select-transition-enter-active[data-v-1517b2e0],
.flex-box .select-transition-leave-active[data-v-1517b2e0] {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.flex-box .select-transition-enter[data-v-1517b2e0],
.flex-box .select-transition-leave-to[data-v-1517b2e0] {
  height: auto;
  opacity: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.global-align .flex-box .input-content img[data-v-1517b2e0] {
  margin-left: 16px;
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
.flex-box .err-text[data-v-1517b2e0] {
    font-size: 14px !important;
}
.flex-box-title[data-v-1517b2e0] {
    font-size: 12px;
}
.flex-box-input[data-v-1517b2e0] {
    width: 100%;
    height: 50px;
    font-family: "MarkForMC-Book";
    font-size: 18px;
    text-indent: 16px;
    border-radius: 5px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
}
.flex-box .input-content[data-v-1517b2e0] {
    font-size: 14px;
}
.flex-box .select-from[data-v-1517b2e0] {
    position: absolute;
    width: 100%;
    z-index: 999;
}
.flex-box .select-from ul[data-v-1517b2e0] {
    padding-bottom: 28px;
    overflow-x: hidden;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #c3c0b8;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
.flex-box .select-from ul li[data-v-1517b2e0] {
    min-height: 24px;
    line-height: 16px;
    font-size: 14px;
}
.flex-box .select-from ul li[data-v-1517b2e0]:hover {
    color: #CF4500;
    background: unset;
}
}
@charset "UTF-8";
/* stylelint-disable */
@font-face {
  font-family: "MarkForMC-Regular";
  src: url(../../static/fonts/MarkForMC-Regular.b9c41ab4.woff2) format("woff2"), url(../../static/fonts/MarkForMC-Regular.3eb97059.ttf) format("truetype"), url(../../static/fonts/MarkForMC-Regular.292f94da.eot) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MarkForMC-Med";
  src: url(../../static/fonts/MarkForMC-Med.82cbd4dc.woff2) format("woff2"), url(../../static/fonts/MarkForMC-Med.d5413fa0.ttf) format("truetype"), url(../../static/fonts/MarkForMC-Med.8064cf8c.eot) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MarkForMC-Lt";
  src: url(../../static/fonts/MarkForMC-Lt.1b55269b.woff2) format("woff2"), url(../../static/fonts/MarkForMC-Lt.9613e684.ttf) format("truetype"), url(../../static/fonts/MarkForMC-Lt.8d0863da.eot) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MarkForMC-Book";
  src: url(../../static/fonts/MarkForMC-Book.b94ba4cc.woff2) format("woff2"), url(../../static/fonts/MarkForMC-Book.58d27291.ttf) format("truetype"), url(../../static/fonts/MarkForMC-Book.f009a11b.eot) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MarkForMC-Bold";
  src: url(../../static/fonts/MarkForMC-Bold.9608396b.woff2) format("woff2"), url(../../static/fonts/MarkForMC-Bold.5baff2fe.ttf) format("truetype"), url(../../static/fonts/MarkForMC-Bold.8f02715c.eot) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* stylelint-disable */
.page-main {
  width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
.page-main {
    width: 88%;
}
}
/* 超出${line}行省略号显示 */
/* 超出一行省略号显示 */
/* 超出${line}行省略号显示 */
/* 美化占位符 placeholder 样式 */
/* lounge 样式 */
/* 返回按钮 样式 */
#app {
  width: 100%;
  min-height: 100%;
  font-size: 15px;
  font-family: "MarkForMC-Regular";
  color: #242423;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-content {
  padding-bottom: 0;
  min-width: 1140px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
.page-content {
    min-width: unset;
}
}
@media screen and (max-width: 1140px) {
.page-content {
    min-width: unset;
}
}
.app-scroll {
  overflow: hidden;
  height: 100vh;
}
@media screen and (min-width: 768px) {
.downloadApp {
    display: none;
}
}
@charset "UTF-8";

html,
body {
  min-height: 100%;
}

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

::-webkit-scrollbar-thumb {
  background-color: #e5e5e5;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  margin: 10px;
}

html {
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

img {
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input,
textarea,
button {
  outline: none;
}

textarea {
  resize: none;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix::after {
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
  content: ' ';
}

select {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #fff;
  outline: 0;
}

input {
  -webkit-user-select: auto;
  -moz-user-select: auto;
   -ms-user-select: auto;
       user-select: auto;
}

input, textarea {
  -webkit-appearance: none;
}

.com-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.com-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.com-v {
  display: inline-block;
}

input[type="password"]::-ms-reveal {
  display: none;
}

input[type="password"]::-ms-clear {
  display: none;
}

input[type="password"]::-o-clear {
  display: none;
}
