/*请使用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;
}
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.container--center {
  width: 1180px;
  margin: 0 auto;
}
.clearFix {
  *zoom: 1;
}
.clearFix:before,
.clearFix:after {
  content: "";
  display: table;
}
.clearFix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear--both {
  clear: both;
}
.container {
  width: 100%;
  min-width: 1180px;
  overflow: hidden;
  /*team--nav*/
}
.container .title--wrap {
  padding: 40px 0 20px;
}
.container .title--wrap .title--name {
  color: #2f2f2f;
  font-size: 24px;
}
.container .title--wrap .title--name .title--en {
  text-transform: capitalize;
  font-style: normal;
}
.container .title--wrap .title--tab {
  height: 100%;
  padding-top: 8px;
  display: inline-block;
  text-align: right;
}
.container .title--wrap .title--tab .tab--item {
  vertical-align: bottom;
  color: #2f2f2f;
  font-size: 16px;
  margin-left: 10px;
  display: inline-block;
  cursor: pointer;
}
.container .title--wrap .title--tab .tab--item:hover {
  color: #ff7385;
}
.container .title--wrap .title--tab .tab--item.active {
  color: #ff7385;
}
.container .item--block {
  padding-bottom: 40px;
}
.container .bgf {
  background-color: #fff;
}
.container .bgf6 {
  background-color: #f6f6f6;
}
.container .bgp {
  background-color: #524a66;
}
.container .bg07 {
  background-color: #070707;
}
.container .bg18 {
  background-color: #181818;
}
.container .ml26 {
  margin-left: 26px;
}
.container .ml10 {
  margin-left: 10px;
}
.container .icon--sprit {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
}
.container .intentions {
  margin-top: 15px;
}
.container .intentions .want--shoot,
.container .intentions .online--consultation {
  height: 44px;
  margin-left: 10px;
  border-radius: 2px;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.container .intentions .want--shoot .iconfont,
.container .intentions .online--consultation .iconfont {
  font-size: 20px;
}
.container .intentions .want--shoot {
  width: 240px;
  background-color: #ffffff;
  line-height: 44px;
  color: #524a66;
}
.container .intentions .want--shoot .iconfont {
  color: #524a66;
}
.container .intentions .want--shoot:hover {
  background-color: #f2f2f2;
}
.container .intentions .online--consultation {
  width: 126px;
  border: solid 1px #ffffff;
  color: #fff;
}
.container .intentions .online--consultation .iconfont {
  color: #ff7385;
}
.container .intentions .online--consultation:hover {
  background-color: #ffffff;
  color: #524a66;
}
.container .team {
  position: relative;
  padding: 28px 0 35px;
}
.container .team .team--head {
  margin-top: 7px;
  width: 190px;
  height: 190px;
  margin-right: 27px;
}
.container .team .team--info {
  width: 963px;
}
.container .team .team--info .team--name-level {
  width: 413px;
}
.container .team .team--info .team--name-level .team--name {
  color: #ffffff;
  font-size: 48px;
}
.container .team .team--info .team--name-level .team--level {
  padding-top: 2px;
  color: #e6e6e6;
  font-size: 18px;
  font-weight: 300;
}
.container .team .team--info .team--name-level .team--tags {
  margin-top: 10px;
}
.container .team .team--info .team--name-level .team--tags .team--tag {
  display: inline-block;
  margin-right: 6px;
  padding: 5px 20px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.22);
}
.container .team .team--info .team--name-level .team--tags .team--tag:hover {
  color: #fff;
  background-color: rgba(240, 240, 240, 0.3);
}
.container .team .team--info .team--des {
  width: 550px;
}
.container .team .team--info .team--des .team--desc-title {
  position: relative;
  height: 40px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
}
.container .team .team--info .team--des .team--desc-title .tdt--inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.container .team .team--info .team--des .team--desc-desc {
  margin-top: 9px;
  line-height: 22px;
  min-height: 88px;
  color: #c5c5c5;
  font-size: 14px;
}
.container .team .team--data .taken-down {
  padding-top: 20px;
}
.container .team .team--data .taken-down.luxuryHomepage {
  width: 360px;
}
.container .team .team--data .taken-down.luxuryHomepage span {
  border: solid 1px #737373;
  background-color: transparent;
}
.container .team .team--data .taken-down span {
  display: inline-block;
  width: 150px;
  height: 40px;
  line-height: 38px;
  border-radius: 20px;
  background-color: #3e3555;
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.43);
}
.container .team .team--data .t--data-block {
  position: relative;
  float: left;
  text-align: center;
  margin-right: 60px;
}
.container .team .team--data .t--data-block .t--data-count {
  display: block;
  line-height: 1.33;
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
}
.container .team .team--data .t--data-block .t--data-title {
  display: block;
  line-height: 1.25;
  color: #e6e6e6;
  font-size: 16px;
}
.container .team .team--data .t--data-block .t--data-line {
  position: absolute;
  left: -26px;
  top: 8px;
  width: 3px;
  height: 40px;
  opacity: 0.37;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=37);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=37);
  border-left: solid 1px #ffffff;
}
.container .team.p68 {
  padding: 68px 0 68px 250px;
}
.container .team .team--panel {
  position: relative;
  padding: 0 18px 0 20px;
}
.container .team .team--panel .team--panel-main {
  position: relative;
  height: 100%;
}
.container .team .team--panel .team--name h2 {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  margin-right: 23px;
  line-height: 1;
}
.container .team .team--panel .team--name .team--level .void--box {
  width: 0;
  height: 3px;
}
.container .team .team--panel .team--name .team--level span {
  display: block;
  font-family: "Arial", sans-serif;
}
.container .team .team--panel .team--name .team--level .team--level-cn {
  width: 70px;
  height: 17px;
  border-radius: 100px;
  background-color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 17px;
  color: #000;
}
.container .team .team--panel .team--name .team--level .team--level-en {
  width: 70px;
  margin-top: 2px;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.container .team .team--panel .video--play-btn {
  position: relative;
  width: 145px;
  height: 97px;
  cursor: pointer;
  margin: 10px 0 0 13px;
  border: 1px solid #999;
}
.container .team .team--panel .video--play-btn .play--icon {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -27px 0 0 -27px;
  border-radius: 100%;
  background-color: rgba(249, 249, 249, 0.1462);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #979797;
}
.container .team .team--panel .video--play-btn .play--icon .iconfont {
  position: relative;
  left: 20px;
  top: 16.5px;
  font-size: 16px;
  color: #d8d8d8;
  opacity: 1;
}
.container .team .team--panel .video--play-btn:hover {
  border: 1px solid #fff;
}
.container .team .team--panel .video--play-btn:hover .play--icon {
  background-color: rgba(249, 249, 249, 0.34);
}
.container .team .team--panel .team--data {
  padding-top: 25px;
}
.container .team .team--panel .team--data .t--data-block {
  margin-right: 41px;
  text-align: left;
}
.container .team .team--panel .team--data .t--data-block .t--data-count {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.container .team .team--panel .team--data .t--data-block .t--data-title {
  font-size: 13px;
  color: #999;
  line-height: 1;
  margin-top: 10px;
}
.container .team .team--panel .team--data .t--data-block .t--data-line {
  position: absolute;
  left: -26px;
  top: 1px;
  width: 3px;
  height: 40px;
  opacity: 0.37;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=37);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=37);
  border-left: solid 1px #ffffff;
}
.container .team .team--panel .team--data .t--data-block.ml10 {
  text-align: right;
}
.container .team .team--panel .team--data .t--data-block.ml10 .t--data-count {
  font-size: 30px;
  font-weight: 500;
  line-height: 0.9;
  color: #fff;
}
.container .team .team--panel .team--data .t--data-block.ml10 .t--data-title {
  margin-top: 4px;
}
.container .team .team--panel .team--des {
  margin-top: 24px;
}
.container .team .team--panel .team--des .team--desc-title {
  font-size: 20px;
  color: #fafafa;
  line-height: 1;
}
.container .team .team--panel .team--des .team--desc-desc {
  margin-top: 6px;
  width: 525px;
  font-size: 12px;
  line-height: 1.67;
  text-align: justify;
  color: #fafafa;
}
.container .team .team--panel .team--tags {
  margin-top: 18px;
}
.container .team .team--panel .team--tags .team--tag {
  display: inline-block;
  margin-right: 6px;
  padding: 5px 20px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 4px;
  border: solid 1px rgba(255, 255, 255, 0.22);
}
.container .team .team--panel .team--tags .team--tag:hover {
  color: #fff;
  background-color: rgba(240, 240, 240, 0.3);
}
.container .team .team--panel .intentions {
  margin-top: 27px;
  width: 525px;
}
.container .team .team--panel .intentions .want--shoot {
  width: 255px;
  color: #fff;
  background-color: #6ab1ba;
  margin-left: 0;
}
.container .team .team--panel .intentions .want--shoot:hover {
  background-color: #80d9e4;
}
.container .team .team--panel .intentions .want--shoot.fellow {
  background-color: #c7ab69;
}
.container .team .team--panel .intentions .want--shoot.fellow:hover {
  background-color: #e8cc88;
}
.container .team .team--panel .intentions .want--shoot .iconfont {
  color: #fff;
}
.container .team .team--panel .intentions .online--consultation {
  margin-left: 23px;
  width: 245px;
  background-color: rgba(254, 254, 254, 0.26);
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
}
.container .team .team--panel .intentions .online--consultation:hover {
  background-color: rgba(255, 255, 255, 0.56);
}
.container .team .team--head-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 100%;
  margin-left: -960px;
  background-position: center;
  background-repeat: no-repeat;
}
.container .work {
  padding: 40px 0 20px;
  text-align: center;
}
.container .work .work--item {
  position: relative;
  width: 720px;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 0;
  cursor: pointer;
}
.container .work .work--item.hide {
  display: none;
}
.container .work .work--item img {
  width: 720px;
}
.container .work .w--load-more {
  position: relative;
  left: 10px;
  display: block;
  width: 330px;
  height: 52px;
  line-height: 50px;
  margin: 20px auto;
  text-align: center;
  color: #666;
  font-size: 14px;
  background-color: #fafafa;
  cursor: pointer;
  border-radius: 6px;
  border: solid 1px #9b9b9b;
}
.container .work .w--load-more:hover {
  background-color: #f6f6f6;
}
.container .work .w--load-more img {
  width: 30px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.container .work .w--load-more span {
  display: inline-block;
  vertical-align: middle;
}
.container .comment .tab--item {
  margin-left: 15px;
}
.container .comment .comment--left {
  width: 250px;
}
.container .comment .comment--left .team--panel {
  position: relative;
  width: 250px;
  margin-top: 30px;
  color: #fff;
}
.container .comment .comment--left .team--panel .team--head-img {
  position: absolute;
  top: -33px;
  left: 50%;
  margin-left: -33px;
  width: 60px;
  height: 60px;
  border: solid 3px #ffffff;
  border-radius: 50%;
  overflow: hidden;
}
.container .comment .comment--left .team--panel .team--head-img img {
  width: 57px;
  height: 57px;
}
.container .comment .comment--left .team--panel .comment--title {
  font-size: 20px;
  line-height: 42px;
}
.container .comment .comment--left .team--panel .comment--title span {
  font-size: 16px;
}
.container .comment .comment--left .team--panel .comment--title span strong {
  font-size: 30px;
}
.container .comment .comment--left .team--panel .panel--score {
  height: 210px;
  padding: 30px 40px 0 30px;
  background-color: #6ab1ba;
  line-height: 1.25;
}
.container .comment .comment--left .team--panel .panel--score .score--list {
  padding-top: 3px;
}
.container .comment .comment--left .team--panel .panel--score .score--list .score--detail {
  padding-top: 15px;
  line-height: 1.31;
}
.container .comment .comment--left .team--panel .panel--score .score--list .score--detail .detail--name {
  font-size: 16px;
  padding-right: 20px;
}
.container .comment .comment--left .team--panel .panel--score .score--list .score--detail .detail--score .iconfont {
  font-size: 18px;
  color: #fff;
}
.container .comment .comment--left .team--panel .panel--impress {
  padding: 25px 20px 30px 30px;
  background-color: #60a0a8;
}
.container .comment .comment--left .team--panel .panel--impress .impress--list {
  padding-top: 25px;
}
.container .comment .comment--left .team--panel .panel--impress .impress--list .impress--item {
  display: inline-block;
  height: 25px;
  margin: 0 6px 10px 0;
  padding: 0 12px;
  line-height: 22px;
  font-size: 14px;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  border-radius: 100px;
  border: solid 1px rgba(255, 255, 255, 0.7);
}
.container .comment .comment--left .team--panel.fellow .panel--score {
  background-color: #c7ab69;
}
.container .comment .comment--left .team--panel.fellow .panel--impress {
  background-color: #b3995e;
}
.container .comment .comment--right {
  width: 930px;
}
.container .comment .comment--right .comment--list {
  height: 450px;
  overflow: hidden;
}
.container .comment .comment--right .comment--list .comment--item {
  width: 290px;
  padding: 20px 34px 20px 10px;
  margin-bottom: 20px;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
}
.container .comment .comment--right .comment--list .comment--item:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
}
.container .comment .comment--right .comment--list .comment--item.show {
  visibility: visible;
}
.container .comment .comment--right .comment--list .comment--item.sticky {
  background-image: url("http://static.xitaoinfo.com/v4/team/c_good.png");
  background-position: right 0;
  background-repeat: no-repeat;
}
.container .comment .comment--right .comment--list .comment--item .comment--head {
  width: 46px;
}
.container .comment .comment--right .comment--list .comment--item .comment--head img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.container .comment .comment--right .comment--list .comment--item .comment--info {
  position: relative;
  width: 200px;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--name {
  line-height: 24px;
  color: #666666;
  font-size: 18px;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--name span {
  padding-left: 8px;
  color: #cccccc;
  font-size: 14px;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--spot {
  line-height: 1.79;
  color: #666666;
  font-size: 14px;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .cis--wrapper {
  position: relative;
  width: 72px;
  height: 13px;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .cis--wrapper .ci--start-bg {
  position: absolute;
  background-color: #e0e0e0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .cis--wrapper .ci--start-fg {
  position: absolute;
  background-color: #ff7385;
  height: 100%;
  left: 0;
  z-index: 2;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .cis--wrapper .ci--start-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('/img/photo/star-comment3.png') no-repeat;
  background-size: 72px 13px;
  -webkit-background-size: 72px 13px;
  left: 0;
  z-index: 3;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--text {
  padding: 8px 0 20px;
  line-height: 1.43;
  color: #999999;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--text.hide {
  display: none;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--text-show {
  margin-top: -15px;
  text-align: center;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--text-show span {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--text-show span .iconfont {
  font-size: 18px;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--pics {
  overflow: hidden;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--pics .ci--pic {
  width: 60px;
  height: 60px;
  margin: 0 10px 10px 0;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--pics .ci--pic.mr0 {
  margin-right: 0;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--pics .ci--pic .ci--img {
  display: block;
  position: relative;
  line-height: 0;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--pics .ci--pic .ci--img .ci--img-over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.38);
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--pics .ci--pic .ci--img .ci--pic-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  display: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.38);
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--pics .ci--pic .ci--img .ci--pic-hover .iconfont {
  font-size: 24px;
  color: #fff;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--pics .ci--pic .ci--img:hover .ci--pic-hover {
  display: block;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--up-wrap {
  padding-top: 10px;
  text-align: right;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--up-wrap .ci--cr-up {
  font-size: 12px;
  color: #999696;
  cursor: pointer;
  display: inline-block;
  border-radius: 2px;
  background-color: #f2f2f2;
  padding: 2px 5px;
  border: solid 1px transparent;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--up-wrap .ci--cr-up .iconfont {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(http://static.xitaoinfo.com/v4/zan_off.png) center no-repeat;
  background-size: contain;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--up-wrap .ci--cr-up.liked {
  color: #ff7385;
  border: solid 1px #f5a623;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--up-wrap .ci--cr-up.liked .iconfont {
  background: url(http://static.xitaoinfo.com/v4/zan_on.png) center no-repeat;
  background-size: contain;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--up-wrap .ci--cr-up.liked .tci--up-num {
  display: inline-block;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--up-wrap .ci--cr-up .tci--up-num {
  display: none;
}
.container .comment .comment--right .comment--list .comment--item .comment--info .ci--up-wrap .ci--cr-up .tci--up-num.hasUp {
  display: inline-block;
}
.container .comment .comment--right .comment--list .comment--item.long {
  z-index: 3;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.18);
}
.container .comment .comment--right .comment--list .comment--item.long .comment--info .ci--text.hide {
  display: block;
}
.container .comment .comment--right .comment--list .comment--item.long .comment--info .ci--text.long {
  display: none;
}
.container .comment .comment--right .comment--list .comment--item.long .comment--info .ci--text-show span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.container .comment .comment--right .comment--list.ball {
  position: relative;
}
.container .comment .comment--right .comment--list.ball .comment--item {
  position: absolute;
}
.container .comment .comment--right .load--more {
  position: relative;
  left: 10px;
  width: 330px;
  height: 52px;
  line-height: 50px;
  margin: 20px auto;
  text-align: center;
  color: #666;
  font-size: 14px;
  background-color: #fafafa;
  cursor: pointer;
  border-radius: 6px;
  border: solid 1px #9b9b9b;
}
.container .comment .comment--right .load--more:hover {
  background-color: #fff;
}
.container .detail .ad--list {
  padding-top: 10px;
  overflow: hidden;
}
.container .detail .ad--list .ad--item {
  width: 130px;
  height: 90px;
  margin-right: 30px;
  padding-top: 15px;
  border-radius: 6px;
  border: solid 1px #999999;
  text-align: center;
  color: #4d4b4b;
  font-size: 14px;
}
.container .detail .ad--list .ad--item .ad--item-icon {
  height: 31px;
  margin-bottom: 10px;
  background-position: center bottom;
}
.container .detail .ad--list .ad--item .ad--item-icon .iconfont {
  font-size: 30px;
  color: #fc5066;
}
.container .detail .ser--details {
  overflow: hidden;
  padding: 10px 0 30px 16px;
  background-color: #f6f6f6;
}
.container .detail .ser--details .details--title {
  position: relative;
  width: 106px;
  height: 60px;
  padding: 20px 0 16px;
  color: #2f2f2f;
  font-size: 18px;
  text-align: right;
}
.container .detail .ser--details .details--title .ser--title-dot {
  display: block;
  position: absolute;
  top: 28px;
  left: 14px;
  width: 8px;
  height: 8px;
  background-color: #ff7385;
}
.container .detail .ser--details .details--info {
  width: 978px;
  padding-top: 60px;
  overflow: hidden;
}
.container .detail .ser--details .details--info .service--block {
  width: 100%;
  overflow: hidden;
}
.container .detail .ser--details .details--info .service--block .service--detail {
  float: left;
  width: 50%;
  line-height: 1.79;
}
.container .detail .ser--details .details--info .service--block .service--detail .ser--d-left {
  float: left;
  width: 70px;
  padding-right: 20px;
  color: #999999;
  text-align: right;
  font-size: 14px;
}
.container .detail .ser--details .details--info .service--block .service--detail .ser--d-right {
  width: 350px;
  float: left;
  color: #4d4b4b;
  font-size: 14px;
}
.container .detail .ser--details .details--info .service--block .service--detail.d--right .ser--d-left {
  width: 100px;
}
.container .detail .process--wrap {
  padding: 36px 0 0 10px;
}
.container .detail .guarantee--wrap {
  height: 150px;
  padding-top: 26px;
}
.container .detail .guarantee--wrap .g--item {
  text-align: center;
  margin-right: 90px;
  margin-left: 10px;
}
.container .detail .guarantee--wrap .g--item.mr0 {
  margin-right: 0;
}
.container .detail .guarantee--wrap .g--item .g--item-icon {
  height: 38px;
  background-position: center;
  margin-bottom: 15px;
}
.container .detail .guarantee--wrap .g--item .g--item-title {
  display: block;
  color: #2f2f2f;
  font-size: 16px;
}
.container .detail .guarantee--wrap .g--item .g--item-des {
  display: block;
  color: #999999;
  padding-top: 3px;
  font-size: 13px;
}
.container .detail .faqs--a-wrap {
  padding: 30px 22px 20px 22px;
  background-color: #f6f6f6;
}
.container .detail .faqs--a-wrap .faqs--list {
  width: 100%;
  line-height: 1.4;
  overflow: hidden;
}
.container .detail .faqs--a-wrap .faqs--list .faqs-item {
  position: relative;
  width: 33%;
}
.container .detail .faqs--a-wrap .faqs--list .faqs-item .faqs--link {
  display: inline-block;
  max-width: 95%;
  color: #535151;
  font-size: 14px;
  padding: 5px 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .detail .faqs--a-wrap .faqs--list .faqs-item .faqs--link:hover {
  text-decoration: underline;
  color: #ff7385;
}
.container .detail .faqs--a-wrap .faqs--list .faqs-item .faqs--link .faqs-item-dot {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #ff7385;
}
.container .detail .faqs--tab li {
  color: #999999;
  font-size: 16px;
  display: inline-block;
  margin-left: 12px;
  cursor: pointer;
}
.container .detail .faqs--tab li.active {
  position: relative;
  color: #2f2f2f;
}
.container .detail .faqs--tab li.active:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #ff7385;
}
.container .area--like .like--wrap {
  position: relative;
  height: 200px;
}
.container .area--like .like--wrap .item--link-hover {
  position: absolute;
  top: 13px;
  left: 25px;
  width: 170px;
  height: 169px;
  background-color: #fb5066;
  background-color: rgba(251, 80, 102, 0.84);
  text-align: center;
  color: #fff;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.container .area--like .like--wrap .item--link-hover i {
  padding-top: 32px;
  font-style: normal;
  display: block;
}
.container .area--like .like--wrap .item--link-hover strong {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #f6f6f6;
}
.container .area--like .like--wrap .item--link-hover span {
  display: block;
  padding-top: 17px;
  font-size: 12px;
  color: #f6f6f6;
}
.container .area--like .like--wrap:hover .item--link-hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.container .rechot {
  padding-top: 0;
}
.container .rechot .rechot--wrapper {
  height: auto;
  padding-bottom: 60px;
}
.container .rechot .rechot--title {
  height: 50px;
  color: #2f2f2f;
  font-size: 24px;
}
.container .rechot .rechot--nav-item {
  margin-left: 20px;
  margin-top: 5px;
  font-size: 16px;
  color: #4d4b4b;
}
.container .rechot .rechot--nav-item.active {
  color: #fc5066;
}
.container .rechot .rechot--item-content {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.container .team--nav {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 4;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, -60px);
  -moz-transform: translate(0, -60px);
  -ms-transform: translate(0, -60px);
  -o-transform: translate(0, -60px);
  transform: translate(0, -60px);
  overflow: hidden;
}
.container .team--nav.show {
  height: 60px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.container .team--nav .team--nav-wrap {
  width: 100%;
  height: 60px;
  /*padding: 0 16px;*/
  background-color: #333;
  overflow: hidden;
}
.container .team--nav .team--nav-wrap .nav--center-wrap {
  margin-left: -20px;
  height: 100%;
}
.container .team--nav .team--nav-wrap.fixed {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.container .team--nav .team--nav-wrap .nav--center {
  width: 1180px;
  height: 100%;
  /*overflow: hidden;*/
  margin: auto;
}
.container .team--nav .team--nav-wrap .nav--center .team--nav-item {
  position: relative;
  float: left;
  padding: 0 5px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  margin: 0 16px;
  cursor: pointer;
  color: #ccc;
}
.container .team--nav .team--nav-wrap .nav--center .team--nav-item.active {
  border-bottom: 4px solid #ff7385;
  color: #fff;
}
.container .team--nav .team--nav-wrap .nav--center .intentions {
  margin-top: 0;
}
.container .team--nav .team--nav-wrap .nav--center .intentions .want--shoot,
.container .team--nav .team--nav-wrap .nav--center .intentions .online--consultation {
  height: 60px;
  margin-left: 0;
  border-radius: 0;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.container .team--nav .team--nav-wrap .nav--center .intentions .want--shoot .iconfont,
.container .team--nav .team--nav-wrap .nav--center .intentions .online--consultation .iconfont {
  font-size: 20px;
}
.container .team--nav .team--nav-wrap .nav--center .intentions .want--shoot {
  width: 260px;
  background-color: #ff7385;
  line-height: 60px;
  color: #fff;
}
.container .team--nav .team--nav-wrap .nav--center .intentions .want--shoot .iconfont {
  color: #fff;
}
.container .team--nav .team--nav-wrap .nav--center .intentions .want--shoot:hover {
  background-color: #fc5066;
}
.container .team--nav .team--nav-wrap .nav--center .intentions .online--consultation {
  width: 120px;
  background-color: #666666;
  border: none;
  color: #fff;
}
.container .team--nav .team--nav-wrap .nav--center .intentions .online--consultation .iconfont {
  color: #fff;
}
.container .team--nav .team--nav-wrap .nav--center .intentions .online--consultation:hover {
  background-color: #ff93a1;
}
.container .video--modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1002;
  display: none;
}
.container .video--modal .video-modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
}
.container .video--modal .video--playbox {
  position: absolute;
  width: 1080px;
  height: 600px;
  margin-top: -300px;
  margin-left: -540px;
  top: 50%;
  left: 50%;
  border-radius: 8px;
  background-color: #333;
}
.container .video--modal .video--return {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -50px;
  right: 0;
  border: none;
  background-image: url(/img/close.min.png);
  background-color: transparent;
  color: white;
  border-radius: 4px;
  opacity: 0.5;
  cursor: pointer;
}
