@charset "utf-8";

body,
dd,
div,
dl,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
iframe,
input,
label,
menu,
nav,
ol,
p,
section,
select,
td,
textarea,
th,
time,
ul,
video {
  margin: 0;
  padding: 0;
}

article,
aside,
audio,
canvas,
footer,
header,
hgroup,
nav,
section,
video {
  display: block;
}

ul,
li {
  list-style: none;
}

footer,
header,
nav,
section {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

body {
  width: 100%;
  min-width: 1200px;
  font-size: 14px;
  color: #fff;
  padding: 0;
  color: #333;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-style: normal;
  text-transform: none;
}

/* 第一页 */
#page_1 {
  background: url("../img/backgroundPage1.png") no-repeat
    center;
  background-size: 100% 100%;
  width: 100%;
  height: 823px;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page_1_title {
  margin-top: 164px;
  font-weight: bold;
  font-size: 50px;
  color: #ffffff;
}
.page_1_subtitle {
  margin-top: 21px;
  font-weight: 400;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
}
.page_1_fntips {
  margin-top: 31px;
  display: flex;
  justify-content: space-between;
  width: 706px;
  height: 21px;
}
.page_1_fntips span {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.page_1_btn {
  margin-top: 44px;
  width: 270px;
  height: 66px;
  background: #4a8dff;
  border-radius: 35px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 66px;
  text-align: center;
}
.page_1_btn:hover,
.featfunction_content_btn:hover,
.page_contentn_download_btn:hover {
  background: #3179f3;
  cursor: pointer;
}

.page_1_btn_tips {
  margin-top: 9px;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 19px;
}
.page_1_icon {
  margin-top: 51px;
  display: flex;
  width: 839px;
  height: 204px;
  justify-content: space-between;
}
.page_1_icon div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
}
.page_1_icon div:hover {
  cursor: pointer;
  transform: translateY(-5px);
  transition: transform 0.25s ease;
}

/* 内容页 */
#page_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_content_tool {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tool_title {
  margin-top: 123px;
  font-weight: bold;
  font-size: 50px;
  color: #39426e;
  position: relative;
}
#tool_title_bigsum {
  position: absolute;
  top: -16px;
  left: -55px;
}
#tool_title_sum {
  position: absolute;
  top: 16px;
  left: 506px;
}
.tool_subtitle {
  margin-top: 20px;
  font-weight: 400;
  font-size: 24px;
  color: rgba(57, 66, 110, 0.8);
  line-height: 28px;
}
.tool_box {
  width: 1192px;
  height: 446px;
  margin-top: 51px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.tool_box_line1,
.tool_box_line2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.tool_item {
  width: 140px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 30px;
  color: #39426e;
}

.tool_item > div {
  width: 140px;
  height: 140px;
  background: rgba(57, 66, 110, 0.05);
  border-radius: 23px 23px 23px 23px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tool_item > div > img {
  height: 94px;
  width: 94px;
}

.page_content_featfunction {
  margin-top: 100px;
  font-weight: bold;
  font-size: 50px;
  color: #39426e;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.featfunction_content {
  margin-top: 50px;
  width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.featfunction_content_page1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 308px;
}

.featfunction_content img {
  width: 672px;
  height: 308px;
}

.featfunction_content_title {
  font-weight: 400;
  font-size: 36px;
  color: #39426e;
}
.featfunction_content_tips {
  margin-top: 18px;
  font-weight: 400;
  font-size: 20px;
  width: 486px;
  color: #39426e;
  opacity: 0.7;
}
.featfunction_content_btn {
  display: block;
  margin: 0 auto;
  margin-top: 61px;
  width: 224px;
  height: 46px;
  background: #4a8dff;
  border-radius: 32px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}

.featfunction_content_page2 {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  height: 308px;
  align-items: center;
}

.featfunction_content_page3 {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  height: 308px;
  align-items: center;
}
.page_contentn_userevaluate {
  margin-top: 166px;
  width: 1057px;
  height: 812px;
  border-radius: 0px 0px 0px 0px;
  overflow: hidden;
}

.page_contentn_download {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
.page_contentn_download_title {
  font-weight: bold;
  font-size: 50px;
  color: #39426e;
}
.page_contentn_download_tips {
  margin-top: 26px;
  font-weight: 400;
  font-size: 32px;
  color: #39426e;
}
.page_contentn_download_downentrance {
  margin-top: 54px;
  width: 642px;
  height: 84px;
  display: flex;
  justify-content: space-between;
}
.page_contentn_download_downentrance > div {
  width: 296px;
  height: 84px;
  background: rgba(74, 141, 255, 0.1);
  border-radius: 14px 14px 14px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_contentn_download_downentrance > div > span {
  margin-left: 5px;
  font-weight: 400;
  font-size: 24px;
  color: #39426e;
}
.page_contentn_download_btn {
  margin-top: 44px;
  width: 327px;
  height: 69px;
  background: #4a8dff;
  border-radius: 47px;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 69px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 100px;
}

.comment-wrap {
  margin-top: 37px;
  height: 685px;
  overflow: hidden;
  position: relative;
}
.comment-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  height: 44px;
}
.comment-list {
  animation: comment-scroll 40s infinite linear;
}
@keyframes comment-scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    /* transform: translateY(calc(685px - 100%)); */
    transform: translateY(-2275px);
  }
}
.comment-item {
  width: 1056px;
  height: 160px;
  margin: 0 auto 15px;
  border-radius: 20px;
}
.comment-item::before {
  border-radius: 20px;
}
.comment_main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.comment-img {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.comment-name {
  flex-shrink: 0;
  width: 130px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 400;
  color: #1d4563;
  box-sizing: border-box;
}
.comment-star {
  flex-shrink: 0;
  display: flex;
  width: 180px;
}
.comment-star img {
  width: 28px;
  height: 28px;
}
.comment-star img + img {
  margin-left: 10px;
}
.comment-txt {
  margin-left: 50px;
  width: 516px;
  font-size: 20px;
  font-weight: bold;
  color: #1d4563;
  line-height: 30px;
  text-align: left;
}

.section-title {
  text-align: center;
}
.section-title span {
  font-size: 50px;
  font-weight: bold;
  color: #1d4563;
  line-height: 66px;
  position: relative;
  padding: 0 20px;
}
.section-title span::before,
.section-title span::after {
  content: "";
  position: absolute;
}
.section-title span::before {
  top: 5px;
  left: 0;
  transform: translateX(-100%);
  width: 32px;
  height: 32px;
  background: linear-gradient(123deg, #28ff71 0%, #0e49df 100%);
  filter: blur(3px);
  border-radius: 50%;
}
.section-title span::after {
  bottom: 15px;
  right: 0;
  transform: translateX(100%);
  width: 18px;
  height: 18px;
  background: linear-gradient(123deg, #28ff71 0%, #0e49df 100%);
  border-radius: 50%;
  filter: blur(2px);
}
.section-title.orange span::before,
.section-title.orange span::after {
  background: linear-gradient(180deg, #ffdb80 0%, #ff7a1a 100%);
}

.linear-box {
  padding: 2px;
  position: relative;
  box-sizing: border-box;
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(
    123deg,
    rgba(40, 255, 113, 0.1),
    rgba(14, 73, 223, 0.2)
  );
}
.linear-box::before {
  aspect-ratio: 1px;
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 40px;
  background: linear-gradient(
    123deg,
    rgba(40, 255, 113, 1),
    rgba(14, 73, 223, 1)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  -webkit-mask-composite: exclude;
  mask-composite: exclude;
  z-index: -1;
}
