.lx-content .title{
    margin: 8% 0 3%;
    text-align: center;
}
.lx-content .banner-box{
    margin-bottom: 20px;
    position: relative;
}
.lx-content .banner-box .banner-img{
    width: 100%;
    height: 290px;
    background-image: url(/img/pages/products/plan/banner_business_plan.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.lx-content .banner-box .text-box{
    position: absolute;
    top: 38.5%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.lx-content .banner-box .tryBtn{
    border: 1px solid #fff;
    padding: 5px 40px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 3%;
}
.lx-content .banner-box svg{
    margin-bottom: 3px;
}

.lx-content .content-box{
    margin: 0 auto;
}
.lx-content  .nav{
    width: 90%;
    margin: 0 auto;
    color: #6c757d;
}
.lx-content  .nav .breadcrumb-box{
    display: inline-block;
}
.lx-content  .nav .breadcrumb{
    margin: 0;
    padding: 0;
    background-color: unset;
}

.lx-content .box2 .line{
    display: flex;
    margin: 10% 30px;
    overflow: hidden;
}
.lx-content .box2 .row-text{
    color: #777777;
    display: block;
}
.lx-content .box2 .blackColor{
    color: black;
}
.lx-content .box2 .line-text{
    flex: 2;
    margin: auto 0;
}
.lx-content .box2 .img-box{
    flex: 3;
}
.lx-content .box2 .img-box:nth-child(odd){
    margin-right: 5%;
    margin-left: 0;
}

.lx-content  .box2 .media{
    width: 33%;
    flex-shrink: 0;
}
.lx-content  .box3 .column{
    display: inline-block;
    width: 24.5%;
    text-align: center;
    margin-bottom: 6.5%;
    vertical-align: top;
}

@media (min-width: 320px){
    .lx-content .nav{
        display: none;
    }
    .lx-content .banner-box .tryBtn{
        display: none;
    }
    .lx-content .title{
        font-size: 20px;
    }
    .lx-content .box1 .column{
        display: block;
        text-align: left;
        margin: 5% 0 5% 7%;
    }
    .lx-content .column .img-box{
        margin-bottom: 0;
        display: inline-block;
    }
    .lx-content .column img{
        width: 50px;
    }
    .lx-content .column-text{
        font-size: 14px;
        margin-left: 18px;
    }
    .lx-content .box2 .line{
        flex-direction: column;
        text-align: center;
        font-size: 14px;
    }
    .lx-content .box2 .line:nth-of-type(odd){
        flex-direction: column-reverse;
    }
    .lx-content .box2 .line-textTitle{
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: bold;
    }
    .lx-content .box2 .img-box{
        margin-left: 0;
        margin-top: 10%;
    }
    .lx-content .box3{
        display: none;
    }
}

@media (min-width: 992px){
    .lx-content .content-box{
        max-width: 960px;
    }
    .lx-content .banner-box .banner-img{
        height: 580px;
    }
    .lx-content .banner-box .text-box{
        font-size: 30px;
    }
    .lx-content .banner-box .tryBtn{
        font-size: 14px;
        display: inline-block;
    }
    .lx-content  .nav{
        display: block;
    }
    .lx-content .title{
        font-size: 30px;
    }
    .lx-content .box1 .column{
        display: inline-block;
        width: 19.5%;
        text-align: center;
        margin: 0;
    }
    .lx-content .column .img-box{
        margin-bottom: 16%;
        display: block;
    }
    .lx-content .column img{
        width: auto;
    }
    .lx-content .box2 .line{
        line-height: 28px;
        font-size: 16px;
        flex-direction: row;
        text-align: left;
    }
    .lx-content .box2 .line:nth-of-type(odd){
        flex-direction: row;
    }
    .lx-content .box2 .line-textTitle{
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10%;
    }

    .lx-content .column-text{
        font-size: 16px;
        margin: 0;
    }
    .lx-content .box2 .img-box{
        margin-left: 5%;
        margin-top: 0;
    }
    .lx-content .box3{
        display: block;
    }
}
@media (min-width: 1200px){
    .lx-content .content-box{
        max-width: 1140px;
    }
    .lx-content .banner-box .text-box{
        font-size: 40px;
    }
    .lx-content .banner-box .tryBtn{
        font-size: 16px;
    }

    .lx-content .box2 .line{
        line-height: unset;
        font-size: 20px;
    }
    .lx-content .box2  .line-textTitle{
        font-size: 30px;
        font-weight: 500;
    }
    .lx-content .column-text{
        font-size: 18px;
    }
}
