.inputBox{
	width: 400px;
    height: auto;
    margin-bottom: 7px;
    color: #7d7d7d;
    float: left;
}
.inputBox input{
	width: 378px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #2a2a2a;
    color: #666;
    outline: none;
    font-size: 22px;
    border-radius: 10px;
    padding-left: 20px;
    margin-top: 30px;
}
.btnBottom{
	width: 400px;
    height: 77px;
    background: #ff5d37;
    font-size: 18px;
    color: #fff;
    border: 0;
    cursor: pointer;
    float: left;
    margin-top: 30px;
    margin-left: 200px;
    border-radius: 10px;
    font-size: 36px;
}
.tel-tit{
	font-size: 24px;
    color: #fff;
}
.tel-num{
	    font-size: 24px;
    color: #ff5d37;
}
.botomColse{
	width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    z-index: 11;
}
.botomColse:hover{
	color: red;
}
.down-bar-btn{
	width: 130px;
    height: 134px;
    position: fixed;
    left: -130px;
    bottom: 0;
    z-index: 21;
    background: url(../images/down-bar-btn.png) no-repeat;
    cursor: pointer;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.down-bar-btn p{
	    font-size: 16px;
    color: #fff;
    width: 25px;
    text-align: center;
    margin: 20px 0 0 19px;
    font-weight: bold;
    padding-top: 10px;
       
}
