.wmt_wrap{
    padding-top: 43px;
    padding-bottom: 55px;
}
.wmt_wrap .addr {
    width: 100%;
}
.wmt_wrap .item {
    height: 41px;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0 10px;
    position: relative;
    margin-bottom: 10px;
}
.wmt_wrap .item.need {
    display: block;
    height: 170px;
    padding-top: 10px;
}
.wmt_wrap .item img{
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.wmt_wrap .item .arrow {   
    position: absolute;
    right: 10px;
}
.wmt_wrap .item .red {
    color: #f54033;
}
.wmt_wrap .item input {
    border: none;
    margin-bottom: -3px;
}
.wmt_wrap .item textarea {
    display: block;
    width: 100%;
    margin: 0px 4px 0px 0px;
    height: 117px;
    border: none;
    outline: none;
}
.wmt_wrap .item.need p {
    margin-bottom: 10px;
}
.wmt_wrap .btn {
    padding: 0 15px;
    margin-top: 25px;
    margin-bottom: 30px;
}
.wmt_wrap .submit_btn {
    height: 40px;
    background-color: #ff5555;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
}
.wmt_wrap .bg {
    background-color: #f5f8ff;
}