@charset "utf-8";

body {
    font-family: "Montserrat-Medium";
    margin: 0;
    padding: 0;
    background: #20050c;
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url("../font/Montserrat-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media only screen and (min-width: 240px) {
    html {
        font-size: 32px;
    }

    body {
        font-size: 7.68px;
    }
}

@media only screen and (min-width: 260px) {
    html {
        font-size: 34.6666666667px;
    }

    body {
        font-size: 8.32px;
    }
}

@media only screen and (min-width: 280px) {
    html {
        font-size: 37.3333333333px;
    }

    body {
        font-size: 8.96px;
    }
}

@media only screen and (min-width: 300px) {
    html {
        font-size: 40px;
    }

    body {
        font-size: 9.6px;
    }
}

@media only screen and (min-width: 320px) {
    html {
        font-size: 42.6666666667px;
    }

    body {
        font-size: 10.24px;
    }
}

@media only screen and (min-width: 360px) {
    html {
        font-size: 48px;
    }

    body {
        font-size: 11.52px;
    }
}

@media only screen and (min-width: 375px) {
    html {
        font-size: 50px;
    }

    body {
        font-size: 12px;
    }
}

@media only screen and (min-width: 384px) {
    html {
        font-size: 51.2px;
    }

    body {
        font-size: 12.288px;
    }
}

@media only screen and (min-width: 393px) {
    html {
        font-size: 52.4px;
    }

    body {
        font-size: 12.576px;
    }
}

@media only screen and (min-width: 411px) {
    html {
        font-size: 54.8px;
    }

    body {
        font-size: 13.152px;
    }
}

@media only screen and (min-width: 414px) {
    html {
        font-size: 55.2px;
    }

    body {
        font-size: 13.248px;
    }
}

@media only screen and (min-width: 480px) {
    html {
        font-size: 64px;
    }

    body {
        font-size: 15.36px;
    }
}

@media only screen and (min-width: 540) {
    html {
        font-size: 72;
    }

    body {
        font-size: 17.28;
    }
}

@media only screen and (min-width: 640px) {
    html {
        font-size: 85.3333333333px;
    }

    body {
        font-size: 20.48px;
    }
}

@media only screen and (min-width: 720px) {
    html {
        font-size: 96px;
    }

    body {
        font-size: 23.04px;
    }
}


img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0;
}

.hidden {
    display: none;
}

input::placeholder {
    border: none;
    color: #807a7b;
    font-size: 0.24rem;
}

input:focus {
    outline: none;
    border: none;
}

.alignRight {
    text-align: left;
}

.layer-msg-custom {
    font-size: 24px !important;
    color: #f9f7a5 !important;
    background-color: #fbf9a6 !important;
    border-radius: 10px !important;
    width: 80% !important;
    margin: 0 auto !important;
    line-height: 20px !important;
    text-align: center !important;
    background-color: transparent !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}


/* 自定义弹窗标题样式 */


.layer-msg-custom-help {
    border-radius: 10px !important;
    width: 96% !important;
    height: auto !important;
    margin: 0 auto !important;
    line-height: 20px !important;
    text-align: center !important;
    max-width: 7.4rem;
}

.layer-msg-custom-help .layui-layer-content {
    border-radius: 10px !important;
    height: auto !important;
    padding: 0 !important;
    background-color: #420510;
    background: url("../images/index/cc_ty_datanchuang.png") no-repeat;
    background-size: 100% 100%;
}

.layer-msg-custom-help .layer-title-custom {
    color: white;
    padding: 18px 12px;

    text-align: center;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}

.layer-msg-custom-help .layer-title-custom img {
    width: 12%;
    height: auto;
}

.layer-msg-custom-help .layer-close-custom {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    width: 40px;
    cursor: pointer;
}

.layer-msg-custom-help .layer-close-custom img {
    width: 80%;
    height: auto;
}

/* 弹窗内容区域样式 */
.layer-msg-custom-help .layer-content-custom {
    padding: 15px;
    line-height: 1.6;
    width: 90%;
    height: 450px !important;
    overflow-y: auto;
}

.layer-msg-custom-help .layer-content-custom img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}


