@charset "UTF-8";
@font-face {
  font-family: DINCond;
  src: url("/binary/fonts/DINCond-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: Roboto;
  src: url("https://keying-binary.oss-cn-shanghai.aliyuncs.com/fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
}
* {
  box-sizing: inherit;
}

html, body {
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Roboto, "Noto Sans CJK SC", "Source Han Sans CN", "Hiragino Sans GB", "冬青黑体", STHeiti, "华文黑体", "Microsoft YaHei", SimHei, "黑体", "WenQuanYi Micro Hei", "文泉驿微米黑", sans-serif;
}

html.en {
  font-family: Roboto, "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

body {
  min-width: 375px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 1024px) {
  body {
    min-width: 1024px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

noscript {
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: white;
  text-align: center;
  font-weight: bold;
  font-family: serif;
  color: #E60012;
}

::-webkit-input-placeholder {
  color: #9E9E9F;
}

::-moz-placeholder {
  color: #9E9E9F;
}

:-moz-placeholder {
  color: #9E9E9F;
}

:-ms-input-placeholder {
  color: #9E9E9F;
}

#container {
  position: relative;
  display: block;
  left: 0;
  -webkit-transition: left 0.5s ease 0s;
  -moz-transition: left 0.5s ease 0s;
  -ms-transition: left 0.5s ease 0s;
  -o-transition: left 0.5s ease 0s;
  transition: left 0.5s ease 0s;
}
#container.aside {
  left: -307px;
}

.storey {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.storey .background-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.content-wrapper {
  position: relative;
  display: block;
  width: 343px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .content-wrapper {
    overflow: visible;
    width: 960px;
  }
}
.content-wrapper.fullHeight {
  height: 100%;
}

.hidden {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .hiddenForDesktop {
    display: none !important;
  }
}

.hiddenTillDesktop {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .hiddenTillDesktop {
    display: block !important;
  }
  .hiddenTillDesktop.inline {
    display: inline !important;
  }
  .hiddenTillDesktop.inlineBlock {
    display: inline-block !important;
  }
}

.visibilityHidden {
  visibility: hidden;
}

.opacity0 {
  opacity: 0;
}

.transition05s {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.transitionOpacityVisibility05s {
  -webkit-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, visibility 0.5s ease 0s;
}

#header {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: rgba(17, 23, 47, 0.9);
  border-bottom: 1px solid #707578;
  white-space: nowrap;
  -webkit-transition: left 0.5s ease 0s;
  -moz-transition: left 0.5s ease 0s;
  -ms-transition: left 0.5s ease 0s;
  -o-transition: left 0.5s ease 0s;
  transition: left 0.5s ease 0s;
}
#header.aside {
  left: -307px;
}
#header #logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  left: -3px;
  height: 40px;
  margin-top: 20px;
}
#header .wrapper.at-right {
  position: absolute;
  right: 0;
  top: 29px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}
#header .wrapper.at-right .link {
  display: none;
  margin-right: 32px;
  color: #F2F2F2;
  -webkit-transition: color 0.1s ease 0s;
  -moz-transition: color 0.1s ease 0s;
  -ms-transition: color 0.1s ease 0s;
  -o-transition: color 0.1s ease 0s;
  transition: color 0.1s ease 0s;
}
@media screen and (min-width: 1024px) {
  #header .wrapper.at-right .link {
    display: inline-block;
    vertical-align: baseline;
  }
}
#header .wrapper.at-right .link.last {
  margin-right: 0;
}
#header .wrapper.at-right .link.on, #header .wrapper.at-right .link:hover {
  color: #E20054;
}
#header .wrapper.at-right .link.on {
  font-size: 16px;
  font-weight: 600;
}
html.en #header .wrapper.at-right .link {
  margin-right: 14px;
}
html.en #header .wrapper.at-right .link.last {
  margin-right: 0;
}
#header .wrapper.at-right #language {
  position: relative;
  display: none;
  vertical-align: middle;
  margin-left: 56px;
  color: #F2F2F2;
}
#header .wrapper.at-right #language:hover {
  color: #E20054;
  -webkit-transition: color 0.1s ease 0s;
  -moz-transition: color 0.1s ease 0s;
  -ms-transition: color 0.1s ease 0s;
  -o-transition: color 0.1s ease 0s;
  transition: color 0.1s ease 0s;
}
html.en #header .wrapper.at-right #language {
  margin-left: 40px;
}
@media screen and (min-width: 1024px) {
  #header .wrapper.at-right #language {
    display: inline-block;
    vertical-align: baseline;
  }
}
#header .wrapper.at-right #menuButton {
  position: absolute;
  width: 36px;
  right: 0;
  top: -2px;
}
@media screen and (min-width: 1024px) {
  #header .wrapper.at-right #menuButton {
    display: none;
  }
}
#header .wrapper.at-right #menuButton .line {
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
  background-color: #F2F2F2;
  border-radius: 1px;
}
#header .wrapper.at-right #menuButton .line.last {
  margin-bottom: 0;
}

