@charset "UTF-8";
.clearFix, .zz_kitchen .six .boxWrap .box, .zz_kitchen .one .logoWrap .nei .v2-logo-view .v2-logo-box, .zz_kitchen .one .boxWrap .box .divBox .contentBox, .zz_Enjoyment .sixteen .boxList .logoList ul, .zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .Cappuccino_btn_box, .zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .txtWrap .txtBox ul, .zz_Enjoyment .twelve .divB .nei .imgListBox, .zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide {
  *zoom: 1;
}

.clearFix:after, .zz_kitchen .six .boxWrap .box:after, .zz_kitchen .one .logoWrap .nei .v2-logo-view .v2-logo-box:after, .zz_kitchen .one .boxWrap .box .divBox .contentBox:after, .zz_Enjoyment .sixteen .boxList .logoList ul:after, .zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .Cappuccino_btn_box:after, .zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .txtWrap .txtBox ul:after, .zz_Enjoyment .twelve .divB .nei .imgListBox:after, .zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.after:after {
  content: "";
  display: block;
}

.before::before {
  content: "";
  display: block;
}

.transition-03, .zz_Enjoyment .two .boxList .box a::after, .zz_Enjoyment .two .boxList .box a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.zz_Enjoyment section {
  overflow: hidden;
}
.zz_Enjoyment .one {
  margin-bottom: 100px;
}
.zz_Enjoyment .one .box .tabClick ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zz_Enjoyment .one .box .tabClick ul li {
  flex-grow: 1;
  height: 116px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 2.4rem;
  color: #fff;
}
@media only screen and ( max-width: 1440px) {
  .zz_Enjoyment .one .box .tabClick ul li {
    height: 80px;
  }
}
.zz_Enjoyment .one .box .tabClick ul li:nth-child(odd) {
  background-color: #494949;
}
.zz_Enjoyment .one .box .tabClick ul li:nth-child(even) {
  background-color: #5C5C5C;
}
.zz_Enjoyment .one .box .tabClick ul li img {
  margin-right: 15px;
}
.zz_Enjoyment .one .box .tabClick ul li.active {
  background-color: #3E66FC;
  position: relative;
  pointer-events: none;
}
.zz_Enjoyment .one .box .tabClick ul li.active::after {
  content: "";
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #3E66FC;
  position: absolute;
  left: calc(50% - 4px);
  bottom: -10px;
}
.zz_Enjoyment .one .box .tabBoxList {
  margin-top: 15px;
}
.zz_Enjoyment .one .box .tabBoxList .tabBox {
  display: none;
  justify-content: space-between;
}
.zz_Enjoyment .one .box .tabBoxList .tabBox.show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.zz_Enjoyment .one .box .tabBoxList .tabBox .leftBox {
  width: 380px;
  background-color: #EDEDEC;
  padding: 27px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.zz_Enjoyment .one .box .tabBoxList .tabBox .leftBox section:nth-child(1) {
  margin-bottom: 30px;
}
.zz_Enjoyment .one .box .tabBoxList .tabBox .leftBox .tip {
  text-align: center;
  color: #767573;
  font-size: 14px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.zz_Enjoyment .one .box .tabBoxList .tabBox .leftBox .tit {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2B2B2B;
  padding-bottom: 15px;
  border-bottom: 1px solid #6E6D6D;
  position: relative;
  margin-bottom: 20px;
}
.zz_Enjoyment .one .box .tabBoxList .tabBox .leftBox .tit::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 7px);
  bottom: -9px;
  width: 14px;
  height: 9px;
  background: url("../../img/i41.jpg") no-repeat center;
  background-size: 100% auto;
}
.zz_Enjoyment .one .box .tabBoxList .tabBox .leftBox .tit img {
  margin-right: 30px;
}
.zz_Enjoyment .one .box .tabBoxList .tabBox .leftBox ul {
  font-size: 1.4rem;
  color: #434343;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zz_Enjoyment .one .box .tabBoxList .tabBox .leftBox ul li {
  margin-bottom: 10px;
  width: 50%;
  padding-left: 8px;
  box-sizing: border-box;
  position: relative;
}
.zz_Enjoyment .one .box .tabBoxList .tabBox .leftBox ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #3E66FC;
  position: absolute;
  left: 0;
  top: 10px;
}
.zz_Enjoyment .one .box .tabBoxList .tabBox .rightBox {
  width: calc(100% - 380px);
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.zz_Enjoyment .one .box .tabBoxList .tabBox .rightBox a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 30px;
  height: 80px;
  background: rgba(38, 38, 38, 0.8);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  color: #FBFEF7;
  padding: 0 15px 0 30px;
  border-radius: 40px 0 0 40px;
}
@media only screen and ( max-width: 1440px) {
  .zz_Enjoyment .one .box .tabBoxList .tabBox .rightBox a {
    height: 54px;
  }
}
.zz_Enjoyment .one .box .tabBoxList .tabBox .rightBox a:hover {
  background-color: #3E66FC;
}
.zz_Enjoyment .v2-one {
  padding-bottom: 60px;
}
.zz_Enjoyment .v2-one .img-view {
  margin: 30px 0;
}
.zz_Enjoyment .v2-one .img-view img {
  display: block;
  width: 100%;
}
.zz_Enjoyment .v2-tow {
  padding: 90px 0 60px;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box .up-text {
  width: 100%;
  height: 67px;
  background-color: #3e66fc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  letter-spacing: 2px;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box ul li {
  height: 69px;
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  letter-spacing: 1px;
  color: #2b2b2b;
  font-size: 18px;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box ul li sup {
  font-size: 13px;
  color: #3e66fc;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box ul li .label {
  width: calc(35% - 2px);
  background-color: #f3f2f2;
  box-sizing: border-box;
  padding-left: 170px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box ul li .label sup {
  position: relative;
  top: -0.5em;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box ul li .value {
  background-color: #f3f2f2;
  width: calc(65% - 2px);
  padding-left: 110px;
  display: flex;
  align-items: center;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box ul li .value sup {
  position: relative;
  top: -0.5em;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box .tip-view {
  padding-top: 35px;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box .tip-view p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #2b2b2b;
  line-height: 2;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box .tip-view p span {
  font-size: 13px;
  color: #3e66fc;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box.v2-box-one {
  padding-bottom: 60px;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box.v2-box-one ul {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 219px;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box.v2-box-one ul li {
  width: calc(50% - 2px);
}
.zz_Enjoyment .v2-tow .v2-content .v2-box.v2-box-one ul li .label {
  padding-left: 50px;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box.v2-box-one ul li .value {
  padding-left: 25px;
  font-size: 14px;
}
.zz_Enjoyment .v2-tow .v2-content .v2-box.v2-box-one .tip {
  color: #2b2b2b;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 60px;
}
.zz_Enjoyment .two {
  padding-bottom: 100px;
  overflow: visible;
}
@media only screen and ( max-width: 1440px) {
  .zz_Enjoyment .two {
    padding-bottom: 60px;
  }
}
.zz_Enjoyment .two .boxList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zz_Enjoyment .two .boxList .box {
  width: 33.33%;
  margin-bottom: 20px;
  position: relative;
}
.zz_Enjoyment .two .boxList .box a {
  display: block;
  padding: 10px 10px 30px 10px;
  position: relative;
}
.zz_Enjoyment .two .boxList .box a::after {
  content: "";
  display: block;
  height: calc(100% - 40px);
  position: absolute;
  top: 10px;
  left: 0;
  width: 1px;
  background-color: #C0C0C0;
}
.zz_Enjoyment .two .boxList .box a .imgBox img {
  width: 100%;
}
.zz_Enjoyment .two .boxList .box a .txtBox {
  padding-top: 10px;
  padding-left: 5px;
}
.zz_Enjoyment .two .boxList .box a .txtBox h4 {
  font-size: 2.4rem;
  color: #2B2B2B;
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}
.zz_Enjoyment .two .boxList .box a .txtBox h4::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #434343;
  position: absolute;
  left: 0;
  bottom: 0;
}
.zz_Enjoyment .two .boxList .box a .txtBox p {
  font-size: 1.6rem;
  color: #434343;
  line-height: 1.5;
  margin-bottom: 20px;
}
.zz_Enjoyment .two .boxList .box a .txtBox span {
  font-size: 1.6rem;
  color: #3E66FC;
  display: block;
  padding-left: 20px;
  position: relative;
}
.zz_Enjoyment .two .boxList .box a .txtBox span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #3E66FC;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
}
.zz_Enjoyment .two .boxList .box a:hover {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.zz_Enjoyment .two .boxList .box a:hover::after {
  opacity: 0;
}
.zz_Enjoyment .two .boxList .box:nth-child(3n+1) a::after {
  display: none;
}
.zz_Enjoyment .three .box {
  padding-top: 20px;
  padding-bottom: 60px;
  background-image: url("../../img/bg6.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
.zz_Enjoyment .three .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 113px;
  background-image: url("../../img/bg6.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
}
.zz_Enjoyment .three .box .title4 {
  margin-bottom: 20px;
}
.zz_Enjoyment .three .box .title4 p {
  padding-bottom: 0;
  border-bottom: 0;
}
.zz_Enjoyment .three .box .title4 p::after {
  display: none;
}
.zz_Enjoyment .three .box .swiperBtn {
  border-bottom: 1px solid #3E66FC;
  padding: 10px 0 15px;
}
.zz_Enjoyment .three .box .swiperBtn ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.zz_Enjoyment .three .box .swiperBtn ul li {
  font-size: 2rem;
  color: #434343;
  margin: 0 76px;
  cursor: pointer;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  opacity: 1;
}
.zz_Enjoyment .three .box .swiperBtn ul li.swiper-pagination-bullet-active {
  font-weight: bold;
  color: #3E66FC;
}
.zz_Enjoyment .three .box .swiperBtn ul li:hover {
  color: #3E66FC;
}
.zz_Enjoyment .three .box .swiperBox .zz_Enjoyment_swiper {
  padding: 100px 0;
}
.zz_Enjoyment .three .box .swiperBox .zz_Enjoyment_swiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
  padding: 14px;
  transition: 300ms;
}
.zz_Enjoyment .three .box .swiperBox .zz_Enjoyment_swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
  z-index: 0;
}
.zz_Enjoyment .three .box .swiperBox .zz_Enjoyment_swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1.5);
  z-index: 3;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.zz_Enjoyment .three .box .swiperBox .zz_Enjoyment_swiper .swiper-wrapper .swiper-slide .imgBox img {
  width: 100%;
}
.zz_Enjoyment .three .box .swiperBox .zz_Enjoyment_swiper .swiper-wrapper .swiper-slide .logoListBox {
  padding-top: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.zz_Enjoyment .three .box .swiperBox .zz_Enjoyment_swiper .swiper-wrapper .swiper-slide .logoListBox .logoBox {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zz_Enjoyment .three .box .swiperBox .zz_Enjoyment_swiper .swiper-wrapper .swiper-slide .logoListBox .logoBox:nth-child(1) {
  padding-right: 20px;
}
.zz_Enjoyment .three .box .swiperBox .zz_Enjoyment_swiper .swiper-wrapper .swiper-slide .logoListBox .logoBox:nth-child(2) {
  padding-left: 20px;
  border-left: 1px solid #6E6D6D;
}
.zz_Enjoyment .three .box .swiperBox .zz_Enjoyment_swiper .swiper-wrapper .swiper-slide .logoListBox .logoBox h4 {
  width: 40%;
  font-size: 1.6rem;
  color: #313131;
}
.zz_Enjoyment .three .box .swiperBox .zz_Enjoyment_swiper .swiper-wrapper .swiper-slide .logoListBox .logoBox img {
  width: 60%;
}
.zz_Enjoyment .three .box .swiperBox .zz_Enjoyment_swiper .zz_Enjoyment_Btn {
  position: absolute;
  width: 28%;
  height: 50%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.zz_Enjoyment .three .box .swiperBox .zz_Enjoyment_swiper .zz_Enjoyment_Btn.zz_Enjoyment_swiper_prev {
  left: 0;
}
.zz_Enjoyment .three .box .swiperBox .zz_Enjoyment_swiper .zz_Enjoyment_Btn.zz_Enjoyment_swiper_next {
  right: 0;
}
.zz_Enjoyment .three .box .logoListWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 40px 0;
}
.zz_Enjoyment .three .box .logoListWrap .imgBox {
  width: calc(11.1111111111% - 10px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 10px 15px 0;
}
.zz_Enjoyment .three .box .logoListWrap .imgBox img {
  width: 100%;
}
.zz_Enjoyment .three .box .zz_Enjoyment_move {
  width: 300px;
  height: 60px;
  background-color: #3E66FC;
  border: 1px solid #3E66FC;
  border-radius: 30px;
  font-size: 2.4rem;
  color: #fff;
  display: block;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.zz_Enjoyment .three .box .zz_Enjoyment_move:hover {
  color: #3E66FC;
  background-color: transparent;
}
.zz_Enjoyment .three.ten .box {
  background-image: url("../../img/bg8.jpg");
}
.zz_Enjoyment .three .new_three {
  margin-top: 100px;
  position: relative;
  background-color: #EFF1F3;
}
.zz_Enjoyment .three .new_three .bgBox {
  height: 460px;
  width: 100%;
  background-color: #3E66FC;
  position: absolute;
  z-index: 0;
  top: 130px;
}
.zz_Enjoyment .three .new_three .nei {
  position: relative;
  z-index: 1;
}
.zz_Enjoyment .three .new_three .nei .divA {
  position: relative;
}
.zz_Enjoyment .three .new_three .nei .divA img {
  width: 100%;
}
.zz_Enjoyment .three .new_three .nei .divA .div_a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 60px 0 0 40px;
}
.zz_Enjoyment .three .new_three .nei .divA .div_a h4 {
  font-size: 3.6rem;
  color: #D4B388;
  margin-bottom: 24px;
  font-weight: normal;
}
.zz_Enjoyment .three .new_three .nei .divA .div_a p {
  font-size: 2.6rem;
  color: #fff;
}
.zz_Enjoyment .three .new_three .nei .divB {
  margin-top: -124px;
  position: relative;
  z-index: 3;
  padding: 0 10px;
}
.zz_Enjoyment .three .new_three .nei .divB ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 10px);
}
.zz_Enjoyment .three .new_three .nei .divB ul li {
  width: calc(25% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.zz_Enjoyment .three .new_three .nei .divB ul li .imgBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.zz_Enjoyment .three .new_three .nei .divB ul li .imgBox img {
  width: 100%;
}
.zz_Enjoyment .three .new_three .nei .divB ul li .txt {
  background-color: #F1F3F3;
  padding: 10px;
}
.zz_Enjoyment .three .new_three .nei .divB ul li .txt h4 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 15px;
}
.zz_Enjoyment .three .new_three .nei .divB ul li .txt p {
  font-size: 1.4rem;
  color: #747474;
}
.zz_Enjoyment .three .new_three .nei .divC {
  background-color: #fff;
  height: 300px;
  margin-top: -109px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.zz_Enjoyment .three .new_three .nei .divC .zz_Enjoyment_move {
  margin-top: 40px;
  cursor: pointer;
}
.zz_Enjoyment .four {
  background-color: #3E66FC;
  padding: 60px 0;
}
.zz_Enjoyment .four.zzI {
  background-color: #25384D;
}
.zz_Enjoyment .four .title4 h3 {
  color: #fff;
}
.zz_Enjoyment .four .title4 h3 span {
  color: #D4B388;
}
.zz_Enjoyment .four .title4 p {
  color: #fff;
  padding-bottom: 0;
  border-bottom: 0;
}
.zz_Enjoyment .four .title4 p::after {
  display: none;
}
.zz_Enjoyment .four .tabBtn ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.zz_Enjoyment .four .tabBtn ul li {
  width: 170px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 8px;
  cursor: pointer;
}
.zz_Enjoyment .four .tabBtn ul li.active {
  border-color: #D4B388;
  background-color: #D4B388;
  color: #2B2B2B;
}
.zz_Enjoyment .four .tabBtn ul li:hover {
  border-color: #D4B388;
}
.zz_Enjoyment .four .tabListBox .tabBox {
  display: none;
  position: relative;
}
.zz_Enjoyment .four .tabListBox .tabBox.show {
  display: block;
}
.zz_Enjoyment .four .tabListBox .tabBox .zz_Enjoyment_swiper_B {
  padding: 70px 0;
}
.zz_Enjoyment .four .tabListBox .tabBox .zz_Enjoyment_swiper_B .swiper-wrapper .swiper-slide {
  background-color: #fff;
}
.zz_Enjoyment .four .tabListBox .tabBox .zz_Enjoyment_swiper_B .swiper-wrapper .swiper-slide .zlIcon {
  position: absolute;
  top: 10px;
  right: 10px;
}
.zz_Enjoyment .four .tabListBox .tabBox .zz_Enjoyment_swiper_B .swiper-wrapper .swiper-slide .imgBox img {
  width: 100%;
}
.zz_Enjoyment .four .tabListBox .tabBox .zz_Enjoyment_swiper_B .swiper-wrapper .swiper-slide .txtBox {
  padding: 15px;
  min-height: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.zz_Enjoyment .four .tabListBox .tabBox .zz_Enjoyment_swiper_B .swiper-wrapper .swiper-slide .txtBox p {
  font-size: 1.8rem;
  color: #2B2B2B;
  line-height: 1.8;
}
.zz_Enjoyment .four .tabListBox .tabBox .zz_Enjoyment_swiper_B .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background-color: #fff;
  margin: 0 8px;
}
.zz_Enjoyment .four .tabListBox .tabBox .zz_Enjoyment_swiper_B .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D4B388;
}
.zz_Enjoyment .four .tabListBox .tabBox .swiper-button-next {
  right: -50px;
}
.zz_Enjoyment .four .tabListBox .tabBox .swiper-button-prev {
  left: -50px;
}
.zz_Enjoyment .four .tabListBox .tabBox .swiper-button-next,
.zz_Enjoyment .four .tabListBox .tabBox .swiper-button-prev {
  background: none;
}
.zz_Enjoyment .four .tabListBox .tabBox .swiper-button-next img,
.zz_Enjoyment .four .tabListBox .tabBox .swiper-button-prev img {
  width: 100%;
}
.zz_Enjoyment .six {
  padding: 80px 0;
}
@media only screen and ( max-width: 1440px) {
  .zz_Enjoyment .six {
    padding: 60px 0;
  }
}
.zz_Enjoyment .six img {
  margin-top: 20px;
  width: 100%;
}
.zz_Enjoyment .seven {
  margin: 70px 0;
}
@media only screen and ( max-width: 1440px) {
  .zz_Enjoyment .seven {
    margin-bottom: 60px;
  }
}
.zz_Enjoyment .seven .title4 p {
  padding-bottom: 0;
  border-bottom: 0;
}
.zz_Enjoyment .seven .title4 p::after {
  display: none;
}
.zz_Enjoyment .seven .process {
  text-align: center;
  margin-bottom: 20px;
}
.zz_Enjoyment .seven .imgTxt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zz_Enjoyment .seven .imgTxt .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  background-color: #eee;
  background-position: center;
  background-size: cover;
}
.zz_Enjoyment .seven .imgTxt .box img {
  display: block;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}
.zz_Enjoyment .seven .imgTxt .box .img {
  width: 100%;
}
.zz_Enjoyment .seven .imgTxt .box h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.zz_Enjoyment .seven .imgTxt .box p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.zz_Enjoyment .seven .imgTxt .box:nth-child(1) {
  width: 38%;
  background-color: #3B55FE;
  color: #fff;
}
.zz_Enjoyment .seven .imgTxt .box:nth-child(2) {
  width: 33%;
}
.zz_Enjoyment .seven .imgTxt .box:nth-child(3) {
  width: 29%;
}
.zz_Enjoyment .seven .imgTxt .box:nth-child(4) {
  width: 25%;
}
.zz_Enjoyment .seven .imgTxt .box:nth-child(5) {
  width: 32%;
}
.zz_Enjoyment .seven .imgTxt .box:nth-child(6) {
  width: 43%;
}
.zz_Enjoyment .seven .imgTxt .box.txtBox {
  padding: 36px;
}
.zz_Enjoyment .seven .imgTxt .box.zzI {
  background-color: #25384D;
}
.zz_Enjoyment .new_seven {
  background-color: #EFF1F3;
  padding: 100px 0;
}
.zz_Enjoyment .new_seven .title4 p {
  padding-bottom: 0;
  border-bottom: 0;
}
.zz_Enjoyment .new_seven .title4 p::after {
  display: none;
}
.zz_Enjoyment .new_seven .nei .box {
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.zz_Enjoyment .new_seven .nei .box .txt {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}
.zz_Enjoyment .new_seven .nei .box .txt h4 {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 15px;
}
.zz_Enjoyment .new_seven .nei .box .txt h4 strong {
  display: block;
}
.zz_Enjoyment .new_seven .nei .box .txt p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.zz_Enjoyment .new_seven .nei .divA {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zz_Enjoyment .new_seven .nei .divA .diva {
  width: calc(66.67% - 10px);
}
.zz_Enjoyment .new_seven .nei .divA .diva .box:nth-child(1) {
  margin-bottom: 20px;
}
.zz_Enjoyment .new_seven .nei .divA .diva .box:nth-child(1) .txt {
  width: 330px;
  padding: 50px 0 0 30px;
}
.zz_Enjoyment .new_seven .nei .divA .diva .box:nth-child(2) .txt {
  width: 210px;
  padding: 50px 0 0 30px;
}
.zz_Enjoyment .new_seven .nei .divA .divb {
  width: calc(33.33% - 10px);
}
.zz_Enjoyment .new_seven .nei .divA .divb .box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
}
.zz_Enjoyment .new_seven .nei .divA .divb .box img {
  width: 100%;
}
.zz_Enjoyment .new_seven .nei .divA .divb .box .txt {
  position: static;
  padding: 40px 0 0 40px;
}
.zz_Enjoyment .new_seven .nei .divB {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.zz_Enjoyment .new_seven .nei .divB .box {
  width: calc(33.33% - 10px);
}
.zz_Enjoyment .new_seven .nei .divB .box .txt {
  padding: 30px 0 0 20px;
  width: 300px;
}
.zz_Enjoyment .new_seven .nei .divB .box:nth-child(3) .txt h4 {
  font-weight: bold;
}
.zz_Enjoyment .new_seven .nei .divB .box:nth-child(3) .txt h4 span {
  font-weight: normal;
}
.zz_Enjoyment .eight {
  position: relative;
}
@media only screen and ( max-width: 1799px) {
  .zz_Enjoyment .eight {
    height: 650px;
  }
}
@media only screen and ( max-width: 1440px) {
  .zz_Enjoyment .eight {
    height: 600px;
  }
}
.zz_Enjoyment .eight.CappuccinoEight {
  background-image: url("../../img/dw.jpg");
  background-repeat: repeat;
}
.zz_Enjoyment .eight .imgBg {
  width: 100%;
}
@media only screen and ( max-width: 1799px) {
  .zz_Enjoyment .eight .imgBg {
    width: auto;
    height: 100%;
  }
}
@media only screen and ( max-width: 1440px) {
  .zz_Enjoyment .eight .imgBg {
    position: relative;
    left: -210px;
  }
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .eight .imgBg {
    left: -330px;
  }
}
.zz_Enjoyment .eight .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.zz_Enjoyment .eight .box .nei {
  position: relative;
  height: 100%;
}
.zz_Enjoyment .eight .box .nei .txtBox {
  text-align: center;
  position: absolute;
  top: 10%;
  left: 22%;
}
.zz_Enjoyment .eight .box .nei .txtBox h3 {
  font-size: 4.7rem;
  color: #DFC09D;
  font-weight: normal;
}
.zz_Enjoyment .eight .box .nei .txtBox h4 {
  font-size: 4rem;
  color: #DFC09D;
}
.zz_Enjoyment .eight .box .nei .txtBox p {
  padding: 3px 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  display: inline-block;
  margin-top: 20px;
}
.zz_Enjoyment .eight .box .nei .formWrap {
  width: 510px;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .eight .box .nei .formWrap {
    width: 410px;
  }
}
.zz_Enjoyment .eight .box .nei .formWrap p {
  padding: 25px;
  color: #fff;
  font-size: 2.8rem;
}
.zz_Enjoyment .eight .box .nei .formWrap p strong {
  display: block;
  font-size: 3.2rem;
}
.zz_Enjoyment .eight .box .nei .formWrap .form {
  background-color: #fff;
  padding: 15px 25px;
}
.zz_Enjoyment .eight .box .nei .formWrap .form .txt {
  font-size: 1.6rem;
  color: #2B2B2B;
  margin-bottom: 18px;
}
.zz_Enjoyment .eight .box .nei .formWrap .form .txt span {
  color: #F42200;
}
.zz_Enjoyment .eight .box .nei .formWrap .form label {
  height: 47px;
  display: block;
  margin-bottom: 18px;
}
.zz_Enjoyment .eight .box .nei .formWrap .form label.numberLabel {
  position: relative;
}
.zz_Enjoyment .eight .box .nei .formWrap .form label.numberLabel::after {
  content: "㎡";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  font-size: 1.6rem;
  color: #747373;
  transform: translateY(-50%);
}
.zz_Enjoyment .eight .box .nei .formWrap .form label input {
  width: 100%;
  height: 47px;
  border: 1px solid #E0E0E0;
  padding-left: 20px;
  font-size: 1.6rem;
  color: #747373;
}
.zz_Enjoyment .eight .box .nei .formWrap .form label input:focus {
  border-color: #3B55FE;
}
.zz_Enjoyment .eight .box .nei .formWrap .form #sbumit {
  height: 54px;
  font-size: 2rem;
  color: #fff;
  width: 100%;
  display: block;
  border: 1px solid #000;
  background-color: #272727;
  background-image: url("../../img/btnBg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  cursor: pointer;
  margin-bottom: 15px;
}
.zz_Enjoyment .eight .box .nei .formWrap .form > span {
  font-size: 1.4rem;
  color: #747373;
}
.zz_Enjoyment .nine {
  position: relative;
  margin-bottom: 120px;
}
@media only screen and ( max-width: 1799px) {
  .zz_Enjoyment .nine {
    height: 850px;
    margin-bottom: 60px;
  }
  .zz_Enjoyment .nine > img {
    height: 100%;
    width: auto;
  }
}
.zz_Enjoyment .nine .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}
.zz_Enjoyment .nine .box .title4 {
  margin-bottom: 30px;
}
.zz_Enjoyment .nine .box .title4 h3 span {
  color: #fff;
}
.zz_Enjoyment .nine .box .title4 p {
  color: #fff;
  padding-bottom: 0;
  border-bottom: 0;
}
.zz_Enjoyment .nine .box .title4 p::after {
  display: none;
}
.zz_Enjoyment .nine .box .swiperBtn {
  border-bottom: 1px solid #6E6D6D;
  padding: 10px 0 15px;
}
.zz_Enjoyment .nine .box .swiperBtn ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.zz_Enjoyment .nine .box .swiperBtn ul li {
  font-size: 2rem;
  color: #fff;
  margin: 0 76px;
  cursor: pointer;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  opacity: 1;
}
.zz_Enjoyment .nine .box .swiperBtn ul li.swiper-pagination-bullet-active {
  color: #D4B388;
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .nine .box .swiperBtn ul li {
    margin: 0 60px;
  }
}
.zz_Enjoyment .nine .box .swiperWrap {
  padding-top: 40px;
}
.zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide {
  padding-bottom: 50px;
}
.zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide .leftBox {
  width: calc(100% - 540px + 60px);
  position: absolute;
  top: 20px;
  left: 50px;
}
.zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide .leftBox fieldset {
  border: 1px solid #D4B388;
}
.zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide .leftBox fieldset legend {
  font-size: 2rem;
  color: #D4B388;
  text-align: center;
  padding: 0 10px;
}
.zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide .leftBox fieldset .imgBox {
  position: relative;
  top: 30px;
  right: 50px;
}
.zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide .leftBox fieldset .imgBox img {
  width: 100%;
}
.zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide .rightBox {
  float: right;
  width: 540px;
  padding: 40px 40px 40px 150px;
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 550px;
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide .rightBox {
    min-height: 500px;
  }
}
.zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide .rightBox .txtBox:nth-child(1) {
  margin-bottom: 30px;
}
.zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide .rightBox .txtBox h4 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 15px;
}
.zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide .rightBox .txtBox h4 img {
  width: auto;
  margin-right: 20px;
}
.zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide .rightBox .txtBox ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide .rightBox .txtBox ul li {
  width: 50%;
  font-size: 1.6rem;
  color: #434343;
  line-height: 1.8;
  padding: 0 5px 0 10px;
  box-sizing: border-box;
  position: relative;
}
.zz_Enjoyment .nine .box .swiperWrap .zzIndexSwiper .swiper-wrapper .swiper-slide .rightBox .txtBox ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #3E66FC;
  border-radius: 50%;
}
.zz_Enjoyment .ten .box .title4 {
  margin-bottom: 80px;
}
.zz_Enjoyment .ten .box .conBox .divA {
  color: #000;
  margin-bottom: 40px;
}
.zz_Enjoyment .ten .box .conBox .divA h5 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.zz_Enjoyment .ten .box .conBox .divA p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.zz_Enjoyment .ten .box .conBox .divB ul {
  width: calc(100% + 14px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.zz_Enjoyment .ten .box .conBox .divB ul li {
  width: calc(20% + 14px);
  margin-right: 14px;
}
.zz_Enjoyment .ten .box .conBox .divB ul li .txtBox {
  background-color: #fff;
  min-height: 140px;
  padding: 0 16px;
}
.zz_Enjoyment .ten .box .conBox .divB ul li .txtBox img {
  width: 60px;
}
.zz_Enjoyment .ten .box .conBox .divB ul li .txtBox h5 {
  margin-top: 10px;
  font-size: 2.1rem;
  color: #424242;
  padding-bottom: 5px;
  margin-bottom: 5px;
  position: relative;
}
.zz_Enjoyment .ten .box .conBox .divB ul li .txtBox h5::after {
  content: "";
  display: block;
  width: 76px;
  height: 1px;
  background-color: #424242;
  position: absolute;
  bottom: 0;
  left: 0;
}
.zz_Enjoyment .ten .box .conBox .divB ul li .txtBox p {
  font-size: 1.5rem;
  color: #424242;
}
.zz_Enjoyment .ten .box .conBox .divB ul li .imgBox img {
  width: 100%;
}
.zz_Enjoyment .eleven .title4 p {
  padding-bottom: 0;
  border-bottom: 0;
}
.zz_Enjoyment .eleven .title4 p::after {
  display: none;
}
.zz_Enjoyment .eleven .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zz_Enjoyment .eleven .box .leftBox {
  width: calc(100% - 415px);
}
.zz_Enjoyment .eleven .box .leftBox .txt p {
  font-size: 3rem;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}
.zz_Enjoyment .eleven .box .leftBox .txt p::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 13px;
}
.zz_Enjoyment .eleven .box .leftBox .txt p:nth-child(1) {
  color: #25384D;
}
.zz_Enjoyment .eleven .box .leftBox .txt p:nth-child(1)::before {
  background-color: #25384D;
}
.zz_Enjoyment .eleven .box .leftBox .txt p:nth-child(2) {
  color: #B18C5C;
}
.zz_Enjoyment .eleven .box .leftBox .txt p:nth-child(2)::before {
  background-color: #B18C5C;
}
.zz_Enjoyment .eleven .box .leftBox .list {
  margin-top: 20px;
}
.zz_Enjoyment .eleven .box .leftBox .list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% + 15px);
}
.zz_Enjoyment .eleven .box .leftBox .list ul li {
  width: calc(33.33% - 15px);
  margin-right: 15px;
}
.zz_Enjoyment .eleven .box .leftBox .list ul li .imgBox img {
  width: 100%;
}
.zz_Enjoyment .eleven .box .leftBox .list ul li .txtBox {
  background-color: #eee;
  color: #25384D;
  padding: 20px;
  text-align: center;
  min-height: 175px;
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .eleven .box .leftBox .list ul li .txtBox {
    min-height: 230px;
    padding: 10px;
  }
}
.zz_Enjoyment .eleven .box .leftBox .list ul li .txtBox h4 {
  font-size: 2.4rem;
}
.zz_Enjoyment .eleven .box .leftBox .list ul li .txtBox span {
  font-size: 1.6rem;
  display: block;
  margin: 5px 0 15px;
}
.zz_Enjoyment .eleven .box .leftBox .list ul li .txtBox p {
  font-size: 1.6rem;
  color: #424242;
  text-align: left;
}
.zz_Enjoyment .eleven .box .rightBox {
  width: 400px;
  background-color: #25384D;
  padding: 6px;
  position: relative;
}
.zz_Enjoyment .eleven .box .rightBox .goldMedal {
  position: absolute;
  top: 0;
  left: 0;
}
.zz_Enjoyment .eleven .box .rightBox .imgBox img {
  width: 100%;
}
.zz_Enjoyment .eleven .box .rightBox .txtBox {
  color: #fff;
  padding: 15px;
}
.zz_Enjoyment .eleven .box .rightBox .txtBox h4 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  text-align: center;
}
.zz_Enjoyment .eleven .box .rightBox .txtBox p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.zz_Enjoyment .twelve {
  background-color: #F2F2F2;
  padding-top: 100px;
}
@media only screen and ( max-width: 1440px) {
  .zz_Enjoyment .twelve {
    padding-top: 60px;
  }
}
.zz_Enjoyment .twelve .divA {
  padding-left: 330px;
}
@media only screen and ( max-width: 1799px) {
  .zz_Enjoyment .twelve .divA {
    padding-left: 10%;
  }
}
.zz_Enjoyment .twelve .divA .divBox {
  background-color: #fff;
  padding-right: 330px;
  padding-top: 80px;
}
@media only screen and ( max-width: 1799px) {
  .zz_Enjoyment .twelve .divA .divBox {
    padding-right: 10%;
  }
}
@media only screen and ( max-width: 1440px) {
  .zz_Enjoyment .twelve .divA .divBox {
    padding-top: 40px;
  }
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap {
  padding: 37px;
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgBox {
  margin-bottom: 26px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgBox img {
  width: 100%;
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgBox .txtBox {
  color: #333;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  padding: 8px 16px;
  background-color: #DDB399;
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgBox.imgA .txtBox {
  top: 50px;
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgBox.imgB .txtBox, .zz_Enjoyment .twelve .divA .divBox .imgWrap .imgBox.imgD .txtBox {
  bottom: 0;
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgBox.imgB {
  border-radius: 0 0 15px 0;
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgBox.imgC {
  border-radius: 15px 0 15px 0;
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgBox.imgC .txtBox {
  bottom: 30px;
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgBox.imgD {
  border-radius: 15px 0 0 0;
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgBox.imgD, .zz_Enjoyment .twelve .divA .divBox .imgWrap .imgBox.imgC {
  width: 65%;
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgBox.imgE {
  border-radius: 15px 15px 15px 0;
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgBox.imgE .txtBox {
  bottom: 14px;
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgRLBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgRLBox .leftImgWrap,
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgRLBox .rightImgWrap {
  width: calc(50% - 12px);
}
.zz_Enjoyment .twelve .divA .divBox .imgWrap .imgRLBox .leftImgWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.zz_Enjoyment .twelve .divB {
  background-color: #fff;
  margin-top: -648px;
  padding-bottom: 50px;
}
.zz_Enjoyment .twelve .divB .nei .imgListBox .imgBox {
  width: calc(50% - 12px);
}
.zz_Enjoyment .twelve .divB .nei .imgListBox .imgBox img {
  width: 100%;
}
.zz_Enjoyment .twelve .divB .nei .imgListBox:nth-child(1) {
  margin-bottom: 170px;
}
.zz_Enjoyment .twelve .divB .nei .imgListBox:nth-child(1) .imgBox {
  float: right;
}
.zz_Enjoyment .twelve .divB .nei .imgListBox:nth-child(2) .imgBox {
  float: left;
}
.zz_Enjoyment .twelve .divB .moveVisit {
  font-size: 2.4rem;
  color: #fff;
  width: 345px;
  height: 60px;
  border-radius: 30px;
  background-color: #3E66FC;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px auto 0;
  border: 1px solid #3E66FC;
}
.zz_Enjoyment .twelve .divB .moveVisit:hover {
  color: #3E66FC;
  background-color: transparent;
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .twelve .divB .moveVisit {
    margin: 120px auto 0;
  }
}
.zz_Enjoyment .thirteen {
  padding: 40px 0 100px;
}
.zz_Enjoyment .thirteen .boxList {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% + 22px);
}
.zz_Enjoyment .thirteen .boxList .box {
  width: calc(33.33% - 22px);
  margin-right: 22px;
  position: relative;
  margin-bottom: 140px;
}
.zz_Enjoyment .thirteen .boxList .box img {
  width: 100%;
}
.zz_Enjoyment .thirteen .boxList .box .txtBox {
  position: absolute;
  top: 260px;
  left: 0;
  width: 100%;
  height: calc(100% - 120px);
  padding: 26px;
  overflow: hidden;
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .thirteen .boxList .box .txtBox {
    padding: 10px 20px;
    height: calc(100% - 80px);
  }
}
.zz_Enjoyment .thirteen .boxList .box .txtBox h5 {
  font-size: 2.6rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.zz_Enjoyment .thirteen .boxList .box .txtBox p {
  text-transform: uppercase;
  font-size: 1.3rem;
}
.zz_Enjoyment .thirteen .boxList .box .txtBox i {
  margin: 15px 0;
  width: 100%;
  height: 1px;
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .thirteen .boxList .box .txtBox i {
    margin: 0;
  }
}
.zz_Enjoyment .thirteen .boxList .box .txtBox ul {
  font-size: 1.4rem;
  line-height: 1.5;
}
.zz_Enjoyment .thirteen .boxList .box .txtBox ul li {
  position: relative;
  padding-left: 15px;
}
.zz_Enjoyment .thirteen .boxList .box .txtBox ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}
.zz_Enjoyment .thirteen .boxList .box .txtBox .Label {
  width: 100px;
  height: 100px;
  background-color: #FFB519;
  position: absolute;
  right: -50px;
  bottom: -50px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.zz_Enjoyment .thirteen .boxList .box .txtBox .Label span {
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 10px;
  left: 30px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(1) .txtBox {
  background: rgba(221, 179, 153, 0.9);
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(1) .txtBox h5 {
  color: #fff;
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(1) .txtBox p {
  color: #633F31;
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(1) .txtBox i {
  background-color: #fff;
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(1) .txtBox ul li {
  color: #633F31;
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(1) .txtBox ul li::before {
  background-color: #633F31;
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(2) .txtBox {
  background: rgba(99, 63, 49, 0.9);
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(2) .txtBox h5 {
  color: #fff;
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(2) .txtBox p {
  color: #fff;
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(2) .txtBox i {
  background-color: #7D7D7D;
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(2) .txtBox ul li {
  color: #fff;
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(2) .txtBox ul li::before {
  background-color: #fff;
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(3) .txtBox {
  background: rgba(255, 181, 25, 0.9);
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(3) .txtBox h5 {
  color: #383838;
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(3) .txtBox p {
  color: #383838;
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(3) .txtBox i {
  background-color: #fff;
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(3) .txtBox ul li {
  color: #383838;
}
.zz_Enjoyment .thirteen .boxList .box:nth-child(3) .txtBox ul li::before {
  background-color: #383838;
}
.zz_Enjoyment .Fourteen {
  padding: 30px 0 120px;
  background-image: url("../../img/s2.png"), url("../../img/s1.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right 45%;
  background-size: 200px auto, 150px auto;
}
@media only screen and ( max-width: 1440px) {
  .zz_Enjoyment .Fourteen {
    padding: 30px 0 60px;
  }
}
.zz_Enjoyment .Fourteen .boxWrap {
  margin-top: 30px;
  position: relative;
}
.zz_Enjoyment .Fourteen .boxWrap .imgBgBox {
  width: 740px;
  position: relative;
}
.zz_Enjoyment .Fourteen .boxWrap .imgBgBox::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(99, 63, 49, 0.85);
  position: absolute;
  top: 0;
  left: 0;
}
.zz_Enjoyment .Fourteen .boxWrap .imgBgBox img {
  width: 100%;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei {
  position: relative;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper {
  margin-top: 45px;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .imgBox {
  width: calc(100% - 488px);
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 38px 0px rgba(0, 0, 0, 0.18);
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .imgBox {
    padding: 0;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .imgBox img {
  width: 100%;
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .imgBox img {
    width: auto;
  }
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .txtWrap {
  width: 470px;
  background-color: #633F31;
  text-align: center;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .txtWrap .ti {
  background-color: #DDB399;
  padding: 10px 20px;
  font-size: 2.6rem;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .txtWrap .txtBox {
  padding: 40px 60px;
  text-align: left;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .txtWrap .txtBox h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  color: #fff;
  font-weight: normal;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #fff;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .txtWrap .txtBox h3::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 7px);
  bottom: -8px;
  width: 14px;
  height: 9px;
  background: url("../../img/b1.jpg") no-repeat center;
  background-size: 100% auto;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .txtWrap .txtBox h3 img {
  width: auto;
  margin-right: 18px;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .txtWrap .txtBox ul {
  padding-top: 50px;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .txtWrap .txtBox ul li {
  float: left;
  width: 50%;
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #fff;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .CappuccinoSwiper .swiper-wrapper .swiper-slide .txtWrap .txtBox ul li::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .Cappuccino_btn_box .Cappuccino_btn {
  float: left;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  cursor: pointer;
  outline: none;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .Cappuccino_btn_box .Cappuccino_btn.Cappuccino_prev {
  background-image: url("../../img/l.png");
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .Cappuccino_btn_box .Cappuccino_btn.Cappuccino_next {
  background-image: url("../../img/r.png");
  margin-left: 1px;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .swiperBox .Cappuccino_btn_box .Cappuccino_btn:hover {
  background-color: #633F31;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .cive {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.zz_Enjoyment .Fourteen .boxWrap .swiperWrap .nei .cive img {
  width: 100%;
}
.zz_Enjoyment .Cappuccino_nei {
  background-color: #fff;
  padding: 60px 120px 40px;
}
.zz_Enjoyment .fifteen {
  overflow: visible;
}
.zz_Enjoyment .fifteen .title5.max {
  padding-bottom: 20px;
}
.zz_Enjoyment .fifteen ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zz_Enjoyment .fifteen ul li {
  margin: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  background-color: #FFB519;
  flex-grow: 1;
  border-radius: 10px;
  font-size: 2.4rem;
  color: #fff;
}
.zz_Enjoyment .sixteen {
  padding: 50px 0;
}
.zz_Enjoyment .sixteen .boxList .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% + 25px);
}
.zz_Enjoyment .sixteen .boxList .list .box {
  width: calc(33.33% - 25px);
  margin-right: 25px;
}
.zz_Enjoyment .sixteen .boxList .list .box .imgBox {
  padding: 7px;
  background-color: #fff;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.15);
}
.zz_Enjoyment .sixteen .boxList .list .box .imgBox img {
  width: 100%;
}
.zz_Enjoyment .sixteen .boxList .list .box .txtBox {
  padding: 15px 10px 20px;
}
.zz_Enjoyment .sixteen .boxList .list .box .txtBox h4 {
  font-size: 2rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 10px;
}
.zz_Enjoyment .sixteen .boxList .list .box .txtBox p {
  font-size: 1.4rem;
  color: #747474;
  line-height: 1.5;
}
.zz_Enjoyment .sixteen .boxList .logoList {
  margin-top: 40px;
}
.zz_Enjoyment .sixteen .boxList .logoList ul {
  width: calc(100% + 10px);
}
.zz_Enjoyment .sixteen .boxList .logoList ul li {
  float: left;
  width: calc(20% - 10px);
  margin: 0 10px 10px 0;
  background-color: #fff;
  border: 1px solid #D4D3D3;
  box-sizing: border-box;
  overflow: hidden;
}
.zz_Enjoyment .sixteen .boxList .logoList ul li img {
  width: 100%;
}
.zz_Enjoyment .seventeen {
  padding: 50px 0;
}
.zz_Enjoyment .seventeen ul {
  margin-top: 50px;
}
.zz_Enjoyment .seventeen ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.zz_Enjoyment .seventeen ul li .imgBox {
  width: calc(100% - 350px);
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .seventeen ul li .imgBox {
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.zz_Enjoyment .seventeen ul li .imgBox img {
  width: 100%;
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .seventeen ul li .imgBox img {
    width: auto;
  }
}
.zz_Enjoyment .seventeen ul li .txtBox {
  width: 330px;
  position: relative;
}
.zz_Enjoyment .seventeen ul li .txtBox img {
  width: 100%;
  height: 100%;
}
.zz_Enjoyment .seventeen ul li .txtBox .txtBgBox {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 40px;
  width: 100%;
  height: 100%;
  background: rgba(31, 72, 223, 0.85);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}
.zz_Enjoyment .seventeen ul li .txtBox .txtBgBox h4 {
  font-size: 1.4rem;
  padding: 10px 30px;
  border: 1px solid #fff;
  margin-bottom: 20px;
  font-weight: 400;
}
.zz_Enjoyment .seventeen ul li .txtBox .txtBgBox p {
  font-size: 1.3rem;
  line-height: 1.8;
  text-align: center;
}
.zz_Enjoyment .seventeen ul li:nth-child(even) .imgBox {
  order: 1;
}
.zz_Enjoyment .eighteen .boxWrap {
  margin-top: 30px;
  position: relative;
}
.zz_Enjoyment .eighteen .boxWrap .boxList {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 100px 40px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .eighteen .boxWrap .boxList {
    padding: 100px 10px 40px;
  }
}
.zz_Enjoyment .eighteen .boxWrap .boxList .box {
  width: 50%;
}
.zz_Enjoyment .eighteen .boxWrap .boxList .box h4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  margin-bottom: 90px;
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .eighteen .boxWrap .boxList .box h4 {
    margin-bottom: 30px;
  }
}
.zz_Enjoyment .eighteen .boxWrap .boxList .box h4 i {
  flex-grow: 1;
  height: 11px;
  position: relative;
}
.zz_Enjoyment .eighteen .boxWrap .boxList .box h4 i::after, .zz_Enjoyment .eighteen .boxWrap .boxList .box h4 i::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #969494;
  position: absolute;
  left: 0;
}
.zz_Enjoyment .eighteen .boxWrap .boxList .box h4 i::before {
  width: 90%;
  top: 0;
}
.zz_Enjoyment .eighteen .boxWrap .boxList .box h4 i::after {
  bottom: 0;
  width: 100%;
}
.zz_Enjoyment .eighteen .boxWrap .boxList .box h4 i:last-child::after, .zz_Enjoyment .eighteen .boxWrap .boxList .box h4 i:last-child::before {
  left: auto;
  right: 0;
}
.zz_Enjoyment .eighteen .boxWrap .boxList .box h4 span {
  display: inline-block;
  padding: 0 30px;
}
.zz_Enjoyment .eighteen .boxWrap .boxList .box:nth-child(1) {
  padding-right: 20px;
  color: #fff;
}
.zz_Enjoyment .eighteen .boxWrap .boxList .box:nth-child(2) {
  padding-left: 20px;
  color: #333;
}
.zz_Enjoyment .eighteen .boxWrap .boxList .box:nth-child(2) h4 {
  color: #633F31;
}
.zz_Enjoyment .eighteen .boxWrap .boxList .box ol {
  font-size: 1.8rem;
  counter-reset: li;
  list-style: none;
}
.zz_Enjoyment .eighteen .boxWrap .boxList .box ol li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .eighteen .boxWrap .boxList .box ol li {
    margin-bottom: 10px;
  }
}
.zz_Enjoyment .eighteen .boxWrap .boxList .box ol li::before {
  content: counter(li);
  counter-increment: li;
  font-size: 1.6rem;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
}
.zz_Enjoyment .new_one {
  margin-bottom: 80px;
}
.zz_Enjoyment .new_one .title4 {
  margin-bottom: 70px;
}
.zz_Enjoyment .new_one .boxWrap {
  background-color: #F5F5F5;
}
.zz_Enjoyment .new_one .boxWrap .box1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.zz_Enjoyment .new_one .boxWrap .box1 .leftBox {
  width: 755px;
  position: relative;
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .new_one .boxWrap .box1 .leftBox {
    width: 600px;
  }
}
.zz_Enjoyment .new_one .boxWrap .box1 .leftBox .bgBox {
  width: 620px;
  height: 100%;
  position: absolute;
  left: 0;
  top: -18px;
  background-color: #3E66FC;
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .new_one .boxWrap .box1 .leftBox .bgBox {
    width: 100%;
  }
}
.zz_Enjoyment .new_one .boxWrap .box1 .leftBox img {
  width: 100%;
  position: relative;
  z-index: 2;
  left: 18px;
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox {
  width: calc(100% - 773px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 38px;
}
@media only screen and ( max-width: 1199px) {
  .zz_Enjoyment .new_one .boxWrap .box1 .rightBox {
    width: calc(100% - 630px);
    padding: 0 15px;
  }
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox h4 {
  font-size: 3.4rem;
  color: #333;
  font-weight: normal;
  margin-bottom: 24px;
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox .price {
  width: 100%;
  font-size: 3.4rem;
  color: #3E66FC;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox .price::after, .zz_Enjoyment .new_one .boxWrap .box1 .rightBox .price::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #3E66FC;
  flex-grow: 1;
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox .price div {
  display: block;
  padding: 0 18px;
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox .txt {
  font-size: 1.8rem;
  color: #2B2B2B;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox .coupon {
  margin: 30px 0 40px;
  background: linear-gradient(180deg, #597BFB, #375BE0);
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  font-size: 3.2rem;
  color: #fff;
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox .coupon .leBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 130px;
  border-right: 1px #fff dashed;
  position: relative;
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox .coupon .leBox::after, .zz_Enjoyment .new_one .boxWrap .box1 .rightBox .coupon .leBox::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #F5F5F5;
  border-radius: 50%;
  position: absolute;
  right: -5px;
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox .coupon .leBox::after {
  bottom: -5px;
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox .coupon .leBox::before {
  top: -5px;
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox .coupon .rigBox {
  width: calc(100% - 130px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 25px;
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox .coupon .rigBox span {
  font-size: 2rem;
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox button {
  font-size: 2.4rem;
  color: #fff;
  background-color: #FB5E01;
  border: 1px solid #FB5E01;
  height: 56px;
  border-radius: 28px;
  padding: 0 60px;
  cursor: pointer;
}
.zz_Enjoyment .new_one .boxWrap .box1 .rightBox button:hover {
  background-color: transparent;
  color: #FB5E01;
}
.zz_Enjoyment .new_one .boxWrap .box2 {
  padding: 30px 40px 30px 10px;
}
.zz_Enjoyment .new_one .boxWrap .box2 .divA {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zz_Enjoyment .new_one .boxWrap .box2 .divA .leftBox {
  width: 226px;
  height: 289px;
  border: 8px solid #FB5E01;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #FB5E01;
  position: relative;
}
.zz_Enjoyment .new_one .boxWrap .box2 .divA .leftBox::before {
  content: "";
  display: block;
  width: calc(100% + 16px);
  height: 12px;
  background-image: url("../../img/u.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -20px;
  left: -8px;
}
.zz_Enjoyment .new_one .boxWrap .box2 .divA .leftBox strong {
  font-size: 3.4rem;
  text-align: center;
}
.zz_Enjoyment .new_one .boxWrap .box2 .divA .leftBox p {
  font-size: 3rem;
}
.zz_Enjoyment .new_one .boxWrap .box2 .divA .rightBox {
  width: calc(100% - 250px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zz_Enjoyment .new_one .boxWrap .box2 .divA .rightBox .imgBox {
  width: 25%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.zz_Enjoyment .new_one .boxWrap .box2 .divA .rightBox .imgBox img {
  width: 100%;
}
.zz_Enjoyment .new_one .boxWrap .box2 .divA .rightBox .imgBox .numbers {
  position: absolute;
  font-size: 2.4rem;
  color: #fff;
  background: rgba(212, 211, 211, 0.8);
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.zz_Enjoyment .new_one .boxWrap .box2 .divB {
  background-color: #fff;
  padding: 20px 0;
  margin-left: 30px;
}
.zz_Enjoyment .new_one .boxWrap .box2 .divB p {
  text-align: right;
  color: #2B2B2B;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.zz_Enjoyment .new_one .boxWrap .box2 .divB ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zz_Enjoyment .new_one .boxWrap .box2 .divB ul li {
  border: 1px solid #DFDFDF;
  margin: 0 4px;
}
.zz_Enjoyment .new_one .boxWrap .box2 .divB ul li img {
  width: 100%;
}

.zz_kitchen {
  padding-bottom: 0;
}
.zz_kitchen .one .boxWrap .box {
  padding: 80px 0 50px;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox {
  position: relative;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .imgBox {
  width: 940px;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .imgBox img {
  width: 100%;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .txtBox {
  width: 390px;
  background-color: #FFBA00;
  padding-right: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0px 7px 7px 0px rgba(56, 49, 47, 0.08);
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .txtBox .tit {
  padding: 27px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .txtBox .tit h4 {
  color: #2B2B2B;
  font-size: 3.4rem;
  margin-right: 15px;
  letter-spacing: 3px;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .txtBox .tit h4 span {
  display: block;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: 0px;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .txtBox .tit .priceWrap .priceView {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .txtBox .tit .priceWrap .priceView .price {
  font-size: 24px;
  color: #ff6600;
  font-weight: bold;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .txtBox .tit .priceWrap .priceView div {
  font-size: 12px;
  color: #ff6600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  line-height: 1;
  padding-left: 4px;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .txtBox .tit .priceWrap .LabelH4 {
  width: 121px;
  height: 38px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.6rem;
  color: #fff;
  background-color: #FF7200;
  line-height: 1;
  border-radius: 19px 19px 19px 0;
  margin-top: 6px;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .txtBox .con {
  background-color: #fff;
  padding: 30px 0px 30px 25px;
  border-radius: 0 50px 0 0;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .txtBox .con h5 {
  font-size: 2.4rem;
  color: #FF9C00;
  margin-bottom: 30px;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .txtBox .con ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.6rem;
  color: #2B2B2B;
  margin-bottom: 40px;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .txtBox .con ul li {
  width: calc(50% - 13px);
  position: relative;
  margin-bottom: 8px;
  padding-left: 10px;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .txtBox .con ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #2B2B2B;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.zz_kitchen .one .boxWrap .box .divBox .contentBox .txtBox .con button {
  width: 228px;
  height: 44px;
  background: linear-gradient(-90deg, #FB8F03, #FBCF03);
  border-radius: 22px;
  font-size: 2rem;
  color: #FEFEFE;
  border: 0;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  line-height: 1;
}
.zz_kitchen .one .boxWrap .box .divBox .tip {
  text-align: center;
  color: #767573;
  font-size: 14px;
  margin-top: 5px;
}
.zz_kitchen .one .boxWrap .box .divBox.divA {
  margin-bottom: 100px;
}
.zz_kitchen .one .boxWrap .box .divBox.divA .contentBox .imgBox {
  float: right;
}
.zz_kitchen .one .boxWrap .box .divBox.divA .contentBox .txtBox {
  right: auto;
  left: 0;
}
.zz_kitchen .one .boxWrap .box .divBox .SetMealWrap {
  border: 2px solid #E15345;
  margin-top: 50px;
  background-color: #fff;
}
.zz_kitchen .one .boxWrap .box .divBox .SetMealWrap .tit {
  margin: 0 auto;
  width: 256px;
  height: 64px;
  background: #E15345;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.6rem;
  color: #FEFEFE;
  border-radius: 0 0 20px 20px;
}
.zz_kitchen .one .boxWrap .box .divBox .SetMealWrap .SetMealBox {
  padding: 20px 40px 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zz_kitchen .one .boxWrap .box .divBox .SetMealWrap .SetMealBox .SetMealBoxImg {
  width: 138px;
  border: 2px solid #DFDFDF;
}
.zz_kitchen .one .boxWrap .box .divBox .SetMealWrap .SetMealBox .SetMealBoxImg img {
  width: 100%;
}
.zz_kitchen .one .logoWrap {
  background-color: #FFBA00;
  padding-bottom: 80px;
  padding-top: 600px;
  margin-top: -600px;
  z-index: -1;
  position: relative;
}
.zz_kitchen .one .logoWrap .nei .logoBox {
  width: 800px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px;
  background-color: #D0D0D0;
}
@media only screen and ( max-width: 1199px) {
  .zz_kitchen .one .logoWrap .nei .logoBox {
    width: 540px;
  }
}
.zz_kitchen .one .logoWrap .nei .logoBox .imgBox {
  width: calc(25% - 4px);
  margin: 2px;
}
@media only screen and ( max-width: 1199px) {
  .zz_kitchen .one .logoWrap .nei .logoBox .imgBox {
    width: calc(33.33% - 4px);
  }
}
.zz_kitchen .one .logoWrap .nei .logoBox .imgBox img {
  width: 100%;
}
.zz_kitchen .one .logoWrap .nei .txtBox .up {
  font-size: 3.6rem;
  color: #202021;
}
.zz_kitchen .one .logoWrap .nei .txtBox .con {
  color: #E93429;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}
.zz_kitchen .one .logoWrap .nei .txtBox .con strong {
  font-size: 6rem;
}
.zz_kitchen .one .logoWrap .nei .txtBox .con .pingmi .pm {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 20px;
}
.zz_kitchen .one .logoWrap .nei .txtBox .con .pingmi span {
  font-size: 1.6rem;
}
.zz_kitchen .one .logoWrap .nei .txtBox p {
  color: #130700;
  font-size: 1.6rem;
  border: 1px solid #202021;
  border-radius: 5px;
  text-align: center;
  padding: 5px 0;
}
.zz_kitchen .one .logoWrap .nei .v2-logo-view {
  width: 100%;
  padding: 15px 15px 10px;
  box-sizing: border-box;
  background-color: #D0D0D0;
  margin-bottom: 50px;
}
.zz_kitchen .one .logoWrap .nei .v2-logo-view .v2-logo-box {
  width: calc(100% + 5px);
}
.zz_kitchen .one .logoWrap .nei .v2-logo-view .v2-logo-box .v2-logo-box-item {
  background-color: #fff;
  float: left;
  width: calc(16.6666666667% - 5px);
  margin-right: 5px;
  margin-bottom: 5px;
}
.zz_kitchen .one .logoWrap .nei .v2-logo-view .v2-logo-box .v2-logo-box-item img {
  display: block;
  width: 100%;
}
.zz_kitchen .one .logoWrap .nei .v2-security .up-bg-text {
  position: relative;
}
.zz_kitchen .one .logoWrap .nei .v2-security .up-bg-text img {
  width: 100%;
  display: block;
}
.zz_kitchen .one .logoWrap .nei .v2-security .up-bg-text .up-bg-text-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 60px 40px;
}
.zz_kitchen .one .logoWrap .nei .v2-security .up-bg-text .up-bg-text-view h3 {
  font-size: 36px;
  color: #D4B388;
  font-weight: normal;
  margin-bottom: 20px;
}
.zz_kitchen .one .logoWrap .nei .v2-security .up-bg-text .up-bg-text-view p {
  color: #fff;
  font-size: 26px;
}
.zz_kitchen .one .logoWrap .nei .v2-security .block-wrap {
  padding: 0 10px;
  background-color: #fff;
  padding-bottom: 20px;
}
.zz_kitchen .one .logoWrap .nei .v2-security .block-wrap ul {
  z-index: 3;
  margin-top: -130px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 7px);
}
.zz_kitchen .one .logoWrap .nei .v2-security .block-wrap ul li {
  width: calc(20% - 7px);
  margin-right: 7px;
  margin-bottom: 7px;
}
.zz_kitchen .one .logoWrap .nei .v2-security .block-wrap ul li .imgBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.zz_kitchen .one .logoWrap .nei .v2-security .block-wrap ul li .imgBox img {
  width: 100%;
  display: block;
}
.zz_kitchen .one .logoWrap .nei .v2-security .block-wrap ul li .txt {
  background-color: #F1F3F3;
  padding: 10px;
}
.zz_kitchen .one .logoWrap .nei .v2-security .block-wrap ul li .txt h4 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 15px;
}
.zz_kitchen .one .logoWrap .nei .v2-security .block-wrap ul li .txt p {
  font-size: 1.4rem;
  color: #747474;
  min-height: 60px;
}
.zz_kitchen .two {
  padding: 70px 0;
}
.zz_kitchen .two .title6 {
  margin-bottom: 50px;
}
.zz_kitchen .two .boxWrap {
  position: relative;
}
.zz_kitchen .two .boxWrap .box {
  width: 780px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.zz_kitchen .two .boxWrap .box p {
  font-size: 1.6rem;
  color: #7A7575;
  border: 1px solid #D0D0D0;
  text-align: center;
  padding: 5px 0;
  border-radius: 3px;
}
.zz_kitchen .two .boxWrap .box .txtBox {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.zz_kitchen .two .boxWrap .box .txtBox .icoBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3E66FC;
  color: #FEFEFE;
  font-size: 2.4rem;
  padding: 10px 30px;
  border-radius: 6px;
}
.zz_kitchen .two .boxWrap .box .txtBox .icoBox img {
  width: 42px;
  margin-right: 16px;
}
.zz_kitchen .two .tip {
  font-size: 14px;
  color: #2b2b2b;
  line-height: 2;
  margin-top: 70px;
}
.zz_kitchen .three {
  padding: 80px 0;
}
@media only screen and ( max-width: 1199px) {
  .zz_kitchen .three {
    padding: 30px 0;
  }
}
.zz_kitchen .three .title6 {
  margin-bottom: 50px;
}
.zz_kitchen .three .boxWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zz_kitchen .three .boxWrap .box {
  width: calc(33.33% - 15px);
  position: relative;
}
.zz_kitchen .three .boxWrap .box .up {
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FFB519;
  font-size: 2.8rem;
  color: #383838;
  font-weight: bold;
  margin-bottom: 1px;
}
.zz_kitchen .three .boxWrap .box .imgBox img {
  width: 100%;
}
.zz_kitchen .three .boxWrap .box .con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 24px;
  background-color: #383838;
  margin-top: 1px;
}
@media only screen and ( max-width: 1199px) {
  .zz_kitchen .three .boxWrap .box .con {
    height: 310px;
  }
}
.zz_kitchen .three .boxWrap .box .con .leftBox {
  width: 55%;
}
.zz_kitchen .three .boxWrap .box .con .leftBox h4 {
  font-size: 2.4rem;
  color: #FFB519;
  margin-bottom: 20px;
}
.zz_kitchen .three .boxWrap .box .con .leftBox p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.5;
  min-height: 100px;
}
.zz_kitchen .three .boxWrap .box .con .leftBox a {
  display: block;
  margin-top: 30px;
  font-size: 1.4rem;
  color: #fff;
  width: 130px;
  height: 32px;
  border: 1px solid #A4A09D;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.zz_kitchen .three .boxWrap .box .con .leftBox a:hover {
  border-color: #FFB519;
  background-color: #FFB519;
}
.zz_kitchen .three .boxWrap .box .con .rightBox {
  width: 45%;
}
.zz_kitchen .three .boxWrap .box .con .rightBox img {
  width: 100%;
}
.zz_kitchen .three .boxWrap .box .hot {
  width: 57px;
  height: 51px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../../img/hot.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.zz_kitchen .three .boxWrap .box:nth-child(2) .up {
  background-color: #383838;
  color: #fff;
}
.zz_kitchen .four {
  padding-bottom: 100px;
}
@media only screen and ( max-width: 1199px) {
  .zz_kitchen .four {
    padding-bottom: 50px;
  }
}
.zz_kitchen .four .title6 {
  padding-bottom: 40px;
  background-color: #fff;
}
.zz_kitchen .four .boxWrap .tit {
  width: 330px;
  height: 60px;
  background: #FFBA00;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.2rem;
  color: #FEFEFE;
  margin: 0 auto 50px;
  position: relative;
}
.zz_kitchen .four .boxWrap .tit::after, .zz_kitchen .four .boxWrap .tit::before {
  content: "";
  display: block;
  width: 11px;
  height: 34px;
  background-image: url("../../img/ti.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.zz_kitchen .four .boxWrap .tit::before {
  background-position: top right;
  left: -11px;
}
.zz_kitchen .four .boxWrap .tit::after {
  background-position: top left;
  right: -11px;
}
.zz_kitchen .four .boxWrap .nei .boxList {
  padding: 60px 40px;
  margin-top: -300px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and ( max-width: 1440px) {
  .zz_kitchen .four .boxWrap .nei .boxList {
    margin-top: -150px;
  }
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivA {
  margin-bottom: 40px;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivA ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivA ul li {
  width: 25%;
  margin-bottom: 4px;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivA ul li img {
  width: 100%;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .Optional {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  margin-bottom: 20px;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .Optional button {
  width: 112px;
  height: 40px;
  background: #FFBA00;
  border-radius: 4px;
  border: 0;
  font-size: 2.4rem;
  color: #FEFEFE;
  line-height: 1;
  margin-right: 20px;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .Optional p {
  font-size: 2.4rem;
  color: #494949;
  margin-right: 14px;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .Optional::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: #807C7C;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .div1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .div1 .leftBox {
  width: 672px;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .div1 .rightBox {
  width: 505px;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .div1 .photoBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .div1 .photoBox .imgBox {
  width: 165px;
  overflow: hidden;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .div1 .photoBox .imgBox img {
  width: 100%;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .div2 .photoBox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .div2 .photoBox .imgBox {
  width: 160px;
  overflow: hidden;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .div2 .photoBox .imgBox img {
  width: 100%;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .moveBtn {
  width: 384px;
  height: 57px;
  background: #3E66FC;
  border: 1px solid #3E66FC;
  display: block;
  margin: 50px auto 0;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.zz_kitchen .four .boxWrap .nei .boxList .boxDivB .moveBtn:hover {
  color: #3E66FC;
  background: none;
}
.zz_kitchen .six {
  padding-bottom: 100px;
}
.zz_kitchen .six .title6 {
  margin-bottom: 50px;
}
.zz_kitchen .six .boxWrap {
  background-color: #fff;
}
.zz_kitchen .six .boxWrap .box {
  position: relative;
  overflow: hidden;
  margin-top: 90px;
}
.zz_kitchen .six .boxWrap .box .imgBoxA {
  width: 370px;
  position: relative;
}
.zz_kitchen .six .boxWrap .box .imgBoxA::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 120px 230px 0;
  border-color: transparent #fff transparent transparent;
}
.zz_kitchen .six .boxWrap .box .imgBoxA img {
  width: 100%;
}
.zz_kitchen .six .boxWrap .box .imgBoxList {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.zz_kitchen .six .boxWrap .box .imgBoxList .imgBoxB,
.zz_kitchen .six .boxWrap .box .imgBoxList .imgBoxC {
  background-color: #fff;
  padding: 6px;
}
.zz_kitchen .six .boxWrap .box .imgBoxList .imgBoxB img,
.zz_kitchen .six .boxWrap .box .imgBoxList .imgBoxC img {
  width: 100%;
}
.zz_kitchen .six .boxWrap .box .imgBoxList .imgBoxB .txt,
.zz_kitchen .six .boxWrap .box .imgBoxList .imgBoxC .txt {
  font-size: 3rem;
  color: #fff;
  width: 156px;
  height: 50px;
  background-color: #BFB2A1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
.zz_kitchen .six .boxWrap .box .imgBoxList .imgBoxB {
  width: 570px;
  position: relative;
}
@media only screen and ( max-width: 1199px) {
  .zz_kitchen .six .boxWrap .box .imgBoxList .imgBoxB {
    width: 460px;
  }
}
.zz_kitchen .six .boxWrap .box .imgBoxList .imgBoxB .txt {
  flex-direction: column-reverse;
  writing-mode: tb-rl;
  letter-spacing: 5px;
  position: absolute;
  left: -51px;
  top: 6px;
  width: 57px;
  height: 145px;
}
.zz_kitchen .six .boxWrap .box .imgBoxList .imgBoxC {
  width: 350px;
}
@media only screen and ( max-width: 1199px) {
  .zz_kitchen .six .boxWrap .box .imgBoxList .imgBoxC {
    width: 300px;
  }
}
.zz_kitchen .six .boxWrap .box .txtBox {
  position: absolute;
  top: 6px;
  right: -48px;
  height: 74px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zz_kitchen .six .boxWrap .box .txtBox .txt {
  font-size: 2.2rem;
  color: #2B2B2B;
  margin-right: 20px;
}
.zz_kitchen .six .boxWrap .box .txtBox .borTxt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFBA00;
  height: 74px;
  padding-left: 70px;
  font-size: 3rem;
  color: #383838;
  transform: skewX(32deg);
}
.zz_kitchen .six .boxWrap .box .txtBox .borTxt > * {
  transform: skewX(-32deg);
}
.zz_kitchen .six .boxWrap .box .txtBox .borTxt > span {
  margin-right: 30px;
}
.zz_kitchen .six .boxWrap .box .txtBox .borTxt div {
  color: #fff;
  background-color: #383838;
  padding: 0 70px;
  height: 74px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transform: skewX(32deg);
}
.zz_kitchen .six .boxWrap .box .txtBox .borTxt div > * {
  transform: skewX(-51deg);
}
.zz_kitchen .six .boxWrap .box:nth-child(1) {
  margin-top: 0;
}
.zz_kitchen .six .boxWrap .box:nth-child(1) .imgBoxA {
  float: right;
}
.zz_kitchen .six .boxWrap .box:nth-child(1) .imgBoxA::after {
  right: auto;
  left: -1px;
  border-width: 230px 120px 0 0;
  border-color: #fff transparent transparent transparent;
}
.zz_kitchen .six .boxWrap .box:nth-child(1) .imgBoxList {
  right: auto;
  left: 0;
}
.zz_kitchen .six .boxWrap .box:nth-child(1) .imgBoxList .imgBoxB .txt {
  right: -51px;
  left: auto;
}
.zz_kitchen .six .boxWrap .box:nth-child(1) .imgBoxList .imgBoxC {
  order: 1;
}
.zz_kitchen .six .boxWrap .box:nth-child(1) .txtBox {
  right: auto;
  left: -48px;
}
.zz_kitchen .six .boxWrap .box:nth-child(1) .txtBox .txt {
  font-size: 2.2rem;
  color: #2B2B2B;
  margin-left: 20px;
  order: 1;
}
.zz_kitchen .six .boxWrap .box:nth-child(1) .txtBox .borTxt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFBA00;
  height: 74px;
  padding-left: 70px;
  font-size: 3rem;
  color: #383838;
  transform: skewX(-32deg);
}
.zz_kitchen .six .boxWrap .box:nth-child(1) .txtBox .borTxt > * {
  transform: skewX(32deg);
}
.zz_kitchen .six .boxWrap .box:nth-child(1) .txtBox .borTxt > span {
  order: 1;
  margin-left: -30px;
}
.zz_kitchen .six .boxWrap .box:nth-child(1) .txtBox .borTxt div {
  color: #fff;
  background-color: #383838;
  padding: 0 70px;
  height: 74px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transform: skewX(-32deg);
  position: relative;
  left: -68px;
}
.zz_kitchen .six .boxWrap .box:nth-child(1) .txtBox .borTxt div > * {
  transform: skewX(51deg);
}

.CappuccinoWrap {
  background-image: url("../../img/dw.jpg");
  background-repeat: repeat;
}

.CappuccinoTitle {
  margin-bottom: 0;
}
.CappuccinoTitle h3 {
  color: #633F31 !important;
}
.CappuccinoTitle p {
  color: #633F31;
  border-bottom: 0;
  padding-bottom: 0;
}
.CappuccinoTitle p::after {
  display: none;
}

.bgImg {
  width: 100%;
}

.zz_villaOutfit section.one .bgView {
  position: relative;
}
.zz_villaOutfit section.one .bgView .bg {
  width: 100%;
  display: block;
}
.zz_villaOutfit section.one .bgView .introduce {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and ( max-width: 1440px) {
  .zz_villaOutfit section.one .bgView .introduce {
    padding-top: 40px;
  }
}
.zz_villaOutfit section.one .bgView .introduce h3 {
  font-size: 38px;
  font-weight: 400;
  color: #FFFFFF;
}
.zz_villaOutfit section.one .bgView .introduce .line {
  width: 75px;
  height: 2px;
  background: #D4B388;
  margin: 30px 0;
}
.zz_villaOutfit section.one .bgView .introduce p {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
}
.zz_villaOutfit section.one .info_wrap {
  margin-top: -430px;
  position: relative;
  z-index: 2;
}
@media only screen and ( max-width: 1440px) {
  .zz_villaOutfit section.one .info_wrap {
    margin-top: -230px;
  }
}
@media only screen and ( max-width: 1199px) {
  .zz_villaOutfit section.one .info_wrap {
    margin-top: -100px;
  }
}
.zz_villaOutfit section.one .info_wrap .img_introduce {
  display: flex;
}
.zz_villaOutfit section.one .info_wrap .img_introduce > * {
  width: 50%;
}
.zz_villaOutfit section.one .info_wrap .img_introduce .imgBox img {
  width: 100%;
  display: block;
}
.zz_villaOutfit section.one .info_wrap .img_introduce .textBox {
  background-color: #fff;
  padding: 0 47px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.zz_villaOutfit section.one .info_wrap .img_introduce .textBox h4 {
  font-size: 30px;
  font-weight: 400;
  color: #3E3E3E;
}
.zz_villaOutfit section.one .info_wrap .img_introduce .textBox .line {
  width: 75px;
  height: 2px;
  background: #D4B388;
  margin: 28px 0 30px;
}
.zz_villaOutfit section.one .info_wrap .img_introduce .textBox p {
  font-size: 14px;
  font-weight: 400;
  color: #3E3E3E;
  text-align: right;
  line-height: 2;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom {
  display: flex;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom > * {
  width: 50%;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left {
  display: flex;
  flex-direction: column;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_one {
  position: relative;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_one .bg {
  width: 100%;
  display: block;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_one .introduce_left_one_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_one .introduce_left_one_box .introduce_left_one_box_item {
  width: 130px;
  position: relative;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_one .introduce_left_one_box .introduce_left_one_box_item img {
  width: 100%;
  display: block;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_one .introduce_left_one_box .introduce_left_one_box_item .introduce_left_one_box_item_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: normal;
  color: #D4B388;
  text-align: center;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_one .introduce_left_one_box span {
  font-size: 19px;
  font-weight: normal;
  color: #D4B388;
  margin: 0 -5px 0 5px;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_one .introduce_left_one_box .results {
  font-size: 19px;
  font-weight: normal;
  color: #D4B388;
  padding-left: 10px;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_two {
  display: flex;
  flex: 1;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_two .introduce_left_two_img {
  width: 50%;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_two .introduce_left_two_img img {
  display: block;
  width: 100%;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_two .introduce_left_two_text {
  width: 50%;
  background-color: #EBEBEA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_two .introduce_left_two_text h4 {
  font-size: 18px;
  font-weight: 400;
  color: #3E3E3E;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_two .introduce_left_two_text .line {
  width: 56px;
  height: 2px;
  margin: 17px 0;
  background: #D4B388;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_left .introduce_left_two .introduce_left_two_text p {
  font-size: 14px;
  font-weight: 400;
  color: #3E3E3E;
  line-height: 2;
  text-align: center;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_right {
  position: relative;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_right img {
  width: 100%;
  display: block;
}
.zz_villaOutfit section.one .info_wrap .img_introduce_buttom .introduce_right .text_bg {
  width: 315px;
  height: 204px;
  background-color: rgba(37, 56, 77, 0.93);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #D4B388;
  line-height: 2;
}
.zz_villaOutfit section.two {
  padding: 110px 0 90px;
}
.zz_villaOutfit section.two img {
  width: 100%;
  display: block;
  margin-top: 60px;
}
.zz_villaOutfit section.three {
  position: relative;
  z-index: 2;
  background-image: url("../../images/zz_villaOutfit/bg3.jpg");
  background-size: cover;
}
.zz_villaOutfit section.three .three_main {
  width: 100%;
  height: 100%;
  padding-top: 80px;
}
@media only screen and ( max-width: 1440px) {
  .zz_villaOutfit section.three .three_main {
    padding-top: 30px;
  }
}
.zz_villaOutfit section.three .three_main .swiper_wrap {
  padding-top: 42px;
}
@media only screen and ( max-width: 1440px) {
  .zz_villaOutfit section.three .three_main .swiper_wrap {
    padding-top: 20px;
  }
}
.zz_villaOutfit section.three .three_main .swiper_wrap .gallery-top .swiper-wrapper .swiper-slide {
  display: flex;
}
.zz_villaOutfit section.three .three_main .swiper_wrap .gallery-top .swiper-wrapper .swiper-slide .imageBox {
  width: calc(100% - 373px);
}
.zz_villaOutfit section.three .three_main .swiper_wrap .gallery-top .swiper-wrapper .swiper-slide .imageBox img {
  display: block;
  width: 100%;
}
.zz_villaOutfit section.three .three_main .swiper_wrap .gallery-top .swiper-wrapper .swiper-slide .textBox {
  width: 373px;
  background: linear-gradient(-18deg, #DCDCDC, #F3F3F3);
  padding: 70px 27px 0;
}
@media only screen and ( max-width: 1440px) {
  .zz_villaOutfit section.three .three_main .swiper_wrap .gallery-top .swiper-wrapper .swiper-slide .textBox {
    padding: 20px 27px 0;
  }
}
.zz_villaOutfit section.three .three_main .swiper_wrap .gallery-top .swiper-wrapper .swiper-slide .textBox .styleWrap .textStyle {
  text-align: center;
  font-size: 86px;
  color: #D3D3D3;
  opacity: 0.53;
}
.zz_villaOutfit section.three .three_main .swiper_wrap .gallery-top .swiper-wrapper .swiper-slide .textBox .styleWrap .style {
  font-size: 48px;
  font-weight: 400;
  color: #3E3E3E;
  position: relative;
  z-index: 2;
  margin-top: -1em;
}
.zz_villaOutfit section.three .three_main .swiper_wrap .gallery-top .swiper-wrapper .swiper-slide .textBox .info {
  padding-top: 50px;
  padding-right: 50px;
}
@media only screen and ( max-width: 1440px) {
  .zz_villaOutfit section.three .three_main .swiper_wrap .gallery-top .swiper-wrapper .swiper-slide .textBox .info {
    padding-top: 20px;
    padding-right: 20px;
  }
}
.zz_villaOutfit section.three .three_main .swiper_wrap .gallery-top .swiper-wrapper .swiper-slide .textBox .info h4 {
  font-size: 24px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #3E3E3E;
  margin-bottom: 15px;
}
.zz_villaOutfit section.three .three_main .swiper_wrap .gallery-top .swiper-wrapper .swiper-slide .textBox .info p {
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  color: #3E3E3E;
}
.zz_villaOutfit section.three .three_main .swiper_wrap .gallery-thumbs {
  position: relative;
  z-index: 2;
  margin-top: -130px;
  padding: 0 100px;
}
.zz_villaOutfit section.three .three_main .swiper_wrap .gallery-thumbs .swiper-wrapper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.zz_villaOutfit section.three .three_main .swiper_wrap .gallery-thumbs .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
.zz_villaOutfit section.three .three_main .swiper_wrap .gallery-thumbs .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
.zz_villaOutfit section.three .three_main .swiper_wrap .gallery-thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .bg {
  opacity: 0;
}
.zz_villaOutfit section.three .three_main .consulting {
  height: 194px;
  width: 1080px;
  border-radius: 8px;
  border: 1px solid #C6A47E;
  margin: 0 auto;
  position: relative;
  top: 60px;
  background-image: url("../../img/zz_villaOutfit/bg.jpg");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and ( max-width: 1440px) {
  .zz_villaOutfit section.three .three_main .consulting {
    height: 130px;
  }
}
.zz_villaOutfit section.three .three_main .consulting .line {
  width: 1px;
  height: 99px;
  background: #D8D7D5;
  margin: 0 26px 0 45px;
}
.zz_villaOutfit section.three .three_main .consulting .form_wrap h4 {
  font-size: 20px;
  font-weight: bold;
  color: #7C5B3C;
  margin-bottom: 10px;
}
.zz_villaOutfit section.three .three_main .consulting .form_wrap .form {
  display: flex;
  align-items: center;
}
.zz_villaOutfit section.three .three_main .consulting .form_wrap .form label {
  height: 33px;
  display: block;
  margin-right: 10px;
}
.zz_villaOutfit section.three .three_main .consulting .form_wrap .form label.name {
  width: 146px;
}
.zz_villaOutfit section.three .three_main .consulting .form_wrap .form label.tel {
  width: 169px;
}
.zz_villaOutfit section.three .three_main .consulting .form_wrap .form label input {
  height: 100%;
  width: 100%;
  background: #EEEEEE;
  border: 1px solid #9B9B9B;
  border-radius: 4px;
  display: block;
  padding-left: 12px;
}
.zz_villaOutfit section.three .three_main .consulting .form_wrap .form button {
  width: 146px;
  height: 33px;
  background: #C6A47E;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  color: #fff;
}
.zz_villaOutfit section.three .three_main .consulting .form_wrap .form button:hover {
  opacity: 0.8;
}
.zz_villaOutfit section.three .three_main .consulting .tel_wrap h4 {
  font-size: 24px;
  font-weight: bold;
  color: #2A2A2A;
  margin-bottom: 10px;
}
.zz_villaOutfit section.three .three_main .consulting .tel_wrap strong {
  font-size: 26px;
  font-weight: bold;
  color: #8E643C;
}
.zz_villaOutfit section.four {
  position: relative;
  background-image: url("../../images/zz_villaOutfit/bg4.jpg");
  background-size: cover;
}
.zz_villaOutfit section.four .four_main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-top: 80px;
}
.zz_villaOutfit section.four .four_main .title {
  text-align: center;
  margin-bottom: 40px;
}
.zz_villaOutfit section.four .four_main .title h3 {
  font-size: 38px;
  font-weight: 400;
  color: #D4B388;
  margin-bottom: 15px;
}
.zz_villaOutfit section.four .four_main .title h3 span {
  color: #fff;
}
.zz_villaOutfit section.four .four_main .title p {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
}
.zz_villaOutfit section.four .four_main .swiperBtn {
  border-bottom: 1px solid #6E6D6D;
  margin-bottom: 42px;
}
.zz_villaOutfit section.four .four_main .swiperBtn ul {
  display: flex;
  justify-content: space-between;
}
.zz_villaOutfit section.four .four_main .swiperBtn ul li {
  padding: 17px 0;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF !important;
  cursor: pointer;
  width: auto;
  height: auto;
  background-color: transparent;
  opacity: 1;
}
.zz_villaOutfit section.four .four_main .swiperBtn ul li:hover {
  color: #D4B388 !important;
}
.zz_villaOutfit section.four .four_main .swiperBtn ul li.swiper-pagination-bullet-active {
  color: #D4B388 !important;
  position: relative;
}
.zz_villaOutfit section.four .four_main .swiperBtn ul li.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #D4B388;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.zz_villaOutfit section.four .four_main .four_swiper {
  padding-bottom: 50px;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main {
  position: relative;
  padding: 0 30px;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-container .swiper-wrapper .swiper-slide .leftBox {
  height: 403px;
  width: 756px;
  position: absolute;
  top: 40px;
  left: 48px;
}
@media only screen and ( max-width: 1440px) {
  .zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-container .swiper-wrapper .swiper-slide .leftBox {
    width: 60%;
  }
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-container .swiper-wrapper .swiper-slide .leftBox .imgBox {
  position: relative;
  top: 36px;
  left: -48px;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-container .swiper-wrapper .swiper-slide .leftBox .imgBox img {
  width: 100%;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-container .swiper-wrapper .swiper-slide .leftBox fieldset {
  border: 1px solid #D4B388;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-container .swiper-wrapper .swiper-slide .leftBox fieldset legend {
  font-size: 2rem;
  color: #D4B388;
  text-align: center;
  padding: 0 10px;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-container .swiper-wrapper .swiper-slide .rightBox {
  height: 520px;
  width: 538px;
  background-color: #fff;
  padding: 40px 0 40px 160px;
}
@media only screen and ( max-width: 1440px) {
  .zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-container .swiper-wrapper .swiper-slide .rightBox {
    width: 35%;
  }
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-container .swiper-wrapper .swiper-slide .rightBox h4 {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #2B2B2B;
  margin-bottom: 40px;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-container .swiper-wrapper .swiper-slide .rightBox h4 img {
  width: 46px;
  margin-right: 10px;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-container .swiper-wrapper .swiper-slide .rightBox ul {
  display: flex;
  flex-wrap: wrap;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-container .swiper-wrapper .swiper-slide .rightBox ul li {
  width: 50%;
  font-size: 14px;
  color: #434343;
  line-height: 2;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-container .swiper-wrapper .swiper-slide .rightBox ul li::before {
  content: "·";
  display: inline-block;
  color: #3E66FC;
  padding-right: 5px;
  font-size: 14px;
  transform: scale(2);
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-button-next,
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-button-prev {
  background: none;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-button-next .iconfont,
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-button-prev .iconfont {
  color: #fff;
  font-size: 30px;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-button-next:hover .iconfont,
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-button-prev:hover .iconfont {
  color: #D4B388;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-button-next {
  right: -15px;
}
.zz_villaOutfit section.four .four_main .four_swiper .swiper_main .swiper-button-prev {
  left: -15px;
}
.zz_villaOutfit section.five {
  padding-top: 89px;
}
.zz_villaOutfit section.five .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zz_villaOutfit section.five .title h3 {
  color: #3E3E3E;
  font-size: 40px;
  font-weight: 400;
}
.zz_villaOutfit section.five .title h3 span {
  color: #8E643C;
}
.zz_villaOutfit section.five .title .line {
  width: 75px;
  height: 2px;
  background: #D4B388;
  margin: 30px 0 20px;
}
.zz_villaOutfit section.five .title p {
  font-size: 20px;
  font-weight: 400;
  color: #2B2B2B;
}
.zz_villaOutfit section.five .five_main {
  position: relative;
  background-image: url("../../images/zz_villaOutfit/bg5.jpg");
  background-size: cover;
}
.zz_villaOutfit section.five .five_main .five_box {
  width: 100%;
  height: 100%;
  padding: 50px 0 50px;
}
.zz_villaOutfit section.five .five_main .five_box .five_view {
  padding: 10px 40px 40px;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box {
  display: flex;
  flex-wrap: wrap;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item {
  width: 33.33%;
  position: relative;
  margin-bottom: 20px;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item .five_up_item_info .five_up_item_info_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 166px;
  height: 166px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item .five_up_item_info .five_up_item_info_image img {
  width: 100%;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item .five_up_item_info .five_up_item_info_text {
  width: 100%;
  padding-top: 28px;
  padding-left: 60px;
  min-height: 166px;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item .five_up_item_info .five_up_item_info_text .five_up_item_info_text_title {
  height: 50px;
  position: relative;
  padding-left: 106px;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item .five_up_item_info .five_up_item_info_text .five_up_item_info_text_title::after {
  content: "";
  display: block;
  background: #25384D;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item .five_up_item_info .five_up_item_info_text .five_up_item_info_text_title span {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item .five_up_item_info .five_up_item_info_text ul {
  padding-left: 106px;
  line-height: 2;
  padding-top: 6px;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item .five_up_item_info .five_up_item_info_text ul li {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item .five_up_item_authentication {
  display: flex;
  padding-top: 18px;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item .five_up_item_authentication .authentication_img {
  width: 166px;
  display: flex;
  justify-content: center;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item .five_up_item_authentication .authentication_img img {
  display: block;
  width: 130px;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item .five_up_item_authentication .authentication_text {
  padding-top: 17px;
  padding-left: 10px;
  font-weight: 400;
  color: #000000;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item .five_up_item_authentication .authentication_text h3 {
  font-size: 22px;
  font-weight: normal;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_up_box .five_up_item .five_up_item_authentication .authentication_text p {
  font-size: 15px;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_logo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_logo_list .five_logo_item {
  width: calc(9.0909090909% - 5px);
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin: 6px 0;
}
.zz_villaOutfit section.five .five_main .five_box .five_view .five_logo_list .five_logo_item img {
  width: 100%;
  display: block;
}
.zz_villaOutfit section.six {
  position: relative;
  background-image: url("../../images/zz_villaOutfit/bg6.jpg");
  background-size: cover;
}
.zz_villaOutfit section.six .six_main {
  width: 100%;
  height: 100%;
  padding: 100px 0 80px;
}
.zz_villaOutfit section.six .six_main .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zz_villaOutfit section.six .six_main .title h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}
.zz_villaOutfit section.six .six_main .title h3 span {
  color: #D4B388;
}
.zz_villaOutfit section.six .six_main .title .line {
  width: 75px;
  height: 2px;
  background: #D4B388;
  margin: 30px 0 20px;
}
.zz_villaOutfit section.six .six_main .title p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.zz_villaOutfit section.six .six_main .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
}
.zz_villaOutfit section.six .six_main .row .col {
  display: flex;
}
.zz_villaOutfit section.six .six_main .row .col:nth-child(1) {
  padding-bottom: 90px;
}
.zz_villaOutfit section.six .six_main .row .col .line {
  margin: 0 50px;
  width: 1px;
  height: 66px;
  background: linear-gradient(0deg, #000000, #373737, #969696, #414141, #000000);
}
.zz_villaOutfit section.six .six_main .row .col .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zz_villaOutfit section.six .six_main .row .col .item h4 {
  font-size: 40px;
  color: #fff;
}
.zz_villaOutfit section.six .six_main .row .col .item h4 strong {
  color: #D4B388;
}
.zz_villaOutfit section.six .six_main .row .col .item .border_line {
  width: 176px;
  height: 1px;
  background: #414141;
  margin: 15px 0 20px;
}
.zz_villaOutfit section.six .six_main .row .col .item p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
}
.zz_villaOutfit section.seven {
  position: relative;
  background-image: url("../../images/zz_villaOutfit/bg7.jpg");
  background-size: cover;
}
.zz_villaOutfit section.seven .seven_main {
  width: 100%;
  height: 100%;
  padding: 100px 0 80px;
}
.zz_villaOutfit section.seven .seven_main .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zz_villaOutfit section.seven .seven_main .title h3 {
  color: #2B2B2B;
  font-size: 40px;
  font-weight: 400;
}
.zz_villaOutfit section.seven .seven_main .title .line {
  width: 75px;
  height: 2px;
  background: #D4B388;
  margin: 30px 0 20px;
}
.zz_villaOutfit section.seven .seven_main .steps {
  display: flex;
  justify-content: space-between;
  padding: 55px 75px;
}
.zz_villaOutfit section.seven .seven_main .steps li {
  color: #2B2B2B;
  font-size: 20px;
}
.zz_villaOutfit section.seven .seven_main .steps li::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: #D4B388;
  margin-right: 16px;
}
.zz_villaOutfit section.seven .seven_main .swiper_wrap {
  position: relative;
}
.zz_villaOutfit section.seven .seven_main .swiper_wrap .gallery-top-wrap {
  display: flex;
}
.zz_villaOutfit section.seven .seven_main .swiper_wrap .gallery-top-wrap .gallery-top {
  width: calc(100% - 442px);
}
.zz_villaOutfit section.seven .seven_main .swiper_wrap .gallery-top-wrap .gallery-top .swiper-wrapper .swiper-slide {
  padding-left: 112px;
  display: flex;
}
.zz_villaOutfit section.seven .seven_main .swiper_wrap .gallery-top-wrap .gallery-top .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.zz_villaOutfit section.seven .seven_main .swiper_wrap .gallery-top-wrap .text_box {
  width: 442px;
  background-color: #fff;
  padding: 60px 40px 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.zz_villaOutfit section.seven .seven_main .swiper_wrap .gallery-top-wrap .text_box h4 {
  font-size: 32px;
  color: #2B2B2B;
  margin-bottom: 35px;
}
.zz_villaOutfit section.seven .seven_main .swiper_wrap .gallery-top-wrap .text_box ul li {
  font-size: 14px;
  color: #535252;
  line-height: 2;
}
.zz_villaOutfit section.seven .seven_main .swiper_wrap .gallery-top-wrap .text_box ul li::before {
  content: "·";
  display: inline-block;
  padding-right: 6px;
  font-size: 30px;
  line-height: 28px;
  position: relative;
  top: 5px;
}
.zz_villaOutfit section.seven .seven_main .swiper_wrap .gallery-thumbs {
  position: absolute;
  width: 170px;
  height: 408px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.zz_villaOutfit section.seven .seven_main .swiper_wrap .gallery-thumbs .swiper-pagination-bullet {
  width: 100%;
  height: 102px;
  opacity: 1;
  overflow: hidden;
  border-radius: 0;
  position: relative;
}
.zz_villaOutfit section.seven .seven_main .swiper_wrap .gallery-thumbs .swiper-pagination-bullet img {
  width: 100%;
  display: block;
}
.zz_villaOutfit section.seven .seven_main .swiper_wrap .gallery-thumbs .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.zz_villaOutfit section.seven .seven_main .swiper_wrap .gallery-thumbs .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  display: none;
}
.zz_villaOutfit section.eight {
  background-color: #25384D;
}
.zz_villaOutfit section.eight .nei {
  display: flex;
}
.zz_villaOutfit section.eight .nei .bg {
  display: block;
  width: calc(100% - 507px);
  margin-top: -30px;
}
.zz_villaOutfit section.eight .nei .box {
  width: 507px;
  display: flex;
  align-items: center;
}
.zz_villaOutfit section.eight .nei .box .formWrap {
  width: 100%;
}
.zz_villaOutfit section.eight .nei .box .formWrap p {
  font-size: 28px;
  color: #fff;
  margin-bottom: 18px;
}
.zz_villaOutfit section.eight .nei .box .formWrap p strong {
  font-size: 32px;
  display: block;
}
.zz_villaOutfit section.eight .nei .box .formWrap .form {
  background-color: #fff;
  padding: 20px 29px;
  box-sizing: border-box;
}
.zz_villaOutfit section.eight .nei .box .formWrap .form .txt {
  font-size: 16px;
  font-weight: 400;
  color: #2B2B2B;
  margin-bottom: 15px;
}
.zz_villaOutfit section.eight .nei .box .formWrap .form .txt span {
  color: #F42200;
}
.zz_villaOutfit section.eight .nei .box .formWrap .form label {
  display: block;
  margin-bottom: 10px;
}
.zz_villaOutfit section.eight .nei .box .formWrap .form label input {
  width: 100%;
  height: 47px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #747373;
}
.zz_villaOutfit section.eight .nei .box .formWrap .form button {
  height: 54px;
  font-size: 2rem;
  color: #fff;
  width: 100%;
  display: block;
  border: 1px solid #000;
  background-color: #272727;
  background-image: url("../../img/btnBg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  cursor: pointer;
  margin-bottom: 15px;
}
.zz_villaOutfit section.eight .nei .box .formWrap .form span {
  font-size: 14px;
  font-weight: 400;
  color: #747373;
}

/*# sourceMappingURL=zz.css.map */
