.float_left{
    float: left;
}
.float_right{
    float: right;
}
.cursor_pointer{
    cursor: pointer;
}
.hotel_display_inlineBlock {
    display: inline-block;
}
.label_style{
    background: #ffac4c !important;
    color:white;
}
#hotel_content_middle .left_div .quiz_title{
    font-size:18px;
    color: #333333;
}
#hotel_content_middle .left_div{
    padding: 20px;
    background: white;
    width: 850px;
}
#hotel_content_middle .left_div .quiz_input input{
    padding-left:10px;
    margin: 15px 0 10px 0;
    width: 838px;
    height: 40px;
}
#hotel_content_middle .left_div .title_limit{
    font-size:12px;
    color: #999999;
    overflow: hidden;
}
#hotel_content_middle .left_div .title_limit span{
    float: right;
}
#hotel_content_middle .left_div .uplaod{
  
    margin-top: 15px;
    padding: 15px;
    background: #ededed;
}
#hotel_content_middle .left_div .uplaod .blank{
display: inline-block;
width: 1px;
height: 15px;
border-right: 1px solid black;
margin: 0 20px;
}
#hotel_content_middle .left_div .content_text{
    background: white;
}
.el-upload-list--picture .el-upload-list__item{
    float: left;
    width: 50px;
}
#uplaod_img{
    position: absolute;
    top: -45px;
    left: 69px;
    background: #efefef;
    border: none;
}
.quiz_bottom_lable{
    padding:  0 0 35px 0;
}
.quiz_bottom_lable span{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 45px;
    background: #ededed;
    margin-right: 20px;
}
#quiz_bottom_btn{
    font-size: 18px;
    color: #ffffff;
    background: #fe6428;
    padding: 15px 30px;
    border: none;
    outline: none;
}
.quiz_bottom{
    padding: 35px 0;
}
.p_style{
    font-size:14px;
    color:#999999;
    padding:20px 0 0 0;
}
.label_background{
    background: #ffac4c !important;
}