/*隐藏移动端产品信息*/
.join .move_shop{
  display: none;
}
/*顶部导航栏*/
.join .nav_bar{
  position: absolute;
  top: 0;
}
/**
顶部Banner
 */
.join .banner{
  position: relative;
}
/**
banner图片大小
 */
.join .banner_image{
  width: 100%;

}

/**
商品
 */
.join .shop{
}
/*产品图片*/
.join .join_image{
  width: 80%;
  margin: 0 auto;

}
/**
商品项目
 */
.join .shop .shop_item{
  margin: 100px auto;
  display: block;
  max-width: 900px;
}
/*商品图靠右*/
/**
左边
 */
.join .shop .shop_item .item_one_left{
  /*background-color: coral;*/
  padding: 30px 0px;
  width: 40%;
  margin-left: 4%;
  float: left;
}
.join .item_one_left .bigTitle{
  font-size: 25px;
  color: #000;
  margin: 50px 10px 10px 10px;
}
.join .item_one_left .smallTitle{
  font-size: 17px;
  color: #000;
  margin: 20px 10px;
  letter-spacing: 1.5px;
}

/**
右边
 */
.join .shop .shop_item .item_one_right{
  /*background-color: blueviolet;*/
  float: left;
  width: 56%;
  text-align: center;
}
/*商品图靠右  ----end*/


/*商品图靠左*/
/**
左边
 */
.join .shop .shop_item .item_two_left{
  /*background-color: coral;*/
  padding: 30px 0px;
  width: 43%;
  margin-right: 4%;
  float: right;
  text-align: right;
}
.join .item_two_left .content{
  padding-left: 100px;
  float: right;
  width: 100%;
}
/*商品标题*/
.join .item_two_left .bigTitle{
  font-size: 25px;
  color: #000;
  margin: 50px 10px 10px 10px;
}
/*小标题*/
.join .item_two_left .smallTitle{
  font-size: 17px;
  color: #000;
  margin: 20px 10px;
  letter-spacing: 1.5px;

}

/**
右边
 */
.join .shop .shop_item .item_two_right{
  /*background-color: blueviolet;*/
  float: right;
  width: 50%;
  text-align: center;
}
/*商品图靠右  ----end*/

/* 更改element-UI按钮样式 */
.keheal_button {
  cursor: pointer;
  text-decoration: none;
  width: 100px;
  padding: 10px 20px;
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  display: block;

  text-align: center;
}

.keheal_button:hover {
  background-color: #5f6060;
  border-color: #5f6060;
}

.keheal_button:focus {
  background-color: #5f6060;
  border-color: #5f6060;
}
