body {
  letter-spacing: 0;
}
.rWrapper {
  max-width: 2500px;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto !important;
  overflow: hidden;
}
.rHead {
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  color: #fff;
  background: url('../img/recommendation/znkhtj_bg.jpg') no-repeat;
  background-size: cover;
  padding-bottom: 1px;
  background-position: center;
}
.rHeadTitle {
  position: relative;
  height: 170px;
  margin: 10% auto 0;
  text-align: center;
  background: url('../img/recommendation/ring_recommendation.png') no-repeat;
  background-size: 451px 12px;
  background-position: bottom;
}
.rHeadTitle h1 {
  color: #fff;
  font-size: 50px;
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(166,156,255,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.rHeadContent {
  position: relative;
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0px 0px 24px rgba(0,0,0,0.5);
  line-height: 38px;
}
.rHeadContent p {
  margin: 0;
}
.freeBtn {
  width: 216px;
  height: 60px;
  box-shadow: 0px 2px 24px 0px rgba(0,0,0,0.1);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: url('../img/mailManagement/btnBg.png') no-repeat;
  background-size: 216px 60px;
  position: relative;
  margin: 2% auto 20px;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
}
.freeBtn:hover {
  box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.3);
}
.blockDecorate {
  width: 356px;
  position: absolute;
  right: -220px;
}
.rBox {
  width: 100%;
  max-height: 1400px;
  background: url('../img/recommendation/two_znkhtj_pic.png') no-repeat -500px 0px,
  url('../img/recommendation/one_znkhtj_bg.png') no-repeat 1000px 600px,
  url('../img/recommendation/two_znkhtj_bg.png') no-repeat -50px 1100px;
  padding: 50px 10px;
  background-color: rgba(244,245,255,1);
}
.rItem {
  max-width: 1050px;
  height: 390px;
  background: rgba(249,250,255,1);
  box-shadow: 0px 50px 84px -40px rgba(16,10,105,0.1);
  margin: 30px auto 90px;
  color: #333;
  padding: 50px;
  padding-top: 60px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  position: relative;
}
.rItemBottom {
  width: 95%;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: rgba(249,250,255,0.6);
  box-shadow: 0px 50px 84px -40px rgba(16,10,105,0.02);
}
.rItemBottom::after {
  content: '';
  display: block;
  width: 95%;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: rgba(249,250,255,0.2);
  box-shadow: 0px 50px 84px -40px rgba(16,10,105,0.04);
}

.recom {
  width: 100%;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.rItemBg-1 {
  background: url('../img/recommendation/one_dwdkhxxsw_pic.png') no-repeat 526px 0px,
  url('../img/recommendation/line_dwdkhxxsw_pic.png') no-repeat 550px 60px;
  background-size: 50%;
  background-color: #F9FAFF;
}
.rItemBg-2 {
  background: url('../img/recommendation/two_jwdjcthkfs_pic.png') no-repeat 526px 0px,
  url('../img/recommendation/line_jwdjcthkfs_pic.png') no-repeat 550px 130px;
  background-size: 50%;
  background-color: #F9FAFF;
}
.rItemTitle {
  font-size: 39px;
  font-weight: 400;
  margin: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}
.rItemText {
  font-size: 18px;
  margin: 0 0 20px 5px;
  color: #777;
  font-family: PingFangSC-Regular,PingFang SC;
}
.rItem-gif {
  padding: 0;
  margin-top: -100px;
}

@media (min-width: 1600px) {
  .rItem-gif {
    margin-top: -200px;
  }
}

@media (max-width: 500px) {
  .rHeadTitle {
    margin-top: 80px;
    height: 120px;
  }
  .rHeadTitle h1 {
    font-size: 32px;
  }
  .rHeadContent {
    font-size: 14px;
  }
  .rItem {
    padding-top: 25px;
    padding-bottom: 20px;
    height: 300px;
  }
  .rItem h2:nth-child(2) {
    margin-bottom: 30px !important;
  }
  .rItemTitle {
    font-size: 24px;
  }
  .rItemText {
    font-size: 14px;
  }
  .rItem-gif {
    position: relative;
    height: auto;
    padding-top: 0;
  }
  .rItem-gif img {
    height: 100%;
  }
}