#mobile-menu {
  position: fixed;
  z-index: 0;
  display: block;
  width: 307px;
  height: 100%;
  right: -307px;
  top: 0;
  background-color: #3A3A3A;
  -webkit-transition: right 0.5s ease 0s;
  -moz-transition: right 0.5s ease 0s;
  -ms-transition: right 0.5s ease 0s;
  -o-transition: right 0.5s ease 0s;
  transition: right 0.5s ease 0s;
}
#mobile-menu.show {
  right: 0;
}
@media screen and (min-width: 1024px) {
  #mobile-menu {
    display: none;
  }
}
#mobile-menu .logo {
  height: 40px;
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 15px;
}
#mobile-menu .entry {
  display: block;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 20px;
  color: white;
  font-size: 16px;
}
#mobile-menu .entry.on {
  color: #E20054;
}

.motto {
  position: absolute;
  left: -2px;
  bottom: 40px;
  line-height: 1.4;
  font-size: 28px;
  color: #B3B3B4;
}
.motto.smaller {
  font-size: 19px;
}
#carousel .motto, .motto.brighter {
  left: 0;
  bottom: 40px;
  color: #F2F2F2;
}
@media screen and (min-width: 1024px) {
  #carousel .motto, .motto.brighter {
    left: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .motto {
    bottom: 80px;
    font-size: 32px;
  }
  .motto.smaller {
    font-size: 28px;
  }
}
.motto .keyword {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .motto .keyword {
    font-size: 40px;
  }
}
.motto .highlight {
  color: #E20054;
}

.caption {
  position: relative;
  line-height: 38px;
  font-size: 24px;
  color: #595757;
}
@media screen and (min-width: 1024px) {
  .caption {
    font-size: 32px;
  }
}
.caption .bottom-separator {
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 70px;
  height: 0;
  margin-left: -35px;
  border-bottom: 2px solid #E20054;
}
.caption .bottom-separator.at-left {
  left: 0;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .caption .bottom-separator.atLeftOnlyOnDesktop {
    left: 0;
    margin-left: 0;
  }
}
.caption .bottom-separator.lower {
  bottom: -20px;
}

.article-wrapper {
  padding-top: 130px;
  padding-bottom: 100px;
}
@media screen and (min-width: 1024px) {
  .article-wrapper {
    padding-top: 150px;
  }
  .article-wrapper.largerBottomPadding {
    padding-bottom: 200px;
  }
}
.article-wrapper .back-link {
  display: inline-block;
  vertical-align: baseline;
  color: #595757;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .article-wrapper .back-link {
    font-size: 16px;
  }
}
.article-wrapper .back-link .icon {
  display: inline-block;
  vertical-align: baseline;
  height: 0.8em;
  margin-right: 12px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.article-wrapper h1 {
  margin: 30px 0 8px 0;
  color: #595757;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .article-wrapper h1 {
    width: 650px;
    margin-bottom: 12px;
    font-size: 32px;
  }
}
.article-wrapper .title-deco {
  width: 70px;
  height: 1px;
  background-color: #E20054;
}
@media screen and (min-width: 1024px) {
  .article-wrapper .title-deco {
    height: 2px;
  }
}
.article-wrapper #article {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .article-wrapper #article {
    width: 650px;
    font-size: 16px;
  }
}
.article-wrapper #article h2 {
  margin-top: 36px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .article-wrapper #article h2 {
    font-size: 16px;
  }
}
.article-wrapper #article .underlined {
  text-decoration: underline;
}

