.drug_more {
  background: #fff;
  padding-top: 70px;
  min-height: calc(100vh - 66px);
  position: relative;
}
.drug_more .banner {
  background: url('/assets/images/leaflet/more/bg-banner.png') no-repeat center center, linear-gradient(90deg, #f1f5fc 0%, #eef4fd 100%);
  background-size: 1920px auto, 100%;
  height: 500px;
}
.drug_more .banner_wrap {
  height: 100%;
  padding-top: 198px;
}
.drug_more .banner_wrap .name {
  line-height: 63px;
  font-size: 48px;
  font-weight: bold;
  color: #1C64FD;
}
.drug_more .banner_wrap .text {
  line-height: 50px;
  font-size: 30px;
  font-weight: bold;
  color: #1A1A1A;
  margin-top: 42px;
}
.drug_more .container {
  padding: 100px 0;
}
.drug_more .container .container-title {
  line-height: 48px;
  font-size: 36px;
  font-weight: bold;
  color: #1A1A1A;
  text-align: center;
}
.drug_more .container .container-text {
  line-height: 32px;
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 36px;
}
.drug_more .container1 {
  padding-bottom: 120px;
  background: url(/assets/images/leaflet/more/bg-container-1.png) no-repeat center bottom;
  background-size: 1920px auto;
  background-color: #eef6ff;
}
.drug_more .container1 .container-content {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.drug_more .container1 .container-content .content-item {
  width: 442px;
  background: #fff;
  border-radius: 10px;
  font-size: 0;
  padding: 30px 20px 40px;
  overflow: hidden;
}
.drug_more .container1 .container-content .content-item .icon {
  width: 48px;
}
.drug_more .container1 .container-content .content-item .name {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #1A1A1A;
  margin-top: 30px;
}
.drug_more .container1 .container-content .content-item .text {
  line-height: 32px;
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}
.drug_more .container1 .container-content .content-item .list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.drug_more .container1 .container-content .content-item .list .list-item {
  width: 50%;
  background: url(/assets/images/leaflet/more/icon-container-1-right.png) no-repeat left center;
  background-size: 20px auto;
  padding-left: 30px;
  line-height: 24px;
  font-size: 16px;
  color: #1A1A1A;
}
.drug_more .container2 {
  padding-bottom: 120px;
  background: url('/assets/images/leaflet/more/bg-container-2.png') no-repeat right 242px, linear-gradient(180deg, #F8FCFF 0%, #E6F2FF 100%);
  background-size: 814px auto, 100%;
}
.drug_more .container2 .container-content {
  margin-top: 94px;
  padding-top: 30px;
}
.drug_more .container2 .container-content .info {
  width: 826px;
}
.drug_more .container2 .container-content .info .title {
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #1A1A1A;
}
.drug_more .container2 .container-content .info .list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 70px 0;
}
.drug_more .container2 .container-content .info .list .list-item {
  min-width: 50%;
}
.drug_more .container2 .container-content .info .list .list-item .name {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #1A1A1A;
  display: flex;
  align-items: center;
}
.drug_more .container2 .container-content .info .list .list-item .name .icon {
  width: 37px;
  margin-right: 10px;
}
.drug_more .container2 .container-content .info .list .list-item .text {
  line-height: 32px;
  font-weight: 16px;
  color: #333;
  margin-top: 25px;
}
.drug_more .container3 {
  padding-bottom: 120px;
  background: url(/assets/images/leaflet/more/bg-container-3.png) no-repeat center top;
  background-size: 1920px auto;
  background-color: #F4F9FF;
}
.drug_more .container3 .container-content {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.drug_more .container3 .container-content .content-item {
  width: 326px;
  height: 380px;
  background: #fff;
  border-radius: 10px;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
}
.drug_more .container3 .container-content .content-item:hover .info .name {
  color: #1C64FD;
}
.drug_more .container3 .container-content .content-item .info {
  padding: 30px 20px 0;
}
.drug_more .container3 .container-content .content-item .info .name {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #1A1A1A;
}
.drug_more .container3 .container-content .content-item .info .text {
  line-height: 32px;
  font-size: 16px;
  color: #666;
  text-align: justify;
  margin-top: 26px;
}
.drug_more .bottom {
  width: 100%;
  background: url('/assets/images/leaflet/more/bg-bottom.png') no-repeat center center;
  background-size: 2022px auto;
  background-color: #1C64FD;
  padding: 33px 0 32px;
  text-align: center;
}
.drug_more .bottom .title {
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.drug_more .bottom .btn {
  width: 200px;
  background: #fff;
  line-height: 45px;
  font-size: 16px;
  color: #1C64FD;
  text-align: center;
  cursor: pointer;
  margin: 30px auto 0;
  border-radius: 8px;
}
