.titles_phone {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #BB3937;
  line-height: 29px;
  vertical-align: bottom;
  position: relative;
  margin-bottom: 30px;
}

.titles_phone span {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px;
}

.titles_phone::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 120%;
  height: 1px;
  background: #BB3937;
}

.titles_phone::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60%;
  height: 4px;
  background: #BB3937;
  border-radius: 0px 100px 0px 0px;
}


/* banner开始 */
.banner_pc {
  display: none;
}


.banner_phone_cont {
  position: absolute;
  box-sizing: border-box;
  padding: 20px;
  left: 5%;
  width: 90%;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(4px);
}

.banner_phone_cont h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #202547;
  line-height: 34px;
  margin-bottom: 20px;
}

.banner_phone_cont p {
  font-size: 18px;
  font-weight: 400;
  color: #202547;
  line-height: 30px;
  font-family: none;
}

/* banner结束 */
/* 手机行业开始 */
.industry_phone {
  overflow: hidden;
  display: grid;
  padding: 60px 0;
  /* grid-column-gap: 20px; */
  /* grid-row-gap: 20px; */
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
}

.industry_item {
  box-sizing: border-box;
  display: flex;
  padding: 20px;
}

.industry_item:nth-child(1) {
  border-right: 1px dashed #EDEDED;
  border-bottom: 1px dashed #EDEDED;
  padding-top: 0;
}

.industry_item:nth-child(2) {
  border-bottom: 1px dashed #EDEDED;
  padding-top: 0;
}

.industry_item:nth-child(3) {
  border-right: 1px dashed #EDEDED;
  padding-bottom: 0;
}

.industry_item:nth-child(4) {
  padding-bottom: 0;
}

.industry_item .left {
  margin-right: 15px;
  width: 80px;
}

.industry_item .right {
  flex: 1;
}

.industry_item h1 {
  font-size: 24px;
  font-weight: 700;
  color: #202547;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.industry_item p {
  font-size: 18px;
  color: #808296;
  font-family: none;
  text-transform: capitalize !important;
  word-break: break-all;
}

/* 手机行业结束 */
/* 前往模块开始 */
.nav_go_module {
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 30px;
}

.nav_go_module_btn {
  width: 90%;
  height: 40px;
  margin: 0 auto;
  background-color: #bb3937;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
}

.nav_go_module_btn img {
  width: 20px;
  margin-right: 8px;
}

/* 前往模块结束 */
/* 生物开始 */
.organism {
  background-color: #f5f5f5;
}

.organism_cont {
  padding: 40px 0;
}

.organism_cont p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 36px;
  font-family: none;
  word-break: break-all;
}

.imgs {
  margin-top: 24px;
}

/* 生物结束 */
/* 啤酒行业开始 */
.beer {
  background-color: #fff !important;
}

/* 啤酒行业结束 */
/* 总结开始 */
.summarize {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 36px;
  background-color: #bb3937;
}

.summarize_cont {
  padding: 30px 0;
  word-break: break-all;
}

/* 总结结束 */

/* 420px */
@media screen and (max-width: 500px) {
  .banner_phone {
    margin-top: 65px;
  }


  .summarize {
    font-size: 16px;
    line-height: 26px;
  }

  .summarize_cont {
    padding: 20px 0;
  }

  .imgs {
    margin-top: 16px;
  }

  .organism_cont p {
    font-size: 16px;
    line-height: 26px;
  }

  .titles_phone {
    font-size: 21px;
    margin-bottom: 18px;
  }

  .industry_phone {
    padding: 30px 0;
  }

  .industry_item {
    padding: 15px;
  }

  .industry_item .left {
    width: 32px;
    margin-right: 5px;
  }

  .industry_item h1 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 4px;
  }

  .industry_item p {
    font-size: 10px;
  }

  .banner_phone_cont h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .banner_phone_cont p {
    font-size: 13px;
    line-height: 20px;
  }
}