html {
  font-size: 16px;
}

body,
div,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

body {
  font-size: 1rem;
}

/*新增试用卡片样式*/

.download {
  width: 100%;
  height: 180px;
  background: #002847;
  position: relative;
  text-align: center;
}

.download_card {
  width: 800px;
  height: 280px;
  /* background-image: linear-gradient(-176deg, #419DFF 4%, #65CAFF 100%, #65CAFF 100%); */
  background: url(/assets/images/selection/product_bg.svg) no-repeat;
  /* background-size: 100% 100%; */
  border-radius: 6px;
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.download_card p {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  margin-top: 76px;
  padding: 0 40px;
}

.applicationBtn {
  box-sizing: border-box;
  width: 180px;
  height: 56px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  line-height: 56px;
  margin-top: 32px;
  transition: all 0.3s linear;
  cursor: pointer;
}

.applicationBtn:hover {
  /* border-color: hsla(0,0%,100%,.5);
    background: hsla(0, 0%, 100%, .2); */
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 3px 10px 0 rgba(94, 105, 120, 0.14);
  /* margin-top: 31px; */
  transform: translateY(-2px);
}

/*end of 新增试用卡片样式*/

/*新增下载按钮样式*/

.header_btn_wrap {
  /* width: 104px; */
  margin: 60px auto 0;
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.applicationBtn {
  box-sizing: border-box;
  width: 180px;
  height: 56px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  line-height: 56px;
  margin-top: 32px;
  transition: all 0.3s linear;
  cursor: pointer;
}

.header_btn_wrap .applicationBtn {
  display: inline-block;
  /* width: 120px;
  height: 38px; */
  height: 40px;
  width: 153px;
  background: #ffffff;
  box-shadow: 0 1px 10px 0 rgba(45, 118, 231, 0.3);
  border-radius: 2px;
  font-size: 16px;
  color: #007fdf;
  letter-spacing: 0;
  line-height: 38px;
  margin-right: 20px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s linear;
  margin-top: 0;
}

.header_btn_wrap .applicationBtn:hover {
  transform: translateY(-2px);
}

/*end of 新增下载按钮样式*/

/*img{
    max-width: none !important;
}*/

.clear {
  clear: both;
}

::selection {
  background-color: #007fdf;
  color: #fff;
}

::-webkit-selection {
  background-color: #007fdf;
  color: #fff;
}

::-moz-selection {
  background-color: #007fdf;
  color: #fff;
}

#container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.header_wrapper {
  width: 100%;
}

.header_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/cmpProduct/cmp_bg.png) center top
    no-repeat;
  background-size: 100%;
  z-index: -1;
}

#header {
  width: 100%;
  min-height: 420px;
  position: relative;
  padding-top: 170px;
  box-sizing: border-box;
  overflow: hidden;
}

.header_title {
  font-size: 64px;
  color: rgba(255, 255, 255, 1);
  line-height: 90px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
}

.header_title_wrap {
  width: 810px;
  margin: auto;
}

.header_title_wrap p {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
}

.header_banner_interface {
  padding-top: 190px;
}

.header_banner_interface_wrapper {
  width: 900px;
  height: 507px;
  position: relative;
  margin: 0 auto;
}

.header_banner_interface_wrapper > div {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.header_banner_interface_4 {
  box-shadow: 0 6px 40px 0 rgba(141, 160, 176, 0.2);
  background: url(../../images/cmpProduct/01.svg) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center bottom;
  transform: translate(-50%, -50%) scale(1) perspective(2038px) rotateY(16deg)
    rotateX(6deg);
  opacity: 1;
}

.header_banner_interface_1 {
  background: url(../../images/cmpProduct/01.svg) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center bottom;
  transform: translate(-50%, -50%) scale(1) perspective(2038px) rotateY(16deg)
    rotateX(6deg);
  opacity: 1;
  animation: cmp_interface_animate1 9s linear 0s infinite;
}

@keyframes cmp_interface_animate1 {
  28% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) perspective(2038px) rotateY(16deg)
      rotateX(6deg);
  }
  33% {
    opacity: 0;
    transform: translate(-50%, -10%) scale(0.65) perspective(2038px)
      rotateY(16deg) rotateX(-90deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -10%) scale(0.65) perspective(2038px)
      rotateY(16deg) rotateX(-90deg);
  }
}

