/*请使用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;
}
body {
  background-color: #f5f5f5;
  height: auto;
}
.clear--both {
  clear: both;
}
.container--center {
  width: 1180px;
  margin: 0 auto;
}
.bg--white {
  background-color: #fff;
}
.bghlm {
  background-color: #ff7385;
}
.bg--black {
  background-color: #f6f6f6;
}
.middle--helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
}
.header {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.nav {
  padding-top: 25px;
}
.nav .nav--title {
  height: 20px;
  line-height: 20px;
}
.nav .nav-title {
  position: relative;
  width: 100%;
  height: 75px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.nav .nav-title .main--title {
  display: inline-block;
  padding-top: 9px;
  line-height: 1.11;
  color: #2f2f2f;
  font-size: 36px;
  font-weight: bold;
}
.info--option .option--box div {
  cursor: pointer;
  text-align: center;
}
.info--option .option--box .option--share {
  position: relative;
  width: 60px;
  height: 50px;
  padding: 11px 0;
  background-color: #4d4b4b;
}
.info--option .option--box .option--share .xt--icon {
  display: block;
  line-height: 28px;
  text-align: center;
  border-right: 1px solid #666;
}
.info--option .option--box .option--share .xt--icon .iconfont {
  color: #fff;
  font-size: 20px;
}
.info--option .option--box .option--share .phototeam--qr-content {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  height: 240px;
  padding-top: 10px;
  z-index: 1;
  display: none;
}
.info--option .option--box .option--share:hover .phototeam--qr-content {
  display: block;
}
.info--option .option--box .option--share .phototeam--qr-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  text-align: center;
  overflow: hidden;
}
.info--option .option--box .option--share .phototeam--qr-arrow .qr--arrow-inner {
  display: inline-block;
  width: 0;
  border: 10px solid transparent;
  border-bottom-color: #000;
  margin-top: -10px;
}
.info--option .option--box .option--share .phototeam--qr-code {
  padding: 10px;
  background-color: #fff;
}
.info--option .option--box .option--share .phototeam--qr--inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 12px 14px 7px;
  border-radius: 4px;
  background-color: #000000;
}
.info--option .option--box .option--share .phototeam--qr-content .phototeam--qr-code-icon {
  width: 30px;
  position: absolute;
  top: 67px;
  left: 50%;
  margin-left: -15px;
}
.info--option .option--box .option--share .phototeam--qr-txt {
  padding-top: 7px;
  width: 120px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.57;
  color: #ffffff;
}
.info--option .option--box .option--want {
  width: 240px;
  height: 50px;
  background-color: #ff7385;
  color: #fff;
}
.info--option .option--box .option--want .xt--icon {
  line-height: 50px;
  padding-right: 10px;
}
.info--option .option--box .option--want .xt--icon .iconfont {
  color: #fff;
  font-size: 20px;
}
.container {
  width: 100%;
  padding: 40px 0 60px;
  background-color: #fff;
}
.main {
  width: 820px;
  padding-left: 100px;
  overflow: hidden;
}
.main .pic {
  width: 100%;
  margin-bottom: 40px;
  cursor: pointer;
}
.main .pic .pic--wrap {
  width: 100%;
  line-height: 0;
}
.main .pic .pic--wrap img {
  width: 100%;
}
.main .pic .pic--info {
  width: 100%;
  height: 125px;
  padding: 22px 0;
  border: 1px solid #c5c5c5;
  border-top: none;
  background-color: #fff;
}
.main .pic .pic--info.hidden {
  display: none;
}
.main .pic .pic--info .pic--info-left {
  position: relative;
  width: 540px;
  padding: 0 0 0 40px;
  display: inline-block;
}
.main .pic .pic--info .pic--info-left span {
  width: 100%;
  display: block;
}
.main .pic .pic--info .pic--info-left .pic--info-spot {
  color: #2f2f2f;
}
.main .pic .pic--info .pic--info-left .pic--info-spot img {
  width: 220px;
  height: 75px;
}
.main .pic .pic--info .pic--info-right {
  float: right;
  width: 170px;
  height: 80px;
  border-left: 1px solid #e3e3e3;
  padding: 15px 40px 0 0;
  display: inline-block;
  text-align: right;
}
.main .pic .pic--info .pic--info-right img {
  width: 89px;
  height: 46px;
  display: inline;
}
.side {
  width: 300px;
  height: 100%;
}
.side .side--inner {
  width: 300px;
  padding: 0 154px 0 0;
  overflow: hidden;
}
.side .side--inner.fixed {
  position: fixed;
  top: 0;
  right: 0;
}
.side .side--inner.ab {
  position: absolute;
  bottom: 0;
}
.side .side--inner.over_a {
  overflow-y: auto;
}
.side .side--inner .side--title {
  padding-bottom: 8px;
  color: #2f2f2f;
  font-size: 22px;
  border-bottom: solid 3px #2f2f2f;
}
.side .side--inner .guest--month .month--item {
  display: inline-block;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #c5c5c5;
}
.side .side--inner .guest--month .month--item.bon {
  border: none;
}
.side .side--inner .guest--month .month--item .month--name {
  padding-bottom: 4px;
}
.side .side--inner .guest--month .month--item .month--name .name--en {
  width: 100%;
  display: block;
  height: 27px;
  font-style: normal;
  color: #2f2f2f;
  font-size: 20px;
  font-weight: 300;
}
.side .side--inner .guest--month .month--item .month--name strong {
  color: #2f2f2f;
  font-size: 36px;
  font-weight: bold;
}
.side .side--inner .guest--month .month--item ol {
  padding: 0;
}
.side .side--inner .guest--month .month--item ol li {
  line-height: 48px;
  font-size: 18px;
}
.side .side--inner .guest--month .month--item ol li a {
  color: #2f2f2f;
}
.side .side--inner .guest--month .month--item ol li.active a {
  color: #fc5066;
  font-weight: bold;
}
.side .side--inner .guest--month .month--item ol li:hover a {
  color: #fc5066;
}
.side .side--inner .side--ad-wrap {
  position: relative;
  width: 240px;
  padding-top: 90px;
  margin-left: -20px;
}
.side .side--inner .side--ad-wrap .ad--link-head {
  position: absolute;
  left: 62px;
  top: 0;
  width: 104px;
  height: 90px;
  background: url(http://static.xitaoinfo.com/v4/team/cat.png) no-repeat;
}
.side .side--inner .side--ad-wrap .ad--link-item {
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 18px;
}
.side .side--inner .side--ad-wrap .ad--link-item .link--item-inner {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}
.side .side--inner .side--ad-wrap .ad--link-item.bghlm {
  color: #fff;
  font-weight: bold;
}
.side .side--inner .side--ad-wrap .ad--link-item.bghlm i {
  padding-top: 6px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.side .side--inner .side--ad-wrap .ad--link-item.bghlm:hover {
  background-color: #fc5066;
}
.side .side--inner .side--ad-wrap .ad--link-item.bg--black {
  color: #2f2f2f;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 1180px;
  }
  .side .side--inner.fixed {
    right: -180px;
  }
}
