.editor{
  width:98%;
  margin-left:1%;
  line-height:2rem;
}
.editor img{
  width:100%;
  height:auto;
}
.editor table{ width:100%; border:1px solid #ccc; border-collapse:collapse; font-size:14px; color:#333;}
.editor table td{ border:1px solid #ccc; border-collapse:collapse;}
.editor table .t1{text-align:center; font-weight:bold; background:#e9e9e9; height:36px;}
.editor table .t2{padding-left:5px;width:206px; height:36px; background:#f9f9f9;}
.editor table .t3{padding-left:5px;background:#f9f9f9;}
.editor table .t4{padding-left:5px;overflow:hidden; height:36px; background:#f9f9f9;}
.editor table .t5{text-align:center; width:106px; font-weight:bold; background:#f9f9f9; overflow:hidden;}
.editor table .t6{ padding:8px 10px 8px 20px; line-height:20px; height:36px; background:#f9f9f9;}
.editor table .t7{ line-height:20px; height:36px; padding-left:20px; background:#f9f9f9;}
.editor .js1{ color:#333; font-size:14px; width:100%; line-height:30px;}


.detail_banner {
  width: 100%;
  text-align: center;
}
.slide_image {
  width: 95%;
}

.slide_image2 {
  width: 95%;
  margin: 10px 0;
}

.banner1_title {
  width: 90%;
  margin: 10px auto;
  font-size: 16px;
  color: #303030;
  line-height: 22px;
}

/*banner 价格信息   */
.banner1_price {
  width: 100%;
  margin: 15px auto 10px;
  min-height: 25px;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.price {
  margin-left: 15px;
  color: #f81313;
  font-size: 24px;
}

.price span {
  font-size: 16px;
}

.banner1_message {
  display: flex;
  width: 60%;
  justify-content: space-around;
  font-size: 14px;
  color: #707070;
}

tbody span{ font-weight: bold;	
}
.title_box2 { width: 92%;  display: inline-block; height: 30px; background: #fff; margin: 8px 0 8px 10px; line-height: 30px;}
.title_box2 .title_left2{width: 50%; font-size: 20px; font-weight: bold; display: block;}
.title_box2 .title_left2 span{font-weight: bold;font-size: 20px; color: #429f04;}


/* 底部加入购物车和购买 */

.bottom_shop {
  width: 100%;
  height: 50px;
  display: flex;
  background: #fff;
  position: fixed;
  bottom: 0;
  z-index: 1000;
}

.shop_left {
  width: 40%;
  display: flex;
  justify-content: space-around;
}

.left_btn {
  display: flex;
  flex-direction: column;
  width: 30%;
  text-align: center;
  position: relative;
}

.left_btn img {
  width: 22px;
  height: 22px;
  margin: 4px auto;
}

.left_btn span {
  font-size: 11px;
  color: #707070;
}

.shop_right {
  width: 60%;
  display: flex;
}

.go_shopCar {
  width: 50%;
  background: #429f04;
  font-size: 16px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
  border: none;
}

.buy_now {
  width: 50%;
  background: #ff4e4e;
  font-size: 16px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 0px;
  border: none;
}

.webchat {
  opacity: 0;
  position: absolute;
  top: 2.5px;
  left: 8px;
  height: 40px;
  width: 20px;
}


