/*按钮样式*/
.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-Bth+.Jsp-Bth{margin-left: 10px;}
.Jsp-BthBlue,.Jsp-BthBlue-P:hover{color: #fff;background-color: #409EFF;border-color: #409EFF;}
.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: #409eff;background-color: #ecf5ff;border-color: #c6e2ff;}
.Jsp-BthBlue:hover,.Jsp-BthBlue-R:hover{background-color: #66b1ff;border-color: #66b1ff;color: #fff;}
.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;}

/*文件拖拽上传选择框的样式*/
.template-pop{height: 360px;margin-top:10px;overflow: hidden;}
.template-up{width: 80%; height: 280px;border:1px dashed #999;margin-top:20px;text-align: center;line-height: 280px;font-size: 20px;font-weight: 700;}
.file-information{width: 80%;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{width: 80%;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;}
/*导航和侧边*/
.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;
}
/*顶部搜索*/
.top_order_ctn{
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 25px;

}
.order_search_box{
  float: right;
  width: 40%;
  overflow: hidden;
}
.order_search_box > input{
  float: left;
  width: 90%;
  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: 10%;
  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;
}
/*订单状态*/
.Order_status_box{
  float: left;
  width: 30%;
  font-size: 0;
}
.Order_status_box > li{
  width: 24%;
  display: inline-block;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 40px;
  height: 40px;
  /* border: 1px solid #c1c1c1; */
  cursor:pointer;
}
.Order_status_box > .on{
  background-color: #f05d4b;
  color: #fff;
  border: 1px solid  #f05d4b;
}
/*筛选样式*/
.Screening_box > dd{
  overflow: hidden;
}
.Screening_title{
  float: left;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-top: 2px;
}
.Screening_Type_box{
  float: left;
  padding-bottom: 25px;
}
.Screening_Type_box > li{
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #c9c9c9;
  cursor:pointer;
}
.Screening_Type_box > li{
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #c9c9c9;
  cursor:pointer;
  font-size: 14px;
}
.Screening_Type_box > li:last-child{
  border-right: 0px solid #c9c9c9;
}
/*企业信息表格*/
.form_box{
  min-width: 100%;
  height: 100%;
  
}
.form_table{
  table-layout:fixed;
}
.form_table > thead > tr > th{
  width: 10%;
  background-color: #f05d4b;
  color: #fff;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #fff;
}
.form_table > thead > tr >.Requirement1{
  width: 15%;
}
.form_table > thead > tr > th{
  width: 10%;
}
.form_table > tbody > tr >.Requirement3{
  width: 15%;
}
.form_table > tbody > tr > td{
  font-size: 14px;
  color: #333;
  padding: 15px 10px;
  text-align: center;
}
.form_table > tbody > tr >.Detailed{
  text-align: left;
}
.form_table > tbody > tr:hover{
  background-color: #f5f5f5;
}
.form_table > tbody > tr > .money{
  color: #ff0000;
}
.form_table > tbody > tr > .via{
  color: #0097e5;
}
.form_table > tbody > tr > .via{
  color: #0097e5;
}
.form_table > tbody > tr >.Participation_btn{
  display: block;
  width: 80%;
  height: 30px;
  background-color: #0097e5;
  color: #fff;
  border-radius: 4px;
  margin: auto;
  line-height: 30px;
}
.Participation_btn{
  display: block;
  width: 80%;
  height: 30px;
  background-color: #0097e5;
  color: #fff;
  border-radius: 4px;
  margin: auto;
  line-height: 30px;
}
/*服务商竞标*/
.Demand_ctn_box_big{
  padding: 40px;
}
.ServiceProcess_title{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
}
.ServiceProcess{
  padding-bottom: 50px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
}
/*流程图*/
.ServiceProcess_box_big{
  margin-top: 90px;
}
.ServiceProcess_box{
  width: 94%;
  margin: auto;
  position: relative;
}
.ServiceProcess_txt_box{
  position: absolute;
  width: 100%;
  bottom: -3px;
  z-index: 100;
}
.ServiceProcess_txt_box > li{
  position: relative;
  display: inline-block;
  width: 13%;
  height: 68px;
}
.ServiceProcess_txt_box > li > p{
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.ServiceProcess_txt_box > li > .round{
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  background-color: #d1d1d1;
  border-radius:50px;
}
.ServiceProcess_txt_box > .Selected > p{
  color: #333;
}
.ServiceProcess_txt_box > .Selected > .round{
  background-color: #89bc65;
}
.ServiceProcess_txt_box >.Selected_on > .round{
  background-color: #579f24;
}
.ServiceProcess_txt_box >.Selected_on > p{
  color: #579f24;
}
.line_box{
  position: relative;
  padding-right: 7%;
  padding-left: 7%;
}
.gray_line{
  width: 100%;
  height: 6px;
  background-color: #e4e4e4;
}
.green_line{
  display: block;
  width: 33.333%;
  height: 6px;
  bottom: 0;
  background-color: #89bc65;
}
/*需求信息*/
.Demand_content_box_big{
  padding-bottom: 30px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 30px;
}
.Demand_content_box > dd{
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom:5px;
}
.detailed_title{
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom:8px;
  margin-top: 13px;
}
.Demand_content_box > dd > span{
  font-size: 14px;
  color: #333;
  font-weight:normal;
}
.detailed_txt{
  width: 50%;
  font-size: 14px;
  color: #333;
  font-weight:normal;
  line-height: 1.6;
}
/*参加竞标*/
.participate_bid_box{
  overflow: hidden;
  padding-bottom: 50px;
  /*border-bottom: 1px solid #c9c9c9;*/
}
.Case_box{
  float: left;
  width: 80%;
}
.Case_title{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}
/*上传图片*/
.left_portrait_box{
  width:521px;
  float: left;
  
}
.photos_img_box{
  position: relative;
  width:521px;
  height: 164px;
  
}
.photos_box_big{
 width:521px;
}
.con4{
     height: auto;
     overflow: hidden;
     color: #FFFFFF;
}
.upload_pic{
     display: block;
      width:521px;
     height: 164px;
     position: absolute;
     left: 0;
     top: 0;
     opacity: 0;
     border-radius: 5px;
}
#cvs{
  position: absolute;
  width: 521px;
  height: 164px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/BiddingManagement/icon1.png);
  border:1px solid #c9c9c9;
  background-repeat: no-repeat;
}

.modify_btn{
  display: block;
  width: 25%;
  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: #666;
  text-align: center;
  margin: 20px 0;
}
.photos_explain_txt{
  font-size: 14px;
  color: #666;
  text-align: center;
}
/*留言*/
.message_box{
  float: left;
  width: 80%;
  margin-bottom: 20px;
}
.message_box 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;
}
.textarea{
  width: 100%;
  border:1px solid #c9c9c9;
  height: 164px;
}
.Save{
  display: block;
  width: 20%;
  height: 40px;
  background-color: #0097e5;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 4px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 20px;

}
.input-text{box-sizing:border-box;border:solid 1px #ddd;width:24%;-webkit-transition:all 0.2s linear 0s;-moz-transition:all 0.2s linear 0s;-o-transition:all 0.2s linear 0s;transition:all 0.2s linear 0s}
/*状态页面*/
.Operation_ctn_box{
 
}
.Participation_btn2{
  display: block;
  width: 80%;
  height: 30px;
  background-color: #0097e5;
  color: #fff;
  border-radius: 4px;
  margin: auto;
  line-height: 30px;
}
.retreat{
  display: block;
  font-size: 14px;
  color: #0097e5;
  text-align: center;
  margin-top: 10px;
}


@media (min-width:992px) and (max-width:1200px ) { 
  .Order_status_box{
    width: 45%;
  }
}	
/* 平板电脑 */
@media (min-width:768px) and (max-width:992px ) {
  .Order_status_box{
    width: 60%;
  }
}

@media only screen and (max-width: 780px) { 
  .order_box_big2 {
    width: 100%;
    background-color: #fff;
    margin-top: 0px;
}
  .order_ctn_box_big {
    padding: 15px;
}
.order_search_box{
  float: right;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}
.order_search_box > input {
    float: left;
    width: 80%;
    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: 20%;
    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;
}
.Order_status_box {
    float: left;
    width: 100%;
    font-size: 0;
}
.Screening_title{
  width: 100%;
  font-size: 16px;
  overflow: hidden;
}
.Screening_Type_box{
  margin-top: 10px;
}
.Screening_Type_box > li {
    display: inline-block;
    padding:0 10px 0 0;
    border-right: 1px solid #c9c9c9;
    cursor: pointer;
    font-size: 16px;
}
.form_table{
  width: 100%;
}
.form_table > tbody{
  width: 100%;
}
.form_table > tbody > tr{
  width: 100%;
}

.form_table > tbody > tr > td {
    font-size: 14px;
    color: #333;
    padding: 10px 0;
    text-align: center;
}
.form_table > tbody > tr > th {
  width:5%;
   padding:0;
}
.ServiceProcess_box_big {
    margin-top: 150px;
}
.detailed_txt {
    width: 100%;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 1.6;
}

.message_box {
    float: left;
    width: 90%;
    margin-left: 3%;
}
.Save {
    display: block;
    width: 80%;
    height: 40px;
    background-color: #0097e5;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    margin: auto;
        margin-top: auto;
        margin-bottom: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
.modify_btn {
    display: block;
    width: 40%;
    height: 36px;
    color: #fff;
    background-color: #0097e5;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
    margin: auto;
    margin-left: 8px;
    margin-bottom: 20px;
}
/* 调整增加的CSS */
.Order_status_box > li{
  font-size: 16px;
}
.top_order_ctn{
  padding-bottom: 20px;
  border-bottom: 0px solid #e3e3e3;
  margin-bottom: 0px;
}
.Screening_Type_box{
  padding-bottom: 15px;
}
}