@charset "UTF-8";
/*.enolsoft-logo {
  content: url(../../public/picture/common/logo.png);
  width: 160px;
  height: 40px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .enolsoft-logo {
    width: 2.51rem;
    height: 21px;
  }
}
.head-jiantou{
  content: url(../../public/picture/common/jiantou.png);
  width: 10px;
  height: 5px;
}

.footer-zhangkai{
  content: url(../../public/picture/common/zhankai.png);
}
.footer-close{
  content: url(../../public/picture/common/guanbi.png);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-zhangkai {
      transform: scale(0.3);
  }

  .footer-close {
      transform: scale(0.3);
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-zhangkai {
      width: 0.34rem;
  }
  .footer-close {
      width: 0.33rem;
      height: 0.32rem;
  }
}

.uiwu-header {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 20px 19px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .uiwu-header {
      width: 100%;
      padding: 20px 30px 19px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .uiwu-header {
      width: 100%;
      max-width: 100%;
      padding: 0.32rem 0.4rem 0.31rem; }
      .uiwu-header > img {
        width: 2.51rem;
        height: auto; } }
  .uiwu-header-nav > div {
    color: #000000;
    margin-left: 86px;
    position: relative;
    font: 600 16px/32px ''; }
    .uiwu-header-nav > div .down-menu {
      position: absolute;
      top: 50px;
      width: 322px;
      height: 350px;
      background: #FFFFFF;
      box-shadow: 6px 10px 19px 8px rgba(62, 62, 62, 0.38);
      border-radius: 10px;
      z-index: 999;
      display: none;
      flex-direction: column; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .uiwu-header-nav > div .down-menu {
          padding: 0 0.21rem;
          top: .9rem;
          position: absolute;
          left: -3.9rem;
          width: 9.2rem; } }
      .uiwu-header-nav > div .down-menu::after {
        content: "";
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-bottom: 10px solid #FFF;
        position: absolute;
        left: 50%;
        top: -20px;
        margin-left: -10px; }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .uiwu-header-nav > div .down-menu::after {
            margin-left: 0; } }
      .uiwu-header-nav > div .down-menu::before {
        content: "";
        position: absolute;
        top: -26px;
        left: 25%;
        width: 50%;
        height: 30px;
        background-color: transparent; }
      .uiwu-header-nav > div .down-menu a {
        flex: 1;
        display: flex;
        align-items: center;
        padding: 0 26px;
        border-bottom: 1px solid #CFCFCF; }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .uiwu-header-nav > div .down-menu a {
            padding: 0 0.21rem; } }
        .uiwu-header-nav > div .down-menu a:last-child {
          border-bottom: 0 solid #000; }
        .uiwu-header-nav > div .down-menu a img {
          width: 41px;
          height: auto;
          margin-right: 16px; }
        .uiwu-header-nav > div .down-menu a span {
          flex: 1;
          color: #000000;
          font: bold 16px/58px ''; }
          .uiwu-header-nav > div .down-menu a span:hover {
            color: #0045ff; }
    .uiwu-header-nav > div:hover .down-menu {
      display: flex; }
    .uiwu-header-nav > div > img {
      margin-left: 8px; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .uiwu-header-nav > div > img {
          margin-left: 0.15rem; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .uiwu-header-nav > div {
        margin-left: 0.96rem;
        font-size: 0.28rem;
        line-height: 0.56rem; } }
  .uiwu-header-nav > a {
    color: #000000;
    margin-left: 86px;
    font: 600 16px/32px ''; }
    .uiwu-header-nav > a:nth-child(2) {
      margin-left: 65px; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .uiwu-header-nav > a:nth-child(2) {
          margin-left: 0.59rem; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .uiwu-header-nav > a {
        margin-left: 0.96rem;
        font-size: 0.28rem;
        line-height: 0.56rem; } }
  .uiwu-header .Floating-menu {
    position: fixed;
    top: -60px;
    left: 0;
    right: 0;
    z-index: 120;
    transition: top .4s;
    background-color: #fff; }
    .uiwu-header .Floating-menu .float-menu {
      max-width: 1240px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      height: 60px;
      overflow: hidden;
      padding: 0 20px; }
      .uiwu-header .Floating-menu .float-menu .left-label {
        font-size: 18px;
        line-height: 60px;
        font-weight: 600;
        cursor: pointer;
        color: #000; }
        .uiwu-header .Floating-menu .float-menu .left-label img {
          display: inline-block;
          vertical-align: middle;
          width: 35px;
          margin-top: -5px;
          margin-right: 10px; }
      .uiwu-header .Floating-menu .float-menu .right-btn {
        display: flex;
        align-items: center;
        font-size: 16px; }
        .uiwu-header .Floating-menu .float-menu .right-btn button {
          cursor: pointer;
          font-size: 16px; }
        .uiwu-header .Floating-menu .float-menu .right-btn .banner-button-btn {
          width: 200px;
          height: 40px;
          border: 2px solid #dedede;
          border-radius: 10px;
          margin-right: 14px;
          background-color: #fff; }

       .uiwu-header .Floating-menu .float-menu .right-btn  button div {
         margin-right: 10px;
        width: 20px;
        height: 20px; }

        .uiwu-header .Floating-menu .float-menu .right-btn  button div.win {
            background: url("../image/win1.png") no-repeat 0 0;
            background-size: 100% 100%; }
          .uiwu-header .Floating-menu .float-menu .right-btn  button div.mac {
            background: url("../image/macos1.png") no-repeat 0 0;
            background-size: 100% 100%; }
          .uiwu-header .Floating-menu .float-menu .right-btn button div.shopping_black {
            background: url("../image/shopping_black.png") no-repeat 0 0;
            background-size: 100% 100%; }

        .uiwu-header .Floating-menu .float-menu .right-btn .banner-button-color {
          background: #0045ff;
          color: #ffffff;
          border-color: #0045ff; }
          .uiwu-header .Floating-menu .float-menu .right-btn .banner-button-color:hover {
            color: #ffffff;
            background: #1a58ff;
            border-color: #1a58ff; }
        .uiwu-header .Floating-menu .float-menu .right-btn .banner-button-border {
          border-color: #B1B1B1;
          color: #000;
          margin-right: 0; }
          .uiwu-header .Floating-menu .float-menu .right-btn .banner-button-border:hover {
            border-color: #7e7e7e; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .uiwu-header .Floating-menu .float-menu {
        display: none; } }
  @media screen and (max-width: 1180px) and (min-width: 768px) {
    .uiwu-header .Floating-menu {
      padding: 0 10px; } }
  .uiwu-header .show {
    top: 0px; }

   .top-banner img {
      max-height: 100px;
      object-fit:cover;
      width: 100%; }

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .top-banner img {
      max-height: 140px;
    }
  }*/

