.lx-content .title {
    margin-top: 3%;
    text-align: center;
}

.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/pda/RFID_banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lx-content .banner-box .text-box {
    position: absolute;
    top: 35%;
    left: 15%;
    color: #fff;
    text-align: center;
}

.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 .box1 {
    display: flex;
}

.lx-content .box1 .column {
    text-align: center;
    width: 27%;
    margin: 0 3%;
}

.lx-content .box1 span {
    border-color:#4388df !important;
    margin: 3px;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 400;
    color: #4388df;
}

.lx-content .box2, .lx-content .box1, .lx-content .box3 {
    width: 78%;
    margin: 0 auto;
    margin-bottom: 10%;
}

.lx-content .box2 .text {
    margin: 3% 0;
    text-align: center;
    font-weight: 400;
}

.lx-content .box3 .line {
    margin: 15% 5%;
    overflow: hidden;
    display: flex;
}

.lx-content .box3 .line-text {
    flex: 2;
    margin: auto 5%;
}

.lx-content .box3 .img-box {
    flex: 3;
    text-align: center;
}

.lx-content .box3 .line-textTitle {
    margin-bottom: 5%;
    font-size: 28px;
    font-weight: bold;
}

.lx-content .titleExplain, .lx-content .characteristic {
    font-size: 14px;
    margin: 2% 0;
}

.lx-content .characteristic {
    color: #777777;
    font-weight: 400;
}

@media (min-width: 320px) {
    .lx-content .title {
        margin: 10% 0;
        font-size: 22px;
    }
    .lx-content .banner-box .text-box {
        top: 50%;
        left: 4%;
        transform: translate(0, -50%);
        font-size: 20px;
        line-height: 40px;
    }
    .lx-content .banner-box .text-box {
        text-align: left;
    }
    .lx-content .banner-box .tryBtn{
        display: none;
    }
    .lx-content .box1 {
        width: 100%;
        flex-direction: column;
    }

    .lx-content .box1 .column {
        width: 94%;
        display: flex;
        margin-bottom: 30px;
        text-align: left;
    }
    .lx-content .box1 .column .img-box {
        width: 40%;
        text-align: center;
    }
    .lx-content .box1 .column .img-box img{
        width: 80%;
    }

    .lx-content .box2,
    .lx-content .box3 {
        width: 96%;
    }

    .lx-content .box3 .line {
        flex-direction: column-reverse;
        text-align: center;
    }
    .lx-content .box3 .line:nth-of-type(2n) {
        flex-direction: column;
    }
    .lx-content .box3 .line-text {
        margin: 0;
    }
    .lx-content .box3 .line-textTitle {
        font-size: 18px;
        font-weight: normal;
    }
    .lx-content .titleExplain, .lx-content .characteristic {
        font-size: 12px;
    }

    .lx-content .box3 .line .img-box {
        width: 50%;
        margin: 20px auto;
    }
    .lx-content .box3 .line:nth-of-type(3) .img-box,
    .lx-content .box3 .line:nth-of-type(4) .img-box {
        width: 100%;
    }

    .lx-content .box3 .line .img-box img {
        width: 100%;
    }
}
@media (min-width: 768px) {

    .lx-content .box2, .lx-content .box1, .lx-content .box3 {
        width:78%;
        max-width: 960px;
    }
    .lx-content .title {
        margin: 3% 0 0 0;
        font-size: 30px;
    }
    .lx-content .box2 .line-textTitle {
        font-size: 20px;
        font-weight: bold;
    }
    .lx-content .box2 .line-text {
        font-size: 16px;
    }
    .lx-content .column-text {
        font-size: 16px;
        margin-bottom: 15%;
        margin-left: 10%;
        text-align: left;
    }

    
    .lx-content .box1 {
        flex-direction: row;
    }

    .lx-content .box1 .column {
        width: 27%;
        display: block;
        margin: 0 3%;
        text-align: center;
    }
    .lx-content .box1 .column .img-box {
        width: 226px;
        height: 425px;
        line-height: 425px;
        text-align: center;
    }

    .lx-content .box3 .line {
        flex-direction: row;
        text-align: left;
    }
    .lx-content .box3 .line:nth-of-type(2n) {
        flex-direction: row;
    }
    .lx-content .box3 .line-text {
        margin: auto 5%;
    }
    .lx-content .box3 .line-textTitle {
        font-size: 28px;
    }
    .lx-content .titleExplain, .lx-content .characteristic {
        font-size: 14px;
    }

    .lx-content .box3 .line .img-box {
        width: auto;
        margin: 0;
    }

    .lx-content .box3 .line .img-box img {
        width: auto;
    }
}
@media (min-width: 992px) {
    .lx-content .banner-box .banner-box_img {
        height: 580px;
    }

    .lx-content .banner-box .text-box {
        top: 35%;
        left: 15%;
        transform: unset;
        font-size: 24px;
        line-height: unset;
    }
    .lx-content .banner-box .tryBtn{
        font-size: 14px;
        display: inline-block;
    }
    .lx-content .banner-box .text-box {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .lx-content .box2, .lx-content .box1, .lx-content .box3 {
        max-width: 1140px;
    }
    .lx-content .banner-box .text-box {
        font-size: 40px;
    }
    .lx-content .box2 .line-textTitle {
        font-size: 24px;
        font-weight: bold;
    }
    .lx-content .box2 .line-text {
        font-size: 20px;
    }
    .lx-content .banner-box .tryBtn{
        font-size: 16px;
    }
}