.page--product { height: 100vh; overflow: hidden; position: relative;background: #EFEFEF; }

/* 实际使用时，将样式写到页面对应的css中，不要引用这个样式 */
.page--product .component--fullpage { height: 100vh; }
.page--product .component--fullpage .swiper-container,
.page--product .component--fullpage .swiper-slide,
.page--product .component--fullpage .slide-content { height: 100vh; position: relative; overflow: hidden; }
/* .page--product .component--fullpage .swiper-slide--footer,
.page--product .component--fullpage .swiper-slide--footer .slide-content { height: auto; } */

/* 面包屑 */
.page--product .crumbs-container { position: absolute; width: 100%; left: 0; top: 0; z-index: 10; }
.page--product .crumbs-container .component--crumbs-msunhealth { border-color: #E8E8E8; }
.page--product .crumbs-container .item { color: #666666; }

/* 导航器 */
.page--product .navigate-container { position: fixed; z-index: 8; left: 36px; top: 50%; transform: translateY(-50%); }
.page--product .navigate-item { position: relative; display: flex; align-items: center; cursor: pointer; margin: 10px 0; transition: 0.3s; color: #FFFFFF; }
.page--product .navigate-item .dot { width: 32px; height: 32px; position: relative; margin-right: 8px; flex-shrink: 0; }
.page--product .navigate-item .dot::before,
.page--product .navigate-item .dot::after { content: ""; position: absolute; transition: all 0.3s; }
.page--product .navigate-item .dot::before { width: 100%; height: 100%; border: 2px solid rgba(255, 255, 255, 1); border-radius: 50%; left: 0; top: 0; z-index: 1; transition: all 0.3s; transform: scale(0); opacity: 0; }
.page--product .navigate-item .dot::after { width: 28.125%; height: 28.125%; background: rgba(255, 255, 255, 0.4); border-radius: 50%; left: 50%; top: 50%; z-index: 2; transform: translate(-50%, -50%); }
.page--product .navigate-item .name { transform: scaleX(0); opacity: 0; transition: all 0.3s; transform-origin: left center; word-wrap: normal; word-break: keep-all; }
.page--product .navigate-item.active .dot::before { transform: scale(1); opacity: 1; }
.page--product .navigate-item.active .dot::after { background: #FFFFFF; }
.page--product .navigate-item.active .name { transform: scaleX(1); opacity: 1; }
/* 主题A */
.page--product .navigate-container[theme="a"] .navigate-item { color: #FFFFFF; }
.page--product .navigate-container[theme="a"] .dot::before { border-color: rgba(255, 255, 255, 1); }
.page--product .navigate-container[theme="a"] .dot::after { background: rgba(255, 255, 255, 0.4); }
.page--product .navigate-container[theme="a"] .navigate-item.active .dot::after { background: #FFFFFF; }
/* 主题B */
.page--product .navigate-container[theme="b"] .navigate-item { color: #333333; }
.page--product .navigate-container[theme="b"] .dot::before { border-color: #0261E6; }
.page--product .navigate-container[theme="b"] .dot::after { background: rgba(100, 100, 100, 0.4); }
.page--product .navigate-container[theme="b"] .navigate-item.active .dot::after { background: #0261E6; }

/* 内容 */
.page--product .slide-content { font-size: 20px; background-position: center center; background-repeat: no-repeat; background-size: cover; }

/* 第一屏 */
.page--product .slide-content-one { display: flex; align-items: center; justify-content: center; position: relative; z-index: 10; color: #FFFFFF; }
.page--product .screen-one { display: flex; align-items: center; flex-direction: column; justify-content: center; }
.page--product .screen-one .desc { color: #FFFFFF; margin: 0.8em auto 1.6em; line-height: 1.7; }
.page--product .screen-one .mouse-icon { position: absolute; left: 50%; bottom: 10%; width: 30px; margin-left: -15px; z-index: 2; }

/* Tabs */
.page--product .slide-content-one .tabs-wrapper {
  position: absolute;
  z-index: 1;
  bottom: 3.5em; /*同顶部nav高度*/
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
  width: 100%;
}

.page--product .slide-content-one .tabs-item {
  width: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  cursor: pointer;
  transition: all 0.36s;
  -webkit-transition: all 0.36s;
  -moz-transition: all 0.36s;
  -ms-transition: all 0.36s;
  -o-transition: all 0.36s;
}

.page--product .slide-content-one .tabs-item-link {
  color: #fff;
  text-decoration: none;
}

.page--product .slide-content-one .tabs-item-icon {
  width: 1.6em;
  margin-right: 0.8em;
}

/* Tabs Item 激活状态 */
.page--product .slide-content-one .tabs-item.active {
  background: linear-gradient(to right, #0054E5, #0093F9);
}




/* 第二屏 */
.page--product .slide-content-two { display: flex; align-items: center; justify-content: center; position: relative; z-index: 10; }
.page--product .screen-two { display: flex; align-items: center; flex-direction: column; justify-content: center; width: 100%; }
.page--product .screen-two .title { color: #333333; }
.page--product .screen-two .desc { color: #666666; margin: 0.8em auto 2.2em; line-height: 1.7; }
.page--product .screen-two .imgbox { width: 80%; /* background-image: url(../../static/images/bg03.png); */ background-repeat: no-repeat; background-position: left 25%; background-size: 100% auto; }
.page--product .screen-two .image { max-width: 100%; display: block; margin: 0 auto; border: 2px solid #3685E9; border-radius: 10px; box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.06); }

/* 第三屏 */
.page--product .slide-content-three { display: flex; align-items: center; justify-content: center; position: relative; z-index: 10; }
.page--product .screen-three { display: flex; align-items: center; flex-direction: column; justify-content: center; }
.page--product .screen-three .title { color: #FFFFFF; }
.page--product .screen-three .desc { color: #FFFFFF; margin: 0.8em auto 0; line-height: 1.7; }
.page--product .screen-three .imgbox { position: relative; max-width: 70%; }
.page--product .screen-three .image { max-width: 100%; display: block; margin: 0 auto; }
.page--product .screen-three .item-box { position: absolute; color: #FFFFFF; z-index: 3; width: 25.97%; height: 45.08%; text-align: center; }
.page--product .screen-three .item-box-a { left: 0; top: 0; }
.page--product .screen-three .item-box-b { right: 0; top: 0; }
.page--product .screen-three .item-box-c { left: 0; bottom: 0; }
.page--product .screen-three .item-box-d { right: 0; bottom: 0; }
.page--product .screen-three .item-cont { position: absolute; width: 100%; z-index: 3; left: 0; top: 89%; }
.page--product .screen-three .more { color: #FFFFFF; display: inline-flex; align-items: center; transition: all 0.3s; transform: scaleY(0); opacity: 0; }
.page--product .screen-three .item-box:hover .more { transform: scaleY(1); opacity: 1; }
.page--product .slide-content-three .anis { position: absolute; z-index: 0; max-width: 37px; height: auto; display: block; }
.page--product .slide-content-three .anis1 { left: 9%; top: 68%; }
.page--product .slide-content-three .anis2 { left: 16%; top: 38%; }
.page--product .slide-content-three .anis3 { left: 38%; top: 66%; }
.page--product .slide-content-three .anis4 { left: 82%; top: 25%; }
.page--product .slide-content-three .anis5 { left: 90%; top: 68%; }

/* 第四屏 */
.page--product .slide-content-four { display: flex; align-items: flex-start; justify-content: center; position: relative; z-index: 10; background-position: center bottom; background-size: 100% auto; background-color: #F4F5F8; padding-top: 8%; }
.page--product .screen-four { display: flex; align-items: center; flex-direction: column; justify-content: center; }
.page--product .screen-four .title { color: #333333; }
.page--product .screen-four .desc { color: #666666; margin: 0.8em auto 0.2em; line-height: 1.7; }
.page--product .screen-four .items-row { display: flex; margin: 44px 0; }
.page--product .screen-four .item-wrapper { margin: 0 90px; background-position: left top; background-repeat: no-repeat; background-size: 100% 100%; position: relative; padding: 1px; }
.page--product .screen-four .item-wrapper::after { content: ""; width: 100%; height: 100%; background: linear-gradient(to bottom, #005FE6, rgba(0,0,0,0)); position: absolute; left: 0; top: 0; border-radius: 20px; z-index: 3; }
.page--product .screen-four .item-wrap { background-color: #F4F5F8; position: relative; z-index: 6; border-radius: 20px; padding: 42px; }
.page--product .screen-four .item-box { display: flex; align-items: center; justify-content: center; }
.page--product .screen-four .item-inner { display: flex; width: 100%; }
.page--product .screen-four .icon-box { background: #005FE6; border-radius: 50%; display: flex;align-items: center; justify-content: center; width: 60px; height: 60px; flex-shrink: 0; margin-right: 22px; position: relative; }
.page--product .screen-four .icon-box::after { content: ""; width: 1px; height: 138px; position: absolute; left: 50%; top: 125%; z-index: 3; background: linear-gradient(to bottom, #005FE6, rgba(0,0,0,0)); }
.page--product .screen-four .item-icon { display: block; max-width: 50%; }
.page--product .screen-four .item-cont { flex: 1; overflow: hidden; display: flex; flex-direction: column; }
.page--product .screen-four .item-name { color: #333333; width: 14em; display: block; }
.page--product .screen-four .item-desc { color: #999999; height: 4.5em; line-height: 1.5; width: 17em; overflow-x: hidden; overflow-y: auto; }
.page--product .screen-four .item-desc::-webkit-scrollbar { width: 2px; }
.page--product .screen-four .item-desc::-webkit-scrollbar-thumb { background-color: #666666; }
.page--product .screen-four .item-desc-cont { padding-right: 3px; }
.page--product .screen-four .items-row:nth-child(odd) .item-wrapper { transform: translateX(-28%); }
.page--product .screen-four .items-row:nth-child(even) .item-wrapper { transform: translateX(28%); }
.page--product .slide-content-four .anis { position: absolute; z-index: 0; max-width: 37px; height: auto; display: block; }
.page--product .slide-content-four .anis1 { left: 9%; top: 68%; }
.page--product .slide-content-four .anis2 { left: 50%; top: 75%; }
.page--product .slide-content-four .anis3 { left: 92%; top: 26%; }

/* 第五屏 */
.page--product .slide-content-five { display: flex; align-items: center; justify-content: center; position: relative; z-index: 10; }
.page--product .screen-five { display: flex; align-items: center; flex-direction: column; justify-content: center; width: 100%; }
.page--product .screen-five .title { color: #FFFFFF; }
.page--product .screen-five .desc { color: #FFFFFF; margin: 0.8em auto 2.2em; line-height: 1.7; }
.page--product .screen-five .hi-more-link { margin-top: 3em; }
.page--product .screen-five .case-list-container { width: 100%; }

/* 第六屏 */
.page--product .slide-content-six { display: flex; align-items: center; justify-content: center; position: relative; z-index: 10; }
.page--product .screen-six { display: flex; align-items: center; flex-direction: column; justify-content: center; width: 100%; }
.page--product .screen-six .title { color: #FFFFFF; }
.page--product .screen-six .desc { color: #FFFFFF; margin: 0.8em auto 2.2em; line-height: 1.7; }
.page--product .screen-six .hi-more-link { margin-top: 3em; }
.page--product .screen-six .case-list-container { width: 100%; }
.page--product .screen-six .friend-list-container { width: 100%; }

/* 联系我们 */
.page--product .component--fullpage .swiper-slide--footer .slide-content { display: flex; flex-direction: column; }
.page--product .component--fullpage .swiper-slide--footer .slide-content .contact-us-container { flex: 1; display: flex; align-items: center; text-align: center; justify-content: center; color: #FFFFFF; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.page--product .component--fullpage .swiper-slide--footer .slide-content .contact-us-container .title { margin-bottom: 0.5em; }
.page--product .component--fullpage .swiper-slide--footer .slide-content .footer-container { flex-shrink: 0; }



/**
 * PC优先的响应尺寸
 */

/* >1680 */



/* 1530 */
@media screen and (max-width: 1580px) {
  .page--product .screen-content { padding: 0 90px; }
  .page--product .screen-four .item-wrapper { margin: 0 60px; }
  .page--product .screen-four .item-wrap { padding: 38px; }
  .page--product .screen-four .icon-box { width: 57px; height: 57px; }
  .page--product .screen-four .icon-box::after { height: 128px; }
  .page--product .screen-four .items-row:nth-child(odd) .item-wrapper { transform: translateX(-23%); }
  .page--product .screen-four .items-row:nth-child(even) .item-wrapper { transform: translateX(23%); }
}

/* 1400 */
@media screen and (max-width: 1400px) {
  .page--product .slide-content { font-size: 18px; }
  .page--product .navigate-container { left: 32px; }
  .page--product .navigate-item .dot { width: 28px; height: 28px; }
  .page--product .screen-two .imgbox { max-width: 100%; }
  /* .page--product .screen-two .image { width: 50%; } */
  .page--product .screen-three .imgbox { max-width: 60%; }
  .page--product .slide-content-three .anis { width: 32px; }
  .page--product .screen-four .item-wrapper { margin: 0 30px; }
  .page--product .screen-four .item-wrap { padding: 34px; }
  .page--product .screen-four .icon-box { width: 54px; height: 54px; }
  .page--product .screen-four .icon-box::after { height: 118px; }
  .page--product .screen-four .items-row:nth-child(odd) .item-wrapper { transform: translateX(-18%); }
  .page--product .screen-four .items-row:nth-child(even) .item-wrapper { transform: translateX(18%); }
  .page--product .component--fullpage .swiper-slide--footer .slide-content .contact-us-container { align-items: center; padding-bottom: 0; padding-top: 50px; }
  
}

/* 1200 */
@media screen and (max-width: 1200px) {
  .page--product .slide-content { font-size: 17px; }
  .page--product .navigate-container { left: 28px; }
  .page--product .navigate-item .dot { width: 24px; height: 24px; }
  .page--product .slide-content-three .anis { width: 28px; }
  .page--product .slide-content-four { align-items: center; padding-bottom: 10%; }
  .page--product .screen-four .item-wrapper { margin: 0 20px; }
  .page--product .screen-four .item-wrap { padding: 30px; }
  .page--product .screen-four .icon-box { width: 50px; height: 50px; margin-right: 10px; }
  .page--product .screen-four .icon-box::after { height: 98px; }
  .page--product .screen-four .items-row:nth-child(odd) .item-wrapper { transform: translateX(-13%); }
  .page--product .screen-four .items-row:nth-child(even) .item-wrapper { transform: translateX(13%); }
}

/* 1024 - iPad Pro */
@media screen and (max-width: 1024px) {
  .page--product .slide-content { font-size: 16px; }
  .page--product .screen-content { padding: 0 60px; }
  .page--product .navigate-container { left: 24px; }
  .page--product .navigate-item .dot { width: 20px; height: 20px; }
  .page--product .slide-content-three .anis { width: 24px; }
  .page--product .screen-four .item-wrapper { margin: 0 10px; }
  .page--product .screen-four .item-wrap { padding: 20px; }
  .page--product .screen-four .icon-box { width: 40px; height: 40px; margin-right: 10px; }
  .page--product .screen-four .icon-box::after { height: 68px; }
  .page--product .screen-four .items-row:nth-child(odd) .item-wrapper { transform: translateX(-8%); }
  .page--product .screen-four .items-row:nth-child(even) .item-wrapper { transform: translateX(8%); }
}

/* 768 - iPad */
@media screen and (max-width: 768px) {
  .page--product .slide-content { font-size: 14px; }
  .page--product .screen-content { flex-direction: column; align-items: center; justify-content: center; padding: 0 30px; }
  .page--product .navigate-container { left: 6px; }
  .page--product .navigate-item .dot { width: 16px; height: 16px; }
  .page--product .navigate-item .name { display: none; }
  .page--product .screen-three .desc { margin-bottom: 3em; }
  .page--product .screen-three .hi-more-link { margin-top: 5em; }
  .page--product .slide-content-three .anis { width: 18px; }
  .page--product .slide-content-four { padding-bottom: 0; }
  .page--product .screen-four { width: 100%; }
  .page--product .screen-four .items { width: 100%; }
  .page--product .screen-four .items-row { flex-direction: column; margin: 0; }
  .page--product .screen-four .item-wrapper { margin: 10px auto; width: 100%; }
  .page--product .screen-four .item-wrap { padding: 20px; }
  .page--product .screen-four .item-box { width: 100%; justify-content: flex-start; }
  .page--product .screen-four .icon-box { width: 40px; height: 40px; margin-right: 10px; }
  .page--product .screen-four .icon-box::after { height: 48px; }
  .page--product .screen-four .item-name { width: 100%; }
  .page--product .screen-four .item-desc { width: 100%; }
  .page--product .screen-four .items-row:nth-child(odd) .item-wrapper { transform: translateX(0); }
  .page--product .screen-four .items-row:nth-child(even) .item-wrapper { transform: translateX(0); }
  .page--product .screen-five .title { margin-top: 1em; }
  .page--product .screen-five .desc { margin-bottom: 1.2em; }
  .page--product .screen-five .hi-more-link { margin-top: 1.2em; }
  .page--product .screen-six .title { margin-top: 1em; }
  .page--product .screen-six .desc { margin-bottom: 1.2em; }
  .page--product .screen-six .hi-more-link { margin-top: 1.2em; }
  .page--product .screen-two .imgbox { width: 100%; }
  .page--product .screen-two .image { width: 100%; }
}

/* 500 */
@media screen and (max-width: 500px) {
  .page--product .component--footer-msunhealth .floor-two-container { padding: 0; }
  .page--product .component--footer-msunhealth .floor-one-container { padding: 10px 0; }
  .page--product .component--footer-msunhealth .floor-three-container { padding: 10px 0; }
  .page--product .component--footer-msunhealth .floor-two-container .qrocede-wrapper { padding: 10px 0 0 0; }
}

/* 414 - iPhone6 7 8 plus */
@media screen and (max-width: 414px) {
  .page--product .slide-content { font-size: 12px; }
  .page--product .screen-two .imgbox { max-width: 100%; }
  /* .page--product .screen-two .image { width: 80%; } */
  .page--product .screen-three .imgbox { max-width: 100%; }
  
}

/* 375 - iPhoneX、iPhone6 7 8 */
@media screen and (max-width: 375px) {
  
}

/* 320 - iPhone5 */
@media screen and (max-width: 320px) {
  .page--product .screen-four .item-wrapper { margin: 10px auto; width: 100%; }
  .page--product .screen-four .item-wrap { padding: 10px 20px; }
}
