.chido_title {
    margin-bottom: 80px;
}

.chido_Amount {
    display: flex;
    justify-content: center;
}

#chido_item_s {
    flex: 1;
    overflow: hidden auto;
}

.chido_item {
    padding: 30px 5px 48px 5px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.chido_item-list {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    height: 64px;
    background: rgba(253, 253, 253, 0.1);
    border-radius: 24px;
    cursor: pointer;
}

.chido_goods {
    display: flex;
    align-items: center;
}

.chido_goods img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.chido_goods span {
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: left;
    font-style: normal;
}

.chido_number {
    padding: 0 20px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
}

.chido_number span {
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 19px;
    text-align: left;
    font-style: normal;
}

.chido_active {
    border-top: 1px solid #EDFC46;
    border-right: 1px solid #EDFC46;
    border-bottom: 1px solid #40FE40;
    border-left: 1px solid #40FE40;
}

.chido_btn_active {
    background: linear-gradient(270deg, #2AD8E3 0%, #81F8A9 100%) !important;
}

.PayTitle,
.paySelectText {
    margin-top: 30px;
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 23px;
}

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

.PaymentMethod {
    margin-top: 20px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.PaymentMethod-list {
    /* width: 366px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #414143;
    border-radius: 16px;
    padding: 10px 30px;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: Montserrat, Montserrat;
    margin-right: 10px;
    cursor: pointer;
}

.meActive {
    border-top: 1px solid #EDFC46;
    border-right: 1px solid #EDFC46;
    border-bottom: 1px solid #40FE40;
    border-left: 1px solid #40FE40;
}

.PaymentMethod-list span {
    font-family: Montserrat, Montserrat;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.list-icons {
    display: flex;
}

.list-icons .payIcon {
    max-width: 72px;
    /* object-fit: cover; */
    height: 42px;
}

/* 遮罩 */
.payModel {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}



/* 显示弹窗 */
.payModel.show {
    display: block;
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.payModel-content {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #2C2C2E;
    width: 90%;
    max-width: 500px;
    padding: 30px;
    overflow: auto;
    border-radius: 36px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: auto;
    transform: scale(0.8);
}

.payModel-close {
    margin-left: auto;
    position: relative;
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.payHeader {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}

.Payment {
    margin-bottom: 18px;
}

.Payment,
.Product {
    display: flex;
    justify-content: space-between;

}

.Payment,
.Product .PaymenTitle {
    font-weight: 600;
    font-family: Montserrat, Montserrat;
    font-size: 25px;
    color: #fff;
}

.Payment,
.Product .num {
    font-weight: 600;
    font-family: Montserrat, Montserrat;
    font-size: 25px;
    color: #fff;
}

.PaymentForm {
    margin-top: 30px;
    flex: 1;
    overflow: hidden auto;
}

.CardNumber,.CardName,.CardEmail {
    font-weight: 600;
    font-family: Montserrat, Montserrat;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.CardEmail {
    margin-top: 15px;
}
#CardInput,#NameInput,#EmailInput  {
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
}

.PaymentForm-center {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Expirydate,
.Beouritycode {
    position: relative;
}

.Expirydate-dateTitle,
.Beouritycode-codeTitle {
    font-weight: 600;
    font-family: Montserrat, Montserrat;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

#DateInput,
#CodeInput{
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    height: 55px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
}

.methodSelect {
    margin-top: 20px;
}

.Country {
    font-weight: 600;
    font-family: Montserrat, Montserrat;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.CountrySelect {
    width: 48%;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    height: 55px;
    color: #fff;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    background-image: url('../image/ic_selects.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    /* 移除轮廓线 */
    border-color: transparent;
    /* 可选：如果默认有边框则隐藏 */
    box-shadow: none;
    /* 移除可能存在的阴影 */
}

.CountrySelect-option {
    color: #000;
    font-size: 16px;
}

.PaymenBtn {
    display: flex;
    justify-content: center;
}

.PaymentSubmit {
    margin-top: 40px;
    width: 90%;
    height: 50px;
    background: #FF426F;
    font-weight: 600;
    font-family: Montserrat, Montserrat;
    font-size: 20px !important;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.footer {
    margin-top: 80px;
}

.footer-text {
    font-size: 15px;
    text-align: center;
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    color: #777777;
}

.footer-text p {
    margin-bottom: 5px;
}

.footer-line {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    padding: 0 20px;
}

.footer-line-item {
    display: flex;
    align-items: center;

}

.footer-line-item .icon {
    width: 60px;
    height: 60px;
    margin-right: 5px;
}

.box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-size: 10px;
    height: 92%;
    font-family: Montserrat, Montserrat;
}

.box-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.box-item {
    font-size: 18px;
    color: #fff;
}