/*请使用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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
body {
  background-color: #f6f6f6;
}
.intro--list {
  margin-top: 12px;
}
.intro--list .container--center {
  width: 1180px;
  min-width: 1180px;
  margin: 0 auto;
}
.intro--list .container--center .copyPhotographer {
  width: 180px;
  height: 618px;
}
.intro--list .container--center .photographer--category {
  padding-top: 30px;
}
.intro--list .container--center .photographer--category.fixed {
  position: fixed;
  top: 55px;
}
.intro--list .container--center .photographer--category.ab {
  position: absolute;
  top: auto;
  bottom: 484px;
}
.intro--list .container--center .photographer--category .current--position .crumbs {
  font-size: 13px;
  color: #999999;
  text-decoration: none;
}
.intro--list .container--center .photographer--category .current--position h2:hover,
.intro--list .container--center .photographer--category .current--position h3:hover {
  color: #ff7385;
}
.intro--list .container--center .photographer--category .choose .choose--photographer {
  width: 154px;
  text-align: center;
  margin-top: 20px;
}
.intro--list .container--center .photographer--category .choose .choose--photographer p {
  font-size: 18px;
  color: #2f2f2f;
}
.intro--list .container--center .photographer--category .choose .types {
  width: 165px;
  margin-top: 6px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}
.intro--list .container--center .photographer--category .choose .types .type--data {
  width: 154px;
  height: 100px;
  padding: 14px 0 14px 31px;
  border-top: 1px solid #c5c5c5;
  position: relative;
  cursor: pointer;
}
.intro--list .container--center .photographer--category .choose .types .type--data:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.intro--list .container--center .photographer--category .choose .types .type--data p {
  color: #2f2f2f;
}
.intro--list .container--center .photographer--category .choose .types .type--data .price {
  font-size: 18px;
}
.intro--list .container--center .photographer--category .choose .types .type--data .rank--cn {
  padding-top: 1px;
  font-size: 18px;
  font-weight: bold;
}
.intro--list .container--center .photographer--category .choose .types .type--data .rank--en {
  padding-top: 1px;
  height: 21px;
}
.intro--list .container--center .photographer--category .choose .types .type--data .seleted {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #000000;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
  display: none;
}
.intro--list .container--center .photographer--category .choose .types .type--data .seleted.active {
  display: block;
}
.intro--list .container--center .photographer--category .choose .types .disappear {
  border-top: 0px;
  padding: 26px 0 26px 31px;
}
.intro--list .container--center .photographer--category .choose .description {
  width: 180px;
}
.intro--list .container--center .photographer--category .choose .description p {
  font-size: 14px;
  line-height: 1.79;
  color: #999;
  margin-top: 10px;
}
.intro--list .container--center .photographer--category .choose .description p a {
  margin-top: 10px;
  text-decoration: none;
  color: #2f2f2f;
}
.intro--list .container--center .category--show {
  width: 960px;
  margin: 36px 0 0 38px;
  position: relative;
  left: 20px;
}
.intro--list .container--center .category--show .card--item {
  position: relative;
  width: 460px;
  height: 354px;
  background-color: transparent;
  top: 0;
  margin: 0 20px 20px 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;
}
.intro--list .container--center .category--show .card--item:before {
  content: '';
  position: absolute;
  width: 420px;
  height: 330px;
  background-color: #c5c5c5;
  top: 35px;
  left: 18px;
  border-radius: 25px;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  z-index: 1;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.intro--list .container--center .category--show .card--item:hover {
  top: -5px;
}
.intro--list .container--center .category--show .card--item:hover:before {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.intro--list .container--center .category--show .card--item .profile--card {
  display: block;
  position: relative;
  width: 460px;
  height: 354px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 26px 0 0 60px;
  z-index: 2;
}
.intro--list .container--center .category--show .card--item .profile--card .profile--data .profile--avatar {
  margin-right: 19px;
}
.intro--list .container--center .category--show .card--item .profile--card .profile--data .profile--avatar img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.intro--list .container--center .category--show .card--item .profile--card .profile--data .profile--name {
  margin-top: 9px;
  font-size: 20px;
  color: #2f2f2f;
}
.intro--list .container--center .category--show .card--item .profile--card .profile--data .profile--rank {
  margin-top: 3px;
  font-size: 14px;
  color: #666666;
}
.intro--list .container--center .category--show .card--item .profile--card .profile--state {
  margin-top: 21px;
}
.intro--list .container--center .category--show .card--item .profile--card .profile--state .title {
  font-size: 14px;
  color: #999999;
}
.intro--list .container--center .category--show .card--item .profile--card .profile--state .number {
  font-size: 18px;
  font-weight: bold;
  color: #2f2f2f;
}
.intro--list .container--center .category--show .card--item .profile--card .profile--state .cost {
  width: 140px;
}
.intro--list .container--center .category--show .card--item .profile--card .profile--state .order {
  width: 120px;
}
.intro--list .container--center .category--show .card--item .profile--card .profile--pic {
  margin-top: 19px;
}
.intro--list .container--center .category--show .card--item .profile--card .profile--pic .img--shadow {
  width: 110px;
  height: 110px;
  margin-right: 2px;
}
.intro--list .container--center .category--show .page {
  width: 424px;
  height: 22px;
  text-align: center;
  margin: 8px auto 43px;
}
.intro--list .container--center .category--show .page .list--page {
  font-size: 16px;
  letter-spacing: 5px;
  color: #c5c5c5;
}
.intro--list .container--center .category--show .page .list--page.curPage {
  color: #2f2f2f;
}
