.lx_title {
    position: absolute;
    top: 1.71rem;
    left: 2.71rem;
    font-size: .72rem;
    color: #fff;
    font-weight: bold;
}


.lx_box {
    width: 100%;
    height: 12.81rem;
    background-image: url('../img/lxbg.png');
    padding: .9rem 1.99rem 0 2.48rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.page_title_box {
    transform: translate(0);
    margin: 0;
}

.lx_left {
    width: 5.6rem;
    margin-right: 1.65rem;
    flex-shrink: 0;
}

.lx_right {
    flex: 1;
    padding-top: .3rem;
    box-sizing: border-box;
}

.c_info_box {
    box-sizing: border-box;
}

.cname {
    font-weight: bold;
    font-size: .36rem;
    color: #D72318;
    margin-top: .71rem;
}

.c_info_inner {
    margin-bottom: .42rem;
    padding-bottom: .45rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c_info_inner:nth-child(2) {
    margin-top: .71rem;
}

.c_info_inner:nth-last-child(1) {
    padding-bottom: 0;
    border: none;
}

.c_info_title {
    font-size: .18rem;
    color: #333333;
}

.c_info_text {
    margin-top: .3rem;
    font-size: .24rem;
    line-height: .36rem;
}

.c_info_text span {
    font-size: .18rem;
    color: #666666;
}

.c_info_img {
    width: .62rem;
    height: auto;
}

.c_info_img2 {
    width: 1.35rem;
    height: 1.35rem;
}

.form_t_title {
    display: flex;
    font-size: .36rem;
    color: #333333;
    font-weight: bold;
    align-items: center;
}

.lx_form {
    margin-top: 1.2rem;
}

.form_t_title img {
    width: .27rem;
    height: .23rem;
    margin-right: .2rem;
}

.lx_form {
    padding-left: .48rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.form_item_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.form_item {
    flex: 1;
    margin-bottom: .25rem;
    padding-bottom: .16rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.message {
    flex: 1;
    margin-bottom: .25rem;
    padding-bottom: .16rem;
	color:#C00
}


.form_item_box .form_item:nth-child(1) {
    margin-right: .48rem;
}

.form_item p {
    font-size: .18rem;
    color: #333333;
    font-weight: bold;
}

.form_item input, .form_item textarea {
    flex: 1;
    font-size: .16rem;
    color: #333;
    margin-top: .3rem;
    border: none;
}

.form_item textarea {
    height: .8rem;
    background-color: transparent;
    width: 100%;
}

.more_btn {
    border: none;
    background-color: transparent;
}

@media screen and (max-width:1150px) {
    .lx_title {
        font-size: .3rem;
        top: 50%;
        left: .24rem;
        transform: translate(0, -50%);
    }

    .lx_box {
        height: auto;
        padding: .24rem;
        display: flex;
        flex-direction: column;
    }

    .cname {
        font-size: .2rem;
        margin-top: .24rem;
    }

    .c_info_inner {
        margin-top: .24rem !important;
        margin-bottom: .24rem;
        padding-bottom: .24rem;
    }

    .lx_left {
        margin: 0;
        width: 100%;
    }

    .c_info_title {
        font-size: .16rem;
    }

    .c_info_text{
        font-size: .14rem;
        margin-top: .2rem;
    }

    .c_info_text span{
        font-size: .14rem;
    }

    .form_t_title{
        /* zoom: .6; */

        font-size: calc(.36rem * .6);
    }

    .form_t_title img{
        width: calc(.27rem * .6);
        height: calc(.23rem * .6);
        margin-right: .12rem;
    }

    .lx_form{
        padding: 0;
        margin-top: .24rem;
    }
    .form_item_box{
        flex-direction: column;
    }
    .form_item input, .form_item textarea{
        font-size: .14rem;
        margin-top: .24rem;
    }
    .form_item{
        margin-right: 0!important;
        padding-bottom: .24rem;
    }

    .more_btn{
        /* zoom: .8; */
    }

}