@media all{
    *{margin:0;padding:0;}
    a{text-decoration:none;}
    .banner{box-sizing:border-box;width:100%;padding:60px 0;background:linear-gradient(180deg,rgba(70,144,229,0.06) 0%,rgba(70,144,229,0) 100%);}
    .banner .content{display:flex;flex-direction:column;align-items:center;width:1080px;margin:0 auto;}
    .banner .content .title{width:90%;font-weight:700;font-size:36px;line-height:146.68%;text-align:center;color:#080f30;}
    .banner .content .desc{width:90%;font-weight:400;font-size:16px;line-height:155.4%;text-align:center;color:#9497a4;margin:10px 0;}
    .banner .content .desc a{color:#4690e5;}
    .banner .content img{margin-top:70px;}
    .other-discounts{display:flex;flex-direction:column;align-items:center;width:1080px;margin:50px auto;}
    .other-discounts .title{font-weight:700;font-size:32px;line-height:146.68%;text-align:center;color:#080f30;}
    .other-discounts .title span{color:#fa603e;}
    .other-discounts .desc{width:58%;font-weight:400;font-size:16px;line-height:155.4%;text-align:center;color:#9497a4;margin:10px 0;}
    .other-discounts .discount{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;width:32%;border:1px solid #fa603e;border-bottom-width:4px;border-radius:16px;padding:30px 30px 40px;margin-top:30px;}
    .other-discounts .discount .deadline{font-weight:700;font-size:24px;line-height:132.9%;text-align:center;color:#1a1a1a;}
    .other-discounts .discount .price{margin:10px 0;}
    .other-discounts .discount .price .price-text{font-weight:400;font-size:16px;line-height:155.4%;color:#1a1a1a;}
    .other-discounts .discount .price .price-now{font-weight:700;font-size:32px;line-height:43px;color:#fa603e;margin:0 4px;}
    .other-discounts .discount .tax{font-weight:400;font-size:16px;line-height:155.4%;text-align:center;color:#9497a4;margin:10px 0 20px;}
    .other-discounts .discount .buy-btn{box-sizing:border-box;display:flex;justify-content:center;align-items:center;width:100%;background:#fa603e!important;border-radius:7px;padding:10px 0;border:0;}
    .other-discounts .discount .buy-btn.win-item .buy-icon{width:20px;height:20px;background-image:url(../../img/product-uninstall/win.svg);background-repeat:no-repeat;background-size:100% 100%;margin:-2px 10px 0 0;}
    .other-discounts .discount .buy-btn.mac-item .buy-icon{width:20px;height:20px;background-image:url(../../img/product-uninstall/mac.svg);background-repeat:no-repeat;background-size:100% 100%;margin:-2px 10px 0 0;}
    .other-discounts .discount .buy-btn .buy-text{font-weight:400;font-size:18px;line-height:173.9%;text-align:center;color:#fff;font-family:Rubik;}
    .other-discounts .discount .buy-btn.win-item:hover .buy-icon{background-image:url(../../img/product-uninstall/win_balck.svg);}
    .other-discounts .discount .buy-btn.mac-item:hover .buy-icon{background-image:url(../../img/product-uninstall/mac_balck.svg);}
    .other-discounts .discount .buy-btn:hover .buy-text{color:#000;}
    @media screen and (max-width:768px){
        .banner .content{width:90%;}
        .banner .content h1{width:80%;font-weight:700;font-size:28px;line-height:126.18%;text-align:center;color:#1a1a1a;}
        .other-discounts{width:90%;}
        .other-discounts .title{font-size:24px;}
        .other-discounts .title span{color:#fa603e;}
        .other-discounts .desc{width:95%;}
        .other-discounts .discount{width:100%;}
        .other-discounts .discount .deadline{width:90%;}
    }
    .mc .other-discounts .title span{color:#ffa235;}
    .mc .other-discounts .discount{border:1px solid #ffa235;border-bottom-width:4px;}
    .mc .other-discounts .discount .buy-btn{background:#ffa235!important;}
}