/* 服务详情 */
.serve_detail {
  width: 1200px;
  margin: 0 auto;
  /* margin-top: 45px; */
}
.serve_detail_hot {
  margin-bottom: 122px;
}
.serve_detail .serve_detail_top {
  
  display: -ms-flexbox;
  
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  /* justify-content: space-between; */
  background: #ffffff;
}
.serve_detail .serve_detail_top .left{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.serve_detail .serve_detail_top .left > img {
  width: 471px;
  height: 367px;
}

.serve_detail .serve_detail_top .left .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  color: #999999;
  margin-top: 20px;
  margin-left: 82px;
}
.serve_detail .serve_detail_top .left .info > img {
  margin-right: 6px;
}
.serve_detail .serve_detail_top .left .info > span {
  margin-right: 30px;
}



.serve_detail .serve_detail_top .word {
  position: relative;
  margin-top: 16px;
  margin-left: 47px;
}
.serve_detail .serve_detail_top .word .sell{
  position: absolute;
  top: 30%;
  right:-5% ;
}
.serve_detail .serve_detail_top .word .title {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 28px;
}
.serve_detail .serve_detail_top .word .title span {
  width: 65px;
  height: 28px;
  background: rgba(252, 31, 84, 1);
  border-radius: 4px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
}
.serve_detail .serve_detail_top .word .message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.serve_detail .serve_detail_top .word .message > img {
  margin-right: 21px;
}
.serve_detail .serve_detail_top .word .message > span {
  color: #262626;
  font-size: 16px;
  line-height: 28px;
  width: 502px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.serve_detail .serve_detail_top .word .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  color: #999999;
  margin-top: 30px;
}
.serve_detail .serve_detail_top .word .info > img {
  margin-right: 6px;
}
.serve_detail .serve_detail_top .word .info > span {
  margin-right: 30px;
}
.serve_detail .serve_detail_top .word .address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  color: #4d4d4d;
  margin-top: 17px;
}
.serve_detail .serve_detail_top .word .address select{
  width: 150px;
  height: 30px;
}
.serve_detail .serve_detail_top .word .address input {
  border: 1px solid #e5e5e5;
  padding: 10px 9px;
  outline: none;
  height: 30px;
  margin-left: 19px;
}
.serve_detail .serve_detail_top .word .price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
  width: 640px;
  height: 69px;
  background: rgba(238, 238, 238, 1);
  padding-left: 28px;
}
.serve_detail .serve_detail_top .word .price span:nth-child(1) {
  font-size: 16px;
  color: #4d4d4d;
  margin-right: 19px;
}
.serve_detail .serve_detail_top .word .price span:nth-child(2) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  color: #fc1f54;
  font-size: 36px;
  font-weight: 600;
  margin-right: 17px;
}
.serve_detail .serve_detail_top .word .price span:nth-child(2) i {
  font-style: normal;
  font-size: 24px;
  /* margin-top: 2px; */
  margin-top: 8px;
}
.serve_detail .serve_detail_top .word .price span:nth-child(3) {
  color: #a6a6a6;
  font-size: 14px;
  text-decoration: line-through;
}
.serve_detail .serve_detail_top .word .button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 13px;
  margin-bottom: 33px;
}
.serve_detail .serve_detail_top .word .button span:nth-child(1) {
  width: 206px;
  height: 49px;
  border: 1px solid rgba(21, 126, 251, 1);
  margin-right: 10px;
  font-size: 16px;
  color: #157efb;
  line-height: 49px;
  cursor: pointer;
  text-align: center;
  
}
.serve_detail .serve_detail_top .word .button span:nth-child(2) {
  width: 206px;
  height: 49px;
  background: rgba(21, 126, 251, 1);
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 49px;
  cursor: pointer;
}

.serve_detail .serve_detail_top .word .infom{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 15px;
  font-size: 16px;
  color: #4d4d4d;
}
.serve_detail .serve_detail_top .word .infom .info_name{
  width: 80px;
}
.serve_detail .serve_detail_top .word .infom .box{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-left: 19px;
}
.serve_detail .serve_detail_top .word .infom .box span{
  font-size: 14px;
  display: inline-block;
  padding: 9px 32px;
  border: 1px solid #E5E5E5;
  border-radius:2px;
  cursor: pointer;
}
.serve_detail .serve_detail_top .word .infom .box .selects{
  border: 1px solid #157EFB;
  border-radius:2px;
  background: url("../images/serve/serve_icon051.png");
  background-position: 101% 0%;
  background-repeat: no-repeat;
  background-size: 18px;

}

.serve_detail .serve_detail_content {
  margin-top: 23px;
}
.serve_detail .serve_detail_content .top {
  height: 58px;
  width: 100%;
  background: #eaeaea;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.serve_detail .serve_detail_content .top p {

  font-size: 18px;
  color: #157efb;
  background: #fff;
  border-top: 1px solid #157efb;
  padding: 19px 56px;
  cursor: pointer;
}
.serve_detail .serve_detail_content .content{
    width: 100%;
    padding: 25px 15px;
    line-height: 2em;
    color: #606266;
    font-size: 14px;
    background: #fff;
}
.serve_detail .serve_detail_content .content img{
  width: 100%;
}
.hide-icon{
  color: #cccccc;
}
.hot_list{
 wi
} -ms-flex-align: center;
      align-items: center;
.serve_detail .serve_detail_content .top p {

  font-size: 18px;
  color: #157efb;
  background: #fff;
  border-top: 1px solid #157efb;
  padding: 19px 56px;
  cursor: pointer;
}
.serve_detail .serve_detail_content .content{
    width: 100%;
    padding: 25px 15px;
    line-height: 2em;
    color: #606266;
    font-size: 14px;
    background: #fff;
}
.serve_detail .serve_detail_content .content img{
  width: 100%;
}
.hide-icon{
  color: #cccccc;
}
.hot_list{
 width: 1200px;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: flex-start;
     align-items: flex-start;
 -ms-flex-pack: justify;
     justify-content: space-between;
 margin: 0 auto; 
 margin-top: 25px;
 margin-bottom: 30px;
}
.hot_list .hot_list_box{
  -ms-flex: none;
      flex: none;
  width: 550px;
}
.hot_list .hot_list_box .hot_list_box_title{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.hot_list .hot_list_box .hot_list_box_title span{
  font-size: 18px;
  color: #262626;
  font-weight: normal;
}
.hot_list .hot_list_box .hot_list_box_title i{
  display: inline-block;
  width: 3px;
  height: 19px;
  margin-right: 5px;
  background: #157efb;
}
.hot_list .hot_list_box .hot_list_box_content a{
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
   -ms-flex-align: center;
       align-items: center;
}
.hot_list .hot_list_box .hot_list_box_content  a span:nth-child(1){
   font-size: 15px;
   color: #7d7d7d;
}
.hot_list .hot_list_box .hot_list_box_content a span:nth-child(2){
  font-size: 13px;
  color: #999999;
  margin-top: 2px;
  -ms-flex: none;
      flex: none;
}