html,
body {
  padding: 0;
  margin: 0;
  font-family: SourceHanSansCN-Medium;
}
*{
  user-select: auto;
}
#headerTitle {
  height: 80px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.85);
}

.headerContent {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-content: space-around;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}

.titleNav {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 400;
  margin-right: 30px;
}

.logo {
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.logo p {
  display: flex;
  flex-direction: column;
  height: 45px;
  justify-content: space-between;
}

.logo>img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.logoText {
  vertical-align: middle;
}

.logoText {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.90);
  letter-spacing: 0;
  font-weight: 700;
  line-height: 20px;
}

.logoTextIcon {
  line-height: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.60);
  letter-spacing: 0;
  font-weight: 500;
}

.counts {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 500;
  height: 44px;
  margin-top: 12px;
  position: absolute;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.counts .downloadBtn {
  display: inline-block;
  width: 145px;
  height: 48px;
  background: #37CD90;
  border-radius: 10px;
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 600;
  line-height: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.downloadBtn {
  cursor: pointer;
}

.ssTran {
  position: relative;
  left: 220px;
  top: -30px;
  animation: fadenum 1s infinite;
}

@keyframes fadenum {
  50% {
    transform: translate(-40px, -50px);
  }
}

@keyframes likes {
  100% {
    transform: scale(0.9, 0.9);
  }
}

#animationDownloadBtn {
  font-size: 32px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 96px;
  overflow: hidden;
}

#animationDownloadBtn>img {
  vertical-align: middle;
}

.animationGm {
  height: 100%;
  width: 60px;
  position: absolute;
  background: #fff;
  opacity: 0.5;
  transform: skew(-30deg);
  animation: ss 1s infinite;
}

@keyframes ss {
  0% {
    transform: skew(-30deg);
    transform: skew(-30deg) translate(-50px, 0);
  }

  100% {
    transform: skew(-30deg);
    transform: skew(-30deg) translate(450px, 0);
  }
}

.headerContent>.downloadBtn {
  width: 124px;
  height: 44px;
  background: #FF6D00;
  border-radius: 4px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 16px;
  margin-left: auto;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 96px;
  vertical-align: middle;
}

i {
  border: 3px solid #fff;
  border-width: 0px 3px 3px 0px;
  display: inline-block;
  padding: 14px;
  opacity: 0.7;
}

.sectionTitle {
  padding-top: 80px;
  font-size: 48px;
  color: #333333;
  text-align: center;
  font-weight: 700;
  line-height: 48px;
}

.sectionTitle img {
  vertical-align: top;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#content {
  min-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 200px 0px 120px;
  box-sizing: border-box;
  background-position-y: bottom;
}

#content>.introduce {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#content>.introduce span {
  font-size: 68px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-shadow: 0 4px 0 #009349;
  font-weight: 900;
}

#content>.introduce img {
  position: absolute;
  right: 60px;
  top: -86px;
  width: 240px;
  height: 150px;
  transform: rotate(10deg);
}

.introduce_sub {
  font-size: 30px;
  color: #E62626;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  margin: 15px 0px 30px;
}

.contentTip {
  width: 1200px;
  height: 112px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.00) 37%, rgba(255, 255, 255, 0.12) 99%);
  position: relative;
  backdrop-filter: blur(15px);
}

.contentTip::after {
  position: absolute;
  top: -8px;
  left: 0px;
  content: '';
  width: 1200px;
  height: 112px;
  margin: 0 auto;
  transform: scaleY(-1);
}

.contentTip p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: -5px 0px 0px;
  padding: 0px 32px 0px 0px;
}

.contentTip p img {
  width: 26px;
  height: 26px;
  margin-right: 12px;
}

.contentTip p span {
  font-size: 24px;
  color: #00834A;
  letter-spacing: 0;
  font-weight: 500;
}

.introduce_btn {
  width: 346px;
  height: 102px;
  margin: 30px auto 15px;
  position: relative;
}

