/**
 * 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;
  }
}
.ellipsis {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.none {
  display: none !important;
}
@charset "UTF-8";
body {
  background: #fff;
  min-width: 3.2rem;
}

.none {
  display: none !important;
}

.top_bg {
  min-height: 5.2rem;
  background: -o-linear-gradient(top, #EFF7FF 0%, #D8ECFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#EFF7FF), to(#D8ECFF));
  background: linear-gradient(180deg, #EFF7FF 0%, #D8ECFF 100%);
}

.container {
  max-width: 12.4rem;
  padding: 0 0.2rem;
  margin: 0 auto;
}

header {
  height: 0.72rem;
}

header .header_container {
  height: 0.72rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.14rem;
  line-height: 0.4rem;
  text-align: center;
  position: relative;
}

header .logo {
  width: 1.34rem;
  height: 0.32rem;
}

header .logo img {
  width: 1.34rem;
  height: 0.32rem;
  display: block;
}

header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

header .header_right .download {
  width: 1.18rem;
  height: 0.4rem;
  background: #2367EB;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  color: #FFFFFF;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  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;
  margin-right: 0.16rem;
}

header .header_right .download img {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.06rem;
}

header .header_right .download:hover {
  opacity: 0.8;
}

header .header_right .sign {
  width: 0.8rem;
  height: 0.4rem;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 1px solid #1E1E1E;
  color: #1E1E1E;
  cursor: pointer;
  -webkit-transition: color 0.2s, border-color 0.2s;
  -o-transition: color 0.2s, border-color 0.2s;
  transition: color 0.2s, border-color 0.2s;
  line-height: 0.38rem;
}

header .header_right .sign:hover {
  color: #2367EB;
  border-color: #2367EB;
}

header .header_right .user_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
header .header_right .user_info:hover .user_tab {
  display: block;
}

header .header_right .user_info > .avatar {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  margin-right: 0.1rem;
}

header .header_right .user_info .nickname {
  max-width: 1rem;
}

header .header_right .user_info .user_tab {
  position: absolute;
  display: none;
  z-index: 3;
  top: 0.57rem;
  right: 0;
  width: 2.8rem;
  height: 1.26rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0rem 0rem 0.08rem 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0rem 0rem 0.08rem 1px rgba(0, 0, 0, 0.2);
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
}
header .header_right .user_info .user_tab::before {
  content: "";
  width: 1rem;
  height: 0.2rem;
  position: absolute;
  top: -0.2rem;
  right: 0;
}
header .header_right .user_info .user_tab .user_tab_header {
  padding: 0.16rem 0.22rem 0.22rem;
  text-align: left;
}
header .header_right .user_info .user_tab .user_tab_header .avatar {
  width: 0.5rem;
  height: 0.5rem;
  float: left;
  border-radius: 50%;
  margin-right: 0.18rem;
}
header .header_right .user_info .user_tab .user_tab_header .nickname {
  font-weight: bold;
  font-size: 0.16rem;
  color: #333333;
  max-width: 1.8rem;
  margin: 0.04rem 0 0.05rem;
  line-height: 0.21rem;
}
header .header_right .user_info .user_tab .user_tab_header .info {
  font-size: 0.13rem;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.18rem;
}
header .header_right .user_info .user_tab .user_tab_header .info .phone {
  width: 0.18rem;
  height: 0.18rem;
  margin: -1px 0.04rem 0 0;
}
header .header_right .user_info .user_tab .user_tab_header .info .split {
  width: 1px;
  height: 0.12rem;
  background: #ccc;
  margin: 0 0.08rem;
}
header .header_right .user_info .user_tab .user_tab_bottom {
  height: 0.4rem;
  background: #F5F5F5;
  border-radius: 0rem 0rem 0.08rem 0.08rem;
  font-size: 0.14rem;
  color: #424242;
  cursor: pointer;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
header .header_right .user_info .user_tab .user_tab_bottom:hover {
  opacity: 0.8;
}
header .header_right .user_info .user_tab .user_tab_bottom .sign_out {
  width: 0.2rem;
  height: 0.2rem;
  margin-bottom: -0.05rem;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .main_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.main .main_left .tip {
  width: 1.42rem;
  height: 0.28rem;
  background: -o-linear-gradient(left, #FFFFFF 0%, #E9F6FF 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#E9F6FF));
  background: linear-gradient(90deg, #FFFFFF 0%, #E9F6FF 100%);
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 1px solid #FFFFFF;
  line-height: 0.26rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.57rem;
  font-size: 0.14rem;
  color: #3172F0;
}
.main .main_left .tip img {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0.06rem 0.05rem 0.07rem 0.12rem;
}
.main .main_left h1 {
  font-weight: bold;
  font-size: 0.32rem;
  color: #212121;
  line-height: 0.42rem;
  margin: 0.09rem auto 0.17rem;
}
.main .main_left h1 b {
  font-size: 0.4rem;
  color: #2367EB;
  line-height: 0.52rem;
  margin: -0.09rem 0 0 0.06rem;
  font-weight: bold;
}
.main .main_left .desc {
  font-size: 0.15rem;
  color: #224055;
  line-height: 0.24rem;
  max-width: 4.79rem;
  margin-bottom: 0.88rem;
}
.main .main_left .desc b {
  font-weight: bold;
}
.main .main_left .time {
  margin: 0.24rem auto 0.56rem;
  font-size: 0.12rem;
  color: #4D6D85;
  line-height: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main .main_left .time img {
  width: 0.08rem;
  height: 0.08rem;
}
.main .main_left .time span {
  margin: 0 0.06rem;
}
.main .main_left .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.12rem;
}
.main .main_left .buttons .receive_btn {
  width: 1.68rem;
  height: 0.48rem;
  background: #2367EB;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin: 0.12rem;
  cursor: pointer;
  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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.21rem;
}
.main .main_left .buttons .receive_btn img {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.1rem 0 0.04rem;
}
.main .main_left .buttons .receive_btn:hover {
  opacity: 0.8;
}
.main .main_left .buttons .download_btn {
  width: 1.68rem;
  height: 0.48rem;
  background: -o-linear-gradient(left, #FFFFFF 0%, #DBF0FF 100%);
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#DBF0FF));
  background: linear-gradient(90deg, #FFFFFF 0%, #DBF0FF 100%);
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  border: 1px solid #2367EB;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.16rem;
  color: #2367EB;
  line-height: 0.21rem;
  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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0.12rem;
}
.main .main_left .buttons .download_btn i {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  background: url("../img/gcactivity_2026/pc_blue.svg") no-repeat center center;
  background-size: contain;
}
.main .main_left .buttons .download_btn:hover {
  background: #2367EB;
  color: #FFFFFF;
}
.main .main_left .buttons .download_btn:hover i {
  background: url("../img/gcactivity_2026/pc_white.svg") no-repeat center center;
  background-size: contain;
}
.main .main_right {
  width: 6.74rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0.05rem -0.28rem 0 0;
  max-width: 100%;
}
.main .main_right img {
  width: 100%;
  display: block;
}

.join {
  min-height: 2.3rem;
  background: -o-linear-gradient(top, #E9F5FF 0%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#E9F5FF), to(#FFFFFF));
  background: linear-gradient(180deg, #E9F5FF 0%, #FFFFFF 100%);
}
.join h3 {
  font-weight: bold;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.21rem;
  padding: 0.4rem 0 0.16rem;
  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;
}
.join h3 .hover_tip {
  width: 0.16rem;
  height: 0.16rem;
  margin: -1px 0 0 0.06rem;
  position: relative;
}
.join h3 .hover_tip img {
  width: 0.16rem;
  height: 0.16rem;
}
.join h3 .hover_tip .hover_show {
  display: none;
  position: absolute;
  top: -0.62rem;
  left: -1.1rem;
  width: 2.36rem;
  height: 0.56rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0rem 0.04rem 0.06rem 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.04rem 0.06rem 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  border: 1px solid #EEEEEE;
  font-size: 0.12rem;
  color: #333333;
  line-height: 0.2rem;
  padding: 0.07rem 0.09rem;
}
.join h3 .hover_tip .hover_show::after {
  content: "";
  position: absolute;
  bottom: -0.05rem;
  /* 贴在框的下方 */
  left: 50%;
  /* 水平居中 */
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-top: 0.08rem solid #FFFFFF;
  /* 白色三角形，覆盖边框阴影 */
}
.join h3 .hover_tip:hover .hover_show {
  display: block;
}
.join ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.09rem;
}
.join ul .item {
  width: 3.6rem;
  height: 1.04rem;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  position: relative;
  border-radius: 0.16rem;
  margin: 0.09rem;
  max-width: 100%;
}
.join ul .item .icon {
  width: 0.64rem;
  height: 0.64rem;
  background: #F2F2F2;
  border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
  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;
  margin: 0.19rem;
  float: left;
}
.join ul .item .icon img {
  width: 0.34rem;
  height: 0.34rem;
}
.join ul .item h4 {
  font-weight: bold;
  font-size: 0.15rem;
  color: #1E1E1E;
  line-height: 0.2rem;
  margin: 0.3rem 0 0.06rem;
}
.join ul .item p {
  font-size: 0.12rem;
  color: #333333;
  line-height: 0.16rem;
  padding-right: 0.1rem;
}
.join ul .item .step {
  width: 0.42rem;
  height: 0.28rem;
  background: -o-linear-gradient(187deg, #5B87FF 0%, #2367EB 100%);
  background: linear-gradient(263deg, #5B87FF 0%, #2367EB 100%);
  border-radius: 0.02rem 0.12rem 0.02rem 0.12rem;
  position: absolute;
  right: 0.03rem;
  top: 0.03rem;
  font-weight: bold;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 0.28rem;
  text-align: center;
}
.join ul .arrow {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0.09rem;
}
.join ul .arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

footer {
  font-size: 0.12rem;
  color: #8B8F94;
  line-height: 0.16rem;
  text-align: center;
  padding: 0.22rem 0.2rem;
}
footer a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
footer a:hover {
  color: #2367EB;
}

.connect {
  width: 0.48rem;
  height: 0.68rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0rem 0.03rem 0.1rem 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.03rem 0.1rem 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
  position: fixed;
  right: 0.2rem;
  bottom: 1.46rem;
  z-index: 3;
}

.connect .icon {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0.22rem 0.12rem;
  background: url("../img/connect.svg") no-repeat center;
  background-size: contain;
}

.connect:hover .icon {
  background: url("../img/connect_hover.svg") no-repeat center;
  background-size: contain;
}

h2 {
  font-weight: bold;
  font-size: 0.4rem;
  color: #212121;
  line-height: 0.52rem;
  text-align: center;
  padding: 0 0.2rem;
}

.type {
  padding: 0.8rem 0 1.2rem;
}
.type .title_desc {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.21rem;
  margin: 0.1rem auto 0.8rem;
  text-align: center;
}
.type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.14rem;
}
.type ul li {
  width: 2.79rem;
  height: 3.68rem;
  background: #F5F5F7;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  -webkit-transform: translateY(0.6rem);
      -ms-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
  margin: 0.14rem;
}
.type ul li.showModal {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.type ul li:nth-child(1) {
  -webkit-transition: 1s -webkit-transform;
  transition: 1s -webkit-transform;
  -o-transition: 1s transform;
  transition: 1s transform;
  transition: 1s transform, 1s -webkit-transform;
}
.type ul li:nth-child(2) {
  -webkit-transition: 1s -webkit-transform 0.1s;
  transition: 1s -webkit-transform 0.1s;
  -o-transition: 1s transform 0.1s;
  transition: 1s transform 0.1s;
  transition: 1s transform 0.1s, 1s -webkit-transform 0.1s;
}
.type ul li:nth-child(3) {
  -webkit-transition: 1s -webkit-transform 0.2s;
  transition: 1s -webkit-transform 0.2s;
  -o-transition: 1s transform 0.2s;
  transition: 1s transform 0.2s;
  transition: 1s transform 0.2s, 1s -webkit-transform 0.2s;
}
.type ul li:nth-child(4) {
  -webkit-transition: 1s -webkit-transform 0.3s;
  transition: 1s -webkit-transform 0.3s;
  -o-transition: 1s transform 0.3s;
  transition: 1s transform 0.3s;
  transition: 1s transform 0.3s, 1s -webkit-transform 0.3s;
}
.type ul li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.type ul li .title h3 {
  font-weight: bold;
  font-size: 0.2rem;
  color: #212121;
  line-height: 0.26rem;
  margin-top: 0.37rem;
}
.type ul li .title img {
  width: 0.32rem;
  height: 0.32rem;
  margin: 0.34rem 0.14rem 0.23rem 0.24rem;
}
.type ul li p {
  font-size: 0.14rem;
  color: #212121;
  line-height: 0.24rem;
  padding: 0 0.26rem 0 0.24rem;
  height: 0.67rem;
}
.type ul li .type_img {
  width: 2.86rem;
  height: 1.97rem;
  margin-top: 0.22rem;
  opacity: 0;
  -webkit-transition: 1s opacity 0.4s;
  -o-transition: 1s opacity 0.4s;
  transition: 1s opacity 0.4s;
}
.type ul li .type_img.showIcon {
  opacity: 1;
}

.rights h2 {
  background: -o-linear-gradient(top, #FFFAEF 0%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFAEF), to(#FFFFFF));
  background: linear-gradient(180deg, #FFFAEF 0%, #FFFFFF 100%);
  min-height: 2.2rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.rights ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.23rem -0.15rem -0.15rem -0.15rem;
}
.rights ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin: 0.15rem;
  width: 3.8rem;
  height: 1.28rem;
  background: -o-linear-gradient(3deg, #FFFFFF 0%, #FFFBF2 100%);
  background: linear-gradient(87deg, #FFFFFF 0%, #FFFBF2 100%);
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border: 1px solid #FFE29A;
  padding-right: 0.22rem;
  -webkit-transform: translateY(0.4rem);
      -ms-transform: translateY(0.4rem);
          transform: translateY(0.4rem);
}
.rights ul li.showModal {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.rights ul li:nth-child(1) {
  -webkit-transition: 1s -webkit-transform;
  transition: 1s -webkit-transform;
  -o-transition: 1s transform;
  transition: 1s transform;
  transition: 1s transform, 1s -webkit-transform;
}
.rights ul li:nth-child(2) {
  -webkit-transition: 1s -webkit-transform 0.1s;
  transition: 1s -webkit-transform 0.1s;
  -o-transition: 1s transform 0.1s;
  transition: 1s transform 0.1s;
  transition: 1s transform 0.1s, 1s -webkit-transform 0.1s;
}
.rights ul li:nth-child(3) {
  -webkit-transition: 1s -webkit-transform 0.2s;
  transition: 1s -webkit-transform 0.2s;
  -o-transition: 1s transform 0.2s;
  transition: 1s transform 0.2s;
  transition: 1s transform 0.2s, 1s -webkit-transform 0.2s;
}
.rights ul li:nth-child(4) {
  -webkit-transition: 1s -webkit-transform 0.3s;
  transition: 1s -webkit-transform 0.3s;
  -o-transition: 1s transform 0.3s;
  transition: 1s transform 0.3s;
  transition: 1s transform 0.3s, 1s -webkit-transform 0.3s;
}
.rights ul li:nth-child(5) {
  -webkit-transition: 1s -webkit-transform 0.4s;
  transition: 1s -webkit-transform 0.4s;
  -o-transition: 1s transform 0.4s;
  transition: 1s transform 0.4s;
  transition: 1s transform 0.4s, 1s -webkit-transform 0.4s;
}
.rights ul li:nth-child(6) {
  -webkit-transition: 1s -webkit-transform 0.5s;
  transition: 1s -webkit-transform 0.5s;
  -o-transition: 1s transform 0.5s;
  transition: 1s transform 0.5s;
  transition: 1s transform 0.5s, 1s -webkit-transform 0.5s;
}
.rights ul li img {
  width: 0.76rem;
  height: 0.76rem;
  margin: 0.25rem 0.18rem 0.25rem 0.25rem;
  float: left;
  opacity: 0;
  -webkit-transition: 1s opacity 0.6s;
  -o-transition: 1s opacity 0.6s;
  transition: 1s opacity 0.6s;
}
.rights ul li img.showIcon {
  opacity: 1;
}
.rights ul li h4 {
  font-weight: bold;
  font-size: 0.16rem;
  color: #212121;
  line-height: 0.21rem;
  margin: 0.3rem 0 0.08rem;
}
.rights ul li p {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.22rem;
}
.rights .more {
  width: 1.8rem;
  height: 0.48rem;
  background: #FFF3D4;
  border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
  font-weight: bold;
  font-size: 0.16rem;
  color: #6A380E;
  display: block;
  line-height: 0.48rem;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  margin: 0.6rem auto 1.17rem;
}
.rights .more:hover {
  background: #F5DB98;
}

.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  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;
}
.layer .layer_main {
  width: 3.6rem;
  height: 3.4rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0rem 0rem 0.1rem 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0rem 0.1rem 1px rgba(0, 0, 0, 0.1);
  border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
  position: relative;
}
.layer .layer_main .close {
  width: 0.14rem;
  height: 0.14rem;
  position: absolute;
  right: 0.24rem;
  top: 0.24rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.layer .layer_main .close:hover {
  opacity: 0.8;
}
.layer .layer_main .avatar {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.5rem auto 0.1rem;
  display: block;
  border-radius: 50%;
}
.layer .layer_main .info {
  font-size: 0.14rem;
  color: #333;
  line-height: 0.19rem;
  text-align: center;
}
.layer .layer_main .info.color {
  color: #666;
}
.layer .layer_main .info.small {
  font-size: 0.12rem;
  line-height: 0.17rem;
}
.layer .layer_main .button {
  width: 2.4rem;
  height: 0.4rem;
  background: #2367EB;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  color: #fff;
  font-size: 0.14rem;
  line-height: 0.4rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  margin: 0.32rem auto 0;
  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;
}
.layer .layer_main .button i {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  background: url("../img/gcactivity_2026/down_white.svg") no-repeat center center;
}
.layer .layer_main .button:hover {
  opacity: 0.8;
}
.layer .layer_main .down {
  position: absolute;
  left: 0.02rem;
  bottom: 0.02rem;
  width: 3.56rem;
  height: 0.58rem;
  background: #EEF6FF;
  border-radius: 0rem 0rem 0.16rem 0.16rem;
  font-size: 0.14rem;
  color: #2367EB;
  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;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.layer .layer_main .down i {
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  background: url("../img/gcactivity_2026/down_blue.svg") no-repeat center center;
}
.layer .layer_main .down:hover {
  background: #D1E6FF;
}
.layer.login_has_phone .layer_main .info:not(.color) {
  margin-bottom: 0.04rem;
}
.layer.login_has_phone .layer_main .button {
  margin-top: 0.14rem;
}
.layer.receive_success .success_icon {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.7rem auto 0.2rem;
  display: block;
}
.layer.receive_success .info:not(.color) {
  margin-bottom: 0.06rem;
}
.layer.receive_success .button {
  margin-top: 0.4rem;
}
.layer.receive_repeat .repeat {
  width: 0.82rem;
  height: 0.82rem;
  background: #EEF6FF;
  border-radius: 50%;
  font-weight: bold;
  font-size: 0.16rem;
  color: #2367EB;
  line-height: 0.82rem;
  margin: 0.4rem auto 0.2rem;
  text-align: center;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
}
.layer.receive_repeat .tip {
  width: 3.08rem;
  height: 0.52rem;
  background: #F8F8F8;
  border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
  margin: 0.08rem auto 0;
  padding: 0.1rem;
}
.layer.receive_repeat .tip .info {
  text-align: left;
}
.layer.receive_repeat .tip b {
  color: #333;
}
.layer.receive_repeat .button {
  margin-top: 0.21rem;
}
.layer.activity_end .repeat {
  width: 0.82rem;
  height: 0.82rem;
  background: #EEF6FF;
  border-radius: 50%;
  font-weight: bold;
  font-size: 0.16rem;
  color: #2367EB;
  line-height: 0.82rem;
  margin: 0.49rem auto 0.2rem;
  text-align: center;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
}
.layer.activity_end .button {
  margin-top: 0.2rem;
}
.layer.receive_error .error_icon, .layer.enterprise_user_fail .error_icon {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.71rem auto 0.2rem;
  display: block;
}
.layer.receive_error .button, .layer.enterprise_user_fail .button {
  margin-top: 0.2rem;
}

@media screen and (max-width: 400px) {
  header .header_right .download {
    display: none;
  }

  .rights ul li {
    padding-right: 0.1rem;
  }
}
@media screen and (max-width: 1160px) {
  .main .main_right {
    margin: 0.2rem 0;
  }
}
@media screen and (max-width: 1120px) {
  .main .main_left {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}