﻿body {
  margin: 0;
  padding: 0;
  font-family: "pingfang SC", "helvetica neue", arial, "hiragino sans gb", "microsoft yahei ui", "microsoft yahei", simsun, sans-serif;
  transition: 0.3s ease;
}
body::-webkit-scrollbar {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.down-container {
  background: #2b334f;
  box-sizing: border-box;
}
.down-container :nth-child(odd) .main-box .intro-box {
  align-items: flex-end;
}
.down-container :nth-child(odd) .main-box .intro-box .intro {
  text-align: right;
}
.down-container :nth-child(odd) .main-box .intro-box .title-box {
  justify-content: flex-end;
}
.down-container :nth-child(odd) .main-box .intro-box .title-box .title-icon-box {
  margin-right: 0;
  margin-left: 20px;
}
.down-container :nth-child(odd) .main-box .intro-box .title-box .title-name-box {
  text-align: right;
}
.down-container :nth-child(odd) .main-box .intro-box .download-box {
  justify-content: flex-end;
}
.down-container :nth-child(odd) .main-box .intro-box .download-box .download-button {
  margin-right: 0;
  margin-left: 20px;
}

.cd-section {
  width: 100%;
  height: 350px;
}
.cd-section .main-box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.cd-section .main-box .img-box {
  width: 350px;
  height: 100%;
  padding: 0;
}
.cd-section .main-box .img-box img {
  width: 100%;
  height: 100%;
}
.cd-section .main-box .intro-box {
  width: 600px;
  height: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cd-section .main-box .intro-box .title-box {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.cd-section .main-box .intro-box .title-box .title-icon-box {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}
.cd-section .main-box .intro-box .title-box .title-name-box .name {
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.cd-section .main-box .intro-box .title-box .title-name-box .edition {
  font-size: 15px;
  letter-spacing: 1px;
}
.cd-section .main-box .intro-box .intro {
  font-size: 15px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
}
.cd-section .main-box .intro-box .download-box {
  width: 100%;
  margin-top: 30px;
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.cd-section .main-box .intro-box .download-box a {
  text-decoration: none;
}
.cd-section .main-box .intro-box .download-box .download-button {
  height: 50px;
  border-radius: 5px;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  padding: 0 30px;
  min-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-size: 14px;
  position: relative;
  transition: 0.3s ease;
}
.cd-section .main-box .intro-box .download-box .download-button p {
  position: relative;
  z-index: 1;
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cd-section .main-box .intro-box .download-box .download-button::before {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(255, 200, 19);
  content: "";
  z-index: 0;
  transition: 0.3s ease;
  border-radius: 4px;
}
.cd-section .main-box .intro-box .download-box .download-button:hover {
  border: 1px solid rgba(255, 255, 255, 0);
}
.cd-section .main-box .intro-box .download-box .download-button:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.cd-section .main-box .intro-box .download-box .download-button:hover p {
  color: #313638;
}

.previewBut:hover .preBut-before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  height: 280px;
}

.preBut-before {
  width: 220px;
  position: absolute;
  top: 100%;
  height: 0;
  transform: scale(0);
  box-sizing: border-box;
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  overflow: hidden;
}
.preBut-before .preBut-box {
  background: #FFF;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.preBut-before .preBut-box .preImg-box {
  width: 100%;
  margin-bottom: 20px;
}
.preBut-before .preBut-box .preImg-box img {
  width: 100%;
  max-width: 100%;
}
.preBut-before .preBut-box P {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  letter-spacing: 1.2px;
}

.cd-section:first-of-type > .main-box {
  background-color: #2b334f;
}

.cd-section:nth-of-type(2) > .main-box {
  background-color: #2e5367;
}

.cd-section:nth-of-type(3) > .main-box {
  background-color: #298ea0;
}

.cd-section:nth-of-type(4) > .main-box {
  background-color: #ffc14f;
  color: #000;
  font-weight: 500;
}
.cd-section:nth-of-type(4) > .main-box .intro-box .intro {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.cd-section:nth-of-type(4) > .main-box .intro-box .download-box .download-button {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.cd-section:nth-of-type(4) > .main-box .intro-box .download-box .download-button::before {
  background: #FF573D;
}
.cd-section:nth-of-type(4) > .main-box .intro-box .download-box .download-button:hover {
  border: 1px solid rgba(255, 255, 255, 0);
}
.cd-section:nth-of-type(4) > .main-box .intro-box .download-box .download-button:hover p {
  color: #FFF;
}
.cd-section:nth-of-type(4) > .main-box .intro-box .download-box .download-button p {
  color: #000;
}

.cd-section:nth-of-type(5) > .main-box {
  background-color: #e44b37;
}

.cd-section:nth-of-type(6) > .main-box {
  background-color: #9e2449;
}

.cd-section:nth-of-type(7) > .main-box {
  background-color: #35324d;
}

.cd-vertical-nav {
  position: fixed;
  right: 20px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
          backdrop-filter: blur(20px) saturate(150%);
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 0;
  z-index: 500;
}
.cd-vertical-nav a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
.cd-vertical-nav li {
  list-style: none;
  width: 150px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  transition: 0.2s;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.cd-vertical-nav li:hover {
  background: rgba(0, 0, 0, 0.1);
}
.cd-vertical-nav .cd-back {
  width: 150px;
  height: 59px;
  position: absolute;
  z-index: 19;
  background: rgba(43, 51, 79, 0.9);
  top: 20px;
  right: 0;
  transition: 0.3s ease;
  opacity: 0.9;
}

.titBox {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
  background-image: url(https://www.hainei.com/images/ware-top-img.png);
  background-size: cover;
  padding-top: 90px;
}
.titBox h2 {
  letter-spacing: 2px;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 300;
}
.titBox .tit-img-box {
  width: 160px;
  margin-bottom: 50px;
}
.titBox .tit-img-box img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 780px) {
  .cd-section {
    height: auto;
  }
  .cd-section .main-box {
    padding-top: 30px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .cd-section .main-box .img-box {
    width: 100%;
    height: 50%;
    padding: 0;
    order: 1;
  }
  .cd-section .main-box .img-box img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .cd-section .main-box .intro-box {
    order: 0;
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
  }
  .cd-section .main-box .intro-box .title-box {
    justify-content: flex-start;
  }
  .cd-section .main-box .intro-box .title-box .title-icon-box {
    order: 0;
  }
  .cd-section .main-box .intro-box .title-box .title-name-box {
    order: 1;
  }
  .cd-section .main-box .intro-box .download-box {
    flex-wrap: wrap;
  }
  .cd-section .main-box .intro-box .download-box .download-button {
    margin-bottom: 20px;
  }
  .down-container :nth-child(odd) .main-box .intro-box {
    align-items: flex-start;
  }
  .down-container :nth-child(odd) .main-box .intro-box .intro {
    text-align: left;
  }
  .down-container :nth-child(odd) .main-box .intro-box .title-box {
    justify-content: flex-start;
  }
  .down-container :nth-child(odd) .main-box .intro-box .title-box .title-icon-box {
    margin-right: 20px;
    margin-left: 0;
  }
  .down-container :nth-child(odd) .main-box .intro-box .title-box .title-name-box {
    text-align: left;
  }
  .down-container :nth-child(odd) .main-box .intro-box .download-box {
    justify-content: flex-start;
  }
  .down-container :nth-child(odd) .main-box .intro-box .download-box .download-button {
    margin-right: 20px;
    margin-left: 0;
  }
  .cd-vertical-nav {
    display: none;
  }
  .preBut-before {
    left: 0;
    z-index: 50;
  }
  .titBox h2 {
    width: 90%;
    text-align: center;
    font-size: 17px;
    margin-bottom: 50px;
  }
  .titBox .tit-img-box {
    width: 100px;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=ware.css.map */