.home-product {
  font-family: Plus Jakarta Sans;
  height: 20.02rem;
  margin-top: 1.36rem;
  background: url("../images/moneytree/product-bg.webp") center/100% 100%;
  padding: 2.2rem 2.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home-product .prodcut-info .logo-box {
  display: flex;
  align-items: center;
}
.home-product .prodcut-info .logo-box img {
  width: 2.75rem;
  height: 2.75rem;
}
.home-product .prodcut-info .logo-box span {
  font-size: 1.8rem;
  color: #000000;
  line-height: 1.87rem;
  font-style: italic;
  margin-left: 0.5rem;
  font-weight: 600;
}
.home-product .prodcut-info .desc-1 {
  font-size: 1.2rem;
  color: #000000;
  line-height: 1.6rem;
  margin-top: 0.2rem;
  font-weight: 600;
}
.home-product .prodcut-info .desc-2 {
  font-size: 0.52rem;
  color: #333333;
  line-height: 0.76rem;
}
.home-product .prodcut-info .rate-list {
  margin-top: 0.8rem;
  margin-bottom: 4rem;
  display: flex;
}
.home-product .prodcut-info .rate-list .rate-item {
  background: #fff;
  height: 2.26rem;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.64rem;
  box-shadow: 4px 4px 0px 0px #07318f;
}
.home-product .prodcut-info .rate-list .rate-item .label {
  font-size: 0.4rem;
  color: #000000;
  line-height: 0.76rem;
}
.home-product .prodcut-info .rate-list .rate-item .value {
  font-weight: bold;
  font-size: 0.48rem;
  color: #000000;
  line-height: 0.48rem;
  margin-top: 0.1rem;
}
.home-product .prodcut-info .btn-list {
  display: flex;
  align-items: center;
}
.home-product .prodcut-info .btn-list .download {
  width: 7.05rem;
}
.home-product .prodcut-info .btn-list .download img {
  width: 100%;
}
.home-product .prodcut-info .btn-list .more-btn {
  width: 6.88rem;
  height: 2.02rem;
  background: #ffffff;
  border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
  margin-left: 0.94rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.52rem;
  color: #07318f;
  line-height: 0.61rem;
}
.home-product .product-img {
  width: 14.03rem;
  height: 15.32rem;
}
.home-product .product-img img {
  width: 100%;
  height: 100%;
}

.advantage-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.34rem 5.2rem;
}
.advantage-box .title {
  display: flex;
  align-items: center;
}
.advantage-box .title img {
  width: 1.56rem;
  height: 0.88rem;
  margin-right: 0.38rem;
}
.advantage-box .title span {
  font-weight: bold;
  font-size: 0.66rem;
  color: #333333;
  line-height: 0.77rem;
}
.advantage-box .top-lable {
  margin-top: 1.6rem;
  font-weight: 600;
  font-size: 1.28rem;
  color: #333333;
  line-height: 1.5rem;
}
.advantage-box .advantage-list {
  margin-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advantage-box .advantage-list .advantage-item {
  width: 8.45rem;
  height: 7.4rem;
  background: #f4f4f4;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  padding: 0.9rem;
  margin-bottom: 1.6rem;
  cursor: pointer;
}
.advantage-box .advantage-list .advantage-item:nth-last-of-type(-n + 3) {
  margin-bottom: 0;
}
.advantage-box .advantage-list .advantage-item .ico {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
}
.advantage-box .advantage-list .advantage-item .ico img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
.advantage-box .advantage-list .advantage-item .ico .active {
  opacity: 0;
}
.advantage-box .advantage-list .advantage-item .label {
  font-weight: 600;
  font-size: 0.5rem;
  color: #000000;
  margin-top: 1.2rem;
  line-height: 0.59rem;
}
.advantage-box .advantage-list .advantage-item .text {
  margin-top: 0.2rem;
  font-size: 0.36rem;
  color: rgba(12, 12, 12, 0.9);
  line-height: 0.42rem;
}
.advantage-box .advantage-list .active-item {
  background: #ff640d;
}
.advantage-box .advantage-list .active-item .ico img {
  opacity: 0;
}
.advantage-box .advantage-list .active-item .ico .active {
  opacity: 1;
}
.advantage-box .advantage-list .active-item .label,
.advantage-box .advantage-list .active-item .text {
  color: #fff;
}