.swiper {
  width: 100%;
  height: 540px;
  position: relative;
}
.swiper a,
.swiper img {
  width: 100%;
  height: 100%;
  display: block;
}
.swiper .login-form {
  width: 300px;
  height: 320px;
  position: absolute;
  left: 50%;
  top: 150px;
  z-index: 9;
  margin-left: 340px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #D3D3D3;
}
.swiper .login-form .login-title {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.swiper .login-form .login-line {
  width: 100%;
  height: 60px;
  padding: 0px 15px;
  box-sizing: border-box;
}
.swiper .login-form .login-agreement {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 12px;
  padding: 0px 15px;
}
.swiper .login-form .login-agreement div {
  margin-right: 8px;
}
.swiper .login-form .login-agreement span {
  cursor: pointer;
  color: #0375f7;
}
.swiper .login-form .login-button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0px 15px;
  box-sizing: border-box;
}
.swiper .login-form .login-button .el-button {
  margin-top: 15px;
  width: 100%;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
  color: #FFFFFF;
}
.swiper .login-form .login-link {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding: 0px 15px;
  box-sizing: border-box;
}
.swiper .login-form .login-link span {
  color: #0076FE;
  cursor: pointer;
}
.banner {
  width: 100%;
  height: 540px;
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner a,
.banner .banner-button {
  width: 180px;
  height: 40px;
  box-sizing: border-box;
  padding: 0px 15px;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 16px;
  position: absolute;
  bottom: 130px;
  left: 50%;
  margin-left: -580px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
}
.banner a i,
.banner .banner-button i {
  font-size: 20px;
  font-weight: bold;
}
.banner a {
  background: #124df8;
}
.banner .banner-button {
  background: #fd8129;
  cursor: pointer;
}
.banner .banner-button i {
  margin-right: 10px;
}
.banner .qrcode {
  width: 260px;
  height: 270px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: 200px;
  border-radius: 12px;
  background: rgba(61, 187, 227, 0.5);
  padding-top: 30px;
  box-sizing: border-box;
}
.banner .qrcode .image {
  width: 100%;
  height: 180px;
  display: flex;
  justify-content: center;
}
.banner .qrcode .image img {
  width: 180px;
  height: 100%;
}
.banner .qrcode .word {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}
.court-guide {
  width: 100%;
}
.court-guide .court-guide-title {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.court-guide .court-guide-category {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #D3D3D3;
  box-sizing: border-box;
}
.court-guide .court-guide-category .court-guide-item {
  height: 100%;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
}
.court-guide .court-guide-category .court-guide-item:hover {
  background: #F3F3F3;
}
.court-guide .court-guide-category .court-guide-item:first-child {
  margin-right: 40px;
}
.court-guide .court-guide-category .court-guide-item-select {
  color: #124df8;
  border-bottom: 1px solid #124df8;
}
.court-guide .court-guide-block {
  width: 100%;
}
.court-guide .court-guide-block .court-guide-image {
  width: 100%;
}
.court-guide .court-guide-block .court-guide-image img {
  width: 100%;
}
.court-guide .court-guide-block .court-plaintiff {
  width: 100%;
}
.court-guide .court-guide-block .court-plaintiff .court-plaintiff-image {
  width: 100%;
}
.court-guide .court-guide-block .court-plaintiff .court-plaintiff-image img {
  width: 100%;
}
.court-guide .court-guide-block .court-judge {
  width: 100%;
  height: 650px;
  background: url('../img/court-judge-background.png') no-repeat;
  background-size: 100% 100%;
  padding-top: 60px;
  box-sizing: border-box;
}
.court-guide .court-guide-block .court-judge .fixation {
  display: flex;
  justify-content: space-between;
}
.court-guide .court-guide-block .court-judge .fixation .left,
.court-guide .court-guide-block .court-judge .fixation .right {
  width: 50%;
  height: 430px;
}
.court-guide .court-guide-block .court-judge .fixation .left {
  display: flex;
}
.court-guide .court-guide-block .court-judge .fixation .left .buble,
.court-guide .court-guide-block .court-judge .fixation .left .img {
  height: 100%;
}
.court-guide .court-guide-block .court-judge .fixation .left .buble {
  width: calc(100% - 20px);
  padding-left: 80px;
  box-sizing: border-box;
}
.court-guide .court-guide-block .court-judge .fixation .left .buble .item {
  width: 100%;
  height: calc(100% / 6);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.court-guide .court-guide-block .court-judge .fixation .left .buble .item .buble-desc {
  width: calc(100% - 90px);
  height: 50px;
  background: url('../img/court-buble.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.court-guide .court-guide-block .court-judge .fixation .left .buble .item .buble-name {
  width: 90px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #124df8;
}
.court-guide .court-guide-block .court-judge .fixation .left .img {
  width: 20px;
  display: flex;
  justify-content: flex-end;
}
.court-guide .court-guide-block .court-judge .fixation .left .img img {
  height: 100%;
  position: relative;
  right: -5px;
}
.court-guide .court-guide-block .court-judge .fixation .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.court-guide .court-guide-block .court-judge .fixation .right img {
  height: 100%;
}
.court-guide .court-guide-block .court-title {
  width: 180px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  border-radius: 25px;
}
.court-guide .court-guide-block .plaintiff {
  background: #124df8;
  margin: 60px auto;
}
.court-guide .court-guide-block .judge {
  background: #fd8129;
  margin: 0 auto;
  margin-bottom: 60px;
}
.court-entrance {
  width: 100%;
  background: url('../img/court-list-map.png') no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
.court-entrance .court-list {
  width: 100%;
  padding: 30px 0px 60px 30px;
  display: flex;
  flex-wrap: wrap;
}
.court-entrance .court-list .court-item {
  width: 320px;
  height: 150px;
  background: url('../img/court-item-background.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 28px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  padding: 0px 30px 15px 30px;
  box-sizing: border-box;
}
.court-entrance .court-list .court-item .court-name {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
  border: 2px dashed #7cb7ff;
  box-sizing: border-box;
  text-align: center;
}
.court-entrance .court-list .court-item .court-name:hover {
  background: #F3F3F3;
}
.court-entrance .court-list .court-item:nth-child(4n) {
  margin-right: 0px;
}
.dialog-list {
  width: 1020px;
  display: flex;
  flex-wrap: wrap;
}
.dialog-list .dialog-item {
  width: 320px;
  height: 150px;
  background: url('../img/court-item-background.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  padding: 0px 30px 15px 30px;
  box-sizing: border-box;
}
.dialog-list .dialog-item .court-name {
  width: 100%;
  height: 50px;
}
.dialog-list .dialog-item .court-name a {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
  border: 2px dashed #7cb7ff;
  box-sizing: border-box;
  text-align: center;
}
.dialog-list .dialog-item .court-name a:hover {
  background: #F3F3F3;
}
.dialog-list .dialog-item:nth-child(3n) {
  margin-right: 0px;
}
@keyframes scale {
  from {
    scale: 1;
  }
  to {
    scale: 1.1;
  }
}
@keyframes colorChange {
  from {
    background: #FFFFFF;
  }
  to {
    background: #F3F3F3;
    box-shadow: 0px 0px 10px #D3D3D3;
  }
}
@keyframes buttonColor {
  from {
    background: #FFFFFF;
    color: #0076FE;
  }
  to {
    background: #0076FE;
    color: #FFFFFF;
  }
}
.mediate-service {
  width: 100%;
}
.mediate-service .item {
  width: 240px;
  box-sizing: border-box;
  border-radius: 16px;
  color: #0076fe;
}
.mediate-service .item .icon,
.mediate-service .item .title,
.mediate-service .item .desc,
.mediate-service .item .button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.mediate-service .item .title {
  font-size: 18px;
  font-weight: bold;
}
.mediate-service .item .desc {
  color: #333333;
  margin-top: 10px;
  height: 120px;
  padding: 0px 20px;
  box-sizing: border-box;
  text-indent: 2em;
  line-height: 30px;
  font-size: 14px;
}
.mediate-service .item .button {
  width: calc(100% - 40px);
  height: 40px;
  border: 1px solid #0076FE;
  border-radius: 4px;
  box-sizing: border-box;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
}
.mediate-service .content,
.mediate-service .scope {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.mediate-service .content .item {
  border: 1px solid #0076fe;
  height: 310px;
}
.mediate-service .content .icon {
  margin-top: 20px;
  height: 70px;
  align-items: center;
}
.mediate-service .content .icon img {
  width: 36px;
}
.mediate-service .content .icon .active-icon {
  display: none;
}
.mediate-service .content .item:hover {
  background: #0076FE;
  color: #FFFFFF;
  animation: scale 0.3s forwards;
}
.mediate-service .content .item:hover .icon .normal-icon {
  display: none;
}
.mediate-service .content .item:hover .icon .active-icon {
  display: block;
}
.mediate-service .content .item:hover .desc {
  color: #FFFFFF;
}
.mediate-service .content .item:hover .button {
  border-color: #FFFFFF;
}
.mediate-service .scope .item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mediate-service .scope .item .icon img {
  width: 210px;
  height: 240px;
}
.mediate-service .scope .item .icon .active-icon {
  display: none;
}
.mediate-service .scope .item .button {
  margin-top: 10px;
}
.mediate-service .scope .item:hover {
  animation: colorChange 0.5s forwards;
}
.mediate-service .scope .item:hover .icon .normal-icon {
  display: none;
}
.mediate-service .scope .item:hover .icon .active-icon {
  display: block;
}
.mediate-service .scope .item:hover .button {
  animation: buttonColor 0.5s forwards;
}
.mediate-service .process {
  width: 100%;
  padding: 0px 0px 40px 0px;
  box-sizing: border-box;
}
.mediate-service .process img {
  width: 100%;
}
.public-tools {
  background: #f6f8fb;
}
.public-tools .tools {
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.public-tools .tools .item {
  width: 300px;
  height: 180px;
  border: 1px solid #D3D3D3;
  background: #ffffff;
}
.public-tools .tools .item .icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 120px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.public-tools .tools .item .icon img {
  height: 80px;
}
.public-tools .tools .item .name {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.public-tools .tools .item:hover {
  animation: scale 0.5s forwards;
}
.public-tools .tools .item:hover .name {
  color: #0076FE;
}
.verify-block {
  width: 100%;
}
.verify-block .verify-form {
  width: 100%;
  height: 470px;
  background: url('../img/verify-background.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.verify-block .verify-form .verify-input,
.verify-block .verify-form .verify-hint,
.verify-block .verify-form .verify-button {
  width: 700px;
}
.verify-block .verify-form .verify-hint {
  margin-top: 24px;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
}
.verify-block .verify-form .verify-button {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.verify-block .verify-form .verify-button .el-button {
  width: 300px;
  background: linear-gradient(to right, #fc664d, #f58233);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  border-radius: 25px;
}
.verify-block .verify-step {
  width: 100%;
}
.verify-block .verify-step img {
  width: 100%;
}
.copyright-block {
  width: 100%;
}
.copyright-introduce,
.copyright-scenario {
  background: #f5f7fa;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.copyright-introduce .fixation {
  height: 505px;
  background: #FFFFFF;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.copyright-introduce .fixation .introduce-left,
.copyright-introduce .fixation .introduce-right {
  width: 49%;
  height: 100%;
}
.copyright-introduce .fixation .introduce-left {
  display: flex;
  align-items: center;
}
.copyright-introduce .fixation .introduce-left img {
  width: 100%;
}
.copyright-introduce .fixation .introduce-right .introduce-title {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  border-left: 4px solid #0076FE;
  font-size: 14px;
  padding-left: 8px;
  box-sizing: border-box;
  margin: 16px 0px;
}
.copyright-introduce .fixation .introduce-right .introduce-desc {
  width: 100%;
  line-height: 30px;
  color: #666666;
  font-size: 14px;
}
.copyright-introduce .fixation .introduce-right .introduce-desc img {
  height: 16px;
  position: relative;
  top: 4px;
}
.copyright-introduce .fixation .introduce-right .introduce-button {
  padding: 16px 0px;
  box-sizing: border-box;
}
.copyright-introduce .fixation .introduce-right .introduce-button .el-button {
  border-radius: 25px;
  background: linear-gradient(#0391f5, #0372f7);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.copyright-advantage {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.copyright-advantage .item {
  width: 300px;
  height: 380px;
  border: 1px solid #D3D3D3;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
}
.copyright-advantage .item .icon {
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 40px;
}
.copyright-advantage .item .icon .normal-icon {
  height: 80px;
}
.copyright-advantage .item .icon .active-icon {
  height: 68px;
  display: none;
}
.copyright-advantage .item .title {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright-advantage .item .desc {
  margin-top: 20px;
  padding: 0px 20px;
  box-sizing: border-box;
  text-indent: 2em;
  font-size: 14px;
  line-height: 28px;
}
.copyright-advantage .item:hover {
  background: linear-gradient(135deg, #66c2fb, #4078f5);
  color: #FFFFFF;
}
.copyright-advantage .item:hover .icon .normal-icon {
  display: none;
}
.copyright-advantage .item:hover .icon .active-icon {
  display: block;
}
.copyright-strengths {
  background: #f5f7fa;
}
.copyright-strengths .fixation {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.copyright-strengths .fixation .item {
  width: 300px;
  height: 380px;
  border: 1px solid #D3D3D3;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  background: #FFFFFF;
}
.copyright-strengths .fixation .item .icon {
  width: 100%;
  height: 130px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 40px;
}
.copyright-strengths .fixation .item .icon .normal-icon {
  height: 80px;
}
.copyright-strengths .fixation .item .icon .active-icon {
  height: 68px;
  display: none;
}
.copyright-strengths .fixation .item .title {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright-strengths .fixation .item .desc {
  margin-top: 20px;
  padding: 0px 20px;
  box-sizing: border-box;
  text-indent: 2em;
  font-size: 14px;
  line-height: 28px;
}
.copyright-strengths .fixation .item:hover {
  background: linear-gradient(135deg, #66c2fb, #4078f5);
  color: #FFFFFF;
}
.copyright-strengths .fixation .item:hover .icon .normal-icon {
  display: none;
}
.copyright-strengths .fixation .item:hover .icon .active-icon {
  display: block;
}
.copyright-scenario .fixation {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.copyright-scenario .fixation .item {
  width: 250px;
  height: 410px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #D3D3D3;
  margin-bottom: 40px;
}
.copyright-scenario .fixation .item .index {
  width: 100%;
  height: 45px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.copyright-scenario .fixation .item .index .circle {
  width: 90px;
  height: 90px;
  background: #0076FE;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 50%;
}
.copyright-scenario .fixation .item .title {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copyright-scenario .fixation .item .icon {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.copyright-scenario .fixation .item .icon img {
  max-width: 70px;
}
.copyright-scenario .fixation .item .desc {
  width: 100%;
}
.copyright-scenario .fixation .item .desc li {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 14px;
}
.copyright-process,
.copyright-feature {
  width: 100%;
}
.copyright-process img,
.copyright-feature img {
  width: 100%;
}
.copyright-feature {
  background: #f5f7fa;
}
.copyright-service {
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}
.copyright-service .item {
  width: 50%;
  height: 225px;
  display: flex;
  justify-content: space-between;
  padding: 0px 40px;
  box-sizing: border-box;
}
.copyright-service .item .icon {
  width: 140px;
  height: 100%;
  display: flex;
  align-items: center;
}
.copyright-service .item .icon img {
  width: 100%;
}
.copyright-service .item .icon .active-icon {
  display: none;
}
.copyright-service .item .right {
  width: calc(100% - 160px);
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.copyright-service .item .right .title {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.copyright-service .item .right .desc {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}
.copyright-service .item:nth-child(1) {
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}
.copyright-service .item:nth-child(2) {
  border-bottom: 1px solid #D3D3D3;
}
.copyright-service .item:nth-child(3) {
  border-right: 1px solid #D3D3D3;
}
.copyright-service .item:hover .icon .normal-icon {
  display: none;
}
.copyright-service .item:hover .icon .active-icon {
  display: block;
}
.more-desc {
  width: 100%;
}
.more-desc .more-content {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.more-desc .more-content .more-left {
  height: 100%;
}
.more-desc .more-content .more-left img {
  height: 100%;
  display: block;
}
.more-desc .more-content .more-word {
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.more-desc .more-content .more-word p {
  width: 100%;
  text-indent: 2em;
  color: #333333;
  line-height: 30px;
}
.more-desc .more-content .more-word .button {
  margin-top: 20px;
}
.more-desc .more-content .more-word .button .el-button {
  width: 180px;
  background: linear-gradient(135deg, #0391f5, #0076FE);
  color: #FFFFFF;
  border-radius: 25px;
}
.more-letter {
  background: #f7f7fb;
}
.more-letter p {
  text-align: center;
  line-height: 30px;
  color: #333333;
}
.more-letter .list {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.more-letter .list .item {
  width: 200px;
  height: 340px;
}
.more-letter .list .item .icon {
  width: 100%;
  display: flex;
  justify-content: center;
}
.more-letter .list .item .icon img {
  width: 150px;
}
.more-letter .list .item .title {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-letter .list .item .desc {
  width: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
}
.more-letter .button {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.more-letter .button .el-button {
  width: 300px;
  background: linear-gradient(135deg, #0391f5, #0076FE);
  border-radius: 25px;
  color: #FFFFFF;
}
.support-block,
.support-service,
.support-training,
.support-after {
  width: 100%;
}
.support-block .list,
.support-service .list,
.support-training .list,
.support-after .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.support-block {
  padding-bottom: 50px;
}
.support-block .list {
  height: 500px;
}
.support-block .list .item {
  width: calc(100% / 3);
  height: 100%;
  position: relative;
}
.support-block .list .item img {
  width: 100%;
  height: 100%;
}
.support-block .list .item .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  padding: 45px;
  box-sizing: border-box;
  color: #333333;
}
.support-block .list .item .info .index {
  width: 100%;
  font-size: 60px;
  font-weight: bold;
}
.support-block .list .item .info .title {
  padding-bottom: 8px;
  border-bottom: 2px solid #0076FE;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-top: 24px;
}
.support-block .list .item .info .desc {
  height: 90px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  margin-top: 24px;
}
.support-block .list .item .info .button {
  width: 100%;
  margin-top: 80px;
}
.support-block .list .item .info .button .el-button {
  width: 130px;
  border-radius: 25px;
  background: linear-gradient(135deg, #0391f5, #0076FE);
  color: #FFFFFF;
}
.support-block .list:hover .item {
  width: 30%;
}
.support-block .list:hover .item:hover {
  width: 40%;
  cursor: pointer;
  background: #5ca1f3;
  color: #FFFFFF;
}
.support-block .list:hover .item:hover .info .index,
.support-block .list:hover .item:hover .info .title {
  color: #FFFFFF;
}
.support-block .list:hover .item:hover .info .title {
  border-color: #FFFFFF;
}
.support-block .list:hover .item:hover .info .desc {
  color: #FFFFFF;
}
.support-service {
  height: 872px;
  background: url('../img/support-expertise-background.png');
  background-size: 100% 100%;
}
.support-service .public-title .zh,
.support-service .public-title .en {
  color: #FFFFFF;
}
.support-service .fixation {
  height: calc(100% - 160px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.support-service .fixation img {
  height: 600px;
}
.support-training .item {
  width: 210px;
  height: 420px;
}
.support-training .item .title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #0076FE;
  font-size: 24px;
  font-weight: bold;
}
.support-training .item .desc {
  width: 100%;
  height: 90px;
  text-indent: 2em;
  line-height: 26px;
  font-size: 14px;
  color: #666666;
}
.support-training .item .icon {
  width: 100%;
  margin-top: 30px;
}
.support-training .item .icon img {
  width: 100%;
}
.support-after {
  padding-bottom: 50px;
}
.support-after .list {
  height: 440px;
}
.support-after .list .item {
  width: 32%;
  height: 100%;
  position: relative;
}
.support-after .list .item img {
  width: 100%;
  height: 100%;
}
.support-after .list .item .info {
  width: calc(100% - 80px);
  height: 210px;
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 9;
  padding: 40px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
  color: #333333;
  font-size: 14px;
}
.support-after .list .item .info .title {
  width: 100%;
  height: 36px;
  font-size: 20px;
  color: #0076FE;
  font-weight: bold;
  position: relative;
}
.support-after .list .item .info .title .underline {
  width: 40px;
  height: 2px;
  background: #0076FE;
  position: absolute;
  bottom: 0px;
}
.support-after .list .item .info .desc {
  width: 100%;
  height: 60px;
  line-height: 30px;
}
.support-after .list .item .info .contact {
  width: 100%;
}
.support-after .list .item .info .contact img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
}
.map-core,
.map-advantage {
  width: 100%;
}
.map-core .list,
.map-advantage .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.map-core .list {
  height: 350px;
}
.map-core .list .item {
  width: 300px;
  height: 100%;
  background: #f5f7fa;
}
.map-core .list .item .icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding-top: 30px;
  box-sizing: border-box;
}
.map-core .list .item .icon img {
  height: 100px;
}
.map-core .list .item .title {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.map-core .list .item .desc {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #999999;
  font-size: 14px;
  line-height: 30px;
}
.map-advantage .list {
  height: 580px;
}
.map-advantage .list .item {
  width: 300px;
  height: 100%;
}
.map-advantage .list .item .icon {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map-advantage .list .item .icon img {
  width: 200px;
}
.map-advantage .list .item .title {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.map-advantage .list .item .desc {
  width: 100%;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #999999;
}
.map-advantage .list .item .button {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.map-advantage .list .item .button .el-button {
  width: 220px;
  border: 1px solid #0076FE;
  color: #0076FE;
}
@keyframes slideUp {
  from {
    top: 225px;
  }
  to {
    top: 0px;
  }
}
.notarization-project {
  width: 100%;
  height: 1100px;
  background: url('../img/notarization-project-background.png') no-repeat;
  background-size: 100% 100%;
}
.notarization-project .list {
  width: 100%;
  padding: 0px 110px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.notarization-project .list .item {
  width: 225px;
  height: 225px;
  padding: 0px 5px 5px 0px;
  box-sizing: border-box;
  background: url('../img/notarization-project-item-background.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 80px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.notarization-project .list .item .info {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.notarization-project .list .item .info .icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notarization-project .list .item .info .icon img {
  width: 70px;
}
.notarization-project .list .item .info .name {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notarization-project .list .item .desc {
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  left: 0px;
  top: 225px;
  z-index: 1;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
  border-radius: 8px;
  padding: 0px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 14px;
}
.notarization-project .list .item:nth-child(4n) {
  margin-right: 0px;
}
.notarization-project .list .item:hover .desc {
  animation: slideUp 0.4s forwards;
}
.notarization-project .button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  margin-top: 50px;
}
.notarization-project .button .el-button {
  width: 240px;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
  color: #FFFFFF;
}
.notarization-area {
  width: 100%;
  height: 740px;
  background: #f5f7fa;
}
.notarization-area .area {
  height: 500px;
  background: #FFFFFF;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.notarization-area .area .category {
  width: 180px;
  height: 100%;
  border-right: 2px solid #D3D3D3;
  box-sizing: border-box;
}
.notarization-area .area .category .item {
  width: calc(100% + 2px);
  height: calc(100% / 7);
  display: flex;
  align-items: center;
  font-size: 16px;
  padding-left: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.notarization-area .area .category .item-selected {
  background: #f5f7fa;
  border-right: 2px solid #0076FE;
  color: #0076FE;
}
.notarization-area .area .content {
  width: calc(100% - 180px);
  height: 100%;
  padding: 0px 70px;
  box-sizing: border-box;
}
.notarization-area .area .content .item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.notarization-area .area .content .item .left,
.notarization-area .area .content .item .right {
  width: 50%;
  height: 100%;
}
.notarization-area .area .content .item .left .block {
  width: 100%;
  height: calc(100% - 120px);
}
.notarization-area .area .content .item .left .block .title {
  width: 100%;
  border-left: 4px solid #0076FE;
  padding-left: 10px;
  box-sizing: border-box;
}
.notarization-area .area .content .item .left .block ul {
  width: 100%;
  margin-top: 20px;
}
.notarization-area .area .content .item .left .block ul li {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
.notarization-area .area .content .item .left .block ul li i {
  color: #0076FE;
}
.notarization-area .area .content .item .left .check,
.notarization-area .area .content .item .left .button {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
}
.notarization-area .area .content .item .left .check span,
.notarization-area .area .content .item .left .button span {
  color: #0076FE;
}
.notarization-area .area .content .item .left .check .el-button,
.notarization-area .area .content .item .left .button .el-button {
  width: 120px;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
  color: #FFFFFF;
}
.notarization-area .area .content .item .right {
  display: flex;
  align-items: center;
  padding-left: 60px;
  box-sizing: border-box;
}
.notarization-area .area .content .item .right img {
  width: 100%;
}
.notarization-process {
  width: 100%;
  padding-bottom: 50px;
}
.notarization-process .process {
  width: 100%;
}
.notarization-process .process img {
  width: 100%;
}
.notarization-process .demostration {
  width: 100%;
  margin-top: 40px;
}
.notarization-process .demostration .title {
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
}
.notarization-process .demostration .title .underline {
  width: 80px;
  height: 4px;
  background: #0076FE;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  bottom: 0px;
}
.notarization-process .demostration .demostration-swiper {
  padding: 30px 0px 70px 0px;
}
.notarization-process .demostration .demostration-swiper img {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.notarization-office {
  width: 100%;
  height: 605px;
  background: url('../img/notarization-office.png') no-repeat;
  background-size: 100% 100%;
}
.notarization-office .public-title .zh,
.notarization-office .public-title .en {
  color: #FFFFFF;
}
.notarization-office .list {
  width: 100%;
  padding: 0px 150px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.notarization-office .list .item {
  width: calc((100% - 60px) / 2);
  height: 340px;
  background: #FFFFFF;
  padding: 0px 40px;
  box-sizing: border-box;
}
.notarization-office .list .item .image {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notarization-office .list .item .image img {
  height: 60px;
}
.notarization-office .list .item .desc {
  width: 100%;
  height: 150px;
  font-size: 14px;
  line-height: 30px;
}
.notarization-office .list .item .button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.notarization-office .list .item .button .el-button {
  color: #FFFFFF;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
}
@keyframes moveUp {
  from {
    top: 0px;
  }
  to {
    top: -40px;
  }
}
.notarization-case {
  width: 100%;
  padding-bottom: 100px;
}
.notarization-case .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.notarization-case .list .item {
  width: 320px;
  height: 370px;
  box-shadow: 0px 0px 10px #D3D3D3;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.notarization-case .list .item .image {
  width: 100%;
  height: 230px;
  position: relative;
}
.notarization-case .list .item .image img {
  width: 100%;
  height: 100%;
}
.notarization-case .list .item .image span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  font-size: 24px;
  font-weight: bold;
}
.notarization-case .list .item .desc {
  width: 100%;
  height: calc(100% - 230px);
  padding: 0px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  color: #333333;
  font-size: 14px;
}
.notarization-case .list .item:hover {
  animation: moveUp 0.4s forwards;
}
.notarization-case .list .item:hover .image span {
  background: rgba(108, 128, 196, 0.5);
}
.evidence-form {
  width: 100%;
}
.evidence-form .form {
  width: 100%;
  padding-bottom: 32px;
}
.evidence-form .form .category {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
}
.evidence-form .form .category .item {
  width: 150px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.evidence-form .form .category .item-selected {
  background: #e8f0ff;
  color: #0076FE;
}
.evidence-form .form .form-content {
  width: 100%;
}
.evidence-form .form .form-content .query {
  width: 100%;
  background: url(../img/centre-query-1.png) no-repeat;
  background-size: 100% 100%;
  padding: 72px 150px 36px 150px;
  box-sizing: border-box;
}
.evidence-form .form .form-content .query .query-box,
.evidence-form .form .form-content .query .query-hint,
.evidence-form .form .form-content .query .query-button {
  width: 100%;
  margin-bottom: 24px;
}
.evidence-form .form .form-content .query .query-box .el-select {
  width: 100%;
}
.evidence-form .form .form-content .query .query-hint {
  line-height: 32px;
  font-size: 14px;
  color: #999999;
}
.evidence-form .form .form-content .query .query-button {
  display: flex;
  justify-content: center;
}
.evidence-form .form .form-content .query .query-button .el-button {
  width: 300px;
}
.evidence-form .form .form-content .query .query-file {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #D3D3D3;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 4px;
  position: relative;
  margin-bottom: 24px;
}
.evidence-form .form .form-content .query .query-file .file-name {
  width: calc(100% - 140px);
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #c3c3c3;
  padding-left: 16px;
  box-sizing: border-box;
}
.evidence-form .form .form-content .query .query-file .file-button {
  width: 140px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background: #1a3071;
  border-radius: 0px 6px 6px 0px;
  font-size: 14px;
}
.evidence-form .form .form-content .query .query-file input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  opacity: 0;
}
.centre-items {
  width: 100%;
  background: #f5f7fa;
  padding-bottom: 50px;
}
.centre-items .category {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
}
.centre-items .category .list {
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #D3D3D3;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.centre-items .category .list .item {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  cursor: pointer;
}
.centre-items .category .list .item-selected {
  border-bottom: 2px solid #0076FE;
  color: #0076FE;
}
.centre-items .content {
  width: 100%;
  margin-top: 20px;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
.centre-items .content .left,
.centre-items .content .right {
  width: 48%;
  height: 480px;
}
.centre-items .content .left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 30px;
  box-sizing: border-box;
}
.centre-items .content .left img {
  max-width: 100%;
  max-height: 100%;
}
.centre-items .content .right {
  padding: 60px 30px;
  box-sizing: border-box;
}
.centre-items .content .right .title {
  width: 100%;
  border-left: 4px solid #0076FE;
  padding-left: 8px;
  height: 20px;
  line-height: 20px;
}
.centre-items .content .right ul {
  height: calc(100% - 70px);
  width: 100%;
  padding-top: 20px;
  box-sizing: border-box;
}
.centre-items .content .right ul li {
  width: 100%;
  display: flex;
}
.centre-items .content .right ul li .check {
  width: 24px;
  height: 30px;
  line-height: 30px;
}
.centre-items .content .right ul li .check i {
  color: #0076FE;
}
.centre-items .content .right ul li .desc {
  width: calc(100% - 24px);
}
.centre-items .content .right ul li .desc .item-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.centre-items .content .right ul li .desc .item-desc {
  line-height: 24px;
  color: #666666;
  font-size: 14px;
}
.centre-items .content .right .button {
  width: 100%;
}
.centre-items .content .right .button .el-button {
  width: 120px;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
  color: #FFFFFF;
}
.centre-application .copyright-advantage .item {
  height: 300px;
}
.centre-guide {
  width: 100%;
  background: #f5f7fa;
}
.centre-guide .list {
  width: 100%;
  height: 390px;
  display: flex;
  justify-content: space-between;
}
.centre-guide .list .item {
  width: 300px;
  height: 100%;
  padding-top: 10px;
  box-sizing: border-box;
}
.centre-guide .list .item .icon {
  width: 100%;
  display: flex;
  justify-content: center;
}
.centre-guide .list .item .icon img {
  height: 140px;
}
.centre-guide .list .item .icon .active-icon {
  display: none;
}
.centre-guide .list .item .name {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.centre-guide .list .item .button {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.centre-guide .list .item .button .el-button {
  width: 120px;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
  color: #FFFFFF;
}
.centre-guide .list .item:hover .icon .normal-icon {
  display: none;
}
.centre-guide .list .item:hover .icon .active-icon {
  display: block;
}
.centre-license {
  width: 100%;
  height: 870px;
  background: url('../img/centre-license-background.png') no-repeat;
  background-size: 100% 100%;
}
.centre-license .public-title .zh,
.centre-license .public-title .en {
  color: #FFFFFF;
}
.centre-license .fixation {
  display: flex;
  justify-content: flex-end;
}
.centre-license .fixation .image {
  height: 630px;
}
.centre-license .fixation .image img {
  height: 100%;
}
.centre-question {
  width: 100%;
  background: #e4f3ff;
  padding-bottom: 50px;
}
.centre-question .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.centre-question .list .item {
  width: 48%;
  height: 50px;
  background: url('../img/centre-question.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 30px;
}
.centre-question .list .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 100px;
  box-sizing: border-box;
  color: #333;
}
.centre-question .list .item a:hover {
  color: #0076FE;
}
.chain-content {
  width: 100%;
  height: 380px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  color: #FFFFFF;
}
.chain-content .chain-name,
.chain-content .chain-title,
.chain-content .chain-desc,
.chain-content .chain-number {
  width: 100%;
  display: flex;
  justify-content: center;
}
.chain-content .chain-name {
  height: 50px;
  font-size: 18px;
}
.chain-content .chain-title {
  font-size: 36px;
}
.chain-content .chain-desc {
  margin-top: 30px;
  font-size: 20px;
}
.chain-content .chain-number {
  margin-top: 36px;
}
.chain-content .chain-number .item {
  width: 200px;
  height: 120px;
  background: url('../img/chain-number-background.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-right: 36px;
}
.chain-content .chain-number .item .item-value,
.chain-content .chain-number .item .item-key {
  width: 100%;
  display: flex;
  justify-content: center;
}
.chain-content .chain-number .item .item-value {
  font-size: 24px;
  height: 40px;
}
.chain-content .chain-number .item .item-key {
  font-size: 14px;
}
.chain-content .chain-number .item:last-child {
  margin: 0px;
}
@keyframes scalepoint {
  0% {
    scale: 1;
  }
  25% {
    scale: 0.5;
  }
  50% {
    scale: 1;
  }
  75% {
    scale: 1.5;
  }
  100% {
    scale: 1;
  }
}
.chain-map .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.chain-map .content .desc,
.chain-map .content .image {
  width: 48%;
  height: 540px;
}
.chain-map .content .desc {
  line-height: 36px;
  color: #333333;
}
.chain-map .content .desc p {
  text-indent: 2em;
}
.chain-map .content .image {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 20px;
  color: #0076FE;
}
.chain-map .content .image #map-chart {
  width: 100%;
  height: calc(100% - 50px);
  position: relative;
  background: url('../img/china-map.png') no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.chain-map .content .image #map-chart .map-point {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0076FE;
  box-shadow: 10px 0px 10px #0076FE, -10px 0px 10px #0076FE, 0px 10px 10px #0076FE, 0px -10px 10px #0076FE;
  animation: scalepoint 3s infinite backwards linear;
}
.chain-map .content .image #map-chart .map-point:nth-child(2n) {
  background: #02bf47;
  box-shadow: 10px 0px 10px #02bf47, -10px 0px 10px #02bf47, 0px 10px 10px #02bf47, 0px -10px 10px #02bf47;
}
.chain-map .content .image #map-chart .map-point:nth-child(3n) {
  background: #fc664d;
  box-shadow: 10px 0px 10px #fc664d, -10px 0px 10px #fc664d, 0px 10px 10px #fc664d, 0px -10px 10px #fc664d;
}
.chain-map .content .image #map-chart .map-point:nth-child(2n-1) {
  animation-delay: 500ms;
}
.chain-map .content .image #map-chart .map-point:nth-child(3n-1) {
  animation-delay: 1s;
}
.chain-table .button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.chain-table .button .el-button {
  margin-top: 30px;
  color: #FFFFFF;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
}
.chain-data {
  background: #f5f7fa;
}
.chain-data .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.chain-data .list .item {
  width: 660px;
  height: 430px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #D3D3D3;
  margin-bottom: 50px;
}
.chain-data .list .item .item-title {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: 16px;
}
.chain-data .list .item .item-title .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  left: -10px;
}
.chain-data .list .item .item-title .blue {
  background: #0076FE;
}
.chain-data .list .item .item-title .yellow {
  background: #f4bc42;
}
.chain-data .list .item .item-title .red {
  background: #eb0000;
}
.chain-data .list .item .item-title .green {
  background: #02bf47;
}
.chain-data .list .item .item-chart-content {
  width: 100%;
  height: calc(100% - 50px);
}
.financial-introduce {
  width: 100%;
  height: 465px;
  background: url('../img/financial-introduce-background.png') no-repeat;
  background-size: 100% 100%;
}
.financial-introduce .fixation {
  height: calc(100% - 160px);
}
.financial-introduce .fixation .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.financial-introduce .fixation .content .word,
.financial-introduce .fixation .content .image {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.financial-introduce .fixation .content .word {
  line-height: 30px;
  text-indent: 2em;
  color: #333;
}
.financial-introduce .fixation .content .word p {
  width: 100%;
}
.financial-introduce .fixation .content .image {
  padding: 0px 30px 30px 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.financial-introduce .fixation .content .image img {
  max-width: 100%;
  max-height: 100%;
}
.financial-spec {
  width: 100%;
  height: 850px;
  background: url('../img/financial-spec-bg.png') no-repeat;
  background-size: 100% auto;
}
.financial-spec .public-title .zh,
.financial-spec .public-title .en {
  color: #FFFFFF;
}
.financial-spec .fixation {
  height: calc(100% - 160px);
}
.financial-spec .fixation .list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.financial-spec .fixation .list .item {
  width: 410px;
  height: 600px;
  position: relative;
}
.financial-spec .fixation .list .item .image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.financial-spec .fixation .list .item .image img {
  width: 100%;
  display: block;
}
.financial-spec .fixation .list .item .info {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  padding: 320px 30px 0px 30px;
  box-sizing: border-box;
}
.financial-spec .fixation .list .item .info .name,
.financial-spec .fixation .list .item .info .desc {
  width: 100%;
  display: flex;
  justify-content: center;
}
.financial-spec .fixation .list .item .info .name {
  height: 40px;
  font-size: 18px;
  color: #ffc600;
}
.financial-spec .fixation .list .item .info .desc {
  line-height: 30px;
  color: #FFFFFF;
  font-size: 14px;
}
.financial-step {
  width: 100%;
  padding-bottom: 50px;
}
.financial-step .image {
  width: 100%;
}
.financial-step .image img {
  width: 100%;
}
.financial-value {
  width: 100%;
  background: #f5f7fa;
}
.financial-value .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.financial-value .list .item {
  width: 370px;
  height: 250px;
  margin-right: calc((100% - 370px*3) / 2);
  margin-bottom: 50px;
  box-shadow: 0px 0px 10px #4078f5;
  border-radius: 12px;
  overflow: hidden;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.financial-value .list .item .icon,
.financial-value .list .item .desc {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.financial-value .list .item .icon {
  height: 80px;
}
.financial-value .list .item .icon img {
  height: 100%;
}
.financial-value .list .item .desc {
  height: 60px;
  padding: 0px 30px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 30px;
}
.financial-value .list .item:nth-child(3n) {
  margin-right: 0px;
}
.financial-value .button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.financial-value .button .el-button {
  width: 180px;
  margin-top: 30px;
  color: #FFFFFF;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
}
.platform-advantage,
.platform-architecture {
  width: 100%;
}
.platform-advantage .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.platform-advantage .list .item {
  width: 440px;
  height: 450px;
}
.platform-advantage .list .item .title {
  width: 100%;
  height: 80px;
  background: url('../img/platform-title-bg.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 20px;
}
.platform-advantage .list .item .desc,
.platform-advantage .list .item .image {
  width: 100%;
  box-sizing: border-box;
}
.platform-advantage .list .item .desc {
  line-height: 30px;
  padding: 20px 20px;
}
.platform-advantage .list .item .image {
  padding: 0px 20px;
}
.platform-advantage .list .item .image img {
  width: 100%;
}
.platform-architecture {
  padding-bottom: 50px;
}
.platform-architecture .image {
  width: 100%;
  text-align: center;
}
.platform-architecture .image img {
  width: 80%;
}
.platform-case {
  width: 100%;
  background: url('../img/platform-case-bg.png') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 50px;
}
.platform-case .category,
.platform-case .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.platform-case .category {
  height: 60px;
}
.platform-case .category .item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.platform-case .category .item img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.platform-case .category .item-selected {
  border-bottom: 2px solid #0076FE;
}
.platform-case .content {
  height: 570px;
  margin-top: 20px;
  background: #FFFFFF;
}
.platform-case .content .image,
.platform-case .content .right {
  width: 50%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
}
.platform-case .content .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.platform-case .content .image img {
  max-width: 100%;
  max-height: 100%;
}
.platform-case .content .right {
  padding-top: 80px;
}
.platform-case .content .right .title {
  width: 100%;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
  border-left: 4px solid #0076FE;
  padding-left: 8px;
}
.platform-case .content .right .desc {
  margin-top: 20px;
  width: 100%;
  line-height: 30px;
}
.seal-introduce,
.seal-features {
  width: 100%;
}
.seal-introduce .content,
.seal-features .content {
  width: 100%;
  height: 370px;
  display: flex;
  justify-content: space-between;
}
.seal-introduce .content .desc,
.seal-features .content .desc,
.seal-introduce .content .image,
.seal-features .content .image {
  width: 50%;
  height: 100%;
  padding: 30px 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seal-introduce .content .desc,
.seal-features .content .desc {
  line-height: 30px;
  text-indent: 2em;
}
.seal-introduce .content .image img,
.seal-features .content .image img {
  max-width: 100%;
  max-height: 100%;
}
.seal-features .image {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 30px 0px 50px 0px;
  box-sizing: border-box;
}
.seal-features .image img {
  width: 90%;
  display: block;
}
.seal-power,
.seal-process {
  width: 100%;
}
.seal-power {
  background: #f6f8fb;
  padding: 30px 0px 50px 0px;
  box-sizing: border-box;
}
.seal-power .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.seal-power .list .item {
  width: 280px;
  height: 300px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0px 0px 10px #0076FE;
}
.seal-power .list .item .name,
.seal-power .list .item .desc {
  width: 100%;
  text-align: center;
}
.seal-power .list .item .name {
  height: 80px;
  line-height: 80px;
  color: #0076FE;
  font-size: 18px;
  font-weight: 600;
}
.seal-power .list .item .desc {
  padding: 0px 15px;
  box-sizing: border-box;
  line-height: 30px;
  text-indent: 2em;
}
.seal-process {
  height: 1000px;
  background: linear-gradient(#4761ff, #0ecbff);
}
.seal-process .public-title .zh,
.seal-process .public-title .en {
  color: #FFFFFF;
}
.seal-process .image {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.seal-process .image img {
  width: 80%;
  display: block;
}
.seal-process .button {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.seal-process .button .el-button {
  width: 180px;
  background: linear-gradient(#66c2fb, #0076FE);
  color: #FFFFFF;
  border: none;
}
.index-core {
  width: 100%;
}
.index-core .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 40px;
  box-sizing: border-box;
}
.index-core .list .item {
  width: 380px;
  height: 280px;
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.index-core .list .item .icon {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0px;
  box-sizing: border-box;
}
.index-core .list .item .icon img {
  height: 100%;
  display: block;
}
.index-core .list .item .name,
.index-core .list .item .desc {
  width: 100%;
  padding: 0px 20px;
  box-sizing: border-box;
  text-align: center;
}
.index-core .list .item .name {
  height: 50px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.index-core .list .item:hover {
  background: linear-gradient(135deg, #66c2fb, #0076FE);
  color: #FFFFFF;
  cursor: pointer;
}
.index-core .list .item:hover .name {
  color: #FFFFFF;
}
.index-solutions {
  width: 100%;
}
.index-solutions .category {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #D3D3D3;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.index-solutions .category .item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 20px;
  margin-right: 80px;
  cursor: pointer;
}
.index-solutions .category .item:last-child {
  margin-right: 0px;
}
.index-solutions .category .item-selected {
  color: #0076FE;
  border-bottom: 1px solid #0076FE;
}
.index-solutions .block {
  width: 100%;
  height: 510px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.index-solutions .block .left,
.index-solutions .block .middle,
.index-solutions .block .right {
  height: 100%;
}
.index-solutions .block .left {
  width: 160px;
  border-right: 1px solid #D3D3D3;
  box-sizing: border-box;
}
.index-solutions .block .left .tab {
  width: 100%;
  height: calc(100% / 8);
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 10px;
  box-sizing: border-box;
}
.index-solutions .block .left .tab-selected {
  border-right: 1px solid #0076FE;
  color: #0076FE;
  background: #F3F3F3;
}
.index-solutions .block .middle {
  width: calc(100% - 540px);
}
.index-solutions .block .middle img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}
.index-solutions .block .right {
  width: 330px;
  height: 100%;
}
.index-solutions .block .right .desc {
  width: 100%;
  height: calc(100% - 120px);
}
.index-solutions .block .right .desc-case {
  width: 100%;
  height: 120px;
}
.index-solutions .block .right .desc-title {
  width: 100%;
  height: 20px;
  border-left: 4px solid #0076FE;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding-left: 4px;
}
.index-solutions .block .right p {
  width: 100%;
  margin-top: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #999999;
}
.index-solutions .block .right a {
  width: 100%;
  color: #0076FE;
  line-height: 24px;
  font-size: 12px;
  display: block;
  text-align: right;
}
.index-solutions .block .right .desc-image {
  width: 100%;
  height: 80px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D3D3D3;
  box-sizing: border-box;
  cursor: pointer;
}
.index-advantage .flow {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.index-advantage .flow .item {
  height: 420px;
  margin-bottom: 40px;
  border: 1px dashed #D3D3D3;
  background: #FFFFFF;
}
.index-advantage .flow .item .item-title {
  width: 100%;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #FFFFFF;
}
.index-advantage .flow .item .item-content {
  width: 100%;
  height: calc(100% - 84px);
  padding: 0px 20px;
  box-sizing: border-box;
}
.index-advantage .flow .item-middle {
  width: 670px;
}
.index-advantage .flow .item-middle .item-title {
  background: url('../img/index-title-middle-bg.png') no-repeat;
  background-size: 100% 100%;
}
.index-advantage .flow .item-small {
  width: 440px;
}
.index-advantage .flow .item-small .item-title {
  background: url('../img/index-title-small-bg.png') no-repeat;
  background-size: 100% 100%;
}
.index-advantage .flow .item-large {
  width: 100%;
}
.index-advantage .flow .item-large .item-title {
  background: url('../img/index-title-large-bg.png') no-repeat;
  background-size: 100% 100%;
}
.index-advantage .flow .item:first-child .item-content {
  display: flex;
  justify-content: space-between;
}
.index-advantage .flow .item:first-child .item-content .word,
.index-advantage .flow .item:first-child .item-content .img {
  height: 100%;
}
.index-advantage .flow .item:first-child .item-content .word {
  width: calc(100% - 210px);
  height: 100%;
}
.index-advantage .flow .item:first-child .item-content .word div {
  width: 100%;
  margin-top: 10px;
}
.index-advantage .flow .item:first-child .item-content .word div h4 {
  color: #0076FE;
  line-height: 40px;
}
.index-advantage .flow .item:first-child .item-content .word div li {
  line-height: 24px;
  color: #999999;
  font-size: 12px;
}
.index-advantage .flow .item:first-child .item-content .img {
  width: 210px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-advantage .flow .item:first-child .item-content .img img {
  max-width: 100%;
  max-height: 100%;
}
.index-advantage .flow .item:nth-child(2) .item-content .item-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-advantage .flow .item:nth-child(2) .item-content .item-image img {
  max-width: 100%;
  max-height: 100%;
}
.index-advantage .flow .item:nth-child(3) .item-content {
  display: flex;
  flex-wrap: wrap;
}
.index-advantage .flow .item:nth-child(3) .item-content div {
  width: 50%;
  height: 50%;
}
.index-advantage .flow .item:nth-child(3) .item-content div h4 {
  color: #0076FE;
  line-height: 40px;
}
.index-advantage .flow .item:nth-child(3) .item-content div li {
  line-height: 24px;
  color: #999999;
  font-size: 12px;
}
.index-advantage .flow .item:nth-child(3) .item-content div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.index-advantage .flow .item:nth-child(3) .item-content div:last-child img {
  max-width: 100%;
  max-height: 100%;
}
.index-advantage .flow .item:nth-child(4) .item-content .item-desc {
  width: 100%;
  padding: 15px 0px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
}
.index-advantage .flow .item:nth-child(4) .item-content .item-desc span {
  color: #0076FE;
}
.index-advantage .flow .item:nth-child(4) .item-content .item-image {
  width: 100%;
  height: calc(100% - 105px);
  padding-bottom: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-advantage .flow .item:nth-child(4) .item-content .item-image img {
  max-width: 100%;
  max-height: 100%;
}
.index-advantage .flow .item:nth-child(5) .item-content .image {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-advantage .flow .item:nth-child(5) .item-content .image img {
  max-width: 100%;
  max-height: 100%;
}
.index-advantage .flow .item:last-child .item-content .list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-advantage .flow .item:last-child .item-content .list .tab {
  width: 175px;
  height: 240px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px #D3D3D3;
  position: relative;
}
.index-advantage .flow .item:last-child .item-content .list .tab .index {
  width: 40px;
  height: 50px;
  background: url('../img/index-workpiece-bg.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 0px;
  z-index: 1;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.index-advantage .flow .item:last-child .item-content .list .tab .icon {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.index-advantage .flow .item:last-child .item-content .list .tab .icon img {
  height: 60px;
}
.index-advantage .flow .item:last-child .item-content .list .tab .title,
.index-advantage .flow .item:last-child .item-content .list .tab .desc {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index-advantage .flow .item:last-child .item-content .list .tab .title {
  margin-top: 20px;
  line-height: 50px;
  color: #0076FE;
}
.index-advantage .flow .item:last-child .item-content .list .tab .desc {
  padding: 0px 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.index-news .news-item {
  width: 100%;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.index-news .news-item .news-box {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 0px 10px #D3D3D3;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.index-news .news-item .news-box .news-left,
.index-news .news-item .news-box .news-right {
  height: 100%;
}
.index-news .news-item .news-box .news-left {
  width: calc(100% - 320px);
}
.index-news .news-item .news-box .news-left .news-title {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  display: flex;
}
.index-news .news-item .news-box .news-left .news-title .news-padding {
  width: 4px;
  height: 20px;
  background: #0076FE;
  margin-right: 8px;
  margin-top: 5px;
}
.index-news .news-item .news-box .news-left .news-desc {
  width: 100%;
  color: #999999;
  font-size: 12px;
  line-height: 26px;
  margin-top: 10px;
}
.index-news .news-item .news-box .news-left .news-from {
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  color: #999999;
}
.index-news .news-item .news-box .news-right {
  width: 300px;
  height: 100%;
}
.index-news .news-item .news-box .news-right img {
  width: 100%;
  height: 100%;
}
.index-honor {
  width: 100%;
}
.index-honor .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-honor .list .item {
  width: 380px;
  height: 360px;
  background: url('../img/index-license-back.png') no-repeat;
  background-size: 100% 100%;
  margin-bottom: 50px;
  padding: 40px 0px 0px 0px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  color: #0076FE;
  font-weight: bold;
}
.index-honor .list .item img {
  max-height: 230px;
}
.index-agency {
  width: 100%;
  background: url('../img/index-bottom-bg.png');
  background-size: 100% 920px;
  padding-bottom: 50px;
}
.index-agency .list {
  width: 100%;
}
.index-agency .list .item {
  width: 100%;
  height: 210px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 20px;
  background: #FFFFFF;
}
.index-agency .list .item .name {
  width: 130px;
  height: 100%;
  border-right: 1px solid #D3D3D3;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-agency .list .item .tabs {
  width: calc(100% - 130px);
  height: 100%;
  padding-left: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.index-agency .list .item .tabs .tab {
  width: 270px;
  height: 75px;
  margin-right: calc((100% - 270px*4)/3);
}
.index-agency .list .item .tabs .tab img {
  width: 100%;
  height: 100%;
}
.index-agency .list .item .tabs .tab:nth-child(4n) {
  margin-right: 0px;
}
.apply-form {
  width: 100%;
  height: 710px;
  background: #f5f7fa;
  padding: 50px 0px;
  box-sizing: border-box;
}
.apply-form .fixation {
  height: 100%;
  background: #FFFFFF;
}
.apply-form .fixation .form {
  width: 600px;
  margin: 0 auto;
}
.apply-form .fixation .form .el-select {
  width: 100%;
}
.apply-form .fixation .button {
  width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.apply-form .fixation .button .el-button {
  width: 260px;
  background: linear-gradient(135deg, #7cb7ff, #0076FE);
  color: #FFFFFF;
}
.edr-feature,
.edr-time,
.edr-content,
.edr-step {
  width: 100%;
}
.edr-feature .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.edr-feature .list .item {
  width: 250px;
  height: 390px;
  background: url('../img/edr-feature-bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.edr-feature .list .item .item-index {
  width: 80px;
  height: 40px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.edr-feature .list .item .item-name,
.edr-feature .list .item .item-icon,
.edr-feature .list .item .desc {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
}
.edr-feature .list .item .item-name {
  font-size: 18px;
}
.edr-feature .list .item .item-icon {
  margin-top: 15px;
}
.edr-feature .list .item .item-icon img {
  height: 50px;
}
.edr-content {
  min-height: 490px;
  background: url('../img/edr-content.png');
  background-size: 100% auto;
  padding-bottom: 70px;
}
.edr-content .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.edr-content .item .index {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 5px 5px 10px #0076FE;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
  font-weight: bold;
}
.edr-content .item .info {
  width: calc(100% - 70px);
  margin-top: 30px;
}
.edr-content .item .info .title {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
}
.edr-content .item .info .desc {
  width: 100%;
  line-height: 30px;
  color: #999999;
}
.edr-time .image,
.edr-step .image {
  width: 100%;
}
.edr-time .image img,
.edr-step .image img {
  width: 100%;
}
.edr-time .button,
.edr-step .button {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.edr-time .button .el-button,
.edr-step .button .el-button {
  width: 200px;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
  color: #FFFFFF;
}
.edr-step {
  padding-bottom: 70px;
}
.control-advantage,
.control-architecture {
  width: 100%;
  padding-bottom: 50px;
}
.control-advantage .list,
.control-architecture .list,
.control-advantage .image,
.control-architecture .image {
  width: 100%;
}
.control-advantage .list,
.control-architecture .list {
  display: flex;
  justify-content: space-between;
}
.control-advantage .list .item,
.control-architecture .list .item {
  width: 310px;
  height: 420px;
  border: 1px dashed #D3D3D3;
  box-sizing: border-box;
}
.control-advantage .list .item .item-title,
.control-architecture .list .item .item-title {
  width: 100%;
  height: 85px;
  background: url('../img/control-title-bg.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.control-advantage .list .item .desc,
.control-architecture .list .item .desc {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  padding: 20px 15px;
  box-sizing: border-box;
}
.control-advantage .list .item .image,
.control-architecture .list .item .image {
  width: 100%;
  height: calc(100% - 175px);
  padding: 0px 15px;
  box-sizing: border-box;
}
.control-advantage .list .item .image img,
.control-architecture .list .item .image img {
  width: 100%;
}
.control-advantage .image img,
.control-architecture .image img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.control-core {
  width: 100%;
  background: #f5f7fa;
  padding-bottom: 50px;
}
.control-core .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.control-core .list .item {
  width: 15%;
  height: 360px;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #D3D3D3;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow: hidden;
}
.control-core .list .item .circle {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  box-sizing: border-box;
  border-radius: 50%;
  background: linear-gradient(135deg, #7cb7ff, #0076FE);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  top: -40px;
}
.control-core .list .item .title {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #0076FE;
  font-weight: bold;
}
.control-core .list .item .icon {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
}
.control-core .list .item .icon img {
  height: 100%;
}
.control-core .list .item .desc {
  width: 100%;
  margin-top: 20px;
}
.control-core .list .item .desc li {
  width: 100%;
  height: 30px;
  color: #666666;
  font-size: 14px;
  text-align: center;
}
.commodity-feature,
.commodity-process,
.commodity-license {
  width: 100%;
  padding-bottom: 50px;
}
.commodity-feature .list,
.commodity-process .list,
.commodity-license .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.commodity-feature .list img,
.commodity-process .list img,
.commodity-license .list img {
  height: 290px;
  display: block;
}
.commodity-feature .image,
.commodity-process .image,
.commodity-license .image {
  width: 100%;
}
.commodity-feature .image img,
.commodity-process .image img,
.commodity-license .image img {
  width: 100%;
}
.commodity-process {
  background: linear-gradient(#4662ff, #0ec9ff);
}
.commodity-process .public-title .zh,
.commodity-process .public-title .en {
  color: #FFFFFF;
}
.commodity-license {
  background: #f5f7fa;
}
.commodity-license .button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.commodity-license .button .el-button {
  width: 180px;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
  color: #FFFFFF;
}
.sercret-point,
.sercret-step,
.sercret-scenario {
  width: 100%;
}
.sercret-point {
  height: 535px;
  background: url('../img/sercret-bg.png') no-repeat;
  background-size: 100% 100%;
}
.sercret-point .public-title .zh,
.sercret-point .public-title .en {
  color: #FFFFFF;
}
.sercret-point .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sercret-point .list img {
  width: 190px;
}
.sercret-step {
  padding-bottom: 50px;
}
.sercret-step .image {
  width: 100%;
}
.sercret-step .image img {
  width: 100%;
}
.sercret-scenario {
  padding-bottom: 50px;
  background: #f5f7fa;
}
.sercret-scenario .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sercret-scenario .list .item {
  width: 235px;
  height: 170px;
  background: #2d9fff;
  border-radius: 12px;
  margin-bottom: 50px;
  color: #FFFFFF;
  box-shadow: 10px 10px 0px #d0d5fc;
}
.sercret-scenario .list .item .icon {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sercret-scenario .list .item .icon img {
  height: 50px;
}
.sercret-scenario .list .item .desc {
  width: 100%;
  height: calc(100% - 90px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 25px;
  box-sizing: border-box;
  text-align: center;
}
.sercret-scenario .button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sercret-scenario .button .el-button {
  width: 180px;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
  color: #FFFFFF;
}
.execute-introduce {
  width: 100%;
  padding-bottom: 50px;
  background: url('../img/financial-introduce-background.png') no-repeat;
  background-size: 100% 100%;
}
.execute-introduce p {
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}
.execute_spec {
  width: 100%;
  background: #e9ebf0;
  padding-bottom: 50px;
}
.execute_spec .execute_list {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.execute_spec .execute_list .execute_item {
  width: 255px;
  height: 310px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 15px;
  box-sizing: border-box;
}
.execute_spec .execute_list .execute_item .execute_icon {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.execute_spec .execute_list .execute_item .execute_icon img {
  height: 70px;
}
.execute_spec .execute_list .execute_item .execute_name {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.execute_spec .execute_list .execute_item .execute_cont {
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-indent: 2em;
}
.execute_flow .execute_image {
  width: 100%;
  margin-top: 30px;
}
.execute_flow .execute_image img {
  width: 100%;
}
.execute_flow .execute_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 20px;
  box-sizing: border-box;
  margin-top: 40px;
}
.execute_flow .execute_block .execute_tab {
  width: 640px;
  height: 140px;
  background: #e6f1fd;
  border-radius: 30px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.execute_flow .execute_block .execute_tab .execute_icon {
  width: 120px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.execute_flow .execute_block .execute_tab .execute_icon img {
  height: 80px;
  display: block;
}
.execute_flow .execute_block .execute_tab .execute_cont {
  width: calc(100% - 120px);
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 35px;
}
.execute_scope {
  padding-bottom: 50px;
  background: #e9ebf0;
}
.execute_scope .execute_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  box-sizing: border-box;
  margin-top: 30px;
}
.execute_scope .execute_ul .execute_unit {
  width: 380px;
  height: 300px;
  border-radius: 20px;
  box-shadow: 0px 0px 8px #2187ee;
  background: #FFFFFF;
  padding: 15px;
  box-sizing: border-box;
}
.execute_scope .execute_ul .execute_unit .execute_name {
  width: 100%;
  height: 60px;
  font-size: 20px;
  color: #2187EE;
  display: flex;
  justify-content: center;
  align-items: center;
}
.execute_scope .execute_ul .execute_unit .execute_cont {
  width: 100%;
  margin-top: 10px;
  line-height: 30px;
  font-size: 14px;
  padding: 0px 20px;
  box-sizing: border-box;
  color: #999999;
}
.execute_scope .execute_ul .execute_unit .execute_cont img {
  width: 16px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.execute_step .execute_step_img {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.execute_step .button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  margin-top: 50px;
}
.execute_step .button .el-button {
  width: 180px;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
  color: #FFFFFF;
}
.testament_product {
  background: url('../img/financial-introduce-background.png') no-repeat;
  background-size: 100% 100%;
}
.testament_device .button,
.property_app .button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  margin-top: 50px;
}
.testament_device .button .el-button,
.property_app .button .el-button {
  width: 180px;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
  color: #FFFFFF;
}
.property_flow .public-title .zh,
.property_flow .public-title .en {
  color: #FFFFFF;
}
.letter-features,
.letter-step,
.letter-scope,
.letter-process {
  width: 100%;
}
.letter-features {
  height: 780px;
  background: #f5f7fa;
}
.letter-features .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.letter-features .list .item {
  width: 48%;
  height: 230px;
  margin-bottom: 50px;
  box-shadow: 0px 0px 10px #e6f1fd;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
}
.letter-features .list .item .icon {
  width: 140px;
  height: 100%;
  display: flex;
  align-items: center;
}
.letter-features .list .item .icon img {
  width: 90px;
  height: 90px;
}
.letter-features .list .item .info {
  width: calc(100% - 100px);
  height: 100%;
}
.letter-features .list .item .info .title {
  width: 100%;
  padding-top: 20px;
  line-height: 50px;
  font-size: 16px;
  color: #333333;
}
.letter-features .list .item .info .desc {
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
.letter-step {
  background: linear-gradient(#4761ff, #0ecaff);
  padding-bottom: 70px;
}
.letter-step .public-title .zh,
.letter-step .public-title .en {
  color: #FFFFFF;
}
.letter-step .image {
  width: 100%;
}
.letter-step .image img {
  width: 100%;
}
.letter-scope .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.letter-scope .list .item {
  width: 210px;
  height: 210px;
  border: 1px solid #D3D3D3;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.letter-scope .list .item .image {
  width: 100%;
  height: 150px;
}
.letter-scope .list .item .image img {
  width: 100%;
  height: 100%;
}
.letter-scope .list .item .name {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.letter-process {
  background: #f5f7fa;
  padding-bottom: 50px;
}
.letter-process .image {
  width: 100%;
}
.letter-process .image img {
  width: 100%;
}
.letter-process .button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  margin-top: 50px;
}
.letter-process .button .el-button {
  width: 180px;
  background: linear-gradient(135deg, #66c2fb, #0076FE);
  color: #FFFFFF;
}
.digtal-features {
  height: 840px;
  background: url('../img/digtal-background.png') no-repeat;
  background-size: 100% 100%;
}
.digtal-features .public-title .zh,
.digtal-features .public-title .en {
  color: #FFFFFF;
}
.digtal-features .image {
  width: 100%;
}
.digtal-features .image img {
  width: 100%;
}
.digtal-application .desc,
.digtal-application .image {
  width: 100%;
}
.digtal-application .desc {
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.digtal-application .image {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}
.digtal-application .image img {
  width: 80%;
}
