/*
* Copyright 2022 Lanchtech, Inc.
*/
/*
  // +----------------------------------------------------------------------
  // | LanchTech [ lanchtech.com ]
  // +----------------------------------------------------------------------
  // | Copyright (c) LanchTech All rights reserved.
  // +----------------------------------------------------------------------
  // | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
  // +----------------------------------------------------------------------
  // | Author: Charles <support@lanchtech.com>
  // +----------------------------------------------------------------------
*/
body{
  background: #fafafa;
}

/*category*/
.plist{
  padding:20px 0 0 0;
}
.plist .mitemsmore{
  display: flex;
  justify-content: space-between;
}
.plist .mitemsmore .mitems{
  display: flex;
}
.plist .mitemsmore .mitems a{
  margin:0;
}
.plist .mitemsmore .mmore{
  display: flex;
  align-items: center;
}
.plist .mitemsmore .mmore a{
  font-size:1.16667rem;
}
.plist .mitemsmore .mmore::after {
    content: '';
    display: inline-block;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    transform: rotate(135deg);
}

.plist .content{
  display: flex;
  margin-top:18px;
}
.plist .lcontent{
  display: none;
  flex:0 0 32%;
  position: relative;
}
.plist .rcontent{
  flex:1;
}
.plist .rcontent ul{
}
.plist .rcontent li div{
  margin-left:20px;
  margin-bottom:20px;
  background-color:#fff;
  box-shadow: 0 1px 4px #ccc;
}
.plist .rcontent li div p{
  border-top:1px solid #eee;
  font-size:1.3333rem;
  height:50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s ease ;
}
.plist .rcontent li div img{
  width:100%;
}
.plist .rcontent a:hover p{
  background-color:#4F9D8D;
  color:#fff;
  border-top:1px solid #4F9D8D;
}

/*detail*/
.pdetail{
  margin:20px 0;
}
.pdetail .mtitle a{ color:#000; }
.single .pleft{}
.single .pleft .pleftdiv{
  margin-right:0;
}
.single .pleft .swiper-container {
  width:100%;
  background-color:#fff;
  border:1px solid #eee;
}
.single .pleft .swiper-slide{
  text-align: center;
}
.single .pleft .swiper-slide img{
  max-height:100%;
}
.single .pleft .thumimg{
  margin-top:10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content:flex-start;
  overflow-x: auto;
}
.single .pleft .thumimg li{
  background-color:#fff;
  border:1px solid #eee;
  margin-right:4px;
}
.single .pleft .thumimg li img{
  max-height: 100%;
  max-width: 117px;
}
.single .pleft .thumimg li:last-child{
  margin-right:0
}
.single .pleft .swiper-button-prev.swiper-button-white,.single .pleft .swiper-button-next.swiper-button-white{
  padding: 10px;
  background-color: rgba(234, 234, 234, 0.5);
  border-radius: 8px;
}
.single .pright{
  margin-top:10px;
  background-color:#fff;
}
.single .pright .prightdiv{
  height: 100%;
  position: relative;
  display: flex;
  flex-direction:column;
  flex-wrap: wrap;
  align-content: start;
  padding: 0 20px;
}
.modeltitle{
  width:100%;
  height:36px;
  line-height: 36px;
  margin:20px 0;
  border-bottom:1px solid #ccc;
}
.modeltitle h4{
  display: inline-block;
  font-size:22px;
  border-bottom:2px solid #4F9D8D;
}
.pright .prightdiv div{
  font-size: 14px;
  line-height: 36px;
}
.pright .prightdiv .description{
  margin:20px 0;
}
.pright .prightdiv .btns{
  display: flex;
  margin-bottom:66px;
}
.btns .btn-more-div{
  width:140px;
}
.btns .btn-file-div{
    left: 30%;
    top: 60%;
    width: 140px;
    height: 44px;
    margin-left:20px;
}
.btn-file {
    display: inline-block;
    text-align: center;
    line-height: 44px;
    border: 1px solid #333;
    border-radius: 44px;
    font-size: 1.333rem;
    color: #333;
    background-color: #fff;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
}
.btn-file:hover{
  font-size:1.333rem;
  color:#4F9D8D;
  border:1px solid #4F9D8D;
}
.btn-file::before {
    content: '';
    display: inline-block;
    background: url(../images/icon/icon_pdf.png) left center no-repeat;
    background-size: 14px;
    width: 14px;
    height: 16px;
    margin-right: 4px;
}
.pright .tags{
  position: absolute;
  bottom:10px;
  display: flex;
  line-height: 20px !important;
}

.buy{
  cursor: pointer;
  font-size:15px;
  color:#fff;
  text-align: center;
  display:inline-block;
  background-color:#4F9D8D;
  height:36px;
  line-height: 36px;
  padding: 0 20px;
  border-radius:8px; 
  margin-top:40px;
  margin-bottom:20px;
}
.buy:hover{
  font-size:15px;
  color:#fff;
  background-color:#ff6600;
}
.pbody{

}
.pbody .container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.module{
  flex:1;
  width:100%;
  background-color:#fff;
  overflow: hidden;
}
.module .items{
  padding: 0 20px;
}
 .module ul{
  height:40px;
  background-color:#4F9D8D;
  border:6px solid #4F9D8D;
}
.module ul li{
  cursor: pointer;
  float:left;
  width:25%;
  height:40px;
  line-height: 40px;
  font-size:16px;
  color:#fff;
  text-align: center;
}
.module ul li.act{
  color:#4F9D8D;
  background-color:#fff;
  border-bottom:6px solid #fff;
}
.module .item{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding:20px 0;
}
.module .items .show{
  display:block;
}
.module .modelcontent{
  max-width: 100%;
  overflow-x: auto;
}
#feature{}
#feature .modelcontent span,#application .modelcontent span{
  display:inline-block;
  line-height: 30px;
  margin-bottom:20px;
}
#feature .modelcontent label,#application .modelcontent label{
  display:block;
  font-size:14px;
  border:1px solid #E9F9EE;
  background-color: #E9F9EE;
  padding: 2em;
  margin: 0 10px;
  transition: all ease 0.5s;
}
#feature .modelcontent label:hover,#application .modelcontent label:hover{
  border:1px solid #4F9D8D;
}
.recommend{
  width:100%;
  margin-top:30px;
}
.recommend .recommenddiv{
  margin-left:0;
  padding:10px 20px;
  background-color:#fff;
}
.recommend .modeltitle{
 margin-top:0;
}
.recommend .plist{
  padding:10px 0 0 0;
}
.recommend .plist li{
  margin-bottom:20px;
}
.recommend .rcontent li div{
  margin-left: 0 !important;
  margin:0 10px;
}

