body{
  background-color: #f5f5f5;
}
.list-top{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding-top: 10px;
  background-color: #fff;
}

.li-search{
  display: flex;
  align-items: center;
  height: 30px;
  background-color: #f5f5f5;
  border-radius: 20px;
}
.back,.li-search .search{
  width: 16px;
  height: 16px;
}
.back{
  position: absolute;
  left: 10px;
  top: 15px;
}
.li-search input,.li-search button{
  line-height: 30px;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: #666;
}
.li-search .site{
  position: relative;
  width: 45px;
  padding-left: 5px;
}

.li-search .more{
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 7px;
  right: 2px;
}
.li-search .in{
  width: 170px;
  padding: 0 10px;
  color: #999;
  font-size: 12px;
}

.li-search button{
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #ccc;
}

.sel-ul{
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.sel-ul .li-img{
  width: 80px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  background: url('../img/down.png') no-repeat 39px 24px;
  background-size: 6px 3px;
}
.sel-ul li{
  width: 80px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  background: url('../img/up.png') no-repeat 39px 24px;
  background-size: 6px 3px;
}

.sel-show{
  background-color: #fff;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 71px;
  width: 100%;
}

.sel-show .none{
  display: none;
}
.ss-order a{
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 24px;
  padding-left: 30px;
}
.li-cont ul{
  width: 95%;
  margin: 0 auto;
}
.li-cont li{
  position: relative;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, .1);
  margin: 13px 0;
  display: flex;
  justify-content: space-between;
}
.li-cont .shou{
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url('../img/shou1.png') no-repeat center center;
  background-size: 24px 24px;
  background-color:rgba(0,0,0,.4);
}
.li-cont .shou1{
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url('../img/shou.png') no-repeat center center ;
  background-size: 24px 24px;
  background-color:rgba(0,0,0,.4);
}

.li-cont li .f-img{
  width: 120px;
  height: 90px;
  border-radius: 10px;
  margin-right: 8px;
}
.li-cont li h2{
  color: #444;
  font-weight: bold;
  font-size: 15px;
  margin-top: 2px;
}
.lc-a{
	width: 100%;
}
.li-cont .lc-right{
  width: 100%;
}
.h-msg{
  margin: 7px 0 7px 0;
}

 .h-msg span{
  font-size: 12px;
  color: #666;
  /*margin-right: 5px;*/
}

 .h-tag spa{
  font-size: 12px;
  color: #444;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 0px 2px;
  background-color: #f7f7f7;
}

.li-cont .h-price{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.hp-time{
  color: #666;
  font-size: 12px;
}

.hp-p{
  color: #fc4e30;
  font-weight: bold;
  font-size: 18px;
}

.d-cont{
  position: relative;
  background-color: #f5f5f5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -20px;
  z-index: 7;
}

.d-cont h2{
  line-height: 35px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding:10px 20px 0 20px;
}
.d-msg{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.d-msg .d-price{
  color: #fc4e30;
  font-weight: bold;
  font-size: 14px;
}

.d-tag span{
  font-size: 12px;
  color: #73a205;
  /*background-color: #d3e9bb;*/
  padding: 2px 5px;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  /* background-color: #e3eccd; */
  color: #73a204;
  padding: 3px 5px;
  border-radius: 4px;
  margin-right: 5px;
  line-height: 1;
  border: 1px solid #73a204;
  margin-bottom: 5px;
}

.d-des{
  width: 90%;
  margin: 20px auto;
  border-radius: 10px;
  background-color: #e4ecf0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 10px;
}

.d-des li{
  flex: 50%;
  color: #61a2c2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.ds-right{
  width: 90px;
}
.ds-right p{
  font-size: 14px;
}
.ds-right span{
  font-size: 12px;
}

.ds-left{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #98d4f1;
  margin-right: 8px;
}

.ds-left img{
  width: 24px;
}
.d-top{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  height: 35px;
  align-items: center;
  background: linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,.8));
}

.d-top img{
  width: 16px;
  margin: 0 15px;
}

