.all-box {
  /* width: 100%;
  height: 10.78rem;
  background-image: url(../images/corporate-business/corporate-business-bg.png);
  background-size: 100% 100%;
  padding-top: 2.56rem; */
  width: 100%;
  height: 14.81rem;
  background: url(../images/corporate-business/corporate-business-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.58rem;
  margin-bottom: 0.2rem;
}
.left-box-1 .top {
  width: 100%;
  height: 2.17rem;
  background-image: url(../images/corporate-business/note.png);
  background-size: 100% 100%;
}

.left-box-2 {
  width: auto;
  border-radius: 0.16rem;
  height: 3.58rem;
  margin: auto;
  margin-bottom: .2rem;
}
.left-box-2 .top {
  width: 100%;
  height: 2.17rem;
  background-image: url(../images/corporate-business/pay.png);
  background-size: 100% 100%;
  margin: auto;
}
.left-box-3 {
  width: auto;
  border-radius: 0.16rem;
  height: 3.58rem;
  margin: auto;
  margin-bottom: 1.28rem;
}
.left-box-3 .top {
  width: 100%;
  height: 2.17rem;
  background-image: url(../images/corporate-business/chain.png);
  background-size: 100% 100%;
  margin: auto;
}

.right-box-1 {
  width: auto;
  border-radius: 0.16rem;
  height: 3.58rem;
  margin: auto;
  margin-bottom: 0.2rem;
}
.right-box-1 .top {
  width: 100%;
  height: 2.17rem;
  background-image: url(../images/corporate-business/deposit.png);
  background-size: 100% 100%;
}

.right-box-2 {
  width: auto;
  border-radius: 0.16rem;
  height: 3.58rem;
  margin: auto;
  margin-bottom: 0.2rem;
}
.right-box-2 .top {
  width: 100%;
  height: 2.17rem;
  background-image: url(../images/corporate-business/loans.png);
  background-size: 100% 100%;
}
.right-box-3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  border-radius: 0.16rem;
  height: 3.58rem;
  margin: auto;
  margin-bottom: 1.28rem;
  background-image: url(../images/corporate-business/6.png);
  background-size: 100% 100%;
}
.right-box-3 div {
    width: 1.2rem;
  height: 0.84rem;
  font-size: 0.30rem;
  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;
}
