.body_content {
  width: 100%;
  height: 100%;
  background: #B82123;
  padding-bottom: 10px;
}

.content {
  padding: 0 10px;
  margin: 0px auto 15px;
}

.box0 {
  margin-top: -245px;
  position: relative;
  margin-bottom: 36px;
}
.box0 .box6 {
  width: 348px;
  height: 245px;
}
.box0 .box6 .title1 {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #B82123;
  margin-bottom: 20px;
  text-align: center;
}

.box1 .title {
  width: 340px;
  margin: 0px auto 20px;
}

.box2-list {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  padding: 15px 20px 0;
  background: url("../../images/shuqi_texunying/box2-bg.png") no-repeat 10px top;
}
.box2-list li {
  background: linear-gradient(180deg, #FAEED8 0%, #F2D9B0 100%);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 14px 15px;
}
.box2-list li p {
  font-size: 16px;
  font-weight: bold;
  color: #AA1B20;
  margin-bottom: 5px;
}
.box2-list li div {
  font-size: 14px;
  color: #333333;
  line-height: 19px;
}
.box2-list li:nth-of-type(1) {
  width: 220px;
}
.box2-list li:nth-of-type(2) {
  width: 240px;
}
.box2-list li:nth-of-type(3) {
  width: 260px;
}
.box2-list li:nth-of-type(4) {
  width: 280px;
}
.box2-list li:nth-of-type(5) {
  width: 300px;
}

.box6 {
  width: 348px;
  height: 202px;
  border-radius: 6px;
  background: linear-gradient(to bottom, #FAEED8, #F2D9B0);
  padding: 20px;
  margin: 0 auto;
}
.box6 .msg-input {
  width: 235px !important;
}
.box6 .input-box {
  display: flex;
  flex-wrap: wrap;
}
.box6 .input-box input {
  width: 100%;
  height: 45px;
  background: #FFFFFF;
  border-radius: 5px;
  border: none;
  text-indent: 10px;
  margin-bottom: 10px;
  border: 1px solid #E4E4E4;
}
.box6 .submitBtn {
  width: 338px;
  height: 73px;
  background: url("../../images/shuqi_texunying/box6-bg.png") no-repeat center;
  background-size: 100%;
  margin-left: -14px;
  margin-top: -5px;
}
.box6 .submitBtn1 {
  background: url("../../images/shuqi_texunying/img12.png") no-repeat center;
  background-size: 100%;
}

.box9 {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.box9 .box9-list {
  display: flex;
  justify-content: space-between;
}
.box9 .box9-list li {
  width: 33.33%;
  height: 60px;
  color: #FFFFFF;
  background-color: #000000;
  text-align: center;
}
.box9 .box9-list li span {
  font-size: 12px;
}
.box9 .box9-list li img {
  width: 16px;
  margin: 12px auto 2px;
}
.box9 .box9-list .active {
  background: #FC5B08;
}

.footer {
  width: 100%;
  height: 196px;
  background: #0C1626;
  padding: 20px;
  margin-top: -15px;
}
.footer p {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #69778D;
}

@-webkit-keyframes enlarge-data-v-4bb4070f {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes enlarge-data-v-4bb4070f {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.effect {
  -webkit-animation-name: enlarge-data-v-4bb4070f;
  animation-name: enlarge-data-v-4bb4070f;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}/*# sourceMappingURL=index.css.map */