@charset "UTF-8";
body{
  background-color: #f1f1f1;
}
#promote_banner{
  top: 160px;
}
#promote_banner img {
  width: 100%;
  height: 100%;
}
#promote_banner a{
  display: block;
  width: 100%;
  height: 100%;
}
.merchants_type_box{
  width: 100%;
  display: flex;
  flex-direction: column;
}
.merchants_type_box .merchants_type_top{
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.merchants_type_top_img{
  width: 28px;
  height: 28px;
}
.merchants_type_top_txt{
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
}
.merchants_type_box .merchants_type_bottom{
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.merchants_type_box .merchants_type_bottom .merchants_type_bottom_list{
  width: 180px;
  height: 64px;
  background: linear-gradient(0deg, #F1C6C9 0%, #FFFFFF 100%);
  border-radius: 7px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px;
  cursor: pointer;
}
.merchants_type_box .merchants_type_bottom .merchants_type_bottom_list .merchants_type_bottom_txt{
  color: #C81725;
  font-size: 21px;
  margin-left: 15px;
}
.merchants_type_info_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.merchants_type_info_box .merchants_type_info_box_top{
  width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.merchants_type_info_box .merchants_type_info_box_top .merchants_type_info_box_top_left{
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.merchants_type_info_box .merchants_type_info_box_top .merchants_type_info_box_top_right{
  height: 40px;
  line-height: 40px;
  color: #C81725;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.merchants_type_info_box_content{
  width: 90%;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 7px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.merchants_type_info_box_content .merchants_type_info_box_content_list{
  width: 185px;
  display: flex;
  flex-direction: column;
  margin: 10px;
  cursor: pointer;
}
.merchants_type_info_box_content .merchants_type_info_box_content_list .merchants_type_info_box_content_list_img{
  width: 185px;
  height: 123px;
}
.merchants_type_info_box_content .merchants_type_info_box_content_list .merchants_type_info_box_content_list_title{
  width: 185px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #333333;
  font-size: 12px;
  margin: 10px 0;
}
.merchants_type_info_box_content .merchants_type_info_box_content_list .merchants_type_info_box_content_list_company{
  width: 185px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: #C81725;
  font-size: 12px;
  margin: 0 0 10px 0;
}
.red_btns{
  background-color: #C81725;
  border-radius: 7px;
}
.xblock_box{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.xblock_box .layui-input{
  border: 1px solid #C81725;
  border-radius: 7px;
}
.xblock_box .layui-input-inline{
  margin: 0 10px;
}
.serch_sel_box{
  padding: 10px;
  border-radius: 14px;
}
.want_promote{
  width: 100%;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.want_promote .want_promote_img{
  width: 26px;
  height: 24px;
  cursor: pointer;
}
.want_promote .want_promote_txt{
  font-size: 12px;
  color: #C81725;
  margin-left: 15px;
  cursor: pointer;
}
.merchants_details{
  height: 40px;
  line-height: 40px;
}
.layui-breadcrumb a cite{
  color: #C81725;
  font-weight: 700;
}
.layui-breadcrumb a{
  color: #333333 !important;
  font-weight: 700;
}
.merchants_content{
  width: 100%;
  background: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
}
.merchants_content_list{
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px dotted #ccc;
}
.merchants_content_list:last-child{
  border: none;
}
.merchants_content_list .merchants_content_name{
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
}
.merchants_content_list .merchants_content_title{
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 10px;
}
.merchants_content_list .merchants_content_remark pre{
  color: #666666;
  font-size: 10px;
  margin-top: 10px;
}
.merchants_content_list .merchants_content_imgs{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.merchants_content_list .merchants_content_imgs .merchants_item_img{
  width: 255px;
  height: 164px;
  border-radius: 14px;
  margin: 10px;
  cursor: pointer;
}
.merchants_leave_message{
  width: 100%;
  background: #fff;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.merchants_leave_message_top{
  padding: 20px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ccc;
  flex-wrap: wrap;
}
.merchants_leave_message_top .merchants_leave_message_top_list{
  width: 50%;
  height: 30px;
  line-height: 30px;
  color: #333333;
}
.merchants_leave_message_bottom{
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.merchants_leave_message_title{
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
}
.merchants_leave_message_style{
  width: 240px;
  height: 40px;
  border-radius: 8px;
}
.business_project_zox{
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.business_project_zox .business_project_img{
  width: 280px;
  height: 180px;
  margin-bottom: 20px;
}
.business_project_zox .business_project_remark{
  color: #333;
  width: 100%;
}
.business_project_goods_box{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.business_project_goods_box .business_project_goods_list{
  width: 255px;
  margin: 10px;
  display: flex;
  flex-direction: column;
}
.business_project_goods_box .business_project_goods_list .business_project_goods_img{
  width: 255px;
  height: 164px;
  border-radius: 14px;
}
.business_project_goods_box .business_project_goods_list .business_project_goods_txt{
  display: flex;
  flex-direction: column;
}
.business_project_goods_box .business_project_goods_list .business_project_goods_txt .business_project_goods_title{
  color: #333;
  margin: 10px 0;
}
.business_project_goods_box .business_project_goods_list .business_project_goods_txt .business_project_goods_remark{
  color: #666;
  font-size: 12px;
}
.industry_dynamic_show_title{
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.industry_dynamic_show_info{
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.industry_dynamic_show_info .industry_dynamic_show_info_list{
  color: #666666;
  font-size: 10px;
  margin-left: 40px;
}
.industry_dynamic_show_info .industry_dynamic_show_info_list:first-child{
  margin-left: 0;
}
.industry_dynamic_show_content{
  width: 100%;
  line-height: 16px;
  color: #333;
  margin-top: 30px;
}