@charset "UTF-8";

html {
    font-size: 16px;
    /* 基准字体大小 */
}

* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    display: inline-block;
    font-size: initial;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.container {
    max-width: 475px;
    background-color: #003b7b;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    body,
    #content-container,
    .header,
    .indexpro,
    .content_bg,
    #pay-form
    {
        width: 100% !important;
    }

    #pay-form .user_info {

        width: calc(100% - 32px) !important;

        top: 10rem !important;

    }
}

.imgliem {
    width: 100%;
    height: auto;
    text-align: center;
}

.imgliem img {
    max-width: 100%;
}

.input-control {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
.shili {
    max-width: 460px;
    margin: 0 auto;
    padding: 0 60px
}

.shili img {
    width: 17px;
    height: 17px;
}
.btn-submit,
.btn-submit:hover {
    background: #1a7bff;
    border: #1a7bff;
    box-shadow: rgb(255, 255, 255) 5px 6px 5px 4px, #003c7a 0px 0;
    width: 100%
}

.footer {
    text-align: center;
    color: #fff;
    padding: 1rem 0;
}

#pay-form {
    position: relative;
    width: 475px;
}

#pay-form .user_info {
    z-index: 1;
    width: calc(475px - 32px);
    max-width: 475px;
    margin: 0 16px 50px;
    padding: 16px 16px 210px 16px;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    top: 11rem;
}


#pay-form .user_info .user_info_text .hqbg_btn {
    width: 100px;
    cursor: pointer;
    padding: 9px 0 !important;
    border-radius: 3px;
    color: #fff !important;
    border-width: 0 !important;
    background: -webkit-linear-gradient(left, #ffb012, #ff8000) !important;
    background: linear-gradient(90deg, #ffb012, #ff8000) !important;
}

#pay-form .user_info .user_info_text {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

#pay-form .user_info .user_info_text img {
    width: 48px;
}

#pay-form .user_info .user_info_text table tr td {
    padding-right: 1.5rem;
}

.pay_btn_box {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    max-width: 475px;
    background: #fff !important;
}

.pay_btn_box .pay_submit {
    font-size: 20px;
    height: 55px;
    width: 100%;
    color: #fff !important;
    border-width: 0 !important;
    background: -webkit-linear-gradient(left, #5991F3, #6A5DFC) !important;
    background: linear-gradient(90deg, #5991F3, #6A5DFC) !important;
    position: relative;
    margin-top: 15px;
}

.pay_btn_box .pay_submit img {
    position: absolute;
    width: 72px;
    height: 22px;
    top: -11px
}
.djx img {
    width: 24px;
}
.example_inline {
    text-align: center;
    padding: 10px 0;
}