.background {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.bannerBg {
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* 内容 */
.partnerItem {
  background: url('/static/img/aboutUs/partner/luanqianse.png') no-repeat;
  margin-top: 60px;
  margin-left: 24px;
}

.ml360 {
  display: flex;
  flex-direction: column;
}

.partner-title {
  height: 32px;
  font-size: 32px;
  color: #1C2188;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
  margin: 48px 0px 0px 0px;
}

/*  */
.partnerChild {
  display: flex;
  flex-wrap: wrap;
  /* margin: 60px 0px 35px 360px; */
  margin: 60px auto;
  width: 1225px;
}

.partnerChilds {
  width: 590px;
  height: 225px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.18);
  margin: 0px 0px 40px 0px;
}

.mr20 {
  margin-right: 20px;
}
input::-webkit-input-placeholder {
  color: #ccc;
}

input:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

.partnerChilds-title {
  width: 510px;
  height: 40px;
  font-size: 28px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  margin: 16px 0px 0px 40px;
  border-bottom: 1px solid #E4ECF5;
}

.childItem {
  display: flex;
  margin: 36px 0px 0px 40px;
}


.childItem>img {
  width: 137px;
  height: 85px;
}

.childItemcon {
  margin: 0px 0px 0px 20px;
}

.childItemcon-name {
  height: 30px;
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}

.childItemcon>p {
  width: 354px;
  font-size: 20px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 30px;
  font-weight: 400;
}

.mt60 {
  margin-top: 60px;
}

.margin {
  width: 1254px;
  display: flex;
  flex-wrap: wrap;
  margin: 60px auto 0px auto;
}

.input {
  display: flex;
  margin-right: 45px;
  margin-bottom: 20px;
  float: left;
}

.width680 {
  width: 680px !important;
}

.mr0 {
  margin-right: 0px;
}

.mt20 {
  margin-top: 20px;
}

.label {
  width: 100px;
  height: 16px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 41px;
  font-weight: 400;
}

.label>span {
  color: red;
}

.inp {
  width: 260px;
  height: 44px;
  background: #FFFFFF;
  padding-left: 10px;
  border: 1px solid rgba(210, 210, 210, 1);
}
.mb60{
  margin-bottom: 60px;
}
.btn {
  width: 150px;
  height: 44px;
  background: #5298EB;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 4px;
  line-height: 44px;
  text-align: center;
  font-weight: 600;
  margin-left: 386px;
  cursor: pointer;
  border: none;
}

.introductionRight {
  margin-left: 70px;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input:-moz-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input{
outline:0;
}

/* 设备最大宽度1440px */
@media screen and (min-width: 1025px){
  .partnerItem {
      background: none;
      margin-top: 80px;
      margin-left: 0px;
  }
  .partner-title {
     margin: 0px 0px 80px 0px;
  }
  .partnerChild {
      margin: 0px auto;
      width: 1400px;
  }
  .mr20 {
      margin-right: 16px;
  }
  .partnerChilds {
      width: 456px;
  }
  .partnerChilds-title {
      width: 416px;
  }
  .childItemcon>p {
      width: 244px;
  }
  .partnerChilds:nth-child(3n){
     margin-right: 0px;
  }
  .margin {
    width: 1400px;
    margin:auto;
  }
  .input {
      margin-right: 24px;
  }
  .label {
      height: auto;
  }
  .inp {
      width: 338px;
  }
  .input:nth-child(3n),.input:nth-child(8){
    margin-right: 0px
  }
  .width680 {
      width: 814px !important;
  }
  .btn {
      width: 168px;
      margin-left: 565px;
  }
}
/* 设备最大宽度1024px */
@media screen and (max-width: 1024px){
  .partnerItem {
      background: none;
      margin-top: 80px;
      margin-left: 0px;
  }
  .partner-title {
      margin: 0px 0px 32px 0px;
  }
  .partnerChild {
      margin:auto;
      width: 960px;
  }
  .mr20 {
      margin-right: 16px;
  }
  .partnerChilds {
      width: 471px;
  }
  .partnerChilds-title {
      width: 431px;
  }
  .childItemcon>p {
      width: 259px;
  }
  .partnerChilds:nth-child(2n){
     margin-right:0px;
  }
  .partner-title {
      margin: 0px 0px 80px 0px;
  }
  .margin {
      width: 960px;
      margin: auto;
  }
  .label {
      height: auto;
  }
  .input {
      margin-right: 15px;
  }
  .inp {
      width: 210px;
  }
  .width680 {
      width: 535px !important;
  }
  .input:nth-child(3n),.input:nth-child(8){
     margin-right:0px;
  }
  .dislog {
      left: 25% !important;
  }
}
/* 设备最大宽度750px */
@media screen and (max-width: 750px) {
.bannerBg {
    height: 220px;
}
.partnerItem {
    margin-top: 32px;
}
.partner-title {
    margin: 0px 0px 32px 0px;
}
.partnerChild {
    width: 345px;
}
.partnerChilds {
    width: 344px;
    height: 164px;
    padding:0px 0px 30px 0px;
}
.mr20 {
    margin-right: 0px;
}
.partnerChilds-title {
    width: 303px;
}
.childItemcon>p {
    width: 189px;
    min-height: 60px;
    margin-right: 12px;
    font-size:14px;
}
.childItem {
    margin: 24px 0px 0px 24px;
}
.margin {
    width: 345px;
    margin: auto;
    flex-direction: column;
    flex-wrap: nowrap;
}
.input {
    margin-right: 0px;
}
.inp {
    width: 245px;
}
.width680 {
    width: 245px !important;
}
.btn {
    width: 345px;
    margin-left: 0px;
}
.dislog {
    width: 390px !important;
    margin: auto !important;
    left: 0 !important;
    top: 15% !important;
}
.sliderContainer {
    width: 340px !important;
}
#captcha canvas:nth-child(1){
   width: 344px;
}
#captcha canvas:nth-child(2){
  width: 50px;
}
}