.reflect-trophy-pic img, .reflect-trophy hgroup i img, .reflec-more-icon img, .qa_icon img {
  display: block;
  width: 100%;
}
.reflec-item img {
  display: block;
  max-width: 100%;
}
.qa_pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 合作伙伴共赢 */
.win-content {
  margin-top: 10rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
}
.win-item {
  border-radius: var(--radius-primary);
  background-color: var(--bg-color-1);
  height: 60rem;
  padding: 0 0 4.4rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 2.4rem;
  overflow: hidden;
}
.win-item-img {
  width: 34.4rem;
  height: 23.2rem;
  position: relative;
}
.win-item-title {
  margin-top: 4rem;
  padding: 0 2rem;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: var(--text-color-1);
  font-family: "Source Han Sans CN";
  font-weight: bold;
}
.win-item-desc {
  margin-top: 2.2rem;
  padding: 0 2rem;
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: rgba(98, 98, 98, 0.8);
  font-family: "Source Han Sans CN";
  /* text-align: center; */
}

/* reflect-content */
.reflect-swiper-content {
  margin: 7.4rem 0 0 0;
}
.pc_swiper_box {
  margin: 5.5rem 0 0 0;
}
.swiper-paginations {
  width: 115.6rem;
  margin: 0 auto;
}

.swiper-paginations ul {
 display: flex;
 justify-content: space-between;
 align-items: center;
 align-content: center;
 gap: 0 2rem;
 padding: 0 4rem;
}
.swiper-paginations li {
  padding: 0 0 0.8rem 0;
  line-height: 3.8rem;
  font-size: 2.6rem;
  color:#ACACAC;
  font-weight: 500;
  border-bottom: 3px solid transparent;
  transition: all .35s ease 0s;
  cursor: pointer;
}
.swiper-paginations li em {
  font-weight: bold;
}
.swiper-paginations li.active {
  color: rgba(29, 29, 31, 0.95);
  border-bottom: 3px solid #28282A;
}

.pc_swiper_box .swiper-slide {
  /* Center slide text vertically */
  width: 117.6rem;
  height: 53rem;
  padding: 0 1rem;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  transition: 300ms;
  /* transform: translate(0, 10%) scale(1, 0.8);*/
} 

/* .pc_swiper_box .swiper-slide-active,
.pc_swiper_box .swiper-slide-duplicate-active {
  transform: translate(0, 0) scale(1, 1);
} */

.reflec-support-item {
  position: relative;
  height: 42.4rem;
  width: 115.6rem;
  line-height: 2.6rem;
  font-size: 1.8rem;
  color: #86868B;
  border-radius: 2.4rem;
  transition: all 0.5s ease 0s;
  background: #f5f5f5;
  backdrop-filter: blur(40px);
  overflow: hidden;
  font-family: "SourceHanSansCN-Regular";
}
.reflec-support-gradient {
  padding: 1.28rem 2.16rem 3rem 2.6rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.2) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.2) 100%);
}

.reflect-support {
  position: absolute;
  top: 2.48rem;
  left: 2.6rem;
}
.reflect-support hgroup {
  margin: 1.6rem 0 0 0;
  padding: 0 2.6rem;
}
.reflect-sup-pic {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.reflect-sup-pic em {
  line-height: 3rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: rgba(29, 29, 31, 0.95);
}
.reflect-sup-icon {
  width: 2.2rem;
  height: 2.2rem;
  margin: 0 0.4rem 0 0;
}
.reflect-sup-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reflect-trophy-conts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
  gap: 1.6rem;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.6rem; */
}

.reflect-trophy hgroup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  margin: 1.45rem 0 0 0;
  padding: 1.6rem 2.4rem;
  width: 35.2rem;
  line-height: 2rem;
  font-size: 1.4rem;
  color: rgba(98, 98, 98, 0.8);
  border-radius: 2.4rem;
  transition: all 0.5s ease 0s;
}
.reflect-trophy hgroup div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 0 2rem 0;
}
.reflect-trophy hgroup div:last-child {
  margin: 0;
}
.reflect-trophy hgroup i {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.3rem 0.8rem 0 0;
}
.reflect-trophy hgroup span {
  flex: 1;
  min-width: 0;
}

