/*按钮样式*/
.Jsp-Bth{ display: inline-block;margin: 0;line-height: 1;white-space: nowrap;/*不换行*/cursor: pointer;background: #fff;border: 1px solid #d8dce5;color: #5a5e66;-webkit-appearance: none;/*看起来不像bottom*/text-align: center;-webkit-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-transition: .1s; transition: .1s; font-weight: 500; padding: 6px 10px;font-size: 12px;border-radius: 4px;-webkit-user-select: none;/*里面的文字不能被用户选中*/-moz-user-select: none; -ms-user-select: none;text-decoration:none;}
/*禁止的样式,隐藏cursor: not-allowed;*/
.forbid{ opacity: .5;display:none;}
/*禁止的样式隐藏*/
.forbidhidden{display:none;}
.Jsp-BthBlue,.Jsp-BthBlue-P:hover{color: #fff;background-color: #f05d4b;border-color: #f05d4b;}
.Jsp-BthGreen,.Jsp-BthGreen-P:hover{color: #fff;background-color: #67c23a;border-color: #67c23a;}
.Jsp-BthGray,.Jsp-BthGray-P:hover{background-color: #878d99;border-color: #878d99;color: #fff}
.Jsp-BthYellow,.Jsp-BthYellow-P:hover{background-color: #eb9e05;border-color: #eb9e05;color: #fff;}
.Jsp-BthRed,.Jsp-BthRed-P:hover{background-color: #fa5555; border-color:#fa5555; color: #fff;}
.Jsp-BthBlank:hover,.Jsp-BthBlank-R:hover{color: #f05d4b;background-color: #ecf5ff;border-color: #c6e2ff;}
.Jsp-BthGreen:hover,.Jsp-BthGreen-R:hover{color: #fff;background-color: #99CC33;border-color: #99CC33;}
.Jsp-BthGray:hover,.Jsp-BthGray-R:hover{background-color: #9fa4ad;border-color: #9fa4ad;color: #fff;}
.Jsp-BthYellow:hover,.Jsp-BthYellow-R:hover{background-color: #efb137;border-color: #efb137;color: #fff;}
.Jsp-BthRed:hover,.Jsp-BthRed-R:hover{background-color: #FF6666;border-color: #FF6666;color: #fff;}
/*导航和侧边*/
.order_box_big2{
  width: 100%;
  background-color: #fff;
  margin-top: 20px;
 
}

.order_title_box{
  position: relative;
  width: 100%;
  height: 64px;
  box-shadow: 0 0 5px 0 #e4e5e8;
}
.order_title{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: left;
  line-height: 64px;
  margin-left: 46px;
  position: relative;
}
.order_title:before{content: '';position: absolute;background: #f05d4b;width: 2px;height: 16px;top: 22px;left: -10px;}
.order_more{
  position: absolute;
  right: 1%;
  font-size: 14px;
  color: #333;
  top: 20px;
}
.order_ctn_box_big{
  padding: 30px;
}
/*选择服务*/
.gradename_sel{width:250px;height: 30px;padding-left: 10px;border:1px solid #c3c3c3;background-color: #fff;
        line-height: 30px;font-size: 14px;color:#444;cursor: pointer;position: relative;}
.queryBtn{
	width: 60px;
height: 30px;
line-height: 30px;
font-family: "微软雅黑";
text-align: center;
position: absolute;
top: -1px;
right: 0px;
background: #f05d4b;
border: 1px solid#f05d4b;
cursor: pointer;
color:#fff;
}
.queryBtn:hover{
	background: #f05d4b;
}
/*顶部切换*/
.Published_ctn_box_big{
}
.Demand_ctn_box_big{
  padding: 40px 36px 70px 36px;
}

.Demand_title_switch{
  border-bottom: 2px solid #f05d4b;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}
.Demand_title_switch  li{
  display: inline-block;
  /*width: 110px;*/
 padding: 0 10px;
  height: 40px;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 40px;
  cursor:pointer;
  background: #f3f3f3;
}
.Demand_title_switch  .on{
  background-color: #f05d4b;
  color: #fff;
  box-shadow: 0 2px 10px 0 #a1d9f5;
}
/*没有产品的情况*/
.Demand_img_box{
  width: 30%;
  margin: auto;
  margin-top: 70px;
  margin-bottom: 46px;
}
.Demand_img{
  margin: auto;
}
.Demand_no_txt{
  font-size: 16px;
  color: #333;
  text-align: center;
}
/*顶部搜索*/
.order_search_box{
  float:left;
  width: 36%;
  overflow: hidden;
  margin-right: 3%;
  margin-bottom: 30px;
}
.order_search_box > input{
  float: left;
  width: 85%;
  height: 40px;
  border:1px solid #e7e7e7;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  color: #333;
}
.order_search_box > a{
  float: left;
  display: block;
  width: 15%;
  height: 40px;
  background-color: #0097e5;
  border-radius: 0 4px 4px  0;
  background-image: url(../img/Order/Search.png);
  background-repeat: no-repeat;
  background-position: center;
}

/*图片边框*/
.pimage{
	display: block;
  margin: auto;
  height: 100%;
	}
input[type="file"]{
	opacity: 0;
	position: absolute;
	top: 0;
  right: 0;
  left: 0;
  bottom: 0;
	width: 100%;
	height: 100%;
}
/*有产品的情况*/
.service_type_box{
  margin-top: 30px;
}
.service_type{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.service_type{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.ChooseDemand_label{
  margin: 35px 0 30px 0;
  font-size: 0;
}
.ChooseDemand_label > li{
  display: inline-block;
  width: 13%;
  height: 30px;
  font-size: 14px;
  color: #666;
  border:1px solid #c1c1c1;
  text-align: center;
  line-height: 30px;
  margin:0.6%;
  margin-bottom: 8px;
  cursor:pointer;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ChooseDemand_label > .on{
  background-color: #0097e5;
  border:1px solid #0097e5;
  color: #fff;
}
/*品牌策划*/
.ChooseService_ctn_box{
  overflow: hidden;
  margin-bottom: 30px;
}
.ChooseService_title{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 25px;
}
.left_ctn_box{
  float: left;
  width: 30%;
}
.left_ctn_box > dt ,.right_ctn_box > dt{
  width: 38%;
  height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px;
}
.left_ctn_box > dd,.right_ctn_box > dd{
  display: inline-block;
  width: 38%;
  height: 30px;
  border:1px solid #c1c1c1;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  margin: 0 3% 10px 0;
  cursor:pointer;
   overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left_ctn_box > .on,.right_ctn_box > .on{
  background-color: #0097e5;
  border:1px solid #0097e5;
  color: #fff;
}
.right_ctn_box{
  float: left;
  width: 30%;
}
/*店铺*/
.property_type_box{
  margin-top: 30px;
}
.property_type{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.property_type{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.ChooseProperty_label{
  margin: 35px 0 30px 0;
  font-size: 0;
}
.ChooseProperty_label > li{
  display: inline-block;
  width: 13%;
  height: 30px;
  font-size: 14px;
  color: #666;
  border:1px solid #c1c1c1;
  text-align: center;
  line-height: 30px;
  margin:0.6%;
  margin-bottom: 8px;
  cursor:pointer;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ChooseProperty_label > .on{
  background-color: #0097e5;
  border:1px solid #0097e5;
  color: #fff;
}
/*店铺*/
.store_type_box{
  margin-top: 30px;
}
.store_type{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.store_type{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.ChooseStore_label{
  margin: 35px 0 30px 0;
  font-size: 0;
}
.ChooseStore_label > li{
  display: inline-block;
  width: 13%;
  height: 30px;
  font-size: 14px;
  color: #666;
  border:1px solid #c1c1c1;
  text-align: center;
  line-height: 30px;
  margin:0.6%;
  margin-bottom: 8px;
  cursor:pointer;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ChooseStore_label > .on{
  background-color: #0097e5;
  border:1px solid #0097e5;
  color: #fff;
}
/*价格*/
.Price_title{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-top: 36px;
  margin-bottom: 20px;
}
.Price_box{
  overflow: hidden;
}
.Price_input{
  float: left;
}
.Price_input,.Number_input{
  float: left;
  width: 20%;
}
.Price_input > input,.Number_input > input{
  float: left;
  width: 80%;
  height: 28px;
  border:1px solid #c9c9c9;
}
.Number_input > input{
  width: 40%;
}
.Price_input_Company,.Number_input_Company{
  float: left;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  margin-left: 5%;
}
.Service_title_big > dd > input{
  width: 50%;
  height: 28px;
  border:1px solid #c9c9c9;
  font-size: 14px;
  color: #444;
} 
/*上传产品图片*/
.Product_pictures_box > dd{
  width: 78%;
  overflow: hidden;
  margin-left: 11%;
}
.left_portrait_box{
  width: 300px;
  float: left;
  margin-right: 30px;
  
}
.photos_img_box{
  position: relative;
  width: 226px;
  height: 129px;
  border: 1px solid #ddd;
}
.con4{
     height: auto;
     overflow: hidden;
     color: #FFFFFF;
}
.upload_pic{
     display: block;
     width: 100%;
     height: 40px;
     position: absolute;
     left: 0;
     top: 0;
     opacity: 0;
     border-radius: 5px;
}
#cvs{
  position: absolute;
  width: 300px;
  height: 212px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/CommodityManagement/Add.png);
  border:1px solid #c9c9c9;
}
.modify_btn{
  display: block;
  width: 300px;
  height: 36px;
  color: #fff;
  background-color: #0097e5;
  text-align: center;line-height: 25px;
  border-radius: 4px;
  margin: auto;

}
.modify_btn:hover{
  background-color: #19a1e8;
  color: #eff7fd;
}
.photos_explain_txt{
  font-size: 16px;
  color: #333;
  text-align: center;
  margin: 20px 0;
}
/*产品介绍*/
.ProductBody > dd > textarea{
  width: 80%;
  height: 300px;
  border:1px solid #c9c9c9;
}
.ProductBody > dd {
  overflow: hidden;
}
/*服务详情*/
.Product_pictures_box > dd textarea{
  width: 80%;
  height: 100px;
  border:1px solid #c9c9c9;
}
.Product_pictures_box > dd {
  overflow: hidden;
}
.Product_pictures_box  dd  select{
	width: 24%;
	height: 36px;
	border:1px solid #c1c1c1;
	font-size: 14px;
	color: #333;
	padding-left: 20px;
	margin-right: 20px;
	background-image: url(../img/member/down.png);
	background-repeat: no-repeat;
	background-position: 86% 12px;
}
/*选择服务对象*/
.partUser-list{min-height: 34px;padding: 5px 90px 5px 5px;box-sizing: border-box;border: solid 1px #ddd;}
.partUser-list > li{display: inline-block;position: relative;height: 22px;margin-right: 10px;line-height: 22px;
  	padding: 0 20px 0 10px;border: solid 1px #ddd;}
.partUser-list > li > i{position: absolute;top: 50%;right: 5px;display: block;width: 13px;height: 13px;margin-top: -6px;font-size: 0;line-height: 0;cursor: pointer;background-image: url(../img/acrossTab-close.png);background-repeat: no-repeat;background-position: 0 0;}
.partUser-list > li > i:hover{ background-position: 0 bottom;}
.partUser-list > li:hover{border-color:#acbcaf;background-color: #ddf2e3;}
.partUser-list > .no-operated{color:#aaa;cursor: no-drop;}
.partUser-list > .no-operated:hover{border-color:#ddd;}
.address-btn{position: absolute;top:0;right: 15px;
    display: inline-block;padding-left: 43px;padding-right: 18px;height: 31px;background:url(../img/add-iconl.png) no-repeat center left #0097e5;line-height: 31px;color:#fff;}
/*文件拖拽上传选择框的样式*/
.template-pop{height: 300px;margin-top:10px;overflow: hidden;}
.template-up{height: 280px;border:1px dashed #999;margin-top:20px;text-align: center;line-height: 280px;font-size: 20px;font-weight: 700;}
.file-information{height: 140px;padding: 30px 0 0 60px; border:1px solid #dcdcdc; margin:20px 0 0;line-height:30px;font-size: 18px;font-weight: 700;color:#444;}
.template-btns{height: 60px;border:1px solid #dcdcdc; border-top: none;line-height: 60px;text-align: right;}
.template-btns > a{display: inline-block;width: 94px;height: 40px;margin-right:10px;text-align: center;line-height: 40px;font-size:14px;text-decoration: none;}
.template-btns > .uploading_btn{background-color: #00b7f0;border:1px solid #46a0c3;color:#fff;}
.template-btns > .cancel_btn{background-color: #fff;border:1px solid #d0d0d0;color:#444;}
.progressParent{position:relative;width:400px;margin-top: 10px;height:12px;border-radius:5px;background:#ccc;}
.progress{width:0%;height:100%;background-color:green; margin: 0;}
.progressNum{position:absolute;left:0;top:0;display:inline-block;width:100%;height:100%;text-align:center;line-height:12px;color:#444;}
.anonymous_submission_box{
  float: left;
  overflow: hidden;
  
}
.anonymous_submission_box > input[type="checkbox"]{
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border:1px solid #c1c1c1;

}
.anonymous_txt{
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 14px;
}
.Release{
  float: right;
  width: 18%;
  height: 36px;
  background-color: #f05d4b;
  margin-right: 74%;
  color: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  border-radius: 4px;
}
.Product_ctn{
  margin-top: 40px;
}
/*已发布服务页面*/
.Shopping_ctn_title{
  width: 100%;
  background-color: #e7e7e7;
  height: 44px;
}
/*全选*/
.all_choose{
  float: left;
  width: 14%;
  position: relative;
}
.all_choose > input[type="checkbox"] {
    position: absolute;
    z-index: 0;
    left: 15px;
    top: 14px;
    display: none;
}
.all_choose > label {
    display: block;
    position: absolute;
    left: 15px;
    top: 14px;
    margin: 0;
    border: 1px solid #b8b8b8;
    border-radius: 1px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #fff;
}
.all_choose_txt{
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 44px;
  margin-left: 44px;
}
.all_choose >.mark {
     background-color: #0097e5;
    background-repeat:no-repeat;
     background-image: url(../img/CommodityManagement/mark.png);
    background-position: 2px 3px;
    border:1px solid #0097e5;
}


/*顶部内容*/
.ShoppingList_title{
  float: left;
  width: 15%;
  font-size: 16px;
  color: #333;
  line-height: 44px;
  margin-left: 3%;
}
.Price_title2,.Number_title,.state_title,.Release_time_title,.Editing_time_title,.operation_title{
   float: left;
  width:10%;
  font-size: 16px;
  color: #333;
  text-align: center;
  border-right: 1px solid #c9c9c9;
  margin-top: 11px;
}
.Recommend_title{
   float: left;
  width:8%;
  font-size: 16px;
  color: #333;
  text-align: center;
  border-right: 1px solid #c9c9c9;
  margin-top: 11px;
}
/*商品内容*/
/*单选*/
.service_ctn_box_big{
  border-top:  1px solid #c9c9c9;
  border-right:  1px solid #c9c9c9;
  border-left:  1px solid #c9c9c9;
}
.ShoppingList_ctn{
padding-bottom: 30px;
overflow: hidden;
border-bottom: 1px solid #c9c9c9;
}
.all_choose2{
  float: left;
  position: relative;
}
.all_choose2 > input[type="checkbox"] {
    position: absolute;
    z-index: 0;
    left: 15px;
    top: 60px;
    display: none;
}
.all_choose2 > label {
    display: block;
    position: absolute;
    left: 15px;
    top: 60px;
    margin: 0;
    border: 1px solid #b8b8b8;
    border-radius: 1px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.all_choose2 >.mark {
     background-color: #0097e5;
    background-repeat:no-repeat;
     background-image: url(../img/CommodityManagement/mark.png);
    background-position: 2px 3px;
    border:1px solid #0097e5;
}
.ShoppingList_ctn_sm{
  overflow: hidden;
}
.Order_img_box{
  float: left;
  width: 10%;
  margin:30px 0 0 46px;
}
.Order_img_box > img{
  width: 100%;
  height: auto;
}
.Order_img_box2{
  float: left;
  width: 10%;
  margin:30px 0 0 46px;
}
.Order_img_box2 > img{
  width: 100%;
  height: auto;
}
.ShoppingList_txt{
  float: left;
  width: 15%;
 height: 44px;
  font-size: 14px;
  color: #333;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  margin-left: 3%;
  margin-top: 48px;
}
.ShoppingList_txt2{
  float: left;
  width: 15%;
 height: 44px;
  font-size: 14px;
  color: #333;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;
  margin-left: 3%;
  margin-top: 48px;
}
.Price_ctn{
  float: left;
  width: 10%;
  font-size: 14px;
  color: #ff0000;
  margin-top: 48px;
  text-align: center;
}
.Number_ctn,.state_ctn,.Release_time_ctn,.Editing_time_ctn{
   float: left;
  width: 10%;
  font-size: 14px;
  color: #666666;
  margin-top: 48px;
  text-align: center;
}
.Recommend_ctn{
   float: left;
  width: 8%;
  font-size: 14px;
  color: #666666;
  margin-top: 48px;
  text-align: center;
}
.operation_ctn,.delete_ctn,.elt_ctn{
  width: 80px;
  height: 30px;
  background-color: #fa5555;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  margin: auto;
}
.delete_ctn{background-color: #FF0000;}
.delete_ctn:hover{background-color: #FF3E3E;}
.elt_ctn{background-color: #eb9e05;}
.elt_ctn:hover{background-color: #eb8e05;}
/*商品操作*/
.Commodity_Operation_box{
  margin: 40px 0 60px 0;
}

.Commodity_Operation_box > li{
  display: inline-block;
  width: 10%;
  height: 40px;
  border:1px solid #c9c9c9;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #333;
   cursor:pointer;
   margin-right: 20px;
   border-radius: 4px;
}
.Commodity_Operation_box > li:hover{
  color: #0097e5;
  border:1px solid #0097e5;
}
/*页码*/
.PageNum {
  margin-top: 20px;
  /*margin: 30px auto 0;*/
    padding: 30px 0 50px 0;
    text-align: center;
    overflow: hidden;
}
.PageNum > a {
  display: inline-block;
    padding: 12px 16px;
    font-size: 14px;
    color: #444;
    border: 1px solid #c8c8c8;
    margin-right: 16px;
    line-height: 16px;
    border-radius: 4px;
}
.PageNum a:hover,
.PageNum a.PageNumOn {
    color: #fff;
    background: #0097e5;
    border-radius: 6px;
    border: 1px solid #0097e5;
}
/*服务状态记录页面*/
.Operation_title{
   float: left;
  width:22.66%;
  font-size: 16px;
  color: #333;
  text-align: center;
  border-right: 1px solid #c9c9c9;
  margin-top: 11px;
}
.Operation_ctn{
   float: left;
  width: 22%;
  font-size: 14px;
  color: #666666;
  margin-top: 48px;
  text-align: center;
}
.Commodity_Operation_box_big{
  overflow: hidden;
  margin-top: 50px;
}
.deletion_record{
  float: left;
  display: inline-block;
  width: 10%;
  height: 40px;
  background-color: #0097e5;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
   cursor:pointer;
   margin-right: 20px;
   border-radius: 4px;
}
.Commodity_Operation_box2{
  float: right;
  width: 80%;
}
.Commodity_Operation_box2 > li{
  float: right;
  width: 12%;
  height: 40px;
  border:1px solid #c9c9c9;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #333;
   cursor:pointer;
   margin-left: 20px;
   border-radius: 4px;
}

.rule_title{color: #ff0000;margin-top: 60px;margin-bottom: 30px;}
.rule{font-size: 16px;color: #999999;}

.operation_ctn.btndispaly.btnhover,.delete_ctn.btndispaly.btnhover {
  margin-bottom: 5px;
}
.city_input, .Wdate,
#textEndActivityDate,
#textarea,
#textApplyDate,
#textIssueCertiDate
{
  width: 250px;
}
#textBody {
  height: 300px;
}

.Return_btn_box{
  width: 100%;
  margin: auto;
}
.Return_btn{
  display: block;
  width:120px;
  height: 40px;
  font-size: 14px;
  margin: auto;
  color: #0097e5;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  margin-top: 25px;
  border:1px solid #0097e5;
}
.Return_btn:hover{color: #0097e5;}

/* 平板电脑 */
@media (min-width:768px) and (max-width:1300px ) {
  .Commodity_Operation_box > li{
    width: 20%;
  }
}

@media only screen and (max-width: 780px) { 
  .order_box_big2{
  margin-top: 0;
}
.Demand_ctn_box_big {
    padding: 15px 15px 15px 15px;
    padding-bottom: 80px;
}

.Demand_img_box {
    width: 50%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 46px;
}
/*商品管理已发布服务*/
.Demand_title_switch > li {
    width:31%;
    margin-right: 1%;
    font-size: 14px;
    color: #333;
}
.ChooseDemand_label > li {
    display: inline-block;
    width: 23%;
    height: 30px;
    font-size: 15px;
    color: #666;
    border: 1px solid #c1c1c1;
    text-align: center;
    line-height: 30px;
    margin: 0.6%;
    margin-bottom: 8px;
    cursor: pointer;
    border-radius: 4px;
}
.order_search_box{
  width:100%;
}
.service_ctn_box_big {
  width: 100%;
    border: 1px solid #c9c9c9;
    margin-top: 60px;

}
.service_ctn_box_big {
    width: 100%;
    border: 0px solid #c9c9c9;
    margin-top: 60px;
}
.ShoppingList_ctn{
  width: 100%;
  padding-bottom: 30px;
  overflow: hidden;
  border: 1px solid #c9c9c9;
  padding-top: 20px;
  margin-bottom: 20px;

}
.ShoppingList_ctn_sm{
  width: 100%;
}
.Order_img_box {
    float: left;
    width: 40%;
    margin: 5px 0 0 15px;
}
.ShoppingList_txt {
    float: left;
    width: 49%;
    height: 44px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    margin-left: 3%;
    margin-top: 0px;
}
.Price_ctn {
    float: left;
    width: 30%;
    font-size: 16px;
    color: #ff0000;
    margin-top: 10px;
     text-align: left; 
    margin-left: 10px;
}
.Number_ctn{
    float: left;
    width: 30%;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    text-align: left;
    margin-left: 10px;
}
.state_ctn{
    float: left;
    width: 20%;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    text-align: left;
}
 .Release_time_ctn {
    float: left;
    width: 94%;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    text-align: right;
}
/*.operation_ctn {
    float: left;
    width: 80px;
    height: 30px;
    background-color: #0097e5;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    margin: auto;
        margin-top: auto;
        margin-left: auto;
    margin-left: 3%;
    margin-top: 20px;
}*/

.Commodity_Operation_box > li {
    display: inline-block;
    width: 22%;
    height: 40px;
    border: 1px solid #c9c9c9;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin: 0 1%;
    border-radius: 4px;
}
.Commodity_Operation_box {
    margin: 20px 0;
}
/*发布服务页面*/

.left_ctn_box {
    float: left;
    width: 100%;
}
.right_ctn_box {
    float: left;
    width: 100%;
}
.Price_input, .Number_input {
    float: left;
    width: 100%;
}
.Price_input{
    float: left;
    width: 60%;
}
.Number_input {
    float: left;
    width: 35%;
}
.Product_pictures_box > dd > textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #c9c9c9;
}
.Product_ctn {
    margin-top: 20px;
}
.modify_btn {
    display: block;
    width: 90%;
    height: 36px;
    color: #fff;
    background-color: #0097e5;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    margin: auto;

}
.Release {
    float: right;
    width: 100%;
    height: 36px;
    background-color: #0097e5;
    margin-right: 0;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 15px;
}
.Commodity_Operation_box2 {
    float: right;
    width: 100%;
}
.Commodity_Operation_box2 > li {
    float: left;
    width: 29%;
    height: 40px;
    border: 1px solid #c9c9c9;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 4px;
    margin-bottom: 16px;
    margin-left: 0;
}
.deletion_record {
    float: left;
    display: inline-block;
    width: 100%;
    height: 40px;
    background-color: #0097e5;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin-right: 20px;
    border-radius: 4px;
}
.Order_img_box2 {
    float: left;
    width: 40%;
    margin: 5px 0 0 46px;
}

.ShoppingList_txt2 {
    float: left;
    width: 40%;
    height: 44px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    margin-left: 3%;
    margin-top: 0px;
}

/* 调整入驻申请 */
.form-label{
  text-align: left;
  font-size: 16px;
}
.formControls{
  margin-top: 5px;
}
.gradename_sel{
  width: 94%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.queryBtn{
  width: 90px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  right: -20px;
}
.faceMoney{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.ent_tab{
  width: 180px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.city_input,
.Wdate{
  width: ;
  height: 40px;
  line-height: 40px;
}
.item-list > a, .item-list > li{
  min-width: 46%;
  height: 40px;
  line-height: 40px;
  margin: 5px 2%;
  font-size: 15px;
}
.ent_tab{
  width: 100%;
}
.Demand_ctn_box_big{
  padding-bottom: 20px;
}
.order_title_box{
  height: 50px;
}
.order_title{
  line-height: 50px;
  margin-left: 30px;
}
.order_title::before{
  top: 18px;
  
}
.ent_tab{
  width: 200px;
}
.city_input,.Wdate{
  width: 100%;
}
.tip{
  font-size: 15px;
}
.Determine_btn{
  font-size: 16px;
}
.Additional_explanation_txt{
  font-size: 16px;
}
.form-label{
  text-align: left;
  margin-bottom: 0px;
}
.Demand_title_switch{
  margin-bottom:0px;
}
.row, .thumbnails{
  margin-left: -15px;
}
#CategoryId,
.ent_tab
{
  width: 100%;
}
.Product_ctn {
  margin-top: 0;
}
.Release{
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  font-size: 16px;
}
.Demand_title_switch li{
  font-size: 16px;
}
.form-label {
  display: block;
  color: #000;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 15px;
  width: 100%;
}
.Product_pictures_box > dd {
  width: 100%;
  overflow: hidden;
  margin-left: 0%;
  margin-top: 15px;
}
.address-btn{
  height: 40px;
  line-height: 40px;
}
.form-label{
  font-size: 16px;
  width: 100%;
  float: none;
  margin-left: 0px;
}
.city_input, .Wdate,
#textEndActivityDate,
#textarea,
#textApplyDate,
#textIssueCertiDate
{
  width: 100%;
}
#textBody {
  height: 150px;
}
#submit {
  width: 100%;
  margin-left: 0;
  height: 40px;
  font-size: 16px;
}
/* .photos_img_box{
  margin: auto;
} */

.file-information{
  padding: 30px 10px 0 10px;
  font-size: 16px;
}
.progressParent{
  width: 100%;
}
.template-pop{
  height: 290px;
}
}