.introduce_btn .downloadBtn {
  display: inline-block;
  width: 346px;
  height: 102px;
  background: #FFFFFF;
  border-radius: 16px;
  font-size: 32px;
  color: #007353;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.introduce_btn .downloadBtn img {
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

.introduce_btn_tip {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
  height: 31px;
  background: #fee57d;
  border-radius: 0 16px 0 16px;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.80);
  letter-spacing: 0;
  line-height: 31px;
  font-weight: 400;
}

.introduce_btn_tip span {
  font-size: 16px;
  color: #FF0000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  padding: 0px 2px;
}

.introduce_v {
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: lighter;
}

#content .icDiv {
  display: inline-block;
  margin-right: 80px;
}

#content .icDiv>img,
#content .icDiv>span {
  vertical-align: middle;
}

.downText {
  vertical-align: middle;
}

.downDiv {
  line-height: 22px;
  padding-top: 20px;
}

#content>.downloadBtn img,
#plzh .downloadBtn img {
  vertical-align: middle;
  margin-right: 12px;
}

.fuctionInfo {
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 0px;
  padding: 0px 0px 20px;
}

.fuctionInfo_warp {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fuctionInfo_warp .card {
  width: 175px;
  height: auto;
  text-align: center;
  display: inline-block;
}

.fuctionInfo_warp .card>img {
  margin: 30px auto 20px auto;
  display: block;
  width: 100px;
}

.fuctionInfo_warp .cardText {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.79px;
  text-align: center;
  font-weight: 400;
  display: block;
}

.title {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.title img:nth-child(1),
.title img:nth-child(3) {
  width: 51px;
  height: 8px;
}

.title img:nth-child(2) {
  width: 500px;
  height: 35px;
  margin: 0px 30px;
}

.box_1280 {
  width: 1280px;
  height: 100%;
  margin: 65px auto;
}

.block_3 ul {
  padding: 0 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block_3 ul li {
  width: 510px;
  display: flex;
  margin-bottom: 50px;
  cursor: pointer;
}

.block_3 ul li .b3u_item_l {
  margin: 0 40px 0 0;
}

.block_3 ul li .b3u_item_l img {
  display: block;
  margin-top: 10px;
  width: 90px;
  height: 90px;
}

.block_3 ul li .b3u_item_l p {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #444;
}

.block_3 ul li .b3u_item_r h4 {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  padding: 0px;
  margin: 20px 0px;
}

.block_3 ul li .b3u_item_r h4 span {
  font-size: 30px;
  line-height: 10px;
  margin-right: 8px;
}

.block_3 ul li .b3u_item_r .b3uir_gradient {
  color: #2F2F2F;
  font-size: 10px;
  margin: -12px 0 0px 0;
  line-height: 1px;
}

.block_3 ul li .b3u_item_r .b3uir_e2 {
  color: #A9A9A9;
  font-size: 10px;
  line-height: 0px;
}

.block_3 ul li .b3u_item_r .border_gradient {
  width: 256px;
  height: 5px;
  background-image: linear-gradient(-62deg, #5CD7EB 0%, #4DD4A3 92%);
  border-radius: 2.5px;
  margin-bottom: 0px;
}

.block_3 ul li .b3u_item_r .border_e2 {
  width: 90px;
  height: 5px;
  background: #E2E2E2;
  border-radius: 2.5px;
  margin-bottom: 7px;
}

.gif_img {
  margin-top: 50px;
  display: block;
  position: relative;
  animation: move 2s infinite;
}

@keyframes move {
  0% {
    top: 0;
  }

  50% {
    top: 50px;
  }

  100% {
    top: 0;
  }
}

.downloadBtnhoverctive1 {
  position: relative;
  overflow: hidden;
}

.downloadBtnhoverctive1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 500%;
  left: 50%;
  top: 0%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, .1);
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
}

.downloadBtnhoverctive {
  position: relative;
  overflow: hidden;
}

.downloadBtnhoverctive:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 500%;
  left: 50%;
  top: -50%;
  margin-left: -50%;
  margin-top: -50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, .1);
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
}

@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pronamei {
  0% {
    top: -8px;
  }

  50% {
    top: 8px;
  }

  100% {
    top: -8px;
  }
}

