.lxbox {
    width: 100%;
    height: auto;
    padding: 50px 0;
    overflow: hidden;
}
.mapbox {
    width: 45%;
    margin-left: 5%;
    height: auto;
    float: left;
    overflow: hidden;
    border: 1px solid #999;
    padding: 10px;
    position: relative;
}
.mapbox img {
    display: block;
    width: 100%;
    height: auto;
}

.cont {
    width: 40%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 50px;
}
.lxt {
    font-size: 20px;
    height: 70px;
    font-weight: bold;
    margin-top: 40px;
    line-height: 30px;
    position: relative;
}
.lxt::after {
    content: '';
    width: 24px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 40px;
    background: #999;
}
.lxrow {
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
}
.lxrow>span {
    display: block;
    float: left;
    width: 90px;
}
.lxrow>span>i {
    font-style: normal;
    color: #ff0000;
}
.lxrow input {
    display: block;
    float: left;
    width: calc(100% - 300px);
    min-width: 350px;
    height: 35px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.lxrow .panelbox {
    float: left;
    width: calc(100% - 300px);
    min-width: 350px;
    height: 55px;
}
.lxrow textarea {
    display: block;
    float: left;
    width: calc(100% - 300px);
    min-width: 350px;
    height: 120px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.lxrow input.submit {
    height: 40px;
    color: #fff;
    margin-left: 90px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    background: #ddd;
    cursor: pointer;
}

.lxrow input.submit.ok {
    border: 1px solid #518cbf;
    background: #518cbf;
}