.banner-g{
    width: 100%;
    background: #EAF1FB;
    height: 600px;
}
.banner-g .banner-container{
    width: 1920px;
    height: 100%;
    margin: auto;
    background: url("../images/server-sponsorship/banner.png") no-repeat;
    background-size: cover;
}
.banner-g .banner-content-g{
    height: 100%;
    margin: auto;
    color: #161515;
}
.banner-g .banner-content-g .banner-btn-g{
    display: inline-block;
    cursor: pointer;
    margin-top: 30px;
    padding: 8px 15px;
    background: #3860F4;
    border-radius: 4px;
    border: 1px solid #3860F4;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

.title-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.title-container .title{
    font-weight: 500;
    font-size: 28px;
    color: #333333;
}
.title-container .desc{
    font-weight: 400;
    font-size: 14px;
    color: #8F97B5;
}

.sponsorship-product{
    background: #fff;
}
.product-cards{
    padding-top: 40px;
    display: flex;
    gap: 40px;
    width: 100%;
}
.product-cards .product-card{
    width: calc(50% - 24px);
    padding: 40px;

    display: flex;
    flex-direction: column;
    gap: 26px;

    background: linear-gradient( 180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 0 8px 20px 1px rgba(55,99,170,0.1);
    border: 2px solid #FFFFFF;

    position: relative;
    overflow: hidden;
}
.product-cards .product-card:first-child:before{
    content: url("../images/server-sponsorship/product-ecs.png");
    position: absolute;
    bottom: -5px;
    right: 9px;
}
.product-cards .product-card:last-child:before{
    content: url("../images/server-sponsorship/product-server.png");
    position: absolute;
    bottom: -5px;
    right: 9px;
}
.product-cards .product-card .top{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-cards .product-card .top .title{
    font-weight: 500;
    font-size: 28px;
    color: #1A1A1A;
}
.product-cards .product-card .top .desc{
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}
.product-cards .product-card .bottom{
    display: flex;
    flex-direction: column;
    height: 85px;
    justify-content: space-between;
}
.product-cards .product-card .bottom .configs{
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    gap: 14px;
}
.product-cards .product-card .bottom .configs .config{
    font-weight: 400;
    font-size: 14px;
    color: #64709C;
    width: calc(50% - 7px);
    white-space: nowrap;
    position: relative;
    padding-left: 24px;
}
.product-cards .product-card .bottom .configs .config::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;

    background: #E6EBFB;
    color: #3860F4;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
}
.product-cards .product-card .bottom .configs .config:nth-child(3){
    flex: 1;
}
.product-cards .product-card .bottom .desc{
    font-weight: 400;
    font-size: 14px;
    color: #3860F4;
}

.sponsorship-plan{
    background: #FAFBFC;
}
.sponsorship-plan .content-container{
    display: flex;
    margin-top: 40px;
    min-height: 386px;
    box-shadow: 0 8px 20px 1px rgba(55,99,170,0.1);
    border: 2px solid #FFFFFF;
}
.plan-bg{
    width: 480px;
    background: url("../images/server-sponsorship/plan-bg.png") no-repeat;
}
.plan-cards{
    padding: 40px 50px;
    background: linear-gradient( 180deg, #F3F5F8 0%, #FFFFFF 100%);

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.plan-cards .plan-card{
    display: flex;
    gap: 30px;
    align-items: center;
}
.plan-cards .plan-card .left{
    width: 50px;
    height: 50px;
}
.plan-cards .plan-card:nth-child(1) .left{
    background: url("../images/server-sponsorship/plan-1.png");
    background-size: contain;
}
.plan-cards .plan-card:nth-child(2) .left{
    background: url("../images/server-sponsorship/plan-2.png");
    background-size: contain;
}
.plan-cards .plan-card:nth-child(3) .left{
    background: url("../images/server-sponsorship/plan-3.png");
    background-size: contain;
}
.plan-cards .plan-card .right{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.plan-cards .plan-card .right .title{
    font-weight: 500;
    font-size: 18px;
    color: #1E293B;
}
.plan-cards .plan-card .right .desc{
    font-weight: 400;
    font-size: 14px;
    color: #1E293B;
}

.sponsorship-apply{
    background: url("../images/server-sponsorship/apply-bg.png") no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.sponsorship-apply .content-container{
    margin-top: 60px;
}
.apply-cards{
    width: 100%;
    height: 520px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.apply-cards:before{
    content: "";
    display: block;
    background: url("../images/server-sponsorship/apply-cards-bg.png");
    width: 208px;
    height: 520px;
}
.apply-cards .apply-card{
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 16px;
    width: 520px;
    height: auto;
    padding: 38px 24px;
    background: linear-gradient( 180deg, #F3F5F8 0%, #FFFFFF 100%);
    box-shadow: 0 8px 20px 1px rgba(55,99,170,0.1);
    border: 2px solid #FFFFFF;
}
.apply-cards .apply-card .left{
    display: flex;
    align-items: center;
    position: relative;
    top: -15px;
}
.apply-cards .apply-card .left img{
    height: 65px;
    width: auto;
}
.apply-cards .apply-card .right{
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 1;
    min-width: 0;
}
.apply-cards .apply-card .right .title{
    font-weight: 500;
    font-size: 18px;
    color: #1E293B;
}
.apply-cards .apply-card .right .desc{
    font-weight: 400;
    font-size: 14px;
    color: #1E293B;
}
.apply-cards .apply-card .right .desc-sub{
    font-weight: 400;
    font-size: 14px;
    color: #64709C;
}
.apply-cards .apply-card{
    position: absolute;
}
.apply-cards .apply-card:nth-child(1){
    top: 0;
    left: 0;
}
.apply-cards .apply-card:nth-child(2){
    top: 18%;
    right: 0;
}
.apply-cards .apply-card:nth-child(3){
    top: 41%;
    left: 0;
}
.apply-cards .apply-card:nth-child(4){
    bottom: 0;
    right: 0;
}

.sponsorship-rule{
    background: #FAFAFC;
}
.sponsorship-rule .content-container{
    margin-top: 40px;
    padding: 40px;
    background: #fff;
}
.rule-cards{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.rule-cards .rule-card{
    font-weight: 400;
    font-size: 14px;
    color: #1E293B;
}
.rule-cards .rule-card span{
    color: #3860F4;
}