.reflect-trophy hgroup strong {
  /* font-weight: 500; */
  font-weight: normal;
  color: rgba(29, 29, 31, 0.95);
}

.reflect-trophy-tit {
  text-align: center;
}
.reflect-trophy-tit em {
  display: block;
  margin: 0.4rem 0 0 0;
  line-height: 3rem;
  font-size: 2rem;
  font-weight: bold;
  color: #00416A;
}
.reflect-trophy-pic {
  display: inline-block;
  width: 9.2rem;
  height: 7.8rem;
}
.reflect-trophy2 hgroup {
  height: 15.52rem;
  background: #fff;
}

.reflect-trophy3 hgroup {
  height: 19.68rem;
  background: #fff;
}

.reflect-trophy4 hgroup {
  height: 25.36rem;
  background: #fff;
}


.reflect-trophy2 .reflect-trophy-tit em {
  background: linear-gradient(90deg, #00416A 0%, #C0D4E9 100%);
  background-clip: text;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
}

.reflect-trophy3 .reflect-trophy-tit em {
  background: linear-gradient(90deg, #FFE259 0%, #FFA751 100%);
  background-clip: text;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
}

.reflect-trophy4 .reflect-trophy-tit em {
  background: linear-gradient(90deg, #9796F0 0%, #FBC7D4 100%);
  background-clip: text;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-box-decoration-break: clone;
}

.swiper-slide-active .reflec-support-item {
  height: 53rem;
  line-height: 3.2rem;
  font-size: 2.2rem;
  background: url('../../images/eco/guide_interests_bg.png') 0 0 no-repeat;
  background-size: cover;
}

.swiper-slide-active .reflec-support-gradient {
  padding: 1.5rem 2.7rem 3.8rem 3.5rem;
  background: none;
}

.swiper-slide-active .reflect-support {
  position: absolute;
  top: 3.1rem;
  left: 3.5rem;
}

.swiper-slide-active .reflect-support hgroup {
  margin: 2rem 0 0 0;
  padding: 0 4.2rem;
}

.swiper-slide-active .reflect-sup-icon {
  width: 2.8rem;
  height: 2.8rem;
  margin: 0 1.4rem 0 0;
}

.swiper-slide-active .reflect-sup-pic em {
  line-height: 3.8rem;
  font-size: 2.6rem;
}

.swiper-slide-active .reflect-trophy-conts {
  gap: 2rem;
}

.swiper-slide-active .reflect-trophy hgroup {
  margin: 1.8rem 0 0 0;
  padding: 2rem 3rem;
  line-height: 2.4rem;
  font-size: 1.8rem;
}
.swiper-slide-active .reflect-trophy hgroup div {
  margin: 0 0 2.5rem 0;
}

.swiper-slide-active .reflect-trophy div:last-child {
  margin: 0;
}

.swiper-slide-active .reflect-trophy hgroup i {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0.4rem 1rem 0 0;
}

.swiper-slide-active .reflect-trophy2 hgroup {
  height: 19.4rem;
  background: url('../../images/eco/guide_interests_bg2.png') 0 0 no-repeat;
  background-size: cover;
}

.swiper-slide-active .reflect-trophy3 hgroup {
  height: 24.6rem;
  background: url('../../images/eco/guide_interests_bg3.png') 0 0 no-repeat;
  background-size: cover;
}

.swiper-slide-active .reflect-trophy4 hgroup {
  height: 31.7rem;
  background: url('../../images/eco/guide_interests_bg4.png') 0 0 no-repeat;
  background-size: cover;
}

.swiper-slide-active .reflect-trophy-tit em {
  margin: 0.5rem 0 0 0;
  line-height: 3.8rem;
  font-size: 2.6rem;
}

.swiper-slide-active .reflect-trophy-pic {
  width: 11.5rem;
  height: 9.8rem;
}

.reflec-more {
  margin: 7.35rem 0 0 0;
  line-height: 3.6rem;
  font-size: 2.4rem;
  font-family: "SourceHanSansCN-Regular";
  color: rgba(98, 98, 98, 0.8);
  text-align: center;
}
.reflec-more p {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.reflec-more a {
  /* color: rgba(29, 29, 31, 0.95); */
  color: #0D67FF;
  text-decoration: underline;
}
.reflec-more-icon {
  margin: -0.3rem 0.5rem 0 0;
  width: 2.5rem;
  height: 2.5rem;
}

.reflect-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin: 17.6rem 0 0 0;
}
.reflec-item {
  width: 21rem;
  line-height: 3.2rem;
  font-size: 2.2rem;
  color: var(--black-light-4);
  text-align: center;
}
.reflec-item figure {
  margin: -4.7rem 0 0 0;
}
.reflect-item-title {
  margin: 0 0 2.2rem 0;
  line-height: 3.6rem;
  font-size: 2.2rem;
  color: rgba(29, 29, 31, 0.95);
  font-family: 'Source Han Sans CN' !important;
  font-weight: 500 !important;
}
.reflect-item-desc {
  margin: 2rem 0 0 0;
}
.reflect-pic {
  width: 13rem;
  margin: 0 auto;
}
.reflect-icon2 {
  display: block;
  /* display: inline-block;
  vertical-align: top; */
  margin: 0 0 0 2rem;
  width: 9.6rem;
}
.reflect-icon img {
  transition: all 0.45s linear 0s;
}
.reflect-pic:hover .reflect-icon2 img {
  transform: translate(0, -10px);
}

.reflect-pic:hover .reflect-icon3 img {
  transform: translate(0, 10px);
}

.reflec-line {
  margin: 5.6rem 0 0 0;
  width: 8rem;
  height: 1px;
  border: 1px solid rgba(99, 161, 255, 0.8)
}
/* section-bg-guide */
.section-bg-guide {
  background: url('../../images/eco/guide_process_bg.png') 0 0 no-repeat;
  background-size: cover;
}
.apply-step {
  margin: 8.2rem 0 0 0;
}
.step-tabs {
  padding: 0 2.4rem;
}
.step-tabs ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.step-tabs li {
  line-height: 3.6rem;
  font-size: 2.4rem;
  color: var(--black-light-1);
  font-weight: bold;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.step-tabs li.step_on {
  border-bottom: 3px solid #28282A;
}

.become-step {
  display: flex;
  justify-content: flex-start;
}
.step-item {
  padding: 1rem 0 0.2rem 0;
  width: 7.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step-icon {
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 50%;
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-icon svg {
  width: 3rem;
  height: 3rem;
  fill: #333;
}
.step-item > p {
  margin: 1rem 0 0 0;
  font-size: 1.4rem;
  line-height: 2rem;
  color: var(--text-color-1);
}
.step-line {
  /* flex: 1; */
  width: 10rem;
  margin: 4rem 1.8rem 0 1.8rem;
  height: 1px;
  background-color: #00000026;
}
.become-link {
  display: block;
  width: fit-content;
  margin: 10rem auto 0 auto;
  padding: 1rem 7.2rem;
  font-size: 2.4rem;
  line-height: 3.5rem;
  border-radius: 8rem;
  color: var(--text-color-2);
  font-family: "SourceHanSansCN-Regular";
  border: 1px solid var(--text-color-2);
  transition: all 0.3s;
}
.become-link:hover {
  background-color: var(--red-primary);
  border-color: var(--red-primary);
  color: var(--white-primary);
}

.step-item-on .step-icon {
  background: rgba(42, 146, 255, 0.2);
}
.step-item-on .step-icon svg {
  fill: #769FDF;
}
.section-gstp-btn {
  margin: 10rem 0 0 0;
}
.section-gstp-btn a {
  width: 28.4rem;
}

/* become-step-cont */
.become-step-cont {
  margin: 5.8rem 0 0 0;
}
.step-cont-mode {
  margin: 5.4rem 0 0 0;
  padding: 5.7rem 1rem;
  border-radius: 2.4rem;
  background: var(--white-primary);
  line-height: 3.2rem;
  font-size: 2rem;
  color: var(--black-light-1);
}

.mcard_more {
  width: 9.6rem;
  height: 2.8rem;
  line-height: 2.6rem;
  font-size: 1.4rem;
  border-radius: 2rem;
  border: 1px solid #191919;
  text-align: center;
}

/* logo列表 */
.section-partner-list {
  padding: 8rem 24rem;
  background: linear-gradient(270deg, #FFFCF5 0%, #FFF4F8 29.33%, #EBF3FF 58.17%, #F7FEFC 100%);
}
.tab-container {
  margin-top: 6.5rem;
  position: relative;
}
.tab-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.tab-item {
  font-size: 2.6rem;
  line-height: 4.6rem;
  color: var(--text-color-3);
  cursor: pointer;
  position: relative;
}
.tab-item::after {
  left: 0;
  bottom: -3px;
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background-color: transparent;
}
.tab-item + .tab-item {
  margin-left: 18.8rem;
}
.tab-item--active,
.tab-item:hover {
  color: var(--text-color-4);
}
.tab-item--active::after,
.tab-item:hover::after {
  background-color: var(--text-color-4);
}
.partner-list-content {
  margin-top: 4.5rem;
  width: 100%;
  overflow: hidden;
}
.partner-type-list {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.partner-type-item { 
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
}
.logo-item {
  height: 11.6rem;
  padding: 0 4.7rem;
  border-radius: 1.2rem;
  background: var(--white-primary);
  border: 1px solid #F5F4F3;
}
.logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-list-link {
  margin-top: 4.5rem;
  display: flex;
  justify-content: center;
}
.logo-list-link a {
  padding: 1rem 6rem;
  font-size: 2.4rem;
  line-height: 3.5rem;
  font-family: "SourceHanSansCN-Regular";
  border-radius: 8rem;
  border: 1px solid var(--text-color-2);
  color: var(--text-color-2);
  transition: all 0.3s; 
}
.logo-list-link a:hover {
  background-color: var(--red-primary);
  border-color: var(--red-primary);
  color: var(--white-primary);
}
/* 麒心伙伴计划 */
.plan-content {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.8rem;
}
.plan-item {
  height: 100%;
  background: #F7F9FF;
  border-radius: var(--radius-primary);
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plan-title {
  font-size: 2.4rem;
  line-height: 3.8rem;
  color: var(--text-color-1);
}
.step-group {
  flex: 1;
  margin: 4rem 6.4rem 0 6.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.step-item + .step-item {
  margin-left: 4.8rem;
}
.step-item > img {
  width: 11.1rem;
  height: auto;
  object-fit: contain;
}
.step-item > h4 {
  margin-top: 2.4rem;
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #151E56;
}
.step-low {
  height: 72.7%;
  background: linear-gradient(109.12deg, #F7FAFF 6.62%, #D7E2FA 88.6%);
}
.step-middle {
  height: 84.8%;
  background: linear-gradient(109.12deg, #FFFAF6 6.62%, #FFE6D2 88.6%);
}
.step-top {
  height: 100%;
  background: linear-gradient(71.94deg, #E1FCFF 17.39%, #C0D3FF 102.35%);
}
.plan-process-container {
  padding: 2.3rem 13.3rem 0 11.1rem;
  width: 100%;
}
.plan-process-item {
  display: flex;
  align-items: center;
}
.plan-process-item + .plan-process-item {
  margin-top: 0.8rem;
}
.dot {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: var(--text-color-2);
  position: relative;
}
.dot::after {
  position: absolute;
  left: 0.4rem;
  top: 1.3rem;
  width: 1px;
  height: 4.2rem;
  content: "";
  background-color: #D9D9D9;
}
.plan-process-item:last-child .dot::after {
  display: none;
}
.process-item-content {
  flex: 1;
  margin-left: 1.2rem;
  border-radius: 4px;
  background-color: var(--white-primary);
  padding: 1.1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.process-item-content > svg { 
  width: 2rem;
  height: 2rem;
}
.process-item-content > span { 
  margin-left: 1.6rem;
  font-size: 2rem;
  line-height: 3rem;
}
.plan-link {
  margin: 2.3rem 0 4rem 0;
  display: flex;
  justify-content: center;
}
.plan-link a { 
  padding: 1.3rem 3.3rem;
  font-size: 2rem;
  line-height: 2.9rem;
  border-radius: 8rem;
  border: 1px solid var(--text-color-2);
  transition: all 0.3s;
}
.plan-link a:hover {
  background-color: var(--red-primary);
  border-color: var(--red-primary);
  color: var(--white-primary);
}
.color-white {
  color: var(--white-primary);
}
.league-content {
  margin-top: 10rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.league-item {
  padding: 0 2.6rem 5.8rem 2.6rem;
}
.league-item > img {
  width: 100%;
  height: 18.4rem;
  object-fit: contain;
}
.league-item > p {
  margin-top: 3.2rem;
  font-size: 2.9rem;
  line-height: 4.4rem;
  color: var(--white-primary);
  text-align: center;
}
.league-split-line {
  flex: 1;
  height: 2px;
  background-color: #EAEAEA;
  margin-top: 8rem;
}
.link-group {
  margin-top: 10rem;
  padding: 0 24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.link-group a {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-family: "SourceHanSansCN-Bold";
  color: #C3D9FF;
  text-decoration: underline;
}

.step-mide-imgs {
  margin: 2rem 0 0 0;
}
.step-mide-imgs span {
  display: inline-block;
  width: 16.2rem;
  margin: 0 2rem 0 0;
}
.step-mide-imgs span img {
  display: block;
  width: 100%;
}

/* eco_member_contemt */
.section-tan-bg {
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F7F8 100%);
}
.eco_member_contemt, .emember_tabs_conts {
  margin: 9.1rem 0 0 0;
}
.eco_member_tabs ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.eco_member_tabs li {
  margin: 0 10rem 0 13rem;
  padding: 0 0 0.3rem 0;
  line-height: 4.6rem;
  font-size: 2.6rem;
  color: #ACACAC;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.eco_member_tabs li.entab_on {
  font-weight: 500;
  color: rgba(29, 29, 31, 0.95);
  border-bottom: 3px solid #28282A;
}

.emember_tabs_images {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  /* display: grid;
  grid-template-columns: repeat(7, 1fr); */
  grid-gap: 2rem;
  margin: 2rem 0 0 0;
}
.emember_tabs_images:first-child {
  margin: 0;
}

.emember_tabs_images_cs {
  display: flex;
}

.emember_tabs_images figure {
  /* border: 1px solid #F5F4F3; */
  width: 27.2rem;
  height: 11.6rem;
  overflow: hidden;
  margin: 0 2rem 0 0;
}
.emember_tabs_images figure a {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  background: var(--bg-color-1);
}

.emember_tabs_images figure img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.eco_member_contemt .swiper-slide {
  /* padding: 0 1rem;
  width: 27.2rem; */
  width: auto;
}

.eco_member_contemt .swiper-wrapper {
  display: flex;
  transition-timing-function: linear !important;
  /* display: flex;
  gap: 2rem; */
}

/* eco_qa_contemt */
.eco_qa_contemt, .eco_qa_contemt hgroup p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.eco_qa_contemt {
  margin: 7.8rem 0 0 0;
  line-height: 3.6rem;
  font-size: 2.2rem;
  color: rgba(29, 29, 31, 0.95);
  border-radius: 2.4rem;
  background: #F7F7F8;
}
.eco_qa_contemt hgroup, .eco_qa_contemt hgroup span {
  flex: 1;
  min-width: 0;
}
.eco_qa_contemt hgroup {
  padding: 0 8.5rem 0 0;
}
.eco_qa_contemt hgroup p {
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 0 3rem 0;
}
.eco_qa_contemt hgroup a {
  flex: 1;
  min-width: 0;
}
.qa_icon {
  width: 2.9rem;
  height: 2.9rem;
  margin: 0.5rem 2rem 0 0;
}
.qa_pic {
  width: 51.2rem;
  height: 60.8rem;
  margin: 0 9.5rem 0 0;
  border-radius: 2.4rem 0 0 2.4rem;
  overflow: hidden;
}
.eco_qa_contemt hgroup p.section-qa-btn {
  margin: 4.6rem 0 0 0;
}
.eco_qa_contemt hgroup p.section-qa-btn a {
  flex: none;
  margin: 0;
  width: 20rem;
  height: 4.8rem;
  line-height: 4.6rem;
  /* color:  rgba(29, 29, 31, 0.95); */
  font-weight: normal;
}

/* show_box */
.show_box, .show_mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.show_box,
.show_mask, .show_mode, .show_close {
    z-index: -1;
}
.show_mask {
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(20px);
  transition: all 0.7s ease-in-out 0s;
}

.show_mode {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 3rem 4rem;
  max-width: 100%;
  background: #fff;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  transform: translate(-50%, -50%) scale(0.2, 0.2);
}
.show_close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url('../..//mobile/img/phone/ph_icon30.png') 0 0 no-repeat;
  background-size: cover;
}
.show_pic img {
  max-width: 100%;
}
.show_on {
  z-index: 999;
}
.show_on .show_mask {
  z-index: 1000;
}
.show_on .show_close {
  z-index: 1005;
}
.show_on .show_mode {
  z-index: 1001;
  transform: translate(-50%, -50%) scale(1, 1);
}

@media screen and (max-width: 767px) {
  .win-content {
    display: flex;
    flex-direction: column;
    margin-top: 1.25rem;
    grid-gap: 0.75rem;
  }
  .win-item {
    padding: 0;
    height: auto;
    border-radius: 1rem;
  }

  .win-item-img {
    width: 100%;
    height: 8rem;
  }

  .win-item-title {
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .win-item-desc {
    margin-top: 0.5rem;
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .win-content3 .win-item-desc {
    width: 100%;
    justify-content: space-around;
  }
  /* reflect-content */
  .reflect-swiper-content {
    margin: 2rem 0 0 0;
    width: auto;
  }

  .pc_swiper_box {
    margin: 1.5rem 0 0 0;
  }
  .swiper-paginations {
    width: auto;
  }

  .swiper-paginations ul {
    gap: 0 0.5rem;
    padding: 0 0.5rem;
  }

  .swiper-paginations li {
    padding: 0 0 0.1rem 0;
    line-height: 1.2rem;
    font-size: 0.7rem;
    border-bottom: 2px solid transparent;
  }

  .swiper-paginations li.active {
    border-bottom: 2px solid #28282A;
  }

  .pc_swiper_box .swiper-slide {
    padding: 0;
    width: 100%;
    height: auto;
  }

  .reflec-support-item, .swiper-slide-active .reflec-support-item {
    line-height: 1rem;
    font-size: 0.65rem;
    width: 100%;
    height: auto;
    border-radius: 1rem;
  }
  .reflec-support-gradient, .swiper-slide-active .reflec-support-gradient {
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
  }

  .reflect-support, .swiper-slide-active .reflect-support {
    position: relative;
    top: 0;
    left: 0;
  }

  .reflect-support hgroup, .swiper-slide-active .reflect-support hgroup {
    margin: 0.5rem 0 0 0;
    padding: 0 1rem;
  }

  .reflect-sup-pic em, .swiper-slide-active .reflect-sup-pic em {
    line-height: 1rem;
    font-size: 0.65rem;
  }

  .reflect-sup-icon, .swiper-slide-active .reflect-sup-icon {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.2rem 0 0;
  }

  .reflect-trophy-conts {
    display: block;
    margin: 1rem 0 0 0;
  }

  .reflect-trophy hgroup, .swiper-slide-active .reflect-trophy hgroup {
    width: 100%;
    padding: 0.5rem 0.75rem;
    margin: 0.5rem 0 0 0;
    line-height: 1rem;
    font-size: 0.6rem;
    border-radius: 1rem;
  }

  .reflect-trophy hgroup div, .swiper-slide-active .reflect-trophy hgroup div {
    margin: 0 0 0.4rem 0;
  }

  .reflect-trophy hgroup div:last-child, .swiper-slide-active .reflect-trophy div:last-child {
    margin: 0;
  }

  .reflect-trophy hgroup i, .swiper-slide-active .reflect-trophy hgroup i {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.2rem 0.5rem 0 0;
  }

  .reflect-trophy-tit em, .swiper-slide-active .reflect-trophy-tit em {
    display: block;
    margin: 0.5rem 0 0 0;
    line-height: 1.2rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #00416A;
  }

  .reflect-trophy-pic, .swiper-slide-active .reflect-trophy-pic {
    display: inline-block;
    width: 3rem;
    height: 2.5rem;
  }

  .reflect-trophy2 hgroup, .swiper-slide-active .reflect-trophy2 hgroup {
    height: 6rem;
  }

  .reflect-trophy3 hgroup, .swiper-slide-active .reflect-trophy3 hgroup {
    height: 9rem;
  }

  .reflect-trophy4 hgroup, .swiper-slide-active .reflect-trophy4 hgroup {
    height: 12rem;
  }

  .pc_swiper_box .swiper-slide .reflec-support-item,
  .swiper-slide-active .reflec-support-item {
    background: url('../../images/eco/guide_interests_bg.png') 0 0 no-repeat;
    background-size: cover;
    background-position: center 0;
  }

  .swiper-slide-active .reflect-trophy2 hgroup {
    background: url('../../images/eco/guide_interests_bg2.png') 0 0 no-repeat;
    background-size: cover;
    background-position: center 0;
  }

  .swiper-slide-active .reflect-trophy3 hgroup {
    background: url('../../images/eco/guide_interests_bg3.png') 0 0 no-repeat;
    background-size: cover;
    background-position: center 0;
  }

  .swiper-slide-active .reflect-trophy4 hgroup {
    background: url('../../images/eco/guide_interests_bg4.png') 0 0 no-repeat;
    background-size: cover;
    background-position: center 0;
  }

  .reflec-more {
    margin: 1.8rem 0 0 0;
    line-height: 1.2rem;
    font-size: 0.7rem;
    color: rgba(98, 98, 98, 0.8);
    text-align: center;
  }

  .reflec-more p {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  /* .reflec-more a {
    color: rgba(29, 29, 31, 0.95);
  } */

  .reflec-more-icon {
    margin: 0 0.5rem 0 0;
    width: 1.2rem;
    height: 1.2rem;
  }

  .reflect-content {
    margin: 3rem 0 0 0;
  }
  .reflec-item {
    width: 3rem;
    line-height: 1rem;
    font-size: 0.7rem;
  }
  .reflec-item figure {
    margin: -2rem 0 0 0;
  }
  .reflect-item-title {
    margin: 0 0 0.75rem 0;
    line-height: 1.2rem;
    font-size: 0.65rem;
  }
  .reflect-item-desc {
    margin: 0.5rem 0 0 0;
  }
  
  .reflect-pic {
    width: 3.6rem;
  }
  .reflect-icon2 {
    width: 3rem;
    margin: 0 0 0.1rem 0;
  }
  .reflec-line {
    margin: 1.5rem 0 0 0;
    width: 3rem;
  }
  /* section-bg-guide */
  .apply-step {
    margin: 2rem 0 0 0;
  }
  .step-tabs {
    padding: 0;
  }
  .step-tabs li {
    line-height: 1.2rem;
    font-size: 0.75rem;
  }

  .step-item {
    padding: 0;
    width: 3rem;
  }

  .step-icon {
    width: 2rem;
    height: 2rem;
  }

  .step-icon svg {
    width: 1rem;
    height: 1rem;
  }

  .step-item>p {
    font-size: 0.7rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
  }

  .step-line {
    flex: 1;
    margin: 1rem 0 0 0;
    width: 4rem;
  }
  .section-gstp-btn {
    margin: 1rem 0 0 0;
  }

  .section-gstp-btn a {
    width: 7.5rem;
  }

  /* become-step-cont */
  .become-step-cont {
    margin: 0.75rem 0 0 0;
  }

  .step-cont-mode {
    margin: 0.75rem 0 0 0;
    padding: 1rem 0.75rem;
    line-height: 1.2rem;
    font-size: 0.7rem;
    border-radius: 1rem;
  }

  .mcard_more {
    width: 4.8rem;
    height: 1.4rem;
    line-height: 1.35rem;
    font-size: 0.7rem;
    border-radius: 1rem;
  }
  .step-mide-imgs {
    margin: 0.75rem 0 0 0;
  }

  .step-mide-imgs span {
    width: 100%;
    margin: 0 0 0.5rem 0;
  }

  /* eco_member_contemt */
  .eco_member_contemt,
  .emember_tabs_conts {
    margin: 2rem 0 0 0;
  }


  .eco_member_tabs li {
    margin: 0 0.5rem 0 1.5rem;
    padding: 0 0 0.15rem 0;
    line-height: 1.2rem;
    font-size: 0.75rem;
    border-bottom: 2px solid transparent;
  }

  .eco_member_tabs li.entab_on {
    border-bottom: 2px solid #28282A;
  }

  .emember_tabs_images {
    grid-gap: 1rem;
    margin: 0.75rem 0 0 0;
  }
  .emember_tabs_images:first-child {
    margin: 0;
  }

  .emember_tabs_images figure {
    /* border: 1px solid #F5F4F3; */
    width: 6rem;
    height: 3rem;
    margin: 0 1rem 0 0;
  }
  .emember_tabs_images figure a {
    border-radius: 0.6rem;
  }

  .eco_member_contemt .swiper-slide {
  }

  /* eco_qa_contemt */
  .eco_qa_contemt {
    display: block;
    margin: 2rem 0 0 0;
    line-height: 1.2rem;
    font-size: 0.7rem;
    border-radius: 1rem;
  }
  .eco_qa_contemt hgroup {
    padding: 0 0.5rem;
  }
  .eco_qa_contemt hgroup p {
    margin: 0 0 0.75rem 0;
  }

  .qa_icon {
    width: 1rem;
    height: 1rem;
    margin: 0.1rem 0.5rem 0 0;
  }

  .qa_pic {
    width: auto;
    height: 15rem;
    margin: 0 0 1rem 0;
    border-radius: 1rem;
  }

  .eco_qa_contemt hgroup p.section-qa-btn {
    justify-content: center;
    margin: 2rem 0 0 0;
  }
  .eco_qa_contemt hgroup p.section-qa-btn a {
    width: 7.5rem;
    height: 1.6rem;
    line-height: 1.55rem;
    font-size: 0.7rem;
  }

  /* show_box */
  .show_mode {
    padding: 1.5rem 1.5rem;
    width: 90%;
  }
  .show_close {
    right: 0.25rem;
    top: 0.25rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}