#parameter table {
  font-size:1.1667rem;
  border:unset;
}
#parameter table, #parametertable th, #parameter table td {
    border: none !important;
}
#parameter table td{
  text-align: left;
  line-height: 50px;
}
#parameter table strong{
  font-weight: normal;
  color:#999;
}

.group .pleftdiv{
  padding:0;
  height:100%;
  background-color:#fafafa;
  box-shadow: 0 0 10px #ccc;
}
.group .pleftdiv h4{
  height:50px;
  line-height: 50px;
  font-size:13px;
  text-align: center;
  color:#fff;
  background-color:#4F9D8D;
}
.group .pleftdiv ul{
  margin:10px 0;
}
.group .pleftdiv li{
  position: relative;
  font-size:13px;
  line-height: 26px;
  padding-top:10px;
  padding-bottom:10px;
  padding-left:30px;
  margin-bottom:10px;
  cursor: pointer;
}
.group .pleftdiv li:hover,.group .gmenu li.act{
  color:#4F9D8D;
  background-color:#E9F9EE;
}
.group .pleftdiv li::before{
  position: absolute;
  top:14px;
  left:15px;
  content:'';
  width:6px;
  height:6px;
  color:#fff;
  border:2px solid #4F9D8D;
  border-radius: 6px;
}
.group .prightdiv{
  padding:0;
  margin-left:26px;
}
.group .prightdiv .swiper-container {
  width:100%;
  height: 100%;
  padding:0;
  background-color:#eee;
  box-shadow: 0 0 10px #ccc;
}
.group .pright .swiper-slide{
  text-align: center;
}
.group .pright .swiper-slide img{
  max-height:380px;
}
.group .pright .swiper-slide .desc{
  text-align: left;
  color:#555;
  height:52px;
  padding:0 10px;
  font-size:13px;
  line-height: 24px;
  overflow: hidden;
}

/*grouplist*/
.grouplist{
  margin:10px auto;
}
.grouplist li{
  margin:10px 0;
}
.grouplist li a{
  display:block;
  font-size:16px;
  text-align: center;
  line-height: 20px;
  background-color:#fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  width:90%;
  padding: 20px 0;
}
.grouplist li a:hover,.grouplist li.act a{
  color:#fff;
  background-color:#4F9D8D;
}

