html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: OpenSans-SemiBold, "Microsoft YaHei";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    /* 缩放 */
    /* transform: scale(0.9);
  transform-origin: top; */
}

.scale09 {
    transform: scale(0.9);
    transform-origin: top;
}

input:focus {
    border-color: #7257f4 !important;
}

/* 滚动条样式 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #dcdfe6;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #dcdfe6;
}

.checkbox .el-checkbox__label {
    color: #da1639 !important;
}

.zm-input {
    position: relative;
}

.UserSign_v3styleFormItemError {
    position: absolute;
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    gap: 4px;
    line-height: 16px;
    color: #da1639;
    align-items: center;
    display: flex;
    opacity: 0;
    z-index: -1;
}

.is-error .UserSign_v3styleFormItemError {
    opacity: 1;
    z-index: 1;
}

.el-pagination__sizes {
    margin: 0 !important;
}
.el-pagination .el-select .el-input {
    margin: 0 !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

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

button {
    cursor: pointer;
}

html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    /*overflow: hidden*/
}

:root {
    --font-color: #fff;
    --bg-color: #fff;
    --logo: #e84715;
    --mao-black-light2: #dde0e4;
    --mao-black: #636363;
    --mao-green: #96b41e;
    --mao-blue-heavy: #0d3989;
    --mao-blue: #0b308e;
    --mao-white: #ffffff;
    --mao-black-heavy: #1d252c;
    --mao-black-light: #817f80;
    --mao-blue-heavy: #0d3989;
    --mao-bg: #f7f8fa;
}

header {
    position: fixed;
    width: 100%;
    padding: 0 100px;
    height: 72px;
    background-color: #fff;
    z-index: 980;
    top: 0;
    display: table;
    border-bottom: 1px solid var(--mao-black-light2);
}

header::after {
    content: "";
    clear: both;
    display: block;
}

main {
    padding: 0 100px;
    background: #ffffff;
}

footer {
    height: 80px;
    padding: 0 100px;
    background: #27283b;
    color: #fff;
}

a {
    text-decoration: none;
    position: relative;
}

a:hover {
    text-decoration: none !important;
}

a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #6145f1;
}

[v-cloak] {
    display: none;
}

.header .loginBtn {
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
    font-family: "Poppins-SemiBold", sans-serif;
    cursor: pointer;
    margin-left: 12px;
    display: none;
    background: rgb(97, 69, 241);
    color: rgb(255, 255, 255);
}

.header .loginBtn:hover {
    background: rgb(83, 58, 205);
}

.header .accountBox {
    display: none;
}

.header .accountBox .accountBtn {
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
    font-family: "Poppins-SemiBold", sans-serif;
    cursor: pointer;
    margin-left: 12px;
    background: rgb(97, 69, 241);
    color: rgb(255, 255, 255);
}

.header .accountBox .accountBtn:hover {
    background: rgb(83, 58, 205);
}

.footer a {
    margin-left: 20px;
}

.footer a img {
    width: 30px;
    height: 30px;
}

.footer .icon a::after {
    height: 0px !important;
}

#mobile_header a::after {
    height: 0px !important;
}

.flex {
    display: flex;
}

.cursor {
    cursor: pointer;
}

.line {
    border-bottom: 1px solid #dfdfdf;
    margin: 20px 0;
}

.fontLine {
    color: #6145f1;
    text-decoration: underline;
    cursor: pointer;
}

.colorGray {
    color: #9e9ca8;
}

.colorBlack {
    color: #000;
}

.colorWhite {
    color: #fff;
}

.colorMain {
    color: #7257f4;
}

