.main-content-wrap {
    padding-bottom: 100px;
}
.contact-title {
    color: #333;
    font-size: 24px;
    text-align: center;
    padding-top: 136px;
    margin-bottom: 42px;
}
.list-wrap {
    width: 633px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.text-warp {
    width: 80px;
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    align-items: flex-end;
    font-size:14px;
    color: #666;
}
.text-warp>li {
    margin-bottom: 49px;
}
.text-warp>li:nth-child(7) {
    margin-bottom: 120px;
}
.text-warp>li:last-child {
    margin-bottom: 0px;
}
.input-wrap {
    height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #333;
    font-size: 14px;
}
input {
    width: 540px;
    height: 40px;
}
.btn-warp {
    width: 450px;
    margin: auto;
}
.commit {
    width: 100px;
    height: 40px;
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #FC8E58;
    border-radius: 4px;
    cursor: pointer;
}
#distpicker>select {
    font-size: 16px;
    width: 176px;;
    height: 34px;
}
.required {
    color: red;
    margin-left: 3px;
}
.introduce {
    resize: none;
    height: 120px;
    font-size: 14px;
}
.logoimg {
    cursor: pointer;
}
