
.content{
    overflow: hidden;
    width: 100%;
    height: 855px;
    background: url("../img/appointment-back.png") center no-repeat #000;
}
.form-box{
    color:#fff;
    width: 965px;
    margin: 45px auto 55px auto;
    background: url("../img/appointment-opacity.png");
    padding-bottom: 50px;
}
.form-box-title{
    height: 72px;
    line-height: 71px;
    color: #e1a60b;
    text-align: center;
    font-size: 28px;
    background-color: #1a1a1a;
}
.input-box{
    width: 486px;
    margin: 50px auto;
}
.input-box .num{
    margin-bottom: 25px;
}
.input-li{
    width: 460px;
    padding-left: 25px;
    background: #fff;
    height: 54px;
    line-height: 54px;
    border-radius: 7px;
    margin-bottom: 21px;
    position: relative;
}
.input-li .input-icon{
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 12px;
}
.input-icon-1{
    background: url("../img/appointment-icon-1.png") no-repeat;
    background-size: 100%;
}
.input-icon-2{
    background: url("../img/appointment-icon-2.png") no-repeat;
    background-size: 100%;
}
.input-icon-3{
    background: url("../img/appointment-icon-3.png") no-repeat;
    background-size: 100%;
}
.input-icon-4{
    background: url("../img/appointment-icon-4.png") no-repeat;
    background-size: 100%;
}
.input-icon-5{
    background: url("../img/appointment-icon-5.png") no-repeat;
    background-size: 100%;
}
.input-icon-6{
    background: url("../img/appointment-icon-6.png") no-repeat;
    background-size: 100%;
}
.input-right{
    float: left;
    margin-left: 15px;
}
.input-li input{
    border: none;
    width: 400px;
    height: 54px;
}




.verify-code{
    display: none;
    border: solid 1px #eee;
    padding: 10px 20px;
    position: absolute;
    top:-120px;
    right: -30px;
    background-color: #eee;
}
.verify-code .arrow-icon{
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    display: inline-block;
    border-width: 10px;
    border-color: #eee transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    z-index: 2;
    bottom: -19px;
    left: 75px;
}
.input-li input[class=verify-img]{
    width: 50px;
    margin-top: 15px;
    height: 25px;
    border: solid 1px #eee;
    border-radius: 5px;
    padding-left: 10px;


}
.input-li input[class=btn-verify]{
    width: 50px;
    height: 25px;
    background-color: #e1a60b;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}






#verify{
    width: 250px;
}
.verify-box{
    width: 415px;
}
#sendMessage-button{
    cursor: pointer;
    padding: 0 40px;
    float: right;
    background-color: #e1a60b;
    text-align: center;
    line-height: 54px;
    border-radius: 7px;
}
#sendMessage-count{
    cursor: pointer;
    padding: 0 40px;
    float: right;
    background-color: #e1a60b;
    text-align: center;
    line-height: 54px;
    border-radius: 7px;
}
.submit-button{
    margin-top: 40px;
    width: 486px;
    height: 60px;
    background-color: #e1a60b;
    text-align: center;
    line-height: 60px;
    border-radius: 7px;
    font-size: 22px;
    color: #000;
    cursor: pointer;
}
.appointment-notice{
    margin-top: 15px;
    text-align: right;
    font-size: 16px;
}
.appointment-notice a{
    color: #fff;
}