.nav_title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size:0.63rem;
  font-weight:bold;
}
.nav_title-left{
  font-weight:lighter;
}
.lineOne{
  overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.lineTwo{
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.navtitle-top{
  width: 100%;
  height: 1.8rem;
  text-align: center;
  line-height: 1.8rem;
  background-color: white;
  font-size:0.69rem;
  font-weight:400;
  color:rgba(102,102,102,1);
 }
/* 返回 */
.back{
 width: 1.5rem;
height: 1.2rem;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
}
.back img{
  width:0.6rem;

}
/* 购物车代码 */
.weui-popup__modal{
  background-color: #ffffff;
}
.toolbar-top{
  position: relative !important;
background-color: #ffffff;
  width:100%;
  padding: 0.5rem;
  box-sizing: border-box;
  overflow: hidden;
  background-position: center;


}
.toolbar-top .left{
  float: left;
  width:6.57rem;
  height:3.69rem;
  border-radius:0.2rem;
  background-repeat: no-repeat;
  background-size: 100%;
}
.toolbar-top .right{
  float: right;
  text-align: left;
  width:8rem;
  height:3.69rem;
font-size:0.57rem;
font-weight:400;
color:rgba(102,102,102,1);
line-height:0.86rem;
}
.toolbar-top .right .shopprice{
  font-size:0.57rem;
  font-weight:400;
  color:rgba(7,152,61,1);
  margin-bottom: 0.5rem;
}
.toolbar-top .right .shopprice span{
  font-size:0.86rem;
}
.toolbar-top .shopclose{
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width:0.77rem;

}
.weui-popup__modal .modal-content{
  padding-top: 0;
}
.weui-msg__opr-area{
  margin: 0;
  background: #ffffff;
}
.weui-msg__opr-area .weui-btn-area{
  margin: 0;
  margin-top:3rem;
}
.weui-msg__opr-area .weui-btn-area a{
  width: 100%;
  height:2.06rem;
  background:rgba(249,73,86,1);
  border-radius: 0;
}
.wy-media-box2{
  border-bottom: 0;
}
#join_cart .weui-btn-area a{
  background:#FD6900;

}

/* 导航 */
.index-weui-navbar{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 48px;
  background-color: #ffffff;
}
.index-weui-navbar .index-top-navbar{
   color: #333333;
   text-align: center;
   position: relative;
}
.index-weui-navbar .index-top-navbar-on{
     color: #07983D;
     font-weight: bold;
}
.index-weui-navbar .index-top-navbar-on::before{
 content: "";
 width: 34px;
 height: 3px;
 background: rgba(7, 152, 61, 1);
 position: absolute;
 left: 50%;
 margin-left: -17px;
 bottom: -6px;
 z-index: 10;

}
.index-weui-navbar  .index-top-navbar-more{
 width:62px;
 height:24px;
 background:rgba(247,247,247,1);
 border:2 solid rgba(209,209,209,1);
 border-radius:12px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size:11px;
 color:rgba(102,102,102,1);

}
.index-weui-navbar  .index-top-navbar-more img{
 margin-right: 3px;
 width:14px;
 height:11px;
}
/* 首页头部 */
.weui-index-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 46px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: white;
  border-bottom: 1px solid #D1D1D1;

}
.weui-index-top .right{
  display: flex;
  align-items: center;
}
.weui-index-top .left{
  font-size:13px;
  color:#666666;
  }
  .weui-index-top .left img{
    margin-left: 4px;
    width:8px;
    height:5px;
  }

.weui-index-top .center{
font-size:21px;
font-weight:bold;
color:rgba(7,152,61,1);
}

