#top-video {
width: 100%;
height: calc(100vh - 1.5rem);
position: fixed;
top: 1.5rem;
left: 0;
z-index: 1;
}
#top-video.fixed {
height: 100vh;
top: 0;
}
#top-video .video {
width: 100%;
height: 100%;
object-fit: cover;
}
#top-video a {
display: inline-block;
width: 100%;
height: 100%;
}
#top-video a.none {
cursor: default;
}
#top-video .video_ico {
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 2vh;
animation: upDown 1s infinite;
width: 0.4rem;
height: 0.42rem;
display: inline-block;
transform: scale(0.5);
}
@keyframes upDown {
from {
margin-bottom: 0;
}
to {
margin-bottom: 10px;
}
}
@keyframes waveUpDown {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(-9.375vw);
}
100% {
transform: translateY(0px);
}
}
@keyframes wave {
0% {
background-position-x: 0%;
}
100% {
background-position-x: -100vw;
}
}
@keyframes zoomLoop {
0% {
transform: scale(1.05);
}
100% {
transform: scale(1);
}
}
.header .warning {
position: fixed;
top: 0;
width: 100%;
border: none;
}
.spread {
position: fixed;
width: 100%;
height: 100vh;
background-color: #fff;
display: flex;
align-items: center;
justify-content: center;
z-index: 999;
top: 0;
left: 0;
pointer-events: all;
}
.spread img {
width: 7.85rem;
height: 5.26rem;
}
.container-fluid {
position: relative;
background: #f7f7f7;
}
.container-fluid .containerBox {
position: relative;
z-index: 1000;
}
.container-fluid .bannerBox {
position: sticky;
height: 9rem;
top: 0;
overflow: hidden;
}
.container-fluid .bannerBox .banner-mask {
position: absolute;
width: 100%;
height: 100%;
z-index: 2;
background-color: #000000;
pointer-events: none;
top: 0;
left: 0;
opacity: 0;
}
.container-fluid .bannerBox .banner {
height: 100%;
width: 100%;
}
.container-fluid .bannerBox .banner .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.container-fluid .bannerBox .banner .swiper-slide .none {
cursor: default;
}
.container-fluid .bannerBox .banner .swiper-slide a {
display: block;
height: 100%;
overflow: hidden;
}
.container-fluid .bannerBox .banner .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.container-fluid .bannerBox .banner .swiper-slide-active img {
animation: zoomLoop 4s ease-in-out;
}
.container-fluid .bannerBox .banner-video {
position: absolute;
width: 2.7rem;
height: 1.57rem;
border-radius: 0.1rem;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
left: 0;
top: 0;
object-fit: cover;
}
.container-fluid .bannerBox .swiper-video {
width: 100%;
height: 100%;
object-fit: cover;
}
.container-fluid .bannerBox .video-box {
position: absolute;
bottom: 1.28rem;
right: 2.4rem;
width: 2.7rem;
height: 1.57rem;
cursor: pointer;
z-index: 4;
}
.container-fluid .bannerBox .video-box::after {
content: '';
position: absolute;
top: -1.25rem;
right: -0.96rem;
width: 1.35rem;
height: 1.24rem;
background: url(//cdn.nexabar.com/nexabar_www/default/static/image/video-icon.png?v=2442e5d307) no-repeat center center;
background-size: 100% 100%;
}
.container-fluid .bannerBox .banner-swiper-button-next,
.container-fluid .bannerBox .banner-swiper-button-prev {
width: 10%;
height: 100%;
position: absolute;
z-index: 3;
top: 0;
}
.container-fluid .bannerBox .banner-swiper-button-next i,
.container-fluid .bannerBox .banner-swiper-button-prev i {
font-size: 0.5rem;
position: absolute;
top: 50%;
transform: translateY(-50%);
color: rgba(255, 255, 255, 0.5);
cursor: pointer;
opacity: 0;
}
.container-fluid .bannerBox .banner-swiper-button-next i:hover,
.container-fluid .bannerBox .banner-swiper-button-prev i:hover {
color: #ff8714;
}
.container-fluid .bannerBox .banner-swiper-button-next:hover i,
.container-fluid .bannerBox .banner-swiper-button-prev:hover i {
opacity: 1;
}
.container-fluid .bannerBox .banner-swiper-button-next {
right: 0;
}
.container-fluid .bannerBox .banner-swiper-button-next i {
right: 6%;
}
.container-fluid .bannerBox .banner-swiper-button-prev {
left: 0;
}
.container-fluid .bannerBox .banner-swiper-button-prev i {
transform: translateY(-50%) rotate(180deg);
left: 6%;
}
.container-fluid .bannerBox .banner-swiper-pagination {
position: absolute;
width: 100%;
z-index: 3;
bottom: 0.4rem;
left: 0;
line-height: 0;
font-size: 0;
text-align: center;
}
.container-fluid .bannerBox .banner-swiper-pagination span {
cursor: pointer;
width: 0.1rem;
height: 0.1rem;
margin: 0 0.12rem;
background-color: #fff;
display: inline-block;
border-radius: 0.05rem;
position: relative;
overflow: hidden;
}
.container-fluid .bannerBox .banner-swiper-pagination span::after {
content: '';
width: 0;
position: absolute;
height: 100%;
border-radius: 0.05rem;
background-color: #fff;
transition: width 10s;
left: 0;
top: 0;
}
.container-fluid .bannerBox .banner-swiper-pagination span.swiper-pagination-bullet-active {
width: 0.5rem;
}
.container-fluid .bannerBox .banner-swiper-pagination span.swiper-pagination-bullet-active::after {
width: 100%;
background-color: #ff8714;
}
.container-fluid .brand {
height: 100vh;
background-color: #f7f7f7;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.container-fluid .brand .brand-box {
width: 12rem;
height: 6.1rem;
background-size: 100% 100%;
display: flex;
flex-direction: column;
align-items: center;
padding-bottom: 0.25rem;
justify-content: space-between;
}
.container-fluid .brand .brand-logo {
width: 5.16rem;
height: 1.83rem;
}
.container-fluid .brand .brand-con {
text-align: center;
color: #000;
height: 2.3rem;
width: 100%;
position: relative;
}
.container-fluid .brand .brand-con h1,
.container-fluid .brand .brand-con h2,
.container-fluid .brand .brand-con h4 {
font-family: "Nexa Bold Italic";
font-size: 0.24rem;
margin-bottom: 0.3rem;
line-height: 0.4rem;
}
.container-fluid .brand .brand-con p {
font-family: "Nexa Italic";
font-size: 0.18rem;
line-height: 0.3rem;
}
.container-fluid .brand .con-item {
position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
opacity: 0;
}
.container-fluid .brand .con-item:nth-child(1) {
opacity: 1;
}
.container-fluid .brand .more-btn {
width: 2.12rem;
height: 0.5rem;
border-radius: 0.12rem;
color: #fff;
font-size: 0.25rem;
line-height: 0.5rem;
text-align: center;
font-family: "Nexa Bold";
background-color: #ff8714;
cursor: pointer;
}
.container-fluid .hotProduct {
height: 100vh;
background-color: #f7f7f7;
position: relative;
display: flex;
overflow: hidden;
}
.container-fluid .hotProduct .counter {
width: 1.9rem;
height: 1.9rem;
border-radius: 0.19rem;
background-color: #ff8714;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 3;
padding: 0.2rem;
color: #fff;
font-family: "Nexa Light Italic";
display: flex;
flex-direction: column;
justify-content: space-between;
}
.container-fluid .hotProduct .counter h3 {
font-size: 0.6652rem;
line-height: 0.83rem;
}
.container-fluid .hotProduct .counter .counter_total {
font-size: 0.24rem;
line-height: 0.3rem;
text-align: right;
}
.container-fluid .hotProduct .left {
width: 50%;
position: relative;
}
.container-fluid .hotProduct .left .con-item {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
padding: 1.1rem 0;
flex-direction: column;
display: flex;
justify-content: space-between;
align-items: center;
text-align: center;
}
.container-fluid .hotProduct .left .con-item:nth-child(1) {
opacity: 1;
}
.container-fluid .hotProduct .con-bottom {
font-family: "Nexa Italic";
font-size: 0.2rem;
line-height: 0.3rem;
color: #282828;
}
.container-fluid .hotProduct .feature {
display: flex;
column-gap: 0.45rem;
border-bottom: 0.01rem solid #b2b2b2;
margin-bottom: 0.25rem;
}
.container-fluid .hotProduct .hot-logo {
height: 0.52rem;
}
.container-fluid .hotProduct .hot-logo.hot-logo-2 {
height: 0.5rem;
}
.container-fluid .hotProduct .hot-logo.hot-logo-3 {
height: 0.51rem;
}
.container-fluid .hotProduct .hot-logo.hot-logo-4 {
height: 0.9rem;
}
.container-fluid .hotProduct .feature-item {
font-family: "Nexa Light Italic";
font-size: 0.18rem;
line-height: 0.7rem;
color: #000000;
}
.container-fluid .hotProduct .right {
width: 50%;
position: relative;
}
.container-fluid .hotProduct .pro-img-item {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
overflow: hidden;
height: 0;
}
.container-fluid .hotProduct .pro-img-item:nth-child(1) {
height: 100%;
}
.container-fluid .hotProduct .pro-img-item img {
width: 100%;
position: absolute;
bottom: 0;
left: 0;
height: 100vh;
object-fit: cover;
}
.container-fluid .guide {
height: 100vh;
background-image: linear-gradient(to bottom, #ff8714, #ffffff);
position: relative;
padding-left: 2.4rem;
display: flex;
align-items: center;
overflow: hidden;
}
.container-fluid .guide .con-box {
position: relative;
z-index: 2;
color: #fff;
overflow: hidden;
}
.container-fluid .guide .con-box h3 {
font-size: 0.52rem;
font-family: "Nexa Italic";
margin-bottom: 0.45rem;
}
.container-fluid .guide .con-box h3 span {
font-family: "Nexa Heavy Italic";
}
.container-fluid .guide .con-box p {
font-family: "Nexa Bold";
font-size: 0.26rem;
line-height: 0.3614rem;
overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.container-fluid .guide .activity-btn {
position: absolute;
top: 0.2rem;
right: 2.4rem;
display: flex;
column-gap: 0.3rem;
}
.container-fluid .guide .guide-swiper-prev,
.container-fluid .guide .guide-swiper-next {
height: 0.5rem;
width: 0.75rem;
border-radius: 0.06rem;
background-color: #ff8714;
font-size: 0.3rem;
line-height: 0.5rem;
text-align: center;
color: #fff;
cursor: pointer;
}
.container-fluid .guide .guide-swiper-prev {
rotate: 180deg;
}
.container-fluid .guide .list-item {
flex: 0 0 auto;
width: 6.4rem;
height: 4.65rem;
border-radius: 0.2rem;
box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.1);
position: relative;
overflow: hidden;
}
.container-fluid .guide .list-item .mask {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
transition: all 0.1s;
}
.container-fluid .guide .list-item img {
width: 100%;
height: 100%;
object-fit: cover;
}
.container-fluid .guide .list-item .list-item-con {
position: absolute;
left: 0;
bottom: 0.22rem;
width: 100%;
padding: 0 0.3rem 0 0.5rem;
display: flex;
justify-content: space-between;
column-gap: 0.45rem;
align-items: flex-end;
}
.container-fluid .guide .list-item .more-btn {
width: 1.1rem;
height: 0.31rem;
border-radius: 0.08rem;
background-color: #ffab4e;
text-align: center;
font-size: 0.18rem;
line-height: 0.31rem;
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
opacity: 0;
transition: opacity 0.3s ease-in-out;
cursor: pointer;
color: #fff;
}
.container-fluid .guide .list-item .more-btn i {
font-size: 0.18rem;
}
.container-fluid .guide .list-item:hover .more-btn {
opacity: 1;
}
.container-fluid .guide .list-item:hover .mask {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
}
.container-fluid .guide .line {
font-size: 1.02rem;
font-family: "Nexa Italic";
color: rgba(255, 135, 20, 0.3);
display: flex;
width: 200%;
position: absolute;
bottom: 0;
left: 0;
}
.container-fluid .guide .line div {
flex: 1;
text-align: center;
}
.container-fluid .guide .line b {
font-family: "Nexa Heavy Italic";
}
.container-fluid .why {
height: 100vh;
background-image: linear-gradient(to bottom, #ff8714, #88d0cf);
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.container-fluid .why.why-0 {
background-image: linear-gradient(to bottom, #ff8714, #88d0cf);
}
.container-fluid .why.why-1 {
background-image: linear-gradient(to bottom, #004cac, #ffbf44);
}
.container-fluid .why.why-2 {
background-image: linear-gradient(to bottom, #6289bb, #caaf8f);
}
.container-fluid .why.why-3 {
background-image: linear-gradient(to bottom, #0b3c79, #f0b985);
}
.container-fluid .why.why-4 {
background-image: linear-gradient(to bottom, #1558ab, #020043);
}
.container-fluid .why.why-5 {
background-image: linear-gradient(to bottom, #2727d5, #88d0cf);
}
.container-fluid .why .wave {
overflow: hidden;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
margin: auto;
transition-property: opacity;
transition-timing-function: ease;
transition-duration: 0.3s;
animation-name: waveUpDown;
animation-timing-function: ease;
animation-duration: 6.6s;
animation-iteration-count: infinite;
}
.container-fluid .why .wave::before {
content: "";
display: block;
width: 100%;
height: 100%;
background-image: url(//cdn.nexabar.com/nexabar_www/default/static/image/wave.png?v=4716932797);
background-position: 0 0;
background-size: 100%;
background-repeat: repeat-x;
filter: blur(3.125vw);
transform: scale(1.2) translateY(-3.125vw);
animation-name: wave;
animation-timing-function: cubic-bezier(0, 0, 0.9, 0.98);
animation-duration: 4.4s;
animation-iteration-count: infinite;
}
.container-fluid .why .line {
position: absolute;
bottom: 0;
left: 0;
width: 200%;
display: flex;
font-family: "Nexa Italic";
font-size: 1.7rem;
color: rgba(255, 255, 255, 0.3);
text-align: center;
}
.container-fluid .why .line div {
flex: 1;
}
.container-fluid .why .line b {
font-family: "Nexa Heavy Italic";
}
.container-fluid .why h3 {
font-family: "Nexa Italic";
font-size: 0.52rem;
color: #fff;
margin-bottom: 0.3rem;
text-align: center;
}
.container-fluid .why h3 b {
font-family: "Nexa Heavy Italic";
}
.container-fluid .why .con {
position: relative;
z-index: 2;
}
.container-fluid .why .con-box {
width: 11.25rem;
display: flex;
margin: 0 auto;
justify-content: space-between;
align-items: center;
}
.container-fluid .why .con-box .left {
width: 2.95rem;
height: 100%;
flex: 0 0 auto;
font-family: "Nexa Bold";
font-size: 0.26rem;
line-height: 0.4rem;
color: #ffffff;
position: relative;
}
.container-fluid .why .con-box .left p {
position: absolute;
width: 100%;
top: 50%;
transform: translateY(-50%);
transition: opacity 0.3s ease;
opacity: 0;
}
.container-fluid .why .con-box .left p span {
display: block;
font-size: 0.16rem;
line-height: 0.36rem;
}
.container-fluid .why .con-box .left p.active {
opacity: 1;
}
.container-fluid .why .con-box .img-box {
flex: 0 0 auto;
width: 5.05rem;
height: 6.37rem;
border-radius: 0.3rem;
overflow: hidden;
margin: 0 auto 0 0.2rem;
position: relative;
}
.container-fluid .why .con-box .img-box img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
transition: opacity 0.3s ease;
opacity: 0;
}
.container-fluid .why .con-box .img-box img.active {
opacity: 1;
}
.container-fluid .why .con-box .right {
flex: 0 0 auto;
width: 2.6rem;
height: 2.6rem;
border-radius: 50%;
border: 0.01rem solid #fff;
text-align: center;
}
.container-fluid .why .con-box .right i {
font-size: 0.9rem;
color: #fff;
line-height: 2.6rem;
}
.container-fluid .activity {
height: 7.6rem;
background-color: #fff;
padding-top: 2.7rem;
position: relative;
overflow: hidden;
}
.container-fluid .activity .activity-btn {
position: absolute;
top: 1.9rem;
right: 2.4rem;
display: flex;
column-gap: 0.3rem;
}
.container-fluid .activity .activity-swiper-prev,
.container-fluid .activity .activity-swiper-next {
height: 0.5rem;
width: 0.75rem;
border-radius: 0.06rem;
background-color: #ff8714;
font-size: 0.3rem;
line-height: 0.5rem;
text-align: center;
color: #fff;
cursor: pointer;
}
.container-fluid .activity .activity-swiper-prev {
rotate: 180deg;
}
.container-fluid .activity .activity-swiper {
height: 3.18rem;
}
.container-fluid .activity .activity-swiper .swiper-wrapper {
transition-timing-function: linear;
}
.container-fluid .activity .activity-swiper .swiper-slide {
height: 100%;
width: 5.62rem;
border-radius: 0.2rem;
overflow: hidden;
position: relative;
}
.container-fluid .activity .activity-swiper .swiper-slide img {
width: 100%;
height: 100%;
}
.container-fluid .activity .activity-swiper .swiper-slide .mask {
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
transition: all 0.1s;
}
.container-fluid .activity .activity-swiper .swiper-slide .more-btn {
position: absolute;
right: 0.3rem;
bottom: 0.22rem;
width: 1.1rem;
height: 0.31rem;
border-radius: 0.08rem;
background-color: #ff8714;
text-align: center;
font-size: 0.18rem;
line-height: 0.31rem;
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 auto;
opacity: 0;
transition: opacity 0.3s ease-in-out;
cursor: pointer;
color: #fff;
}
.container-fluid .activity .activity-swiper .swiper-slide .more-btn i {
font-size: 0.18rem;
}
.container-fluid .activity .activity-swiper .swiper-slide:hover .more-btn {
opacity: 1;
}
.container-fluid .activity .activity-swiper .swiper-slide:hover .mask {
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.8) 100%);
}
.container-fluid .faq {
padding: 0.35rem 0 1rem;
position: relative;
background-color: #fff;
}
.container-fluid .faq h2 {
font-size: 0.52rem;
font-family: "Nexa Italic";
color: #ff8714;
text-align: center;
margin-bottom: 0.8rem;
}
.container-fluid .faq h2 b {
font-family: "Nexa Heavy Italic";
}
.container-fluid .faq .faq-box {
width: 14.4rem;
margin: 0 auto;
padding-top: 1.05rem;
padding-bottom: 1.4rem;
border-radius: 0.4rem;
background-color: #fff0d9;
}
.container-fluid .faq .faq-list {
padding: 0 1.2rem;
}
.container-fluid .faq .faq-list .faq-item {
overflow: hidden;
font-size: 0.18rem;
margin-bottom: 0.34rem;
}
.container-fluid .faq .faq-list .faq-item .faq-title {
display: flex;
justify-content: space-between;
align-items: center;
line-height: 0.33rem;
cursor: pointer;
}
.container-fluid .faq .faq-list .faq-item .faq-title .faq-text {
flex-grow: 1;
font-weight: bold;
}
.container-fluid .faq .faq-list .faq-item .faq-title .faq-icon {
flex: 0 0 auto;
transform: rotate(180deg);
text-align: center;
display: inline-block;
transition: transform 0.3s ease;
color: #ff8714;
font-size: 0.24rem;
line-height: normal;
transform-origin: center;
}
.container-fluid .faq .faq-list .faq-item .faq-con {
display: none;
padding: 0.15rem 0;
line-height: 0.3rem;
color: #8d8d8d;
}
.container-fluid .faq .faq-list .faq-item.active .faq-icon {
transform: rotate(0deg);
}
@media (max-width: 750px) {
#top-video {
height: calc(100vh - 0.8rem);
position: fixed;
top: 0.8rem;
}
.spread {
background-image: url(//cdn.nexabar.com/nexabar_www/default/static/image/spread-bg-m.jpg?v=864e26f56c);
background-size: 100% 100%;
}
.spread img {
width: 5.16rem;
height: 3.47rem;
}
.container-fluid .containerBox .bannerBox {
position: relative;
height: 13.36rem;
}
.container-fluid .containerBox .bannerBox .banner {
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
}
.container-fluid .containerBox .bannerBox .banner .swiper-pagination {
top: initial;
bottom: 0;
background: #aedeee;
}
.container-fluid .containerBox .bannerBox .banner .swiper-pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
background: #ff8714;
}
.container-fluid .containerBox .bannerBox .banner .swiper-slide {
font-size: 18px;
}
.container-fluid .containerBox .bannerBox .banner .swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.container-fluid .containerBox .bannerBox .video-box {
left: 0.5rem;
}
.container-fluid .brand .brand-logo {
width: 4.5rem;
height: 1.6rem;
}
.container-fluid .brand .brand-box {
width: 6.41rem;
height: 8.74rem;
padding: 0.9rem 0 1.85rem;
}
.container-fluid .brand .brand-con h1,
.container-fluid .brand .brand-con h2,
.container-fluid .brand .brand-con h4 {
font-size: 0.24rem;
line-height: 0.28rem;
margin-bottom: 0;
}
.container-fluid .brand .brand-con p {
font-size: 0.24rem;
line-height: 0.28rem;
}
.container-fluid .hotProduct {
flex-direction: column-reverse;
height: calc(100vh - 0);
}
.container-fluid .hotProduct .left,
.container-fluid .hotProduct .right {
width: 100%;
}
.container-fluid .hotProduct .right {
height: 46.18%;
}
.container-fluid .hotProduct .left {
height: 53.82%;
}
.container-fluid .hotProduct .left .con-item {
padding-bottom: 1.5rem;
justify-content: flex-start;
}
.container-fluid .hotProduct .pro-img-item img {
height: 7.5rem;
}
.container-fluid .hotProduct .feature-item {
font-size: 0.16rem;
}
.container-fluid .hotProduct .con-bottom {
padding: 1rem 0.85rem 0;
font-size: 0.24rem;
line-height: 0.32rem;
}
.container-fluid .hotProduct .counter {
width: 4.54rem;
height: 0.92rem;
border-radius: 0.14rem;
flex-direction: row;
padding: 0 0.25rem;
align-items: center;
top: 46.18%;
}
.container-fluid .guide {
padding-left: 0;
height: 9.3rem;
display: block;
padding-top: 0.5rem;
}
.container-fluid .guide .con-box {
overflow: visible;
}
.container-fluid .guide .con-box h3 {
font-size: 0.38rem;
text-align: center;
}
.container-fluid .guide .activity-btn {
right: 2.83rem;
top: 6.2rem;
}
.container-fluid .guide .line {
font-size: 0.4rem;
line-height: 2;
bottom: 0.7rem;
}
.container-fluid .guide .list-item .more-btn {
opacity: 1;
}
.container-fluid .why h3 {
font-size: 0.35rem;
margin-bottom: 0.8rem;
}
.container-fluid .why .con-box {
width: 100%;
flex-direction: column;
row-gap: 0.4rem;
align-items: center;
}
.container-fluid .why .con-box .img-box {
margin: 0;
}
.container-fluid .why .con-box .left {
width: 100%;
height: 1rem;
font-size: 0.26rem;
line-height: 0.32rem;
}
.container-fluid .why .con-box .left p {
height: 100%;
padding: 0 0.4rem;
text-align: center;
}
.container-fluid .why .con-box .right {
width: 1.2rem;
height: 1.2rem;
}
.container-fluid .why .con-box .right i {
line-height: 1.2rem;
}
.container-fluid .why .line {
font-size: 0.96rem;
font-size: 0.65rem;
line-height: 2;
}
.container-fluid .activity {
height: 4.8rem;
padding-top: 0.48rem;
background-color: #f7f7f7;
}
.container-fluid .activity .activity-btn {
display: none;
}
.container-fluid .activity .activity-swiper {
height: 3.8rem;
}
.container-fluid .activity .activity-swiper .swiper-slide {
width: 6.75rem;
}
.container-fluid .faq {
padding-top: 0;
padding-bottom: 0.35rem;
background-color: #f7f7f7;
}
.container-fluid .faq .faq-box {
width: 6.83rem;
padding-top: 0.7rem;
padding-bottom: 0.9rem;
background-color: #ff8714;
}
.container-fluid .faq h2 {
font-size: 0.4rem;
margin-bottom: 0.5rem;
color: #fff;
}
.container-fluid .faq .faq-list {
padding: 0 0.45rem;
color: #fff;
}
.container-fluid .faq .faq-list .faq-item {
font-size: 0.2rem;
line-height: 0.215rem;
letter-spacing: -0.05px;
}
.container-fluid .faq .faq-list .faq-item .faq-con {
color: #fff;
}
.container-fluid .faq .faq-list .faq-item .faq-title .faq-icon {
color: #fff;
}
}