/* 首页全屏滚动相关样式 */

#screenSwitch {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
  height: 100vh;
  /* background: #ffffff; */
}

/* 第一屏 */
#screenSwitch .page-01 {
  background-image: url("../images/001.png");
  overflow: auto;
  position: relative;
}

.page-01 .main-title {
  font-size: 56px;
  line-height: 48px;
  color: #ffffff;
  margin: 118px 20px 0px;
  position: absolute;
  z-index: 99;
}

.page-01 .bottom-option {
  width: calc(100% - 32px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding-bottom: 25px;
  position: absolute;
  bottom: 124px;
  left: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 99;
}

.page-01 .bottom-option .next-page {
  width: 16px;
  height: 12px;
  background-image: url("../images/next_page.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  bottom: 6px;

  animation: next-shake 0.8s ease-in-out infinite;
}

@keyframes next-shake {
  0% {
    bottom: 6px;
  }
  50% {
    bottom: 12px;
  }
  100% {
    bottom: 6px;
  }
}

.page-01 .bottom-option .lan-btns span {
  width: 60px;
  height: 30px;
  border-radius: 15px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
}

.page-01 .lan-btns span.active {
  background: rgba(0, 0, 0, 1);
}

/* 首屏嵌套 */
#subSwitch {
  width: 100%;
  height: 100%;
  overflow: hidden;
  --swiper-navigation-size: 36px;
}

#subSwitch .swiper-wrapper {
  width: 100%;
  height: 100%;
}

#subSwitch .title {
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  display: inline-block;
  margin: 118px 20px 0px;
}

#subSwitch .sub-page-01 {
  background-image: url("../images/001_1.png");
}

#subSwitch .sub-page-02 {
  background-image: url("../images/001_3.png");
}

#subSwitch .sub-page-03 {
  background-image: url("../images/001_4.png");
}

#subSwitch .sub-page-04 {
  background-image: url("../images/001.png");
}

#subSwitch .sub-page-01,
#subSwitch .sub-page-02,
#subSwitch .sub-page-03,
#subSwitch .sub-page-04 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#subSwitch .swiper-button-prev,
#subSwitch .swiper-button-next {
  color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s;
  cursor: auto;
  outline: none;
}

#subSwitch .swiper-button-prev {
  left: 14px;
}

#subSwitch .swiper-button-next {
  right: 14px;
}
/* 嵌套结束 */

/* 第二屏 */
#screenSwitch .page-02 {
  display: flex;
  flex-direction: column;
}

#screenSwitch .page-02 .up {
  width: 100%;
  height: 50vh;
  background-image: url("../images/002.png");
}

#screenSwitch .page-02 .down {
  width: 100%;
  height: 50vh;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-02 .down .title {
  font-size: 18px;
  color: rgba(78, 177, 172, 1);
}

.page-02 .down .big-tit {
  font-size: 48px;
  line-height: 42px;
  margin-left: -2px;
  margin-top: 3vh;
}

.page-02 .down .content {
  font-size: 12px;
  line-height: 14px;
  height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 3vh;
}

.page-02 .down .learn-more {
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  margin-top: 5vh;
}

.page-02 .down .learn-more > .icon {
  width: 12px;
  height: 12px;
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* 第三屏 */
#screenSwitch .page-03 {
  display: flex;
  flex-direction: column;
}

#screenSwitch .page-03 .up {
  width: 100%;
  height: 50vh;
  background-image: url("../images/003.png");
}

#screenSwitch .page-03 .down {
  width: 100%;
  height: 50vh;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.page-03 .down .title {
  font-size: 18px;
  color: rgba(78, 177, 172, 1);
}

.page-03 .down .big-tit {
  font-size: 48px;
  line-height: 43px;
  margin-left: -2px;
  margin-top: 3vh;
}

.page-03 .down .content {
  font-size: 12px;
  line-height: 14px;
  height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 3vh;
}

