.box1 {
  padding: 0.71rem 0 0.82rem;
  background: #EEF7FF;
}
.box1 .msgBox {
  width: 13.21rem;
  margin: 0.3rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.78rem;
}
.box1 .msgBox .item {
  width: 6.21rem;
}
.box1 .msgBox .item.textarea {
  width: 100%;
}
.box1 .msgBox .item p {
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  margin-bottom: 0.07rem;
}
.box1 .msgBox .item p span {
  color: #FF0000;
}
.box1 .msgBox .item input {
  width: 100%;
  height: 0.5rem;
  background: #FFFFFF;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 0.01rem solid #CBD6E2;
  padding: .15rem;
}
.box1 .msgBox .item textarea {
  width: 100%;
  height: 1.57rem;
  background: #FFFFFF;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #CBD6E2;
}
.box1 .msgBox button {
  width: 2.48rem;
  height: 0.56rem;
  background: #3CBEF7;
  margin: 0 auto;
  font-weight: 400;
  font-size: 0.18rem;
  color: #FFFFFF;
}
.box2 {
  padding: 0.79rem 0 1rem;
}
.box2 .list {
  margin-top: 0.65rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.13rem;
}
.box2 .list .item {
  width: 3.65rem;
  height: 3.65rem;
  background: #F0F7FF;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #CCDBF1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box2 .list .item .icon {
  width: 0.82rem;
  height: 0.82rem;
  background: #3CBEF7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 0.1rem;
}
.box2 .list .item .icon img {
  width: 0.34rem;
  height: 0.34rem;
}
.box2 .list .item .tit {
  font-weight: bold;
  font-size: 0.2rem;
  color: #0075C2;
  margin-bottom: 0.43rem;
}
.box2 .list .item .txt {
  font-weight: 400;
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.24rem;
  width: 2.08rem;
  text-align: center;
}
.box2 .list .item .txt b {
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
  line-height: 0.3rem;
}

@media screen and (max-width:1024px){
    .box1 .msgBox{
        width: 100%;
    }
    .box1 .msgBox .item{
        width: 100%;
    }
    .box1 .msgBox .item p{
        font-size: 14px;
    }
    .box1 .msgBox .item input{
        font-size: 14px;
    }
    .box1 .msgBox button{
        font-size: 14px;
    }
    .box2 .list .item{
        width: calc((100% - .13rem) / 2);
    }
    .box2 .list .item .tit{
        font-size: 16px;
    }
    .box2 .list .item .txt b{
        font-size: 14px;
    }
    .box2 .list .item .txt{
        font-size: 12px;
        line-height: 1.5;
    }
}
