/*请用less修改本文件*/
/*请使用less修改本文件*/
.bg-contain {
  background-size: contain;
  -webkit-background-size: contain;
}
.bg-cover {
  background-size: cover;
  -webkit-background-size: cover;
}
.flex-h {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
body {
  background-color: #F5F5F5;
}
body .banner--quick-nav .row .quick--nav-wrap {
  position: relative;
  z-index: 1;
}
body .banner--quick-nav .row .quick--nav-wrap .quick--nav-section {
  height: 70px;
  padding: 9px 0 11px;
}
body .banner--quick-nav .row .quick--nav-wrap .quick--nav-section .nav--section-active {
  height: 71px;
}
body .banner--quick-nav .row .quick--nav-wrap .quick--nav-section .banner--qns-title {
  margin: 0;
}
body .banner--quick-nav .row .quick--nav-wrap .quick--nav0 {
  display: block;
}
body .banner--quick-nav .row .quick--nav-wrap .quick--nav1 .quick--nav-all {
  top: -70px;
}
body .banner--quick-nav .row .quick--nav-wrap .quick--nav2 .quick--nav-all {
  top: -140px;
}
body .banner--quick-nav .row .quick--nav-wrap .quick--nav3 .quick--nav-all {
  top: -210px;
}
body .banner--quick-nav .row .quick--nav-wrap .quick--nav4 .nav--section-active {
  height: 69px;
}
body .banner--quick-nav .row .quick--nav-wrap .quick--nav4 .quick--nav-all {
  top: -280px;
}
body .wedding--planning {
  display: block;
}
.slides li {
  height: 420px !important;
}
.container--center {
  width: 1180px;
  margin: 0 auto;
}
.merchant--block {
  margin-bottom: 30px;
}
.banner--wrap {
  position: relative;
  width: 100%;
  height: 420px;
  min-width: 1180px;
}
.banner--wrap .banner--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner--wrap .banner--slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 100%;
  margin-left: -960px;
  z-index: 1;
}
.banner--wrap .banner--slider.only--one .flex-direction-nav {
  display: none;
}
.banner--wrap .banner--link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner--quick-nav {
  padding: 35px 0;
}
.quick--nav-wrap {
  width: 218px;
  height: 348px;
  padding-left: 20px !important;
  background-color: #ffffff;
}
.quick--nav-section {
  position: relative;
  height: 87px;
  padding: 15px 1px 15px 0;
  border-bottom: 1px solid #ebebeb;
  cursor: default;
}
.quick--nav-section:hover .banner--qns-title {
  color: #ff7385;
}
.quick--nav-section:hover .iconfont {
  color: #ff7385;
}
.quick--nav-section:hover .quick--nav-arrow {
  display: block;
}
.quick--nav-section:hover .nav--section-active,
.quick--nav-section:hover .quick--nav-all {
  display: block;
}
.quick--nav-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: -14px;
  width: 14px;
  height: 100%;
}
.quick--nav-section .nav--section-active {
  position: absolute;
  top: -1px;
  left: -20px;
  width: 219px;
  height: 88px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  display: none;
  z-index: 1;
}
.quick--nav-section .nav--section-active i {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  display: block;
  background-color: #ff7385;
}
.quick--nav-section .quick--nav-all {
  position: absolute;
  left: 198px;
  width: 272px;
  height: 348px;
  padding: 24px 20px;
  background-color: #ffffff;
  border-left: 1px solid #ccc;
  display: none;
}
.quick--nav-section .quick--nav-all .nav--all-wrap {
  padding-bottom: 32px;
}
.quick--nav-section .quick--nav-all .nav--all-title {
  line-height: 1.29;
  font-size: 14px;
}
.quick--nav-section .quick--nav-all .nav--all-title a {
  color: #3d3d3d;
}
.quick--nav-section .quick--nav-all .nav--all-title a:hover {
  color: #ff7385;
}
.quick--nav-section .quick--nav-all .nav--all-list {
  margin-left: -14px;
  margin-top: 10px;
  padding: 5px 0;
  border-top: 1px solid #e0e0e0;
  overflow: hidden;
}
.quick--nav-section .quick--nav-all .nav--all-item {
  display: inline-block;
  float: left;
  margin: 7px 0;
  padding: 0 14px;
  line-height: 1.29;
  border-right: 1px solid #e0e0e0;
  font-size: 13px;
}
.quick--nav-section .quick--nav-all .nav--all-item.no--border {
  border-right: none;
}
.quick--nav-section .quick--nav-all .nav--all-item a {
  color: #999;
}
.quick--nav-section .quick--nav-all .nav--all-item a:hover {
  color: #ff7385;
}
.quick--nav-section .quick--nav-all .nav--all-block {
  position: absolute;
  bottom: 20px;
}
.quick--nav-section .quick--nav-all .nav--all-btn {
  display: inline-block;
  float: left;
  width: 108px;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #ebebeb;
  font-size: 14px;
  text-align: center;
  color: #666666;
}
.quick--nav-section .quick--nav-all .nav--all-btn:hover {
  background-color: #ff7385;
  border: solid 1px #ff7385;
  color: #fff;
}
.quick--nav-section .quick--nav-all .nav--all-btn.mr14 {
  margin-right: 14px;
}
.quick--nav-section.quick--nav0 {
  display: none;
}
.quick--nav-section.quick--nav0 .quick--nav-all {
  top: 0;
}
.quick--nav-section.quick--nav0 .nav--section-active {
  top: 0;
  height: 87px;
  border-top: none;
}
.quick--nav-section.quick--nav1 .quick--nav-all {
  top: 0;
}
.quick--nav-section.quick--nav1 .nav--section-active {
  top: 0;
  height: 87px;
  border-top: none;
}
.quick--nav-section.quick--nav2 .quick--nav-all {
  top: -87px;
}
.quick--nav-section.quick--nav3 .quick--nav-all {
  top: -174px;
}
.quick--nav-section.quick--nav4 .quick--nav-all {
  top: -261px;
}
.quick--nav-section.quick--nav4 .nav--section-active {
  height: 88px;
  border-bottom: none;
}
.quick--nav-section.quick--nav4:hover .nav--section-active,
.quick--nav-section.quick--nav4:hover .quick--nav-all {
  display: block;
}
.quick--nav-section.no--border {
  border-bottom: none;
}
.quick--nav-section .iconfont {
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  color: #999;
}
.banner--qns-title {
  position: relative;
  width: 100%;
  height: 30px;
  padding: 0 14px 0 34px;
  display: inline-block;
  line-height: 30px;
  color: #3d3d3d;
  font-size: 16px;
  margin-bottom: 4px;
  z-index: 1;
}
.banner--qns-title .quick--nav-arrow {
  position: absolute;
  top: 0;
  right: 10px;
  text-align: right;
  font-size: 16px;
  color: #ff7385;
  display: none;
}
.banner--qns-list {
  position: relative;
  width: 100%;
  padding-left: 34px;
  z-index: 1;
}
.banner--qns-item {
  line-height: 1.29;
  color: #999999;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  width: auto;
  margin-right: 16px;
  margin-left: 0;
}
.banner--qns-link {
  color: inherit;
  font-size: 14px;
}
.banner--qns-link:hover {
  color: #ff7385;
}
.advantage--item {
  margin-top: 20px;
  height: 90px;
  line-height: 90px;
  background-color: #ffffff;
  text-align: center;
}
.advantage--item .advantage--item-content {
  display: inline-block;
  height: 100%;
  padding-left: 55px;
  color: #3d3d3d;
  font-size: 16px;
  background-position: 0 center;
  background-repeat: no-repeat;
}
.advantage--item img {
  margin-top: 5px;
}
.merchant--wrap-title {
  height: 40px;
  padding-bottom: 12px;
  line-height: 1.17;
  color: #3d3d3d;
  font-size: 24px;
  border-bottom: 1px solid #cccccc !important;
  margin-bottom: 14px;
}
.merchant--wrap-title .title--more {
  float: right;
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
}
.merchant--wrap-tip {
  padding-left: 28px;
  line-height: 1.29;
  color: #4d4b4b;
  font-size: 14px;
}
.service--block {
  float: left;
  width: 900px;
}
.service--item {
  position: relative;
  width: 280px;
  height: 280px;
  margin-bottom: 20px;
  font-size: 0;
}
.service--item:hover .service--mask {
  background-color: rgba(255, 255, 255, 0.12);
}
.service--item:hover .sm .service--mask {
  background-color: rgba(255, 255, 255, 0.1);
}
.service--item:hover .service--info {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.service--item-img {
  position: relative;
  width: 430px;
}
.service--item-img.sm {
  width: 280px;
}
.service--item-img.sm img {
  height: 190px;
}
.service--mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.service--item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
}
.service--item-info {
  padding: 0 12px;
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background-color: #fff;
  text-align: center;
}
.service--item-title {
  margin-top: 70px;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #4d4b4b;
}
.service--item-comName {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #808080;
}
.service--item-price {
  margin-top: 20px;
}
.service--item-price i {
  font-style: normal;
  line-height: 1.17;
  color: #ff7385;
  font-size: 20px;
  font-weight: bold;
}
.span_10 .service--item-price i {
  font-size: 18px;
  line-height: 1.56;
  color: #ff5d52;
  font-weight: normal;
}
.service--info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  padding: 22px 16px 0 20px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #ebebeb;
  border-top: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.service--img {
  width: 100%;
  height: 280px;
}
.service--img.sm {
  width: 100%;
  height: 182px;
}
.service--info-name {
  width: 100%;
  padding-bottom: 15px;
  line-height: 1.25;
  color: #3d3d3d;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.service--info-team {
  float: left;
  line-height: 1.38;
  color: #808080;
  font-size: 12px;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.service--info-price {
  float: right;
  color: #808080;
  font-size: 12px;
}
.service--info-price i {
  font-style: normal;
  line-height: 0.9;
  color: #ff5d52;
  font-size: 18px;
}
.content--more {
  width: 300px;
  float: left;
  height: 556px;
}
.content--more-top {
  position: relative;
  height: 280px;
  margin-bottom: 20px;
}
.content--more-top .content--more-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
}
.content--more-top .content--more-topinfo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 16px;
  text-align: center;
}
.content--more-top .content--more-head {
  width: 64px;
  height: 64px;
  margin: 72px auto 20px;
  border-radius: 50%;
  border: solid 1px #e0e0e0;
}
.content--more-top .content--more-team {
  line-height: 1.11;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
}
.content--more-top .content--more-desc {
  line-height: 18px;
  color: #ffffff;
  font-size: 13px;
  height: 36px;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.content--more-bottom {
  height: 280px;
  margin-bottom: 20px;
}
.content--more-bottom .content--hot {
  padding: 15px 16px;
  width: 100%;
  height: 210px;
  background-color: #fff;
}
.content--more-bottom .content--hot .content--hot-title {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.content--more-bottom .content--hot .content--hot-title .content-hot-title-en {
  font-weight: 500;
}
.content--more-bottom .content--hot .content--hot-item {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0 10px;
  height: 27px;
  border-radius: 100px;
  border: solid 1px #ccc;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
}
.content--more-bottom .content--hot .content--hot-item:hover {
  color: #fff;
  background-color: #ff7385;
  border: solid 1px #ff7385;
}
.content--more-bottom .content--hot .ctrip--hot-item {
  display: block;
  position: relative;
  width: 100%;
  height: 27px;
  padding-left: 12px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #4d4b4b;
  font-size: 14px;
}
.content--more-bottom .content--hot .ctrip--hot-item i {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #ff5a5f;
  border-radius: 50%;
}
.content--more-bottom .content--hot .ctrip--hot-item:hover {
  color: #ff7385;
}
.content--more-bottom .content--more-link {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: 19px;
  padding: 15px 16px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #ff7385;
  background-color: #ff7385;
  font-size: 16px;
  color: #fff;
}
.content--more-bottom .content--more-link .iconfont {
  float: right;
  color: inherit;
  font-size: 20px;
}
.select--works-item {
  position: relative;
  height: 254px;
  margin-bottom: 20px;
  overflow: hidden;
}
.select--works-item img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.select--works-item .works--item-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.5) 100%);
}
.select--works-item .works--item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 12px;
}
.select--works-item .works--item-info .item--info-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
}
.select--works-item .works--item-info .item--info-team {
  color: #ffffff;
  font-size: 12px;
}
.select--works-item:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.select--works-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.event--item-desc {
  padding-top: 12px;
  line-height: 1.25;
  color: #666666;
  text-align: center;
  font-size: 16px;
}
.item--tip {
  position: absolute;
  top: 10px;
  left: -6px;
  width: 88px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background-color: #ff7362;
  z-index: 1;
}
.item--tiparrow {
  position: absolute;
  left: 0;
  top: 32px;
  height: 0;
  width: 6px;
  border: 3px solid transparent;
  border-top-color: #bd5348;
  border-right-color: #bd5348;
}
@media screen and (max-width: 1200px) {
  .container--center {
    width: 960px;
    overflow: hidden;
  }
  .banner--wrap {
    min-width: 960px;
  }
  .advantage--item {
    overflow: hidden;
    width: 300px!important;
  }
  .advantage--item img {
    margin-left: -40px;
  }
  .service--item {
    margin-right: 30px;
  }
  .service--item:first-of-type {
    display: none;
  }
  .merchant--wrap-title,
  .select--works-list {
    width: 960px;
  }
  .service--block {
    width: 660px;
  }
  .select--works-item {
    width: 306px!important;
    height: 204px;
  }
  .select--works-item img {
    width: 100%;
  }
}