.d-tab{
  margin: 0 15px;
  display: flex;
  justify-content: space-between;
}

.dt-msg p{
  font-size: 14px;
  color: #333;
  margin: 10px 0 10px 15px;
}

.dt-msg div{
  display: flex;
  flex-wrap: wrap;
  margin-left: 15px;
  margin-bottom: 5px;
}

.dt-msg div span{
  width: 50%;
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.d-tab li{
  width: 50%;
  text-align: center;
  /*line-height: 25px;*/
  line-height: 35px;
  font-size: 14px;
  background-color: #e0e0e0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #666;
}
.d-click{
  border: 1px solid #e0e0e0;
  background-color: #fff !important;
  border-bottom: none;
  color: #333 !important;
}
.d-tshow{
  margin: 0 15px;
  border: 1px solid #e0e0e0;
  border-top: none;
  background-color: #fff;
  padding: 10px 0 30px 0;
}
.d-tshow .main-img{
  display: block;
  margin: 0 auto;
  max-width: 96%;
  margin-bottom: 10px;
}

.d-tshow h2{
  color: #444;
  font-size: 14px;
  line-height: 30px;
  margin-left: 10px;
}

.d-tshow textarea{
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: none;
}
.d-tshow .sub{
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.d-tshow button{
  display: block;
  border: none;
  background-color: #fc4e30;
  color: #fff;
  border-radius: 2px;
  line-height: 25px;
  width: 50px;

}

.d-tshow h3{
  font-weight: bold;
  font-size: 16px;
  color: #444;
  margin:10px 0 20px 15px;
  line-break: 30px;

}
.d-qa{
  padding: 0 15px;
}

.d-qa li{
  margin-bottom: 20px;
}
.d-tshow .d-q{
  display: flex;
  margin: 10px 0;
}

.d-q p{
  font-weight: bold;
  font-size: 14px;
  color: #444;
}

.d-q span{
  font-size: 12px;
  color: #666;
}
.d-tshow .d-q img{
  width: 32px;
  margin-right: 5px;
}
.d-qs{
  color: #666;
  margin-bottom: 8px;
}

.d-a{
  font-size: 14px;
  font-weight: bold;
  color: #444;
  line-height: 20px;
  border-top: 1px dashed #ddd;
  padding-top: 5px;
}
.d-a span{
  font-weight: normal;
  color: #555;
}
.da-time{
  font-size: 12px;
  color: #666;
  display: block;
  text-align: right;
}

.d-foot{
  width: 92%;
  height: 57px;
  background-color: #fff;
  border-top: 1px solid #eee;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  padding: 0 4%;
  padding-bottom: 6px;
    padding-top: 4px;

}



.d-foot div{
  /*margin-left: 15px;*/
  display: flex;
}
.d-foot button{
  width: 50% !important;
  /*margin-right: 15px;*/
  border: none;
  border-radius: 20px;
  line-height: 40px;
  font-size: 16px;
  background-color: #73a205;
  color: #fff;
  padding: 0 15px;
}

.d-foot div a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.d-foot a img{
  width: 19px;
}

.d-foot a p{
  font-size: 12px;
  color: #444;
  margin-top: 4px;
}
.d-foot a b{
  font-size: 14px;
  color: #333;
  margin-top: 6px;
}

.d-foot-a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*margin-right: 15px;*/
  /*width: 62px;*/
  /*margin-top: 3px;*/
}
.d-foot-a img{
  width: 20px;
}
.d-foot .green{
  color: #73A204;
}

.d-foot-a span{
  font-size: 14px;
  margin-top: 6px;
}
.d-foot-a b{
  font-size: 12px;
  color: #444;
  margin-top: 4px;
}

.s-ul{
  width: 95%;
  margin: 0 auto;
  
}
.s-ul li{
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.s-ul li a{
  display: block;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  border-radius: 4px;
  padding-bottom: 10px;
}
.s-ul .ar-img{
  display: block;
  margin: 0 auto;
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.s-ul .ar-head{
  width: 43px;
  height: 43px;
  margin-left: 10px;
  margin-top: 5px;
  top: -25px;
  right: 8px;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, .5);
  position: absolute;
}
.s-ul .li-t{
  padding-top: 10px;
}
.ar-des{
  width: 96%;
  margin: 0 auto;
  position: relative;
  padding-top: 5px;
}

.s-ul .ar-des{
  display: flex;
  justify-content: space-between;
}

.ar-des h2{
  color: #333;
  font-weight: bold;
  font-size: 15px;
  margin: 6px 0;
}

.ar-des p{
  font-size: 12px;
  color: #666;
  line-height: 18px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ar-des .tt-des{
  font-size: 12px;
  color: #666;
  line-height: 18px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.ar-des .ar-com,.ar-com span{
  display: flex;
  align-items: center;
}
.ar-com span{
  margin-right: 10px;
}

.ar-com img{
  margin-right: 4px;
	height: 15px;
}
.ar-com{
  justify-content: space-between;
  margin-top: 8px;
}
.ar-des span{
  color: #888;
  font-size: 12px;
}

.add{
  
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(148, 187, 57, 0.9);
  position: fixed;
  bottom: 100px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  z-index: 999;
  background-color: #fff;
}

.n-top{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  z-index: 999;
  background-color: #fff;
}

.n-top img{
  position: absolute;
  left: 0;
  top: 10px;
}

.s-tit img{
  width: 24px;
}
.s-top h1,.n-top h1{
  text-align: center;
  font-size: 18px;
  color: #444;  
  font-weight: bold;
}

.s-tag{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  color: #666;
  padding: 4px 0;
  text-align: center; 
  width: 170px;
  margin: 5px auto 10px auto;
}
.s-back{
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: 8px;
}

.s-top .s-info{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.s-top .infos {
  position: relative;
}

.s-top .infos span{
  position: absolute;
  background-color: #f72020;
  border-radius: 10px;
  padding: 2px 4px;
  font-size: 12px;
  color: #fff;
  right: 22px;
  top: -3px;
}

.se-top{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 999;
  height: 35px;
  align-items: center;
  background: linear-gradient(to top,rgba(180, 49, 17, 0),rgba(180, 49, 17, .6));
}

.se-top img,.t-top img{
  width: 16px;
  margin: 0 15px;
}

.se-box{
  width: 92%;
  margin: 10px auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  overflow: hidden;
  padding-bottom: 20px;
}

.se-tab{
  display: flex;

}
.se-tab li{
  flex: 50%;
  text-align: center;
  background-color: #f5f5f5;
  line-height: 35px;
  color: #666;
}

.se-click{
  background: url('../img/img10.png') no-repeat right top;
  background-size: auto 100%;
  font-weight: bold;
  color: #333 !important;
}
.se-click1{
  background: url('../img/img11.png') no-repeat right top;
  background-size: auto 100%;
  font-weight: bold;
  color: #333 !important;
}

.se-show div{
  width: 90%;
  margin: 15px auto;
  display: flex;
  align-items: center;
}
.se-show div p{
  width: 50px;
  color: #666;
  font-size: 14px;
  line-height: 18px;
}

.se-line{
  justify-content: space-between;

}
 .se-line input{
  line-height: 30px;
  border: none;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 0 10px;
  color: #bbb;
  width: 100%;
  display: block;
  margin: 5px auto;
  outline: none;
}

.se-line1 input{
  display: inline-block;
  line-height: 30px;
  border: none;
  background-color: #f5f5f5;
  border-radius: 20px;
  color: #bbb;
  width: 48%;
  text-align: center;
  outline: none;
}
.se-line1 select{
  display: inline-block;
  line-height: 30px;
  border: none;
  background-color: #f5f5f5;
  border-radius: 20px;
  text-align: center;
  outline: none;
	height: 30px;
  padding: 0 10px;
}
.se-line1 span{
  margin: 0 6px;
  color: #999;
}
.se-show input::-webkit-input-placeholder {
  color: #bbb;
}
.se-show input::-moz-input-placeholder {
  color: #bbb;
}
.se-show input::-ms-input-placeholder {
  color: #bbb;
}
.se-line2 .lin2-tag{
  display: flex;
  flex-wrap: wrap;
}
.se-line2 input{
  padding: 0px 4px;
  border-radius: 20px;
  line-height: 20px;
  font-size: 12px;
  border: 2px solid #ddd;
  background-color: #fff;
  text-align: center;
  color: #999;
  margin-bottom: 5px;
  margin-right: 5px;
  outline: none;
}
.se-line2 .tag-click{
  border: 2px solid #fa6045;
  color: #fa6045;
}
.se-show button{
  display: block;
  border: none;
  background-color: #73a205;
  color: #fff;
  outline: navajowhite;
  margin: 0 auto;
  font-size: 15px;
  padding: 4px 15px;
  border-radius: 20px;
}

.n-hot{
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  margin-bottom: 25px;

}

.n-hot::-webkit-scrollbar {
  display: none
}
.n-hot li{
  display: inline-block;
  width: 250px;
  height: 160px;
  background-color: #75a406;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
}

.n-ti{
  font-weight: bold;
  color: #555;
  font-size: 17px;
  padding: 0 10px;
  margin: 10px 0;
}
.n-lis li{
  width: 89%;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  padding: 10px;
  border-radius: 4px;
}
.n-lis a{
  display: flex;
}
.n-lis img{
  width: 130px;
  height: 90px;
  margin-left: 10px;
  border-radius: 4px;
}
.n-lis h2{
  font-weight: bold;
  font-size: 14px;
  color: #444;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  margin-top: 4px;
}

.n-lis p{
  color: #666;
  font-size: 12px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 4px;
  line-height: 16px;
}

.n-lis span{
  color: #999;
  font-size: 12px;
}

.n-hot img{
  width: 250px;
  height: 160px;
}

.n-hot a{
  display: block;
  position: relative;
}

.n-hot p{
  position: absolute;
  z-index: 999;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  line-height: 35px;
  padding: 0 5px;
  background-color: rgba(0, 0, 0, .5);
  white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
}

.a-h1{
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  width: 95%;
  margin: 15px auto;
  line-height: 25px;
}

.a-time{
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.a-time span{
  color: #999;
  font-size: 12px;
  margin-right: 15px;
}
.a-cont{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 15px;
}
.a-cont p{
  margin: 10px 0;
  text-indent: 2em;
  color: #555;
  line-height: 20px;
  font-size: 14px;
}

.a-cont img{
  display: block;
  margin: 0 auto;
  max-width: 95%;
}
.t-top{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  z-index: 999;
  height: 35px;
  align-items: center;
  background: linear-gradient(to top,rgba(145, 145, 145, 0),rgba(90, 90, 90, 0.6));
}
.t-line{
  width: 95%;
  margin: 25px auto;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  border-radius: 5px;
  padding-top: 10px;
  overflow: hidden;
  background-color: #f9f9f9;
  position: relative;
}
.t-ti{
  background: linear-gradient(to right,rgb(252, 104, 59),rgb(248, 56, 50));
  width: 25%;
  color: #fff;
  font-size: 16px;
  padding: 0 15px;
  font-weight: bold;
  line-height: 25px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 10px;
}


.tc-ul{
  display: flex;
  justify-content: space-between;

}

.tc-ul li{
  width: 100%;
  height: 150px;
}

.tc-ul li img{
  width: 100%;
  height: 100%;
}

.t-line>a{
  display: block;
  background: linear-gradient(to top,rgba(44, 44, 44,.6),rgba(44, 44, 44,.2));
  line-height: 50px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 15px;
  padding-left: 10px;
}


.h-tag span{
  font-size: 12px;
  border: 1px solid #73a204;
  color: #73a204;
  padding: 0px 2px;
}
.h-msg{font-size: 0;}
.h-msg b{
    color: #eee;
    display: inline-block;
    margin: 0 5px;
    width: 1px;
    height: 8px;
    background-color: #e6e6e6;
}