.lx-content img {
    width: 100%;
}
.lx-content .head-backgroundcolor{
    position: absolute;
    top: 0;
    height: 60px;
    left: 0;
    right: 0;
    background-color: #fff;
}

.lx-content .head-box {
    width: 100%;
    background-color: #4C97F2;
}

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

.lx-content .padding-box {
    height: 0;
    padding-bottom: 50%;
    position: relative;
}

.lx-content .head-box .head {
    display: none;
}

.lx-content .head-box .wxworkLogo{
    width: 24.4%;
}

.lx-content .head-box .left {
    flex: 4;
    display: flex;
}

.lx-content .head-box .lxLogo-box {
    flex: 1;
    display: flex;
}

.lx-content .head-box .lxLogo {
    margin-left: auto;
    width: 68%;
}

.lx-content .head-box .wxworkText {
    background-color: #fff;
    color: #0385DD;
    letter-spacing: 2px;
    white-space: nowrap;
    line-height: 30px;
    padding: 2px 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.lx-content .head-box .wxworkLogo-box {
    flex: 3;
    display: flex;
    margin: auto 0;
    margin-left: 15px;
}

.lx-content .head-box .right {
    cursor: pointer;
    z-index: 3;
}

.lx-content .head-box .head-body {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.lx-content .head-box .body-left {
    flex: 1;
    color: #fff;
}

.lx-content .head-box .body-right {
    flex: 1;
    position: relative;
}

.lx-content .head-box .img-box {
    width: 73.8%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.lx-content .head-box .left-line {
    display: inline-block;
    border: 4px solid #fff;
    width: 30%;
}

.lx-content .head-box .headText-box {
    padding: 30% 5% 0 45%;
    letter-spacing: 10px;
}

.lx-content .content-box {
    width: 60%;
    margin: 0 auto 5%;
}

.lx-content .content-box .box1, .lx-content .content-box .box2 {
    margin-top: 8%;
}

.lx-content .box1 .lineChild {
    display: inline-block;
}

.lx-content .box1 .flexChild {
    display: flex;
}

.lx-content .box1 .wxworkText {
    color: #fff;
}

.lx-content .box1 .introduction1 {
    letter-spacing: 1px;
}

.lx-content .box1 .introduction2 {
    text-align: center;
    color: #B3B4B5;
    font-size: 14px;
    margin-top: 3%;
}

.lx-content .box1 .img-box {
    margin-right: 10px;
}

.lx-content .box1 .wxwork-box {
    width: 90%;
    margin: 5% auto 0;
}

.lx-content .box1 .registerWxwork, .lx-content .box1 .installWxwork {
    width: 40%;
    display: inline-block;
    text-align: center;
    padding: 1% 0;
    border-radius: 5px;
    cursor: pointer;
}

.lx-content .box1 .installWxwork {
    margin-left: 15%;
}


.lx-content .title {
    font-size: 26px;
    text-align: center;
    margin: 5%;
}

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

.lx-content .box2 .column {
    display: inline-block;
    vertical-align: top;
    max-width: 120px;
}

.lx-content .box2 .column:nth-of-type(3) {
    float: right;
}

.lx-content .box2 .column:nth-of-type(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.lx-content .box2 .columnImg-box {
    width: 80%;
    margin: 0 auto;
}

.lx-content .box2 .text-box {
    color: #B3B4B5;
    text-align: center;
    margin-top: 20%;
}

.lx-content .box3 .box-content {
    display: flex;
}

.lx-content .box3 .industriesColumn-box {
    display: flex;
    flex: 1;
}

.lx-content .box3 .industriesColumn-box .industries-column {
    margin-right: auto;
}

.lx-content .box3 .text {
    text-align: center;
    font-size: 18px;
}

.popuo-wxwork-login {
    width: 80%;
    max-width: 500px;
    height: auto;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background-color: #f5f5f5 !important;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.popuo-wxwork-login .popuo-wxwork-login_title {
    margin-top: 10%;
}

.popuo-wxwork-login .popuo-wxwork-login_img {
    width: 80%;
    margin: 5% auto 10%;
    border-radius: 10px;
    -moz-box-shadow: 0px 4px 5px 0px #E3E3E3;
    -webkit-box-shadow: 0px 4px 5px 0px #E3E3E3;
    box-shadow: 0px 4px 5px 0px #E3E3E3;
}

.popuo-wxwork-login .popuo-wxwork-login_img img {
    width: 100%;
}

.popuo-wxwork-login .popuo-wxwork-login_text {
    margin-bottom: 30px;
    font-size: 12px;
    color: #999;
}
.lx-content-phone .content-top .content-top_btns button:active{
    color: #fff;
    background-color: #4C97F2;
}
.lx-content-phone .content-top .content-top_btns button:hover{
    background-color: #4C97F2;
}

@media (min-width: 320px) {
    .lx-content,.container-lx-head{
        display: none;
    }
    .lx-content-phone {
        display: block;
    }
    .lx-content-phone .content-top {
        height: 515px;
        position: relative;
        background-color: #4C97F2;
        color: #fff;
    }
    .lx-content-phone .content-top .content-top_btns {
        height: 60px;
        line-height: 60px;
        position: relative;
    }
    .lx-content-phone .content-top .content-top_btns .logo-box {
        display: inline-block;
        margin-left: 4%;
    }
    .lx-content-phone .content-top .content-top_btns .logo-box img {
        width: 100px;
    }
    .lx-content-phone .content-top .content-top_btns button {
        height: 25px;
        position: absolute;
        top: 50%;
        right: 2%;
        transform: translate(0, -50%);
        padding: 0 5px;
        border-radius: 3px;
        border-color: #fff !important;
        line-height: 25px;
        font-size: 12px;
        color: #fff;
    }
    .lx-content-phone .content-top .content-top_btns .openWxworkLoginCode {
        width: 184px;
        height: 25px;
        position: absolute;
        top: 50%;
        right: 2%;
        transform: translate(0, -50%);
        padding: 0 5px;
        line-height: 25px;
        font-size: 12px;
        background-image: url('/img/pages/wxwork/qywxlogin.png');
        background-size: contain;
    }
    .lx-content-phone .content-top .content-top_title {
        text-align: center;
    }
    .lx-content-phone .content-top .content-top_title .wxworkLogo-box {
        text-align: center;
    }
    .lx-content-phone .content-top .content-top_title .wxworkLogo-box .wxworkLogoImg {
        width: 17px;
        height: 17px;
        display: inline-block;
        position: relative;
        background-color: #347cd4;
        vertical-align: middle;
    }
    .lx-content-phone .content-top .content-top_title .wxworkLogo-box .wxworkLogoImg img {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .lx-content-phone .content-top .content-top_title .wxworkLogo-box .wxworkText {
        display: inline-block;
        height: 17px;
        margin-left: -4.2px;
        line-height: 17px;
        font-size: 12px;
        padding: 0 4px;
        background-color: #fff;
        color: #4C97F2;
    }
    .lx-content-phone .content-top .content-top_title .title {
        width: 160px;
        margin-top: 10px;
        display: inline-block;
        font-size: 1.7rem;
        letter-spacing: 4px;
    }
    .lx-content-phone .content-top .content-top_title .title label {
        font-size: 1.25rem;
        letter-spacing: 1px;
    }
    .lx-content-phone .content-top .content-top_banner {
        width: 100%;
        height: 60%;
        text-align: center;
        position: absolute;
        bottom: 0;
    }
    .lx-content-phone .content-top .content-top_banner img {
        height: 100%;
    }
    .lx-content-phone .content-information {
        margin-top: 20px;
        padding: 0 4%;
    }
    .lx-content-phone .content-information_title {
        height: 60px;
        margin: 0 auto;
        line-height: 60px;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .lx-content-phone .content-information_text {
        max-width: 338px;
        margin: 0 auto;
    }
    .lx-content-phone .content-information_text span {
        height: 30px;
        display: block;
        line-height: 30px;
        font-size: 14px;
        color: #888;
    }
    .lx-content-phone .content-information_p>div {
        max-width: 338px;
        margin: 30px auto;
    }
    .lx-content-phone .content-information_p>div:first-of-type {
        margin-top: 0;
    }
    .lx-content-phone .content-information_p img {
        width: 43px;
        height: 43px;
    }
    .lx-content-phone .content-information_p .text-box {
        width: calc(100% - 58px);
        height: 43px;
        display: inline-block;
        margin-left: 10px;
        line-height: 43px;
        color: #888;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: middle;
    }
    .lx-content-phone .content-information_column {
        margin-top: 20px;
        display: flex;
    }
    .lx-content-phone .content-information_column>div {
        flex: 1;
        text-align: center;
    }
    .lx-content-phone .content-information_column>div img {
        width: 30px;
        height: 30px;
    }
    .lx-content-phone .content-information_column>div .text-box {
        margin-top: 10px;
    }
    .lx-content-phone .lx-content-foot {
        margin-top: 30px;
    }
    .lx-content-phone .lx-content-foot .copyright {
        height: 36px;
        line-height: 36px;
        text-align: center;
        font-size: 14px;
    }
    .lx-content-phone .lx-content-foot .copyright label {
        font-size: 16px;
    }
    .lx-content-phone .lx-content-foot .copyright {
        width: 260px;
        height: 45px;
        margin: 0 auto 55px;
        padding-top: 10px;
        line-height: 10px;
        font-size: 12px;
        text-align: center;
        color: #999;
    }
    .lx-content-phone .lx-content-foot .copyright label {
        font-size: 14px;
    }
    .lx-content-phone .lx-content-foot .lx-content-foot_btns {
        width: 100%;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        background-color: #fff;
        box-shadow: 0 0 8px rgba(0, 0, 0, .1);
        line-height: 55px;
        text-align: center;
        z-index: 999;
    }
    .lx-content-phone .lx-content-foot .lx-content-foot_btns button {
        width: 150px;
        height: 33px;
        padding: 0;
        margin: 0 15px;
        line-height: 33px;
        background-color: #3b89d7;
        font-size: 12px;
        color: #fff;
    }
    .lx-content-phone .lx-content-foot .lx-content-foot_btns button a {
        color: #fff;
        text-decoration: none;
    }
    .lx-content-phone .lx-content-foot .lx-content-foot_btns button img {
        width: 16px;
        height: 16px;
        margin: 0 5px;
    }
    .lx-content-phone .lx-content-foot .lx-content-foot_btns button:last-of-type {
        background-color: #fff;
        border: 1px solid #3b89d7;
        color: #3b89d7;
    }
}

@media(min-width: 992px) {
    .lx-content .body-box, .lx-content .content-box {
        max-width: 960px;
    }
    .lx-content .box2 .text-box {
        font-size: 14px;
    }
    .lx-content .head-box .headText-box {
        font-size: 38px;
    }
    .lx-content, .container-lx-head {
        display: block;
    }
    .lx-content-phone {
        display: none;
    }
    .lx-content .head-box .left-text {
        font-size: 28px;
        letter-spacing: 6px;
        text-align: left;
    }
}

@media(min-width: 1200px) {
    .lx-content .box2 .text-box {
        font-size: 16px;
    }
    .lx-content .head-box .headText-box {
        font-size: 46px;
    }
    .lx-content .body-box, .lx-content .content-box {
        max-width: 1140px;
    }
    .lx-content .head-box .left-text {
        font-size: 34px;
    }
}