#business {
  display: block;
}
#business .mobile {
  display: none !important;
}
#business a,
#business span {
  display: inline-block;
}
#business .banner-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 332px;
  background-image: url(/images/business/business_ph005.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#business .banner-box .banner-content {
  width: 100%;
  max-width: 1920px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
}
#business .part {
  position: relative;
  width: 100%;
  padding: 200px 0;
  padding: 120px 0 208px 0;
  background: url(/images/business/business_ph002.png) 50% 0/100% repeat-y;
}
#business .part .select {
  height: 120px;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 100%;
  display: flex;
  top: -110px;
  font-size: 0;
}
#business .part .select .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  transition: all 0.3s ease;
}
#business .part .select .item a {
  color: #fff;
  height: 92px;
  line-height: 102px;
  text-align: center;
  font-size: 30px;
  width: 100%;
  background: rgba(47, 119, 236, 0.8);
  transition: all 0.3s ease;
  font-weight: 700;
}
#business .part .select .item span {
  height: 10px;
  width: 100%;
  background: rgba(47, 119, 236, 0.8);
  transform-origin: 0;
  transition: background 0.3s ease;
}
#business .part .select .item.active {
  flex: 0 0 36%;
}
#business .part .select .item.active a {
  height: 110px;
  line-height: 120px;
  background: #2f77ec;
}
#business .part .select .item.active span {
  background: #ff8d8e;
}
#business .part .select:hover .item.active {
  flex: 1;
}
#business .part .select:hover .item.active a {
  height: 92px;
  line-height: 102px;
  background: rgba(47, 119, 236, 0.8);
}
#business .part .select:hover .item.active span {
  background: rgba(47, 119, 236, 0.8);
}
#business .part .select:hover .item:hover {
  flex: 0 0 36%;
}
#business .part .select:hover .item:hover a {
  height: 110px;
  line-height: 120px;
  background: #2f77ec;
}
#business .part .select:hover .item:hover span {
  background: #ff8d8e;
}
#business .part .box {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}
#business .part .box .list .item + .item {
  margin: 120px auto;
  margin-bottom: 0;
}
#business .part .box .list .item h1 {
  color: #2f77ec;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
#business .part .box .list .item .download {
  display: inline-block;
  background: #2f77ec;
  color: #fff;
  border-radius: 5px;
  width: 104px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
}
#business .part .box .list .item .download::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(/images/business/business_ic001.png) 50% 0 / contain repeat-y;
  vertical-align: middle;
  margin-right: 10px;
}
#business .part .box .list .item .content {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
#business .part .box .list .item .content .intro {
  max-width: 450px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
