.main-bottom {
  width: 100%;
  background-color: #31323b;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.0938rem .9375rem 1.5625rem;
  box-sizing: border-box;
}

.main-bottom .top-box {
  width: 106%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-bottom .top-box .box {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: .7813rem;
  box-sizing: border-box;
  border-right: 1.0016px solid #d5d5d5;
}

.main-bottom .top-box .box p {
  font-size: .6875rem;
  color: #d5d5d5;
}

.main-bottom .top-box .box:nth-child(4) {
  border-right: none;
}

.main-bottom .center-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 1.5625rem 0 .9375rem 0;
}

.main-bottom .center-box .boxLeft {
  display: flex;
  flex-direction: column;
}

.main-bottom .center-box .boxLeft p:nth-child(1) {
  font-size: 1.0625rem;
  color: #FFFFFF;
  margin-bottom: .9375rem;
}

.main-bottom .center-box .boxLeft p:nth-child(2) {
  font-size: .8125rem;
  color: #727278;
}

.main-bottom .center-box .boxLeft p:nth-child(3) {
  font-size: .8125rem;
  color: #727278;
}

.main-bottom .center-box .boxRight {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.main-bottom .center-box .boxRight .boxRightImg {
  width: 3.9063rem;
  height: 3.9063rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  position: relative;
}

.main-bottom .center-box .boxRight .boxRightImg img:nth-child(1) {
  width: 3.9063rem;
  height: 3.9063rem;
}

.main-bottom .center-box .boxRight .boxRightImg img:nth-child(2) {
  position: absolute;
  width: .9375rem;
  height: .9375rem;
}

.main-bottom .center-box .boxRight p {
  font-size: .8125rem;
  color: #FFFFFF;
}

.main-bottom .bottom-box {
  width: 100%;
  padding-top: .7813rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1.0016px solid #8b8b8f;
}

.main-bottom .bottom-box p {
  transform: scale(0.833);
  font-size: .5625rem;
  color: #69696f;
}
.main-bottom .bottom-box p .icp{
  color: #69696f;
  margin-left: 0.3rem;
}