@charset "UTF-8";
.yueyiContainer {
  font-size: 1.1rem;
  color: #000;
  background-color: #fff;
}

.yueyiContainer #yueyi-circle {
  width: 5rem;
  height: 5rem;
  border-radius: 0.5rem;
  position: fixed;
  top: 0;
  mix-blend-mode: difference;
  z-index: 3;
  opacity: 0;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
  pointer-events: none;
  background-color: #fff;
}

.yueyiContainer .part-sticky {
  height: 100vh;
}

.yueyiContainer .part-sticky .container-fluid {
  padding-top: 52px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.yueyiContainer .part-sticky .container-fluid::before, .yueyiContainer .part-sticky .container-fluid::after {
  display: none;
}

.yueyiContainer .yueyi-form {
  padding: 3.5rem 0;
  font-size: 1.3rem;
  line-height: 2.9rem;
  color: #222;
  position: relative;
  z-index: 2;
}

.yueyiContainer .yueyi-form input {
  outline: 0;
  border: 0;
  background: none;
  width: 100%;
  height: 100%;
  padding: 0;
}

.yueyiContainer .yueyi-form input::placeholder,
.yueyiContainer .yueyi-form .placeholder-text {
  color: #bbb;
}

.yueyiContainer .yueyi-form .placeholder-text {
  display: block;
  text-align: left;
}

.yueyiContainer .yueyi-form .input-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.yueyiContainer .yueyi-form .input-item {
  width: 14.5%;
  display: inline-block;
  margin: 0 1rem;
  border-bottom: 1px solid #ddd;
}

.yueyiContainer .yueyi-form .input-area {
  width: auto;
  min-width: 14.5%;
}

.yueyiContainer .yueyi-form .input-code {
  position: relative;
}

.yueyiContainer .yueyi-form .input-code .phonecode {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.yueyiContainer .yueyi-form .input-code .phonecode:hover {
  opacity: 0.8;
}

.yueyiContainer .yueyi-form .btn-submit {
  background: none;
  outline: 0;
  border: 1px solid #1fc4ff;
  color: #1fc4ff;
  border-radius: 2em;
  padding: 0 1.6em;
  margin: 0 1rem;
  transition: all 0.3s;
}

.yueyiContainer .yueyi-form .btn-submit:hover {
  background-color: #1fc4ff;
  color: #fff;
}

.yueyiContainer .yueyi-form #select-cascader-wrap .iconarrow-bottom {
  display: none;
}

.yueyiContainer .yueyi-form #select-cascader-wrap .sel-cascader-input {
  background: none;
  border-radius: 0;
  margin: 0;
}

.yueyiContainer .yueyi-form #select-cascader-wrap .sel-cascader-input > button {
  font-size: 1.3rem;
  line-height: 2.9rem;
  height: 2.9rem;
  background: none;
  border-radius: 0;
  padding: 0 !important;
  border: 0;
  outline: 0;
}

.yueyiContainer .yueyi-form #select-cascader-wrap .sel-cascader-dropdown {
  top: 2.9rem;
}

.yueyiContainer .yueyi-form #select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu {
  min-width: 9rem;
  max-width: 16rem;
  max-height: 20rem;
}

.yueyiContainer .yueyi-form #select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item {
  padding: 0 2rem 0 1rem;
  height: 2.9rem;
  line-height: 2.9rem;
}

.yueyiContainer .yueyi-form #select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item i.iconarrow-right {
  font-size: 1.1rem;
  line-height: 1;
}

.yueyiContainer .yueyi-form #select-cascader-wrap .sel-cascader-dropdown .sel-cascader-panel .sel-cascader-menu li.sel-cascader-item .sel-cascader-label {
  font-size: 1.1rem;
}

.yueyiContainer .yueyi-form .form-title {
  font-size: 1.5rem;
  margin-right: 1rem;
  text-align: center;
}

.yueyiContainer .yueyi-form .form-title span:first-child {
  line-height: 1.4;
  font-size: 1.267em;
}