#business .part .box .list .item .content .adv {
  max-width: 260px;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  color: #000;
  flex-direction: column-reverse;
}
#business .part .box .list .item .content .adv .adv-item,
#business .part .box .list .item .content .adv ul li {
  color: #000;
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}
#business .part .box .list .item .content .adv .adv-item::before,
#business .part .box .list .item .content .adv ul li::before {
  content: '';
  position: absolute;
  left: -13px;
  top: 8px;
  height: 8px;
  width: 8px;
  background-image: url('/images/business/business_ic002.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 8px 8px;
}
#business .part .box .list .item > img {
  margin-top: 42px;
  -o-object-fit: cover;
  object-fit: cover;
}
#business .pop {
  display: none;
  position: fixed;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 10vh;
  left: 0;
  right: 0;
  margin: auto;
}
#business .pop.active {
  display: block;
}
#business .pop form {
  z-index: 1;
  background: #EDEDED;
  width: 856px;
  margin: auto;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
}
#business .pop form .header {
  height: 71px;
  background: #2f77ec;
  text-align: right;
  line-height: 71px;
  padding: 0 15px;
}
#business .pop form .header .close {
  color: #fff;
  font-size: 71px;
  transform: rotate(45deg);
  font-weight: 100;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#business .pop form label {
  color: #595959;
  font-size: 32px;
  display: block;
  position: relative;
}
#business .pop form label:nth-child(2) {
  margin-top: 24px;
}
#business .pop form label + label {
  margin-top: 30px;
}
#business .pop form label span {
  display: inline-block;
  width: 95px;
}
#business .pop form label span.error {
  position: absolute;
  font-size: 14px;
  color: red;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: auto;
  width: 448px;
  height: 20px;
  text-align: left;
  padding-left: 110px;
}
#business .pop form label input[type="text"] {
  width: 448px;
  height: 53px;
  font-size: 20px;
  border: 1px solid #C4C4C4;
  border-radius: 14px;
  padding: 0 16px;
  box-sizing: border-box;
}
#business .pop form label input[type="text"]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c3c3c3;
  text-align: center;
}
#business .pop form label input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c3c3c3;
  text-align: center;
}
#business .pop form label input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c3c3c3;
  text-align: center;
}
#business .pop form label input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c3c3c3;
  text-align: center;
}
#business .pop form input[type="button"] {
  margin-top: 30px;
  display: inline-block;
  background: #2f77ec;
  width: 104px;
  height: 44px;
  font-size: 20px;
  color: #E9EFFC;
  border-radius: 5px;
  cursor: pointer;
}
#business .pop form .footer {
  height: 42px;
  background: #DFDFDF;
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  #business {
    display: block;
  }
  #business .web {
    display: none !important;
  }
  #business a,
  #business span {
    display: inline-block;
  }
  #business .banner-box {
    height: 45.4667vw;
  }
  #business .banner-box .banner-content {
    width: 93.6%;
    font-size: 3.7333vw;
    line-height: 5.8667vw;
  }
  #business .part {
    padding: 0;
    background-image: none;
  }
  #business .part .select {
    display: none;
  }
  #business .part .box .list .item {
    padding-top: 8vw;
    padding-bottom: 6.9333vw;
    background: url(/images/business/business_ph004.png) 50% 0 / cover no-repeat;
  }
  #business .part .box .list .item:nth-child(2n-1) {
    background: url(/images/business/business_ph003.png) 50% 0 / cover no-repeat;
  }
  #business .part .box .list .item + .item {
    margin: 0;
  }
  #business .part .box .list .item h1 {
    font-size: 4.8vw;
    line-height: 7.4667vw;
    font-weight: 700;
    padding: 0 3.2vw;
  }
  #business .part .box .list .item .download {
    margin-left: 3.2vw;
    margin-top: 2.1333vw;
    width: 15.6vw;
    height: 6.4vw;
    font-size: 3.2vw;
    line-height: 6.4vw;
  }
  #business .part .box .list .item .download::before {
    width: 2.6667vw;
    height: 2.6667vw;
    margin-right: 1.3333vw;
  }
  #business .part .box .list .item .content {
    flex-direction: column;
    margin-top: 2.1333vw;
  }
  #business .part .box .list .item .content .intro {
    padding: 0 3.2vw;
    max-width: 100%;
    font-size: 3.7333vw;
    line-height: 5.8667vw;
    font-weight: 400;
    color: #5B5B5B;
  }
  #business .part .box .list .item .content img.mobile {
    display: block !important;
    height: 36.2667vw;
    margin-top: 6.1333vw;
    margin-bottom: 3.2vw;
  }
  #business .part .box .list .item .content .adv {
    padding-left: 3.2vw;
    max-width: 90%;
    position: relative;
  }
  #business .part .box .list .item .content .adv ul li {
    font-size: 3.7333vw;
    line-height: 5.8667vw;
  }
  #business .part .box .list .item .content .adv ul li::before {
    content: '';
    position: absolute;
    left: -2.8vw;
    top: 2.4vw;
    height: 1.6vw;
    width: 1.6vw;
    background-image: url('/images/business/business_ic002.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 1.6vw 1.6vw;
  }
  #business .pop.active {
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    background: rgba(11, 11, 11, 0.5);
  }
  #business .pop form {
    width: 72.8vw;
    background: #F6F6F6;
  }
  #business .pop form .header {
    height: 7.2vw;
    padding: 0;
    line-height: 7.2vw;
  }
  #business .pop form .header .close {
    line-height: 7.2vw;
    font-size: 9.4667vw;
    padding-right: 1.3333vw;
  }
  #business .pop form label {
    font-size: 4vw;
    line-height: 4.8vw;
  }
  #business .pop form label + label {
    margin-top: 5.7333vw;
  }
  #business .pop form label span {
    width: auto;
  }
  #business .pop form label span:not(.error)::after {
    content: '：';
  }
  #business .pop form label span.error {
    width: 100%;
    box-sizing: border-box;
    padding-left: 26.6667vw;
    bottom: -2.6667vw;
    font-size: 2.6667vw;
    height: 2.6667vw;
  }
  #business .pop form label input[type="text"] {
    width: 35.2vw;
    height: 4.8vw;
    line-height: 4.8vw;
    border-radius: 0;
    border-width: 0;
    border-bottom-width: 0.1333vw;
    font-size: 3.2vw;
  }
  #business .pop form input[type="button"] {
    margin-top: 7.7333vw;
    font-size: 3.2vw;
    width: 7.25rem;
    height: 6.4vw;
    line-height: 6.4vw;
  }
  #business .pop form .footer {
    height: 3.3333vw;
    margin-top: 6.4vw;
  }
}
