@media (max-width: 992px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 512px) {
  html {
    font-size: 10px;
  }
}
@keyframes a-fadeIn-bottom {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.mainCont .module-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainCont .module-header .module-title {
  position: relative;
  font-size: 34px;
  color: #313642;
}
.mainCont .module-header .module-title.module-title-partnerApply {
  color: #fff;
}
.mainCont .module-header .module-title::before, .mainCont .module-header .module-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 2px;
  background-color: #ea4731;
}
.mainCont .module-header .module-title::before {
  left: -122px;
}
.mainCont .module-header .module-title::after {
  right: -122px;
}
.mainCont .module-header .module-desc {
  margin-top: 40px;
  font-size: 22px;
  color: #fff;
}
.mainCont .box-banner {
  height: 500px;
  background: -moz-linear-gradient(left, #171924, #141C33);
  background: -webkit-linear-gradient(left, #171924, #141C33);
  background: -o-linear-gradient(left, #171924, #141C33);
  background: -ms-linear-gradient(left, #171924, #141C33);
  background: linear-gradient(to right, #171924, #141C33);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.mainCont .box-banner img {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.mainCont .box-banner img.img-banner {
  display: block;
}
.mainCont .box-banner img.img-banner-m {
  display: none;
}
.mainCont .box-banner .box-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  animation: a-fadeIn-bottom 1s ease-in-out forwards;
}
.mainCont .box-banner .box-text .banner-title {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
}
.mainCont .box-banner .box-text .banner-subTitle {
  font-size: 20px;
  color: rgba(223, 236, 255, 0.6);
  line-height: 32px;
}
.mainCont .box-banner .box-text .btn-apply {
  margin-top: 50px;
  padding-left: 28px;
  font-size: 24px;
  color: #fff;
  width: 280px;
  line-height: 64px;
  background: -moz-linear-gradient(left, #eb6142, #e94830);
  background: -webkit-linear-gradient(left, #eb6142, #e94830);
  background: -o-linear-gradient(left, #eb6142, #e94830);
  background: -ms-linear-gradient(left, #eb6142, #e94830);
  background: linear-gradient(to right, #eb6142, #e94830);
  transition: all 0.2s linear;
}
.mainCont .box-banner .box-text .btn-apply::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 7px;
  background: url("../images/icon_arrow_jump.png") no-repeat;
  background-size: 100% 100%;
  transition: all 0.2s linear;
}
.mainCont .box-banner .box-text .btn-apply:hover {
  padding-left: 40px;
}
.mainCont .box-banner .box-text .btn-apply:hover::after {
  right: 14px;
}
.mainCont .mainCont-2 {
  padding-top: 108px;
  padding-bottom: 120px;
}
.mainCont .mainCont-2 .content-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mainCont .mainCont-2 .product-item {
  margin-bottom: 40px;
  width: 360px;
  box-shadow: 10px 0 50px rgba(56, 40, 38, 0.1);
}
.mainCont .mainCont-2 .product-item img {
  width: 100%;
}
.mainCont .mainCont-2 .product-item .product-item-title {
  margin: 38px 0 34px;
  font-size: 24px;
  color: #ea4731;
}
.mainCont .mainCont-2 .product-item .product-item-desc {
  padding: 0 30px 52px 26px;
  font-size: 16px;
  color: #9b9c9f;
  line-height: 1.5;
}
.mainCont .box-partner-apply {
  padding: 68px 0 0 0;
  height: 505px;
  background: url("../images/bg_box_partner_apply.png") no-repeat center center;
  background-size: cover;
}
.mainCont .box-partner-apply .box-list-process {
  margin-top: 106px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainCont .box-partner-apply .box-list-process li {
  position: relative;
  padding: 0 34px 0 77px;
  line-height: 76px;
  border: 1px solid #747a83;
  font-size: 24px;
  color: #fff;
}
.mainCont .box-partner-apply .box-list-process li::before {
  position: absolute;
  left: 36px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  font-size: 19px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: #ea4731;
}
.mainCont .box-partner-apply .box-list-process li:nth-child(1)::before {
  content: "1";
}
.mainCont .box-partner-apply .box-list-process li:nth-child(2)::before {
  content: "2";
}
.mainCont .box-partner-apply .box-list-process li:nth-child(3)::before {
  content: "3";
}
.mainCont .box-partner-apply .box-list-process li:nth-last-child(n+2)::after {
  content: "";
  position: absolute;
  right: -116px;
  top: 50%;
  transform: translateY(-50%);
  width: 78px;
  height: 7px;
  background: url("../images/line_process.png") no-repeat;
  background-size: 100% 100%;
}
.mainCont .box-partner {
  padding: 98px 0 98px;
  background-color: #fff;
}
.mainCont .box-partner .box-img-partner {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
.mainCont .box-partner .box-img-partner .company-box {
  width: 300px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainCont .box-partner .box-img-partner .company-box:hover .company {
  display: none;
}
.mainCont .box-partner .box-img-partner .company-box:hover .company.active {
  display: block;
}
.mainCont .box-partner .box-img-partner .company {
  max-width: 80%;
  max-height: 80%;
}
.mainCont .box-partner .box-img-partner .company.active {
  max-width: 80%;
  max-height: 80%;
  display: none;
}

@media (max-width: 1050px) {
  .mainCont .mainCont-2 {
    padding-top: 108px;
    padding-bottom: 120px;
  }
  .mainCont .mainCont-2 .content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mainCont .mainCont-2 .product-item {
    margin-bottom: 40px;
    width: 360px;
    box-shadow: 10px 0 50px rgba(56, 40, 38, 0.1);
  }
  .mainCont .mainCont-2 .product-item img {
    width: 100%;
  }
  .mainCont .mainCont-2 .product-item .product-item-title {
    margin: 38px 0 34px;
    font-size: 24px;
    color: #ea4731;
  }
  .mainCont .mainCont-2 .product-item .product-item-desc {
    padding: 0 30px 52px 26px;
    font-size: 16px;
    color: #9b9c9f;
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  .mainCont .module-header .module-title::before, .mainCont .module-header .module-title::after {
    display: none;
  }
  .mainCont .module-header .module-desc {
    margin-top: 2rem;
    font-size: 1.1rem;
  }
  .mainCont .box-banner {
    height: 90.6666666667vw;
    background-color: transparent;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
  }
  .mainCont .box-banner img.img-banner {
    display: none;
  }
  .mainCont .box-banner img.img-banner-m {
    display: block;
  }
  .mainCont .box-banner .box-text {
    margin-top: 7.45rem;
    align-items: center;
  }
  .mainCont .box-banner .box-text .banner-title {
    font-size: 5.6vw;
    margin-bottom: 6.6666666667vw;
  }
  .mainCont .box-banner .box-text .banner-subTitle {
    padding: 0 13.0666666667vw 0 15.3333333333vw;
    font-size: 4vw;
    color: rgba(223, 236, 255, 0.6);
    line-height: 1.4;
  }
  .mainCont .box-banner .box-text .btn-apply {
    margin-top: 10vw;
    padding-left: 2.6666666667vw;
    font-size: 3.7333333333vw;
    color: #fff;
    width: 40.5333333333vw;
    line-height: 8.5333333333vw;
  }
  .mainCont .box-banner .box-text .btn-apply::after {
    right: 3.4666666667vw;
    width: 2.6666666667vw;
    height: 0.9333333333vw;
  }
  .mainCont .box-banner .box-text .btn-apply:hover {
    padding-left: 2.6666666667vw;
  }
  .mainCont .box-banner .box-text .btn-apply:hover::after {
    right: 3.4666666667vw;
  }
  .mainCont .mainCont-2 {
    padding-top: 5rem;
    padding-bottom: 1.5rem;
  }
  .mainCont .mainCont-2 .product-item {
    margin-bottom: 3.5rem;
    width: 24.5rem;
    box-shadow: 10px 0 50px rgba(56, 40, 38, 0.1);
  }
  .mainCont .mainCont-2 .product-item img {
    width: 100%;
  }
  .mainCont .mainCont-2 .product-item .product-item-title {
    margin: 1.9rem 0 2.2rem;
    font-size: 24px;
    color: #ea4731;
  }
  .mainCont .mainCont-2 .product-item .product-item-desc {
    padding: 0 1rem 3.5rem;
    font-size: 16px;
    color: #9b9c9f;
    line-height: 1.5;
  }
  .mainCont .box-partner-apply {
    padding: 3.4rem 0 0;
    height: auto;
  }
  .mainCont .box-partner-apply .box-list-process {
    margin-top: 2.85rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .mainCont .box-partner-apply .box-list-process li {
    margin-bottom: 4rem;
    position: relative;
    width: 15.3rem;
    padding: 0;
    line-height: 3.8rem;
    border: 1px solid #747a83;
    font-size: 1.2rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainCont .box-partner-apply .box-list-process li .item-process {
    padding-left: 2.1rem;
    position: relative;
    text-align: center;
    line-height: 3.8rem;
  }
  .mainCont .box-partner-apply .box-list-process li .item-process::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.4rem;
    height: 1.4rem;
    font-size: 0.95rem;
    text-align: center;
    line-height: 1.3rem;
    border-radius: 50%;
    background-color: #ea4731;
  }
  .mainCont .box-partner-apply .box-list-process li:nth-child(1) p::before {
    content: "1";
  }
  .mainCont .box-partner-apply .box-list-process li:nth-child(2) p::before {
    content: "2";
  }
  .mainCont .box-partner-apply .box-list-process li:nth-child(3) p::before {
    content: "3";
  }
  .mainCont .box-partner-apply .box-list-process li::before {
    display: none;
  }
  .mainCont .box-partner-apply .box-list-process li:nth-last-child(n+2)::after {
    top: 4.4rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0.4rem;
    height: 3.05rem;
    background: url("../images/line_process_mobile.png") no-repeat;
    background-size: 100% 100%;
  }
  .mainCont .box-partner {
    padding: 4.6rem 0 3.6rem;
    background-color: #fff;
  }
  .mainCont .box-partner .box-img-partner {
    padding-top: 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .mainCont .box-partner .box-img-partner .company-box {
    width: 40.6666666667vw;
    height: 18.6666666667vw;
    background-color: #fff;
    margin: 15px 10px;
    box-shadow: 0 10px 14px rgba(162, 162, 162, 0.2);
  }
  .mainCont .box-partner .box-img-partner .company-box:hover .company {
    display: none;
  }
  .mainCont .box-partner .box-img-partner .company-box:hover .company.active {
    display: block;
  }
  .mainCont .box-partner .box-img-partner .company {
    max-width: 100%;
    max-height: 100%;
    display: none;
  }
  .mainCont .box-partner .box-img-partner .company.active {
    max-width: 100%;
    max-height: 100%;
    transform: scale(0.7);
    display: block;
  }
}
