.lianxi-box {
    background: #f6f7f8;
    min-width: 1400px;
    height: auto;
    overflow: hidden;
}

.lx-box {
    width: 1455px;
    height: 864px;
    display: flex;
    margin-top: 82px;
    margin-bottom: 100px;
}

.lx-left {
    width: 447px;
    height: 914px;
    border-radius: 8px;
    background: #f6f7f8;
}

.lx-left div {
    position: relative;
    width: 447px;
    height: 286px;
    border-radius: 8px;
    background: url(../images/diwen.png);
    background-size: cover;
    margin-bottom: 25px;
    overflow: hidden;
}

.lx-left .lx-one>div::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #3B1789;
    border-radius: 8px 0 0 0;
}

.lx-left .lx-two>div::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #F9B73B;
    border-radius: 8px 0 0 0;
}

.lx-left .lx-three>div::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #666666;
    border-radius: 8px 0 0 0;
}

.lx-left .lx-one {
    /* background: #3b1789; */
}

.lx-left .lx-one>div,
.lx-two>div,
.lx-three>div {
    /* margin-top: 8px; */
    width: 447px;
}

.lx-left .lx-one>div h5,
.lx-two>div h5,
.lx-three>div h5 {
    padding-top: 37px;
    padding-left: 35px;
    font-size: 22px;
    padding-bottom: 30px;
}

.lx-left .lx-one>div span,
.lx-two>div span,
.lx-three>div span {
    display: block;
    padding-bottom: 10px;
    margin-left: 35px;
}

.lx-left .lx-one>div p,
.lx-two>div p,
.lx-three>div p {
    margin-left: 35px;
    line-height: 25px;
    font-size: 18px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 30px;
}

.lx-left .lx-two {
    /* background: #f9b73b; */
}

.lx-left .lx-three {
    /* background: #666;
    margin-bottom: 0; */
}

.lx-right {
    width: 900px;
    height: 914px;
    background: #fff;
    border-radius: 20px;
}

.lx-right #inputone input {
    width: 230px;
    margin-right: 20px;
}

.lx-right #inputone input:nth-child(3) {
    margin-right: 0px;
}

.lx-right h1 {
    padding-left: 40px;
    padding-top: 50px;
    font-size: 37px;
    margin-bottom: 22px;
}

.lx-right p {
    color: #9f9f9f;
    margin-left: 40px;
}

.lx-right .informations {
    display: flex;
    justify-content: space-evenly;
    width: 848px;
    padding-right: 0;
    margin-top: 20px;
    color: #333;
    font-size: 14px;
}

.lx-right .informations span {
    display: block;
    margin-left: 0;
}

.lx-right form {
    margin-top: 50px;
}

.lx-right .inputbox {
    margin-left: 40px;
    margin-top: 10px;
}

.lx-right #inputone input {
    width: 251px;
    height: 45px;
    background: #f7f7f7;
    border-radius: 4px;
    outline: none;
    border: none;
    margin-right: 10px;
}

.lx-right .inputbox .radio {
    position: relative;
    width: calc(32% - 8px);
    margin: 0 10px 20px 0px;
    display: inline-block;
}

.lx-right .inputbox .radio input {
    appearance: none;
    position: absolute;
}

.lx-right .inputbox .radio label {
    display: block;
    background: #F7F7F7;
    border-radius: 4px;
    padding: 12px 20px;
    border-radius: 4px;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
}

.lx-right .inputbox .radio input:checked+label {
    background: rgba(59, 23, 137, 0.1);
    color: #3B1789;
    font-weight: bold;
}

#inputone input {
    padding-left: 16px;
}

.lx-right input {
    margin-bottom: 20px;
}

#textinput {
    width: 811px;
    height: 140px;
    background: #f7f7f7;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 10px 10px;
}

#sixinput {
    width: 509px;
}

#inform {
    margin-top: 0;
}

#sub {
    width: 200px;
    height: 45px;
    background: #f9b73b;
    border-radius: 5px;
    border: none;
    outline: none;
    margin: 40px;
    color: #fff;
    font-size: 14px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.5s;
}
#sub:hover{
    background-color: #3b1789;
}