* {
    color: #384c72;
    font-family: Poppins, sofia-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

#translate{
    width: 80px;
    height: 25px;
    position: absolute;
    left: 10px;
    top: 4px;
}

#translateSelectLanguage{
    width: 80px;
    height: 25px;
    border: 1px solid #c0c4ca;
    border-radius: 5px;
}

green {
    color: #09ce75;
}

.header-left {
    display: flex;
    justify-content: center;
}

#countdown-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #006ae0;
    padding: 0 20px 0 20px;
    margin: 0 0;
    border-radius: 8px;
    box-shadow: 2px 2px 15px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;

}

#countdown {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#countdown>div {
    color: white;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    padding: 5px 5px 5px 5px;
    border-radius: 10px;
    margin: 0 1px;

}

#countdown>#hours,
#countdown>#minutes,
#countdown>#seconds {
    height: 28px;
    width: 30px;
    color: #44506e;
    background-color: white;
    line-height: 28px;
    /* outline: 3px solid #07dd7c; */


}

#countdown-title {
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 5px 0;
    margin: 10px 0;
    /* border-right: 1px solid #034891;
    border-bottom: 1px solid #034891; */
    /* box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.1); */
}

#active {
    background-color: #ffffff;
    padding: 20px 40px 20px 20px;
    margin: 10px -10px 28px 10px;
    border-radius: 50px 0 0 50px;
    box-shadow: -8px 8px 8px 3px rgba(0, 0, 0, 0.25);
    background-image: url(love.svg);
    background-size: 40px 280px;
    background-repeat: no-repeat;
    background-position: right top;
}

#active p,
li {
    font-size: 16px;
    font-weight: 500;
    color: #667085;
}

#active ul {
    padding-left: 20px;
}

#active b {
    color: #006AE0;
}

#active li::marker {
    color: #006AE0;
    /* 设置原点颜色为蓝色 */
}

#active h2 {
    color: #2f405f;
}
#active>ul>p {
    margin: 0 0 0 20px;
}

main {
    margin-top: 20px;
}

.main-img-div {
    display: flex;
    justify-content: center;
}


.image-one {
    width: 330px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

.flex-span {
    display: flex;
    padding: 0 8px 0 8px;
    margin: 10px 0px 0px 20px;
    background-color: white;
    border-radius: 20px;
}

.li-image {
    height: 17px;
    margin: 0px 8px 0px 0px;
    filter: brightness(0) saturate(100%);
    position: relative;
    top: 2px;

}

#pay-image {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;

}

#pay-image>img {
    max-width: 35px;
    height: 30px;

}

#payment-form-2 {
    display: flex;
    justify-content: space-around;
}


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

.flex-span>span>p {
    margin: 0;
    color: #21254f;
    font-size: 15px;
    font-weight: 500;
    padding: 3px 10px;
}

.payment-section {
    width: 90%;
    margin: 20px auto;
    box-shadow: 4px 4px 8px 3px rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.payment-section>h2 {
    color: #384c72;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}

.recharge-input-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input {
    width: 85%;
    border: 1px solid #d4d9e0;
    padding: 12px 5px;
    border-radius: 5px;
    margin: 10px 0;
}

#first-name,
#last-name {
    width: 280px;
}

input::placeholder {
    color: #c5cad4;
    font-size: 15px;
    font-weight: 700;
}

#form-button-1 {
    margin-top: 20px;
    display: block;
}

/* #recipient-number{
    background-image: url(card.webp);
    background-size: 42px 38px;
    background-repeat: no-repeat;
    background-position: right top;
} */


/* #payment-form-2 {
    display: none;
} */

#payment-form-1 {
    display: none;
}


#payment-form-3 {
    display: none;
}

#payment-form-4 {
    display: none;
}

#payment-form-5 {
    display: none;
}

.payment-form {
    display: block;
    margin-bottom: 15px;
}

.payment-form-bottom {
    display: flex;
    justify-content: space-around;
    margin: 15px 0;
}

.foot-content {
    font-size: 12px;
    line-height: 27px;
}

.safe-title>h3 {
    text-align: center;
    margin-bottom: 0;
}

.safe-row {
    display: flex;
    justify-content: space-between;
    margin: 10px 20px;
}

.safe-img>img {
    position: relative;
    top: 40%;
}

.safe-row-content {
    margin-left: 20px;
}

.safe-row-content>p {
    font-size: 13px;
    margin-top: 0px;
    color: #667085;
}

.safe-row-content>h4 {
    margin-bottom: 0px;
}

.container-foot {
    background-color: #222550;
    background-image: url(footer-bg-image.png);
    background-size: 100% 35%;
    background-repeat: no-repeat;
    background-position: left top;
    border-radius: 4px;
    padding: 10px 0;
}

.foot-title {
    font-size: 13px;
    color: white;
    margin: 10px;
}

.social-icons {
    display: flex;
    justify-content: space-around;
}

.social-icons>img {
    width: 100px;
    margin: 15px 2px 5px 2px;
}

.product {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #dee6e6;
    border-radius: 7px;
    padding: 0 8px;
    margin: 10px 0;
    padding: 10px;
}

.product * {
    text-align: center;
    margin: 3px;

}

.product h3 {
    font-size: 19px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e3e8e8;
}

.product h2 {
    color: #ed1841;
}

.product p,
.product del {
    color: #a7abb3;
}

.product button {
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    width: 130px;
    border-radius: 23px;
    border: none;
    color: white;
    background-color: #006ae0;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;

}

.product>.button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product b {
    font-size: 22px;
    color: #07dd7c;
}

.form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#form-button-2 {
    font-size: 20px;
    font-weight: 700;
    color: black;
    background-color: #05e27e;
    width: 140px;
    height: 60px;
    border: none;
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
}

#pay-commit {
    display: flex;
    justify-content: center;
}

#Credit-card-number {
    background-image: url(card-num.png);
    background-size: 30px 24px;
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
}

#Credit-card-password {
    background-image: url(card-cvv.png);
    background-size: 35px 25px;
    background-repeat: no-repeat;
    background-position: right 8px top 8px;
}

#data-cvv {
    display: flex;
    justify-content: space-around;
}

#data-cvv input {
    width: 130px;
}

#product-money-message {
    display: none;
    padding: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 7px;
}

.product-message {
    display: flex;
    justify-content: space-between;

}

#price-title {
    margin: 0 15px;
    font-family: Poppins, sofia-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

#price-title>h3 {
    margin: 0;
}

#message-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px dotted #cfcfcf;
    padding-bottom: 20px;
}

#message-1 p {
    font-size: 14px;
}

#message-2 p {
    font-size: 13px;
    color: #8a8989;
    margin: 0;
}

#message-3 p {
    font-size: 17px;
    font-weight: 700;
}

#product-image {
    width: 80px;
    height: 30px;
    padding: 14px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
}

.foot-link {
    color: white;
    text-decoration: none;
}

#links > p{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

#alter{
    padding: 2px 5px;
    display: none;
    background-color: #fce38c;
    border-radius:12px;
    border: 2px solid #e37171;
    margin-top: 20px;
    white-space: nowrap;
}

#alter2{
    /* width: 70%; */
    padding: 2px 5px;
    display: none;
    background-color: #fce38c;
    border-radius:12px;
    border: 2px solid #e37171;
    margin: 20px 0;
}


#recipient-email{
    margin-bottom: 0;
}

#Payment-successful{
    color: #384c72;
    font-size: 22px;
    font-weight: 700;
}