/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}
img {
  background-size: 100% 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "微软雅黑";
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
i {
  display: block;
}
.clear {
  clear: both;
}
.clear:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
html {
  /* 1920px设计稿下的初始基准 */
  font-size: 5.20833vw;
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 100px;
  }
}

body {
  min-width: 1200px;
  background: #EEF8FF;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  scroll-behavior: smooth;
}

header {
  height: 0.71rem;
  background: #EEF8FF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-left {
  font-size: 0.14rem;
  color: #111126;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
header .header-left img {
  width: 0.42rem;
  height: 0.42rem;
  float: left;
  margin: 0.14rem 0.14rem 0 0;
}
header .header-left .logo-text {
  font-weight: bold;
  font-size: 0.16rem;
  color: #111126;
  line-height: 0.2rem;
  margin: 0.13rem 0 0.08rem;
}
header .header-left .text-img {
  width: 1.76rem;
  height: 0.4rem;
  margin: 0.15rem 0 0 0;
}
header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-right a {
  display: block;
  margin-left: 0.5rem;
  font-size: 0.16rem;
  color: #111126;
  line-height: 0.7rem;
}
header .header-right a:hover {
  text-shadow: 0.005rem 0 0 #111126, -0.005rem 0 0 #111126;
}
header .header-right .head-download {
  width: 1.41rem;
  height: 0.47rem;
  background: #1464FF;
  border-radius: 0.24rem;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.47rem;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  margin-left: 1.2rem;
}
header .header-right .head-download:hover {
  opacity: 0.8;
  text-shadow: none;
}
header.border {
  border-bottom: 0.01rem solid #fff;
}

.bottom {
  background: #07070F;
  height: 8.2rem;
  text-align: center;
  color: #fff;
  padding-top: 2.8rem;
  margin-top: -1.2rem;
}
.bottom .bottom-bg {
  background: url("../imgs/bottom-bg.png") no-repeat center;
  background-size: cover;
}
.bottom .logo {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto 0.4rem;
}
.bottom h2 {
  font-weight: bold;
  font-size: 0.66rem;
  line-height: 0.7rem;
}
.bottom h3 {
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin: 0.3rem 0 0.84rem;
}
.bottom .download {
  display: block;
  margin: 0 auto;
  width: 4rem;
  height: 0.66rem;
  background: #FFFFFF;
  border-radius: 0.33rem;
  line-height: 0.66rem;
  position: relative;
  font-size: 0.2rem;
  color: #111111;
}
.bottom .download .hover {
  position: absolute;
  top: 0.05rem;
  left: 0.05rem;
  width: 0.56rem;
  height: 0.56rem;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
  border-radius: 0.56rem;
  background: #1464FF;
}
.bottom .download .hover .arrow {
  width: 0.56rem;
  height: 0.56rem;
  background: #1464FF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
}
.bottom .download .hover .arrow img {
  width: 0.24rem;
  height: 0.18rem;
}
.bottom .download .hover p {
  color: #fff;
  line-height: 0.56rem;
}
.bottom .download:hover .hover {
  width: 3.9rem;
}

.dark-bg {
  background: #07070F;
}

.connect {
  width: 13.4rem;
  min-height: 2.87rem;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.8rem;
}
.connect .connect-title {
  font-weight: bold;
  font-size: 0.24rem;
  line-height: 0.3rem;
}
.connect .connect-left .connect-title {
  margin-bottom: 0.38rem;
}
.connect .connect-left p {
  line-height: 0.23rem;
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
}
.connect .connect-right .connect-title {
  margin-bottom: 0.17rem;
}
.connect .connect-right img {
  width: 1.2rem;
  height: 1.2rem;
}

footer {
  width: 13.4rem;
  border-top: 0.01rem solid #333;
  height: 0.87rem;
  line-height: 0.18rem;
  padding-top: 0.3rem;
  color: #999;
  font-size: 0.14rem;
  margin: 0 auto;
}
footer a {
  color: #999;
}

.top-container {
  height: 5.87rem;
  padding: 0.89rem 2.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 0.71rem;
  overflow: hidden;
}
.top-container h1 {
  font-family: HONOR Sans CN, HONOR Sans CN;
  font-weight: bold;
  font-size: 0.66rem;
  color: #111126;
  line-height: 0.7rem;
  margin-top: 0.4rem;
  position: relative;
}
.top-container h1 span {
  position: absolute;
  top: -.30rem;
  right: -.11rem;
  height: .30rem;
  background: -webkit-gradient(linear, left top, right top, from(#1327FF), to(#2682FF));
  background: -o-linear-gradient(left, #1327FF 0%, #2682FF 100%);
  background: linear-gradient(90deg, #1327FF 0%, #2682FF 100%);
  border-radius: .21rem .21rem .21rem 0rem;
  font-family: Douyin Sans, Douyin Sans;
  font-weight: bold;
  font-size: .16rem;
  color: #FFFFFF;
  padding: 0 .11rem;
  line-height: .30rem;
}
.top-container h2 {
  font-size: 0.24rem;
  color: #181837;
  line-height: 0.3rem;
  margin: 0.2rem 0 0.3rem;
}
.top-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 5.3rem;
}
.top-container ul li {
  width: 1.74rem;
  font-size: 0.18rem;
  color: #181837;
  line-height: 0.23rem;
  margin-bottom: 0.25rem;
}
.top-container ul li img {
  float: left;
  width: 0.18rem;
  height: 0.18rem;
  margin: 0.02rem 0.1rem 0 0;
}
.top-container .download {
  text-align: center;
  width: 2.4rem;
  height: 0.72rem;
  background: #1464FF;
  border-radius: 0.4rem;
  line-height: 0.72rem;
  color: #FFFFFF;
  font-size: 0.24rem;
  display: block;
  margin-top: 0.05rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.top-container .download img {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0 0.07rem -0.04rem 0;
}
.top-container .download:hover {
  background: #2C74FF;
  -webkit-transform: translate(-0.02rem, -0.02rem);
      -ms-transform: translate(-0.02rem, -0.02rem);
          transform: translate(-0.02rem, -0.02rem);
}
.top-container .top-right {
  width: 8.6rem;
  height: 6.32rem;
  margin: -.47rem -.45rem 0 0;
}
.top-container .info {
  font-size: 0.14rem;
  color: #9EA3BB;
  margin-top: 0.3rem;
  line-height: 0.18rem;
}
.main-container {
  width: 100%;
  background: #FFFFFF;
  border-radius: 1.2rem;
  padding-top: 0.6rem;
  position: relative;
}

.ellipsis {
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ellipsis_three {
  overflow: hidden;
  text-overflow: ellipsis; 
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all; 
}

.section-float-download {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 9999;
  -webkit-transform: scale(0) translateX(-50%);
      -ms-transform: scale(0) translateX(-50%);
          transform: scale(0) translateX(-50%);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}

.section-float-download .float-download-container {
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  position: relative;
  width: 0.72rem;
  height: 0.72rem;
  overflow: hidden;
  border-radius: 52px;
}

.section-float-download .float-download-container .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

.section-float-download .float-download-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
  background: -webkit-gradient(linear, left top, right top, from(#EBEEFF), to(#C5CEFF));
  background: -o-linear-gradient(left, #EBEEFF 0%, #C5CEFF 100%);
  background: linear-gradient(90deg, #EBEEFF 0%, #C5CEFF 100%);
  -webkit-box-shadow: 0px 8px 15.5px 0px rgba(26, 16, 57, 0.1);
          box-shadow: 0px 8px 15.5px 0px rgba(26, 16, 57, 0.1);
  top: 0;
  left: 0%;
  border-radius: 16px;
  z-index: -1;
}

.section-float-download .float-download-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 52px;
  z-index: -1;
  background: url("../imgs/downloadIcon.svg") center no-repeat;
  background-color: #3238FF;
  background-size: 30% auto;
  -webkit-transition: all 0.5s 0.5s;
  -o-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}

.section-float-download.show {
  bottom: 70px;
  -webkit-transform: scale(1) translateX(-50%);
      -ms-transform: scale(1) translateX(-50%);
          transform: scale(1) translateX(-50%);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: all 0.101s linear;
  -o-transition: all 0.101s linear;
  transition: all 0.101s linear;
}

.section-float-download.show .float-download-container {
  width: 3.6rem;
  border-radius: 0.2rem;
  -webkit-transition: all 0.88s 1s cubic-bezier(0.15, -0.03, 0.09, 1.19);
  -o-transition: all 0.88s 1s cubic-bezier(0.15, -0.03, 0.09, 1.19);
  transition: all 0.88s 1s cubic-bezier(0.15, -0.03, 0.09, 1.19);
  -webkit-animation: float-scale 1s 0.5s 1 linear;
          animation: float-scale 1s 0.5s 1 linear;
}

.section-float-download.show .float-download-container .tabs {
  opacity: 1;
  -webkit-transition: all 0.5s 1.8s;
  -o-transition: all 0.5s 1.8s;
  transition: all 0.5s 1.8s;
}

.section-float-download.show .float-download-container::before {
  left: 0;
  border-radius: 16px;
  -webkit-transition: all 0.68s 1s linear, background-position 0.15s linear;
  -o-transition: all 0.68s 1s linear, background-position 0.15s linear;
  transition: all 0.68s 1s linear, background-position 0.15s linear;
}

.section-float-download.show .float-download-container::after {
  opacity: 0;
}

.section-float-download.hide {
  bottom: 0px;
  -webkit-transform: scale(0) translateX(-50%);
      -ms-transform: scale(0) translateX(-50%);
          transform: scale(0) translateX(-50%);
  -webkit-transition: all 0.5s 1s;
  -o-transition: all 0.5s 1s;
  transition: all 0.5s 1s;
}

.section-float-download.hide .float-download-container {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 1rem;
  -webkit-transition: all 0.5s cubic-bezier(0.02, 0.32, 0.33, 1.04);
  -o-transition: all 0.5s cubic-bezier(0.02, 0.32, 0.33, 1.04);
  transition: all 0.5s cubic-bezier(0.02, 0.32, 0.33, 1.04);
}

.section-float-download.hide .float-download-container .tabs {
  opacity: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.section-float-download.hide .float-download-container::before {
  border-radius: 1rem;
  -webkit-transition: all 0.3s linear, background-position 0.15s linear;
  -o-transition: all 0.3s linear, background-position 0.15s linear;
  transition: all 0.3s linear, background-position 0.15s linear;
}

.section-float-download.hide .float-download-container::after {
  opacity: 1;
}

.float-download-container .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.float-download-container img {
  width: 1.4396rem;
  height: 0.36rem;
  margin-right: 0.4rem;
}

.float-download-container a {
  width: 1.4rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 1rem;
  background: #1464FF;
  font-weight: 500;
  font-size: 0.16rem;
  color: #FFFFFF;
  display: block;
}

.float-download-container a:hover {
  background: #163aff;
}

.download-edit-pdf {
  width: 1.4rem;
  height: 0.48rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 1rem;
  background: #161637;
  font-weight: 500;
  font-size: 0.16rem;
  color: #FFFFFF;
}