.weui-index-top .right a{
 margin-left: 19px;
}
.weui-index-top .right .weui-badge{
  background-color:#0c983c;
  left: 1em;
}
.weui-index-top .right .weui-icon-search{
  font-size: 20px;
  color: #646464;
}
.weui-index-top .right .weui-tabbar__item{
  padding: 0;
  margin-right: 10px;
}
/* 居中导航 */
.center-nav{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  border-bottom: 1px solid #D1D1D1;
}
.center-nav ul{
  height: 30px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.center-nav .center-nav-item{
  height: 30px;
  font-size:15px;
  color: #666666;

}
.center-nav  .center-nav-item-act{
  font-weight: bold;
  color:rgba(249,73,86,1);
  position: relative;
}
.center-nav  .center-nav-item-act::before{
  content: "";
  position: absolute;
  bottom: -1px;
  background-color: rgba(249,73,86,1);
  width: 20px;
  height: 2px;
  left: 50%;
  margin-left: -10px;
}
/* 评论内容 */
.comment{
  padding: 17px;
  box-sizing: border-box;
}
.comment .comment-list{

}
.comment .comment-list ul li{
  line-height: 24px;
}
.comment .comment-list ul li .username{
font-size: 14px;
color: #9C9A9D;
}
.comment .comment-list ul li .commsg{
  font-size: 14px;
  color: #666666;
}
/* 评论框 */
.comment-input{
    height: 55px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    border-top: 1px solid rgba(209,209,209,1);;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    box-sizing: border-box;
}
.comment-input input{
  width:80%;
  height:37px;
  background:rgba(212, 212, 212, 0.6);
  border:1px solid rgba(212, 212, 212, 0.6);
  border-radius:17px;
  font-size:13px;
  color:rgba(102,102,102,1);
  padding-left: 13px;
}
.comment-input .send{
  width:36px;
  height:36px;
  background:rgba(212, 212, 212, 0.6);
  border:1px solid rgba(212, 212, 212, 0.6);
  border-radius:50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-input .send img{
  width:16px;
  height:15px;
}
/* 介绍 */
.introduce {
  font-size: 17px;
  color: rgba(102, 102, 102, 1);
padding: 17px;
box-sizing: border-box;
padding-bottom: 40px;
}
.introduce .jianjie{
  padding-top: 17px;
}
.introduce .userInfo{
  background-color: #ffffff;

}
.introduce .userInfo .userInfo-top{
    display: flex;
    align-items: center;
}
.introduce .userInfo  .goBtn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;

}
.introduce .userInfo .goBtn .onlineBtn{
  width: 48%;
  height:35px;
  background:rgba(247,247,247,1);
  border:1px solid rgba(212,212,212,1);
  border-radius:2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:13px;
  color:rgba(51,51,51,1);

}
.introduce .userInfo .userInfo-top img{
  width:37px;
  height:37px;
  border-radius:50%;
  margin-right: 13px;
}
.introduce .userInfo .userInfo-top .userInfo-truct .name{
  font-size:15px;
  font-weight:400;
  color:rgba(7,152,61,1);
}
.introduce .userInfo .userInfo-top .userInfo-truct .truct{
  font-size:13px;
  color:rgba(102,102,102,1);

}
.introduce img{
  width: 100%;
}
/* 目录 */
.Catalog{
  padding: 17px;
  box-sizing: border-box;
}
.Catalog li{
  display: flex;

}
.Catalog li .num{
  padding: 10px 0;
  font-size: 17px;

}
.Catalog li .list{
  padding: 10px 0;
  width: 90%;
  margin-left: 12px;
  border-bottom: 0.3px solid rgba(102, 102, 102, 0.6);
}
.Catalog li .list .title{
  font-size: 17px;
  color:  rgba(51, 51, 51, 1)
}
.Catalog li .list .guanzhu{
  line-height: 24px;
  font-size: 13px;
  color: rgba(102, 102, 102, 1);
  margin-right: 10px;
}


#video{
 height: 199px;
 width: 100%;
 overflow: hidden;
 background-color: black;
}
#video video{
  height: 199px;
  width: 100%;
  object-fit: fill

 }
 .video-list{
   border-bottom: 1px solid rgba(0,0,0,0.1);
   padding-bottom: 15px;
 }
 button.layui-btn {
  background-color: #F7F7F7;
  border: 1px solid #F7F7F7;
   border-radius:3px;
   padding: 0px 12px;
   box-sizing: border-box;
   font-size: 13px;
   height: 25px;
   line-height: 25px;
}
button.layui-btn-normal {
  color: #07983D;
  border: 1px solid #07983D;
}



 #top {
   text-align: left;
 }
 #top dl dt{
   font-size: 13px;
   line-height: 15px;
   margin-top: 10px;
 }
 #top1 {
  text-align: left;
}
#top1 dl dt{
  font-size: 13px;
  line-height: 15px;
  margin-top: 10px;
}
/* 技术专家 */
.zhuanjialine{
  padding: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.zhuanjialine .title{
    font-size: 15px;
    color: #333333;
    margin-bottom:15px;
    font-weight: bold;
}
.zhuanjialine .zjinfo{
  display: flex;
  align-items: center;
}
.zhuanjialine .zjinfo img{
  width:37px;
  height:37px;
  border:1px solid rgba(212,212,212,1);
  border-radius:50%;
  margin-right: 10px;
}
.zhuanjialine .zjinfo .namejob{}
.zhuanjialine .zjinfo .namejob .name{
   color: #07983D;
   font-size: 15px;
}
.zhuanjialine .zjinfo .namejob .lineOne{
  font-size: 13px;
  color: #666666;

}
.zhuanjialine .zjbtn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhuanjialine .zjbtn p{
  width:48% ;
  height:35px;
  background:rgba(247,247,247,1);
  border:1px solid rgba(212,212,212,1);
  border-radius:2px;
  text-align: center;
  line-height: 35px;
  font-size: 13px;
  margin-top: 20px;
}
.zhuanjialine .zjbtn :nth-child(1){
   color: #333333;
}
.zhuanjialine .zjbtn :nth-child(2){
  color: #ffffff;
  background-color: #F94956;
}
.logo{
  width:65px;
  height:20px;
}