.footer a {
    color: #999;
    cursor: pointer;
    text-decoration: none;
} 
  
  html,
      body {
        padding: 0px;
        margin: 0px;
      }

      .container {
        width: 100%;
        height: 100vh;
        margin: 0;
        padding: 0;
        background: var(--bg-color);
      }

      .se_logo {
        padding: 24px 0 0 32px;
        display: flex;
      }

      .logo {
        width: 200px;
        height: 60px;
      }

      .logo img {
        width: 200px;
        height: 60px;
      }

      .logo .head_icon {
        display: block;
        width: 200px;
        height: 60px;
        /* background-image: url("http://soft.uesou.cn/images/shuihua.png"); */
        /* background-size: 220px 50px; */
      }

      .logo1 {
        width: 200px;
        height: 60px;
        display: flex;
        align-items: center;
      }

      .logo1 img {
        width: 150px;
        /* margin-left: 10px; */
      }

      .tuiguang_content {
        margin: 0 auto;
        width: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
      }

      .tuiguang_title {
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .tuiguang_title i {
        display: block;
        width: 64px;
        height: 64px;
         background-size: 64px 64px;
        margin-right: 8px;
      }

      .tuiguang_title span {
        color: #000;
        text-align: center;
        font-family: "Microsoft YaHei UI";
        font-size: 54px;
        font-style: normal;
        font-weight: 700;
        line-height: 69px;
      }

      .tuiguang_text {
        margin-top: 12px;
        width: 580px;
        color: rgba(0, 0, 0, 0.6);
        text-align: center;
        font-family: "Microsoft YaHei";
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 29px;
        /* 161.111% */
        letter-spacing: 0.18px;
      }

      .tuiguang_btn_box {
        margin-top: 40px;
        position: relative;
      }

      .tuiguang_btn_box .tuiguang_btn {
        width: 280px;
        height: 72px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 80px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: var(--btn-normal-color);
        /* box-shadow: 0px 4px 10px 0px rgba(255, 111, 0, 0.3); */
        box-shadow: var(--btn-shadow-color);
        text-decoration: none;
      }

      .tuiguang_btn_box .tuiguang_btn:hover {
        background: var(--btn-hover-color);
      }

      .tuiguang_btn_box .tuiguang_btn:active {
        background: var(--btn-active-color);
      }

      .tuiguang_btn_box .tuiguang_btn i {
        display: block;
        width: 24px;
        height: 24px;
        background-image: url("https://xz.vvzsoft.com/static/comxz.png");
        background-size: 24px 24px;
      }

      .tuiguang_btn_box .tuiguang_btn span {
        margin-left: 8px;
        color: #fff;
        font-family: "Microsoft YaHei";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
      }

      .tuiguang_btn_box .tuiguang_vip {
        width: 93px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        right: -24px;
        top: -15px;
        border-radius: 12px 16px 16px 2px;
        border: 1px solid rgba(0, 0, 0, 0.16);
        background: linear-gradient(
          183deg,
          #fef5cd 13.76%,
          #ffe0a2 43.88%,
          #eac477 97.24%
        );
        color: #6d3d0f;
        text-align: center;
        font-family: "Microsoft YaHei UI";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.56px;
        display: none;
      }

      .tuiguang_image {
        display: block;
        margin-top: 40px;
        width: 934px;
        height: 540px;
        flex-shrink: 0;
      }

      .tuiguang_image img {
        object-fit: cover;
      }

      .tuiguang_se {
        margin-top: 12px;
      }

      .tuiguang_se span {
        color: rgba(0, 0, 0, 0.4);
        font-family: "Microsoft YaHei";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
      }

      .tuiguang_se a {
        color: rgba(0, 0, 0, 0.6);
        font-family: "Microsoft YaHei";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        text-decoration-line: underline;
      }

      .tuiguang_se a:hover {
        color: #0052d9;
      }

      .tuiguang_se a:active {
        color: #003cab;
      }

      .footer {
        margin: 24px auto 0;
        text-align: center;
        padding: 24px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(0, 0, 0, 0.4);
        text-align: center;
        font-family: "Microsoft YaHei";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }

      .footer .split {
        width: 1px;
        height: 10px;
        background: rgba(0, 0, 0, 0.4);
        margin: 0 12px;
      }

      .tishi {
        color: rgba(0, 0, 0, 0.4);
        font-size: 12px;
      }

      .xh {
        color: rgba(0, 0, 0, 0.4);
        font-size: 12px;
        text-align: center;
        margin-top: 20px;
      }

      .footer {
       
        text-align: center;
        padding: 24px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(0, 0, 0, 0.4);
        text-align: center;
        font-family: "Microsoft YaHei";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }

      .footer .split {
        width: 1px;
        height: 10px;
        background: rgba(0, 0, 0, 0.4);
        margin: 0 12px;
      }

      .tishi {
        color: rgba(0, 0, 0, 0.4);
        font-size: 12px;
      }

      .xh {
        color: rgba(0, 0, 0, 0.4);
        font-size: 12px;
        text-align: center;
        margin-top: 20px;
      }

      .xh a {
        color: rgba(0, 0, 0, 0.6);
        font-size: 12px;
        text-align: center;
      }

      svg {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -250px;
        margin-left: -400px;
      }

      .message-box {
        height: 200px;
        width: 380px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -100px;
        margin-left: 50px;
        color: #2f3242;
        font-family: Roboto;
        font-weight: 300;
      }

      .message-box h1 {
        font-size: 60px;
        line-height: 46px;
        margin-bottom: 40px;
      }

      .buttons-con .action-link-wrap {
        margin-top: 40px;
      }

      .buttons-con .action-link-wrap a {
        background: #68c950;
        padding: 8px 25px;
        border-radius: 4px;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
        transition: all 0.3s linear;
        cursor: pointer;
        text-decoration: none;
        margin-right: 10px;
      }

      .buttons-con .action-link-wrap a:hover {
        background: #5a5c6c;
        color: #fff;
      }

      #Polygon-1,
      #Polygon-2,
      #Polygon-3,
      #Polygon-4,
      #Polygon-4,
      #Polygon-5 {
        -webkit-animation: float 1s infinite ease-in-out alternate;
        animation: float 1s infinite ease-in-out alternate;
      }

      #Polygon-2 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
      }

      #Polygon-3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
      }

      #Polygon-4 {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
      }

      #Polygon-5 {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
      }

      @-webkit-keyframes float {
        100% {
          -webkit-transform: translateY(20px);
          transform: translateY(20px);
        }
      }

      @keyframes float {
        100% {
          -webkit-transform: translateY(20px);
          transform: translateY(20px);
        }
      }

      @media (max-width: 450px) {
        svg {
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -250px;
          margin-left: -190px;
        }

        .message-box {
          top: 50%;
          left: 50%;
          margin-top: -100px;
          margin-left: -190px;
          text-align: center;
        }
      }
      .overlay-container {
        position: relative;
        width: 100%;
        height: 100%;
      }

      /* 鍩虹鍥剧墖鏍峰紡 */
      .base-image {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
      }

      /* 鍙犲姞鍥剧墖鏍峰紡 */
      .overlay-image {
        position: absolute;
        /* 璋冩暣灏哄鍜屼綅缃� */
        width: 78%;
        height: 94%;
        /*max-height: 70%;*/
        bottom: 10%;
        left: 10%;
        /*object-fit: contain;*/
        z-index: 2;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
      }
      .overlay-image {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
      }