/*顶部导航栏*/
.join .nav_bar{
  position: absolute;
  top: 0;
}
/**
顶部Banner
 */
.join .banner{
  position: relative;
}
/**
banner图片大小
 */
.join .banner_image{
  width: 100%;

}
/*隐藏PC端产品信息*/
.join .shop{
  display: none;
}
/*产品内容*/
.join .move_shop {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.join .move_shop img{
/*  width: 100%;
float: left;*/
}
.join .move_shop .joinContent{
  margin: 80px 0;
}
/*标题*/
.join .move_shop .joinContent .title{
  width: 100%;
  text-align: center;
  font-size: 23px;
  margin: 10px 0;
}
/*标题描述*/
.join .move_shop .joinContent .desc{
  width: 100%;
  text-align: center;
  font-size: 13px;
  margin: 10px 0;
}
/*标题描述*/
.join .move_shop .joinContent img{
  margin: 40px auto;
  width: 80%;
  display: block;
}
/*了解更多*/
.join .move_shop .joinContent .moreInfo{
  width: 100%;
  text-align: center;
}




/* 更改element-UI按钮样式 */
.keheal_button {
  cursor: pointer;
  text-decoration: none;
  width: 100px;
  padding: 10px 20px;
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  display: block;
  margin: 10px auto;
  text-align: center;
}

.keheal_button:hover {
  background-color: #5f6060;
  border-color: #5f6060;
}

.keheal_button:focus {
  background-color: #5f6060;
  border-color: #5f6060;
}
