.top_bg {
  background: url(../images/product_hd/product_hd_bg.jpg);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

.top_bg .box {
  margin: auto;
  text-align: center;
  line-height: 56px;
}

.top_bg .box .name {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 200%;
}

.top_bg .box .desc {
  color: #FFFFFF;
  font-size: 100%;
}

/*  */

.section1 {
  background: #FFFFFF;
  margin: 0 auto;
}

.box_section .box {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

.box_section .box div:nth-child(1) {
  color: #414141;
  font-size: 140%;
  font-weight: bold;
}

.box_section .box .border {
  background: #E5E5E5;
  width: 40%;
  height: 1px;
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
}

.box_section .box .border::after {
  position: absolute;
  content: '';
  background: #B70081;
  width: 20%;
  height: 4px;
  margin: auto;
  bottom: -2px;
  left: 0;
  right: 0;
}

.section1 .content {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.section1 .content .itemlist {
  display: flex;
  justify-content: flex-start;
  text-align: center;
}

.section1 .content .itemlist .item {
  width: 16%;
  padding: 0 10px;
  margin-left: 0.8%;
}
.section1 .content .itemlist .item:nth-child(1) {
  margin-left: 0;
}
.section1 .content .itemlist .item div:nth-child(2) {
  padding: 20px 0;
  color: #2C2C2C;
  font-size: 110%;
  font-weight: 400;
}

.section1 .content .itemlist .item div:nth-child(3) {
  font-size: 95%;
  color: #858585;
  line-height: 1.5;
}

.section1 .content .itemlist .item .img {
  width: 55%;
  margin: 0 auto;
}

.section1 .content .itemlist .item .img img {
  width: 100%;
}

/*  */

.section2 {
  background: #F0F0F0;
}

.section2 .content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 65%;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 60px;
}

.section2 .content .left {
  width: 65%;
}

.section2 .content .left .listitem {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.section2 .content .left .listitem .item {
  width: 32%;
  margin-left: 20px;
  border-radius: 5px;
  background: #3A197F;
  padding: 10px;
  text-align: center;
  /* height: 300px; */
}
#padding .left .listitem .item{
  padding: 0;
}
.section2 .content .left .listitem .item div:nth-child(1) {
  color: #FFFFFF;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}

.section2 .content .left .listitem .item .arrow {
  position: relative;
}

.section2 .content .left .listitem .item .arrow::after {
  position: absolute;
  display: inline-block;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 5px solid transparent;
  border-left: 10px solid #FFFFFF;
  border-bottom: 5px solid transparent;
}

.section2 .content .left .listitem .item .img {
  width: 90%;
  margin: 0 auto;
}

.section2 .content .left .listitem .item .img img {
  width: 100%;
}

.section2 .content .right {
  width: 35%;
  padding: 0 0 0 50px;
  color: #474747;
  font-size: 100%;
  margin-bottom: 50px;
}

.section2 .content .right .img {
  width: 50%;
  padding: 10px 0;
}

.section2 .content .right .img img {
  width: 100%;
}

.section2 .content .right .desc {
  color: #474747;
  font-size: 100%;
  line-height: 1.5;
}

/*  */
.section3 .content {
  width: 35%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.section3 .content .left {
  width: 70%;
}

.section3 .content .left img {
  width: 100%;
}

.section3 .content .right {
  width: 30%;
  position: relative;
}

.section3 .content .right div {
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 100px;
  margin: 50px 10px;
}

.section3 .content .right div:nth-child(1) {
  background: linear-gradient(269deg, rgba(76, 27, 75, 1), rgba(72, 26, 73, 1));
  color: #FB5D7B;
}

.section3 .content .right div:nth-child(2) {
  background: linear-gradient(269deg, rgba(67, 63, 173, 1), rgba(80, 42, 141, 1));
  color: #CFC9F5;
}

.section3 .content .right div:nth-child(3) {
  background: linear-gradient(269deg, rgba(22, 44, 94, 1), rgba(17, 31, 76, 1));
  color: #B1A7F0;
}

.section3 .content .right div:nth-child(4) {
  background: rgba(227, 62, 69, 1);
  color: #FFCDCF;
}

/*  */
.section4 .content .left .listitem .item {
  background: #F0F0F0;
}

.section4 .content .left .listitem .item .img {
  width: 100%;
}

/*  */

.section5 {
  background: #FFFFFF;
}

.section5 .content .left .listitem .item {
  background: #ffffff;
}

/*  */

.section6 {
  background: #F0F0F0;
}

.section6 .content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.section6 .content .right {
  margin-bottom: 100px;
  border-radius: 10px;
  width: 237px;
  height: 126px;
  background: #B70081;
  color: #FFFFFF;
  font-size: 100%;
  padding: 20px;
  position: relative;
  text-align: left;
  letter-spacing: 2px;
}

.section6 .content .right::after {
  position: absolute;
  display: inline-block;
  margin: auto;
  left: -25px;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 20px solid transparent;
  border-right: 25px solid #B70081;
  border-bottom: 20px solid transparent;
}