.banner {
  height: 150px;
  background: url('../../images/custom/banner-bg-1.png') no-repeat center / cover;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}
.banner .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 22px;
  letter-spacing: 3px;
}
.banner .btn {
  width: 100px;
  height: 30px;
  background: #3377FF;
  box-shadow: 0 10px 20px 0 #3377ff33;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
}
/* 私有化 */
.private {
  background: #E4EEFF;
}
.private .container {
  width: 100%;
  max-width: 678px;
  margin: auto;
  box-sizing: border-box;
  padding: 20px 0;
}
.private .container > .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #17294D;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}
.private .container .list {
  width: 100%;
  padding: 0 16px;
}
.private .container .list .item {
  background: #FFFFFF;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px 0;
}
.private .container .list .item .icon {
  width: 88px;
  height: 88px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}
.private .container .list .item:nth-child(1) .icon {
  background-image: url('../../images/custom/private-ic-1.png');
}
.private .container .list .item:nth-child(2) .icon {
  background-image: url('../../images/custom/private-ic-2.png');
}
.private .container .list .item:nth-child(3) .icon {
  background-image: url('../../images/custom/private-ic-3.png');
}
.private .container .list .item:nth-child(4) .icon {
  background-image: url('../../images/custom/private-ic-4.png');
}
.private .container .list .item:nth-child(5) .icon {
  background-image: url('../../images/custom/private-ic-5.png');
}
.private .container .list .item:nth-child(6) .icon {
  background-image: url('../../images/custom/private-ic-6.png');
}
.private .container .list .item .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 16px;
  color: #17294D;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 16px;
}
.private .container .list .item .desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #5A5C5F;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: center;
}
/* 使用企业 */
.enterprise {
  background: #F3F7FF;
}
.enterprise .container {
  width: 100%;
  max-width: 678px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0;
}
.enterprise .container > .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 18px;
  color: #17294D;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.enterprise .container .list {
  width: 100%;
  padding: 0 14px;
}
.enterprise .container .list .item {
  background: #FFFFFF;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 14px 20px;
}
.enterprise .container .list .item .icon {
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.enterprise .container .list .item:nth-child(1) .icon {
  background-image: url('../../images/custom/enterprise-ic-1.png');
}
.enterprise .container .list .item:nth-child(2) .icon {
  background-image: url('../../images/custom/enterprise-ic-2.png');
}
.enterprise .container .list .item:nth-child(3) .icon {
  background-image: url('../../images/custom/enterprise-ic-3.png');
}
.enterprise .container .list .item .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 16px;
  color: #17294D;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 10px;
}
.enterprise .container .list .item .desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #5A5C5F;
  line-height: 20px;
  letter-spacing: 1px;
}
/* 部署 */
.deploy {
  background: #E4EEFF;
  box-sizing: border-box;
  padding: 20px 0;
}
.deploy > .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 18px;
  color: #17294D;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.deploy .list {
  max-width: 678px;
  margin: 0 auto;
  padding: 0 14px;
}
.deploy .list .item {
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 14px 16px;
}
.deploy .list .item .left {
  width: 40px;
  height: 40px;
  margin-right: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.deploy .list .item:nth-child(1) .left {
  background-image: url('../../images/custom/deploy-ic-1.png');
}
.deploy .list .item:nth-child(2) .left {
  background-image: url('../../images/custom/deploy-ic-2.png');
}
.deploy .list .item:nth-child(3) .left {
  background-image: url('../../images/custom/deploy-ic-3.png');
}
.deploy .list .item:nth-child(4) .left {
  background-image: url('../../images/custom/deploy-ic-4.png');
}
.deploy .list .item .right .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 16px;
  color: #17294D;
  line-height: 30px;
  margin-bottom: 4px;
  letter-spacing: 1px;
}
.deploy .list .item .right .desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #919399;
  line-height: 20px;
}
/* 客户 */
.client {
  width:100%;
  background: #F3F7FF;
}
.client .container {
  width: 100%;
  padding: 20px 0;
}
.client .container .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 18px;
  color: #17294D;
  line-height: 30px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  text-align: center;
}
.client .client-wrapper {
  width:100%;
  overflow: hidden;
}
.client .client-logo-wrapper {
  width: 2380px;
  height: 54px;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 10px;
  box-sizing: border-box;
}
.client .client-logo-wrapper.line-odd {
  animation: scrollToRight1 36s infinite linear;
}
.client .client-logo-wrapper.line-even {
  animation: scrollToRight1 30s infinite linear;
}
.client .client-logo-list{
  width: 1190px;
  height: 44px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.client .client-logo-list:last-of-type{
  margin-right: 0;
}
.client .client-logo-item {
  width: 110px;
  height: 44px;
  font-size: 0;
  box-shadow: 0 5px 20px 2px rgba(36, 39, 47, 0.1);
  margin-left: 10px;
}
.client .client-logo-item:first-of-type {
  margin-left: 0;
}
.client .client-logo-item img{
  width: 110px;
  height: 100%;
}
@keyframes scrollToRight1 {
  0% {
    -webkit-transform:translate3d(-50%,0,0);
  }
  100% {
    -webkit-transform:translateZ(0);
  }
}
/* 评测 */
.survey {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  background: url('../../images/operation/survey-bg-1.png') no-repeat center / 100% 100%;
}
.survey > .title {
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 18px;
  color: #17294D;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  margin-bottom: 10px;
}
.survey > .desc {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14px;
  color: #535E75;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  margin-bottom: 30px;
}
.survey .btn-wrapper {
  display: flex;
  justify-content: center;
}
.survey .btn-wrapper .btn {
  width: 100px;
  height: 34px;
  border: 1px solid #3377FF;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3377FF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
.survey .btn-wrapper .btn.active {
  background: #3377FF;
  color: #fff;
  margin-right: 24px;
  box-shadow: 0 10px 20px 0 #3377ff33;
}