@media all{
    .banner{position:relative;box-sizing:border-box;width:100%;padding:100px 0;background:#fff6ee;}
    .banner::before,.banner::after{position:absolute;top:0;content:'';width:150px;height:100%;background-repeat:no-repeat;background-size:100% 100%;z-index:10;}
    .banner::before{left:0;background-image:url(../../img/common/products/banner_before.svg);}
    .banner::after{right:0;background-image:url(../../img/common/products/banner_after.svg);}
    .banner .title{position:relative;z-index:120;font-weight:700;font-size:40px;line-height:146.68%;text-align:center;color:#080f30;}
    .all-products{width:1200px;margin:80px auto;}
    .all-products .title{font-weight:700;font-size:36px;line-height:146.68%;text-align:center;color:#080f30;margin-bottom:60px;}
    .all-products .content{display:flex;flex-flow:row wrap;justify-content:space-between;}
    .all-products .content .product-item{width:49%;border:1px solid #dbdde8;border-radius:16px;margin-bottom:20px;}
    .all-products .content .product-item .info{box-sizing:border-box;width:100%;display:flex;justify-content:space-between;padding:30px 10px;overflow:hidden;}
    .all-products .content .product-item .info .product-img{margin-left:-15px;}
    .all-products .content .product-item .info .intro{margin-left:20px;}
    .all-products .content .product-item .info .intro .name{font-weight:700;font-size:24px;line-height:146.68%;color:#080f30;}
    .all-products .content .product-item .info .intro .desc{font-weight:400;font-size:16px;line-height:147.18%;color:#9497a4;}
    .all-products .content .product-item .download{box-sizing:border-box;display:flex;justify-content:space-around;width:100%;background:#f8f9fb;border-radius:0 0 16px 16px;border-top:1px solid #dbdde8;padding:30px 15px;}
    .all-products .content .product-item .download .download-item{width:48%;}
    .all-products .content .product-item .download .download-item .download-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:5px 0;border-radius:7px;margin-bottom:15px;}
    .all-products .content .product-item .download .download-item .download-btn img{margin:-2px 10px 0 0;}
    .all-products .content .product-item .download .download-item .download-btn span{font-weight:500;font-size:18px;line-height:173.9%;color:#fff;}
    .all-products .content .product-item .download .download-item .win-btn{background:#2d8f5d;}
    .all-products .content .product-item .download .download-item .win-btn:hover{background:#16603a;}
    .all-products .content .product-item .download .download-item .mac-btn{background:#4690e5;}
    .all-products .content .product-item .download .download-item .mac-btn:hover{background:#2261a9;}
    .all-products .content .product-item .download .download-item p{font-weight:400;font-size:14px;line-height:147.18%;color:#4f5058;margin:4px 0;}
    .all-products .content .product-item .download .download-item p span{font-weight:600;margin-right:4px;}
    .all-products .content .product-item .download .download-item p a{color:#4690e5;margin-left:4px;}
    .user-guide{width:1200px;margin:50px auto;}
    .user-guide .title{font-weight:700;font-size:36px;line-height:146.68%;text-align:center;color:#080f30;}
    .user-guide .content{display:flex;flex-flow:row wrap;width:100%;margin-top:40px;}
    .user-guide .content .guide-item{box-sizing:border-box;width:31.9%;border:1px solid #dbdde8;border-radius:10px;padding:30px 25px;margin:0 25px 25px 0;}
    .user-guide .content .guide-item .product-info{display:flex;align-items:center;}
    .user-guide .content .guide-item .product-info .product-name{font-weight:700;font-size:20px;line-height:146.68%;color:#080f30;margin-left:20px;}
    .user-guide .content .guide-item .other-link{margin-top:15px;width:100%;display:flex;}
    .user-guide .content .guide-item .other-link li{display:flex;align-items:center;margin-right:20px;}
    .user-guide .content .guide-item .other-link li a{font-weight:500;font-size:20px;line-height:146.68%;color:#4690e5;margin-left:10px;}
    .user-guide .content .guide-item:nth-child(1){background:linear-gradient(180deg,rgba(59,200,155,0.13) 0%,rgba(31,191,161,0) 100%);}
    .user-guide .content .guide-item:nth-child(2){background:linear-gradient(180deg,rgba(185,135,248,0.09) 0%,rgba(196,141,248,0) 100%);}
    .user-guide .content .guide-item:nth-child(3){background:linear-gradient(180deg,rgba(27,178,193,0.12) 0%,rgba(30,174,192,0) 100%);}
    .user-guide .content .guide-item:nth-child(4){background:linear-gradient(180deg,rgba(121,95,253,0.12) 0%,rgba(119,93,250,0) 100%);}
    .user-guide .content .guide-item:nth-child(5){background:linear-gradient(180deg,rgba(55,92,137,0.1) 0%,rgba(55,92,137,0) 100%);}
    .user-guide .content .guide-item:nth-child(6){background:linear-gradient(180deg,rgba(253,140,20,0.12) 0%,rgba(253,140,20,0) 100%);}
    .user-guide .content .guide-item:nth-child(7){background:linear-gradient(180deg,rgba(14,145,243,0.12) 0%,rgba(54,104,255,0) 100%);}
    .user-guide .content .guide-item:nth-child(8){background:linear-gradient(180deg,#FEE8E8 0%,rgba(254,232,232,0) 100%);}
    .user-guide .content .guide-item:nth-child(9){background:linear-gradient(180deg,#E8FAFE 0%,rgba(232,250,254,0) 100%);}
    .user-guide .content .guide-item:nth-child(3n){margin-right:0;}
    @media screen and (max-width:768px){
        .banner{position:relative;box-sizing:border-box;width:100%;padding:50px 0;background:#fff6ee;}
        .banner::before,.banner::after{position:absolute;top:0;content:'';width:0;background:0 0;}
        .banner .title{font-size:32px;}
        .all-products{width:90%;margin:40px auto;}
        .all-products .title{font-size:24px;margin-bottom:20px;}
        .all-products .content{display:flex;flex-flow:row wrap;justify-content:space-between;}
        .all-products .content .product-item{width:100%;margin-bottom:20px;}
        .all-products .content .product-item .info{flex-direction:column;align-items:center;padding:25px;}
        .all-products .content .product-item .info .product-img{margin-left:-15px;}
        .all-products .content .product-item .info .intro{margin:20px 0 0 0;}
        .all-products .content .product-item .info .intro .name{text-align:center;margin-bottom:10px;}
        .all-products .content .product-item .info .intro .desc{text-align:center;}
        .all-products .content .product-item .download{flex-direction:column;padding:30px 25px 5px;}
        .all-products .content .product-item .download .download-item{width:100%;margin-bottom:20px;}
        .user-guide{width:90%;}
        .user-guide .title{font-size:24px;}
        .user-guide .content{flex-flow:column wrap;}
        .user-guide .content .guide-item{width:100%;padding:30px 25px;margin:0 0 20px;}
    }
}
/*! CSS Used from: Embedded */
.user-guide .content .guide-item:nth-child(9){background:linear-gradient(180deg, #E8FAFE 0%, rgba(232, 250, 254, 0) 100%);}