body{
    background-color: #F4F5F9;
}
*{
    margin: 0;
    padding: 0;
}
input{
    border: none;
    outline: none;
}
.container{
    width: 7.5rem;
    line-height: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.head{
    width: 7.5rem;
    height: 0.88rem;
    background:rgba(201,201,201,1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.head_new{
    font-size: 0.3rem;
    color: rgba(68,68,68,1);
    font-weight: bold;

}
.head_pic{
    margin-top: 0.88rem;
    width: 7.5rem;
    height: 2.18rem;
    background:linear-gradient(-35deg,rgba(134,31,84,0.8),rgba(15,75,156,0.8));
    display: flex;
}
.head_pic img{
    width: 100%;
    height: 100%;
}
.top{
    margin-top: 0.19rem;
    width: 7.5rem;
    text-align: center;
    font-size: 0.22rem;
    color: #777777;
}
/*中部*/
.mid{
    display: flex;
    flex-flow: column;
    margin-bottom: 0.88rem;
}
.mid_item{
    margin-top: 0.31rem;
    width: 6.64rem;
    display: flex;
    /*align-items: center;*/
}
.mid_item_left{
    font-size: 0.24rem;
}
.color_red{
    color: #EA474B;
}
.mid_item_right{
    display: flex;
    flex: 1;
    margin-left: 0.3rem;
    justify-content: start;
}
.mid_item_right_wid{
    width: 5.1rem;
}
.mid_item_right input{
    /*border-bottom: 1px solid #959595;*/
    background: transparent;
}
/*展位要求*/
.mid_item_right_input{
    font-size: 0.24rem;
    color: #1c1b1b;
    /*display: flex;*/
    line-height: 1.3;
}
/*数量输入框*/
.mid_item_right_input_number{
    width: 0.27rem;
    border-bottom: 1px solid red;

}
/*展区要求*/
.exhibition_area{
    display: flex;
    flex-wrap: wrap;
    /*margin-top: -0.2rem;*/
}
.exhibition_area_small{
    min-width: 3rem;
    margin-top: 0.2rem;
}
.exhibition_area_input{
    width: 1.6rem;
}
/*展品信息*/
.information{
    flex-flow: column;
}

.information_short{
    display: flex;
    margin-top: 0.3rem;
}
.mid_item_right_text{
    font-size: 0.22rem;
}
.exhibits_information{
    width: 3.74rem;
    margin-left: 0.08rem;
}
.information_short:first-child{
    margin-top: 0;
}
/*新品发布*/
.new_goods{
    display: flex;
    flex: 1;
    justify-content: normal;
}
.new_goods>p{
    margin-left: 0.4rem;
}
.new_goods>p:first-child{
    margin-left: 0;
}
.mid_sub{
    width: 6.78rem;
    height: 0.75rem;
    line-height: 0.75rem;
    background:rgba(234,71,75,1);
    border:1px solid rgba(149,149,149,1);
    border-radius: 0.08rem;
    margin-top: 0.31rem;
    margin-bottom: 0.19rem;

    font-size: 0.3rem;
    color: #fff;
    text-align: center;

}
/*联系方式*/
.contact{
    display: flex;
    flex-flow: column;
    margin-top: 0.5rem;
    margin-left: 0;
}
.contact_way{
    width: 4.8rem;
    font-size: 0.22rem;
    color: #1c1b1b;
    /*margin-left: 0.5rem;*/
    margin-top: 0.39rem;
    display: flex;
    justify-content: space-between;
}
.contact_way:first-child{
    margin-top: 0;
}
.contact_way input{
    width: 3.5rem;
}
/*公司地址*/
.contact_way_select{
    width: 3.38rem;
    border-bottom: 1px solid #959595 ;
    display: flex;
    justify-content: space-between;
}
.province_box{

}
.select_item{
    width: 1rem;
}
/*行业类别*/
.category{
    display: flex;
    flex-flow: column;
}


/*底部菜单栏*/
.bottom_menu{
    width: 7.5rem;
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff;
    position: fixed;
    bottom: 0;
}
.bottom_menu_index{
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #666666;
    line-height: 1.2;
}
.bottom_menu_index_text{
    font-size: 0.24rem;
    color: #666666;
}

.contact_box{
    border-bottom: 1px solid #959595;
}