.content{width:100%;max-width:990px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2vw;place-items:center}.content .block{width:100%;display:flex}.content .dl-payment{justify-content:space-between}.content .dl-payment .dl{display:flex;justify-content:center;align-items:center;gap:25px}.content .dl-payment .dl-logo{max-width:205px}.content .dl-payment .dl-logo img{width:100%}.content .dl-payment .dl-title .title{font-size:32px;font-weight:700;color:#000}.content .dl-payment .dl-title .text{font-size:24px;font-weight:500;color:#646464}@media (max-width: 540px){.content .dl-payment .dl{gap:15px}.content .dl-payment .dl-logo{max-width:125px}.content .dl-payment .dl-title .title{font-size:20px}.content .dl-payment .dl-title .text{font-size:14px}}.content .dl-payment .payment{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px}@media (max-width: 850px){.content .dl-payment .payment{display:none}}.content .dl-payment .payment-title{width:335px;display:flex;justify-content:center;align-items:center;padding:5px;background-color:#142c7e}.content .dl-payment .payment-title p{font-size:20px;font-weight:400;color:#fff}.content .dl-payment .payment-img{width:335px;display:flex;flex-wrap:wrap;align-items:center;gap:5px}.content .dl-payment .payment-img img{width:calc((100% - 30px) / 7);max-width:100px;height:auto}.content .select-points{flex-direction:column}.content .select-points .name{width:200px;height:75px;display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700;color:#142c7e;border-radius:10px 10px 0 0;background-color:#fff;box-shadow:0 -4px 8px #b9bfd566,-4px 0 8px #b9bfd566,4px 0 8px #b9bfd566;margin-bottom:-1px;position:relative}.content .select-points .name:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:20px;background-color:#fff;z-index:3}@media (max-width: 540px){.content .select-points .name{width:140px;height:53px;font-size:16px}}.content .select-points .points{width:100%;box-shadow:0 0 8.7px #b9bfd5;border-radius:0 10px 10px;display:flex;justify-content:center;align-items:center}.content .select-points .points form{width:100%;display:flex;flex-direction:column;gap:10px;padding:0 35px}@media (max-width: 540px){.content .select-points .points form{padding:0 15px}}.content .select-points .points .card{width:100%;display:flex;display:grid;grid-template-columns:repeat(5,1fr);padding:50px 0;gap:30px}@media (max-width: 1000px){.content .select-points .points .card{grid-template-columns:repeat(3,1fr)}}@media (max-width: 650px){.content .select-points .points .card{grid-template-columns:repeat(2,1fr)}}@media (max-width: 540px){.content .select-points .points .card{gap:30px;padding:20px 15px}}.content .select-points .points .point-card{width:100%;padding:15px 30px;position:relative;background:#fff;border:1px solid #d3d6e0;border-radius:10px;font-size:22px;font-weight:500;color:#000;text-align:center;cursor:pointer;display:flex;align-items:center;flex-direction:column;justify-content:center;transition:all .2s ease;white-space:nowrap}.content .select-points .points .point-card .normal-price{font-size:12px;text-decoration:line-through}@media (max-width: 540px){.content .select-points .points .point-card{font-size:14px;padding:10px 30px}.content .select-points .points .point-card .normal-price{font-size:9px}}.content .select-points .points .point-card input[type=radio]{display:none}.content .select-points .points .point-card .coin{position:absolute;top:-15px;left:50%;transform:translate(-50%);width:30px;height:30px}.content .select-points .points .point-card .hot{width:23px;height:30px;position:absolute;top:-15px;left:10px}@media (max-width: 540px){.content .select-points .points .point-card .hot{width:15px;height:20px}}.content .select-points .points .point-card .fire{position:absolute;top:-10px;left:8px;width:20px;height:20px}.content .select-points .points .point-card:hover{border:1px solid #d3d6e0;box-shadow:0 2px 8.7px #b9bfd5}.content .select-points .points .point-card:has(input[type=radio]:checked){border:1px solid #6183f9;background-color:#ddecff}.content .select-points .points .confirm{width:100%;border-top:1px solid #c1c1c1;padding:20px 0;display:flex;justify-content:end;align-items:center;gap:18px}.content .select-points .points .confirm .price{display:flex;flex-direction:column;align-items:end}.content .select-points .points .confirm .price .number{font-size:32px;font-weight:400;color:#000}.content .select-points .points .confirm .price .number span{font-weight:700;color:#142c7e}.content .select-points .points .confirm .price .remark{font-size:14px;font-weight:400;color:#000}.content .select-points .points .confirm button{font-size:32px;font-weight:700;color:#fff;background-color:#142c7e;padding:10px 30px;border-radius:30px;cursor:pointer}@media (max-width: 540px){.content .select-points .points .confirm{padding:10px 0;flex-direction:column;justify-content:center;gap:10px}.content .select-points .points .confirm .price{align-items:center}.content .select-points .points .confirm .price .number{font-size:22px}.content .select-points .points .confirm button{font-size:18px;padding:5px 35px}}.content .payment-mobile{max-width:700px;display:none;flex-direction:column;justify-content:center;align-items:center}@media (max-width: 850px){.content .payment-mobile{display:flex}}.content .payment-mobile-title{width:100%;display:flex;justify-content:center;align-items:center;padding:5px;background-color:#142c7e}.content .payment-mobile-title p{font-size:20px;font-weight:400;color:#fff}@media (max-width: 540px){.content .payment-mobile-title p{font-size:16px}}.content .payment-mobile-img{width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:5px}.content .payment-mobile-img img{width:calc((100% - 30px) / 7);height:auto}
