.distributor .wrap {
    padding-top: 100px;
    padding-bottom: 180px;
    background: url('../img/distributor/bg.png') no-repeat top left / 100% 100%, url('../img/line.png') no-repeat left bottom / 100% auto, #121212;
}

.distributor .wrap .title {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.distributor .wrap .sub-title {
    font-size: 18px;
    color: #c6c6c6;
    text-align: center;
}

.distributor .wrap .form {
    width: 696px;
    height: 393px;
    border: 1px solid #4e4e4e;
    margin: 66px auto 0;
    padding-top: 40px;
}

.distributor .wrap .form .form-item {
    border-bottom: 1px solid #fff;
    width: 370px;
    margin: 0 auto 60px;
    padding-left: 15px;
    padding-bottom: 10px;
}

.distributor .wrap .form .form-item .label {
    float: left;
    width: 35px;
    text-align: center;
}

.distributor .wrap .form .form-item .content {
    margin-left: 35px;
}

.distributor .wrap .form .form-item .content input {
    height: 38px;
    width: 100%;
    outline: none;
    border: none;
    background: none;
    color: #fff;
    padding-left: 15px;
    font-size: 18px;
}

.distributor .wrap .form .submit {
    text-align: center;
}

.distributor .wrap .form .submit .action {
    width: 370px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    outline: none;
    border: none;
    border-radius: 30px;
    font-size: 20px;
    color: #121212;
    cursor: pointer;
    display: inline-block;
}