.banner {
  width: 100%;
  position: relative;
}

.banner img {
  width: 100%;
}

.banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-txt h1 {
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  .banner-txt h1 {
    font-size: 16px;
    margin-bottom: 0px;
  }
}

.banner-txt .divider {
  width: 120px;
  height: 2px;
  border-top: 2px solid #5ED4FF;
  margin: auto;
  margin-bottom: 50px;
}

.banner-txt p {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
}

.advantage-xs {
  width: 95%;
  margin: auto;
  margin-top: 40px;
}

.advantage-xs img {
  width: 100%;
}

.worth {
  width: 100%;
  background-image: url("../images/worth-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 96px 0 230px 0;
}

@media screen and (max-width: 768px) {
  .worth {
    padding: 20px 0 40px 0;
    background-image: url("../images/worth-bg-w.png");
  }
}

.worth h3 {
  font-size: 36px;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .worth h3 {
    font-size: 18px;
    font-weight: 400;
  }
}

.worth-content {
  max-width: 1200px;
  margin: auto;
  margin-top: 150px;
}

.worth-content-item {
  text-align: center;
  float: left;
  padding: 44px 0px;
  width: 240px;
}

.worth-content-item-container {
  border-right: 2px solid #787878;
}

.worth-content-item-container img {
  width: 96px;
  height: 96px;
  margin-bottom: 28px;
}

.worth-content-item-container p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}

