.wrap-map {
    height: 556px;
    padding: 90px 0;
}

.wrap-map .flex {
    background: #eee;
    height: 375px;
    padding: 30px 30px 30px 160px;
}

.wrap-map .left {
    width: 330px;
}

.wrap-map .map {
    border: 1px solid #ddd;
    flex: 1;
}

.wrap-map .name {
    font-size: 18px;
    color: #000;
    padding: 40px 0 30px;
}

.wrap-map .left p {
    font-size: 14px;
    color: #4f4f4f;
    padding-top: 20px;
}

.wrap-map .t1 {
    font-size: 18px;
    color: #000;
}

.wrap-map .t2 {
    padding: 15px 0 20px;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    position: relative;
}

.wrap-map .t2:after {
    position: absolute;
    left: -50px;
    top: 0;
    content: '';
    background: url("../images/72.png") no-repeat;
    background-size: contain;
    width: 39px;
    height: 39px;
}

.wrap-form{
    padding-bottom: 100px;
}

.wrap-form .t{
    font-size: 16px;
    color: #686868;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 60px;
    margin-left: 30px;
    font-weight: bold;
}

.wrap-form .t:after{
    position: absolute;
    left: -30px;
    top: 0;
    width: 8px;
    height: 40px;
    background: #0079c3;
    content: '';
}

.wrap-form .item {
    margin-bottom: 30px;
    display: flex;
}

.wrap-form label {
    display: inline-block;
    width: 175px;
    min-width: 175px;
    text-align: right;
    font-size: 16px;
    color: #404040;
    line-height: 40px;
}

.wrap-form input {
    width: 430px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin-right: 20px;
}

.wrap-form .code {
    width: 220px;
}

.wrap-form textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    resize: none;
}

.wrap-form select {
    width: 130px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding: 0 20px;
}

.wrap-form i {
    color: red;
    position: relative;
    top: 15px;
}

.wrap-form .getcode {
    display: inline-block;
    background: #eeeeee;
    color: #404040;
    font-size: 16px;
    min-width: 90px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #404040;
    position: relative;
    top: 10px;
}

.wrap-form .btn {
    display: inline-block;
    cursor: pointer;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
    margin-left: 40px;
    font-size: 18px;
}

.wrap-form .btn-box {
    padding-top: 20px;
    padding-left: 140px;
}

.wrap-form .bt1 {
    background: #e43e1d;
    color: #fff;
}

.wrap-form .bt2 {
    border: 1px solid #d2d2d2;
    color: #6b6b6b;
}