#topbar{
    border-bottom:1px solid #000;
}
.ty{
    width: 1000px;
    height: 550px;
    margin: 60px auto 0;
}
.img{
    float: left;
}
.form{
    float: right;
    width: 389px;
}
.box{
    margin: 0 40px;
}
.select{
    margin-top:70px;
}
select{
    width: 150px;
    height: 27px;
}
input{
    width: 300px;
    padding: 8px 0 8px 8px;
    border: 1px solid #cbcbcb;
    margin-top: 17px;
}
.yz input{
    width: 150px;
}
.btn{
    display: inline-block;
    width: 46%;
    height: 30px;
    font: 12px/30px "microsoft yahei";
    text-align: center;
    background-color: #a98f83;
    border-radius: 5px;
    color: #fff;
}
.sure{
    display: block;
    margin: 10px auto 20px;
    background: #a98f83;
    color: #fff;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 200px;
    text-align: center;
}
p{
    text-align: center;
    line-height: 24px;
}