body {
    background: #f3ebde !important;
}
.bg {
  width: 100%;
  height: 62.2rem;
  margin-bottom: 71rem;
}
.bg .box {
  width: 100%;
}
.bg .box .img {
  width: 100%;
}
.bg .box .img img {
  width: 100%;
}
.contentBox {
  margin-bottom: 10rem;
}
.contentBox .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.contentBox .box .boxL {
  width: 29%;
  height: 100%;
  position: absolute;
}
.contentBox .box .boxL .left {
  width: 100%;
  background: #EFEFEF;
  text-align: center;
  border-radius: 2rem;
  position: sticky;
  top: 20rem;
}
.contentBox .box .boxL .left li {
  height: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
  font-weight: bold;
  color: #B3B3B3;
  transition: all 0.5s;
}
.contentBox .box .boxL .left li span {
  display: inline-block;
  width: 80%;
  border-left: 1rem solid rgba(0, 0, 0, 0);
}
.contentBox .box .boxL .left li:first-of-type {
  color: #000;
  background: #fff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.contentBox .box .boxL .left li:first-of-type span {
  border-left: 1rem solid #eccb92;
}
.contentBox .box .boxL .left li:last-of-type {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.contentBox .box .boxR {
  width: 82%;
  height: 100%;
  margin-left: 37.5rem;
}
.contentBox .box .boxR .right {
  width: 100%;
}
.contentBox .box .boxR .right .team {
  width: 70rem;
}
.contentBox .box .boxR .right .team .img {
  width: 100%;
  margin-bottom: 10rem;
  border-radius: 3rem;
  overflow: hidden;
}
.contentBox .box .boxR .right .team .img img {
  width: 100%;
}
.contentBox .box .boxR .right .team .content {
  display: flex;
  flex-wrap: wrap;
}
.contentBox .box .boxR .right .team .content .item {
  width: 100%;
  margin-bottom: 0rem;
}
.contentBox .box .boxR .right .team .content .item h3 {
  font-size: 6rem;
  margin-bottom: 2rem;
  color: #eccb92;
  font-weight: bold;
}
.contentBox .box .boxR .right .team .content .item p {
  font-size: 5rem;
}
.contentBox .box .boxR .right .team .content2 .p1 {
  margin-bottom: 2rem;
}
.contentBox .box .boxR .right .team .content2 h1 {
  color: #8d6037;
  font-weight: bold;
  font-size: 6rem;
  margin-bottom: 2rem;
}
.contentBox .box .boxR .right .team .content2 .text {
  text-indent: 10rem;
  font-size: 5rem;
  margin-bottom: 3rem;
  line-height: 9.2rem;
}
.contentBox .box .boxR .right .team .content2 p {
  color: #B3B3B3;
  margin-bottom: 10rem;
}
.contentBox .box .boxR .right .team .content3B .p1 {
  margin-bottom: 2rem;
}
.contentBox .box .boxR .right .team .content3B h1 {
  font-size: 6rem;
  margin-bottom: 2rem;
  color: #8d6037;
  font-weight: bold;
}
.contentBox .box .boxR .right .team .content3B p {
  font-size: 5rem;
  text-indent: 10rem;
}
.contentBox .box .boxR .right .feature .img {
  width: 70rem;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
.contentBox .box .boxR .right .feature .img img {
  width: 100%;
}
.contentBox .box .boxR .right .feature .fresh {
  margin-bottom: 10rem;
}
.contentBox .box .boxR .right .feature .fresh .title {
  font-weight: bold;
  color: #eccb92;
  margin-bottom: 10rem;
  font-size: 6rem;
}
.contentBox .box .boxR .right .feature .fresh p {
  font-size: 5rem;
  line-height: 9.2rem;
  text-indent: 10rem;
}
.contentBox .box .boxR .right .feature .light .title {
  font-weight: bold;
  color: #eccb92;
  margin-bottom: 10rem;
  font-size: 6rem;
}
.contentBox .box .boxR .right .feature .light .top p {
  font-size: 5rem;
  line-height: 9.2rem;
  margin-bottom: 3rem;
  text-indent: 10rem;
}
.contentBox .box .boxR .right .feature .light .center p {
  margin-bottom: 7rem;
}
.contentBox .box .boxR .right .feature .light .cal {
  margin-bottom: 10rem;
}
.contentBox .box .boxR .right .feature .light .bottom p {
  color: #B3B3B3;
}
.contentBox .box .boxR .right .feature .light .bottom p:first-child {
  margin-bottom: 2rem;
}
.contentBox .box .boxR .right .brand .img {
  width: 70rem;
  margin-bottom: 10rem;
}
.contentBox .box .boxR .right .brand .img img {
  width: 100%;
}
.contentBox .box .boxR .right .brand .content {
  text-indent: 10rem;
  line-height: 9.2rem;
}
.contentBox .box .boxR .right .brand .content span {
  color: #eccb92;
  font-weight: bold;
}
