[v-cloak] {
  display: none;
}

a {
  text-decoration: none;
  color: #333333;
}

.header-box {
  background: #ffffff;
  height: 90px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.header {
  width: 1200px;
  margin: 0 auto;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
}

.header-logo {
  width: 231px;
  height: 32px;
}

.header-logo img {
  width: 231px;
  height: 32px;
  display: block;
  object-fit: contain;
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-nav-item {
  margin: 0 25px;
  font-size: 16px;
  position: relative;
  height: 90px;
  line-height: 90px;
  color: #333333;
}

.header-nav-item-line {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  background: #9e41e3;
  transition: all .3s ease-in-out;
  opacity: 0;
}

.header-nav-item:hover {
  font-weight: bold;
  color: #9e41e3;
}

.header-nav-item:hover .header-nav-item-line {
  opacity: 1;
  height: 4px;
  width: 19px;
  bottom: 0;
}

.footer {
  padding-top: 45px;
  padding-bottom: 55px;
}

.footer-box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.footer-logo {
  width: 225px;
  height: 58px;
  margin: 0 auto;
}

.footer-logo img {
  width: 225px;
  height: 58px;
  display: block;
  object-fit: contain;
}

.footer-text {
  color: #ffffff;
  text-align: center;
}

.footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: 20px auto 0;
  justify-content: center;
}

.footer-nav-item {
  margin: 5px 20px 5px;
}

.footer-line {
  width: 1200px;
  margin: 20px auto 0;
  height: 1px;
  background: #eeeeee;
}

.footer-copyright {
  margin-top: 18px;
  text-align: center;
}

.header-nav-btn {
  display: none;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  cursor: pointer;
}

.header-nav-btn img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}

.banner {
  height: 676px;
  position: relative;
}

.banner-top {
  height: 507px;
  background: url("../images/banner-img.png") center top;
}

.banner-top-box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}

.banner-title {
  font-size: 55px;
  line-height: 1;
  font-weight: bold;
}

.banner-subtitle {
  font-size: 55px;
  line-height: 1;
  margin-top: 25px;
  font-weight: bold;
}

.banner-down-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 410px;
  height: 60px;
  color: #ffffff;
  font-size: 24px;
  background: #333333;
  border-radius: 6px;
  margin-top: 68px;
}

.banner-down-btn-icon {
  width: 30px;
  height: 30px;
}

.banner-down-btn-text {
  margin-left: 24px;
}

.banner-down-btn-icon img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}

