.body_disable_scroll {
    height: 100%;
    overflow: hidden
}

.custom-modal {
    background: #0000007d;
    bottom: 0;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    z-index: 800
}

.custom-modal .content-wrapper {
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    width: 90%
}

.loading-view {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100%
}

.user-query {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh
}

.user-query-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: auto;
    padding: 0 .4rem;
    width: 100%
}

.user-query-content .header-banner {
    box-sizing: border-box;
    height: 6.56rem;
    object-fit: cover;
    width: 100%
}

.user-query-content .form-box-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .26667rem;
    box-sizing: border-box;
    color: #fcfcfc;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    margin-top: 5.06667rem;
    padding: .66667rem .48rem;
    text-align: center;
    width: 100%
}

.user-query-content .form-box-wrap .top-tip {
    color: #fcfcfc;
    font-size: .48rem;
    font-weight: 500;
    letter-spacing: .13333rem;
    margin-bottom: .68rem
}

.user-query-content .form-box-wrap .margin_bottom_20 {
    margin-bottom: .26667rem
}

.user-query-content .form-box-wrap .input-name-warp {
    align-items: center;
    background-color: #d0d2d5;
    border-radius: .66667rem;
    display: flex;
    flex-direction: row;
    height: 1.36rem;
    justify-content: center;
    padding-left: .66667rem
}

.user-query-content .form-box-wrap .input-name-warp .user-icon {
    height: .56rem;
    width: .56rem
}

.user-query-content .form-box-wrap .input-name-warp .input-name {
    background-color: #0000;
    border: 0;
    color: #333;
    flex: 1;
    font-size: .37333rem;
    font-weight: 500
}

.user-query-content .form-box-wrap .input-name-warp .input-name::placeholder {
    color: #8b8f9b;
    font-size: .26667rem
}

.user-query-content .form-box-wrap .input-name-warp .rare-words-container {
    --px: 0.01333rem;
    display: flex;
    margin-top: .08rem;
    padding-right: .2rem
}

.user-query-content .form-box-wrap .input-name-warp .rare-words-container .rare-words-input__footer {
    background-color: var(--background);
    display: block;
    height: .53333rem;
    width: 100%
}

.user-query-content .form-box-wrap .submit-btn {
    background: #d0d2d5;
    background: linear-gradient(180deg, #f6dbc3, #cfa47a 100%);
    border: 0;
    border-radius: .66667rem;
    box-sizing: border-box;
    color: #333;
    font-size: .45333rem;
    font-weight: 600;
    height: 1.36rem
}

.user-query-content .info-tip-txt {
    color: #dbb691;
    font-size: .32rem;
    font-weight: 700;
    margin-top: .4rem
}

.user-query-content .info-tip-txt-second {
    color: #8b8f9b;
    font-size: .32rem;
    font-weight: 500;
    margin-top: .13333rem
}

.user-query .title-tips {
    align-items: center;
    color: #e5bfa2;
    display: flex;
    font-size: .48rem;
    font-weight: 600;
    justify-content: center;
    margin: 0 0 .61333rem;
    position: relative;
    text-align: center
}

.user-query .title-tips .tips-img {
    height: .36rem;
    width: .88rem
}

.user-query .title-tips .tips-img:first-of-type {
    margin-right: .26667rem
}

.user-query .title-tips .tips-img:nth-of-type(2) {
    margin-left: .26667rem;
    transform: rotateY(180deg)
}

.user-query .gms-checkin-footers {
    margin-top: .81333rem
}

.user-query .description {
    color: #ecd9bb;
    font-size: .37333rem;
    font-weight: 400;
    letter-spacing: .01333rem;
    line-height: .58667rem;
    padding: 0 .16rem
}

.user-query .description .desc-lights {
    color: #f3bc6b
}

.user-query .mt-40 {
    margin-top: .53333rem
}

.ant-form {
    position: relative
}