
.banner{
    width: 100%;
    position: relative;
    z-index: 1;
    height: 500px;
    overflow: hidden;
}
.banner img{
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.content{
    width: 1100px;
    z-index: 999;
    margin-top: -200px;
    position: relative;
}
.content img{
    width: 100%;
    display: block;
    padding: 30px 0 30px;
}
.content-box{
    padding: 0 80px 80px;
    background: #fff;
}
.content-box p{
    line-height: 40px;
    font-size: 24px;
    font-weight: 600;
    text-indent: 8px;
}
.content-box .title-p{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.content-box .title-p a{
    color: #be1717;
}
.investigation-ipt{
    padding: 10px;
    width: 100%;
    height: 140px;
    line-height: 20px;
    border-radius: 5px;
    color: #000;
    border: 1px solid #adadad;
    box-sizing: border-box;
    resize:none;
}
/*94*/
.ipt-box{
    width: 250px;
    line-height: 30px;
    padding-right: 95px;
    float: left;
}
.ipt-box:nth-last-child(1){
    padding-right: 0;
    border: 1px solid #adadad;
    box-sizing: border-box;
    border-radius: 5px;
}
.tel-ipt{
    border: 1px solid #adadad;
    line-height: 20px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
.save-btn {
    text-align: center;
    line-height: 50px;
    background: #c8c6c6;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    width: 188px;
    margin:  80px auto 0 ;
    border-radius: 5px;
}
.sureBtn{
    background: #be1717;
}
.sureBtn:hover{
    text-align: center;
    line-height: 50px;
    background: #f25555;
    color: #fff;
    cursor: pointer;
}
.el-date-editor.el-input__inner {
    width: 100%;
}
/*.el-date-editor.el-input,*/
.el-date-editor.el-input.el-date-editor--date{
    width: 130px;
    float: left;
    font-size: 12px;
}
.el-date-editor.el-input.el-date-editor--time{
    width: 110px;
    float: left;
    font-size: 12px;
}
.el-date-editor--time .el-input__inner {
    padding-left: 10px;
}
.el-date-editor--time .el-input__prefix{
    display: none;
}
.el-input--suffix .el-input__inner {
    padding-right: 10px;
}
.el-input__inner{
    border: 1px solid #adadad;
}
.el-date-editor--time .el-input__inner,.el-date-editor--date .el-input__inner{
    border: 0px solid #adadad;
}
.el-time-spinner{
    padding: 10px 0;
}



.el-date-table td.current:not(.disabled) span {
    color: #FFF;
    background-color: #be1717;
}
.el-date-table td.available:hover {
    color: #be1717;
}
.el-date-table td.today span {
    color: #be1717;
}
@media screen and (max-width: 600px) {
    header,footer,.banner,.content{
        width: 1200px;
    }
}