@-webkit-keyframes pronamei {
  0% {
    top: -8px;
  }

  50% {
    top: 8px;
  }

  100% {
    top: -8px;
  }
}

.card:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transition: all .3s;
}

.trans_all {
  transition: all 0.3s ease;
  cursor: pointer;
}

.trans_all:hover {
  transform: translateY(-10px);
}

.comment-wrapper {
  width: 1200px;
  height: 300px;
  margin: 55px auto 60px;
  display: flex;
  flex-direction: row;
}

.comment-arrow {
  float: left;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding-top: 140px;
}

.comment-arrow-left {
  margin-right: 20px;
}

.comment-arrow-right {
  margin-left: 20px;
}

.comment-item {
  width: 372px;
  height: 276px;
  padding: 20px 30px;
  box-sizing: border-box;
  margin: 20px 10px 0px;
  background: #FFFFFF;
  box-shadow: 0 1px 6px 0 rgba(37, 138, 94, 0.24);
  border-radius: 21px;
}

.comment-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #258A5E24;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.comment-head {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  margin-right: 14px;
  box-sizing: border-box;
}

.comment-header p {
  margin: 0px;
  padding: 0px;
  height: 65px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.comment-header p span {
  font-size: 24px;
  color: #2F2F2F;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}

.comment-header p img {
  width: 125px;
  height: 23px;
}

.comment-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.comment-content p:nth-child(1) {
  font-size: 18px;
  color: #2F2F2F;
  letter-spacing: 0;
  line-height: 26px;
  font-weight: 400;
  margin: 20px 0px 0px;
  padding: 0px;
}

.comment-content p:nth-child(2) {
  font-size: 14px;
  color: rgba(47, 47, 47, 0.50);
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
}

.warpper {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 80px;
  box-sizing: border-box;
}

.warpper .downloadBtn {
  margin: 0 auto;
  display: inline-block;
  width: 346px;
  height: 102px;
  background: #37CD90;
  border-radius: 16px;
  font-size: 32px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.warpper .downloadBtn img {
  width: 36px;
  height: 36px;
  margin-right: 15px;
}

#hashed {
  background: #edfaf6;
  padding: 100px 0px 10px;
  width: 100%;
  box-sizing: border-box;
}

.fun {
  width: 100%;
  height: auto;
  padding: 100px 0px 50px;
}

.container_nav {
  width: 900px;
  margin: 30px auto 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.container_nav p {
  width: 184px;
  height: 56px;
  border: 2px solid #26C781;
  border-radius: 28px;
  line-height: 56px;
  font-size: 28px;
  color: #333333;
  letter-spacing: 0;
  line-height: 54px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.container_nav p.active {
  background: #26C781;
  box-shadow: 0 5px 8px 0 #B0DDE5;
  border-radius: 28px;
  color: #fff;
}

@media screen and (max-width:420px) {

  .comment-arrow-left,
  .comment-arrow-right {
    display: none;
  }
}

@media screen and (max-width: 539px) {

  .comment-arrow-left,
  .comment-arrow-right {
    display: none;
  }
}

@media screen and (min-width:540px) and (max-width: 719px) {

  .comment-arrow-left,
  .comment-arrow-right {
    display: none;
  }
}

@media screen and (min-width:720px) and (max-width: 889px) {
  .headerContent,
  .box_1280,
  .title,
  #content>.introduce,
  .contentTip,
  .introduce_v,
  .container_nav,
  .comment-wrapper,
  .contentTip::after {
    width: 100%;
  }

  #content {
    background-position: center bottom;
    /* background-color: #26C781; */
  }

  .container {
    width: 100% !important;
  }

  .slide {
    width: 98% !important;
    height: 657px !important;
    scale: 0.9;
  }

  .block_3 ul {
    padding: 0 0px;
  }

  .block_3 ul li {
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .swiper2,
  .swiper-container-comment {
    width: 99% !important;
  }

  .comment-item {
    width: 242px;
  }
  .comment-header p span{
    font-size: 16px;
  }
  .contentTip p span{
    font-size: 20px;
  }

  .comment-arrow-left,
  .comment-arrow-right {
    display: none;
  }

  .slide .img img {
    width: 700px !important;
  }
}

@media screen and (min-width:890px) and (max-width: 1199px) {

  .headerContent,
  .box_1280,
  .title,
  #content>.introduce,
  .contentTip,
  .introduce_v,
  .container_nav,
  .comment-wrapper,
  .contentTip::after {
    width: 100%;
  }

  #content {
    background-position: center bottom;
    /* background-color: #26C781; */
  }

  .container {
    width: 100% !important;
  }

  .slide {
    width: 98% !important;
    height: 727px !important;
    scale: 0.9;
  }

  .block_3 ul {
    padding: 0 0px;
  }

  .block_3 ul li {
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .swiper2,
  .swiper-container-comment {
    width: 99% !important;
  }

  .comment-item {
    width: 292px;
  }

  .comment-arrow-left,
  .comment-arrow-right {
    display: none;
  }

  .slide .img img {
    width: 900px !important;
  }
}

@media screen and (min-width:1200px) and (max-width: 1425px) {
  #content {
    background-position: center bottom;
    /* background-color: #26C781; */
  }

  .box_1280 {
    width: 1200px;
  }

  .comment-arrow-left,
  .comment-arrow-right {
    display: none;
  }
}


/* pop */
.pop {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	/* 半透明黑色背景 */
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

/* 弹框内容 */
.pop_c {
	width: 695px;
	height: 355px;
	background: #FFFFFF;
	border-radius: 6px;
	position: relative;
	padding: 0px;
	display: flex;
	flex-direction: column;
	margin: 500px auto 0px;


}

.pop_c_t {
	width: 100%;
	height: 66px;
	background: rgba(1, 203, 1, 0.15);
	border-radius: 6px 6px 0 0;
	padding: 5px 30px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.pop_c_t p{
	width: 220px;
	display: flex;
	flex-direction: row;
	align-items: center;

}
.pop_c_t p img{
	width: 36px;
	height: 36px;
	margin-right: 20px;
}
.pop_c_t p span{
	font-size: 18px;
color: #333333;
letter-spacing: 0.41px;
font-weight: 400;
}
.pop_c_t a{
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.pop_c_t a img{
	width: 20px;
	height: 20px;
	margin: 8px 0px 0px 16px;
}
.pop_c_b{
	width: 100%;
	height: 289px;
	display: flex;
	flex-direction: column;
	align-items: center;
  padding-top: 40px;
  box-sizing: border-box;
	/* justify-content: center; */
}
.pop_c_b_c{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.pop_c_b_c_i{
	width:85px;
	height: 85px;
	margin-right: 30px;
}
.pop_c_b_c_c{
	width: 490px;
	display: flex;
	flex-direction: column;
	/* align-items: center;
	justify-content: center; */
}
.pop_c_b_c_c p:nth-child(1){
	font-size: 20px;
color: #333333;
letter-spacing: 0.55px;
line-height: 51px;
font-weight: 400;
}
.pop_c_b_c_c p:nth-child(1) span{
	font-size: 34px;
color: #FF0000;
letter-spacing: 0.55px;
line-height: 51px;
font-weight: 700;
}
.pop_c_b_c_c p:nth-child(2){
	font-size: 16px;
color: #666666;

font-weight: 400;
margin: -20px 0px 20px;
}
.pop_c_b_c_c p:nth-child(3){
	width: 409px;
	height: 23px;
	background: #EBEBEB;
border-radius: 6px;
}
.pop_c_b_c_c p:nth-child(3) span{
	display: block;
	width: 357px;
	height: 23px;
	background: #FF0000;
border-radius: 6px;
}
.pop_c_b_a{
	width: 201px;
	height: 53px;
	background: #01CB01;
border-radius: 11px;
font-size: 18px;
color: #FFFFFF;
letter-spacing: 1px;
font-weight: 400;
text-align: center;
line-height:53px ;
margin-top: 30px;
cursor: pointer;
}