﻿.tabDiv,.lookBtn{
  border: 1px solid #ddd;
  color: #236ec8;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 5px;
  cursor:pointer;
  
}
.tabDiv>a{
  color: #236ec8;
}
.tab_active>a{
  color: #fff;
}
.tabDiv{
  margin-bottom: 20px;
  margin-right: 20px;
}
.lookBtn{
  margin-left: 10px;
  color: #333;
}
.tab_active{
  background: #236ec8;
  color: #fff;
  font-size: 14px;        
  border-color: #236ec8;
}
.tabForm{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rtInput{
  padding: 7px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: 0;
}
.rtInput:focus{
  border-color: #236ec8;
}
.mainCont{
  border: 1px solid #ddd; 
}
.main_row{
  display: flex;
  align-items: center;          
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: 0 20px;
}
.mrowHf .rowRt{
  width: 20%;
}
.rowLt{
  display: flex;
  align-items: center;
}
/*.rowRt{*/
  /*width: 150px;*/
/*}*/
.LtImg{
  width: 200px;
  height: 100px;
  display: flex;
  align-items:center;
}
.LtImg img{
  max-width: 120px;
margin: 0 auto;
max-height: 100px;
}
.Lttxt{
  margin-left: 20px;
}
.Lttxt>div,.rowRt>div{
  font-size: 14px;
}
.layui-layer{
  z-index: 999;
}
.txtCha{font-weight: bold;font-size: 18px !important;}

.texteare_txt{
  padding: 30px;
  min-height: 200px;
  overflow: auto;
  color: #050505;
  line-height: 30px;
}


.productTr{
  border-top: 1px solid #ddd;
}
.proudctList{
  display: flex;
  /* align-items: center; */
  justify-content: space-evenly;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.pdthead{
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
  margin-left: 25px;
}
.products{
  width: 30%;
  margin-bottom: 40px;
  height: 200px;
  margin-top: 10px;
}
.products div{
  margin: 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.products img{
  height: 100%;
}
.pro_details{
 /* text-align: center;*/
  padding: 20px;
}
.pro_details img{
  width: 50%;
  height: 30%;
  margin: 0 auto;
}
.pro_details div{
  line-height: 30px;
}
.pro_details_title{
  text-align: left;
  color: #2b8cd5;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.pro_details_desc{
  text-align: left;
  color: #050505;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.pro_details_img{
 /* text-align: center;
  margin-top: 15px;*/
}
.pro_details_img img{
  width: 40%;
}

/* 弹框 */
.poreyt{
  width: 100%;
  position: relative;
}
.modelwhite{
  position: absolute;
  top: 20%;
  left: 30px;
  right: 30px;
  height: 350px;
  z-index: 100;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  display: none;
}
.noModel{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -15px;
  top: -15px;
  background: #fff;
}
.detail_head{
  border-bottom: 1px dashed #333; 
  margin: 0 20px;
  padding: 15px 0;
}
.detail_title{
  font-size: 20px;
  color: #236ec8;
  font-weight: bold;
  margin-bottom: 10px;
}
.detail_text{
  height: 220px;
  overflow: auto;
}
.mainTable{
  width: 100%;
  overflow: auto;
}
table { border-collapse: collapse;width: 100%; border: 1px solid #e8e8e8;}
table,table tr th, table tr td { border:1px solid #e8e8e8; }
table thead th {
  color: #fff;
  font-weight: bold;
  background: #236ec8;
}

table thead th {
  text-align: center;  
  white-space: nowrap;
}

table tbody tr:nth-child(odd) {
  background: #f5f5f5;
}
th, td{
  text-align: left;
  padding: 8px 8px;
}
tr>td:nth-child(4){
  width: 30%;
  word-break: break-word;
}
/*tr>td:nth-child(2){
  width: 30%;
  word-break: break-word;
}*/
.mainlines{
  border-top: 1px dashed #ddd; 
}

.dastr{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #ddd;
  padding: 15px 10px;
  font-size: 14px;
}
.dastricon{
  margin-right: 2px;
  margin-top: 2px;
}

 

@media (max-width: 992px){
  .main_row{
    padding: 0 15px;
  }
  .LtImg{
    width: 35%;
  }
  .modelwhite{
    top: 27%;
  }
.products{
  width: 80%;
}
  table,table tr th, table tr td { font-size: 14px; }
}





/* 自定义滚动条 */

.texteare_txt::-webkit-scrollbar-track-piece, .detail_text::-webkit-scrollbar-track-piece ,.mainTable::-webkit-scrollbar-track-piece{
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.detail_text::-webkit-scrollbar ,.texteare_txt::-webkit-scrollbar ,.mainTable::-webkit-scrollbar{
  width: 5px;
  height: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.detail_text::-webkit-scrollbar-thumb ,.texteare_txt::-webkit-scrollbar-thumb ,.mainTable::-webkit-scrollbar-thumb{
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}
.detail_text::-webkit-scrollbar-thumb:hover ,.texteare_txt::-webkit-scrollbar-thumb:hover ,.mainTable::-webkit-scrollbar-thumb:hover{
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}