.header_banner_interface_2 {
  background: url(../../images/cmpProduct/02.svg) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center bottom;
  transform: translate(-50%, -50%) scale(1) perspective(2038px) rotateY(16deg)
    rotateX(6deg);
  opacity: 1;
  animation: cmp_interface_animate2 9s linear 0s infinite;
}

@keyframes cmp_interface_animate2 {
  61% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) perspective(2038px) rotateY(16deg)
      rotateX(6deg);
  }
  66% {
    opacity: 0;
    transform: translate(-50%, -10%) scale(0.65) perspective(2038px)
      rotateY(16deg) rotateX(-90deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -10%) scale(0.65) perspective(2038px)
      rotateY(16deg) rotateX(-90deg);
  }
}

.header_banner_interface_3 {
  background: url(../../images/cmpProduct/03.svg) center no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center bottom;
  transform: translate(-50%, -50%) scale(1) perspective(2038px) rotateY(16deg)
    rotateX(6deg);
  opacity: 1;
  animation: cmp_interface_animate3 9s linear 0s infinite;
}

@keyframes cmp_interface_animate3 {
  94% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) perspective(2038px) rotateY(16deg)
      rotateX(6deg);
  }
  99% {
    opacity: 0;
    transform: translate(-50%, -10%) scale(0.65) perspective(2038px)
      rotateY(16deg) rotateX(-90deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -10%) scale(0.65) perspective(2038px)
      rotateY(16deg) rotateX(-90deg);
  }
}

.header_banner_interface_bg1 {
  background-color: #dbe7f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center bottom;
  transform: translate(-60%, -55%) scale(0.85) perspective(2038px)
    rotateY(16deg) rotateX(6deg);
  opacity: 1;
  box-shadow: 0 6px 40px 0 rgba(141, 160, 176, 0.2);
}

@media screen and (max-width: 1199px) {
  .header_banner_interface_wrapper {
    width: 800px;
    height: 450px;
  }
}

@media screen and (max-width: 999px) {
  .header_banner_interface_wrapper {
    width: 600px;
    height: 337.5px;
  }
}

@media screen and (max-width: 699px) {
  .header_banner_interface_wrapper {
    width: 400px;
    height: 225px;
  }
}

@media screen and (max-width: 459px) {
  .header_banner_interface_wrapper {
    width: 300px;
    height: 168.75px;
  }
}

.cmpHeaderCard {
  width: 1120px;
  margin: 210px auto 90px;
}

.cmpHeaderCard_title {
  font-size: 36px;
  font-weight: 500;
  color: rgba(26, 39, 54, 1);
  line-height: 50px;
  text-align: center;
}

.cmpHeaderCard_content {
  margin-top: 70px;
}

.cmpHeaderCard_content::after {
  content: ".";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.cmpHeaderCard_content > li {
  float: left;
  width: 265px;
  height: 260px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 6px 14px 0px rgba(198, 211, 220, 0.3);
  border-radius: 4px;
  padding: 40px 40px 0 40px;
  box-sizing: border-box;
}

.cmpHeaderCard_content > li > div {
  margin: 14px 0 20px 0;
  font-size: 20px;
  font-weight: 500;
  color: rgba(26, 39, 54, 1);
  line-height: 28px;
}

.cmpHeaderCard_content > li > p {
  width: 200px;
  font-size: 16px;
  color:#5E6978;
  line-height: 30px;
}

.cmpHeaderCard_content > li > i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/assets/images/cmpProduct/icon_major.svg);
}

.cmpHeaderCard_content .cmp_card1_i {
  background-position: 0;
}