.yueyiContainer .yueyi-form .form-title span:first-child em {
  font-size: 0.4em;
  font-style: normal;
}

.yueyiContainer .appointment-btn {
  margin-top: 4.4%;
  text-align: center;
}

.yueyiContainer .appointment-btn .btn-appointment {
  font-size: 1.3rem;
  line-height: 3rem;
  color: #1fc4ff;
  border: 1px solid #1fc4ff;
  border-radius: 1.5rem;
  padding: 0 2em;
  transition: all 0.3s;
  background: none;
}

.yueyiContainer .appointment-btn .btn-appointment:hover {
  background-color: #1fc4ff;
  color: #fff;
}

.part {
  position: relative;
  overflow: hidden;
}

.part.bgWhite {
  color: #000;
  background-color: #fff;
}

.part .font-blue {
  color: #1fc4ff;
}

.part .font-green {
  color: #71df8c;
}

.part .font-thin {
  font-family: "FZLTXHJW";
}

.part .center {
  text-align: center;
}

.part p {
  font-family: "FZLTXHJW";
  margin: 0;
}

.part h2 {
  font-family: "FZLTZCHJW";
  margin: 0;
}

.part .container,
.part .container-fluid .part-title {
  padding: 0 13rem;
}

.part .part-title {
  text-align: center;
}

.part .part-title h3 {
  font-size: 4.25rem;
  line-height: 5.5rem;
  margin: 0;
  white-space: nowrap;
}

.part .part-title h4 {
  font-size: 2.5rem;
  line-height: 2.7rem;
  font-family: "FZLTXHJW";
  margin: 0;
}

.part .part-title .desc {
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-top: 5.8vh;
}

.part .part-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
}

.part .product-text h4 {
  font-size: 3rem;
  line-height: 1.3;
  margin: 0;
}

.part .product-text p {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-top: 1.2rem;
  font-weight: bold;
}

.part .product-text p b {
  font-family: "FZLTZHUNHJW";
}

.part .part-desc {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #94969d;
}

.part .part-text h2 {
  transition: all 1s;
}

.part .part-text h2.title {
  font-size: 5rem;
  line-height: 1.3;
}

.part .part-text h3.title {
  transition: all 1s;
  font-size: 4.25rem;
  line-height: 1.3;
  margin: 0;
}

.part .part-text p {
  transition: all 1s;
}

.part .part-text p.subtitle {
  font-size: 2.5rem;
  margin-top: 2rem;
}

.part .part-text span.sup {
  font-size: 1.1rem !important;
  vertical-align: text-top;
}

.part .part-text .desc {
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-top: 3.6rem;
  font-weight: bold;
}

.part .part-text .main-desc {
  font-size: 2rem;
  font-weight: bold;
}

.part .part-text .main-text {
  line-height: 1.2;
  margin-top: 0.8rem;
}

.part .part-text .main-text b {
  font-size: 9rem;
  font-weight: bold;
}

.part .part-text .main-text span.unit {
  font-size: 2.5rem;
}

.part .part-text .main-text.animated {
  background: linear-gradient(to right, #50d2aa 0%, #5ad2cf 28%, #63d2f3 56%, #5a8ee4 100%);
  -webkit-background-clip: text;
  color: transparent;
  transition: all 2s;
}

.part .point-item {
  font-size: 1.4rem;
  font-weight: bold;
  white-space: nowrap;
  opacity: 0;
}

.part .point-item .circle {
  display: inline-block;
  vertical-align: middle;
  width: 1.65rem;
  height: 1.65rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  position: relative;
  transform: scale(0);
  transition: all 0.3s;
}

.part .point-item .circle::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.45em;
  height: 0.45em;
  background-color: #fff;
  border-radius: 50%;
}

.part .point-item .line {
  display: inline-block;
  vertical-align: middle;
  width: 12.5rem;
  height: 1px;
  margin-right: 0.5rem;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.3s;
  transition-delay: 0.3s;
  transform-origin: left;
}

.part .point-item .text {
  display: inline-block;
  transform: scaleX(0);
  transition: all 0.3s;
  transition-delay: 0.6s;
  transform-origin: left;
}

