/*请使用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;
}
/*请使用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;
}
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  float: left;
}
.slide-img {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.fullscreen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1002;
}
.fullscreen .fullscreen--close {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.fullscreen .fullscreen--close .iconfont {
  font-size: 40px;
  cursor: pointer;
  color: #fff;
}
.fullscreen .fullscreen--slider {
  width: 100%;
  height: 100%;
  /*padding: 130px 0 120px;*/
}
.fullscreen .fullscreen--slider .fullscreen--slider-center {
  position: relative;
  width: 100%;
  height: 100%;
}
.fullscreen .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 45px;
  z-index: 20;
}
.fullscreen .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #666;
}
.fullscreen .swiper-active-switch {
  background-color: #fff;
}
.fullscreen .scroll--tip {
  position: absolute;
  bottom: 20px;
  font-size: 14px;
  width: 100%;
  color: #999696;
  text-align: center;
}
.fullscreen .nav--left {
  position: absolute;
  width: 19px;
  height: 30px;
  top: 50%;
  left: 0;
  margin-top: -15px;
  background-color: #333;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: url(/img/left_arrow.png) 0 0 no-repeat;
}
.fullscreen .nav--right {
  position: absolute;
  width: 19px;
  height: 30px;
  top: 50%;
  right: 0;
  margin-top: -15px;
  background-color: #333;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: url(/img/right_arrow.png) 0 0 no-repeat;
}
.fullscreen .gallery-top .top--nav {
  width: 60px;
  background: none;
}
.fullscreen .gallery-top .nav--left {
  left: 90px;
}
.fullscreen .gallery-top .nav--right {
  right: 90px;
}
.fullscreen .gallery-top .top--nav .iconfont {
  font-size: 60px;
  color: #fff;
  text-shadow: 0 1px 2px #333;
}
.fullscreen .gallery-top {
  /*cursor: url(/img/zoomout.cur), auto;*/
  /*cursor: zoom-out;*/
}
.fullscreen .gallery-top.false {
  opacity: 0;
}
.fullscreen .gallery-top .swiper-slide {
  padding: 65px 85px;
}
.fullscreen .gallery-top .swiper-slide.height {
  padding: 0 85px;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
.clearFix {
  *zoom: 1;
}
.clearFix:before,
.clearFix:after {
  content: "";
  display: table;
}
.clearFix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body {
  background-color: #f6f6f6;
}
body .header--wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
}
body .container--center {
  position: relative;
  width: 1180px;
  height: auto;
  background-color: transparent;
  margin: 0 auto;
  text-align: left;
}
.photo_spot_details .page--nav {
  position: relative;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  padding: 20px 0 20px;
}
.photo_spot_details .page--nav .breadcrumb h1,
.photo_spot_details .page--nav .breadcrumb h2,
.photo_spot_details .page--nav .breadcrumb h3,
.photo_spot_details .page--nav .breadcrumb h4 {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
.photo_spot_details .page--nav .breadcrumb h1:hover,
.photo_spot_details .page--nav .breadcrumb h2:hover,
.photo_spot_details .page--nav .breadcrumb h3:hover,
.photo_spot_details .page--nav .breadcrumb h4:hover {
  color: #fc5066;
}
.photo_spot_details .page--nav .breadcrumb p {
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
.photo_spot_details .page--nav .xiding {
  width: 100%;
  background-color: #ffffff;
}
.photo_spot_details .page--nav .xiding .spot--related-info {
  margin-top: 20px;
}
.photo_spot_details .page--nav .xiding .spot--related-info .spot--name {
  font-size: 36px;
  line-height: 1.11;
  color: #2f2f2f;
  margin-right: 12px;
}
.photo_spot_details .page--nav .xiding .intentions {
  position: absolute;
  right: 0;
  bottom: 0;
}
.photo_spot_details .page--nav .xiding .intentions .want--shoot,
.photo_spot_details .page--nav .xiding .intentions .online--consultation {
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.photo_spot_details .page--nav .xiding .intentions .want--shoot .iconfont,
.photo_spot_details .page--nav .xiding .intentions .online--consultation .iconfont {
  font-size: 20px;
}
.photo_spot_details .page--nav .xiding .intentions .want--shoot {
  width: 240px;
  background-color: #ff7385;
  color: #fff;
}
.photo_spot_details .page--nav .xiding .intentions .want--shoot .iconfont {
  color: #fff;
}
.photo_spot_details .page--nav .xiding .intentions .want--shoot:hover {
  background-color: #fc5066;
}
.photo_spot_details .page--nav .xiding .intentions .online--consultation {
  width: 200px;
  border: 1px solid #ff7385;
  color: #ff7385;
}
.photo_spot_details .page--nav .xiding .intentions .online--consultation .iconfont {
  color: #ff7385;
}
.photo_spot_details .page--nav .xiding .intentions .online--consultation:hover {
  background-color: rgba(253, 202, 209, 0.2);
}
.photo_spot_details .page--nav .xiding.fixed {
  height: 50px;
  position: fixed;
  top: 0;
  z-index: 51;
  padding: 0;
  margin: 0;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.photo_spot_details .page--nav .xiding.fixed .spot--related-info {
  margin-top: 0;
}
.photo_spot_details .page--nav .xiding.fixed .spot--related-info .spot--name {
  font-size: 24px;
  line-height: 1.67;
  margin: 4px 40px 0 0;
}
.photo_spot_details .page--nav .xiding.fixed .intentions {
  top: 0;
}
.photo_spot_details .page--nav .xiding.fixed .intentions .online--consultation {
  border: 0px solid #fff;
  background-color: rgba(255, 114, 133, 0.68);
  color: #fff;
}
.photo_spot_details .page--nav .xiding.fixed .intentions .online--consultation .iconfont {
  color: #fff;
}
.photo_spot_details .page--nav .xiding.fixed .intentions .online--consultation:hover {
  background-color: rgba(255, 114, 133, 0.8);
}
.photo_spot_details .mt60 {
  margin-top: 60px;
}
.photo_spot_details .presentation {
  width: 720px;
  min-height: 400px;
}
.photo_spot_details .presentation .disNone {
  display: none;
}
.photo_spot_details .presentation .presentation--box {
  position: relative;
  width: 720px;
  height: auto;
  background-color: transparent;
  min-height: 50px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
}
.photo_spot_details .presentation .presentation--box:hover .presentation--box-info {
  bottom: 0;
}
.photo_spot_details .presentation .presentation--box img {
  display: block;
}
.photo_spot_details .presentation .presentation--box .presentation--box-info {
  position: absolute;
  width: 720px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: -50px;
  left: 0;
  padding: 10px 0 10px 34px;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.photo_spot_details .presentation .presentation--box .presentation--box-info .site--icon {
  margin: 8px 14px 0 0;
  color: #fff;
}
.photo_spot_details .presentation .presentation--box .presentation--box-info .info--site {
  font-size: 16px;
  line-height: 1.88;
  color: #fff;
}
.photo_spot_details .presentation .click--more {
  width: 720px;
  height: 50px;
  background-color: #e3e3e3;
  margin-top: 20px;
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.photo_spot_details .spotInfo {
  margin-bottom: 20px;
  width: 400px;
  background-color: #fff;
  padding: 27px 40px 35px;
}
.photo_spot_details .spotInfo .recommend--level {
  font-size: 18px;
  font-weight: bold;
  color: #2f2f2f;
  margin-right: 11px;
}
.photo_spot_details .spotInfo span {
  margin-right: 5px;
}
.photo_spot_details .spotInfo span .iconfont {
  color: #f5b348;
}
.photo_spot_details .spotInfo .spotInfo--description {
  margin-top: 19px;
  font-size: 14px;
  line-height: 1.79;
  color: #666;
}
.photo_spot_details .spotInfo .shooting--elements {
  margin: 20px 0 20px;
  font-size: 14px;
  line-height: 2.14;
  color: #4d4b4b;
}
.photo_spot_details .spotInfo .shooting--elements-box {
  width: 330px;
  padding-left: 10px;
}
.photo_spot_details .spotInfo .shooting--elements-box .site--box {
  width: 80px;
  margin: 0 30px 20px 0;
}
.photo_spot_details .spotInfo .shooting--elements-box .site--box.mr0 {
  margin-right: 0;
}
.photo_spot_details .spotInfo .shooting--elements-box .site--box .site--img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.photo_spot_details .spotInfo .shooting--elements-box .site--box .site--name {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #4d4b4b;
}
.photo_spot_details .spotInfo .label {
  float: left;
  font-size: 0;
}
.photo_spot_details .spotInfo .label .label--name {
  display: inline-block;
  margin: 12px 8px 0 0;
  padding: 0 12px;
  border-radius: 2px;
  border: solid 1px #c7c5c5;
  font-size: 12px;
  line-height: 32px;
  color: #666666;
  box-sizing: border-box;
}
.photo_spot_details .spotInfo .label .label--name:hover {
  border: solid 1px #ff7385;
  background-color: #ff7385;
  color: #ffffff;
}
.photo_spot_details .spotInfo .label .label--name-gray {
  display: inline-block;
  margin: 12px 8px 0 0;
  padding: 0 12px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 32px;
  box-sizing: border-box;
  border: solid 1px #f0f0f0;
  background-color: #f0f0f0;
  color: #aeaeae;
}
.photo_spot_details .recommend--spot {
  padding: 40px 0 70px;
}
.photo_spot_details .recommend--spot .title--box .title--big {
  font-size: 24px;
  font-weight: 600;
  color: #666;
}
.photo_spot_details .recommend--spot .other--spot-box {
  width: 1200px;
}
.photo_spot_details .recommend--spot .other--spot-box .other--spot {
  position: relative;
  width: 380px;
  height: 280px;
  background-color: #ffffff;
  margin: 17px 20px 0 0;
}
.photo_spot_details .recommend--spot .other--spot-box .other--spot .recommend--spot-hover {
  position: relative;
}
.photo_spot_details .recommend--spot .other--spot-box .other--spot .recommend--spot-hover:hover .hover--box {
  display: block;
}
.photo_spot_details .recommend--spot .other--spot-box .other--spot .recommend--spot-hover:hover .all--works {
  display: none;
}
.photo_spot_details .recommend--spot .other--spot-box .other--spot .recommend--spot-hover img {
  width: 380px;
  height: 280px;
}
.photo_spot_details .recommend--spot .other--spot-box .other--spot .recommend--spot-hover .hover--box {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.62);
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 280px;
  display: none;
}
