/*在线预订*/
.report {
    position: relative;
    top: -80px;
    box-shadow: 0 2px 24px 0 rgba(6, 8, 40, .08);
    background: #fff;
    padding: 0 30px;
}

.report .re_title {
    text-align: center;
    font-size: 26px;
    padding: 20px 0 40px;
    border-bottom: 1px solid #eee;
}

.report .reporet_con {

}

.report .reporet_con .control-label{
    text-align: right;
    line-height: 35px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
}
.color-red{
    color:#ff0000;
}
.report .btn-send{
    background: #7c7c7c;
    color: #fff;
    width: 150px;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 18px;
}
.report .btn-send:hover{
    background: #2f2f2f;
    color: #fff;
}
.report .btn-send:focus,.report .btn-send:active {
    outline: none !important;
}

.report .reporet_con .form-control {
    /*height: 38px;*/
}

.captcha{
    height: 36px;
    margin-bottom:0;
}

.select-box{
    position: relative;
}
.select-box .select-input{
}
.select-box .select-input.form-control[disabled] {
    background-color: #ffffff;
    cursor: default;
}

.select-box .icon-select{
    position: absolute;
    right: 40px;
    top: 6px;
}
.select-box .select-list{
    display: none;
    position: absolute;
    top: 34px;
    left: 15px;
    width: 94.5%;
    background: #FFFFFF;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #dedede;
    border-top: none;
    border-radius: 5px;
    z-index: 16;
}

.select-box .select-list li {
    cursor: pointer;
    width: 100%;
    line-height: 36px;
    border-bottom: 1px #EEEEEE solid;
    font-size: 14px;
    text-indent: 2em;
    color: #888888;
}

@media (max-width: 780px) {
    .report .reporet_con .top {
        background: #FAFAFA;
        padding: 20px;
    }
    .report .reporet_con .top p {
        font-size: 13px;
        line-height: 160%;
        color: #A3A3A3;
    }
    .report .reporet_con .bottom {
        background: #fff;
        padding: 10px;
    }
}
@media (min-width: 780px) {
    .report .reporet_con .top {
        background: #FAFAFA;
        padding: 30px 60px;
    }
    .report .reporet_con .top p{
        font-size: 13px;
        line-height: 160%;
        color: #A3A3A3;
        margin-left: 40px;
    }
    .report .reporet_con .bottom {
        background: #fff;
        padding: 50px 45px 80px 45px;
    }

}