.page-03 .down .learn-more {
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  margin-top: 5vh;
}

.page-03 .down .learn-more > .icon {
  width: 12px;
  height: 12px;
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* 第四屏 */
#screenSwitch .page-04 {
  background-image: url("../images/004.png");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-04 .qxxy {
  width: calc(100vw - 80px);
  height: calc(calc(100vw - 80px) * 1380 / 900);
  background-image: url("../images/local_study.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
}

.page-04 .qxxy > .tit {
  font-size: 18px;
}

.page-04 .qxxy > .desc {
  width: calc(100% - 48px);
  font-size: 14px;
  line-height: 18px;
  min-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  position: absolute;
  left: 24px;
  bottom: 24px;
}

/* 第五屏 */
#screenSwitch .page-05 {
  background-image: url("../images/004.png");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-05 .qxxy {
  width: calc(100vw - 80px);
  height: calc(calc(100vw - 80px) * 1380 / 900);
  background-image: url("../images/online_plateform.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
}

.page-05 .qxxy > .tit {
  font-size: 18px;
}

.page-05 .qxxy > .desc {
  width: calc(100% - 48px);
  font-size: 14px;
  line-height: 18px;
  min-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  position: absolute;
  left: 24px;
  bottom: 24px;
}

/* 第六屏 */
#screenSwitch .page-06 {
  background-image: url("../images/005.png");
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.page-06 .big-tit {
  font-size: 50px;
  line-height: 50px;
  margin-top: 12vh;
}

.page-06 .card-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.page-06 .card {
  width: calc(100% - 80px);
  background: #ffffff;
  box-sizing: border-box;
  padding: 5% 8%;
  margin-top: 3.4vh;
}

.page-06 .card .tit {
  font-size: 30px;
  color: rgba(78, 177, 172, 1);
}

.page-06 .card .content {
  font-size: 12px;
  line-height: 16px;
  min-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* 第七屏 */
#screenSwitch .page-07 {
  box-sizing: border-box;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.page-07 .big-tit {
  font-size: 50px;
  line-height: 50px;
  margin-top: 12vh;
  margin-bottom: 0.5vh;
}

.page-07 .list {
  /* min-height: 60%; */
}

.page-07 .list .item {
  margin: 2.2vh 0px;
  display: flex;
}

.page-07 .list .item .img {
  min-width: 95px;
  max-width: 95px;
  height: 68px;
  overflow: hidden;
  margin-right: 16px;
}

.page-07 .list .item .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-07 .list .item .txt .title {
  font-size: 15px;

  /* font-weight: bolder; */
  color: #1c1d21;
  min-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-07 .list .item .txt .date {
  font-size: 11px;
  color: #8181a5;
}

.page-07 .list .item .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-07 .learn-more {
  font-size: 12px;
  line-height: 12px;
  display: flex;
  align-items: center;
  margin-top: 1.5vh;
}

.page-07 .learn-more > .icon {
  width: 12px;
  height: 12px;
  background-image: url("../images/search.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* 第八屏 */
#screenSwitch .page-08 {
  background-image: url("../images/007.png");
  box-sizing: border-box;
  position: relative;
  padding: 30px 20px;
}

/* 医美产品 查询 */

.page-08 .search-bar {
  height: 50px;
  display: flex;
}

.page-08 .search-bar .ipt {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
  text-indent: 12px;
  width: 6rem;
  margin: 0px;
  padding: 0px;
  border-radius: 0px;
}

.page-08 .search-bar .btn {
  width: 100px;
  height: 50px;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  text-indent: 5px;
  border: none;
  background: rgba(78, 177, 172, 1);
  color: #ffffff;
  outline: none;
}

.page-08 .search-bar .q-loading {
  background: rgba(78, 177, 172, 0.8);
  background-image: url("../images/query_loading.gif");
  background-repeat: no-repeat;
  background-position: 18px center;
  background-size: 16px 16px;
  cursor: not-allowed;
}

.page-08 .search-bar .btn:active {
  background: rgba(78, 177, 172, 0.8);
}

#queryArea,
#resultArea,
#stopTips {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 5vh 5vw 1vh;
  background: #f8f8f8;
  color: #333333;
  flex-direction: column;
  justify-content: center;

  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: auto;
}

#queryArea .img-box {
  margin-top: 30px;
  box-sizing: border-box;
  background: rgb(227, 255, 245);
  padding: 20px;
}

#queryArea {
  z-index: 99;
}

#queryArea .sub-desc {
  font-size: 18px;
}

#queryArea img {
  width: 100%;
  margin-top: 20px;
}

#resultArea,
#stopTips {
  z-index: 100;
}

