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;
}

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: 60px;
    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;
}

.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;
}

.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
}

/* 下拉单选 */
.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: 10px 60px;
    border-radius: 15px;
    box-shadow: 0px 5px 10px 4px rgba(153, 153, 153, 0.24);
    font-size: 14px;
    font-family: 'Poppins-SemiBold';
}

.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;
}

@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;
    }
}