.banner-down {
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.banner-down-text {
  font-size: 18px;
  line-height: 1;
  margin-right: 30px;
}

.banner-down-item {
  margin: 0 27px;
}

.banner-down-item-icon {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.banner-down-item-icon img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}

.banner-down-item-text {
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
  text-align: center;
}

.banner-card {
  width: 1200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  box-shadow: 0 0 10px #FF0000;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.banner-card-item {
  width: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.banner-card-item-icon {
  width: 45px;
  height: 50px;
}

.banner-card-item-icon img {
  width: 45px;
  height: 50px;
  display: block;
  object-fit: contain;
}

.banner-card-item-text {
  font-size: 18px;
  margin-left: 20px;
  width: 400px;
  line-height: 1;
}

.block1 {
  width: 1200px;
  margin: 108px auto 0;
  padding-bottom: 120px;
}

.block-title {
  font-size: 48px;
  line-height: 1;
  text-align: center;
}

.block-line {
  height: 4px;
  width: 36px;
  border-radius: 4px;
  background: #333333;
  margin: 22px auto 0;
}

.block-desc {
  font-size: 19px;
  text-align: center;
  margin-top: 15px;
}

.block1 .block-desc {
  background: linear-gradient(to right, #4B4EE9, #A740E3, #E580E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block1-content {
  height: 545px;
  margin: 107px auto 0;
  background: url("../images/img01.png") center top no-repeat;
}

.block1-content-line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block1-content-line2 {
  margin-top: 140px;
}

.block-content-item {
  width: 308px;
  height: 200px;
  background: rgba(161, 156, 168, 0.15);
  border-radius: 10px;
}

.block-content-item1 {
  border-right: 3px solid #d0caf1;
}

.block-content-item2 {
  border-left: 3px solid #d0caf1;
}

.block-content-item-title {
  font-size: 24px;
  line-height: 1;
  margin-top: 39px;
  margin-left: 40px;
  font-weight: bold;
}

.block-content-item-desc {
  font-size: 17px;
  width: calc(100% - 40px - 27px);
  line-height: 30px;
  margin-top: 38px;
  margin-left: 40px;
  color: #545454;
}

.block2 {
  background: linear-gradient(135deg, #232A43, #59638e);
  padding-top: 60px;
}

.block2 .block-title {
  color: #ffffff;
}

.block2 .block-line {
  background: #ffffff;
}

.block2 .block-desc {
  color: #ffffff;
  opacity: .5;
}

.block2-box {
  width: 1200px;
  margin: 0 auto;
}

.block2-content {
  display: flex;
  justify-content: space-between;
}

.block2-card {
  width: 616px;
}

.block2-card-text {
  width: 616px;
  height: 322px;
  background: #ffffff10;
  border: 5px solid #565C76;
  border-radius: 10px;
  margin-top: 46px;
  padding-top: 43px;
  line-height: 33px;
  color: #ffffff;
}

.block2-card-text-item {
  width: 534px;
  margin-left: 29px;
  opacity: 0.8;
  font-size: 21px;
}

.block2-card-text-item3 {
  margin-top: 30px;
}

.block2-card-title {
  margin-top: 70px;
  font-size: 34px;
  background: linear-gradient(to right, #BC6CF7, #BC6CF7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-left: 34px;
}

.block2-img {
  width: 500px;
  height: 500px;
}

.block2-img img {
  width: 500px;
  height: 500px;
  display: block;
  object-fit: contain;
}

.block3 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}

.block3 .block-desc {
  background: linear-gradient(to right, #4B4EE9, #A740E3, #E580E8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block3-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.block3-content-item {
  width: 600px;
  display: flex;
  margin-top: 70px;
}

.block3-content-item-avatar {
  width: 150px;
  height: 150px;
  border-radius: 150px;
  overflow: hidden;
}

.block3-content-item-avatar img {
  width: 150px;
  height: 150px;
  display: block;
  object-fit: contain;
}

.block3-content-item-info {
  width: calc(100% - 150px - 37px);
  margin-left: 37px;
}

.block3-content-item-title {
  font-size: 20px;
  font-weight: bold;
}

.block3-content-item-desc {
  width: 378px;
  font-size: 18px;
  height: 100px;
  margin-top: 20px;
}

.block3-content-item-star {
  margin-top: 20px;
  width: 90px;
}

.block3-content-item-star img {
  width: 90px;
  display: block;
  object-fit: contain;
}

.block4 {
  height: 500px;
  background: url("../images/bottom-bg.png") center top no-repeat;
  background-size: cover;
}

.block4-box {
  width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}

.block4-down-btn {
  display: flex;
  width: 410px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin: 60px auto 0;
  background: linear-gradient(to right, #519DFF, #8448FF);
  border-radius: 6px;
  color: #ffffff;
}

.block4-down-btn-icon {
  width: 28px;
  height: 28px;
}

.block4-down-btn-icon img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.block4-down-btn-text {
  margin-left: 24px;
  font-size: 26px;
}

.block4-down-text {
  font-size: 19px;
  line-height: 1;
  margin-top: 38px;
  text-align: center;
}

.block4-down {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
}

.block4-down-item {
  margin: 0 32px;
  width: 80px;
}

.block4-down-item-icon {
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.block4-down-item-icon img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}

.block4-down-item-text {
  text-align: center;
  line-height: 1;
  margin-top: 7px;
  font-size: 14px;
}

.text-m {
  display: none;
}

@media  screen and (max-width: 768px) {
  .header {
	width: 100%;
	position: fixed;
	background: #ffffff;
  }

  .header-logo {
	margin-left: 30px;
  }

  .header-nav-btn {
	display: block;
  }

  .header-nav {
	display: none;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	background: #ffffff;
	height: calc(100vh - 90px);
  }

  .header-nav-show {
	display: block;
  }

  .header-nav-item {
	font-size: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header-nav-item-line {
	left: 10px;
  }

  .footer-box {
	width: calc(100% - 60px);
	padding: 30px 0;
	display: block;
  }

  .footer-text {
	margin-left: 0;
	margin-top: 50px;
  }

  .footer-nav {
	width: calc(100% - 50px);
  }

  .banner {
	height: 37rem;
	position: relative;
  }

  .banner-top {
	height: 507px;
	background: url("../images/banner-img.png") center top;
  }

  .banner-top-box {
	width: calc(100% - 60px);
	margin: 0 auto;
	padding-top: 60px;
  }

  .banner-title {
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
  }

  .banner-subtitle {
	font-size: 32px;
	line-height: 1;
	margin-top: 25px;
	font-weight: bold;
	text-align: center;
  }

  .banner-down-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 60px);
	height: 60px;
	color: #ffffff;
	font-size: 24px;
	background: #333333;
	border-radius: 6px;
	margin: 50px auto 0;
  }

  .text-pc {
	display: none;
  }

  .text-m {
	display: block;
  }

  .banner-down-btn-icon {
	width: 30px;
	height: 30px;
  }

  .banner-down-btn-text {
	margin-left: 24px;
  }

  .banner-down-btn-icon img {
	width: 30px;
	height: 30px;
	display: block;
	object-fit: contain;
  }

  .banner-down {
	display: flex;
	align-items: center;
	margin-top: 50px;
  }

  .banner-down-text {
	font-size: 12px;
	line-height: 1;
	margin-right: 30px;
  }

  .banner-down-item {
	margin: 0 10px;
	width: 80px;
  }

  .banner-down-item-icon {
	width: 30px;
	height: 30px;
	margin: 0 auto;
  }

  .banner-down-item-icon img {
	width: 30px;
	height: 30px;
	display: block;
	object-fit: contain;
  }

  .banner-down-item-text {
	font-size: 10px;
	line-height: 1;
	margin-top: 8px;
	text-align: center;
  }

  .banner-card {
	width: calc(100% - 40px);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 10px;
	box-shadow: 0 0 10px #FF0000;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 0;
  }

  .banner-card-item {
	width: calc(50% - 20px);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
  }

  .banner-card-item-icon {
	width: 40px;
	height: 40px;
  }

  .banner-card-item-icon img {
	width: 40px;
	height: 40px;
	display: block;
	object-fit: contain;
  }

  .banner-card-item-text {
	font-size: 12px;
	width: calc(100% - 40px);
	line-height: 1;
  }

  .block1 {
	width: calc(100% - 60px);
	margin: 50px auto 0;
	padding-bottom: 50px;
  }

  .block-title {
	font-size: 26px;
	line-height: 1;
	text-align: center;
  }

  .block-line {
	height: 4px;
	width: 30px;
	border-radius: 4px;
	background: #333333;
	margin: 22px auto 0;
  }

  .block-desc {
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
  }

  .block1 .block-desc {
	background: linear-gradient(to right, #4B4EE9, #A740E3, #E580E8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }

  .block1-content {
	width: 100%;
	margin: 50px auto 0;
	background: url("../images/img01.png") center top no-repeat;
	background-size: cover;
	height: 23rem;
  }

  .block1-content-line {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  }

  .block1-content-line2 {
	margin-top: 140px;
  }

  .block-content-item {
	position: relative;
	width: calc(50% - 10px);
	height: 120px;
	background: rgb(231, 224, 232, .8);
	border-radius: 10px;
  }

  .block-content-item1 {
	border-right: 3px solid #d0caf1;
  }

  .block-content-item2 {
	border-left: 3px solid #d0caf1;
  }

  .block-content-item-title {
	font-size: 16px;
	line-height: 1;
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
  }

  .block-content-item-desc {
	font-size: 12px;
	width: calc(100% - 20px);
	line-height: 20px;
	margin-top: 5px;
	margin-left: 10px;
	color: #545454;
  }

  .block2 {
	background: linear-gradient(135deg, #232A43, #59638e);
	padding-top: 60px;
	padding-bottom: 40px;
	position: relative;
  }

  .block2 .block-title {
	color: #ffffff;
  }

  .block2 .block-line {
	background: #ffffff;
  }

  .block2 .block-desc {
	color: #ffffff;
	opacity: .5;
  }

  .block2-box {
	width: calc(100% - 30px);
	margin: 0 auto;
  }

  .block2-content {
	display: flex;
	justify-content: space-between;
  }

  .block2-card {
	width: 100%;
	position: relative;
  }

  .block2-card-text {
	width: 100%;
	height: 20rem;
	background: #ffffff10;
	border: 5px solid #565C76;
	border-radius: 10px;
	margin: 46px auto 0;
	padding-top: 20px;
	line-height: 33px;
	color: #ffffff;
  }

  .block2-card-text-item {
	width: calc(100% - 20px);
	margin-left: 10px;
	opacity: 0.8;
	font-size: 14px;
  }

  .block2-card-text-item3 {
	margin-top: 30px;
  }

  .block2-card-title {
	margin-top: 70px;
	font-size: 20px;
	text-align: center;
	background: linear-gradient(to right, #BC6CF7, #BC6CF7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	margin-left: 0;
  }

  .block2-img {
	position: absolute;
	bottom: -3rem;
	right: 0;
	width: 10rem;
	height: 10rem;
  }

  .block2-img img {
	width: 10rem;
	height: 10rem;
	display: block;
	object-fit: contain;
	opacity: .8;
  }

  .block3 {
	width: calc(100% - 30px);
	margin: 0 auto;
	padding-top: 120px;
  }

  .block3 .block-desc {
	background: linear-gradient(to right, #4B4EE9, #A740E3, #E580E8);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }

  .block3-content {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
  }

  .block3-content-item {
	width: calc(100% - 20px);
	display: flex;
	margin-top: 30px;
  }

  .block3-content-item-avatar {
	width: 50px;
	height: 50px;
	border-radius: 150px;
	overflow: hidden;
  }

  .block3-content-item-avatar img {
	width: 50px;
	height: 50px;
	display: block;
	object-fit: contain;
  }

  .block3-content-item-info {
	width: calc(100% - 50px - 20px);
	margin-left: 20px;
  }

  .block3-content-item-title {
	font-size: 20px;
	font-weight: bold;
  }

  .block3-content-item-desc {
	width: 100%;
	font-size: 14px;
	height: 90px;
	margin-top: 10px;
  }

  .block3-content-item-star {
	margin-top: 10px;
	width: 90px;
  }

  .block3-content-item-star img {
	width: 90px;
	display: block;
	object-fit: contain;
  }

  .item-pc {
	display: none;
  }

  .block4 {
	height: 500px;
	background: url("../images/bottom-bg.png") center top no-repeat;
	background-size: cover;
  }

  .block4-box {
	width: calc(100% - 30px);
	margin: 0 auto;
	padding-top: 120px;
  }

  .block4-down-btn {
	display: flex;
	width: calc(100% - 30px);
	height: 60px;
	align-items: center;
	justify-content: center;
	margin: 60px auto 0;
	background: linear-gradient(to right, #519DFF, #8448FF);
	border-radius: 6px;
	color: #ffffff;
  }

  .block4-down-btn-icon {
	width: 28px;
	height: 28px;
  }

  .block4-down-btn-icon img {
	width: 28px;
	height: 28px;
	display: block;
	object-fit: contain;
  }

  .block4-down-btn-text {
	margin-left: 24px;
	font-size: 26px;
  }

  .block4-down-text {
	font-size: 19px;
	line-height: 1;
	margin-top: 38px;
	text-align: center;
  }

  .block4-down {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 42px;
  }

  .block4-down-item {
	margin: 0 32px;
	width: 60px;
  }

  .block4-down-item-icon {
	width: 30px;
	height: 30px;
	margin: 0 auto;
  }

  .block4-down-item-icon img {
	width: 30px;
	height: 30px;
	display: block;
	object-fit: contain;
  }

  .block4-down-item-text {
	text-align: center;
	line-height: 1;
	margin-top: 7px;
	font-size: 14px;
  }

  .footer {
	padding-top: 45px;
	padding-bottom: 55px;
  }

  .footer-box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 50px 0;
  }

  .footer-logo {
	width: 225px;
	height: 58px;
	margin: 0 auto;
  }

  .footer-logo img {
	width: 225px;
	height: 58px;
	display: block;
	object-fit: contain;
  }

  .footer-text {
	color: #ffffff;
	text-align: center;
  }

  .footer-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 40px);
	margin: 20px auto 0;
	justify-content: center;
  }

  .footer-nav-item {
	margin: 5px 20px 5px;
  }

  .footer-line {
	width: calc(100% - 40px);
	margin: 20px auto 0;
	height: 1px;
	background: #eeeeee;
  }

  .footer-copyright {
	margin-top: 18px;
	text-align: center;
  }
}