
.clear::after{
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.agent-bg{
    background: url('../img/banner.jpg') no-repeat center;
    width: 100%;
    background-size: cover;
    height: 220px;
    padding-top: 80px;
}
.agent-distance{
    padding-bottom: 50px;
}
.agent-wrap{
    width: 1024px;
    margin: auto;
    background: white;
    box-shadow: -1px 5px 10px #ddd;
    border: 1px solid #ddd;
    margin-top: -120px;
    padding-bottom: 50px;
}
.agent-title{
    padding-top: 20px;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}
.register{
    margin: auto;
    width: 580px;
    line-height: 38px;
    color: #666;
    margin-top: 20px;
}
.left-info{
    width: 120px;
    margin-right: 10px;
    text-align: right;
    float: left;
}
.register input,select{
    outline: none;
    border-style: none;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 9.5px;
}
.register input:focus{
    border: 1px solid #ff4343;
}
.public-w400{
    width: 400px;
}
.public-w200{
    width: 200px;
}
.w-137{
    width: 137px;
}
.c-red{
    color: #ff4343;
}
.next-step{
    outline: none;
    border-style: none;
    background: #ff4343;
    border-radius: 5px;
    margin-top: 20px;
    padding: 5px 15px;
    color: white;
    display: inline-block;
    cursor: pointer;
    transition: all .2s;
    transform: scale(1);
}
.next-step:hover{
    transform: scale(1.05);
}