.cmpHeaderCard_content .cmp_card2_i {
  background-position: -40px 0;
}

.cmpHeaderCard_content .cmp_card3_i {
  background-position: -80px 0;
}

.cmpHeaderCard_content .cmp_card4_i {
  background-position: -120px 0;
}

.cmpHeaderCard_content li:nth-child(1) {
  margin-right: 20px;
}

.cmpHeaderCard_content li:nth-child(2) {
  margin-right: 20px;
}

.cmpHeaderCard_content li:nth-child(3) {
  margin-right: 20px;
}

@media screen and (max-width: 1199px) {
  .header_bg {
    position: absolute;
    top: 0;
    width: 1199px;
    height: 100%;
    background: url(/assets/images/cmpProduct/cmp_bg.png) center top
      no-repeat;
    background-size: 100%;
    z-index: -1;
  }
  .header_banner_interface > img {
    width: 710px;
  }
  .cmpHeaderCard {
    width: 100%;
    margin-top: 144px;
  }
  .cmpHeaderCard_content {
    width: 550px;
    margin: 70px auto 0;
  }
  .cmpHeaderCard_content li:nth-child(1) {
    margin-bottom: 20px;
  }
  .cmpHeaderCard_content li:nth-child(2) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .header_title_wrap {
    width: 80%;
  }
}

@media screen and (max-width: 749px) {
  .header_banner_interface > img {
    width: 500px;
  }
}

