.cooperation .box1 {
  padding: 1.36rem 0 1.88rem;
}
.cooperation .box1 .item {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
  align-items: center;
  padding-right: 0.65rem;
}
.cooperation .box1 .item:not(:first-child) {
  margin-top: -0.3rem;
}
.cooperation .box1 .item:nth-child(2n) {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 0.65rem;
}
.cooperation .box1 .item .num {
  width: 2.3rem;
  height: 2.3rem;
  background-image: url('../img/cooperation.png');
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Alumni Sans, Alumni Sans;
  font-weight: 600;
  font-size: 0.8rem;
  color: #FFFFFF;
}
.cooperation .box1 .item .text {
  width: 4.8rem;
}
.cooperation .box1 .item .text .tit {
  font-weight: 700;
  font-size: 0.2rem;
  color: #00AB7B;
  padding-bottom: 0.19rem;
  border-bottom: 0.01rem solid #D8D8D8;
  margin-bottom: 0.13rem;
}
.cooperation .box2 {
  padding-bottom: 1.49rem;
}
.cooperation .box2 .main {
  width: 100%;
  height: 12.07rem;
  background: #F7F7F7;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  padding: 0.81rem 1.33rem 1.67rem;
}
.cooperation .box2 .main .info {
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  text-align: center;
  margin-top: 0.28rem;
}
.cooperation .box2 .main form {
  margin-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.33rem 0.61rem;
}
.cooperation .box2 .main form .item {
  width: 6.33rem;
}
.cooperation .box2 .main form .item.other {
  width: 100%;
}
.cooperation .box2 .main form .item .lable {
  font-weight: 400;
  font-size: 0.16rem;
  color: #222222;
  margin-bottom: 0.15rem;
}
.cooperation .box2 .main form .item .lable span {
  color: #DE0000;
}
.cooperation .box2 .main form .item input {
  width: 100%;
  height: 0.66rem;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 0.01rem solid #CCCCCC;
  padding: 0.2rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333;
}
.cooperation .box2 .main form .item input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}
.cooperation .box2 .main form .item textarea {
  width: 100%;
  height: 1.47rem;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 0.01rem solid #CCCCCC;
  padding: 0.24rem 0.19rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333;
}
.cooperation .box2 .main form .item textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
}
.cooperation .box2 .main form button {
  width: 100%;
  height: 0.66rem;
  background: #073A7C;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 0.01rem solid #073A7C;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.14rem;
}
.cooperation .box2 .main .mic-form-notice {
  margin-top: 0.2rem;
  padding: 0.12rem 0.16rem;
  border-radius: 0.06rem;
  font-size: 0.14rem;
  line-height: 1.5;
}
.cooperation .box2 .main .mic-form-notice-success {
  background: #eaf9f3;
  border: 0.01rem solid #00ab7b;
  color: #0b7d5f;
}
.cooperation .box2 .main .mic-form-notice-error {
  background: #fff1f1;
  border: 0.01rem solid #de0000;
  color: #b20000;
}





@media screen and (max-width:1042px){
  .cooperation .box1{
    padding: 50px 0;
  }
  .cooperation .box1 .item{
    padding: 0 !important;
    gap: 16px;
  }
  .cooperation .box1 .item:not(:first-child){
    margin-top: 30px;
  }
  .cooperation .box1 .item .num{
    width: 100px;
    height: 116px;
    font-size: 48px;
  }
  .cooperation .box1 .item .text{
    width: calc(100% - 116px);
  }
  .cooperation .box1 .item .text .tit{
    font-size: 16px;
  }


  .cooperation .box2{
    padding-bottom: 0px;
  }
  .cooperation .box2 .main{
    height: auto;
    padding: 50px 3%;
  }
  .cooperation .box2 .main .info{
    font-size: 14px;
  }
  .cooperation .box2 .main form{
    margin-top: 30px;
    gap: 16px 0;
  }
  .cooperation .box2 .main form .item{
    width: 100%;
  }
  .cooperation .box2 .main form .item .lable,
  .cooperation .box2 .main form .item input::-webkit-input-placeholder,
  .cooperation .box2 .main form .item textarea::-webkit-input-placeholder,
  .cooperation .box2 .main form button{
    font-size: 14px;
  }
  .cooperation .box2 .main form .item input{
      font-size: 14px;
      height: auto;
      padding: 7px 10px;
  }
}