body{
    font-family: "Microsoft YaHe";
}
.hero{
    background-image: url('../../images/payment/蓝色 (2).png');
    background-size: cover;
    color: #fff;
}
.hero-any{
    padding: 120px 0;
}
.hero-img img{
    width: 80px;
    margin-left: 16px;
    filter: hue-rotate(180deg)
}
.hero-title{
    font-size: 4rem;
    font-weight: bold;
}
.hero-text{
    font-size: 1.5rem;
    color: #48aeff;
    margin-top: 60px;
    max-width: 555px;
}
.hero-button{
    display: flex;
    gap: 16px;
    color: #fff;
    font-size: 1rem;
    align-items: center;
    background-color: #48aeff;
    width: fit-content;
    padding:8px 24px;
    border-radius: 8px;
    margin-top: 80px;
}
.hero-button:hover{
    background-color: rgb(64, 169, 255);
}
.aws-body-title{
    text-align: center;
    color: rgb(35, 46, 60);
    font-size: 1.2rem;
}
.aws-title-top{
    font-size: 2.4rem;
    margin: 80px 0 20px 0;
    font-weight: 500;
}
.aws-body-left-title{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.4rem;
    font-weight: 600;
    color: #48aeff;
}
.aws-body-left-title img{
    width: 40px;
        filter: hue-rotate(180deg)
}
.lib-comp-line{
    background-color: rgb(216, 218, 222);
    height: 1px;
    margin: 16px 0;
}
.aws-body-left-content-item{
    padding: 16px 24px;
    border: #48aeff 1px solid;
    border-radius: 8px;
    margin-bottom: 24px;
}
.aws-body-left-content-item-title{
    font-size: 1.2rem;
    color: rgb(51, 51, 51);
    display: flex;
    gap: 16px;
    align-items: center;
}
.aws-body-left-content-item-tips1{
    background-color: #e6a23c;
    border-radius: 8px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding:2px 12px;
    box-shadow: rgba(255, 255, 255, 0) 0px 0px 1px;
}
.aws-body-left-content-item-tips2{
    background-color: #67c23a;
    border-radius: 8px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding:2px 12px;
    box-shadow: rgba(255, 255, 255, 0) 0px 0px 1px;
}
.aws-body-left-content-item-tips3{
    background-color: #000000;
    border-radius: 8px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding:2px 12px;
    box-shadow: rgba(255, 255, 255, 0) 0px 0px 1px;
}
.aws-body-left-content-item-tips4{
    background-color: #1890ff;
    border-radius: 8px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    padding:2px 12px;
    box-shadow: rgba(255, 255, 255, 0) 0px 0px 1px;
}
.aws-body-left-content-item-text{
    margin-top: 8px;
    color: rgb(102, 102, 102);
    font-size: 0.9rem;
}
.payment-select-item{
    background-color: rgb(255, 255, 255);
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
    border-radius: 8.5px;
    transition: unset;
    padding: 16px;
}
.payment-select-item1{
    border-width: 1px;
    border-color: #48aeff;
    border-style: solid;
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
    border-radius: 8.5px;
    transition: unset;
    padding: 16px;
}
.payuument-select-title{
    font-size: 1.2rem;
    color: rgb(35, 46, 60);
}
.payment-select{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3,1fr);
}
.call-payment{
    text-decoration: underline;
    color: #48aeff;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 64px;
}
.payment-select-tips{
    font-style: italic;
    font-size: 1.1rem;
    color: rgb(153, 153, 153);
    text-align: center;
    margin-top: 32px;
}
.now-payment{
    display: flex;
    gap: 16px;
    color: #fff;
    font-size: 1.2rem;
    padding: 12px 0;
    background-color: #48aeff;
    border-radius: 5.5px;
    justify-content: center;
    align-items: center ;
    margin-top: 80px;
}
.now-payment:hover{ 
    background-color: #1890ff;
}
.call-our{
    background: linear-gradient(113.868deg, rgb(35, 47, 63) 1.8%, rgb(42, 60, 84) 100%);
    border-radius: 8.5px;
    transition: unset;
    padding:32px 24px;
    margin-top: 80px;
}
.call-our-title{
    display: flex;
    gap: 16px;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #48aeff;
}
.call-our-title img{
    width: 50px;
    filter: hue-rotate(180deg)
}
.call-our-text{
    color: #fff;
    font-size: 1.3rem;
    margin-top: 24px;
}
.call-our-buttom{
    display: flex;
    margin-top:48px ;
    justify-content: space-between;
}
.call-our-telegram{
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    background-color: #48aeff;
    border-radius: 20px;
    padding: 8px 24px;
}
.call-our-telegram:hover{ 
    background-color: rgb(68, 186, 250);
}
.call-our-whatsapp{
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    background-color: #1890ff;
    border-radius: 20px;
    padding: 8px 24px;
}
.call-our-whatsapp:hover{ 
    background-color: #53abfd;
}
.aws-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-service{
    display: flex;
    gap: 24px;
    margin-top: 64px;
}
.our-service-item{
    border: #48aeff 1px solid;
    border-radius: 8.5px;
    padding:32px;
    padding-bottom: 0;
}
.our-service-item-top{
    display: flex;
    font-size: 1rem;
    font-weight: bold;
}
.our-service-item-img{
    position: relative;
    top: -80px;
}
.our-service-item-img img{
    width: 100px;
    filter: hue-rotate(180deg)
}
.our-service-item-text{
    line-height: 1.5;
    position: relative;
    top: -50px;
}
.lib-comp-circle{
    width: 60px;
    height: 60px;
    background-color: #48aeff;
    transition: unset;
    border-radius: 50%;
}
.aws-advantage{
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 40px;
}
.aws-advantage-item{ 
    background-color: rgb(255, 255, 255);
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
    border-radius: 8.5px;
    transition: unset;
    padding: 24px;
    width: 100%;
}
.aws-advantage-item-top{
    display: flex;
    justify-content: space-between;
}
.aws-advantage-item-svg{
    position: relative;
    right: 42px;
    top: -28px;
}
.aws-advantage-item-title{
    font-size: 1.1rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    position: relative;
    left: 150px;
}
.lib-comp-circle img{
    width: 45px;
    position: relative;
    left: 32px;
    top: 14px;
    filter: hue-rotate(180deg)
}
.aws-advantage-item-text{
    line-height: 1.5;
    margin-top: 16px;
}
.aws-infrastructure{
    margin-top: 80px;
    background-color: rgb(35, 47, 62);
    filter: drop-shadow(rgba(0, 0, 0, 0.15) 0px 3px 6px);
}
 .aws-section {
    width: 100%;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    background-size: cover;
}
 .aws-section1 {
    width: 100%;
    color: #fff;
    padding-top: 60px;
    text-align: center;
    position: relative;
    background-size: cover;
}
.aws-title1 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 16px;
}
.aws-desc {
    font-size: 18px;
    color: rgb(153, 153, 153);
    margin-bottom: 80px;
}
.aws-desc1 {
    font-size: 18px;
    color: rgb(153, 153, 153);
    margin-bottom: 20px;
}
.data-row {
     display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
}
.data-map{
    background-image: url("../../images/payment/20260527-142340.png");
    padding: 60px 0;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn-get{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.data-card {
    width: 280px;
    height: 160px;
    border: 1px solid #2d80e2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.data-num {
    font-size: 56px;
    color: #2d80e2;
    font-weight: bold;
}
.data-text {
    font-size: 16px;
    color: #fff;
}
.btn-get {
    background-color: #2d80e2;
    color: #fff;
    border: none;
    width: 180px;
    height: 56px;
    border-radius: 28px;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 60px;
}
.bottom-text {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.8;
    max-width: 1200px;
    margin: 0 auto;
}
.process-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
    gap: 40px;
}
/* 虚线连接线 */
.process-wrapper::before {
    content: "";
    position: absolute;
    top: 45px;
    left: 60px;
    right: 60px;
    height: 2px;
    /* 核心：直接用 border 虚线 */
    border-top: 2px dashed #48aeff;
    /* 删掉原来的背景相关代码 */
    /* background: #48aeff; */
    /* background-image: linear-gradient(...); */
    /* background-size: 10px 2px; */
    z-index: 1;
}
.process-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 16%;
    position: relative;
    z-index: 2;
}
.process-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #48aeff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 20px;
}
.process-circle.active {
    background: #48aeff;
        filter: drop-shadow(rgba(13, 47, 84, 0.36) 8px 8px 12px);
}
.process-circle svg {
    width: 42px;
    height: 42px;
    fill: #333;
}
.process-circle.active svg {
    fill: #fff;
}
.process-title {
    font-size: 1.2rem;
    font-weight: bold;
    font-weight: bold;
    color: rgb(51, 51, 51);
    margin-bottom: 12px;
    text-align: center;
}
.process-desc {
    font-size: 01rem;
    color: rgb(102, 102, 102);
    text-align: center;
    line-height: 1.6;
}
.faq-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin:80px 0 32px;
}
.faq-icon {
}
.faq-icon svg {
    width: 36px;
    height: 36px;
    fill: #ffb300;
}
.faq-title {
    font-size: 48px;
    font-weight: bold;
    color: #222222;
}
/* FAQ列表 */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 80px;
}
.faq-item {
    background: #fff;
    padding: 32px 36px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
}
.faq-question {
    font-size: 1.6rem;
    font-weight: 600;
    color: #222222;
    margin-bottom: 16px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.faq-question::before {
    content: "•";
    color: #222;
    font-size: 32px;
    line-height: 1;
}
.faq-answer {
    font-size: 1.2rem;
    color: #666666;
    line-height: 1.7;
    padding-left: 44px;
}
.faq-icon img{
    width: 60px;
    filter: hue-rotate(180deg)
}
.aws-title-top1{
    font-size: 2rem;
    font-weight: 500;
}
.aws-payment{
    display: flex;
    gap: 96px;
    margin-top: 32px;
}
.aws-body-left,.aws-body-right{
    width: 100%;
}
.payment-select-title{
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 32px;
}
.payment-select-item1 img{
    width: 194px;
    height: 64px;
    position: relative;
    top: -12px;
    filter: hue-rotate(180deg)
}
.process-circle img{
    width: 42px;
    filter: hue-rotate(180deg)
}
.lib-comp-compound-path{
    position: relative;
    top: -16px;
    right: -182px;
}
.lib-comp-compound-path1{
    position: relative;
    top: -16px;
    right: -188px;
}
@media (max-width: 1440px){
    .aws-advantage-item-title{
        left: 100px;
    }
}

@media (max-width: 1200px) {
    .aws-advantage-item-title{
        left: 100px;
    }
    .aws-payment,.our-service,.data-row,.call-our-buttom{
        flex-direction: column;
    }
    .call-our-buttom{
        gap: 16px;
    }
    .data-row{
        align-items:center ;
    }
    .process-wrapper{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .process-item{
        width: 100%;
    }
    .lib-comp-compound-path{
        display: none;
    }
    .payment-select{
        grid-template-columns: repeat(1, 1fr);
    }
    .payment-select-item,.payment-select-item1{
        display: flex;
        justify-content: center;
    }
    .hero-title.hero-title{
        font-size: 2rem;
    }
    .hero-text{
        font-size: 1.2rem;
        margin-top: 24px;
    }
    .hero-button{
        margin-top: 24px;
    }
    .hero-any {
        padding: 80px 0;
    }
    .aws-advantage-item-title{
        left: 72px;
    }
}
@media (max-width: 800px){
    .aws-advantage{
        flex-direction: column;
    }
    .aws-advantage-item-title{
        left: 200px;
    }
}
@media (max-width: 570px){
    .aws-advantage-item-title{
        left: 100px;
    }
}