* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.r_product {
  padding: 5rem 0 2.5rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
}

.r_product .title {
  text-align: center;
  font-size: 2.25rem;
  color: #262626;
  margin-bottom: 3.75rem;
}

.r_product .list {
  width: 87.5rem;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  overflow: hidden;
}

.r_product .pro_list {
  background-color: #f4f8ff;
  width: 43.125rem;
  height: 100%;
  border-radius: 0.25rem;
  padding: 4.5rem 2.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-bottom: 20px;
}

.r_product .pro_list:nth-of-type(2n) {
  margin-right: 0;
}

.r_product .pro_list:nth-last-of-type(1),
.r_product .pro_list:nth-last-of-type(2) {
  margin-bottom: 0;
}

.r_product .pro_list .point {
  width: 100%;
  margin-top: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  color: #666;
}

.r_product .pro_list .point span {
  margin-left: 1.125rem;
}

.r_product .pro_list .point .t1 {
  width: 38%;
  display: flex;
  align-items: center;
  margin-right: 3.75rem;
  letter-spacing: 0.125rem;
  margin-bottom: 1.75rem;
}

.r_product .pro_list .point .t1 img {
  width: 1rem;
}

.r_product .pro_list .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  color: #262626;
}

.r_product .pro_list .more {
  width: 9.75rem;
  height: 2.25rem;
  border: 1px solid #a2a2a2;
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.r_product .pro_list .more a {
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  color: #5b5b5b;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.r_product .pro_list .more span {
  margin: 0;
  margin-right: 1.125rem;
}

@media screen and (max-width: 1400px) {
  .r_product {
    padding: 5rem 20px 2.5rem;
  }

  .r_product .title {
    margin-bottom: 30px;
  }

  .r_product .list {
    width: 100%;
    height: auto;
  }

  .r_product .left {
    width: 60%;
  }

  .r_product .pro_list {
    width: 48%;
    padding: 36px 20px 20px;
  }

  .r_product .left img {
    width: 25rem;
  }

  .r_product .pro_list .bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .r_product .pro_list .more {
    margin: 1.25rem 0;
  }

  .r_product .pro_list .point {
    justify-content: space-between;
  }

  .r_product .pro_list .point .t1 {
    margin-right: 0;
    width: 49%;
  }

  .r_product .pro_list .point .t1 span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .r_product {
    padding: 1.25rem;
  }

  .r_product .title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }

  .r_product .list {
    /* flex-direction: column; */
    height: auto;
  }

  .r_product .pro_list {
    width: 47%;
    padding: 1.25rem 0.938rem;
  }

  .r_product .pro_list .bottom p {
    font-size: 1rem;
  }

  .r_product .pro_list .point .t1 {
    margin-right: 0;
    font-size: 0.75rem;
    width: 100%;
    margin-bottom: 0.625rem;
  }

  .r_product .pro_list .point .t1 img {
    width: 0.5rem;
    height: 0.5rem;
  }

  .r_product .pro_list .more {
    width: 7rem;
    margin: 0.625rem 0;
    padding: 0.313rem;
    height: auto;
    border-radius: 0.25rem;
    justify-content: space-between;
  }

  .r_product .pro_list .more span {
    font-size: 0.75rem;
    margin-right: 4px;
  }
}

@media screen and (max-width: 375px) {
  .r_product .list {
    flex-direction: column;
  }

  .r_product .pro_list {
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .r_product .left,
  .r_product .right {
    width: 100%;
  }
}
