.main {
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    height: auto;
}

.wtop {
    width: 1200px;
    height: 200px;
}

.wbody {
    width: 1200px;
    padding: 30px;
    margin-top: 30px;
    background-color: #D9EEFF;
}

.weiquan {
    width: 100%;
    height: 293px;
    background: #FFFFFF;
}

.weiquanL {
    width: 78px;
    height: 293px;
    background: url(../img/weiquan2.png);
}

.weiquanR {
    width: 1000px;
    height: 293px;
    padding: 30px;
    line-height: 40px;
}

.form {
    width: 100%;
    padding: 50px 150px;
    margin-top: 30px;
    background-color: #fff;
}

.formPerson {}

.title {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    color: #1373D5;
    letter-spacing: 0;
    line-height: 50px;
}

.name {
    width: 360px;
    height: 85px;
}

.formPerson input {
    width: 100%;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    padding-left: 20px;
    background-color: #ECF6FF;
}

.formWeiquan input {
    width: 100%;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    padding-left: 20px;
    background-color: #ECF6FF;
}

.form textarea {
    width: 100%;
    height: 200px;
    font-size: 16px;
    line-height: 47px;
    padding-left: 20px;
    background-color: #ECF6FF;
}

.label {
    line-height: 50px;
}

.labelX {
    color: red;
}

.personNormal {
    margin-top: 20px;
}

.weixin {
    width: 240px;
    height: 85px;
    margin-left: 88px;
}

.formWeiquan {
    margin-top: 50px;
}

.formLawyer {
    /* width: 1300px; */
    width: 100%;
    margin-top: 50px;
    height: 1000px;
}

.formLawyer ul li {
    width: 280px;
    height: 450px;
    float: left;
    /* margin-right: 60px; */
}

.formLawyer ul li img {
    width: 147px;
    height: 184px;
}

.formLawyer input {
    -webkit-appearance: auto;
    /* float: left; */
    padding-top: 100px;
}

.lawyerName {
    font-weight: 700;
    font-size: 18px;
    color: #121212;
    letter-spacing: 0;
    line-height: 45px;
}

.boc {
    font-size: 16px;
    color: #8d8b8b;
    letter-spacing: 0;
    line-height: 40px;
}

.moa {
    padding-top: 80px;
    padding-left: 50px;
}

.moc {
    width: 200px;
}

.code {
    display: flex;
}

.code input {
    width: 250px;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    padding-left: 20px;
    margin-left: 20px;
    background-color: #ECF6FF;
}

.code span {
    line-height: 42px;
}

.code img {
    width: 100px;
    height: 47px;
    margin-left: 20px;
}

.submit {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.btn {
    width: 133px;
    height: 50px;
    background: #1373D5;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
}

.personNormal select {
    width: 100%;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    padding:0 20px;
    background-color: #ECF6FF;
    border:none;
}

