.input_box{
    margin: 20px 10px;
}
.input_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.input_list_box{
    height: 34px;
    line-height:34px;
    padding-left: 10px;
    border: 1px solid #f5f5f5;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.input_list_box2{
    height: 34px;
    line-height:34px;
    border: 1px solid #f5f5f5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
.ml--1{
    margin-left: -1px;
}
.border-r-n{
    border-right: none;
}
.border-l-n{
    border-left: none;
}
.flex-05{
    flex:0.5;
}
.flex-07{
    flex:0.7;
}
.flex-1{
    flex:1;
}
.flex-1-1{
    flex:1.1;
}
.flex-1-2{
    flex:1.2;
}
.flex-1-3{
    flex:1.3;
}
.flex-1-4{
    flex:1.4;
}
.flex-1-5{
    flex: 1.5;
}
.flex-2{
    flex:2;
}
.flex-3{
    flex:3;
}
.flex-4{
    flex:4;
}
.flex-5{
    flex:5;
}
.flex-6{
    flex:6;
}
.flex-7{
    flex:7;
}
.flex-8{
    flex:8;
}
.flex-9{
    flex:9;
}
.input_style{
    width: 100%
}
.input_text{
    color:#272bcc;
}
.input_border{
    margin-top: 15px;
    border-bottom: 1px solid #ff0000;
}
.click_btn{
    text-align: center;
    height: 34px;
    line-height:34px;
    border-radius: 5px;
}
.click_color{
    color: #666;
    background-color: #ececec;
}
.input_flex{
    display: flex;
}