/*导航和侧边*/
.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_ctn_box_big{
  padding: 30px;
}
/*顶部标题*/
.title_switch{
	float: left;
	margin-left: 1%;
}
.title_switch > li{
	display: inline-block;
	
}
.title_switch > li > .commodity_title{
	border-right: 1px solid #e3e3e3;
}
.title_switch > li > .on{
	color: #f05d4b;
}
.title_switch > li > a{
	display: block;
	height: 22px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	padding: 0 30px;
	margin-top: 20px;
}
/*顶部搜索*/
.order_search_box{
  float: right;
  width: 36%;
  overflow: hidden;
  margin-right: 3%;
  margin-top: 12px;
}
.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: #f05d4b;
  border-radius: 0 4px 4px  0;
  background-image: url(../img/Order/Search.png);
  background-repeat: no-repeat;
  background-position: center;
}
/*切换*/
.Demand_ctn_box_big{
  padding: 46px 46px 70px 46px;
}
.Demand_title_switch{
  border-bottom: 2px solid #f05d4b;
}
.Demand_title_switch  li{
  display: inline-block;
  padding: 0 10px;
  height: 40px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 40px;
  cursor:pointer;
  background: #d1d1d1;
}
.Demand_title_switch  .on{
  background-color: #f05d4b;
  color: #fff;
  box-shadow: 0 2px 10px 0 #a1d9f5;
}
/*商品收藏内容*/
.Commodity_collection_ctn_box{
  margin: auto;
  font-size: 14px;
  overflow: hidden;
}
.Commodity_collection_ctn_box> li{
 	float: left;
   width: 16%;
    margin: 0 2%;
    border: 1px solid #c1c1c1;
    padding-bottom: 30px;
    margin-bottom: 40px;
    padding: 20px;
}
.Commodity_collection_ctn_box> li>div{
	width: 100%;
}
.title_label{
	display: inline-block;
	float: left;
	width: 60px;
}
.Bigtitle{
  height: 80px;
	font-size: 18px;
	font-weight: bold;
}
.title_content{
	display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 68px;
  display: block;
  margin-bottom: 20px;
  color: #333;
}
.summary{
  height: 46px;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666;
}
.pubtime{
  text-align: left;
  font-weight: normal;
  height: 30px;
  color:#999;
}
.btn_view{
	width: 64%;
  height: 30px;
  display: block;
	background: #f05d4b;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
  margin-top: 10px;
  margin: auto;
  border-radius: 4px !important;
}
.Recommend_img_box{
  display: block;
  width: 100%;
  height: 140px;
}
.Recommend_img_box > img{
  width: 100%;
  height: 100%;
}
.Recommend_Price{
  font-size: 14px;
  color: #ff0000;
  text-align: center;
  margin: 20px 0 15px 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{
  width: 43%;
  height: 28px;
  display: block;
  background-color:#f05d4b;
  color:#fff;
  text-align: center;
  line-height: 28px;
  margin: auto;
  margin-top: 15px;
  border-radius: 4px !important;
}
/*推荐内容*/
.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;}
.Recommend_ctn_box{
    margin: auto;
    margin-top: 50px;
    padding: 0 46px;
    padding-bottom: 60px;
}
.Recommend_ctn_box > li{
	display: inline-block;
  width: 16%;
  margin: 0 2%;
	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{
	height: 46px;
  padding: 0 15px;
  font-size: 14px;
  color: #666;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6;

}

/*店铺收藏页面*/

.Store_collection_ctn{
	overflow: hidden;
	height: 320px;
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
	padding: 30px;
}
.Store_collection_left_box{
	float: left;
	width: 25%;
}
.Photo_name_box{
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e3e3;
}
.Photo_img_box{
	float: left;
	width: 22%;
}
.Photo_img_box > img{
	width: 100%;
}
.Photo_name_right_box{
	float: right;
	width: 70%;
}
.Company_name{
	width: 100%;
	height: 20px;
	font-size: 18px;
	color: #ff0000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/*认证和等级*/
.Authentication_Grade_box{
	overflow: hidden;
	margin: 15px 0;
}
.Authentication_icon{
	float: left;
	width: 32px;
	height: 26px;
	background-image: url(../img/Collection/Authentication.png);
}
.Grade_box{
	float: left;
	margin-left: 10px;
	overflow: hidden;
}
.Grade_icon{
	float: left;
	width: 18px;
	height: 19px;
	background-image: url(../img/Collection/Grade.png);
}
.Grade_txt{
	float: left;
	font-size: 12px;
	color: #b69565;
	margin-top: 10px;
}
.Regional_label_box{
	overflow: hidden;
}
.Area{
	float: left;
	font-size: 12px;
	color: #999;
	margin-top: 4px;
}
.Set_top{
	float: left;
	width: 38px;
	height: 16px;
	background-image: url(../img/Collection/Set_top.png);
	margin: 0 20px;
	margin-top: 4px;
}
.Delete{
	float: left;
	width: 15px;
	height: 20px;
	background-image: url(../img/Collection/Delete.png);
}
/*在线咨询*/
.online_consulting_box{
	overflow: hidden;
	margin: 15px 0;
}
.online_consulting_box > a{
	float: left;
	display: block;
	width: 26%;
	height: 26px;
	border: 1px solid #f05d4b;
	color: #f05d4b;
	text-align: center;
	line-height: 26px;
}
.online_consulting_box > p{
	float: left;
	width: 70%;
	font-size: 12px;
	color: #666;
	margin-left: 10px;
	margin-top: 5px;
}
.Enter_store{
	display: block;
	width: 50%;
	height: 30px;
	background-color: #f05d4b;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin: auto;
  margin-top: 30px;
  border-radius: 4px !important;
}

/*添加备注*/
.Add_comments_input_box{
	width: 100%;
}
.Add_comments_input{
	width: 100%;
	height: 30px;
	border:1px solid #c1c1c1;
	font-size: 14px;
}
/*右边内容*/
.Store_collection_right_box{
	float: right;
	width:70%;
}
.collection_right_top_box{
	overflow: hidden;
}
.Quantity_goods_box{
	width: 60%;
	float: left;
	font-size: 0;
}
.Quantity_goods_box > li{
	display: inline-block;
	width: 26%;
	height: 30px;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 30px;
}
.more{
	float:right;
	font-size: 14px;
	color: #333;
}
.commodity_ctn_box{
	margin-top: 40px;
}
.commodity_ctn_box > li{
	display: inline-block;
	width: 33%;
	margin: 0 1.5%;
}
.commodity_img_box{
	width: 100%;
}
.money{
	font-size: 14px;
	color: #ff0000;
	text-align: center;
	/* margin: 30px; */
}
.money > span{
	font-size: 20px;
	color: #ff0000;
}
/*历史记录页面*/
.historical_title_box_big{
  padding: 0 47px;
}
.historical_title_box{
  	width: 100%;
    margin: auto;
    margin-top: 20px;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    padding-bottom: 20px;
}
.historical_delete{
  float: right;
	font-size: 18px;
	color: #333;
	text-align: right;
	font-weight: bold;
  cursor:pointer;
}
.Record_box{
  float: left;
  width: 50%;
	overflow: hidden;  
}
.historical_Date{
	float: left;
	font-size: 16px;
	color: #f05d4b;
	font-weight: bold;
	margin-top: 3px;

	
}
.Quantity_goods{
	float: left;
	font-size: 16px;
	color: #333;
	margin-left: 3%;
}
/* .Decorative_thread{
	float: left;
	width: 84%;
	height: 1px;
	float: left;
	margin-left: 3%;
	background-color: #e3e3e3;
	margin-top:10px;
} */
.Commodity_collection_ctn_box2{
    margin: auto;
    padding: 46px 46px 70px 46px;
}
.Commodity_collection_ctn_box2> li{
	position: relative;
 	display: inline-block;
    width: 16%;
    margin: 0 2%;
    border: 1px solid #c1c1c1;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.historical_Delete{
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-image: url(../img/Collection/Delete2.png);
}
.order_box_big3 {
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
    padding-bottom: 300px;
}

/* 收藏缺省页增加的 */
.No_img_box > img{
  display: block;
  margin: auto;
  margin-top: 10px;
}
.No_txt{
  color: #666;
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) {
}
@media (min-width:992px) and (max-width:1530px ) { 
    .Store_collection_left_box {
      float: left;
      width: 100%;
    }
    .Store_collection_ctn {
      position: relative;
      overflow: hidden;
      height: auto;
      border: 1px solid #dcdcdc;
      margin-bottom: 30px;
      padding: 30px;
  }
  .Photo_name_box {
    overflow: hidden;
    padding-bottom: 70px;
    border-bottom: 1px solid #e3e3e3;
  }
  .Enter_store{
    position: absolute;
    top: 120px;
    right: 50%;
    width: 20%;
    border-radius: 4px;
  }
  .Store_collection_right_box {
    float: right;
    width: 100%;
  }
  .Quantity_goods_box > li {
    display: inline-block;
    width: 50%;
    height: 30px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
  }
  .more {
    float: right;
    font-size: 14px;
    color: #333;
    position: absolute;
    top: 15px;
    right: 3%;
  }
  .online_consulting_box {
  overflow: hidden;
  margin: 15px 0;
  }
  .Store_collection_right_box {
  float: right;
  width: 100%;
  margin-top: 15px;
  }
  .commodity_ctn_box > li {
  display: inline-block;
  width: 33%;
  margin: 0 1.5%;
  }
}

@media (min-width:768px) and (max-width:992px ) { 
    .Store_collection_left_box {
      float: left;
      width: 100%;
    }
    .Store_collection_ctn {
      position: relative;
      overflow: hidden;
      height: auto;
      border: 1px solid #dcdcdc;
      margin-bottom: 30px;
      padding: 30px;
  }
  .Photo_name_box {
    overflow: hidden;
    padding-bottom: 70px;
    border-bottom: 1px solid #e3e3e3;
  }
  .Enter_store{
    position: absolute;
    top: 120px;
    right: 50%;
    width: 20%;
    border-radius: 4px;
  }
  .Store_collection_right_box {
    float: right;
    width: 100%;
  }
  .Quantity_goods_box > li {
    display: inline-block;
    width: 50%;
    height: 30px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
  }
  .more {
    float: right;
    font-size: 14px;
    color: #333;
    position: absolute;
    top: 15px;
    right: 3%;
  }
  .online_consulting_box {
  overflow: hidden;
  margin: 15px 0;
  }
  .Store_collection_right_box {
  float: right;
  width: 100%;
  margin-top: 15px;
  }
 
  .commodity_ctn_box > li {
    display: inline-block;
    width: 40%;
    margin: 0 1.5%;
    }
}


/* 平板电脑 */
@media (min-width:768px) and (max-width:1530px ) { 
    
}




@media only screen and (max-width: 780px) { 
/*商品收藏*/
.order_box_big2 {
    width: 100%;
    background-color: #fff;
    margin-top: 0px;
}
.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: #f05d4b;
    border-radius: 0 4px 4px 0;
    background-image: url(../img/Order/Search.png);
    background-repeat: no-repeat;
    background-position: center;
}
.order_search_box {
    float: right;
    width: 90%;
    overflow: hidden;
    margin-top: 36px;
}
.Commodity_collection_ctn_box{
	margin-top: 70px;
	padding-bottom: 0px;
}
.Commodity_collection_ctn_box > li {
    display: inline-block;
    width: 46%;
    margin: 0 2%;
    margin-bottom: 0px;
    border: 1px solid #c1c1c1;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.Buy {
    display: block;
    width: 80%;
    height: 30px;
    background-color: #f05d4b;
    color: #fff;
    text-align: center;
    line-height: 20px;
    margin: auto;
    margin-top: auto;
    margin-top: 28px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 30px;
}

.Recommend_ctn_box > li {
    display: inline-block;
    width: 45%;
    margin: 0 2%;
    border: 1px solid #c1c1c1;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
/*历史记录页面*/
.order_box_big3 {
    width: 100%;
    background-color: #fff;
    margin-top: 0px;
    padding-bottom: 300px;
}

.historical_delete {
    font-size: 18px;
    color: #333;
    text-align: right;
    font-weight: bold;
    cursor: pointer;

}
.Commodity_collection_ctn_box2 > li {
    position: relative;
    display: inline-block;
    width: 45%;
    margin: 0 2%;
    margin-bottom: 0px;
    border: 1px solid #c1c1c1;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
/*店铺收藏页面*/

.order_search_box {
    float: right;
    width: 100%;
    overflow: hidden;
    margin-top: 36px;
    margin-right: 0;
    margin-bottom: 15px;
}
.order_box_big2 {
    padding: 15px 15px;
}
.Store_collection_ctn_box {
    padding:0;
}
.Store_collection_ctn {
    overflow: hidden;
    height: auto;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
    padding: 15px;
}
.Store_collection_ctn {
    overflow: hidden;
    height: auto;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
    padding: 30px;
}
.Store_collection_left_box {
    float: left;
    width: 100%;
}
.online_consulting_box > a {
    float: left;
    display: block;
    width: 40%;
    height: 30px;
    border: 1px solid #f05d4b;
    color: #f05d4b;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
}
.Area {
    float: left;
    font-size: 14px;
    color: #999;
    margin-top: 4px;
}

.online_consulting_box > a{
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
.online_consulting_box > p {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #666;
    margin-left: 0px;
    margin-top: 10px;
}

.Photo_name_right_box {
    float: right;
    width: 72%;
}
.Store_collection_ctn {
    overflow: hidden;
    height: auto;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
    padding: 15px;
}
.Add_comments_input {
    width: 100%;
    height: 30px;
    border: 1px solid #c1c1c1;
    font-size: 15px;
}
.Area{
  font-size: 15px;
}
.Enter_store {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #f05d4b;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin: auto;
    margin-top: auto;
    margin-top: 15px;
    border-radius: 4px;
}
.Store_collection_right_box {
    float: right;
    width: 100%;
}
.collection_right_top_box {
    overflow: hidden;
    margin-top: 0px;
}
.Quantity_goods_box {
    width: 80%;
    float: left;
    font-size: 0;
}
.Quantity_goods_box > li {
    display: inline-block;
    width: 40%;
    height: 30px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}
.commodity_ctn_box > li {
    display: inline-block;
    width: 45%;
    margin: 0 1.5%;
}
.order_search_box {
    padding: 0 15px;

}
.Store_collection_ctn {
  position: relative;
  overflow: hidden;
  height: auto;
  border: 1px solid #dcdcdc;
  margin-bottom: 30px;
  padding: 30px;
}
.Quantity_goods_box > li {
  display: inline-block;
  width: 46%;
  height: 40px;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 40px;
}
.Enter_store {
  position: absolute;
  top: 130px;
  right: 50%;
  width: 20%;
  border-radius: 4px !important;
}
.Photo_name_box {
  overflow: hidden;
  padding-bottom: 70px;
  border-bottom: 1px solid #e3e3e3;
}
.more {
  float: right;
  font-size: 16px;
  color: #333;
  position: absolute;
  top: 15px;
  right: 3%;
}
.Demand_ctn_box_big {
  padding: 0;
}
.Commodity_collection_ctn_box {
  width: 100%;
}
}

@media (min-width:1024px) and (max-width:1440px ) { 
  .Commodity_collection_ctn_box> li {
    width: 21%;
    margin-bottom: 20px;
}
.Recommend_ctn_box > li{
  width: 21%;
  margin-bottom: 20px;
}
.Commodity_collection_ctn_box2 > li{
  width: 21%;
}
  .Recommend_img_box{
    height: 140px;
  }
}	
/* 平板电脑 */
@media (min-width:768px) and (max-width:1024px ) {
  .Commodity_collection_ctn_box> li {
    width: 29%;
    margin-bottom: 20px;
}
  .Recommend_ctn_box > li{
    width: 29%;
  }
  .Commodity_collection_ctn_box2> li{
    width: 29%;
  }
  .Recommend_img_box{
    height: 110px;
  }
}
@media only screen and (max-width: 768px) { 
  .order_title{
    margin-left: 25px;
  }
  .Commodity_collection_ctn_box{
    margin-top: 20px;
  }
  .Demand_ctn_box_big{
    padding: 0;
  }
  .Recommend_img_box{
    height: 80px;
  }
  .Recommend_Price{
    font-size: 16px;
    margin: 15px 0 15px 0;
  }
  .Recommend_txt{
    padding: 0;
    font-size: 15px;
  }
  .Buy{
    margin-top: 15px;
    font-size: 16px;
  }
  .Commodity_collection_ctn_box > li,
  .Recommend_ctn_box > li{
    margin-bottom: 15px;
    padding: 15px;
  }
 
  .Recommend_ctn_box {
    margin: auto;
    margin-top: 20px;
    padding: 0;
    padding-bottom: 30px;
}
.btn_view{
  width: 86%;
}
.title_content{
  margin-bottom: 10px;
}
.summary{
  text-indent: 0;
}
.pubtime{
  text-align: left;
}
.Commodity_collection_ctn_box > li{
  padding-bottom: 20px;
}
/* 收藏缺省页增加的 */
.No_img_box > img{
  margin-top: 50px;
  width: 34%;
  height: auto;
}
.No_txt{
  padding-bottom: 50px;
  margin-top: 20px;
}
/* 历史记录 */
.historical_title_box_big{
  padding: 0 15px;
}
.Commodity_collection_ctn_box2{
  padding: 15px 15px 20px 15px;
}
.order_box_big3{
  padding-bottom: 0;
}
/* 收藏标题 */
.order_title_box{
  height: 50px;
}
.order_title{
  line-height: 50px;
}
.order_title::before{
  top: 17px;
}
.Buy{width: 100%;}
.btn_view {
  width: 100%;
  font-size: 15px;
}
.Commodity_collection_ctn_box {
  margin-top: 0;
}
.order_box_big2{
  padding: 0px 15px 15px 15px;
}

}