input[type=text] {
    text-align: left;
    padding-left: 10px;
    color: #666;
}
.mask {
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display:none;
}
.find_dialog {
    width: 700px;
    height: 450px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -350px;
}
.find_dialog_title {
    height: 62px;
    background: #e60012;
    color: #fff;
}
.find_dialog_content {
    width: 500px;
    margin: 0 auto;
}
.find_dialog .find_btn {
    width: 360px;
    height: 40px;
    margin-left: 25%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #e60012;
    cursor: pointer;
    border: 0px;
}
.find_dialog_title h3 {
    display: inline-block;
    line-height: 62px;
    margin-left: 20px;
}
.find_dialog_title h4 {
    display: inline-block;
    line-height: 62px;
    font-size: 14px;
    font-weight: normal;
    margin-left: 20px;
}
.dialog_close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.find_dialog_content {
    width: 500px;
    margin: 0 auto;
}
.find_dialog_content .input_wrapper {
    margin: 30px 0;
}
.find_dialog_content .input_wrapper span {
    width: 108px;
    display: inline-block;
    text-align: right;
}
.find_dialog_content input {
    width: 364px;
    height: 48px;
    border: 1px solid #ccc;
    outline: none;
    margin-left: 10px;
}
.find_dialog_content .must {
    color: #f00;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}
.name_tips{
    position: absolute;
    top: 145px;
    left: 50%;
    color: #f00;
    text-align: left;
    margin-left: -130px;
    font-size: 12px;
}
.phone_tips {
    position: absolute;
    top: 225px;
    left: 50%;
    color: #f00;
    text-align: left;
    margin-left: -130px;
    font-size: 12px;
}
.personal_tips{
    position: absolute;
    top: 305px;
    left: 50%;
    color: #f00;
    text-align: left;
    margin-left: -130px;
    font-size: 12px;
}

.find_dialog .find_btn {
    width: 360px;
    height: 40px;
    margin-left: 15%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #e60012;
    cursor: pointer;
    border: 0px;
outline: none;
}
.find_result {
    width: 700px;
    height: 450px;
    background: url(http://www.wanmacaiwu.com/images/send_success.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -225px;
    margin-left: -350px;
    background-size: 100% 100%;
    display: none;
}
.confirm_btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #e60012;
    cursor: pointer;
    position: absolute;
    top: 350px;
    left: 50%;
    margin-left: -75px;
    border: 1px solid #e60012;
    outline: none;
}
.footer_dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    height: 120px;
    width: 100%;
}
.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.person {
    position: absolute;
    bottom: 0;
    left: 230px;
    width: 470px;
    height: 178px;
}
.form {
    position: absolute;
    left: 800px;
    top: 20px;
    color: #FFF;
}
.find_content {
    margin-bottom: 10px;
}
.close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background:url(../images/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.find_content input {
    width: 300px;
    height: 35px;
    outline: none;
    text-align: left;
    font-family: "微软雅黑";
    color: #666;
    padding-left: 10px;
}
.phone_val {
    width: 180px;
    height: 35px;
    outline: none;
}
.submit {
    float: right;
    display: block;
    margin-left: 10px;
    width: 108px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #FFF;
    background-color: #e60012;
}