.brand-logo-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  margin: 5px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .brand-logo-wrapper {
    width: 150px;
    height: 150px;
  }
  .brand-logo-wrapper.monochrome img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    transition: all 1s linear 0s;
  }
  .brand-logo-wrapper.monochrome img:hover {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    filter: none;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
  .brand-logo-wrapper.dim img {
    opacity: 0.7;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    transition: all 1s linear 0s;
  }
  .brand-logo-wrapper.dim img:hover {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
}
.brand-logo-wrapper img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.storey.contact {
  background-color: #595757;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-y: top;
  letter-spacing: 2px;
}
.storey.contact .background-mask {
  background-color: rgba(17, 23, 47, 0.7);
}
.storey.contact #contact-info {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 48px 0 30px 0;
  font-size: 0;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info {
    width: 600px;
  }
}
.storey.contact #contact-info .title {
  color: #F2F2F2;
  font-size: 32px;
  font-weight: 400;
}
.storey.contact #contact-info .item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 36px;
  line-height: 36px;
  margin-top: 32px;
  margin-right: 32px;
  color: #F2F2F2;
  font-size: 0;
}
.storey.contact #contact-info .item.wechat {
  cursor: pointer;
}
.storey.contact #contact-info .item.wechat .icon {
  margin-right: 0;
}
.storey.contact #contact-info .item.wechat .popupQR {
  position: fixed;
  z-index: 10000;
  display: none;
  left: 0;
  width: 100%;
  top: 80px;
  bottom: 0;
  line-height: normal;
  font-size: 0;
}
.storey.contact #contact-info .item.wechat .popupQR.show {
  display: block;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .item.wechat .popupQR {
    position: absolute;
    left: 50%;
    bottom: 150%;
    top: auto;
    width: 322px;
    margin-left: -161px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  }
}
.storey.contact #contact-info .item.wechat .popupQR img {
  width: 100%;
}
.storey.contact #contact-info .item.wechat .popupQR .triangle {
  display: none;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-info .item.wechat .popupQR .triangle {
    position: absolute;
    display: block;
    left: 50%;
    bottom: -21px;
    width: 0;
    height: 0;
    margin-left: -18px;
    border-style: solid;
    border-width: 22px 18px 0 18px;
    border-color: white transparent transparent transparent;
  }
}
.storey.contact #contact-info .item .icon {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.storey.contact #contact-info .item span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.storey.contact #contact-info .map {
  width: 230px;
  margin-top: 35px;
}
.storey.contact #contact-info .address {
  position: relative;
  margin-top: 20px;
  color: #F2F2F2;
  font-size: 14px;
  letter-spacing: 1px;
}
.storey.contact #contact-form {
  display: block;
  width: 272px;
  margin-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .storey.contact #contact-form {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    padding: 128px 0 30px 0;
  }
}
.storey.contact #contact-form input, .storey.contact #contact-form textarea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  letter-spacing: 2px;
  color: #F2F2F2;
  border: 1px solid #F2F2F2;
  border-radius: 0;
  outline: none;
}
.storey.contact #contact-form input {
  height: 36px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.storey.contact #contact-form textarea {
  height: 160px;
  padding: 10px 15px;
  resize: none;
}
.storey.contact #contact-form #contactSubmitWrapper {
  text-align: right;
}
.storey.contact #contact-form #contactSubmitWrapper #contact-submit {
  margin-top: 10px;
  padding: 0;
  background-color: transparent;
  color: #F2F2F2;
  font-size: 14px;
  border: none;
  outline: none;
  cursor: pointer;
}

