.cooperator {
  width: 1440px;
  margin: auto;
}

.cooperator .pd-0 {
  padding: 0;
}

.iphone_img {
  display: none;
}

.fun-mod {
  background-image: url(/img/home/function_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 标题 */
.coop-title {
  padding: 4% 2% 3%;
}

.coop-title p.title {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  color: #333;
  text-align: center;
}

.coop-title h2.title span{
  height: 100%;
  border-bottom: 4px solid #0096eb;
}
.coop-technology {
  max-width: 1440px;
  display: flex;
  justify-content: space-around;
  margin: 40px auto 20px;
}

.coop-technology li {
  text-align: center;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  background-image: linear-gradient(to right, #006bce, #16b2fa);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  color: transparent;
  position: relative;
}

.coop-technology li p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.coop-technology li span {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #b5b5b5;
  padding-bottom: 10px;
}

.coop-tech-mod {
  border-bottom: 1px solid #a5d2fb;
  position: relative;
}

.coop-tech-mod .tech-bg {
  background-image: url(/img/home/technology_bg.png);
  background-position: top;
  background-repeat: no-repeat;
}

.coop-tech-mod .tech-intro {
  max-width: 1440px;
  height: 250px;
  margin: 0 auto;
  display: flex;
}

.coop-tech-mod .tech-intro>li {
  width: 100%;
  display: flex;
  color: #333333;
  font-weight: bold;
}

.coop-tech-mod .tech-intro>li ul.tech-image {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 80px;
}

.coop-tech-mod .tech-intro>li div.tech-explain {
  width: 50%;
  font-size: 14px;
  color: #222935;
  line-height: 32px;
  letter-spacing: 1px;
  box-sizing: border-box;
  padding: 20px 40px 20px 0;
  position: relative;
}

.coop-tech-mod .tech-intro>li div.tech-explain a {
  display: block;
  width: 110px;
  height: 30px;
  position: absolute;
  bottom: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  letter-spacing: 4px;
  border-radius: 15px;
  text-shadow: 0 1px 4px #333333;
  /* box-shadow: 0 2px 4px #333333; */
  background: linear-gradient(to left, #006bce, #05d9fe);
}

.coop-tech-mod .tech-intro>li ul.tech-image>li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-right: 20%;
}

.coop-tech-mod .tech-intro>li ul.tech-image>li p {
  color: #555555;
}

.btn_activa {
  position: relative;
}

.btn_activa p {
  background-image: linear-gradient(to right, #fd686e, #ff934b);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  color: transparent;
}

.btn_activa span {
  background-image: linear-gradient(to right, #fd686e, #ff934b);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  border-bottom: 4px solid #f7793c;
}

.btn_activa::after {
  width: 22px;
  height: 10px;
  content: '';
  background-image: url(/img/home/arrow.png);
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* .coop-title div.title-bar {
  padding-top: 2px;
  text-align: center;
}

.coop-title div.title-bar img {
  vertical-align: top;
  max-width: 100%;
} */

/* 介绍 */
.coop-intro {
  text-align: center;
}

.coop-intro p {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}

/* 模块 */
.coop-mod .phone-intro-hidden{
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.coop-mod .phone-intro-hidden li {
  background-color: #ffffff;
  box-shadow: 0 0 6px #999999;
  padding-bottom: 40px;
}

.coop-mod .phone-intro-hidden li .title-image {
  position: relative;
}

.coop-mod .phone-intro-hidden li .title-image h4 {
  width: 100%;
  position: absolute;
  bottom: 2%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

.coop-mod .phone-intro-hidden li img {
  width: 100%;
}

.coop-mod .phone-intro-hidden li p {
  font-size: 14px;
  padding: 6px 20px;
  box-sizing: border-box;
  color: #555555;
  display: flex;
  align-items: center;
}

.coop-mod .phone-intro-hidden li p.title {
  font-weight: bolder;
  color: #222935;
  margin: 20px 0 10px;
}

.coop-mod .phone-intro-hidden li i {
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 1px solid #34a3eb;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  margin-right: 10px;
}

/* 合作单位logo */
.coop-logo {
  padding: 30px 20px;
  margin: 10px 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  list-style: none;
  overflow: hidden;
}

.coop-logo img {
    width: 100%;
}

.cooperator .t-center {
  text-align: center;
}

.cooperator .t-center img {
  max-width: 100%;
}

.system-construct .system-construct-content .tmt-18 {
  text-align: center;
  margin-top: -18px;
}

/* 响应式设置 */

@media (min-width: 1200px) {

  /* 合作客户部分 */
  .coop-title h2.title {
    margin: 0;
    font-size: 30px;
    text-align: center;
    color: #000;
    font-weight: bold;
  }

  .coop-intro p {
    font-size: 16px;
  }

  .coop-mod .phone-intro-hidden {
    margin: 40px 0 80px;
  }

  .coop-mod .phone-intro-hidden li{
    width: 18.5%;
  }
}

@media (max-width: 1440px) {
  .cooperator {
    width: 100%;
    padding: 0 30px;
  }

  .coop-mod .phone-intro-hidden li p {
    padding: 6px 10px;
  }

  .coop-tech-mod .tech-intro>li div.tech-explain {
    font-size: 14px;
  }

  .coop-tech-mod .tech-intro>li ul.tech-image {
    width: 44%;
    padding: 0 0 0 80px;
  }
  
  .coop-tech-mod .tech-intro>li ul.tech-image>li {
    margin-right: 15%;
  }

  .coop-tech-mod .tech-intro>li div.tech-explain {
    width: 56%;
    padding: 20px 20px 20px 0;
  }
}

@media (max-width: 1200px) {

  /* 部分 */
  .coop-title h2.title {
    margin: 3px 0 2px;
    font-size: 30px;
    text-align: center;
    color: #000;
    font-weight: bold;
  }

  .coop-tech-mod .tech-intro>li ul.tech-image {
    padding: 0 0 0 40px;
  }

  .coop-mod .phone-intro-hidden {
    margin: 40px 0 80px;
  }

  .coop-mod .phone-intro-hidden li{
    width: 18.5%;
  }

  .coop-mod .phone-intro-hidden li p {
    font-size: 12px;
  }

}

@media (max-width: 1024px) {
  .cooperator {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 992px) {
  .hidden-down-860 {
    display: none;
  }

  .coop-tech-mod .tech-intro>li div.tech-explain a {
    right: 40px;
  }

  .coop-mod .phone-intro-hidden {
    justify-content: center;
    flex-wrap: wrap;
  }

  .coop-mod .phone-intro-hidden li {
    width: 30%;
    margin: 0 10px 40px;
  }

  .coop-mod .phone-intro-hidden li p {
    font-size: 14px;
    padding: 6px 20px;
  }

  /* 合作客户部分 */
  .coop-title h2.title {
    margin: 0;
    padding-bottom: 2px;
    font-size: 26px;
    text-align: center;
    color: #000;
    font-weight: bold;
  }

  .coop-intro p {
    padding: 0 20px;
  }

  .coop-tech-mod .tech-intro>li ul.tech-image>li {
    margin-right: 10%;
  }

  .coop-technology {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .coop-technology li {
    margin: 0 60px;
  }

  .btn_activa span,
  .coop-tech-mod {
    border: none;
  }

  .btn_activa::after {
    display: none;
  }

  .coop-tech-mod .tech-bg {
    display: none;
  }
} 

@media (max-width: 767px) {
  .pc_img {
    display: none;
  }

  .iphone_img {
    display: block;
  }

  /* 合作客户部分 */
  .cooperator .phone-intro-hidden {
    display: none;
  }

  .cooperator .coop-mod .phone-intro-hidden {
    display: block;
    margin-top: 30px;
  }

  .coop-mod .phone-intro-hidden li {
    width: 96%;
    margin: 0 auto 30px;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .coop-mod .phone-intro-hidden li div.title-image {
    width: 40%;
    height: 100%;
  }

  .coop-mod .phone-intro-hidden li .title-image h4 {
    font-size: 14px;
    bottom: 1%;
  }

  .coop-mod .phone-intro-hidden li div.iphone_css {
    width: 60%;
    padding-left: 10px;
    box-sizing: border-box;
  }

  .coop-mod .phone-intro-hidden li p {
    font-size: 14px;
    padding: 1% 0;
  }

  .coop-mod .phone-intro-hidden li p.title {
    margin-top: 0;
  }

  .cooperator {
    width: 100%;
  }

  .coop-title h2.title {
    margin: 0;
    padding-bottom: 2px;
    font-size: 24px;
    text-align: center;
    color: #000;
    font-weight: bold;
  }

  .coop-intro p {
    font-size: 16px;
    line-height: 26px;
  }

  .hp-xs .row {
    width: 100%;
    margin: auto;
    text-align: left;
  }

  .cooperator .coop-logo {
    width: 100%;
    margin-top: 10px;
    padding: 5%;
  }

  .cooperator .coop-intro {
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: left;
  }

  .cooperator .coop-intro p {
    height: auto;
  }

  .cooperator .coop-title div.title-bar {
    text-align: center;
    width: 96px;
    margin: auto;
  }

  .cooperator .cooperator .coop-title div.title-bar img {
    vertical-align: top;
    max-width: 100%;
  }

  .cooperator .phone-intro-show {
    display: block;
    font-size: 16px;
    color: #333333;
  }

  .coop-title {
    padding: 8% 2%;
  }

  .coop-technology {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .coop-technology li {
    margin: 0 5%;
  }

  .coop-technology li p {
    font-size: 14px;
  }

  .coop-technology li span {
    font-size: 12px;
    line-height: 20px;
  }

  .btn_activa span,
  .coop-tech-mod {
    border: none;
  }

  .btn_activa::after {
    display: none;
  }
}

@media(max-width: 499px) {
  .coop-mod .phone-intro-hidden li p {
    font-size: 12px;
    padding: 0;
  }

  .coop-technology li {
    margin: 0 5px;
  }
}
