.lx-content .banner-box {
    margin-bottom: 20px;
    position: relative;
}

.lx-content .banner-box .banner-box_img {
    width: 100%;
    height: 290px;
    background-image: url(/img/pages/products/shop/store_banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lx-content .banner-box .text-box {
    position: absolute;
    top: 25%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.lx-content .banner-box .text-box span {
    margin: 0 15px;
    font-weight: 400;
}

.lx-content .content-box {
    margin: 0 auto;
}

.lx-content .nav {
    color: #6c757d;
    width: 90%;
    margin: 0 auto;
}

.lx-content .nav .breadcrumb-box {
    display: inline-block;
}

.lx-content .nav .breadcrumb {
    margin: 0;
    padding: 0;
    background-color: unset;
}

.lx-content .title {
    text-align: center;
    padding: 5% 0;
}

.lx-content .banner-box .tryBtn{
    border: 1px solid #fff;
    padding: 5px 40px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 3%;
}

.lx-content .box2 img {
    width: 100%;
}

.lx-content .box2 .title {
    background-color: #F7F7F7;
    padding-bottom: 0;
}

.lx-content .box2 .line {
    display: flex;
    background-color: #F7F7F7;
    padding-top: 5%;
}

.lx-content .box2 .whitebgcolor {
    background-color: #fff;
}

.lx-content .box2 .img-box {
    flex: 3;
    margin: 0 5%;
}

.lx-content .box2 .content-box {
    flex: 2;
    margin: auto 0;
}

.lx-content .box2 .leftposition {
    margin-left: 30%;
}

.lx-content .box2 .introduce-box {
    display: inline-block;
    width: 49%;
}

.lx-content .box2 .introduce {
    display: flex;
    padding-bottom: 5%;
}

.lx-content .box2 .text-box {
    flex: 1;
}

.lx-content .box2 .textImg-box {
    padding-right: 5%;
}

.lx-content .box2 span {
    display: block;
    font-size: 14px;
    color: #777777;
}

.lx-content .box3 {
    background-color: #F7F7F7;
    width: 100%;
    padding-bottom: 38%;
    position: relative;
    height: 0;
}

.lx-content .box3 .title {
    padding-top: 0;
}

.lx-content .box3 .column-box {
    position: relative;
    margin: 0 auto;
    width: 90%;
}

.lx-content .box3 .column {
    margin: 0 1.5%;
    width: 29.5%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    top: 0;
    position: relative;
}

.lx-content .box3 .column:hover {
    top: -20px;
    padding-bottom: 20px;
}

.lx-content .box3 .column:hover .column-body {
    border-bottom: 3px solid #CF261D;
}

.lx-content .box3 .column-body {
    background-color: #fff;
}

.lx-content .box3 .img-box {
    text-align: center;
    padding-bottom: 5%;
    padding-top: 10%;
    width: 100%;
}

.lx-content .box3 .Underline {
    width: 20%;
    border-bottom: 3px solid #CF261D;
    margin: 5% auto;
}

.lx-content .box3 .shopWorth-title {
    font-size: 15.6px;
    color: #888888;
    line-height: 2rem;
}

.lx-content .box3 .bottom-text {
    line-height: 2rem;
    color: #777;
    font-size: 15.6px;
    padding-bottom: 10%;
}

@media (min-width: 320px) {
    .content-box .nav {
        display: none;
    }
    .lx-content .title {
        padding: 2% 0;
    }
    .lx-content .banner-box .text-box span {
        font-size: 1rem;
    }
    .lx-content .banner-box .text-box .banner-title {
        font-size: 2rem;
    }
    .lx-content .box1 {
        text-align: center;
    }
    .lx-content .box1 img {
        width: 96%;
    }
    .lx-content .banner-box .tryBtn{
        display: none;
    }
    .lx-content .box2 .title {
        padding: 20px 0;
        background-color: #fff;
        font-size: 1.25rem;
    }
    .lx-content .box2 .line {
        flex-direction: column;
    }
    .lx-content .box2 .line:nth-of-type(2n) {
        flex-direction: column-reverse;
    }
    .lx-content .box2 .content-box h3 {
        margin: 20px 0;
        font-size: 1rem;
        font-weight: normal;
    }
    .lx-content .box2 .content-box .content-body {
        display: flex;
    }
    .lx-content .box2 .introduce {
        flex: 1;
    }
    .lx-content .box2 .content-box {
        flex: 1;
        text-align: center;
    }
    .lx-content .box2 .textImg-box {
        display: none;
    }
    .lx-content .box2 .text-box>div {
        margin: 10px 0;
    }
    .lx-content .box2 span {
        font-weight: 400;
    }
    .lx-content .box2 .leftposition {
        width: 100%;
        margin-left: 0;
    }
    .lx-content .box2 .introduce-box {
        width: 24%;
    }
    .lx-content .box3 {
        height: auto;
        padding-bottom: 0;
        background-color: #fff;
    }
    .lx-content .box3 .column-box {
        width: 96%;
    }
    .lx-content .box3 .content-box .title {
        margin: 30px 0;
    }
    .lx-content .box3 .content-box .column-box .column {
        width: 97%;
        text-align: left;
    }
    .lx-content .box3 .content-box .column-box .column .img-box, .lx-content .box3 .content-box .column-box .column .Underline {
        display: none;
    }
    .lx-content .box3 .content-box .column-box .column .shopWorth-title {
        font-size: 16px;
        color: #000;
    }
    .lx-content .box3 .content-box .column-box .column .shopWorth-title::before {
        content: " ";
        width: 3px;
        height: 16px;
        display: inline-block;
        background-color: #CF261D;
        margin-right: 10px;
        vertical-align: text-top;
    }
    .lx-content .box3 .content-box .column-box .column .bottom-text {
        padding-left: 12px;
    }
    .lx-content .box3 .content-box .column-box .column .bottom-text>div {
        display: inline-block;
        color: #777777;
    }
    .lx-content .box3 .content-box .column-box .column .bottom-text>div:first-of-type::after {
        content: "，";
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .lx-content .banner-box .banner-box_img {
        height: 580px;
    }
    .content-box .nav {
        display: block;
    }
    .lx-content .banner-box .text-box span {
        font-size: 34px;
    }
    .lx-content .banner-box .text-box .banner-title {
        font-size: 56px;
    }
    .lx-content .content-box {
        max-width: 960px;
    }
    .lx-content .title {
        padding: 5% 0;
        font-size: 28px;
    }
    .lx-content .nav {
        font-size: 14px;
    }
    .lx-content .box1 img {
        width: auto;
    }
    .lx-content .banner-box .tryBtn{
        font-size: 14px;
        display: inline-block;
    }
    .lx-content .box2 .title {
        padding: 2% 0 0 0;
        background-color: #f7f7f7;
    }
    .lx-content .box3 .bottom-text {
        line-height: 1.5rem;
        font-size: 13.6px;
    }
    .lx-content .box2 .line {
        flex-direction: row;
    }
    .lx-content .box2 .line:nth-of-type(2n) {
        flex-direction: row;
    }
    .lx-content .box2 .content-box h3 {
        font-size: 20px;
    }
    .lx-content .box2 .content-box .content-body {
        display: block;
    }
    .lx-content .box2 .introduce {
        flex: unset;
    }
    .lx-content .box2 .content-box {
        flex: 2;
        text-align: left;
    }
    .lx-content .box2 .textImg-box {
        display: block;
    }
    .lx-content .box2 .text-box>div {
        margin: 0;
    }
    .lx-content .box2 .leftposition {
        width: auto;
        margin-left: 30%;
    }
    .lx-content .box2 .introduce-box {
        width: 49%;
    }
    .lx-content .box3 {
        height: 0;
        padding-bottom: 38%;
        background-color: #f7f7f7;
    }
    .lx-content .box3 .column-box {
        width: 90%;
    }
    .lx-content .box3 .content-box .title {
        margin: 0;
    }
    .lx-content .box3 .content-box .column-box .column {
        width: 29.5%;
        text-align: center;
    }
    .lx-content .box3 .content-box .column-box .column .img-box, .lx-content .box3 .content-box .column-box .column .Underline {
        display: block;
    }
    .lx-content .box3 .content-box .column-box .column .shopWorth-title {
        font-size: 15.6px;
        color: #888;
    }
    .lx-content .box3 .content-box .column-box .column .shopWorth-title::before {
        display: none;
    }
    .lx-content .box3 .content-box .column-box .column .bottom-text {
        padding-left: 0;
    }
    .lx-content .box3 .content-box .column-box .column .bottom-text>div {
        display: block;
        color: #000;
    }
    .lx-content .box3 .content-box .column-box .column .bottom-text>div:first-of-type::after {
        display: none;
    }
}

@media (min-width: 1200px) {
    .lx-content .banner-box .text-box {
        font-size: 42px;
    }
    .lx-content .banner-box .banner-title {
        font-size: 76px;
    }
    .lx-content .content-box {
        max-width: 1140px;
    }
    .lx-content .title {
        font-size: 36px;
    }
    .lx-content .nav {
        font-size: 16px;
    }
    .lx-content .banner-box .tryBtn{
        font-size: 16px;
    }
}