.worth-content-item.active {
  background-image: linear-gradient(#4EA1E9, #2764D7);
}

.worth-xs {
  width: calc(100% - 134px);
  margin: auto;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.worth-xs-item {
  width: 108px;
  text-align: center;
  margin-bottom: 30px;
}

.worth-xs-item img {
  width: 48px;
  height: 48px;
}

.worth-xs-item p {
  color: #ffffff;
  font-size: 12px;
  margin-top: 10px;
}

.platform {
  width: 100%;
  background-color: #ffffff;
  padding: 96px 0 0 0;
}

@media screen and (max-width: 768px) {
  .platform {
    padding: 20px 0 0 0;
  }
}

.platform h3 {
  font-size: 36px;
  color: #3A3A3A;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .platform h3 {
    font-size: 18px;
    font-weight: 400;
  }
}

.platform .secondTitle {
  font-size: 20px;
  color: #808080;
  text-align: center;
  width: 1100px;
  margin: auto;
  margin-top: 42px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .platform .secondTitle {
    font-size: 12px;
    font-weight: 400;
    width: 95%;
    margin-top: 20px;
    line-height: 22px;
  }
}

.platform-content {
  margin-top: 66px;
}

@media screen and (max-width: 768px) {
  .platform-content {
    margin-top: 26px;
  }
}

.platform-content-mainImg {
  width: 1100px;
  margin: auto;
  position: relative;
  min-height: 543px;
}

@media screen and (max-width: 768px) {
  .platform-content-mainImg {
    width: 96%;
    min-height: 170px;
  }
}

.platform-content-mainImg img {
  width: 100%;
  position: absolute;
  bottom: -170px;
}

@media screen and (max-width: 768px) {
  .platform-content-mainImg img {
    bottom: auto;
  }
}

.platform-content-txt {
  background: url("../images/platform-bg.png") no-repeat;
  background-size: 100% 100%;
  padding: 129px 0 60px 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .platform-content-txt {
    padding: 40px 0;
  }
}

.platform-content-txt-content {
  width: 1170px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .platform-content-txt-content {
    width: 94%;
  }
}

.platform-content-txt-content-item {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px;
  width: 560px;
  float: left;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .platform-content-txt-content-item {
    width: 100%;
    float: none;
    margin-bottom: 16px;
  }
}

.platform-content-txt-content-item:last-child {
  margin-right: 0;
}

.platform-content-txt-content-item .title {
  width: 170px;
  margin: auto;
  color: #3A3A3A;
  background-image: url("../images/platform-title-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 9px;
  background-position: left bottom;
  font-size: 20px;
  padding-left: 12px;
}

@media screen and (max-width: 768px) {
  .platform-content-txt-content-item .title {
    font-size: 16px;
  }
}

.platform-content-txt-content-item .value {
  width: 80%;
  color: #3A3A3A;
  margin: auto;
  margin-top: 30px;
  line-height: 26px;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .platform-content-txt-content-item .value {
    margin-top: 12px;
    font-size: 14px;
    width: 100%;
  }
}

.empowerment {
  width: 100%;
  background-color: #ffffff;
  padding: 96px 0 130px 0;
}

@media screen and (max-width: 768px) {
  .empowerment {
    padding: 20px 0 0 0;
  }
}

.empowerment h3 {
  font-size: 36px;
  color: #3A3A3A;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .empowerment h3 {
    font-size: 18px;
    font-weight: 400;
  }
}

.empowerment .secondTitle {
  font-size: 20px;
  color: #808080;
  text-align: center;
  width: 1100px;
  margin: auto;
  margin-top: 42px;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .empowerment .secondTitle {
    font-size: 12px;
    font-weight: 400;
    width: 95%;
    margin-top: 20px;
    line-height: 22px;
  }
}

.empowerment-demand {
  width: 1200px;
  margin: auto;
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 1250px) {
  .empowerment-demand {
    width: 98%;
    margin-top: 20px;
  }
}

.empowerment-demand h5 {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  padding-left: 30px;
  background: url("../images/empower-icon1.png") no-repeat left center;
  background-size: 26px 26px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .empowerment-demand h5 {
    width: 94%;
    font-size: 16px;
    background-size: 16px 16px;
    padding-left: 15px;
  }
}

.empowerment-demand-list {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .empowerment-demand-list {
    width: 92%;
    margin: auto;
    margin-top: 30px;
  }
}

.empowerment-demand-list-item {
  width: 380px;
  margin-right: 30px;
  float: left;
}

.empowerment-demand-list-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .empowerment-demand-list-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.empowerment-demand-list-item-top {
  width: 100%;
  height: 90px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .empowerment-demand-list-item-top {
    height: 60px;
  }
}

.empowerment-demand-list-item-top img {
  width: 100%;
  height: 100%;
}

.empowerment-demand-list-item-top p {
  color: #ffffff;
  padding-left: 32px;
  background: url("../images/empower-icon2.png") no-repeat left center;
  background-size: 25px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .empowerment-demand-list-item-top p {
    background-size: 20px 20px;
    width: 46%;
    font-size: 18px;
    padding-left: 20px;
  }
}

.empowerment-demand-list-item-bot {
  background: #ffffff;
  box-shadow: 0 4px 10px rgba(51, 160, 255, 0.4);
  padding: 20px 30px;
}

@media screen and (max-width: 768px) {
  .empowerment-demand-list-item-bot {
    padding: 10px 15px;
  }
}

.empowerment-demand-list-item-bot label {
  text-align: left;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  width: 100%;
  margin-bottom: 0;
  line-height: 27px;
}

@media screen and (max-width: 768px) {
  .empowerment-demand-list-item-bot label {
    font-size: 14px;
  }
}

.empowerment-demand-list-item-bot p {
  text-align: left;
  font-size: 18px;
  color: #333333;
  line-height: 27px;
  margin-bottom: 30px;
}

.empowerment-demand-list-item-bot p:last-child {
  margin-bottom: 0;
  min-height: 81px;
}

@media screen and (max-width: 768px) {
  .empowerment-demand-list-item-bot p {
    margin-bottom: 10px;
    font-size: 14px;
    min-height: 24px;
  }
  .empowerment-demand-list-item-bot p:last-child {
    min-height: 30px;
  }
}

.empowerment-demand-list-item:hover .empowerment-demand-list-item-top::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #33A0FF;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}

.empowerment-demand-list-item:hover .empowerment-demand-list-item-bot label {
  color: #21C4FF;
}

.empowerment-financial {
  width: 1200px;
  margin: auto;
  margin-top: 170px;
  text-align: center;
}

@media screen and (max-width: 1250px) {
  .empowerment-financial {
    width: 98%;
    margin-top: 20px;
  }
}

.empowerment-financial h5 {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  padding-left: 30px;
  background: url("../images/empower-icon1.png") no-repeat left center;
  background-size: 26px 26px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .empowerment-financial h5 {
    font-size: 16px;
    background-size: 16px 16px;
    padding-left: 15px;
    display: inline-block;
  }
}

.empowerment-financial-second {
  text-align: center;
  font-size: 18px;
  color: #808080;
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .empowerment-financial-second {
    font-size: 12px;
    font-weight: 400;
    width: 90%;
    line-height: 22px;
    margin: auto;
    margin-top: 20px;
  }
}

.empowerment-financial-main {
  width: 1048px;
  margin: auto;
  margin-top: 105px;
}

@media screen and (max-width: 768px) {
  .empowerment-financial-main {
    width: 95%;
    margin-top: 20px;
  }
}

.empowerment-financial-main img {
  width: 100%;
}