#footer {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #11172F;
}
#footer .icon, #footer .link {
  display: inline-block;
  vertical-align: middle;
}
#footer .icon {
  height: 30px;
  margin-right: 10px;
}
#footer .link {
  margin-right: 10px;
  color: #F2F2F2;
  font-size: 12px;
  font-weight: 300;
}
#footer .link:last-of-type {
  margin-right: 0;
}
#footer #beian {
  margin-right: 30px;
}

.storey.digitalEcoPartner {
  padding: 40px 0 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position-y: 90%;
  text-align: center;
}
.storey.digitalEcoPartner.withoutCaption {
  padding-bottom: 70px;
}
@media screen and (min-width: 1024px) {
  .storey.digitalEcoPartner {
    padding-top: 50px;
  }
  .storey.digitalEcoPartner.withoutCaption {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.storey.digitalEcoPartner .background-mask {
  background-color: rgba(17, 23, 47, 0.65);
}
.storey.digitalEcoPartner .content-wrapper .caption {
  color: white;
}
.storey.digitalEcoPartner .content-wrapper .graph {
  height: 326px;
  margin-top: 50px;
  margin-left: 10px;
}
@media screen and (min-width: 1024px) {
  .storey.digitalEcoPartner .content-wrapper .graph {
    height: 540px;
    margin-top: 20px;
    margin-left: 330px;
  }
}
.storey.digitalEcoPartner .content-wrapper .sPivot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
}
@media screen and (min-width: 1024px) {
  .storey.digitalEcoPartner .content-wrapper .sPivot {
    bottom: 20px;
    width: 100px;
  }
}

nav.bar {
  z-index: 100;
  position: fixed;
  height: 50px;
  left: 0;
  width: 100%;
  background-color: #11172F;
  opacity: 0;
  top: -50px;
  transition: all 0.5s ease-in-out;
}
nav.bar.show {
  opacity: 1;
  top: 80px;
}
nav.bar .content-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  nav.bar .content-wrapper {
    justify-content: space-between;
  }
}
nav.bar .content-wrapper .title {
  display: none;
  color: white;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  nav.bar .content-wrapper .title {
    display: block;
  }
}
nav.bar .content-wrapper .entry-wrapper {
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
nav.bar .content-wrapper .entry-wrapper::-webkit-scrollbar {
  display: none;
}
nav.bar .content-wrapper .entry-wrapper .entry {
  color: white;
  font-size: 14px;
  font-weight: 500;
}
nav.bar .content-wrapper .entry-wrapper .entry:not(:first-child) {
  margin-left: 22px;
}
@media screen and (min-width: 1024px) {
  nav.bar .content-wrapper .entry-wrapper .entry:not(:first-child) {
    margin-left: 36px;
  }
}
nav.bar .content-wrapper .entry-wrapper .entry .icon {
  position: relative;
  top: 1px;
  height: 13px;
  margin-left: 6px;
}

.storey.introduction {
  overflow: hidden;
  padding-top: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/index-23.jpg);
}
@media screen and (min-width: 1024px) {
  .storey.introduction {
    height: 760px;
    padding-top: 0;
  }
}
.storey.introduction .background-mask {
  background-color: rgba(17, 23, 47, 0.8);
}
.storey.introduction .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .storey.introduction .content-wrapper {
    flex-direction: row;
    padding-top: 50px;
  }
}
.storey.introduction .content-wrapper section {
  flex: 1;
}
.storey.introduction .caption {
  color: white;
  font-weight: 600;
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .storey.introduction .caption {
    font-size: 40px;
  }
}
.storey.introduction .caption .bottom-separator {
  border-bottom-color: white;
}
@media screen and (min-width: 1024px) {
  .storey.introduction .caption .bottom-separator {
    bottom: -30px;
  }
}
.storey.introduction .slogan {
  margin-top: 20px;
  font-size: 18px;
  color: white;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .storey.introduction .slogan {
    margin-top: 35px;
  }
}
.storey.introduction nav {
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .storey.introduction nav {
    margin-top: 40px;
  }
}
.storey.introduction nav .entry {
  display: inline-block;
  margin-top: 15px;
  margin-right: 26px;
  color: white;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .storey.introduction nav .entry {
    margin-top: 20px;
    margin-right: 50px;
    font-size: 18px;
  }
}
.storey.introduction nav .entry .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  height: 18px;
  margin-left: 3px;
}
.storey.introduction img.pyramid {
  position: relative;
  left: 26px;
  height: 375px;
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  .storey.introduction img.pyramid {
    left: 0;
    height: 420px;
    margin-top: 0;
  }
}

