* {
  padding: 0;
  margin: 0;
}
html {
  font-size: 14px;
}
.answerBox {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: fixed;
  background-image: url('../image/bg.jpg');
  display: flex;
  justify-content: center;
  align-items: center;
}
.answerBox .centerBox {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 93.75%;
  height: 75%;
  margin-top: 3%;
  background-image: url('../image/bg-center.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.answerBox .centerBox .answerLeft {
  padding-top: 7%;
  width: 33.11%;
  margin-right: 5.57rem;
  font-family: 'PingFangSC, PingFang SC';
  color: #333333;
  display: flex;
  flex-direction: column;
}
.answerBox .centerBox .answerRight {
  padding-top: 7%;
  width: 46.11%;
  height: 54.5vh;
}
.answerBox .centerBox .answerLeft .all {
  height: 15.5vh;
  background-color: #fff;
  border-radius: 1.43rem;
  margin-bottom: 4vh;
  display: flex;
  align-items: center;
  padding-left: 4rem;
  position: relative;
}
.answerBox .centerBox .answerLeft .one {
  height: 15.5vh;
  background-color: #fff;
  border-radius: 1.43rem;
  margin-bottom: 4vh;
  display: flex;
  align-items: center;
  padding-left: 4rem;
}
.answerBox .centerBox .answerLeft .two {
  height: 15.5vh;
  background-color: #fff;
  border-radius: 1.43rem;
  display: flex;
  align-items: center;
  padding-left: 4rem;
}
.answerBox .centerBox .answerLeft .left {
  width: 14.6%;
  height: 56.7%;
  margin-right: 1.79rem;
  z-index: 100;
  background-size: 100% 100%;
}
.answerBox .centerBox .answerLeft .all .left {
  background-image: url('../image/icon-all.png');
}
.answerBox .centerBox .answerLeft .one .left {
  background-image: url('../image/icon1.png');
}
.answerBox .centerBox .answerLeft .two .left {
  background-image: url('../image/icon2.png');
}
.answerBox .centerBox .answerLeft .all .right {
  z-index: 100;
}
.answerBox .centerBox .answerLeft .all .iconLeft {
  position: absolute;
  width: 62.75%;
  height: 60%;
  background-image: url('../image/icon-left.png');
  background-size: 100% 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.answerBox .centerBox .answerLeft .all .iconRight {
  position: absolute;
  width: 18.46%;
  height: 55.33%;
  background-image: url('../image/icon-right.png');
  background-size: 100% 100%;
  bottom: 0.79rem;
  right: 0.64rem;
  z-index: 0;
}
.answerBox .centerBox .answerLeft .right .text {
  font-weight: 600;
  font-size: 1.43rem;
  line-height: 2rem;
  margin-bottom: 1.29vh;
}
.answerBox .centerBox .answerLeft .right .num {
  font-weight: 400;
  font-size: 1.29rem;
  line-height: 1.79rem;
  display: flex;
  align-items: center;
}
.answerBox .centerBox .answerLeft .right .num div {
  margin-right: 0.86rem;
}
.answerBox .centerBox .answerLeft .right .dataNumsAll {
  font-weight: 900;
  font-size: 30px;
  color: #FF9F54;
}
.answerBox .centerBox .answerLeft .right span {
  width: 2.21rem;
  height: 3.14rem;
  background: #11ACED;
  border-radius: 0.14rem;
  display: inline-block;
  text-align: center;
  line-height: 3.14rem;
  color: #fff;
  font-family: 'DIN, DIN';
  font-weight: 900;
  font-size: 2.14rem;
  margin-right: 0.57rem;
}
.answerBox .centerBox .answerLeft .two .right span {
  background: #3E82F0;
}
.answerBox .main {
  height: 100%;
  background-color: #fff;
  border-radius: 1.43rem;
  /* padding: 0 1.43rem 1.43rem; */
}