* {
  box-sizing: border-box;
}

body,
div,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  margin: 0;
  padding: 0;
}

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

a {
  color: #000;
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

/* a:hover {
color: #ec663c;
} */
img,
video {
  width: 100%;
  object-fit: cover;
}

.min-width {
  min-width: 1400px;
}

.wrap {
  width: 1400px;
  margin: 0 auto;
}
.unify_title {
  font-style: normal;
  /* identical to box height */
  margin: 80px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 50px;
  font-family: PingFang SC;
  font-weight: 500;
}
.header .head_right .a-text {
  height: 36px;
  padding: 7px 24px;
  gap: 10px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #4052ec;
  color: #4052ec;
  font-size: 14px;
}
.a-text{
  cursor: pointer;
}
.header .head_right .item .a-text:hover {
  color: #4052ec;
}

.unify_title1 {
  font-style: normal;
  /* identical to box height */
  margin: 80px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-size: 50px;
  font-family: PingFang SC;
  font-weight: 500;
}


.animate_arrow img {
  transition: all 0.2s linear;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.animate_arrow:hover img {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}
.enterprise_hover {
  position: relative;
  height: calc(100% + 15px);
}
.enterprise_hover:hover .enterprise_content {
  display: block;
}
.enterprise_hover .enterprise_content {
  margin-top: 15px;
  display: none;
  background-color: #fff;
  width: 100%;
  position: absolute;
  padding: 8px;
  min-width: 128px;
  border-radius: 5px;
  right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  box-shadow: 0px 5px 14px 0px rgb(153 153 153 / 25%);
}
.enterprise_hover.sec .enterprise_content {
  width: calc(100% - 40px);
} 
.foot_banner_btn .enterprise_hover .enterprise_content {
  min-width: 145px;
  right: 25px;
}
.foot_banner_btn .enterprise_hover img {
  width: 28px;
  margin-right: 8px;
}
.enterprise_content div {
  display: flex;
  align-items: center;
  padding-left: 12px;
  height: 38px;
}
.header .head_left .menu .item a:hover {
  color: #4052ec;
}
.header .head_left .menu .item a.active{
  color: #4052ec;
}
.enterprise_content div img {
  margin-right: 8px;
}
.banner_btn_group {
  display: flex;
}
.tab_panel .tabs .left_content .use_now button {
  padding: 13px 24px;
  color: #fff;
  background: linear-gradient(96.44deg, #4575f1 5.63%, #654ef2 96.82%);
  border-radius: 44px;
}
.sec button {
  background: rgba(64, 82, 236, 0.1) !important;
  border: 1px solid #4052ec;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.sec button p {
  display: inline-block;
  height: 22px;
  width: 1px;
  background-color: #4052ec;
  margin-left: 12px;
}
.sec .enterprise_content {
  /* 主题色 */
  color: #000;
}
 .enterprise_content div:hover {
  border-radius: 4px;
  background: #EFF1FF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.sec button img {
  width: auto !important;
  margin: 0 4px 0 8px !important;
}
.pri button {
  border: none;
  background: linear-gradient(96.44deg, #4575f1 5.63%, #654ef2 96.82%) !important;
}
.pri button p {
  background-color: #6e7df8;
}
.pri .enterprise_content div{
  /* background-color: #4052ec; */
  text-align: center;
  justify-content: center;
  padding: 0;
}
/* .pri .enterprise_content a {
  color: #000;
} */
.pri .enterprise_content div:hover {
  /* background: rgba(109, 124, 252, 0.6); */
}
.foot_banner_btn{
  height: 53px;
}
.video_link{
  display: flex;
  height:176px ;
  align-items: center;
  margin-top: 32px;
}
.video_link ul{
  margin: 0 !important;
}
.video_link li{
  flex-direction: column;
  border: none !important;
  width: 242px !important;
  height: auto !important;
  padding: 10px;
  background: #ffffff;
  box-shadow: 2px 2px 17px rgb(0 0 0 / 15%);
  border-radius: 10px;
  margin-left: 40px;
}
.foot_banner {
  margin-top: 80px;
  height: 396px;
  background-color: #faf9ff;
  background-image: url("https://img.cdn.apipost.cn/runnergo/new_www/img/foot_banner_bg.svg");
  background-size: 1163px 437px;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  text-align: center;
}
.foot_banner > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.foot_banner .foot_banner_title {
  font-family: "Alimama ShuHeiTi";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
}

.foot_banner .foot_banner_desc {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin: 18px auto 40px;
}
.foot_banner .foot_banner_btn {
  display: flex;
  justify-content: flex-start;
}

.foot_banner button {
  /* width: 145px; */
  width: 183px;
  height: 65px;
  border-radius: 5px;
  background: #4052ec;
  color: #fff;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 600;
}
.foot_banner .right img {
  width: 345px;
  height: 296px;
}


.authing .bg {
  /* background-color: #F7F9FD; */
}
.authing ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* width: 954px; */
  /* height: 172px; */
  margin: auto;
}
.authing ul li div.icon {
  width: 120px;
  height: 118px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
}
.authing ul li div.icon:hover {
  border: 1px solid #4052EC;
  box-shadow: 0px 8px 8px 0px rgba(25, 102, 255, 0.2);
}
.authing ul li {
  position: relative;
}

.authing ul li .tootip {
  display: none;
  position: absolute;
  width: max-content;
  top: calc(100% + 16px);
  left: 50%;
  text-align: center;
  background-color: #4052EC;
  padding: 4px 8px;
  color: #fff;
  border-radius: 8px;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 500;
}
.authing ul li div.icon:hover + .tootip {
  display: block;
}
.authing ul li .tootip span {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #4052EC;
  top: -1px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
.authing ul li:nth-child(1) div.icon {
  background-image: url("https://img.cdn.apipost.cn/website7/img/ISO20000（灰）.jpg");
}
.authing ul li:nth-child(2) div.icon {
  background-image: url("https://img.cdn.apipost.cn/website7/img/中关村高新技术企业（灰）.jpg");
}
.authing ul li:nth-child(3) div.icon {
  background-image: url("https://img.cdn.apipost.cn/website7/img/华为云沃土初创伙伴（灰）.jpg");
  background-size: 80% 80%;
}
.authing ul li:nth-child(4) div.icon {
  background-image: url("https://img.cdn.apipost.cn/website7/img/开源gitops产业联盟（灰）.jpg");
}
.authing ul li:nth-child(5) div.icon {
  background-image: url("https://img.cdn.apipost.cn/website7/img/sincerity.jpg");
}
.authing ul li:nth-child(1):hover div.icon {
  background-image: url("https://img.cdn.apipost.cn/website7/img/ISO20000（彩色）.jpg");
}
.authing ul li:nth-child(2):hover div.icon {
  background-image: url("https://img.cdn.apipost.cn/website7/img/中关村高新技术企业（彩）.jpg");
}
.authing ul li:nth-child(3):hover div.icon {
  background-image: url("https://img.cdn.apipost.cn/website7/img/华为云沃土初创伙伴（彩）.jpg");
}
.authing ul li:nth-child(4):hover div.icon {
  background-image: url("https://img.cdn.apipost.cn/website7/img/开源gitops产业联盟（菜）.jpg");
}
.authing ul li:nth-child(5):hover div.icon {
  background-image: url("https://img.cdn.apipost.cn/website7/img/sincerity1.jpg");
}
.messageBox .msg-txt{
  font-size: 14px !important;
}