#container {
  background: #f2f4f7;
}
/* 主体 */
/* banner============================================================================================== */
#container .banner {
  width: 100%;
  /* padding-top: 297px;
  padding-bottom: 326px; */
  background: url(../img/cooperation/banner.png) no-repeat center center;
  background-size: cover;
  height: 50vh;
}
#container .banner .container {
  height: 100%;
}
#container .banner .container img {
  width: 334px;
  height: 100px;
}
#container .banner .container h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
}
#container .banner .container .tips {
  font-size: 32px;
  color: #fff;
}
/* 合作模式======================================================================================================================================================== */

#container .coop-modal {
  width: 100%;
  padding-top: 100px;
  background: #f2f4f7;
  position: relative;
}
#container .coop-modal .container h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}
#container .coop-modal .container .tips {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #666;
}
#container .coop-modal .container .coop-modal-content ul {
  margin-top: 60px;
  background: #ffffff;
  box-shadow: 0px 11px 15px 0px rgba(211, 218, 228, 0.26);
  border-radius: 4px;
}
#container .coop-modal .container .coop-modal-content .line {
  height: 117px;
  border-left: 1px solid #979797;
}
#container .coop-modal .container .coop-modal-content li {
  text-align: center;
  background: #fff;
  height: 316px;
  width: 33%;
  cursor: pointer;
}
#container .coop-modal .container .coop-modal-content li img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}
#container .coop-modal .container .coop-modal-content li h4 {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
}
#container .coop-modal .container .coop-modal-content li p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
#container .coop-modal .container .coop-modal-content li:hover {
  background: #0d57c8;
}
#container .coop-modal .container .coop-modal-content li:hover h4,
#container .coop-modal .container .coop-modal-content li:hover p {
  color: #fff;
}
#container .coop-modal .container .coop-modal-content li:hover .nosel {
  display: none !important;
}
#container .coop-modal .container .coop-modal-content li:hover .sel {
  display: block !important;
}
/* 合作支持======================================================================================================================================================== */

#container .coop-hold {
  width: 100%;
  margin-top: 120px;
  background: #f2f4f7;
  position: relative;
}
#container .coop-hold .container h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 40px;
}
#container .coop-hold .container .coop-hold-content li {
  width: 199px;
  height: 419px;
  overflow: hidden;
  background-position: 10% !important;
  background-repeat: no-repeat !important;
  transition: all 0.2s;
  cursor: pointer;
}
#container .coop-hold .container .coop-hold-content li .boxs {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 31px;
  top: 120px;
  position: relative;
  transition: top 0.8s;
}
#container .coop-hold .container .coop-hold-content li img {
  margin-bottom: 10px;
}
#container .coop-hold .container .coop-hold-content li h4 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}
#container .coop-hold .container .coop-hold-content li .line {
  width: 79px;
  height: 1px;
  background: #ffffff;
  border-radius: 2px;
  margin-top: 40px;
  margin-bottom: 20px;
  transition: all 0.2s;
}
#container .coop-hold .container .coop-hold-content li p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
#container .coop-hold .container .coop-hold-content li:hover {
  width: 300px;
}
#container .coop-hold .container .coop-hold-content li:hover .boxs {
  /* background: url(../img/cooperation/mask.svg) no-repeat;
  background-size: cover; */
  background: linear-gradient(180deg, rgba(0, 79, 198, 0.73) 0%, #0060f4 100%);
  top: 0;
}
#container .coop-hold .container .coop-hold-content li:hover .line {
  margin-top: 20px;
}
/* 合作流程======================================================================================================================================================== */

#container .coop-flutter {
  width: 100%;
  margin-top: 120px;
  padding-bottom: 120px;
  background: #f2f4f7;
  position: relative;
}
#container .coop-flutter .container h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 40px;
}
#container .coop-flutter .container .coop-flutter-content ul li {
  width: 262px;
  height: 164px;
  background: #ffffff;
  box-shadow: 0px 11px 15px 0px rgba(211, 218, 228, 0.26);
  border-radius: 4px;
  box-sizing: border-box;
  padding-top: 29px;
  padding-left: 9px;
  padding-right: 9px;
}
#container .coop-flutter .container .coop-flutter-content ul li h4 {
  font-size: 20px;
  font-weight: 600;
  color: #155dca;
  margin-bottom: 10px;
}
#container .coop-flutter .container .coop-flutter-content ul li p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: center;
}
#container .coop-flutter .container .coop-flutter-content ul li:hover {
  border: 1px solid #155dca;
}
#container .coop-flutter .container .coop-flutter-content ul .trik {
  position: relative;
  width: 30px;
  border-bottom: 1px dashed #979797;
}
#container .coop-flutter .container .coop-flutter-content ul .trik::after {
  content: "";
  width: 16px;
  height: 11px;
  position: absolute;
  border: 8px solid transparent;
  border-left-color: #155dca;
  top: -8px;
  left: 12px;
}
/* 合作方======================================================================================================================================================== */
#container .product-compane {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 117px;
  background: #f2f4f7;
  position: relative;
}
#container .product-compane .container {
  width: 100%;
}
#container .product-compane .container h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 16px;
}
#container .product-compane .container .tips {
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 71px;
}
#container .product-compane .container .tips .num {
  font-size: 48px;
  font-weight: bold;
  color: #0d57c8;
  margin-left: 10px;
  margin-right: 5px;
}
#container .product-compane .container .tips .num.unitsNum {
  width: 137px;
}
#container .product-compane .container .tips .num.tixiNum {
  width: 60px;
}
#container .product-compane .container .tips .num span {
  vertical-align: text-top;
  font-size: 24px;
  font-weight: bold;
  margin-left: 3px;
}
#container .product-compane .container .tips .cret {
  margin-left: 38px;
  margin-right: 38px;
  display: inline-block;
  border-left: 1px solid #979797;
  position: relative;
  height: 39px;
  top: -2px;
}
#container .product-compane .container .product-compane-content {
  width: 100%;
  margin: 0 auto;
}
#container
  .product-compane
  .container
  .product-compane-content
  .product-compane-items {
  width: 100%;
  max-width: 1543px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}
#container
  .product-compane
  .container
  .product-compane-content
  .product-compane-items.odd {
  left: 38px;
}
#container
  .product-compane
  .container
  .product-compane-content
  .product-compane-items.even {
  right: 38px;
}
#container
  .product-compane
  .container
  .product-compane-content
  .product-compane-items
  img {
  width: 239px;
  height: 70px;
  box-shadow: 0px 11px 15px 0px rgba(211, 218, 228, 0.26);
  /* cursor: pointer; */
  margin-left: 10px;
  margin-right: 10px;
}
#container .product-compane .left {
  position: absolute;
  width: 55%;
  height: 500px;
  background: linear-gradient(270deg, rgba(242, 244, 247, 0) 0%, #f2f4f7 80%);
  left: 0;
  bottom: 66px;
}
#container .product-compane .right {
  position: absolute;
  width: 55%;
  height: 500px;
  background: linear-gradient(270deg, #f2f4f7 20%, rgba(242, 244, 247, 0) 100%);
  right: 0;
  bottom: 66px;
}
