/*导航和侧边*/
.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: #00acf3;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;
}
/*顶部切换*/
.Demand_ctn_box_big{
  padding: 46px 46px 70px 46px;
}
.Demand_ctn_box_big2{
  padding: 46px 46px 70px 46px;
}
.Demand_title_switch{
  border-bottom: 2px solid #0097e5;
  margin-bottom: 40px;
}
.Demand_title_switch  li{
  display: inline-block;
  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: #0097e5;
  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;
}
/*有需求的情况*/
.ChooseDemand_label{
  margin: 35px 0 30px 0;
  font-size: 0;
}

.ChooseDemand_label > li{
  display: inline-block;
  width: 100px;
  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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ChooseDemand_label > li:hover{border-color:#d09801;background: url(../img/icon-on-h.png) right bottom no-repeat;text-decoration: none;}
.ChooseDemand_label > .on,
.ChooseDemand_label > .on:hover{
  background: url(../img/icon-on.gif) right bottom no-repeat;
  text-decoration: none;
  border:1px solid #0097e5;
}
/*选择服务*/
.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: -20px;
	background: #0097e5;
	border: 1px solid #0097e5;
  cursor: pointer;
  color: #fff;
}
.queryBtn:hover{
	background: #19a1e8;
}
.ChooseService_ctn_box{
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 30px;
}
.ChooseService_title{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 25px;
}
.left_ctn_box{
  float: left;
  width: 60%;
}
.left_ctn_box > dt {
  width: 20%;
  height: 30px;
  border:1px solid #c1c1c1;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-bottom: 15px;
}
.left_ctn_box > dd{
  display: inline-block;
  width: 200px;
  height: 30px;
  border:1px solid #c1c1c1;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin: 0 3% 10px 0;
  cursor:pointer;
   overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.left_ctn_box > .on,.left_ctn_box > .on:hover{
  background: url(../img/icon-on.gif) right bottom no-repeat;
  text-decoration: none;
  border:1px solid #0097e5;
}
.right_ctn_box > .on,.right_ctn_box > .on:hover{
	background: url(../img/icon-on.gif) right bottom no-repeat;
  text-decoration: none;
  border:1px solid #0097e5;
}
.left_ctn_box > dd:hover{border-color:#d09801;background: url(../img/icon-on-h.png) right bottom no-repeat;text-decoration: none;}
.right_ctn_box > dd:hover{border-color:#d09801;background: url(../img/icon-on-h.png) right bottom no-repeat;text-decoration: none;}
.right_ctn_box{
  float: left;
  width: 30%;
}
/*金额所在地*/
.MoneyLocation_box_big{
  overflow: hidden;
  margin-bottom: 40px;
}
.left_Money_box{
  float: left;
  width: 30%;
}
.Money_ctn_box > input{
  float: left;
   width: 38%;
  height: 30px;
  border:1px solid #c1c1c1;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin: 0 3% 10px 0;
}
.faceMoney{
  float: left;
  display: block;
   width: 100px;
  height: 30px;
  border:1px solid #c1c1c1;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 30px;
  margin: 0 8px 0px 0;
}
.right_Location_box{
    float: left;
    width: 60%;
}
.Location_ctn_box{
  display: inline-block;
  float: left;
  width: 20%;
  height: 30px;
  border:1px solid #c1c1c1;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding-left: 15px;
  margin-bottom: 20px;
  background-image: url(../img/Demand/drop-down.png);
  background-repeat: no-repeat;
  background-position: 90% 10px;
}
.DetailedInformation_box{
  margin-bottom: 40px;
}
.Contact_number{
  width: 20%;
  height: 30px;
  border:1px solid #c1c1c1;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding-left: 20px;
}
.PublishDemand_Btn{
  display: block;
  width: 18%;
  height: 36px;
  background-color: #0097e5;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  border-radius: 4px;
  margin-left: 17%;
  margin-top: 40px;
}
/*推荐内容*/
.Recommend_ctn_box{
  width: 72%;
  margin: auto;
  margin-top: 50px;
  padding-bottom: 60px;
}
.Recommend_ctn_box > li{
  display: inline-block;
  width: 27%;
  margin: 0 3%;
  border: 1px solid #c1c1c1;
  padding-bottom: 30px;
}
.Recommend_img_box{
  display: block;
  width: 100%;
}
.Recommend_img_box > img{
  width: 100%;
}
.Recommend_Price{
  font-size: 14px;
  color: #ff0000;
  text-align: center;
  margin: 25px 0 20px 0;
}
.Recommend_Price > span{
  font-size: 20px;
  color: #ff0000;
}
.Recommend_txt{
  padding: 0 15px;
  font-size: 13px;
  color: #666;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
.Buy{
  display: block;
  width: 30%;
  height: 20px;
  background-color: #0097e5;
  color: #fff;
  text-align: center;
  line-height: 20px;
  margin: auto;
  margin-top: 28px;
  border-radius: 4px;
}

/*撤回信息页面*/
.DemandInformation_box_big > li{
  padding:30px 0 40px 0;
  border-bottom: 1px solid #e3e3e3;
}
.DemandInformation_box_big > li:nth-child(1){
  padding:0px 0 40px 0;
}
.DemandInformation_txt_box > p{
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.DemandInformation_txt_box > .price > span{
  color: #ff0000;
}
/*说明撤回原因*/
.Explain_reason_box{
  overflow: hidden;
  margin-top: 20px;
}
.explain_box{
  float: left;
  width: 45%;
}
.explain_title{
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}
.textarea2{
  width: 80%;
  height: 100px;
  font-size: 14px;
  color: #444;
  border: 1px solid #c9c9c9;
}
.reason_box_big{
  float: left;
  width: 100%;
  overflow: hidden;
}
.reason_left{
  float: left;
  width: 70%;
}
.reason_title_box{
  overflow: hidden;
  margin-bottom:20px;
}
.reason_title{
  float: left;
  font-size: 16px;
  color: #333;
  margin-right: 10px;
}
.reason_select{
  float: left;
  width: 40%;
  border:1px solid #c1c1c1;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding-left: 15px;
  background-image: url(../img/Demand/drop-down.png);
  background-repeat: no-repeat;
  background-position: 90% 10px;
}
.Determine_btn{
  float: left;
  display: block;
  width: 20%;
  height: 36px;
  background-color: #0097e5;
  color:#fff;
  text-align: center;
  line-height: 36px;
  border-radius: 4px;
  margin-top: 60px;
}
/*服务商*/
.ServiceProcess_title{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-top: 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: 14%;
  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;
}
/*服务商选择*/
.Merchant_selection_title{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 80px 0 30px 0;
}
.Merchant_selection_ctn_box{
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 30px;
  border:1px solid #d9d9d9;
}
/*服务商左边*/
.Merchant_selection_left_ctn{
  float: left;
  width: 19%;
}
.Merchant_selection_Photo{
  position: relative;
  width: 100%;
  height: 133px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  overflow: hidden;
}
.Merchant_selection_Photo > img{
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.Merchant_selection_left_ctn > a{
  display: block;
  width: 90%;
  height: 36px;
  background-color: #0097e5;
  color: #fff;
  text-align: center;
  line-height: 36px;
  margin: auto;
  margin-top: 18px;
  border-radius: 4px;
}
/*中间内容*/
.Merchant_selection_middle_ctn{
  float: left;
  margin-left: 3%;
  width:45%;
}
.Merchant_middle_title_box{
  overflow: hidden;
}
.Merchant_middle_title{
  float: left;
  max-width: 80%;
  height: 19px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  overflow:hidden;
  text-overflow:ellipsis; 
  white-space: nowrap;
}
.Authentication_icon{
  float: left;
  width: 30px;
  height: 26px;
  background-image: url(../img/Demand/Authentication.png);
  margin-left: 3%;
}
.Grade_box{
  float: left;
  overflow: hidden;
  margin-left: 3%;
  margin-top: 5px;
}
.Grade_icon{
  float: left;
  width: 18px;
  height: 19px;
  background-image: url(../img/Demand/Grade.png);
}
.Grade_txt{
  float: left;
  font-size: 12px;
  color: #b69565;
  margin-top: 6px;
}
.Merchant_middle_txt{
  width: 100%;
  height: 60px;
  font-size: 12px;
  color: #616161;
  line-height: 1.6;
  overflow:hidden;
  text-overflow:ellipsis; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 15px 0;
}
.Merchant_middle_Location{
  font-size: 12px;
  color: #333;
  margin-bottom: 20px;
}
.textarea3{
   width: 100%;
   height: 90px;
   background-color: #fff;
   border: 1px solid #c9c9c9;
}
/*右边内容*/
.Merchant_selection_right_ctn{
  float: left;
  width: 28%;
  margin-left: 5%;
}
.View_cases_title{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.cases_box{
  width: 60%;
  margin: auto;
  overflow: hidden;
  margin-top: 54px;
}
.Word_cases_box{
  float: left;
  width: 40%;
}
.Word_icon{
  width: 40px;
  height: 53px;
  background-image: url(../img/Demand/Word.png);
  margin: auto;
}
.cases_txt{
  width: 80%;
  margin:auto;
  font-size: 12px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}
.PDF_cases_box{
  float: right;
  width: 40%;
}
.PDF_icon{
   width: 42px;
  height: 53px;
  background-image: url(../img/Demand/PDF.png);
  margin: auto;
}
/*没有服务商的页面*/
.Merchant_selection_title2{
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 80px 0 30px 0;
  border-bottom: 1px solid #e3e3e3;
}
.ServiceProcess_no_txt{
  font-size: 18px;
  color: #333;
  text-align: center;
  padding: 100px 0 180px 0;
}
/*状态页面*/
.state_ctn_box{
  overflow: hidden;
  padding: 40px 50px 40px 40px;
  border: 1px solid #d9d9d9;
  margin: 30px 0;
  min-height: 350px;
}
.state_left_ctn{
  float: left;
  width: 40%;
}
.state_left_ctn > h5{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 15px;
}
.state_left_ctn > h5 > span{
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.state_right_ctn{
  float: right;
}
.state_left_ctn > .Additional_explanation_title{
  margin-top:25px;
}
.Additional_explanation_txt{
  width: 100%;
  height: 90%;
  font-size: 14px;
  color: #666;
   overflow:hidden;
  text-overflow:ellipsis; 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.6;
}
.state_right_ctn{
  float: right;
  width: 18%;
  height: 90px;
  border: 1px solid #d9d9d9;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  text-align: center;
  line-height: 90px;
}
.termination{
  color: #ff0000;
}
.adopt{
  color:#0097e5;
}


.item-list{overflow: hidden;font-size: 12px;}
.item-list > a,
.item-list > li{float: left;border: 1px solid #ccc;min-width: 60px;padding:0 18px;height: 28px;line-height: 28px;text-align: center;margin:0 15px 10px 0;background-color: #fff;cursor: pointer;color: #666; list-style: none;}
.item-list > a:hover,
.item-list > li:hover{border-color:#31adfc;text-decoration: none;}
.item-list .pitch,
.item-list .pitch:hover{border-color:#31adfc;background: url(../img/icon-on.gif) right bottom no-repeat;text-decoration: none;}


.ent_tab{
  width: 160px;
}

.city_input,.Wdate{
  width: 268px;
}





@media (min-width:768px) and (max-width:992px ) { 
  .Determine_btn{
    width: 100%;
    margin-top: 30px;
  }
  .reason_left{
    width: 88%;
  }
  .textarea2{
    width: 100%;
  }
}










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

.Demand_img_box {
    width: 50%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 46px;
}
/*有内容情况*/
.Demand_title_switch  li {
  font-size: 16px;
  color: #333;
  padding: 0 15px;
}
.ChooseDemand_label > li {
    display: inline-block;
    width: 100px;
    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;
}



.Demand_title_switch {
    margin-top: 5px;
    border-bottom: 2px solid #0097e5;
}
.ChooseDemand_label {
    margin: 15px 0 15px 0;
    font-size: 0;
}
.left_ctn_box {
    float: left;
    width:100%;
}
.right_ctn_box {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.left_Money_box {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.right_Location_box {
    float: left;
    width: 100%;
}
.left_ctn_box > dt, .right_ctn_box > dt{
      font-size: 15px;
}
.left_ctn_box > dd, .right_ctn_box > dd{
      width: 200px;
      margin:0 3% 10px 0;
      font-size: 15px;
}
.Location_ctn_box{
  width: 100%;
  background-position: 98% 10px;
  font-size: 15px;
}
.Money_ctn_box > input{
  font-size: 15px;
}
.Money_ctn_box > a{
  font-size: 15px;
}
.Contact_number{
  width: 100%;
  font-size: 15px;
}
.PublishDemand_Btn{
  width: 100%;
  margin-top: 20px;
  font-size: 15px;
  margin-left: 0%;
}
/*推荐内容*/
.Recommend_ctn_box {
    width: 97%;
    margin: auto;
    margin-top: 20px;
    padding-bottom: 30px;
}
.Recommend_ctn_box > li {
    display: inline-block;
    width: 30.5%;
    margin: 0 1%;
    border: 1px solid #c1c1c1;
    padding-bottom: 20px;
}
.Recommend_Price {
    font-size: 14px;
    color: #ff0000;
    text-align: center;
    margin: 10px 0 10px 0;
}
.Buy {
    display: block;
    width: 90%;
    height: 25px;
    font-size: 14px;
    background-color: #0097e5;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin: auto;
    margin-top: 15px;
    border-radius: 4px;
}
/*需求撤回*/
.Demand_ctn_box_big2 {
    padding: 15px;
}
.explain_box{
    float: left;
    width: 100%;
}
.explain_title {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
.textarea2 {
    width: 100%;
    height: 100px;
    font-size: 15px;
    color: #444;
}
.reason_box_big {
    float: left;
    width: 100%;
    overflow: hidden;
}
.reason_left {
    float: left;
    width: 100%;
}
.reason_title_box {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}
.Determine_btn {
    float: left;
    display: block;
    width: 100%;
    height: 36px;
    background-color: #0097e5;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    margin-top: 20px;
}
/*服务商页面*/
.ServiceProcess_box_big {
    margin-top: 180px;
}
.Merchant_selection_ctn_box {
    width: 100%;
    /* height: 300px; */
    height: auto;
    background-color: #f0f0f0;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #d9d9d9;
}
.Merchant_selection_right_ctn {
    float: left;
    width: 100%;
    margin-left: 5%;
}
.View_cases_title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 20px;
}
.cases_box {
    width: 60%;
    margin: auto;
    overflow: hidden;
    margin-top: 20px;
}
.Merchant_selection_left_ctn {
    float: left;
    width: 50%;
}
.state_ctn_box {
    overflow: hidden;
    padding: 15px 15px 15px 15px;
    border: 1px solid #d9d9d9;
    margin: 30px 0;
    height: auto;
}
.state_left_ctn {
    float: left;
    width: 70%;
}
.state_right_ctn {
    float: right;
    width: 22%;
    height: 70px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 70px;
}
/* 调整的我的需求页面 */
  .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;
  }
  .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;
  }
  .Demand_title_switch{
    margin-bottom: 5px;
  }
  .form-label{
    margin-top: 10px;
  }
  .PublishDemand_Btn{height: 40px;line-height: 40px;font-size: 16px;}
}