.fontLinear {
    background: linear-gradient(to right, #5056ff, #e14ffa);
    -webkit-background-clip: text;
    color: transparent;
}

.width100 {
    width: 100%;
}

.flexRow {
    display: flex;
}

.flex1 {
    flex: 1;
}

.justifyBetween {
    justify-content: space-between;
}

.alignCenter {
    align-items: center;
}

.textWrap {
    word-wrap: break-word;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.footer .logo {
    background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/4592ffcbb9f342ad8c33e8ac4a7d513b_mergeImage.png);
    width: 160px;
    height: 45px;
    background-size: 100% 100%;
}

@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/Poppins-Bold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/Poppins-Medium.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-MediumItalic";
    src: url("../fonts/Poppins-MediumItalic.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/Poppins-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/Poppins-SemiBold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Black";
    src: url("../fonts/Poppins-Black.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-ExtraLight";
    src: url("../fonts/Poppins-ExtraLight.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-ExtraBold";
    src: url("../fonts/Poppins-ExtraBold.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Italic";
    src: url("../fonts/Poppins-Italic.ttf");
    font-weight: normal;
    font-style: normal;
}

/* 下拉单选 */
.custom-select {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    border: 1px solid #fff;
    background-color: #bf93fb;
    background-blend-mode: multiply;
    opacity: 0.6;
    font-family: "Poppins-Regular";
    text-align: left;
}

.custom-select .selected {
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    /* color: #fff; */
}

.custom-select .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    background-color: white;
    border-radius: 0 0 5px 5px;
    z-index: 1000;
    max-height: 240px;
    overflow-y: auto;
    padding: 8px 0;
}

/* 修改滚动条颜色和样式 */
.options::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

.options::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

.options::-webkit-scrollbar-thumb {
    background: #634bda;
    border-radius: 10px;
}

.options::-webkit-scrollbar-thumb:hover {
    background: #533acd;
}

.custom-select .option {
    padding: 13px 64px;
    /* border-bottom: 1px solid #eee; */
    font-family: "Poppins-Regular";
}

.custom-select .option:last-child {
    border-bottom: none;
}

.custom-select .option:hover {
    background-color: rgba(129, 106, 244, 0.11);
}

.custom-select .active {
    display: block;
}

.menuBox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999;
}

.menuBox .menuHeader {
    height: 60px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: #6145f1;
}

.menuBox .menuHeader .logo {
    background-image: url("../images/whiteLogo.png");
    background-size: 100% 100%;
    width: 90px;
    height: 25px;
}

.menuBox img {
    width: 18px;
    height: 18px;
}

.menuBox .menuItem {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: "Poppins-Medium";
    border-bottom: 1px solid #eee;
}

.menuBox .menuItem div {
    font-family: "Poppins-Medium";
}

.menuBox .menuBtn {
    cursor: pointer;
    margin-top: 24px;
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: center;
}

.menuBox .menuBtn div {
    background: #6145f1;
    color: #fff;
    padding: 11px 60px;
    border-radius: 50px;
    /* box-shadow: 0px 5px 10px 4px rgba(153, 153, 153, 0.24); */
    font-size: 14px;
    font-family: "Poppins-SemiBold";
    width: 90%;
    text-align: center;
}

.menuBox .loginBtn {
    cursor: pointer;
    margin-top: 24px;
    display: flex !important;
    width: 100%;
    display: flex;
    justify-content: center;
}

.menuBox .loginBtn div {
    border: 1px solid #6145f1;
    color: #6145f1;
    padding: 11px 60px;
    border-radius: 50px;
    /* box-shadow: 0px 5px 10px 4px rgba(153, 153, 153, 0.24); */
    font-size: 14px;
    font-family: "Poppins-SemiBold";
    width: 90%;
    text-align: center;
}

.block {
    display: block !important;
}

.tm {
    font-family: "Poppins-Regular" !important;
    margin-top: 10px;
    font-size: 40px;
}

input:focus,
textarea:focus {
    /* border: 2px solid #6145f1 !important; */
    /* border: none !important; */
    outline: none;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    position: relative;
}

input[type="checkbox"]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 20px;
    height: 20px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: " ";
    border-radius: 3px;
}

input[type="checkbox"]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    background-color: #6145f1;
}

#pc_header {
    display: block;
}

#mobile_header {
    display: none;
}

/* //zoom样式input */

.UserSign_enhancedInput-input {
    width: 100%;
    height: 100%;
}

.zm-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    /* margin-bottom: 28px; */
}

.zm-input--xLarge.zm-input--show-label .zm-input__inner {
    padding-top: 12px;
    line-height: 28px;
}

.zm-input.is-empty .zm-input__inner {
    border-color: #dae0ec;
}