#resultArea h1,
#stopTips .tit {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  position: relative;
}

#stopTips .tit {
  margin-bottom: 20px;
}

#stopTips .content {
  font-size: 20px;
  margin: 3px 0px;
  line-height: 32px;
  text-align: justify;
  text-indent: 2em;
}

#stopTips .close-query {
  width: 150px;
  line-height: 45px;
  margin: 30px auto;
  border-radius: 4px;
  background: rgba(78, 177, 172, 1);
  text-align: center;
  color: #ffffff;
  display: block;
}

#resultArea h1:after {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background: rgba(78, 177, 172, 1);
  position: absolute;
  left: 0px;
  bottom: -5px;
}

#resultArea div {
  margin: 12px 0px;
}

#resultArea div.res-labels div {
  margin: 2px 0px;
}

#queryAgain {
  width: 150px;
  height: 45px;
  line-height: 47px;
  text-align: center;
  display: block;
  font-size: 15px;
  border: none;
  outline: none;
  background: rgba(78, 177, 172, 1);
  margin: 20px auto;
  color: #ffffff;
}

#queryAgain:active {
  background: rgba(78, 177, 172, 0.8);
}

/* 医美产品 结束 */

.page-08 .search-btn {
  background: rgba(78, 177, 172, 0.9);
  color: #ffffff;
  height: 65px;
  display: flex;
  border-radius: 1px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 2vh 0px;
}

.page-08 .search-btn:nth-child(1) {
  margin-top: 6vh;
}

.page-08 .search-btn .main-tit {
  font-size: 20px;
}

.page-08 .search-btn .sub-tit {
  font-size: 14px;
  line-height: 14px;
  margin-top: 4px;
}

.page-08 .back-top {
  width: 55%;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  text-align: center;
  line-height: 50px;
  text-indent: -14px;
  color: #ffffff;
  background-image: url("../images/to_top.png");
  background-repeat: no-repeat;
  background-position: 86% center;
  background-size: 20px 20px;
  /* margin: 2vh auto 0px; */
  position: absolute;
  top: 52vh;
  left: 50%;
  transform: translateX(-50%);
}

/* 底部信息 */
.page-08 .footer-info {
  width: calc(100% - 40px);
  font-size: 11px;
  line-height: 14px;

  color: #ffffff;
  margin: 3vh auto;
  position: absolute;
  bottom: -6px;
}

.page-08 .footer-info p.info {
  margin: 0px;
}

.page-08 .footer-info p.copy-right {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 2vh;
  padding-top: 2vh;
}

/* 站点统计 */
.page-08 .footer-info .vital {
  position: relative;
  bottom: -3px;
}

.page-08 .footer-info .vital img {
  font-size: 0px;
  width: 14px;
}

.contact-box {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.contact-box::after {
  content: "";
  width: 1px;
  height: 80%;
  display: inline-block;
  background: rgba(200, 200, 200, 0.4);
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translateY(-50%);
}

/* 公共背景图片 */
#screenSwitch .page-01,
#screenSwitch .page-02 .up,
#screenSwitch .page-03 .up,
#screenSwitch .page-04,
#screenSwitch .page-05,
#screenSwitch .page-06,
#screenSwitch .page-08 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