.storey.details {
  padding-top: 80px;
  padding-bottom: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .storey.details {
    padding-top: 60px;
    background-attachment: fixed;
  }
}
.storey.details.consulting {
  background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/strategy-digital-10.jpg);
  background-position-x: 70%;
}
@media screen and (min-width: 1024px) {
  .storey.details.consulting {
    background-position-x: center;
  }
}
.storey.details.consulting .info-card {
  background: linear-gradient(135deg, #C63B93 0%, #59318E 100%);
}
.storey.details.consulting .info-card .background-icon {
  width: 150px;
  right: -7px;
  bottom: -9px;
}
@media screen and (min-width: 1024px) {
  .storey.details.consulting .info-card .background-icon {
    width: 277px;
    right: -56px;
    bottom: -77px;
  }
}
.storey.details.consulting .info-card .description {
  padding-right: 10px;
}
.storey.details.contents {
  background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/strategy-digital-20.jpg);
}
.storey.details.contents .info-card {
  background: linear-gradient(135deg, #D85D33 0%, #59318E 100%);
}
.storey.details.contents .info-card .background-icon {
  width: 177px;
  right: -24px;
  bottom: -5px;
}
@media screen and (min-width: 1024px) {
  .storey.details.contents .info-card .background-icon {
    width: 274px;
    right: -6px;
    bottom: -20px;
  }
}
.storey.details.contents .info-card .description {
  padding-right: 10px;
}
@media screen and (min-width: 1024px) {
  .storey.details.contents .info-card .description {
    padding-right: 60px;
  }
}
.storey.details.operating {
  background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/strategy-digital-30.jpg);
}
.storey.details.operating .info-card {
  background: linear-gradient(135deg, #D85D33 0%, #59318E 100%);
}
.storey.details.operating .info-card .background-icon {
  width: 207px;
  right: -37px;
  bottom: -3px;
}
@media screen and (min-width: 1024px) {
  .storey.details.operating .info-card .background-icon {
    width: 333px;
    right: -70px;
    bottom: -19px;
  }
}
.storey.details.operating .info-card .description {
  padding-right: 10px;
}
@media screen and (min-width: 1024px) {
  .storey.details.operating .info-card .description {
    padding-right: 70px;
  }
}
.storey.details.solutions {
  background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/strategy-digital-40.jpg);
  background-position-x: 70%;
}
@media screen and (min-width: 1024px) {
  .storey.details.solutions {
    background-position-x: center;
  }
}
.storey.details.solutions .info-card {
  background: linear-gradient(135deg, #1A569A 0%, #59318E 100%);
}
.storey.details.solutions .info-card .background-icon {
  width: 179px;
  right: -37px;
  bottom: -51px;
}
@media screen and (min-width: 1024px) {
  .storey.details.solutions .info-card .background-icon {
    width: 306px;
    right: -106px;
    bottom: -120px;
  }
}
.storey.details.solutions .info-card .description {
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .storey.details.solutions .info-card .description {
    padding-right: 70px;
  }
}
.storey.details.products {
  background-image: url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/images/strategy-digital-50.jpg);
}
.storey.details.products .info-card {
  background: linear-gradient(135deg, #1A569A 0%, #59318E 100%);
}
.storey.details.products .info-card .background-icon {
  width: 262px;
  right: -86px;
  bottom: -71px;
}
@media screen and (min-width: 1024px) {
  .storey.details.products .info-card .background-icon {
    width: 426px;
    right: -103px;
    bottom: -122px;
  }
}
.storey.details.products .info-card .description {
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .storey.details.products .info-card .description {
    padding-right: 70px;
  }
}
.storey.details .anchor::before {
  display: block;
  content: " ";
  margin-top: -190px;
  height: 190px;
  visibility: hidden;
  pointer-events: none;
}
.storey.details .background-mask {
  background-color: rgba(17, 23, 47, 0.8);
}
.storey.details .content-wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .storey.details .content-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
.storey.details .info-card {
  overflow: hidden;
  position: relative;
  width: 300px;
  min-height: 220px;
  height: auto;
  padding: 30px 30px 40px 30px;
  color: white;
}
@media screen and (min-width: 1024px) {
  .storey.details .info-card {
    width: 400px;
    height: 440px;
    padding: 40px;
    position: sticky;
    top: 190px;
  }
}
.storey.details .info-card .background-icon {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 100%;
  opacity: 0.1;
}
.storey.details .info-card .title-row {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.storey.details .info-card .title-row .caption {
  flex-shrink: 0;
  color: white;
  font-weight: 300;
}
.storey.details .info-card .title-row .caption .bottom-separator {
  border-color: white;
}
@media screen and (min-width: 1024px) {
  .storey.details .info-card .title-row .caption .bottom-separator {
    bottom: -30px;
  }
}
.storey.details .info-card .title-row .subtitle {
  margin-top: 5px;
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .storey.details .info-card .title-row .subtitle {
    margin-top: 2px;
  }
}
.storey.details .info-card .description {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .storey.details .info-card .description {
    margin-top: 70px;
    font-size: 18px;
  }
}
.storey.details .info-card .chapters {
  display: none;
  margin-top: 70px;
}
@media screen and (min-width: 1024px) {
  .storey.details .info-card .chapters {
    display: block;
  }
}
.storey.details .info-card .chapters .title {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.storey.details .info-card .chapters .title.current {
  color: white;
}
@media screen and (min-width: 1024px) {
  .storey.details .detail-list-container {
    width: 500px;
  }
}
.storey.details .detail-list-container .detail-list {
  margin-top: 40px;
  color: white;
}
.storey.details .detail-list-container .detail-list:not(:first-child) {
  margin-top: 60px;
}
.storey.details .detail-list-container .detail-list.sans-title {
  margin-top: 60px;
}
.storey.details .detail-list-container .detail-list .title {
  font-size: 20px;
}
.storey.details .detail-list-container .detail-list .entry {
  display: flex;
  margin-top: 30px;
}
.storey.details .detail-list-container .detail-list .entry .icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin-right: 25px;
  border: 1px solid white;
  border-radius: 100%;
}
.storey.details .detail-list-container .detail-list .entry .text-wrapper .title {
  margin-top: 2px;
  font-size: 16px;
  font-weight: 600;
}
.storey.details .detail-list-container .detail-list .entry .text-wrapper ul {
  margin-top: 20px;
  margin-bottom: 0;
  padding-inline-start: 16px;
  list-style: square outside url(https://keying-binary.oss-cn-shanghai.aliyuncs.com/icons/list-triangle-purple.png);
}
.storey.details .detail-list-container .detail-list .entry .text-wrapper ul li {
  padding-left: 2px;
  font-size: 14px;
  font-weight: 300;
}
.storey.details .detail-list-container .detail-list .entry .text-wrapper ul li.contains-emphasis {
  margin-bottom: 10px;
}