.UserSign_enhancedInput-input .zm-input__inner {
    padding-left: calc(12px + var(--enhancedInput-prefix-width));
    padding-right: calc(12px + var(--enhancedInput-suffix-width));
    font-family: inherit;
}

.zm-input--xLarge .zm-input__inner {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
}

.zm-input__inner {
    -webkit-appearance: none;
    background-image: none;
    border-radius: 8px;
    border: 1px solid #444b53;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #131619;
    display: inline-block;
    font-size: inherit;
    line-height: 40px;
    height: 40px;
    outline: none;
    padding: 0 12px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    vertical-align: middle;
}

.UserSign_enhancedInput .zm-input__label {
    line-height: 1.5;
    pointer-events: none;
}

.zm-input__label {
    pointer-events: none;
}

/* .el-input__inner {
  border: none;
} */
/* 
.el-form-item__content {
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  padding-top: 12px;
} */
.select__label {
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 12px;
    color: #a09bba;
    line-height: 1.5;
    pointer-events: none;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 999;
}

.zm-input__label {
    position: absolute;
    left: calc(12px + var(--enhancedInput-prefix-width));
    top: 12px;
    right: 12px;
    font-size: 14px;
    margin-bottom: 0;
    color: #a09bba;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-align: initial;
    height: 24px;
    line-height: 24px;
}

.zm-input.is-focused .zm-input__label {
    font-size: 12px;
    top: 0px;
    left: calc(12px + var(--enhancedInput-prefix-width));
}

/* .zm-input:hover .zm-input__label {
  font-size: 12px;
  top: 0px;
} */
.domain {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 16px;
    transform: translateY(-50%);
    color: #8b94a7;
    cursor: pointer;
    /* opacity: 0; */
    display: flex;
    align-items: center;
}

.domain .no-view {
    display: block;
}

.domain .el-view {
    display: none;
}

.zm-input .asterisk {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #ff3737;
}

.el-button span{
  font-family: Poppins-Regular;
}
.el-dialog {
  border-radius: 10px !important;
}
.el-dialog__header {
  padding: 30px 20px 10px 50px !important;
}
.el-dialog__body {
  padding: 30px 50px !important;
}
.el-dialog__footer {
  padding: 10px 50px 20px !important;
}
.el-dialog__title {
  font-size: 24px;
}

@media screen and (max-width: 500px) {
    footer {
        padding: 0 20px;
        height: 170px;
    }

    .footer {
        display: block;
        text-align: center;
        padding: 30px 0;
    }

    .footer .logo {
        margin: 0 auto;
    }

    .footer .icon {
        margin-top: 20px;
    }

    .footer a {
        margin: 0 10px;
    }

    #pc_header {
        display: none;
    }

    #mobile_header {
        display: block;
        padding: 0 20px;
    }

    #mobile_header .logo {
        background-image: url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/5ef5c94e4d04467cbd59d0a72c847390_mergeImage.png);
        background-size: 100% 100%;
        width: 90px;
        height: 25px;
    }

    #mobile_header img {
        width: 18px;
        height: 18px;
    }

    main {
        padding: 0 20px;
        overflow: hidden;
    }

    .line {
        margin: 20px 0 11px 0;
    }

    .custom-select .options {
        max-height: 150px;
        padding: 4px 0;
    }

    .custom-select .options .option {
        padding: 8px 35px;
    }

    input[type="checkbox"] {
        width: 12px !important;
        height: 12px;
        margin-right: 10px;
    }

    input[type="checkbox"]::after {
        width: 12px;
        height: 12px;
    }

    input[type="checkbox"]:checked::after {
        font-size: 10px;
        line-height: 12px;
    }

    .footer a img {
        width: 20px;
        height: 20px;
    }
}

#message .el-dialog{
    margin-top: 40vh !important;
}

#message .el-dialog__header {
    display: none;
}

#message .el-dialog__body {
    padding: 40px 32px;
}

.messageTitle span:nth-child(1) {
    background: linear-gradient(96deg, #5056ff 0%, #ea71ff 96.11%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins-ExtraBold";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    text-transform: capitalize;
}

.messageTitle span:nth-child(2) {
    color: #212529;
    font-family: "Poppins-ExtraBold";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
}

.messageDesc {
    color: #5b5f65;
    font-family: "Poppins-Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin-top: 16px;
}
