.container {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;

}
.top{
    width: 7.5rem;
    /*height: 1.5rem;*/
    background-color: #F7F7F7;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.top_t{
    width: 6.86rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_t_left{
    width: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_t_left_text{
    font-size:0.3rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(166,16,16,1);
}
.icon-caidan{

}
/*中部*/
.top_t_middle{
    width: 1.2rem;
    height: 0.5rem;
    display: flex;
}
.top_t_middle img{
    width: 100%;
    height: 100%;
}
/*右边*/
.top_t_right{
    width: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icon-10{
    position: relative;
}
.top_t_right_pic{
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.top_t_right_pic img{
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
/*-----底部------*/
.top_d{
    width: 5.56rem;
    display: flex;
    padding-bottom: 0.03rem;
    border-bottom: 1px solid #999999;
    margin: 0.3rem 0 0.2rem 0;
}
.top_d_input{
    width: 5rem;
    text-align: center;
    border: none;
    outline: none;
    background-color: #F7F7F7;
    font-size: 0.3rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
}
.top_d_input::placeholder{
    color: #999999;
}
.mid{
    width: 6.86rem;
    display: flex;
    flex-flow: column;
    margin-top: 0.13rem;
}
.mid_head{
    width: 6.86rem;
    height: 3rem;
    display: flex;
    border-radius: 0.08rem;
}
.mid_head img{
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
}
.mid_title{
    margin-top: 0.6rem;
    width: 6.84rem;
    height: 2.83rem;
    background:rgba(255,222,37,0);
    border:1px solid rgba(232, 232, 232, 1);
    border-radius: 0.1rem;


    font-size: 0.24rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height: 0.36rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.25rem 0.35rem 0.19rem 0.35rem;
    overflow-y: scroll;
}
/*文本框下的介绍内容*/
.mid_small{
    display: flex;
    justify-content: center;
    margin-top: 0.25rem;
}
.mid_small_left{
    width: 0.6rem;
    font-size: 0.18rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(153,153,153,1);
    line-height: 0.3rem;

}
.mid_small_right{

    font-size: 0.18rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(153,153,153,1);
    line-height: 0.3rem;
    margin-left: 0.21rem;
}
.mid_type{
    display: flex;
    margin-top: 0.42rem;
    flex-flow: column;
}
.mid_type_title{
    width: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.36rem;
    font-family:PingFang-SC-Bold;
    font-weight:bold;
    color:rgba(51,51,51,1);
    line-height: 0.3rem;
}
.mid_type_title_dot{
    width: 0.14rem;
    height: 0.14rem;
    background:rgba(166,16,16,1);
    border-radius:50%;
}
.mid_type_items{
    width: 6rem;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0.4rem;
    justify-content: space-between;
}
.mid_type_items_item{
    width: 1.5rem;
    height: 0.5rem;
    background:rgba(166,16,16,0);
    border:1px solid rgba(232, 232, 232, 1);
    border-radius: 0.04rem;

    line-height: 0.5rem;
    text-align: center;
    font-size: 0.24rem;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(51,51,51,1);

    margin-top: 0.2rem;

}
.mid_type_items_title{
    width: 6.1rem;
    height: 0.5rem;
    display: flex;

    margin-top: 0.27rem;
    background:rgba(232,232,232,0);
    border:1px solid rgba(232, 232, 232, 1);
    border-radius:0.04rem;
}
.mid_type_items_title input{
    font-size: 0.24rem;
    width: 100%;
    outline: none;
    border: none;
    box-sizing: border-box;
    padding: 0 0.14rem;
}

.mid_type_items_area{
    margin-top: 0.2rem;
    width: 6.1rem;
    height: 2.41rem;
    background:rgba(232,232,232,0);
    border:1px solid rgba(232, 232, 232, 1);
    border-radius: 0.04rem;

}
.mid_type_items_area textarea{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding: 0.15rem 0.15rem;
}
.mid_type_items_area textarea::placeholder{

    font-size: 0.24rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(153,153,153,1);
    line-height: 0.3rem;
}
/*图片*/
.mid_type_intro{
    margin-left: 0.3rem;
    font-size: 0.18rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color:rgba(153,153,153,1);
    line-height: 0.4rem;
}
.mid_pic_items{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
}
.mid_pic_item{
    display: flex;
    width: 2.93rem;
    height: 1.7rem;
    margin-left: 0.3rem;
    margin-top: 0.3rem;
    position: relative;
}
.mid_pic_item img{
    width: 100%;
    height: 100%;
}
.close_button{
    width: 0.3rem;
    height: 0.3rem;
    background-color: #EB3941;
    border-radius: 50%;
    position: absolute;
    right: -0.16rem;
    top: -0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mid_pic_set{
    width: 2.93rem;
    height: 1.7rem;
    background:rgba(232,232,232,0);
    border:2px dashed rgba(232,232,232,1);
    margin-left: 0.3rem;
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_way{
    width: 1.7rem;
}
.mid_type_items_title input::placeholder{

    font-size: 0.24rem;
    font-family:PingFang-SC-Medium;
    font-weight:500;
    color: #999999;
    line-height: 0.24rem;
}
.mid_type_items_sub{
    margin: 0.65rem 0;
    width: 3.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background:rgba(192,44,44,1);
    border-radius: 0.04rem;

    font-size: 0.26rem;
    font-weight: bold;
    text-align: center;
    color: #ffffff;

}
.contact_mid{

    display: flex;
    align-items: center;
    justify-content: center;
}