/*related*/
.related {
  margin: 0 auto;
  padding:20px 0;
  background-color:#E9F9EE;
}
.related .mtitle a{
  color:#000;
}
.related .content{
  position: relative;
  width:100%;
  padding-top:20px;
}
.related .swiper-container {
  padding-bottom: 40px;
}
.related  .swiper-slide {
  width: 420px;
  height: 298px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 30px #ddd;
}
.related  .swiper-slide .sslide{
  display: inline-block;
  width:420px;
  height:268px;
  overflow: hidden;
}
.related  .swiper-slide img{
  max-height: 100%;
  transition: all ease 1s;
}
.related  .swiper-slide img:hover{
  transform: scale(1.2,1.2);
}
.related  .swiper-slide p {
  line-height: 40px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 15px;
  margin: 0;
  background-color: #4F9D8D;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.related .swiper-pagination {
  width:100%;
  bottom: 0px;
}
.related .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.related .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #4F9D8D;
  background-color: #fff;
}

/*table*/
table{
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}
table {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #dddddd;
}
table th {
  font-size:14px;
  background: #efefef;
  border-bottom: 1px solid #CDCDCD;
  height: 1rem;
}
table td a {
  text-decoration: underline;
}
table tbody tr:hover {
  color: #333;
  background-color: #E9F9EE;
}
table th,table td {
  text-align: center;
  border: 1px solid #dee2e6 !important;
}
table>thead>tr>th, table>tbody>tr>th, table>thead>tr>td, table>tbody>tr>td {
    padding: 0.8rem;
    line-height: 1.428571429;
    vertical-align: top;
    white-space: nowrap;
}

/*响应式//////////*/
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

  .pbody .container{
    flex-direction: row;
  }
  .single .pleft .pleftdiv{
    margin-right:20px;
  }
  .single .pright{
    margin-top:unset;
  }
  .plist .content{
    display: flex;
    margin-top:18px;

  }
  .plist .lcontent{
    display: block;
    flex:0 0 32%;
    position: relative;
  }
  .plist .lcontent .tags{
    position:absolute;
    bottom: 10%;
    left: calc(50% - 2px); 
    transform: translateX(-50%) translateY(-10%);  
    width:60%;
    background-color:rgba(79,157,141,0.5);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .plist .lcontent .tags a{
    flex:0 0 calc(50% - 1px);
    height: 60px;
    line-height: 60px;
    font-size: 1.333rem;
    color: #fff;
    text-align: center;
  }
  .plist .lcontent .tags a:first-child{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
  }
  .plist .lcontent .tags a:nth-child(2){
    border-bottom:1px solid #fff;
  }
  .plist .lcontent .tags a:nth-child(3){
    border-right:1px solid #fff;
  }
  .plist .lcontent .img{
    height: calc(100% - 20px);
  }
  .plist .lcontent img{
    height:100%;
    width: auto;
    object-fit: cover;
  }
  .plist .rcontent{
    flex:1;
  }
  .plist .rcontent ul{
  }
  .plist .rcontent li div{
    margin-left:20px;
    margin-bottom:20px;
    box-shadow: 0 1px 4px #ccc;
  }
  .plist .rcontent li div p{
    border-top:1px solid #eee;
    font-size:1.3333rem;
    height:50px;
    line-height: 50px;
    text-align: center;
    transition: all 0.3s ease ;
  }

  .plist .rcontent li div span {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .plist .rcontent li div img:hover{
    transform: scale(1.2,1.2);
  }
  .plist .rcontent li div img{
    transition: all ease 1s;
    width:100%;
  }

  .plist .rcontent a:hover p{
    background-color:#4F9D8D;
    color:#fff;
    border-top:1px solid #4F9D8D;
  }

  .pdetail .module ul li{
    font-size:16px;
  }
  .btns .btn-more-div{
    width:180px;
  }
  .btns .btn-file-div{
    width:180px;
  }
  .pbody .container{
    flex-wrap: nowrap;
  }
  .module{
    width:unset;
  }
  .recommend{
    margin-top:0;
    width:280px;
  }
  .recommend .recommenddiv{
    margin-left:20px;
  }
  .recommend .rcontent li div{
    margin:unset;
  }


}
@media (min-width: 1200px) {
    .recommend {
        width: 320px;
    }
}
@media (min-width: 1400px) {
    .recommend {
        width: 370px;
    }
}
@media (min-width: 1920px) {

}