.enolsoft-logo {
  content: url(../../public/picture/common/logo.png);
  width: 160px;
  height: 40px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .enolsoft-logo {
    width: 2.51rem;
    height: 21px;
  }
}
.head-jiantou {
  content: url(../../public/picture/common/jiantou.png);
  width: 10px;
  height: 5px;
}
.footer-zhangkai {
  content: url(../../public/picture/common/zhankai.png);
}
.footer-close {
  content: url(../../public/picture/common/guanbi.png);
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-zhangkai,
  .footer-close {
    transform: scale(0.3);
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .footer-zhangkai {
    width: 0.34rem;
  }
  .footer-close {
    width: 0.33rem;
    height: 0.32rem;
  }
}


.uiwu-header {
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px 20px 19px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .uiwu-header {
    width: 100%;
    padding: 20px 30px 19px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .uiwu-header {
    width: 100%;
    max-width: 100%;
    padding: 0.32rem 0.4rem 0.31rem;
  }
  .uiwu-header > img {
    width: 2.51rem;
    height: auto;
  }
}


.uiwu-header-nav > div {
  color: #000000;
  margin-left: 86px;
  position: relative;
  font: 600 16px/32px '';
}
.uiwu-header-nav > div:hover .down-menu {
  display: flex;
}
.uiwu-header-nav > div > img {
  margin-left: 8px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .uiwu-header-nav > div {
    margin-left: 0.96rem;
    font-size: 0.28rem;
    line-height: 0.56rem;
  }
  .uiwu-header-nav > div > img {
    margin-left: 0.15rem;
  }
}
.uiwu-header-nav > a {
  color: #000000;
  margin-left: 86px;
  font: 600 16px/32px '';
}
.uiwu-header-nav > a:nth-child(2) {
  margin-left: 65px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .uiwu-header-nav > a,
  .uiwu-header-nav > a:nth-child(2) {
    margin-left: 0.96rem;
    font-size: 0.28rem;
    line-height: 0.56rem;
  }
}

.uiwu-header .Floating-menu {
  position: fixed;
  top: -60px;
  left: 0;
  right: 0;
  z-index: 120;
  transition: top 0.4s;
  background-color: #fff;
}
.uiwu-header .Floating-menu .float-menu {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 60px;
  overflow: hidden;
  padding: 0 20px;
}
.uiwu-header .Floating-menu .float-menu .left-label {
  font-size: 18px;
  line-height: 60px;
  font-weight: 600;
  cursor: pointer;
  color: #000;
}
.uiwu-header .Floating-menu .float-menu .left-label img {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin-top: -5px;
  margin-right: 10px;
}
.uiwu-header .Floating-menu .float-menu .right-btn {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.uiwu-header .Floating-menu .float-menu .right-btn button {
  cursor: pointer;
  font-size: 16px;
}
.uiwu-header .Floating-menu .float-menu .right-btn .banner-button-btn {
  width: 200px;
  height: 40px;
  border: 2px solid #dedede;
  border-radius: 10px;
  margin-right: 14px;
  background-color: #fff;
}
.uiwu-header .Floating-menu .float-menu .right-btn button div {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.uiwu-header .Floating-menu .float-menu .right-btn button div.win {
  background: url("../image/win1.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.uiwu-header .Floating-menu .float-menu .right-btn button div.mac {
  background: url("../image/macos1.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.uiwu-header .Floating-menu .float-menu .right-btn button div.shopping_black {
  background: url("../image/shopping_black.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.uiwu-header .Floating-menu .float-menu .right-btn .banner-button-color {
  background: #0045ff;
  color: #ffffff;
  border-color: #0045ff;
}
.uiwu-header .Floating-menu .float-menu .right-btn .banner-button-color:hover {
  color: #ffffff;
  background: #1a58ff;
  border-color: #1a58ff;
}
.uiwu-header .Floating-menu .float-menu .right-btn .banner-button-border {
  border-color: #B1B1B1;
  color: #000;
  margin-right: 0;
}
.uiwu-header .Floating-menu .float-menu .right-btn .banner-button-border:hover {
  border-color: #7e7e7e;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .uiwu-header .Floating-menu .float-menu {
    display: none;
  }
}
@media screen and (max-width: 1180px) and (min-width: 768px) {
  .uiwu-header .Floating-menu {
    padding: 0 10px;
  }
}
.uiwu-header .show {
  top: 0px;
}


.top-banner img {
  max-height: 100px;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-banner img {
    max-height: 140px;
  }
}


.uiwu-header-nav > div .down-menu {
  position: absolute;
  top: 50px;
  background: #ffffff;
  box-shadow: 6px 10px 19px 8px rgba(62, 62, 62, 0.38);
  border-radius: 10px;
  z-index: 999;
  display: none;
}

.uiwu-header-nav > div .down-menu::after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -10px;
}



.uiwu-header-nav > div .down-menu::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 25%;
  width: 50%;
  height: 30px;
  background-color: transparent;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .uiwu-header-nav > div .down-menu {
    padding: 0 0.21rem;
    top: 0.9rem;
    left: -3.9rem;
    width: 9.2rem;
  }
  .uiwu-header-nav > div .down-menu::after {
    margin-left: 0;
  }
}


.down-menu.two-column {
  display: flex;
  flex-direction: row;
  width: 560px;
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  z-index: 999;
  gap: 18px;
}

.down-menu .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.down-menu .menu-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.down-menu .text .title {
  font-weight: 600;
  color: #000;
  font-size: 15px;
  line-height: 1.2;
}

.down-menu .text .desc {
  font-size: 13px;
  color: #666;
  line-height: 1.2;
}

.down-menu .divider {
  width: 1px;
  background-color: #eee;
  margin: 0 8px;
}

.down-menu .title::after {
  content: none !important;
}

.menu-item {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  text-decoration: none;
  color: #000;
  transition: background 0.2s;
}
.menu-item:hover {
 /* background-color: #f2f2f2;*/
}

.menu-item:hover .title {
  color: #4f6ceb;
}

.menu-item img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.menu-item .text {
  display: flex;
  flex-direction: column;
}
.menu-item .title {
  font-size: 16px;
  font-weight: bold;
}
.menu-item .desc {
  font-size: 14px;
  color: #888;
  margin-top: 4px;
}
.menu-item:link,
.menu-item:visited,
.menu-item:active {
  color: inherit;
  text-decoration: none;
}

.down-menu .menu-title{
  color: rgba(0,0,0,0.5);
}

@media screen and (max-width: 767px) {
  .uiwu-header-nav > div .down-menu.two-column {
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    width: 90vw;
    padding: 16px;
  }


  .uiwu-header-nav > div .down-menu .divider {
    display: none;
  }

  .uiwu-header-nav > div .down-menu .column {
    width: 100%;
  }

  .uiwu-header-nav > div .menu-item {
    justify-content: flex-start;
    padding: 10px;
  }
}

