.cms_info_com_text {
      color: #fff;
    }
.cms_nav_con p {
      margin-top: 10px;
      font-family: "PingFang SC";
      color: #fff;
      font-size: 18px;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.26);
    }
.cms_info {
      width: 100%;
      margin: 0 auto;
      height: 220px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
      );
      z-index: 10;
    }
.cms_info_com_title h2 {
      text-align: center;
      color: #fff;
      width: 204px;
      height: 48px;
      line-height: 48px;
      border: 1px solid rgba(255, 255, 255, 0.4);
      border-radius: 54px;
      font-size: 14px;
      margin: 0 auto;
      margin-bottom: 38px;
      background: rgba(255, 255, 255, 0.2);
      cursor: pointer;
      
    }
.cms_nav {
      width: 100%;
      
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0) 100%
      );
      z-index: 10;
    }
.cms_info_com_text p {
      font-size: 14px;
      font-weight: 400;
      line-height: 28px;
      text-align: justify;
      color: rgba(255, 255, 255, 0.6);
      line-height: 24px;
    }
body {
      margin: 0;
      padding: 0;
      min-width: 1200px;
    }
.cms_nav_con {
      width: 1000px;
      height: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
    }
.cms_box {
      width: 100%;
      min-width: 1000px;
      height: 900px;
      position: relative;
      box-sizing: border-box;
    }
.cms_info_com_text p span {
      color: #fff;
    }
.cms_nav_con_right {
      display: block;
      height: 48px;
    }
.cms_nav_con_left {
      display: block;
      height: 132px;
    }
.cms_info_com_title h2 a {
      color: #fff;
      text-decoration: none;
    }
.cms_video_box video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.cms_video_box {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
.cms_mute_img {
      position: absolute;
      right: 20px;
      top: 100px;
      width: 32px;
      height: 32px;
      cursor: pointer;
    }
.cms_info_com_title h2:hover {
      backdrop-filter: blur(2px);
    }
.cms_info_con {
      width: 1000px;
      height: 100%;
      margin: 0 auto;
    }