body {
  background: #131313;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.text-light {
  color: #FE8A12;
}

.header {
  height: 76px;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  background: hsla(0, 0%, 7%, 0.9);
  backdrop-filter: blur(0.26666667rem);
  -webkit-backdrop-filter: blur(0.26666667rem);
  padding: 20px 0;
  box-sizing: border-box;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header-left {
  display: flex;
  align-items: center;
  font-size: 22px;
}

.header .header-left img {
  height: 34px;
}

.header .header-left span {
  display: inline-block;
  padding-left: 15px;
  margin-left: 20px;
  border-left: 1px solid #fff;
  line-height: 1;
  font-weight: 100;
}

.header .download-btn {
  background: linear-gradient(90deg, #FFC01E 32%, #FE8A12 100%);
  width: 114px;
  height: 36px;
  border-radius: 4px;
  color: #000000;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
}

.header .download-btn.yinyu {
  font-size: 14px;
}

.header .download-btn:hover {
  background: linear-gradient(90deg, #FFD15A 32%, #FF9B33 100%);
}

.banner {
  height: 768px;
}

.banner .viedo-wrapper {
  position: absolute;
  height: 768px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.banner .viedo-wrapper video {
  display: block;
  width: auto;
  height: 768px;
}

.banner .banner-left {
  position: relative;
  z-index: 2;
  padding-top: 230px;
}

.banner .banner-left .title {
  font-size: 52px;
  font-weight: 400;
}

.banner .banner-left .sub-title {
  font-size: 18px;
  margin-top: 50px;
  font-weight: 100;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5019607843);
}

.banner .banner-left .download-btn {
  width: 380px;
  height: 58px;
  border-radius: 4px;
  color: #000000;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: linear-gradient(90deg, #FFC01E 32%, #FE8A12 100%);
  margin-top: 32px;
  text-decoration: none;
}

.banner .banner-left .download-btn:hover {
  background: linear-gradient(90deg, #FFD15A 32%, #FF9B33 100%);
}

.sectionOne {
  padding-top: 40px;
  background: url("/assets/img/section01-bj.png") center bottom no-repeat;
  height: 953px;
}

.sectionOne .title {
  text-align: center;
  font-size: 32px;
  color: #FE8A12;
}

.sectionOne .sub-title-style {
  color: #d21515;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 18px 0px 21px;
}

.sectionOne .sub-title-span {
  text-align: center;
}

.sectionOne .sub-title-span span {
  padding: 4px 10px;
  border-radius: 2px;
  background: #E07F09;
  margin-right: 20px;
}

.sectionOne .gg3-game-img {
  margin-top: 75px;
}

.section01 {
  padding-top: 40px;
  background: url("/assets/img/section01-bj.png") center bottom no-repeat;
  /* height: 1152px; */
}

.section01 .title {
  text-align: center;
  font-size: 32px;
  color: #FE8A12;
}

.section01 .sub-title {
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.062745098);
  font-size: 18px;
  text-align: center;
  font-weight: 100;
}

.section01 .sub-title span {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section01 .sub-title span::after {
  position: absolute;
  content: " ";
  height: 3px;
  background: #FE8A12;
  display: block;
  width: 100%;
  border-radius: 3px;
  bottom: 0;
}

.section01 .list {
  display: flex;
  margin-top: 28px;
  margin-bottom: 20px;
  justify-content: space-between;
}

.section01 .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section01 .list img {
  width: 137px;
  height: 201px;
}

.section01 .list span {
  padding-top: 5px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3137254902);
}

.section02 .container {
  padding-top: 270px;
  height: 800px;
  box-sizing: border-box;
  background: url("/assets/img/section02-bj.png") no-repeat right center;
}

.section02 .container .title {
  font-size: 44px;
}

.section02 .container .sub-title {
  color: rgba(255, 255, 255, 0.3960784314);
  margin-top: 24px;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.5;
}

.section03 .container {
  padding-top: 270px;
  height: 800px;
  box-sizing: border-box;
  background: url("/assets/img/section03-bj.png") no-repeat -180px center;
}

.section03 .container .text {
  margin-left: 700px;
}

.section03 .container .title {
  font-size: 44px;
}

.section03 .container .sub-title {
  color: rgba(255, 255, 255, 0.3960784314);
  margin-top: 24px;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.5;
}

.section04 .container {
  padding-top: 270px;
  height: 800px;
  box-sizing: border-box;
  background: url("/assets/img/section04-bj.png") no-repeat 268px center;
}

.section04 .container .title {
  font-size: 44px;
}

.section04 .container .sub-title {
  color: rgba(255, 255, 255, 0.3960784314);
  margin-top: 24px;
  font-size: 22px;
  font-weight: 100;
  line-height: 1.5;
}

.section05 {
  background: url("/assets/img/section05-bj.png") no-repeat center top;
  height: 880px;
}

.section05 .container {
  box-sizing: border-box;
  padding-top: 100px;
}

.section05 .title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 80px;
}

.section05 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section05 .item {
  width: 384px;
  height: 240px;
  background: linear-gradient(180deg, rgba(156, 255, 249, 0.09) 0%, rgba(175, 250, 255, 0.05) 100%);
  border: 1px solid rgba(180, 255, 246, 0.2);
  border-radius: 12px;
  padding: 40px 16px 0;
  box-sizing: border-box;
  margin-bottom: 26px;
}

.section05 .item .user-info {
  display: flex;
  align-items: center;
}

.section05 .item .user-info .avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.section05 .item .user-info .avatar img {
  width: 100%;
  height: 100%;
}

.section05 .item .name {
  color: #31D4C6;
  font-size: 20px;
}

.section05 .item .localtion {
  font-size: 14px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.section05 .item .localtion span {
  margin-left: 5px;
}

.section05 .item .localtion span+img {
  margin-left: 10px;
}

.section05 .item .content {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.footer {
  background: #1A1A1A;
}

.footer .container {
  height: 190px;
  display: flex;
  font-size: 12px;
  color: #6D6D6D;
}

.footer .container>div {
  width: 50%;
}

.footer .logo {
  height: 26px;
  margin-top: 35px;
}

.footer ul {
  list-style: none;
}

.footer .contact {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-left: 70px;
  line-height: 1;
}

.footer .contact>div {
  display: flex;
  align-items: center;
  height: 30px;
}

.footer .contact img {
  height: 16px;
  margin-right: 8px;
}

.footer .contact .help-center span {
  color: #ffffff;
  font-size: 14px;
}

.footer .contact .help-center a {
  text-decoration: none;
  color: #B0B0B0;
  margin-left: 20px;
}

.footer .contact .help-center a:hover {
  text-decoration: underline;
}

.footer .footer-right ul {
  margin-top: 44px;
  line-height: 2.5;
  border-left: 1px solid #363636;
  padding-left: 60px;
}

.gg5-yinyu .footer .footer-right ul {
  line-height: 2;
  margin-top: 30px;
  font-size: 12px;
}

/* gg5 */
.gg5-banner {
  width: 100%;
  height: 1123px;
  /* height: calc(100vh - 190px); */
  background-image: url('./assets/img/gg5-banner1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
}

.gg5-banner-main {
  padding-top: 204px;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.gg5-banner-top {
  display: flex;
  position: relative;
  box-sizing: border-box;
}

.gg5-banner-desc1 {
  color: #FFF;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 63px;
  /* 126% */
  text-align: left;
  margin: 0;
  margin-top: 41px;
}

.gg5-yinyu .gg5-banner-desc1 {
  width: 480px;
  font-size: 26px;
  word-wrap: break-word;
  line-height: 34px;
}

.gg5-banner-desc2 {
  color: #FE8A12;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 63px;
  text-align: left;
  margin: 0;
  /* margin-top: 8px; */
}

.gg5-yinyu .gg5-banner-desc2 {
  font-size: 26px;
  line-height: 34px;
}

.gg5-banner-desc3 {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 380;
  line-height: normal;
  text-align: left;
  margin: 0;
  margin-top: 20px;
}

.gg5-yinyu .gg5-banner-desc3 {
  width: 480px;
  word-wrap: break-word;
}

.gg5-banner-img {
  width: 806px;
  height: 444px;
  position: absolute;
  top: 215px;
  right: -185px;
  transform: translateY(-50%);
}

.gg5-banner-btn {
  display: block;
  width: 298px;
  height: 75px;
  margin-top: 67.04px;
  margin-left: -10px;
}

.gg5-yinyu .gg5-banner-btn {
  margin-left: 3px;
}

.gg5-banner-btn img:nth-child(2) {
  display: none;
}

.gg5-banner-btn:hover img:nth-child(1) {
  display: none;
}

.gg5-banner-btn:hover img:nth-child(2) {
  display: block;
}

.gg5-banner-btn img {
  width: 100%;
  height: 100%;
}

.gg5-banner-img2 {
  width: 1280px;
  margin-top: 27px;
  margin-left: -40px;
}


/* .gg5-footer{
  position: relative;
  z-index: 2;
} */
.gg5-footer .gg5-contact {
  margin-top: 15px;
  margin-left: 0;
}

.gg5-footer .gg5-footer-right ul {
  padding-left: 191px;
}

.gg5-header {
  height: 60px;
}

.gg5-header .container {
  height: 100%;
}

.gg5-header .container .header-right {
  display: flex;
  align-items: center;
}

.gg5-select {
  position: relative;
  height: 50px;
}

.gg5-select-title {
  width: 103px;
  height: 37px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "MiSans VF";
  font-size: 16px;
  font-style: normal;
  font-weight: 330;
  line-height: 40px;
  cursor: pointer;
}

.gg5-select-title img {
  width: 7.5px;
  height: 4.5px;
  margin-left: 4px;
}

.gg5-select-list-wrapper {
  position: absolute;
  width: 100px;
  height: 120px;
  border-radius: 4px;
  border: 0.5px solid #5F5F5F;
  background: #1C1C1C;
  padding: 0 12px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.gg5-select-list {
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: "MiSans VF";
  font-size: 14px;
  font-style: normal;
  font-weight: 330;
  line-height: 40px;
  cursor: pointer;
}

.gg5-select-list img {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  /* display: none; */
}

.gg5-banner-main .gg5-banner-desc4 {
  color: #FFF;
  text-align: center;
  font-family: "MiSans VF";
  font-size: 22px;
  font-style: normal;
  font-weight: 520;
  line-height: normal;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: 81px;
}

.gg5-banner-main .gg5-banner-desc5 {
  color: #FE8A12;
  text-align: center;
  font-family: "MiSans VF";
  font-size: 20px;
  font-style: normal;
  font-weight: 380;
  line-height: normal;
  margin-block-start: 0;
  margin-block-end: 0;
}


.gg5-header .container .download-btn {
  height: 40px;
  margin-left: 50px;
}

/* gg6 */
.gg6-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: transparent;
  z-index: 3;
}

.gg6-header .container {
  width: 1040px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.gg6-header .container .header-right {
  display: flex;
  align-items: center;
}

.gg6-header .container .header-right .download-btn {
  display: block;
  width: 114px;
  height: 40px;
  margin-left: 25.5px;
  border-radius: 4px;
  background: linear-gradient(90deg, #FFC01E 32%, #FE8A12 100%);
  text-decoration: none;
  color: #000;
  text-align: center;
  font-family: MiSans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 175% */
}

.gg6-header .container .header-right .download-btn.yinyu {
  font-size: 14px;
}

.gg6-header .container .header-right .download-btn:hover {
  background: linear-gradient(90deg, #FFD15A 32%, #FF9B33 100%);
}

.gg6-select {
  position: relative;
  height: 50px;
}

.gg6-select-title {
  width: 103px;
  height: 37px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-family: "MiSans VF";
  font-size: 16px;
  font-style: normal;
  font-weight: 330;
  line-height: 40px;
  cursor: pointer;
}

.gg6-select-title img {
  width: 7.5px;
  height: 4.5px;
  margin-left: 4px;
}

.gg6-select-list-wrapper {
  position: absolute;
  width: 100px;
  height: 120px;
  border-radius: 4px;
  border: 0.5px solid #5F5F5F;
  background: #1C1C1C;
  padding: 0 12px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.gg6-select-list {
  display: flex;
  align-items: center;
  color: #FFF;
  font-family: "MiSans VF";
  font-size: 14px;
  font-style: normal;
  font-weight: 330;
  line-height: 40px;
  cursor: pointer;
}

.gg6-select-list img {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  /* display: none; */
}

.gg6-banner {
  width: 100%;
  height: 1660px;
  background-image: url('./assets/img/gg6-bannerbg.png');
  background-repeat: no-repeat;
  background-size: 2560px 100%;
  background-position: center top;
}

.gg6-banner .gg6-banner-main {
  width: 1324px;
  margin: 0 auto;
}

.gg6-banner .gg6-banner-main .gg6-banner-top {
  display: flex;
  align-items: center;
  height: 136px;
  padding-top: 82px;
}

.gg6-banner .gg6-banner-main .gg6-banner-top img {
  height: 100%;
}

.gg6-banner .gg6-banner-img::after {
  position: absolute;
  top: 50%;
  right: -32px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 1.2px;
  height: 72px;
  opacity: 0.5;
  background: #D9D9D9;
}

.gg6-banner .gg6-banner-main .gg6-banner-bottom {
  display: flex;
  position: relative;
}

.gg6-banner .gg6-banner-main .gg6-banner-bottom .gg5-banner-right {
  position: absolute;
  width: 806px;
  height: 439px;
  top: 38%;
  right: -200px;
}

.gg6-banner .gg6-banner-main .gg6-banner-bottom .gg5-banner-right img {
  width: 100%;
  height: 100%;

}

.gg6-banner .gg6-banner-main .gg6-banner-left .gg6-banner-desc1 {
  font-family: "MiSans VF";
  font-size: 79px;
  font-style: normal;
  font-weight: 620;
  line-height: 77px;
  /* 97.468% */
  text-transform: uppercase;
  background: linear-gradient(180deg, #FFD069 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: 35px;
}

.gg6-yinyu .gg6-banner .gg6-banner-main .gg6-banner-left .gg6-banner-desc1 {
  font-size: 43px;
  width: 872px;
  word-wrap: break-word;
  line-height: 50px;
}

.gg6-banner .gg6-banner-main .gg6-banner-left .gg6-banner-desc2 {
  color: #FFF;
  font-family: "MiSans VF";
  font-size: 46px;
  font-style: normal;
  font-weight: 620;
  line-height: 77px;
  /* 167.391% */
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;
}

.gg6-yinyu .gg6-banner .gg6-banner-main .gg6-banner-left .gg6-banner-desc2 {
  font-size: 26px;
  width: 670px;
  word-wrap: break-word;
  line-height: 34px;
  margin-top: 10px;
}

.gg6-banner .gg6-banner-main .gg6-banner-left .gg6-banner-desc3 {
  color: #FFF;
  font-family: "MiSans VF";
  font-size: 18px;
  font-style: normal;
  font-weight: 380;
  line-height: normal;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 68px;
}

.gg6-yinyu .gg6-banner .gg6-banner-main .gg6-banner-left .gg6-banner-desc3 {
  margin-top: 10px;
}

.gg6-banner .gg6-banner-main .gg6-banner-desc4 {
  text-align: center;
  font-family: "Alimama ShuHeiTi";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(180deg, #FFD86E 0%, #FFF9EA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: 245.96px;
  margin-bottom: 10px;
}

.gg6-banner .gg6-banner-main .gg6-banner-desc5 {
  color: #FFF;
  text-align: center;
  font-family: "MiSans VF";
  font-size: 26px;
  font-style: normal;
  font-weight: 380;
  line-height: normal;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 50px;
}

.gg6-banner .gg6-banner-main .gg6-banner-imgbox {
  width: 1040px;
  height: 611px;
  margin: 0 auto;
}

.gg6-banner .gg6-banner-main .gg6-banner-imgbox img {
  width: 100%;
  height: 100%;
}

.gg6-banner .gg6-banner-comments p {
  text-align: center;
  font-family: "Alimama ShuHeiTi";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(180deg, #FFD86E 0%, #FFF9EA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-top: 100px;
  margin-bottom: 48.06px;
}

.gg6-banner-comments .list {
  display: flex;
  flex-wrap: wrap;
  width: 1201px;
  margin: 0 auto;
}

.gg6-banner-comments .list .item {
  width: 385px;
  height: 220px;
  padding: 40.5px 16.5px;
  box-sizing: border-box;
  margin-right: 23px;
  margin-bottom: 26.06px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid rgba(180, 255, 246, 0.20);
  background: linear-gradient(180deg, rgba(156, 255, 249, 0.09) 0%, rgba(175, 250, 255, 0.05) 100%);
}

.gg6-banner-comments .list .item .content {
  color: #FFF;
  font-family: "MiSans VF";
  font-size: 16px;
  font-style: normal;
  font-weight: 380;
  line-height: 24px;
  /* 150% */
  opacity: 0.8;
}

.gg6-banner-comments .list .item:nth-child(3n) {
  margin-right: 0;
}

.gg6-banner-comments .list .item .user-info {
  display: flex;
  align-items: center;
  margin-bottom: 24px;

}

.gg6-banner-comments .list .item .user-info .avatar {
  margin-right: 16px;
}

.gg6-banner-comments .list .item .user-info .info .localtion {
  display: flex;
  ;
  align-items: center;
  color: #FFF;
  font-family: "MiSans VF";
  font-size: 14px;
  font-style: normal;
  font-weight: 380;
  line-height: 20px;
  /* 142.857% */
}

.gg6-banner-comments .list .item .user-info .info .localtion span {
  margin-right: 12px;
}

.gg6-banner-comments .list .item .user-info .info .name {
  margin-bottom: 4px;
  color: #00D2C4;
  font-family: MiSans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}

.gg6-banner .gg6-banner-main .gg6-banner-btn {
  margin-top: 0px;
}

.gg6-yinyu .gg6-banner .gg6-banner-main .gg6-banner-btn {
  margin-left: 5px;
}

.gg6-footer .gg5-contact {
  margin-top: 15px;
  margin-left: 0;
}

.gg6-footer .gg6-footer-right ul {
  padding-left: 191px;
}

/* gg7 */
.gg6-select-list-wrapper.gg7-select-list-wrapper{
  height: 82px;
}
.gg7-banner{
  width: 100%;
  height: 1720px;
  background-image: url('./assets/img/gg7-bannerbg.png');
  background-repeat: no-repeat;
  background-size:2560px 100%;
  background-position: center top;
}
.gg6-banner .gg6-banner-main .gg6-banner-top.gg7-banner-top{
  height: 101px;
}

.gg6-banner .gg6-banner-main .gg6-banner-bottom .gg5-banner-right.gg7-banner-right{
  top: 85%;
  right: -20px;
}

.gg6-banner .gg6-banner-main  .gg6-banner-left .gg6-banner-desc1.gg7-banner-desc1{
  font-family: "MiSans VF";
  font-size: 79px;
  font-style: normal;
  font-weight: 620;
  line-height: 77px; /* 97.468% */
  text-transform: uppercase;
  background: linear-gradient(180deg, #ff6969 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   margin-block-start:0;
  margin-block-end:0;
  margin-top: 35px;
}

.gg6-banner .gg6-banner-main .gg6-banner-desc4.gg7-banner-desc4{
  text-align: center;
  font-family: "Alimama ShuHeiTi";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(180deg, #ffffff 0%, #FFF9EA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block-start:0;
  margin-block-end:0;
  margin-top: 345.96px;
  margin-bottom: 10px;
}

.gg6-banner .gg6-banner-comments p.gg7{
  text-align: center;
  font-family: "Alimama ShuHeiTi";
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(180deg, #ffffff 0%, #FFF9EA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-block-start:0;
  margin-block-end:0;
  margin-top:100px;
  margin-bottom: 48.06px;
}

/*# sourceMappingURL=main.css.map */
.gg6-yinyu .gg6-footer .gg6-footer-right ul {
  line-height: 2;
  margin-top: 30px;
  font-size: 12px;
}

/*# sourceMappingURL=main.css.map */