@media screen and (max-width: 579px) {
  .cmpHeaderCard_content {
    width: 265px;
    margin: 70px auto 0;
  }
  .cmpHeaderCard_content li:nth-child(1) {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .cmpHeaderCard_content li:nth-child(3) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 529px) {
  .header_banner_interface > img {
    width: 350px;
  }
  .cmpHeaderCard {
    margin-top: 100px;
  }
}

@media screen and (max-width: 480px) {
  .header_title {
    font-size: 48px;
    line-height: 75px;
  }
}

/* middle */

.cmp_middle_title {
  font-size: 36px;
  font-weight: 500;
  color: rgba(26, 39, 54, 1);
  line-height: 50px;
  margin-top: 70px;
  text-align: center;
  margin-bottom: 125px;
}

@media screen and (max-width: 579px) {
  .cmp_middle_title {
    margin-top: 50px;
    margin-bottom: 90px;
  }
}

/* 多云平台接入  */

.cmp_platform_access {
  width: 1273px;
  margin: 0 auto;
}

.cmp_platform_access::after {
  content: ".";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.cmp_platform_access_left {
  float: left;
  width: 618px;
  height: 294px;
  background: url(/assets/images/cmpProduct/cmp_1_bg.svg) center
    no-repeat;
  background-size: 100%;
  position: relative;
}

.cmp_platform_access_rotate {
  width: 300px;
  height: 300px;
  position: absolute;
  top: -3px;
  left: 159px;
  background: url(/assets/images/cmpProduct/cmp_1_circle.svg) center
    no-repeat;
  background-size: 100%;
  animation: cmp_platform_rotate 4s linear 0s infinite;
  transform: rotate(0deg);
}

@keyframes cmp_platform_rotate {
  100% {
    transform: rotate(360deg);
  }
}

.cmp_platform_access_mask {
  width: 100%;
  height: 100%;
  background: url(/assets/images/cmpProduct/cmp_1_vm.svg) center
    no-repeat;
  background-size: 100%;
  position: relative;
}

.cmp_platform_access_right {
  float: right;
  width: 565px;
  padding-top: 97px;
}

.cmp_platform_access_right > div {
  font-size: 36px;
  font-weight: 500;
  color: rgba(26, 39, 54, 1);
  line-height: 50px;
  margin-bottom: 20px;
}

.cmp_platform_access_right > p {
  font-size: 20px;
  color: rgba(55, 71, 90, 1);
  line-height: 36px;
}

@media screen and (max-width: 1399px) {
  .cmp_platform_access {
    width: 100%;
  }
  .cmp_platform_access_left {
    float: none;
    margin: 0 auto;
  }
  .cmp_platform_access_right {
    float: none;
    padding-top: 0;
    padding-bottom: 70px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 709px) {
  .cmp_platform_access_left {
    transform: scale(0.7);
  }
  .cmp_platform_access_right {
    width: 80%;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 579px) {
  .cmp_platform_access_left {
    position: relative;
    left: 50%;
    transform: scale(0.6) translateX(-84%);
  }
}

@media screen and (max-width: 400px) {
  .cmp_platform_access_left {
    position: relative;
    left: 50%;
    transform: scale(0.5) translateX(-101%);
  }
}

/* 全栈资源管理 */

.cmp_resource_manage {
  width: 1263px;
  margin: 144px auto 160px;
  transform: translateX(58px);
}

.cmp_resource_manage::after {
  content: ".";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.cmp_resource_manage_left {
  float: left;
  width: 500px;
  padding-top: 107px;
}

.cmp_resource_manage_left > div {
  font-size: 36px;
  font-weight: 500;
  color: rgba(26, 39, 54, 1);
  line-height: 50px;
  margin-bottom: 20px;
}

.cmp_resource_manage_left > p {
  font-size: 20px;
  color: rgba(55, 71, 90, 1);
  line-height: 36px;
}

.cmp_resource_manage_right {
  float: right;
  width: 654px;
  height: 430px;
  background: url(/assets/images/cmpProduct/cmp_2.svg) center
    no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 1399px) {
  .cmp_resource_manage {
    width: 100%;
    transform: translateX(0);
    margin: 144px auto 124px;
  }
  .cmp_resource_manage_right {
    float: none;
    margin: 0 auto;
  }
  .cmp_resource_manage_left {
    float: none;
    padding-top: 0;
    padding-bottom: 70px;
    margin: 0 auto;
    width: 565px;
  }
}

@media screen and (max-width: 709px) {
  .cmp_resource_manage {
    margin: 45px auto 0;
  }
  .cmp_resource_manage_right {
    transform: scale(0.7) translateX(-20px);
  }
  .cmp_resource_manage_left {
    width: 80%;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 609px) {
  .cmp_resource_manage_right {
    position: relative;
    left: 50%;
    transform: scale(0.6) translateX(-85%);
  }
}

@media screen and (max-width: 400px) {
  .cmp_resource_manage_right {
    position: relative;
    left: 50%;
    transform: scale(0.5) translateX(-101%);
  }
}

/* 智能监控运维  */

.cmp_monitorMaintain {
  width: 1130px;
  margin: 0 auto;
  transform: translateX(-10px);
}

.cmp_monitorMaintain::after {
  content: ".";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.cmp_monitorMaintain_left {
  float: left;
  background: url(/assets/images/cmpProduct/cmp_monitor.svg) center
    no-repeat;
  background-size: 100%;
  width: 500px;
  height: 410px;
  position: relative;
  box-shadow: 0px 20px 40px 0px rgba(224, 229, 238, 0.2);
  border-radius: 6px;
  /* border:2px solid rgba(232,239,246,1); */
}

.cmp_monitorMaintain_left_wrapper {
  position: absolute;
  left: 30px;
  top: 267px;
  width: 640px;
}

.cmp_monitorMaintain_left_wrapper::after {
  content: ".";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.cmp_monitorMaintain_left_wrapper > div {
  float: left;
  width: 190px;
  height: 104px;
  border-radius: 4px;
  margin-right: 20px;
}

.cmp_monitorMaintain_left_cpu {
  background: url(/assets/images/cmpProduct/cpu_h.png) center
    no-repeat;
  background-size: 100%;
  box-shadow: 0px 4px 10px 0px rgba(0, 94, 164, 0.2);
  animation: cmp_monitorMaintain_cpu 9s linear 0s infinite;
}

.cmp_monitorMaintain_left_memory {
  background: url(/assets/images/cmpProduct/memory_n.png) center
    no-repeat;
  background-size: 100%;
  box-shadow: 0px 4px 10px 0px rgba(112, 150, 178, 0.08);
  animation: cmp_monitorMaintain_memory 9s linear 0s infinite;
}

.cmp_monitorMaintain_left_network {
  background: url(/assets/images/cmpProduct/disk_n.png) center
    no-repeat;
  background-size: 100%;
  box-shadow: 0px 4px 10px 0px rgba(112, 150, 178, 0.08);
  animation: cmp_monitorMaintain_network 9s linear 0s infinite;
}

@keyframes cmp_monitorMaintain_cpu {
  0% {
    background: url(/assets/images/cmpProduct/cpu_h.png) center
      no-repeat;
    box-shadow: 0px 4px 10px 0px rgba(0, 94, 164, 0.2);
  }
  28% {
    background: url(/assets/images/cmpProduct/cpu_h.png) center
      no-repeat;
    box-shadow: 0px 4px 10px 0px rgba(0, 94, 164, 0.2);
  }
  33.3% {
    background: url(/assets/images/cmpProduct/cpu_n.png) center
      no-repeat;
    box-shadow: 0px 4px 10px 0px rgba(112, 150, 178, 0.08);
  }
  95% {
    background: url(/assets/images/cmpProduct/cpu_n.png) center
      no-repeat;
    box-shadow: 0px 4px 10px 0px rgba(112, 150, 178, 0.08);
  }
}

@keyframes cmp_monitorMaintain_memory {
  28% {
    background: url(/assets/images/cmpProduct/memory_n.png) center
      no-repeat;
    box-shadow: 0px 4px 10px 0px rgba(112, 150, 178, 0.08);
  }
  33.3% {
    background: url(/assets/images/cmpProduct/memory_h.png) center
      no-repeat;
    box-shadow: 0px 4px 10px 0px rgba(0, 94, 164, 0.2);
  }
  61% {
    background: url(/assets/images/cmpProduct/memory_h.png) center
      no-repeat;
    box-shadow: 0px 4px 10px 0px rgba(0, 94, 164, 0.2);
  }
  66.6% {
    background: url(/assets/images/cmpProduct/memory_n.png) center
      no-repeat;
    box-shadow: 0px 4px 10px 0px rgba(112, 150, 178, 0.08);
  }
}

@keyframes cmp_monitorMaintain_network {
  61% {
    background: url(/assets/images/cmpProduct/disk_n.png) center
      no-repeat;
    box-shadow: 0px 4px 10px 0px rgba(112, 150, 178, 0.08);
  }
  66.6% {
    background: url(/assets/images/cmpProduct/disk_h.png) center
      no-repeat;
    box-shadow: 0px 4px 10px 0px rgba(0, 94, 164, 0.2);
  }
  94% {
    background: url(/assets/images/cmpProduct/disk_h.png) center
      no-repeat;
    box-shadow: 0px 4px 10px 0px rgba(0, 94, 164, 0.2);
  }
  100% {
    background: url(/assets/images/cmpProduct/disk_n.png) center
      no-repeat;
    box-shadow: 0px 4px 10px 0px rgba(112, 150, 178, 0.08);
  }
}

.cmp_monitorMaintain_right {
  float: right;
  width: 500px;
  margin-top: 60px;
}

.cmp_monitorMaintain_right > div {
  font-size: 36px;
  font-weight: 500;
  color: rgba(26, 39, 54, 1);
  line-height: 50px;
  margin-bottom: 20px;
}

.cmp_monitorMaintain_right > p {
  font-size: 20px;
  color: rgba(55, 71, 90, 1);
  line-height: 36px;
}

@media screen and (max-width: 1399px) {
  .cmp_monitorMaintain {
    width: 100%;
    transform: translateX(0);
  }
  .cmp_monitorMaintain_left {
    float: none;
    margin: 0 auto;
    transform: translateX(-45px);
  }
  .cmp_monitorMaintain_right {
    float: none;
    padding-top: 0;
    padding-bottom: 70px;
    margin: 0 auto;
    width: 565px;
  }
}

@media screen and (max-width: 709px) {
  .cmp_monitorMaintain_left {
    transform: scale(0.7) translateX(-45px);
  }
  .cmp_monitorMaintain_right {
    width: 80%;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 509px) {
  .cmp_monitorMaintain_left {
    position: relative;
    left: 50%;
    transform: scale(0.6) translateX(-95%);
  }
}

@media screen and (max-width: 400px) {
  .cmp_monitorMaintain_left {
    position: relative;
    left: 50%;
    transform: scale(0.5) translateX(-114%);
  }
}

/* 云费用管理 */

.cmp_middle_wrapper {
  position: relative;
  /* height: 900px; */
  /* padding-top: 1px;  */
  overflow: hidden;
}

.cmp_middle_bg {
  position: absolute;
  width: 1620px;
  left: 0;
  top: 50px;
  /* width: 100%; */
  height: 100%;
  background: url(/assets/images/cmpProduct/Group36.png) center top
    no-repeat;
  background-size: 100%;
  z-index: -1;
}

.cmp_costManagement {
  width: 1173px;
  margin: 299px auto 0;
}

.cmp_costManagement::after {
  content: ".";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.cmp_costManagement_left {
  float: left;
  width: 500px;
  padding-top: 24px;
}

.cmp_costManagement_left > div {
  font-size: 36px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 50px;
  margin-bottom: 20px;
}

.cmp_costManagement_left > p {
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  line-height: 36px;
}

.cmp_costManagement_right {
  float: right;
  background: url(/assets/images/cmpProduct/cmp_charge.png) center
    no-repeat;
  background-size: 100%;
  width: 543px;
  height: 300px;
}

@media screen and (max-width: 1399px) {
  .cmp_costManagement {
    width: 100%;
    margin-top: 144px;
  }
  .cmp_costManagement_right {
    float: none;
    margin: 0 auto;
    /* transform: translateX(-45px); */
  }
  .cmp_costManagement_left {
    float: none;
    padding-top: 0;
    padding-bottom: 70px;
    margin: 0 auto;
    width: 565px;
  }
}

@media screen and (max-width: 709px) {
  .cmp_costManagement_left {
    width: 80%;
    padding-bottom: 30px;
  }
  .cmp_costManagement_right {
    transform: scale(0.7);
  }
}

@media screen and (max-width: 499px) {
  .cmp_costManagement_right {
    position: relative;
    left: 50%;
    transform: scale(0.7) translateX(-71%);
  }
}

@media screen and (max-width: 419px) {
  .cmp_costManagement_right {
    position: relative;
    left: 50%;
    transform: scale(0.6) translateX(-81%);
  }
}

/* 助理边缘计算 */

.cmp_edgeCompute {
  width: 1120px;
  margin: 279px auto 0;
}

.cmp_edgeCompute::after {
  content: ".";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.cmp_edgeCompute_right {
  float: right;
  width: 500px;
  padding-top: 58px;
}

.cmp_edgeCompute_right > div {
  font-size: 36px;
  font-weight: 500;
  color: rgba(26, 39, 54, 1);
  line-height: 50px;
  margin-bottom: 20px;
}

.cmp_edgeCompute_right > p {
  font-size: 20px;
  color: rgba(55, 71, 90, 1);
  line-height: 36px;
}

.cmp_edgeCompute_left {
  float: left;
  background: url(/assets/images/cmpProduct/cmp_edge.svg) center
    no-repeat;
  background-size: 100%;
  width: 500px;
  height: 320px;
  position: relative;
}

.cmp_edgeCompute_left .arrow {
  width: 10px;
  height: 34px;
  overflow: hidden;
  position: absolute;
  transition: opacity 0.5s linear;
}

.cmp_edgeCompute_left .arrow img {
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  animation: arrowMoveBottom 2s linear 0s infinite;
  max-width: none !important;
}

.cmp_edgeCompute_left .arrow_l_1 {
  transform: rotate(-90deg);
  top: 228px;
  left: 118px;
}

.cmp_edgeCompute_left .arrow_l_2 {
  transform: rotate(-45deg);
  top: 144px;
  left: 144px;
}

.cmp_edgeCompute_left .arrow_r_1 {
  transform: rotate(45deg);
  top: 144px;
  right: 144px;
}

.cmp_edgeCompute_left .arrow_r_2 {
  transform: rotate(90deg);
  top: 228px;
  right: 118px;
}

.cmp_edgeCompute_left .arrow_c {
  top: 105px;
  left: 245px;
}

.cmp_edgeCompute_left .arrow_c_light {
  top: 25px;
  left: 245px;
}

.cmp_edgeCompute_left .arrow_l_1_light {
  transform: rotate(-90deg);
  top: 228px;
  left: 35px;
  opacity: 0.4;
}

.cmp_edgeCompute_left .arrow_l_2_light {
  transform: rotate(-45deg);
  top: 81px;
  left: 91px;
  opacity: 0.4;
}

.cmp_edgeCompute_left .arrow_r_1_light {
  transform: rotate(45deg);
  top: 81px;
  right: 91px;
  opacity: 0.4;
}

.cmp_edgeCompute_left .arrow_r_2_light {
  transform: rotate(90deg);
  top: 228px;
  right: 35px;
  opacity: 0.4;
}

@keyframes arrowMoveBottom {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -35%;
  }
  100% {
    bottom: -70%;
  }
}

@media screen and (max-width: 1399px) {
  .cmp_edgeCompute {
    width: 100%;
    margin-top: 144px;
  }
  .cmp_edgeCompute_left {
    float: none;
    margin: 0 auto;
    /* transform: translateX(-45px); */
  }
  .cmp_edgeCompute_right {
    float: none;
    padding-top: 0;
    padding-bottom: 70px;
    margin: 0 auto;
    width: 565px;
  }
}

@media screen and (max-width: 709px) {
  .cmp_edgeCompute_right {
    width: 80%;
    padding-bottom: 20px;
  }
  .cmp_edgeCompute_left {
    position: relative;
    left: 50%;
    transform: scale(0.7) translateX(-103%);
  }
}

@media screen and (max-width: 659px) {
  .cmp_edgeCompute_left {
    transform: scale(0.7) translateX(-95%);
  }
}

@media screen and (max-width: 589px) {
  .cmp_edgeCompute_left {
    transform: scale(0.7) translateX(-80%);
  }
}

@media screen and (max-width: 529px) {
  .cmp_edgeCompute_left {
    transform: scale(0.7) translateX(-72%);
  }
}

/* 聚合监控大屏 */

.cmp_monitor_wrap {
  margin-top: 40px;
  padding-bottom: 260px;
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(134, 208, 255, 0),
    rgba(115, 205, 255, 0.16)
  );
}

.cmp_monitor_bg {
  position: absolute;
  top: -130px;
  right: 0;
  width: 671px;
  height: 100%;
  background: url(/assets/images/cmpProduct/cmp_bg_3.png) center top
    no-repeat;
  background-size: 100%;
}

.cmp_monitor {
  width: 1368px;
  margin: 92px auto 0;
  position: relative;
  transform: translateX(100px);
  /*margin-bottom: 100px;*/
}

.cmp_monitor::after {
  content: ".";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

.cmp_monitor_left {
  position: absolute;
  left: 0;
  top: 152px;
  width: 500px;
}

.cmp_monitor_left > div {
  font-size: 36px;
  font-weight: 500;
  color: rgba(26, 39, 54, 1);
  line-height: 50px;
  margin-bottom: 20px;
}

.cmp_monitor_left > p {
  font-size: 20px;
  color: rgba(55, 71, 90, 1);
  line-height: 36px;
}

.cmp_monitor_right {
  float: right;
  background: url(/assets/images/cmpProduct/cmp_dashboard.png) center
    no-repeat;
  background-size: 100%;
  width: 938px;
  height: 522px;
  animation: cmp_monitor_animate 6s linear 0s infinite;
}

@keyframes cmp_monitor_animate {
  22% {
    background: url(../../images/cmpProduct/cmp_dashboard.png) center no-repeat;
    background-size: 100%;
  }
  27% {
    background: url(../../images/cmpProduct/cmp_dashboard_2.png) center
      no-repeat;
    background-size: 100%;
  }
  72% {
    background: url(../../images/cmpProduct/cmp_dashboard_2.png) center
      no-repeat;
    background-size: 100%;
  }
  77% {
    background: url(../../images/cmpProduct/cmp_dashboard.png) center no-repeat;
    background-size: 100%;
  }
}

@media screen and (max-width: 1399px) {
  .cmp_monitor {
    width: 100%;
    transform: translateX(0);
    margin-top: 110px;
  }
  .cmp_monitor_right {
    float: none;
    margin: 0 auto;
    /* transform: translateX(-45px); */
  }
  .cmp_monitor_left {
    /* float: none; */
    position: initial;
    top: 0;
    left: auto;
    right: auto;
    padding-top: 0;
    padding-bottom: 70px;
    margin: 0 auto;
    width: 565px;
  }
  .cmp_monitor_bg {
    top: 145px;
  }
}

@media screen and (max-width: 991px) {
  .download_card {
    width: 80%;
  }
}

@media screen and (max-width: 939px) {
  .cmp_monitor_right {
    width: 600px;
    height: 334px;
  }
}

@media screen and (max-width: 709px) {
  .cmp_monitor_left {
    width: 80%;
    padding-bottom: 20px;
  }
  .cmp_monitor_right {
    position: relative;
    left: 50%;
    transform: scale(0.7) translateX(-72%);
  }
}

@media screen and (max-width: 574px) {
  .download_card p {
    margin-top: 56px;
  }
  .cmp_monitor_wrap {
    padding-bottom: 360px;
  }
}

@media screen and (max-width: 539px) {
  .cmp_monitor_bg {
    top: 220px;
  }
}

.section_manue {
  width: 100%;
  padding-top: 100px;
}

.section_manue_container {
  width: 800px;
  margin: auto;
  background-color: #e1e6ed;
  border-radius: 6px;
  position: relative;
}

.section_manue_container .left {
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 269px;
  padding-bottom: 40px;
}

.section_manue_container .left p {
  font-weight: 500;
  color: #1a2736;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}

.section_manue_container .left span {
  color: #37475a;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 24px;
  display: block;
}

.section_manue_container .left a {
  color: inherit;
  display: block;
  cursor: pointer;
  width: 120px;
}

.section_manue_container .left a span {
  font-size: 16px;
  color: #007fdf;
  letter-spacing: 0;
  line-height: 20px;
}

.section_manue_container .left a span i {
  margin-left: 10px;
  transition: margin-left 0.2s ease-in;
}

.section_manue_container .left a span i:hover {
  margin-left: 15px;
}

.section_manue_container .left a span:hover i {
  margin-left: 15px;
}

.section_manue_container .left a span i img {
  vertical-align: middle;
}

.section_manue_container .img {
  position: absolute;
  top: 72px;
  right: 70px;
}
.header_title_wrap .telphone img {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 11px;
  position: relative;
  top: 2px;
  vertical-align: initial;
}
.header_title_wrap .telphone span {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}
.header_title_wrap .telphone {
  height: 40px;
  width: 153px;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  cursor: auto;
  margin-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.header .header_btn_wrap {
  justify-content: center;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 800px) {
  .section_manue {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section_manue_container {
    width: 100%;
  }
  .section_manue_container .left {
    padding: 30px;
    padding-right: 180px;
  }
  .section_manue_container .img {
    right: 30px;
  }
}

@media screen and (max-width: 490px) {
  .section_manue_container .left {
    padding-right: 30px;
  }
  .section_manue_container .img {
    display: none;
  }
}
