/* module-item */
.module-list .module-item {
  text-align: center;
}

.module-item .item-title > .title {
  font-size: 40px;
  font-weight: 900;
}

.module-item .item-title .sub-title {
  margin: 2rem 0 1rem 0;
  font-size: 16px;
}

.product-type > .type-item {
  width: 500px;
  display: flex;
  justify-content: center;
  margin: 50px 0;
}

.product-type > .type-item {
  width: 500px;
  display: flex;
  justify-content: center;
}

.type-item-img {
  width: 100px;
  height: 100px;
}

.type-item-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  padding-left: 30px;
}

.type-item-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
}

.type-item-desc {
  font-size: 16px;
}

.profession {
  width: 100%;
}

.profession-item {
  display: flex;
  justify-content: space-between;
}

.profession-item-img {
  width: 600px;
  height: 520px;
}

.profession-item-img > img {
  width: 100%;
  height: auto;
}

.profession-item-title {
  padding: 40px;
  font-size: 20px;
  font-weight: 900;
}
.profession-item-ul-titlt {
  font-size: 20px;
  ont-weight: 900;
}
.profession-item-desc {
  font-size: 16px;
  font-weight: 500;
}
.profession-item-desc-li {
  display: flex;
  line-height: 2em;
  font-size: 16px;
  font-weight: 500;
}

.point {
  color: #3775f2;
  font-size: 16px;
  padding-right: 10px;
  height: 100%;
  display: inline-block;
}

.profession-item-box {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 620px;
  line-height: 30px;
}

.profession-item-main {
  font-size: 16px;
  line-height: 3em;
  font-weight: 900;
}

.av {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.av-item {
  display: flex;
  flex-direction: column;
  width: 610px;
  line-height: 30px;
  text-align: left;
}

.av-item-title {
  font-size: 20px;
  line-height: 4em;
  font-weight: 900;
}

.av-item-desc {
  font-size: 16px;
  line-height: 2.5em;
  min-height: 7.5em;
}

.av-item-img {
  width: 100%;
  height: 450px;
  transform: scale(1.2);
  transform-origin: top;
}

.advantage {
  margin-top: 140px;
  margin-bottom: 60px;
}

.advantage-title {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 50px;
}

.advantage-item {
  width: 350px;
  text-align: left;
}

.advantage-item-img {
  width: 80px;
  height: 80px;
}

.advantage-item-title {
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 900;
}

.advantage-item-desc {
  font-size: 16px;
  line-height: 3em;
  font-weight: 500;
}