.container {
    max-width: 7.68rem;
    margin: auto;
    background-image: url("../images/index/bj.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    display: flex;
    justify-content: center;
    position: relative;
    height: 100%;
    width: 100%;
}

/*  顶部背景区域 + 语言 logo-background */
.logo-background {
    height: 80px;
    width: 100%;
    background-image: url("../images/index/logo_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    max-width: 7.68rem;
    margin: 0 auto;
    display: flex;
}

/*  logo  */
.logo-background .logo {
    padding-left: 4%;
    padding-top: 5%;
}

.logo-background .logo .resized-image {
    width: 45%;
    height: auto;
}

.logo-background .top-list-image {
    position: absolute;
    top: 25px;
    right: 20px;
    text-align: right;
}

.logo-background .top-list-image img {
    width: 15%;
    height: auto;
}
.logo-background .top-list-image .kefu{
    padding-left: 15px;
}

/*  语言  */
/* 下拉列表 */
.lang-list {
    position: absolute;
    right: -8px;
    text-align: right;
    width: 100px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../images/index/lang_bg.png) #2d0707 no-repeat;
    background-size: 100% 100%;
    max-height: 150px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.lang-list li {
    padding: 8px 40px 8px 15px;
    font-size: 14px;
    color: #e6e6e6;
    cursor: pointer;
    position: relative;
    text-align: left;
    transition: background 0.3s;
}

.lang-list li:first-child {
    padding-top: 15px;
}


.lang-list li span {
    display: block;
}

.lang-list li img {
    position: absolute;
    width: 22px;
    height: 16px;
    right: 10px;
    top: 16px;
    display: none;
}

.lang-list li.active img {
    display: block;
}

/*  主内容区  */
.center-content {
    margin-top: 90px;
}

.tip-image {
    width: 96%;
    height: auto;
    margin: 0 auto;
    background: url(../images/index/xian.png) #2d0707 no-repeat;
    padding-top: 8px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    text-align: center;
}

.tip-image img {
    max-width: 6.28rem;
}

.tip-text {
    color: #aea9aa;
    display: flex;
    justify-content: space-around;
    font-size: 13px;
}

.tip-text span {
    flex: 1;
    text-align: center;
    line-height: 13px;
}

.bottom-image {
    width: 88%;
    margin: 0 auto;
    border: 1px solid #722b37;
    border-radius: 0.24rem;
    padding: 12px;
    margin-top: 15px;
    margin-bottom: 80px;
}


.form-group-container {
    padding: 0.24rem;
    border-radius: 0.24rem;
    border-top: 0.03rem solid #722b37;
    background: linear-gradient(180deg, rgb(32 5 12 / 50%) 82%, #161213);
    margin-top: 15px;
}

.form-group-container .describe {
    width: 96%;
    margin-top: 0.22rem;
    margin-bottom: 0.25rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #aea9aa;
    font-weight: 500;
}

.form-group-container .phone-form-group {
    display: grid;
    grid-template-columns: 0.5rem 0.42rem 0.02rem 1fr;
    align-content: center;
    align-items: center;
    background: url("../images/index/sr_di.png") no-repeat;
    background-size: 100% 100%;
    padding: 0.27rem 0.32rem;
    gap: 0.3rem;
}

.form-group-container .user-form-group {
    display: grid;
    grid-template-columns: 0.38rem 0.02rem 1fr;
    align-content: center;
    align-items: center;
    padding: 0.27rem 0.32rem;
    gap: 0.3rem;
    border: 0.02rem solid #46171d;
    border-radius: 0.16rem;
    background: #100206;
}

.form-group-container .form-group .input-group input {
    width: 100%;
    background: #17080b00;
    border: none;
    color: #e6e6e6;
}


.form-group-container .form-group .icon-box {
    width: 0.31rem;
    display: flex;
}

.form-group-container .form-group .vertical-Line {
    height: 0.5rem;
}

.form-group-container .form-group .vertical-Line img {
    height: 100%;
}

.form-group-container .phone-form-group .area-code {
    position: relative;
}

.form-group-container .phone-form-group .area-code p {
    font-size: 0.3rem;
    color: #e6e6e6;
}

.form-group-container .phone-form-group .input-group {
    display: flex;
}

/***** 确认按钮 ******/

.form-group-container .zoom-btn .submit-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    color: aliceblue;
    text-align: center;
    opacity: 1;
    background: url("../images/index/anniu.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 0.8rem;
    height: 1rem;
    margin: 0.3rem auto 0.3rem;
    width: 95%;
    max-width: 7.68rem;
}

.form-group-container .zoom-btn .submit-box button {
    border: none;
    background: #00000000;
    color: #e6e6e6;
    font-size: 0.3rem;
    font-family: "Montserrat-Medium"
}