﻿#section {
    width: 1065px;
    margin: 0 auto;
}
.Route-li {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 10px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #666;
    border-bottom: 2px solid transparent;
    text-align: center;
    cursor: pointer;
}
.Route-ul {
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.li-click {
    transition: .6s;
    border-bottom-color: #2857c1;
    color: #2857c1;
    font-weight: bold;
}
.form-title {
    color: #2857c1;
    font-size: 18px;
}

.form-input {
    padding-top: 10px;
    padding-bottom: 50px;
}

.input-ul .lab-name {
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
}

.lab-name:before {
    content: "*";
    color: red;
}

.page-Mian2 .input-ul .input-li:nth-child(2) .lab-name:before {
    color: #fff !important;
}

.form-input .input-ul .input-li input[type="text"], .form-input div input[type="text"], .form-input .input-ul .input-li input[type="date"], .input-type {
    width: 390px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    color: #9a9a9a;
}

.textarea {
    width: 390px;
    height: 155px;
    resize: none;
    margin-left: -5px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    outline: none;
    box-sizing: border-box;
    padding: 10px;
    line-height: 1.5;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #9a9a9a;
}

.input-ul li i {
    display: inherit;
    width: 20px;
    height: 20px;
    float: left;
    background: url("../images/i.png") center center no-repeat;
    background-size: 70%;
}

.form-div1, .form-div2 {
    width: 230px;
    font-size: 14px;
    color: #9a9a9a;
    background: #fefcf1;
    padding-top: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 20px;
    position: relative;
}

.form-div1 {
    height: 40px;
}

    .form-div1:before, .form-div2:before {
        content: "";
        display: block;
        border-top: 10px solid transparent;
        border-right: 10px solid #fefcf1;
        border-bottom: 10px solid transparent;
        position: absolute;
        left: -10px;
    }

.form-div2 {
    height: 155px;
}

.form-div2-div {
}

.form-div2 ul li {
    font-size: 14px;
    margin-top: 5px;
}

.input-li {
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    text-align: left;
}

.input-ul li span {
    color: #9a9a9a;
    margin-left: 10px;
}

.lab-name {
    color: #9a9a9a;
    font-size: 18px;
}

.input-ver label, .input-ver textarea, .input-ver span {
    vertical-align: text-top;
}

.input-ul {
    border-bottom: 2px solid #dedede;
    padding-bottom: 20px;
}

.Contact-title {
    padding-top: 40px;
    padding-bottom: 30px;
    color: #2857c1;
    font-size: 18px;
}

.attention {
    color: #9a9a9a;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .attention ul li {
        margin-top: 10px;
    }

.input-btn {
    width: 135px;
    height: 40px;
    background: #2857c1;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-left: calc(50% - 67.5px);
    margin-bottom: 50px;
    text-align: center;
    line-height: 40px;
}

.cove-txt {
    font-size: 12px;
    width: 520px;
    text-align: left;
    color: red;
    opacity: 0;
    padding-left: 110px;
    box-sizing: border-box;
}

.radio label {
    margin-right: 20px;
}