@media (max-width: 768px) {
    .chido-pc {
        display: none;
    }

    .openModal_Btn {
        margin: auto;
        padding: 6px 6px;
        height: fit-content;
        background: linear-gradient(180deg, #EDFC46 0%, #40FE40 100%);
        box-shadow: 0px 0px 10px 0px rgba(36, 255, 0, 0.5);
        border-radius: 24px 24px 24px 24px;
        font-size: 14px;
        font-weight: 900;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .openModal_Btn .openModal_Btn-ic-coin {
        margin-right: 5px;
        width: 16px;
        height: 16px;
    }

    .openModal_Btn .openModal_Btn-ic-span {
        font-size: 12px;
    }

    .chido_model {
        width: 95%;
        overflow: hidden;
        border-radius: 25px;
    }

    .chido_model-content {
        padding: 20px 20px;
    }

    #paymentContainer {
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #paymentContainer .PaymentMethod-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 10px;
        border: 1px solid #000000;
        padding: 5px 5px;
        margin-bottom: 0;
        font-weight: 600;
        font-family: Montserrat, Montserrat;
        margin-right: 0;
    }

    .PaymentMethod-list span {
        font-weight: 600;
        font-size: 10px;
        color: #111111;
    }

    .list-icons .payIcon {
        max-width: 32px;
        object-fit: cover;
        height: 20px;
    }

    .chido_model-content .PayTitle,
    .paySelectText {
        margin-top: 10px;
        font-family: Montserrat, Montserrat;
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 15px;
    }

    #userInfo {
        position: absolute;
    }

    .header-userInfo {
        position: absolute;
        top: 15px;
        left: 192px;
        width: 160px;
        height: 26px;
        background: #FFFFFF;
        box-shadow: 0px 4px 20px 0px rgba(64, 254, 64, 0.15);
        border-radius: 24px 24px 24px 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 2;
    }

    .header-userInfo_left-userBox {
        height: 0;
        margin-left: 5px;
    }

    .header-userInfo .header-userInfo_left {
        display: flex;
        align-items: center;
        margin-left: 5px;
    }

    .header-userInfo_left-nick {
        font-size: 12px;
    }

    .header-userInfo_left-userBox {
        height: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-input-noneInfo-left_ {
        display: flex;
        align-items: center;
        margin-left: 5px;
    }

    .header-input-noneInfo-left_ img {
        width: 30px;
        height: 30px;
    }

    .header-input-noneInfo .noneInfo-close_ {
        width: 18px;
        height: 18px;
        color: #fff;
        margin-right: 10px;
        cursor: pointer;
    }

    .header-input-noneInfo .header-input-noneInfo-left_-nick {
        font-size: 12px;
    }

    .header-input-noneInfo-infoBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .header-userInfo .header-userInfo_left img {
        width: 26px;
        height: 26px;
        border-radius: 50%;
    }

    .header-userInfo_left-nick {
        font-size: 12px;
        line-height: 12px;
    }

    .header-userInfo_right {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 0;
        height: 0;
        padding: 10px 15px;
        text-align: center;
        font-size: 8px;
        margin-right: 5px;
        border-radius: 10px;
    }

    .chido_model-content .model_close {
        width: 32px;
        height: 32px;
        right: 23px;
        top: 15px;
    }

    .chido_model-content .header {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .chido_model-content .header span {
        font-size: 12px;
        margin-right: 0;
        line-height: 12px;
    }

    .chido_model-content .header .header-input {
        position: relative;
        width: 160px;
        height: 26px;
    }

    .chido_model .header-input input {
        font-size: 10px;
    }

    .chido_model-content .header .header-input .rights_btn {
        width: 34px;
        height: 20px;
        right: 5px;
        line-height: 25px;
        text-align: center;
    }

    .chido_model-content .typeTitle {
        display: flex;
        justify-content: center;
        margin-top: 20px;

    }

    .chido_model-content .typeTitle span {
        font-family: Montserrat, Montserrat;
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .chido_model-content .selectInput {
        display: flex;
        align-items: center;
    }

    .chido_model-content .region {
        margin-top: 20px;

        span {
            display: none;
        }
    }

    .chido_model-content .region span {
        font-size: 12px;
        margin-right: 10px;
    }

    .chido_model-content .region .chido_select {
        width: 120px;
        height: 25px;
    }

    .header-input .rights_btn img {
        width: 16px;
        height: 16px;
    }

    .region .chido_select .chido_selectList {
        font-size: 12px;
    }

    .region .chido_select .chido_selectList option {
        margin-right: 5px !important;
    }

    .region .chido_select .method_selectList {
        font-size: 12px;
    }

    .region .chido_select img {
        width: 15px;
        height: 15px;
        right: 10px;
    }

    .chido_model-content #chido-rechage_icon {
        margin: 10px auto;

    }

    #chido-rechage_icon #chido_master {
        width: 250px;
        height: 50px;
        border-radius: 12px;
    }

    .chido_model-content .chido_Amount {
        margin-top: 10px;
    }

    .chido_model-content .chido_Amount span {
        font-size: 12px;
    }

    .chido_model-content .chido_Amount-btn {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    #chido_item_s {
        margin-top: 20px;
        flex: 1;
        overflow: hidden auto;
    }

    .chido_model-content .chido_item {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
        padding: 0;
    }

    .chido_model-content .chido_item .chido_item-list {
        height: 44px;
        border-radius: 12px;
    }

    .chido_item .chido_item-list .chido_goods img {
        width: 12px;
        height: 12px;
    }

    .chido_item .chido_item-list .chido_goods span {
        font-family: Montserrat, Montserrat;
        font-weight: bold;
        font-size: 10px;
        color: #FFFFFF;
        line-height: 12px;
    }

    .chido_item .chido_item-list .chido_number {
        padding: 0 5px;
        height: 20px;
        text-align: center;
        line-height: 18px;
    }

    .chido_item .chido_item-list .chido_number span {
        font-size: 10px;
        line-height: 12px;
    }

    .topBtn {
        width: 120px;
        height: 30px;
        background: #FF426F;
        font-family: Montserrat, Montserrat;
        font-weight: bold;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 30px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        border-radius: 24px;
        cursor: pointer;
        margin: 20px auto 0 auto;
    }

    .payModel.show {
        padding: 0;
    }

    .payModel-content {
        width: 100%;
        padding: 20px;
        border-radius: 24px;
    }

    .payModel-close {
        width: 35px;
        height: 35px;
    }

    .payHeader {
        margin: 10px 0 10px 0;
    }

    .Payment,
    .Product .PaymenTitle {
        font-size: 16px;
    }
    #productName {
        font-size: 16px;
    }
    .CardNumber,
    .Expirydate-dateTitle,
    .Beouritycode-codeTitle,
    .Country {
        font-size: 16px;
    }

    #DateInput,
    #CodeInput {
        width: 150px;
        flex-shrink: 0;
    }

    .CountrySelect {
        width: 150px;
    }

    .PaymentSubmit {
        margin-top: 20px;
        width: 80%;
        font-size: 15px !important;
        height: 40px;
    }

    .footer {
        margin-top: 50px;
    }
    .footer-line {
        margin-top: 30px;
    }
    .footer-text {
        font-size: 12px;
    }

    .footer-line-item .icon {
        max-width: 40px;
        height: 40px;
        margin-right: 3px;
        object-fit: cover;
    }
    .box-title {
        font-size: 14px;
    }
    .box-item {
        font-size: 12px;
    }
}

/* 平板 */
@media (min-width: 600px) and (max-width: 960px) {
    .chido-h5 {
        display: block;
    }

    .chido-pc {
        display: none !important;
    }

}

/* 电脑 */
@media (min-width: 1090px) {
    .chido-h5 {
        display: none;
    }

    .chido_model-content .typeTitle {
        display: none;
    }

    .chido-pc {
        display: block;
    }

}