/* 头部区域 */
#CyberCube .header .logo {
  background: transparent url('../../img/iai/cc_logo.png') no-repeat;
  background-size: 100%;
}
/* 内容区域 - 核心功能 */
#CyberCube .content-wrapper .core-function {
  height: 819px;
  background: transparent url('../../img/iai/polygon.png') center -437px no-repeat;
}
#CyberCube .core-function .arrow-pointer {
  bottom: 43px;
}
#CyberCube .content-function .center .computer-data {
  width: 491px;
  height: 238px;
  position: absolute;
  top: 173px;
  right: 37px;
}

/* 内容区域 - 客户用例 */
#CyberCube .content-wrapper .user-case {
  padding-top: 47px;
  height: 867px;
  background: #fff url('../../img/iai/cc_usercase_bg.png') center -83px no-repeat;
  background-size: 872px 1007px;
  text-align: center;
}
#CyberCube .user-case .title {
  font-size: 24px;
  margin-bottom: 29px;
}
#CyberCube .user-case .desc {
  width: 998px;
  line-height: 40px;
  letter-spacing: 2px;
  font-size: 18px;
}
#CyberCube .user-case .title-value {
  margin-bottom: 9px;
  margin-top: 50px;
}
#CyberCube .user-case .img-template {
  width: 813px;
  height: 182px;
  background: transparent url('../../img/iai/cc_usercase_template.png')
    no-repeat;
  background-size: 100%;
  margin: 0 auto;
}
