

.sendgifts_container {
    width: 100%;
    height: auto;
    min-height: 90vh;
    background: #F2F3F5;
}
.zhanweibox{
    width: 100%;height: 20px
}
@media screen and (min-width: 601px) and (max-width: 900px) {
    .sendgifts_contain {
        width: 90%;
        margin: 5%;
        background: #FCFCFE;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .sendgifts_contain2 {
        width: 94%;
        height: 300px;
        margin-left:3%;
        margin-right: 3%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background: #FCFCFE;
        border-radius: 12px;
        padding: 10px 0px;

    }




}

@media screen and (max-width: 600px) {
    .sendgifts_contain {
        width: 94%;
        margin-left:3%;
        margin-right: 3%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        background: #FCFCFE;
        border-radius: 12px;
        padding: 10px 0px;

    }
    .sendgifts_contain2 {
        width: 94%;
        height: 300px;
        margin-left:3%;
        margin-right: 3%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        background: #FCFCFE;
        border-radius: 12px;
        padding: 10px 0px;

    }

    .sendgifts_header{
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 17px;
        color: #000000;
        height: 50px;
        line-height: 50px;
    }
    .payphone_icon{
        width: 100px;
        height: auto;
        margin-top: 10px;
    }
    .sendgifts_amountbox{
        width: 94%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 30px;
    }
    .fixed_amountbox{
        width: 30%;
        height: 45px;
        line-height: 45px;
        border-radius: 10px;
        border: 1px solid #41A956;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
        font-weight: 500;
        font-size: 17px;
        color: #41A956;
    }
    .chooseamountbox{
        background:#41A956 ;
        color: #ffffff;
    }
    .fixed_inpubox{
        width: 100%;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #41A956;
        border-radius: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .choosefixed_inpubox{
        background: #EBF5EE;
    }

    .input_placeholder{
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #41A956;
        font-size: 18px;
    }
    .money_inputbox{
        width: 100%;
        height: 50px;
        display: flex;
        justify-content:space-between ;
        align-items: center;
    }
    .amount_text_left,.amount_text_right{
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #41A956;
        font-size: 18px;
        width: auto;
        padding: 0px 15px;
    }

    .inputamount{
        width: auto;
        height: 50px;
        line-height: 50px;
        border: none!important; /* 移除边框 */
        outline: none!important; /* 移除焦点时的轮廓 */
        box-shadow: none!important; /* 移除阴影 */
        background-color: transparent!important; /* 透明背景，可以根据需要设置为特定颜色 */
        font-size: 20px!important;
        text-align: right!important;
        color: #000000!important;
        max-width: 140px!important;
        font-weight: 600!important;

    }

    .sendgifts_paybtn{
        width: 70%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: rgba(65,169,86,0.45);
        border-radius: 25px;
        margin-left: 15%;
        margin-top: 30px;
        font-size: 18px;
        color: #FFFFFF;
    }
    .sendgifts_paybtn2{
        width: 70%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #41A956;
        border-radius: 25px;
        margin-left: 15%;
        margin-top: 30px;
        font-size: 18px;
        color: #FFFFFF;
    }

    .sendgifts_sucess_text{
        width: 100%;
        font-weight: 600;
        font-size: 18px;
        color: #000000;
        text-align: center;
        margin-top: 10px;
        line-height: 25px;
    }

    /*支付状态*/
    .sendgifts_phone_paystate_box{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 50px;
    }
    .sendgifts_phone_paystate_icon{
        width: 80px;
    }
    .sendgifts_phone_paystate_text{
        width: 100%;
        text-align: center;
        font-family: PingFang SC, PingFang SC;
        font-weight: 600;
        font-size: 20px;
        color: #1E1E1E;
        margin-top: 16px;
        margin-bottom: 32px;
    }
    .sendgifts_phone_pay_retry{
        width: 60%;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #3AA73E;
        border-radius: 24px;
        font-family: PingFang SC, PingFang SC;
        font-weight: 500;
        font-size: 16px;
        color: #FFFFFF;
        margin-left: 20%;
    }



}