.part .point-item.on {
  opacity: 1;
}

.part .point-item.on .circle {
  transform: scale(1);
}

.part .point-item.on .line,
.part .point-item.on .text {
  transform: scaleX(1);
}

.part .point-black .circle {
  background-color: rgba(20, 23, 36, 0.15);
}

.part .point-black .circle::after {
  background-color: #141724;
}

.part .point-black .line {
  background-color: #141724;
}

.part .point-right {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.part .point-right .line,
.part .point-right .text {
  transform-origin: right;
}

.part .point-right .line {
  margin-right: 0;
  margin-left: 0.5rem;
}

.part .product-desc h4 {
  font-size: 2.5rem;
  font-family: 'FZLTZCHJW';
}

.part .product-desc p.desc {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.part .gsapAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
}

.part .gsapAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.part .gsapStickyAnimate {
  transition: transform 400ms ease-in-out, opacity 400ms ease-out;
  transform: translateY(50px);
  opacity: 0;
}

.part .gsapStickyAnimate.animated {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.part-banner {
  height: 100vh;
  background-color: #fff;
}

.part-banner .banner-btn {
  transition: all 1s;
}

.part-banner .part-text {
  text-align: center;
}

.part-banner .part-text > * {
  opacity: 0;
  transform: translateX(40rem);
}

.part-banner .part-text .small-title {
  color: #222;
}

.part-banner .part-text a.btn-appointment {
  font-family: "FZLTXHJW";
  font-size: 1.5rem;
  color: #1fc4ff;
  font-weight: bold;
  cursor: pointer;
  transition: all 1s;
}

.part-banner .part-text a.btn-appointment .iconright {
  display: inline-block;
  font-size: 0.6em;
  margin-left: 1em;
  transition: all .3s;
}

.part-banner .part-text a.btn-appointment:hover .iconright {
  transform: translateX(0.5rem);
}

.part1 {
  height: 100vh;
  background-color: #000;
}

.part1 .bgvideo {
  height: 100%;
  display: flex;
  align-items: center;
}

.part1 .part-content {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: translateY(0);
}

.part1 .points-list {
  text-align: center;
}

.part1 .points-list li {
  font-size: 2rem;
  line-height: 1.05;
  margin: 10vh 0;
  color: #fff;
}

.part1 .points-list li .point-desc {
  font-size: 0.75em;
}

.part1 .points-list li span.sup {
  font-size: 0.4em;
  vertical-align: text-top;
  margin: 0 0.2em;
}

.part2 {
  padding-top: 8vh;
}

.part2 .part-text {
  padding: 0 13rem;
}

.part2 .part-text .title {
  display: inline-block;
}

.part2 .part-text .desc {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 7.6%;
}

.part2 .part-content {
  height: 100vh;
}

.part2 .part-product {
  position: relative;
  width: 72%;
  height: 69.5%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 2rem;
  margin-top: 3vh;
}

.part2 .product-pic {
  background: url(/assets/imgs/activity/yueyi/part2/bg.jpg) no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.part2 .product-pic img {
  width: 48.5vw;
  transform: translate(7%, 6%);
}

.part3 {
  background-color: #fafafa;
}

.part3 .part-product {
  position: relative;
  transform-origin: left top;
  display: inline-block;
}

.part3 .part-product .product-pic {
  width: auto;
  height: 100vh;
}

.part3 .part-product .product-desc {
  position: absolute;
  left: 57%;
  top: 33%;
  font-size: 1.3rem;
  font-weight: bold;
}

.part3 .part-text {
  position: absolute;
  left: 66.7%;
  top: 44.5%;
}

.part3 .part-text * {
  transition: none !important;
}

.part3 .part-desc {
  position: absolute;
  left: 66.7%;
  top: 44.5%;
  margin-top: 17rem;
}

.part4 {
  background: url(/assets/imgs/activity/yueyi/part4/bg.jpg) no-repeat;
  background-size: cover;
}

.part4 .part-content {
  height: 100vh;
  display: flex;
  align-items: center;
}

.part4 .part-text {
  padding: 0 13rem;
}

.part4 .part-product {
  width: 25%;
  margin-top: 6%;
  margin-left: 3%;
}

.part5 {
  height: 100vh;
}

.part5 .part-content {
  position: absolute;
  left: 59%;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 2.5rem;
  z-index: 5;
}

.part5 .part-content .part-text {
  text-align-last: justify;
}

.part5 .part-content .small-title {
  font-size: 3rem;
}

.part5 .part-content .product-tabs {
  margin-top: 8%;
  margin-left: -2%;
}

.part5 .part-content .product-tabs li {
  position: relative;
  margin-top: 4%;
}

.part5 .part-content .product-tabs li:first-child .colorname {
  opacity: 1;
}

.part5 .part-content .product-tabs .colorblock {
  width: 4rem;
}

.part5 .part-content .product-tabs .colorname {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.5rem;
  margin-bottom: 1%;
  margin-left: 1em;
  opacity: 0;
}

.part5 .part-product {
  position: relative;
  height: 100%;
}

.part5 .part-product [data-color="green"] {
  background-color: #deefe8;
}

.part5 .part-product [data-color="gray"] {
  background-color: #eaeaea;
}

.part5 .part-product [data-color="white"] {
  background-color: #f9f9f9;
}

.part5 .part-product [data-color="gold"] {
  background-color: #f4ede8;
}

.part5 .part-product .product-pic {
  width: 32.135%;
  position: absolute;
  left: 13rem;
  top: 50vh;
  transform: translateY(-50%);
}

.part5 .part-product .product-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.part5 .part-product .product-item:first-child {
  z-index: 4;
}

.part5 .part-product .product-item:first-child + div {
  z-index: 3;
}

.part5 .part-product .product-item:first-child + div + div {
  z-index: 2;
}

.part6 {
  padding-top: 7%;
  padding-bottom: 3%;
}

.part6 .part-text {
  position: absolute;
  top: 25%;
  left: 13rem;
  transition: all .3s;
}

.part6 .part-text .title {
  text-align-last: justify;
}

.part6 .part-product {
  width: 63.07%;
  margin-left: 25.3%;
  transition: all .3s;
}

.part7 {
  padding-top: 6.5%;
  padding-bottom: 3.8%;
  background-color: #fafafa;
}

.part7 .part-content {
  text-align: center;
}

.part7 .part-text .main-desc {
  margin-top: 2em;
}

.part7 .part-product {
  width: 35.26%;
  margin: 0 auto;
  margin-top: 3.8%;
}

.part7 .part-desc {
  margin-top: 7.3%;
}

.part8 {
  padding-top: 16.5%;
  padding-bottom: 13.2%;
  background-color: #fafafa;
}

.part8 .part-content {
  display: flex;
  justify-content: space-between;
}

.part8 .part-text {
  padding-left: 13rem;
}

.part8 .part-text .main-desc {
  margin-top: 1em;
}

.part8 .part-text .main-text {
  font-size: 9.5rem;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
}

.part8 .part-text .main-text.animated {
  background: linear-gradient(to right, #d9cc42 0%, #94e476 48%, #4fb8bf 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.part8 .part-product {
  width: 44.48%;
}

.part9 {
  text-align: center;
  overflow: visible;
  height: auto !important;
}

.part9 .part-content {
  padding-top: 52px;
  padding-bottom: 3.2rem;
}

.part9 .part-text * {
  transition: none !important;
}

.part9 .part-text .title {
  line-height: 7.4rem;
  position: relative;
  z-index: 2;
}

.part9 .part-text .desc {
  margin-top: 0;
}

.part9 .part-product {
  width: 28.85%;
  margin: 0 auto;
  margin-top: -2.45rem;
}

.part10 {
  padding-top: 6.4%;
  padding-bottom: 2%;
  text-align: center;
}

.part10 .part-text .main-text {
  margin-top: 0.7rem;
}

.part10 .part-text .main-text span {
  font-size: 5rem;
}

.part10 .part-product {
  position: relative;
  width: 18.54%;
  margin: 0 auto;
  margin-top: 3.8%;
}

.part10 .part-product .phone-line {
  position: absolute;
  width: 85.11%;
  left: 80%;
  top: 40.4%;
  transition: all .3s;
}

.part10 .part-product.on .phone-line {
  left: 68%;
}

.part11 {
  padding-top: 4.5%;
}

.part11 .part-text {
  text-align: center;
}

.part11 .part-product {
  padding: 0 13rem;
  overflow: hidden;
  margin-top: 2%;
}

.part11 .part-product .product-left {
  float: left;
  width: 54%;
}

.part11 .part-product .product-left .product-item:last-child .product-text {
  top: 3.6rem;
}

.part11 .part-product .product-right {
  float: right;
  width: 43%;
}

.part11 .part-product .product-item {
  position: relative;
  margin-top: 1.8rem;
}

.part11 .part-product .product-item .product-text {
  position: absolute;
  top: 2.5rem;
  left: 2.3rem;
}

.part13 {
  padding-top: 2.3%;
  padding-bottom: 1.4%;
  background-color: #fafafa;
}

.part13 .part-product {
  width: 86.354%;
  margin: 0 auto;
}

.part13 .part-text {
  text-align: center;
  position: absolute;
  bottom: 40%;
  left: 0;
  right: 0;
}

.part13 .part-text h3.title {
  transition: none;
}

.part13 .part-text .desc {
  margin-top: 1rem;
}

.part-config {
  padding-top: 3.4%;
}

.part-config .part-text {
  text-align: center;
}

.part-config .part-content {
  text-align: center;
  margin-top: 3.2%;
  color: #adadad;
}

.part-config .part-product .product-pic img {
  width: 12.2%;
  margin: 0 -0.8%;
}

.part-config .part-product .product-color {
  font-size: 1.3rem;
  margin-top: 1.7%;
}

.part-config #config-container {
  margin: 0.75rem 13rem 0;
  border-top: 1px solid #adadad;
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  text-align: left;
}

.part-config .config-list .config-name {
  display: inline-block;
  color: #000;
  width: 8em;
  font-size: 1.3rem;
  margin: 0 0.3em;
}

.part-config .config-list li {
  margin-bottom: 1rem;
}

.part-config .config-tips {
  width: 55%;
  font-family: "FZLTXHJW";
}

.part-config .config-tips li {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 1.3rem;
  /*ie*/
  word-break: break-all;
  word-break: break-word;
}

.part-brand .part-text {
  position: absolute;
  top: 24.5%;
  right: 13.5%;
  width: 34%;
}

.part-brand .part-text .title {
  text-align: center;
}

.part-brand .part-text .desc {
  margin-top: 2.4rem;
  line-height: 2rem;
}

.part-brand .part-text .desc p {
  margin-bottom: 2rem;
}

.edge .yueyiContainer #yueyi-circle,
.ie .yueyiContainer #yueyi-circle {
  display: none;
}

.ie .part .part-text .main-text.animated {
  background: none;
  color: #5a8ee4;
}

.ie9 .part .gsapFadeIn,
.ie9 .part .gsapAnimate {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.ie9 .part .yueyi-form {
  text-align: center;
}

.ie9 .part .yueyi-form .form-title {
  display: inline-block;
}

.ie9 .part-banner .part-text > * {
  opacity: 1;
  transform: none;
}

.ie9 .part1 .part-mask {
  opacity: 0.7;
}

.ie9 .part1 .part-content {
  opacity: 0.7;
  top: 50%;
  transform: translateY(-50%);
}

.ie9 .part4 .part-text,
.ie9 .part4 .part-product,
.ie9 .part8 .part-text,
.ie9 .part8 .part-product {
  display: inline-block;
  vertical-align: middle;
}

.ie9 .part12 .part-content {
  overflow-x: auto;
}

.ie9 .part12 .product-text {
  opacity: 1;
}

/*视频弹窗*/
.pop-kv-video .pop-kv-video-box {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}

.pop-kv-video .pop-kv-video-box .pop-full {
  width: 68%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.pop-kv-video .pop-kv-video-box .pop-full .pop-content-kv-video {
  position: relative;
}

.pop-kv-video .pop-kv-video-box .pop-full .pop-content-kv-video #VideoWrap {
  background: #000;
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}

.pop-kv-video .pop-kv-video-box .pop-full .close-btn {
  position: absolute;
  top: -1rem;
  right: 0rem;
  color: #626262;
  cursor: pointer;
  z-index: 10;
}

@media (min-width: 768px) {
  .yueyiContainer .attached-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.2s;
    transform-origin: top;
    opacity: 0;
    transform: scaleY(0);
    z-index: 1000;
  }
  .yueyiContainer .attached-nav.on {
    opacity: 1;
    transform: scaleY(1);
  }
  .yueyiContainer .attached-nav .nav-content {
    padding: 0 4.2%;
    height: 52px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    transition: background-color, backdrop-filter, -webkit-backdrop-filter 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  }
  .yueyiContainer .attached-nav .nav-content .product-name {
    font-size: 21px;
    line-height: 52px;
    opacity: 0.88;
    margin: 0;
  }
  .yueyiContainer .attached-nav .nav-content .fr {
    font-size: 12px;
    height: 52px;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .yueyiContainer .attached-nav .nav-content .fr a {
    margin-left: 24px;
    cursor: pointer;
  }
  .yueyiContainer .attached-nav .nav-content .fr .menu-wrap {
    float: left;
  }
  .yueyiContainer .attached-nav .nav-content .fr .menu-wrap li {
    display: inline-block;
    opacity: 0.88;
  }
  .yueyiContainer .attached-nav .nav-content .fr .menu-wrap li:hover {
    color: #64c2fc;
  }
  .yueyiContainer .attached-nav .nav-content .fr .btn-appointment {
    display: inline-block;
    color: #fff;
    padding: 0 11px;
    line-height: 2em;
    border-radius: 1.5em;
  }
  .yueyiContainer .part-banner .product-white {
    width: 30.46%;
    position: absolute;
    top: 28%;
    left: 0;
    transition: transform 1s;
  }
  .yueyiContainer .part-banner .product-green {
    width: 41.61%;
    position: absolute;
    top: 18.2%;
    left: -6%;
    transition: transform 1s;
  }
  .yueyiContainer .part-banner .product-gold {
    width: 21.56%;
    position: absolute;
    top: 28%;
    left: 20.5%;
    transition: transform 1s;
  }
  .yueyiContainer .part-banner .product-gray {
    width: 21.56%;
    position: absolute;
    top: 18%;
    left: 25.2%;
    transition: transform 1s;
  }
  .yueyiContainer .part-banner .part-text {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
  }
  .yueyiContainer .part-banner .part-text .small-title {
    font-size: 2.4rem;
  }
  .yueyiContainer .part-banner .part-text h2.product-name {
    font-size: 5rem;
    letter-spacing: 0.1em;
    margin: 0.3em 0;
    line-height: 1.3;
  }
  .yueyiContainer .part-banner .part-text p.subtitle {
    margin-top: 0;
  }
  .yueyiContainer .part12 {
    padding-top: 5%;
    padding-bottom: 7%;
  }
  .yueyiContainer .part12 .part-content {
    padding: 52px 13rem 0;
  }
  .yueyiContainer .part12 .part-text {
    text-align: center;
  }
  .yueyiContainer .part12 .part-product {
    white-space: nowrap;
  }
  .yueyiContainer .part12 .part-product .swiper-container {
    overflow: visible;
  }
  .yueyiContainer .part12 .part-product .product-item {
    width: 43.4rem;
    display: inline-block;
    margin-right: 1.6rem;
    vertical-align: top;
  }
  .yueyiContainer .part12 .part-product .product-item:first-child .product-text {
    opacity: 1;
  }
  .yueyiContainer .part12 .product-text {
    margin-top: 4.8%;
    margin-left: 1.8%;
    opacity: 0;
    transition: all 0.5s;
  }
}
