.ask{
    background: #F6F8FF;
}
.ao-row{
    height: 100%;
    background: rgba(255,255,255,0.9);
    margin: 4% 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.ao-sm{
    width: 577px;
    position: relative;
}
.ao-img{
    position: absolute;
    height: 100%;
}
.ao-img img{
    width: 100%;
}
.ao-text{
    position: absolute;
    color: #ffffff;
    padding: 84px 142px 10px 66px;
}
.aot-name{
    font-size: 30px;
    margin: 40px 0;
}
.aot-text{
    font-size: 16px;
}

.ao-qq{
    flex: 1;
    padding: 20px 20px 20px 0px;
}

.input-row{
    display: flex;
    justify-content: flex-start;
    border: 1px solid #ced4da;
    padding: 6px;
    border-radius: 5px;
}
.ir-qh{
    width: 100px;
}
.ir-qh select{
    border: none;
}

.bj-but{
    text-align: center;
}
.bj-but button{
    background: #FB841E;
    color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
}


.el-form--inline .el-form-item{
    width: 48%;
}
.el-form--inline .el-form-item__content{
    width: 100%;
}
.el-form-item__content .el-select{
    width: 100%;
}
.select-item{
    width:100%!important;
}


/*********************手机端兼容******************/
@media screen and (max-width: 768px) {
    .ask{
        height: auto;
    }
    .ao-row{
        display: block;
    }
    .ao-sm{
        display: none;
    }
    .ao-qq{
        width: 100%;
        padding:10px
    }
    .el-form--inline .el-form-item{
        width: 100%;
    }

    .el-checkbox__label{
        white-space: pre-wrap;
        width: 96%;
        vertical-align: middle;
    }
}
