.all-box {
  /* width: 100%;
  height: 10.78rem;
  background-image: url(../images/p-detail/personal-bg.png);
  background-size: 100% 100%;
  padding-top: 2.56rem; */
  width: 100%;
  height: 19.65rem;
  background: url(../images/p-detail/personal-bg.png) repeat fixed;
  padding-top: 2.56rem;
  background-size: cover;
  background-position: center center;
}
.title-chinese {
  width: 100%;
  text-align: center;
  height: 0.4rem;
  font-size: 0.4rem;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #333333;
  line-height: 0.6rem;
  margin: auto;
}
.title-english {
  width: 100%;
  text-align: center;
  height: 0.24rem;
  font-size: 0.24rem;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #333333;
  line-height: 0.36rem;
  margin-top: 0.12rem;
}

.left-box {
  width: 50%;
  margin-top: 0.6rem;
  float: left;
  box-sizing: border-box;
  padding: 0 0.1rem 0 0.3rem;
}
.right-box {
  width: 50%;
  margin-top: 0.6rem;
  float: left;
  box-sizing: border-box;
  padding: 0 0.3rem 0 0.1rem;
}

.left-box-1 {
  width: auto;
  border-radius: 0.16rem;
  height: 3.39rem;
  margin: auto;
  margin-bottom: 0.2rem;
}
.left-box-1 .top {
  width: 100%;
  height: 1.98rem;
  background-image: url(../images/p-detail/1-top.png);
  background-size: 100% 100%;
}
.left-box-2 {
  width: auto;
  border-radius: 0.16rem;
  height: 3.39rem;
  margin: auto;
  margin-bottom: 0.2rem;
}
.left-box-2 .top {
  width: 100%;
  height: 1.98rem;
  background-image: url(../images/p-detail/2-top.png);
  background-size: 100% 100%;
}
.left-box-3 {
  width: auto;
  border-radius: 0.16rem;
  height: 3.39rem;
  margin: auto;
  margin-bottom: 0.2rem;
}
.left-box-3 .top {
  width: 100%;
  height: 1.98rem;
  background-image: url(../images/p-detail/3-top.png);
  background-size: 100% 100%;
}
.left-box-4 {
  width: auto;
  border-radius: 0.16rem;
  height: 3.39rem;
  margin: auto;
  margin-bottom: 0.2rem;
}
.left-box-4 .top {
  width: 100%;
  height: 1.98rem;
  background-image: url(../images/p-detail/4-top.png);
  background-size: 100% 100%;
}

.right-box-1 {
  width: auto;
  border-radius: 0.16rem;
  height: 3.39rem;
  margin: auto;
  margin-bottom: 0.2rem;
}
.right-box-1 .top {
  width: 100%;
  height: 1.98rem;
  background-image: url(../images/p-detail/5-top.png);
  background-size: 100% 100%;
}

.right-box-2 {
  width: auto;
  border-radius: 0.16rem;
  height: 3.39rem;
  margin: auto;
  margin-bottom: 0.2rem;
}
.right-box-2 .top {
  width: 100%;
  height: 1.98rem;
  background-image: url(../images/p-detail/6-top.png);
  background-size: 100% 100%;
}

.right-box-3 {
  width: auto;
  border-radius: 0.16rem;
  height: 3.39rem;
  margin: auto;
  margin-bottom: 0.2rem;
}
.right-box-3 .top {
  width: 100%;
  height: 1.98rem;
  background-image: url(../images/p-detail/7-top.png);
  background-size: 100% 100%;
}

.right-box-4 {
  width: auto;
  border-radius: 0.16rem;
  height: 3.39rem;
  margin: auto;
  background-image: url(../images/p-detail/8.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-box-4 div {
  width: 1.2rem;
  height: 0.84rem;
  font-size: 0.3rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.42rem;
}

.bg-yellow {
  background: #c29140;
}
.bg-red {
  background: #e60012;
}

.bottom {
  width: 100%;
  height: 1.43rem;
}
.bottom img {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.39rem 0.2rem 0 0.3rem;
  float: left;
}

.bottom .img-box {
  width: 0.9rem;
  height: 100%;
  border-radius: 0.16rem;
  float: left;
}

.bottom .words-box {
  width: 2.25rem;
  height: 100%;
  float: left;
  padding-left: 0.2rem;
}

.bottom .word1 {
  height: 0.4rem;
  font-size: 0.28rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 0.4rem;
  width: 2.25rem;
  margin: 0.49rem 0 0.08rem;
}
.bottom .word2 {
  height: 0.33rem;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.33rem;
}
