 /* 下载区域样式 */
 .download-section {
     padding: 80px 0;
     background-color: #f1f4ff;
     border-radius: 20px;
     margin-top: 40px;
 }

 .section-title {
     text-align: center;
     margin-bottom: 50px;
 }

 .section-title h3 {
     font-size: 36px;
     color: #2d3a6e;
     margin-bottom: 15px;
 }

 .section-title p {
     color: #666;
     font-size: 18px;
     max-width: 700px;
     margin: 0 auto;
 }

 .download-cards {
     display: flex;
     justify-content: center;
     gap: 40px;
     flex-wrap: wrap;
 }

 .download-card {
     background: white;
     border-radius: 16px;
     padding: 40px 30px;
     box-shadow: 0 10px 30px rgba(57, 86, 222, 0.1);
     width: 320px;
     text-align: center;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .download-card:hover {
     transform: translateY(-10px);
     box-shadow: 0 15px 35px rgba(57, 86, 222, 0.15);
 }

 .card-icon {
     background: linear-gradient(to right, #3956de 0, #657be5 100%);
     width: 80px;
     height: 80px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 0 auto 25px;
     color: white;
     font-size: 32px;
 }

 .download-card h4 {
     font-size: 24px;
     color: #2d3a6e;
     margin-bottom: 15px;
 }

 .download-card p {
     color: #666;
     margin-bottom: 30px;
     font-size: 16px;
 }

 .download-btn {
     display: inline-block;
     background: linear-gradient(to right, #3956de 0, #657be5 100%);
     color: white !important;
     padding: 15px 35px;
     border-radius: 50px;
     text-decoration: none;
     font-weight: 600;
     font-size: 18px;
     transition: all 0.3s ease;
     border: none;
     cursor: pointer;
     box-shadow: 0 5px 15px rgba(57, 86, 222, 0.3);
 }

 .download-btn:hover {
     transform: translateY(-3px);
     box-shadow: 0 8px 20px rgba(57, 86, 222, 0.4);
 }

 .download-btn.secondary {
     background: linear-gradient(to right, #4a4a4a 0, #6a6a6a 100%);
     box-shadow: 0 5px 15px rgba(74, 74, 74, 0.3);
 }

 .download-btn.secondary:hover {
     box-shadow: 0 8px 20px rgba(74, 74, 74, 0.4);
 }

 .btn-icon {
     margin-right: 8px;
 }

 .userForm {
     padding: 20px;
 }

 .dlg-content {
     width: 460px;
     height: 550px;
     display: flex;
     /* align-items: center;
    /* height: auto; */
     position: relative;
 }

 .dlg-content>div {
     display: none;
 }

 .dlg-content>.show {
     width: 100%;
     display: flex !important;
     flex-direction: column;
 }

 .content-form {
     /* padding-top: 50px; */
     position: relative;
 }

 .payment_btn {
     margin-top: 20px;
 }

 .prompt {
     margin-top: 25px;
     text-align: center;
     color: #838383;
 }

 .product-box {
     min-height: 235px;
     /* padding-bottom: 20px; */
     border-bottom: solid 1px #eee;
     display: flex;
     justify-content: center;
     flex-direction: column;
 }

 .product-box>div {
     margin-bottom: 30px;
 }

 .form-box {
     margin-top: 20px;
 }

 .product-title {
     font-size: 32px;
     font-weight: bold;
     text-align: center;
     /* margin: 50px auto; */
     margin-bottom: 50px;
     color: #3956de;
 }

 .payment-box {
     position: relative;
     justify-content: center;
 }

 .product-types {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .product-item {
     width: 120px;
     height: 40px;
     border: solid 1px #eee;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-right: 10px;
     cursor: pointer;
 }

 .label {
     width: 70px;
     display: flex;
     justify-content: end;
     align-items: center;
     flex-shrink: 0;
 }

 .product-item.active {
     border: solid 2px #3a57de;
 }

 .payment-area {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .price {
     display: flex;
     align-items: center;
     /* margin-top: 20px; */
 }

 .price-text {
     font-weight: bold;
     font-size: 16px;
 }

 .custom-qrcode {
     width: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }

 .description {
     display: flex;
     align-items: start;
     /* margin-top: 20px; */
 }

 .wxpay-icon {
     width: 60px;
     height: 60px;
     margin-top: 10px;
 }

 .pay-qrcode {
     width: 350px;
     height: 350px;
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
 }

 .qr-code {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }

 .pay-qrcode img {
     width: 80%;
     height: 80%;
 }

 .qrcode-img {
     opacity: 0.8;
 }

 .time-out {
     width: 350px;
     height: 350px;
     position: absolute;
     background: rgba(255, 255, 255, 0.877);
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     opacity: 0;
 }
 .refresh{
    color: #3956de;
    cursor: pointer;
   
 }

 .qrcode-img.codeActive {
     opacity: 1;
 }

 .pay-qrcode-msg {
     height: 25px;
     /* width: 250px; */
     width: 90%;
     background: #0000008f;
     position: absolute;
     top: 50%;
     color: white;
     text-align: center;
     z-index: 2;
 }

 .pay-qrcode-msg.hide {
     display: none;
 }

 :root {
     --box-padding: 15px;
 }

 .pay-qrcode .left-top {
     width: 50px;
     height: 50px;
     border-left: solid 1px #c7c7c7;
     border-top: solid 1px #c7c7c7;
     position: absolute;
     top: var(--box-padding);
     left: var(--box-padding);
 }

 .pay-qrcode .right-top {
     width: 50px;
     height: 50px;
     border-right: solid 1px #c7c7c7;
     border-top: solid 1px #c7c7c7;
     position: absolute;
     right: var(--box-padding);
     top: var(--box-padding);
 }

 .pay-qrcode .left-bottom {
     width: 50px;
     height: 50px;
     border-left: solid 1px #c7c7c7;
     border-bottom: solid 1px #c7c7c7;
     position: absolute;
     left: var(--box-padding);
     bottom: var(--box-padding);
 }

 .pay-qrcode .right-bottom {
     width: 50px;
     height: 50px;
     position: absolute;
     right: var(--box-padding);
     bottom: var(--box-padding);
     border-right: solid 1px #c7c7c7;
     border-bottom: solid 1px #c7c7c7;
 }

 .error_class {
     box-shadow: none;
     background-color: #fbfbfd;
     border-color: #de3939;
 }

 #order_query {
     cursor: pointer;
 }

 #Countdown {
     font-weight: bold;
     font-size: 18px;
 }

 /* 查询卡密 */
 .order-query {
     /* width: 600px; */
     padding: 20px;
 }

 .order-query-controller {
     display: flex;
     align-items: center;
 }

 .query-btn {
     width: 120px;
     border-radius: 3px;
     padding: 8px 30px;
     font-size: 15px !important;
     text-align: center;
     color: #fff;
     background: linear-gradient(to right, #3956de 0, #657be5 100%);
     cursor: pointer;
 }

 .query-content {
     /* width: ; */
     min-height: 300px;
 }

 .order-query-controller>div {
     width: 220px;
     margin-right: 10px;
 }
 .isPayment{
    margin-top:20px;
    color: #3956de;
    cursor: pointer;
 }