/* 遮罩层 */
.iden-hint-wrap {
  font-size: 24px;
  color: #fff;
  position: fixed;
  height: 60px;
  line-height: 60px;
  left: 50%;
  top: 100px;
  z-index: 999999;
  padding: 0 35px;
  border-radius: 5px;
  transform: translateX(-50%);
}
.iden-hint-wrap.succeed {
  background-color: #5cb85c;
}
.iden-hint-wrap.warning {
  background-color: #f0ad4e;
}
.iden-hint-wrap.danger {
  background-color: #d9534f;
}
.iden-hint-wrap.default {
  background-color: rgba(0, 0, 0, 0.6);
}
.close-rt {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.close-rt:hover {
  color: #ddd;
}
.stylist-list .col-4 {
  float: left;
  width: 33.33333333%;
}
.stylist-list .col-8 {
  float: left;
  width: 66.66666667%;
}
.stylist-list .col-12 {
  float: left;
  width: 100%;
}
.stylist-list .item {
  *zoom: 1;
  margin-top: 14px;
  background: #fff;
  padding: 24px 20px 0;
}
.stylist-list .item:before,
.stylist-list .item:after {
  content: " ";
  display: table;
}
.stylist-list .item:after {
  clear: both;
}
.stylist-list .item .media {
  position: relative;
  padding-left: 88px;
  height: 160px;
  top: -7px;
}
.stylist-list .item .media .portrait {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 88px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.stylist-list .item .media .portrait img {
  width: 100%;
  height: 100%;
}
.stylist-list .item .media .detail {
  position: relative;
  margin-left: 18px;
  padding-bottom: 50px;
  color: #999;
}
.stylist-list .item .media .detail h3 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 3px;
  height: 24px;
  line-height: 24px;
  max-width: 200px;
  padding-right: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stylist-list .item .media .detail .level-ico {
  position: absolute;
  top: 4px;
  right: 25px;
  width: 16px;
  vertical-align: top;
}
.stylist-list .item .media .detail .level-ico.ax-ico {
  right: 0;
}
.stylist-list .item .media .detail .tags {
  color: #999;
  margin-bottom: 13px;
  height: 22px;
}
.stylist-list .item .media .detail .tags .industry {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  background: #f5f5f5;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.stylist-list .item .media .detail .tags .industry:hover .i-list {
  display: block;
}
.stylist-list .item .media .detail .tags .industry i {
  float: right;
  font-size: 12px;
  transform: scale(0.8);
  vertical-align: middle;
  margin-right: 0;
  margin-left: 3px;
}
.stylist-list .item .media .detail .tags .industry .i-list {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  top: 22px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.stylist-list .item .media .detail .tags .industry .i-list li {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  text-align: left;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stylist-list .item .media .detail .tags .industry .i-list li:hover,
.stylist-list .item .media .detail .tags .industry .i-list li.active {
  background: #ec008c;
  color: #fff;
}
.stylist-list .item .media .detail .tags .tag + .tag {
  margin-left: 12px;
  position: relative;
}
.stylist-list .item .media .detail .tags .tag + .tag::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #e5e5e5;
  position: absolute;
  top: 3px;
  left: -7px;
}
.stylist-list .item .media .detail .tags .region {
  margin-right: 20px;
  color: #333;
}
.stylist-list .item .media .detail .tags .font_family {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.stylist-list .item .media .detail .counts {
  margin-bottom: 5px;
}
.stylist-list .item .media .detail .counts em {
  margin-left: 5px;
  margin-right: 18px;
  font-weight: bold;
  color: #333;
}
.stylist-list .item .media .detail .btns {
  position: absolute;
  left: 0;
  bottom: 0;
}
.stylist-list .item .media .detail .btns .btn {
  display: inline-block;
  text-align: center;
  color: #ec008c;
  height: 28px;
  width: 88px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ec008c;
  cursor: pointer;
  margin-right: 6px;
}
.stylist-list .item .media .detail .btns .btn.active,
.stylist-list .item .media .detail .btns .btn:hover {
  background: #ec008c;
  color: #fff;
}
.stylist-list .item .media .detail .btns .btn.disabled {
  background: #fff;
  color: #999;
  border: 1px solid #999;
}
.stylist-list .item .media .detail .btns .btn:hover {
  opacity: 1;
}
.stylist-list .item .media .detail .hint {
  font-size: 12px;
}
.stylist-list .item .media .detail .awards-con {
  position: relative;
  height: 28px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.stylist-list .item .media .detail .awards-con:hover + .show-all {
  display: block;
}
.stylist-list .item .media .detail .show-all {
  display: none;
  position: absolute;
  top: 150px;
  width: 100%;
  padding: 20px;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.stylist-list .item .media .detail .show-all .list .title {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.stylist-list .item .media .detail .show-all .list .item {
  padding: 5px 0 5px 5px;
  position: relative;
  margin-top: 0;
}
.stylist-list .item .media .detail .show-all .list .item .awards {
  position: relative;
  background: #ebebeb;
  padding-left: 5px;
}
.stylist-list .item .media .detail .show-all .list .item .awards img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 4px;
}
.stylist-list .item .media .detail .show-all .list .item .awards p {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stylist-list .item .media .detail .show-all .list .item p {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stylist-list .item .media .detail .show-all .list img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
}
.stylist-list .item .media .detail .show-all .list-2 {
  margin-top: 20px;
}
.stylist-list .item .media .detail .awards-list {
  position: relative;
}
.stylist-list .item .media .detail .awards-list .awards {
  position: relative;
  background: #ebebeb;
  padding-left: 5px;
}
.stylist-list .item .media .detail .awards-list .awards img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 4px;
}
.stylist-list .item .media .detail .awards-list .awards p {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stylist-list .item .imgs {
  position: relative;
  padding-right: 10px;
  margin-top: -8px;
  *zoom: 1;
}
.stylist-list .item .imgs:before,
.stylist-list .item .imgs:after {
  content: " ";
  display: table;
}
.stylist-list .item .imgs:after {
  clear: both;
}
.stylist-list .item .imgs .img {
  float: right;
  height: 150px;
  width: 206px;
  margin-right: 16px;
}
.stylist-list .item .imgs .img img {
  width: 100%;
  height: 100%;
}
.stylist-list .item .imgs .more {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-left: 9px;
  margin-top: 64px;
  text-align: center;
  color: #ec008c;
}
.stylist-list .item .imgs .more i {
  display: block;
  font-size: 22px;
  line-height: 12px;
}
.stylist-list .item .imgs .more i + i {
  margin-top: -1px;
}
.stylist-list .item .txt {
  border-top: 1px solid #eee;
  height: 62px;
  line-height: 61px;
}
.stylist-list .item .txt em {
  font-weight: bold;
}
.stylist-list .item .txt .tags {
  padding-left: 106px;
  max-height: 61px;
  overflow: hidden;
  padding-right: 12px;
}
.stylist-list .item .txt .tags .tag + .tag {
  margin-left: 14px;
  position: relative;
}
.stylist-list .item .txt .tags .tag + .tag::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #999999;
  position: absolute;
  top: 3.5px;
  left: -7px;
}
.stylist-list .item .txt .tags .tag {
  cursor: default;
}
.stylist-list .item .txt .tags .tag + .tag {
  margin-left: 24px;
}
.stylist-list .item .txt .tags .tag + .tag:before {
  left: -12px;
}
.stylist-list .item .txt .info {
  max-height: 61px;
  padding-right: 40px;
  padding-left: 106px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stylist-list .item .txt .info span {
  margin-left: 10px;
}
@media screen and (max-width: 1520px) {
  .stylist-list .item > .media {
    width: 44%;
  }
  .stylist-list .item .imgs {
    width: 55%;
    float: right;
    margin-top: 1px;
  }
  .stylist-list .item .imgs .img {
    width: 190px;
    height: 139px;
  }
  .stylist-list .item .imgs .img:nth-child(1) {
    display: none;
  }
  .stylist-list .item .imgs .more {
    margin-top: 46px;
  }
}
/** showBanner***********************/
@keyframes showBanner {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-ms-keyframes showBanner {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes showBanner {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-o-keyframes showBanner {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes showBanner {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/****************showTitle*****************/
@keyframes showTitle {
  0% {
    top: 212px;
    opacity: .5;
    z-index: 10;
  }
  100% {
    top: 0;
    opacity: 1;
    z-index: 10;
  }
}
@-ms-keyframes showTitle {
  0% {
    top: 212px;
    opacity: .5;
    z-index: 10;
  }
  100% {
    top: 0;
    opacity: 1;
    z-index: 10;
  }
}
@-moz-keyframes showTitle {
  0% {
    top: 212px;
    opacity: .5;
    z-index: 10;
  }
  100% {
    top: 0;
    opacity: 1;
    z-index: 10;
  }
}
@-o-keyframes showTitle {
  0% {
    top: 212px;
    opacity: .5;
    z-index: 10;
  }
  100% {
    top: 0;
    opacity: 1;
    z-index: 10;
  }
}
@-webkit-keyframes showTitle {
  0% {
    top: 212px;
    opacity: .5;
    z-index: 10;
  }
  100% {
    top: 0;
    opacity: 1;
    z-index: 10;
  }
}
/****************showTitle*****************/
@keyframes showImg {
  0% {
    top: 365px;
    opacity: 1;
  }
  40% {
    top: -110px;
    opacity: 1;
  }
  60% {
    top: -70px;
    opacity: 1;
  }
  80% {
    top: -100px;
    opacity: 1;
  }
  100% {
    top: -90px;
    opacity: 1;
  }
}
@-ms-keyframes showImg {
  0% {
    top: 365px;
    opacity: 1;
  }
  40% {
    top: -110px;
    opacity: 1;
  }
  60% {
    top: -70px;
    opacity: 1;
  }
  80% {
    top: -100px;
    opacity: 1;
  }
  100% {
    top: -90px;
    opacity: 1;
  }
}
@-moz-keyframes showImg {
  0% {
    top: 365px;
    opacity: 1;
  }
  40% {
    top: -110px;
    opacity: 1;
  }
  60% {
    top: -70px;
    opacity: 1;
  }
  80% {
    top: -100px;
    opacity: 1;
  }
  100% {
    top: -90px;
    opacity: 1;
  }
}
@-o-keyframes showImg {
  0% {
    top: 365px;
    opacity: 1;
  }
  40% {
    top: -110px;
    opacity: 1;
  }
  60% {
    top: -70px;
    opacity: 1;
  }
  80% {
    top: -100px;
    opacity: 1;
  }
  100% {
    top: -90px;
    opacity: 1;
  }
}
@-webkit-keyframes showImg {
  0% {
    top: 365px;
    opacity: 1;
  }
  40% {
    top: -110px;
    opacity: 1;
  }
  60% {
    top: -70px;
    opacity: 1;
  }
  80% {
    top: -100px;
    opacity: 1;
  }
  100% {
    top: -90px;
    opacity: 1;
  }
}
/****************买设计--showTitle*****************/
@keyframes showImg-buyds {
  0% {
    top: 365px;
    opacity: 1;
  }
  40% {
    top: -130px;
    opacity: 1;
  }
  60% {
    top: -90px;
    opacity: 1;
  }
  80% {
    top: -120px;
    opacity: 1;
  }
  100% {
    top: -110px;
    opacity: 1;
  }
}
@-ms-keyframes showImg-buyds {
  0% {
    top: 365px;
    opacity: 1;
  }
  40% {
    top: -130px;
    opacity: 1;
  }
  60% {
    top: -90px;
    opacity: 1;
  }
  80% {
    top: -120px;
    opacity: 1;
  }
  100% {
    top: -110px;
    opacity: 1;
  }
}
@-moz-keyframes showImg-buyds {
  0% {
    top: 365px;
    opacity: 1;
  }
  40% {
    top: -130px;
    opacity: 1;
  }
  60% {
    top: -90px;
    opacity: 1;
  }
  80% {
    top: -120px;
    opacity: 1;
  }
  100% {
    top: -110px;
    opacity: 1;
  }
}
@-o-keyframes showImg-buyds {
  0% {
    top: 365px;
    opacity: 1;
  }
  40% {
    top: -130px;
    opacity: 1;
  }
  60% {
    top: -90px;
    opacity: 1;
  }
  80% {
    top: -120px;
    opacity: 1;
  }
  100% {
    top: -110px;
    opacity: 1;
  }
}
@-webkit-keyframes showImg-buyds {
  0% {
    top: 365px;
    opacity: 1;
  }
  40% {
    top: -130px;
    opacity: 1;
  }
  60% {
    top: -90px;
    opacity: 1;
  }
  80% {
    top: -120px;
    opacity: 1;
  }
  100% {
    top: -110px;
    opacity: 1;
  }
}
/****************showLine*****************/
@keyframes showLine {
  0% {
    width: 0;
    opacity: 1;
    z-index: 10;
  }
  100% {
    width: 100%;
    opacity: 1;
    z-index: 10;
  }
}
@-ms-keyframes showLine {
  0% {
    width: 0;
    opacity: 1;
    z-index: 10;
  }
  100% {
    width: 100%;
    opacity: 1;
    z-index: 10;
  }
}
@-moz-keyframes showLine {
  0% {
    width: 0;
    opacity: 1;
    z-index: 10;
  }
  100% {
    width: 100%;
    opacity: 1;
    z-index: 10;
  }
}
@-o-keyframes showLine {
  0% {
    width: 0;
    opacity: 1;
    z-index: 10;
  }
  100% {
    width: 100%;
    opacity: 1;
    z-index: 10;
  }
}
@-webkit-keyframes showLine {
  0% {
    width: 0;
    opacity: 1;
    z-index: 10;
  }
  100% {
    width: 100%;
    opacity: 1;
    z-index: 10;
  }
}
/****************showNav-bar*****************/
@keyframes showNav-bar {
  0% {
    bottom: -80px;
    opacity: 1;
    z-index: 10;
  }
  100% {
    bottom: 0;
    opacity: 1;
    z-index: 10;
  }
}
@-ms-keyframes showNav-bar {
  0% {
    bottom: -80px;
    opacity: 1;
    z-index: 10;
  }
  100% {
    bottom: 0;
    opacity: 1;
    z-index: 10;
  }
}
@-moz-keyframes showNav-bar {
  0% {
    bottom: -80px;
    opacity: 1;
    z-index: 10;
  }
  100% {
    bottom: 0;
    opacity: 1;
    z-index: 10;
  }
}
@-o-keyframes showNav-bar {
  0% {
    bottom: -80px;
    opacity: 1;
    z-index: 10;
  }
  100% {
    bottom: 0;
    opacity: 1;
    z-index: 10;
  }
}
@-webkit-keyframes showNav-bar {
  0% {
    bottom: -80px;
    opacity: 1;
    z-index: 10;
  }
  100% {
    bottom: 0;
    opacity: 1;
    z-index: 10;
  }
}
/****************  买设计  showNav-bar*****************/
@keyframes showNav-bar-buyds {
  0% {
    bottom: -120px;
    opacity: 1;
    z-index: 10;
  }
  100% {
    bottom: -40px;
    opacity: 1;
    z-index: 10;
  }
}
@-ms-keyframes showNav-bar {
  0% {
    bottom: -120px;
    opacity: 1;
    z-index: 10;
  }
  100% {
    bottom: -40px;
    opacity: 1;
    z-index: 10;
  }
}
@-moz-keyframes showNav-bar {
  0% {
    bottom: -120px;
    opacity: 1;
    z-index: 10;
  }
  100% {
    bottom: -40px;
    opacity: 1;
    z-index: 10;
  }
}
@-o-keyframes showNav-bar {
  0% {
    bottom: -120px;
    opacity: 1;
    z-index: 10;
  }
  100% {
    bottom: -40px;
    opacity: 1;
    z-index: 10;
  }
}
@-webkit-keyframes showNav-bar {
  0% {
    bottom: -120px;
    opacity: 1;
    z-index: 10;
  }
  100% {
    bottom: -40px;
    opacity: 1;
    z-index: 10;
  }
}
/****************  loding 转圈圈*****************/
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
.more-com {
  margin-top: 6px;
  text-align: center;
  color: #ec008c;
}
.more-com i {
  margin: 0 15px;
}
.more-com a {
  color: #ec008c;
}
.main #noMessage {
  display: none;
  text-align: center;
  color: #666;
  width: 100%;
  background: #fff;
  margin: 0 0;
  padding: 100px 0;
}
.main #noMessage .null_content_img {
  background: url(../image/null-pic.png) no-repeat center;
  background-size: 100%;
  width: 540px;
  height: 344px !important;
  margin: 0 auto;
}
.main #design_loading,
.main .design_loading {
  height: 544px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-top: 72px;
}
.main #design_loading img,
.main .design_loading img {
  display: block;
  width: 100%;
  height: 300px;
  margin: 0 auto;
}
.main-wrap {
  display: none;
}
.main-banner {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
.main-banner .swiper-container {
  width: 100%;
}
.main-banner .con {
  text-align: center;
  overflow: hidden;
}
.main-banner .con img {
  margin: 0 -100%;
  max-height: 350px;
  width: 1920px;
  vertical-align: middle;
}
.main-banner .swiper-container {
  height: 350px;
}
.main-banner .swiper-container .swiper-btns {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}
.main-banner .swiper-container .swiper-btns .swiper-button-prev {
  left: 0;
}
.main-banner .swiper-container .swiper-btns .swiper-button-next {
  right: 0;
}
.main-banner .swiper-container .icon {
  position: relative;
  font-size: 30px;
  color: white;
  top: 9px;
  left: 9px;
}
/*.main-nav {*/
/*  margin: 50px 0;*/
/*  *zoom: 1;*/
/*}*/
.main-nav:before,
.main-nav:after {
  content: " ";
  display: table;
}
.main-nav:after {
  clear: both;
}
.main-nav .item {
  float: left;
  width: 33.33333%;
  text-align: center;
}
.main-nav .item .logo {
  margin: 0 auto;
  width: 72px;
  height: 68px;
  background: url("../image/ico_01.png") no-repeat;
  background-position: center center;
}
.main-nav .item .logo:hover {
  opacity: .8;
}
.main-nav .item .up a {
  display: inline-block;
}
.main-nav .item .title {
  margin: 16px auto;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  width: 122px;
  height: 34px;
  line-height: 34px;
  background: url("../image/bg_01.png") no-repeat;
  background-size: 122px 34px;
}
.main-nav .item .title span {
  font-size: 12px;
}
.main-nav .item .txt {
  color: #333;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}
.main-nav .item .logo2 {
  background-image: url("../image/ico_02.png");
}
.main-nav .item .logo3 {
  background-image: url("../image/ico_03.png");
}
.float-report {
  position: relative;
  border-top: 2px solid #ec008c;
  background: #fff;
  height: 222px;
}
.float-report .change {
  color: #ec008c;
  position: absolute;
  padding: 10px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}
.float-report .change i {
  margin-right: 5px;
  display: inline-block;
}
.float-report .change i.await {
  animation: spin 2s infinite linear;
}
.float-report .item {
  position: relative;
  float: left;
  margin-right: 125px;
  top: 40px;
  width: 200px;
  height: 160px;
  color: #666;
  font-size: 16px;
}
.float-report .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1520px) {
  .float-report .item {
    margin-right: 50px;
  }
}
.float-report .item em {
  color: #333;
  font-size: 40px;
  font-weight: bold;
}
.float-report .item .float-con {
  position: absolute;
  cursor: pointer;
  left: 0;
  bottom: 0;
  height: 110px;
  min-width: 130px;
  max-width: 140px;
  background: url("../image/task-type.png") no-repeat 25px -294px;
}
.float-report .item .float-con:hover {
  color: #ec008c;
}
.float-report .item .float-con:hover em {
  color: #ec008c;
}
.float-report .item .float-con p:first-child {
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}
.float-report .item .float-con .txt {
  text-align: center;
  margin-top: 23px;
  background: #fff;
}
.float-report .item .float-con .js_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-height: 22px;
}
.breadcrumb {
  *zoom: 1;
  border-bottom: 2px solid #ec008c;
  margin-bottom: 24px;
}
.breadcrumb:before,
.breadcrumb:after {
  content: " ";
  display: table;
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb li {
  float: left;
  height: 30px;
  line-height: 30px;
}
.breadcrumb .active {
  width: 100px;
  background: #ec008c;
  font-size: 16px;
  margin-right: 20px;
  text-align: center;
  color: #fff;
}
.breadcrumb .active a {
  color: #fff;
}
.breadcrumb .item {
  color: #ff66cc;
  position: relative;
  margin-right: 14px;
}
.breadcrumb .item + .item {
  margin-left: 20px;
}
.breadcrumb .item + .item:before {
  display: block;
  content: '/';
  position: absolute;
  left: -20px;
}
.breadcrumb .item a {
  color: #ff66cc;
}
.breadcrumb .more {
  float: right;
}
.breadcrumb .more a {
  color: #ec008c;
}
.breadcrumb .more i {
  margin-right: 3px;
}
.breadcrumb .txt {
  color: #ff66cc;
}
.breadcrumb .txt a {
  color: #ff66cc;
}
.trend-con {
  margin-top: 50px;
}
.trend-con .trend-list {
  *zoom: 1;
}
.trend-con .trend-list:before,
.trend-con .trend-list:after {
  content: " ";
  display: table;
}
.trend-con .trend-list:after {
  clear: both;
}
.trend-con .trend-list:before,
.trend-con .trend-list:after {
  content: " ";
  display: table;
}
.trend-con .trend-list:after {
  clear: both;
}
@keyframes showSummary {
  0% {
    height: 0;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}
@media screen and (min-width: 1521px) {
  .trend-con .trend-list .g-col-3 .img {
    height: 218px;
  }
  .trend-con .trend-list li .blank {
    height: 64px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1520px) {
  .trend-con .trend-list .g-col-3 .img {
    height: 186px;
  }
  .trend-con .trend-list li .blank {
    height: 64px;
    overflow: hidden;
  }
  .trend-con .trend-list li .blank:hover p.tag {
    margin-top: 12px;
  }
}
.trend-con .trend-list li {
  position: relative;
  background: #fff;
  overflow: hidden;
  border: solid 1px  #eee;
  cursor: pointer;
}
.trend-con .trend-list li .flag {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(236, 0, 140, 0.6);
  font-size: 12px;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  z-index: 10;
}
.trend-con .trend-list li .markWord {
  background-color: #ff66cc;
  color: #fff;
  z-index: 10;
  font-size: 12px;
  opacity: 0.8;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
}
.trend-con .trend-list li .img {
  height: 196px;
}
.trend-con .trend-list li .img img {
  width: 100%;
  height: 100%;
  transition: ease 0.2s;
}
.trend-con .trend-list li .title {
  font-size: 13px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 18px;
}
.trend-con .trend-list li .tag {
  font-size: 12px;
  color: #999;
  line-height: 18px;
  max-height: 18px;
  margin-bottom: 10px;
  overflow: hidden;
}
.trend-con .trend-list li .tag span:hover {
  color: #ff66cc;
}
.trend-con .trend-list li .tag span:hover a {
  color: #ff66cc;
}
.trend-con .trend-list li .tag span + span {
  margin-left: 12px;
  position: relative;
}
.trend-con .trend-list li .tag span + span::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: #e5e5e5;
  position: absolute;
  top: 1px;
  left: -7px;
}
.trend-con .trend-list li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.trend-con .trend-list li:hover .img img {
  opacity: 0.9;
}
.trend-con .trend-list li:hover .details .summary {
  animation: showSummary .2s forwards;
  -moz-animation: showSummary .2s forwards;
  /* Firefox */
  -webkit-animation: showSummary .2s forwards;
  /* Safari and Chrome */
  -o-animation: showSummary .2s forwards;
  /* Opera */
}
.trend-con .trend-list li:hover p.tag {
  margin-top: 16px;
  color: #333;
}
.trend-con .trend-list li:hover p.tag span {
  cursor: pointer;
}
.trend-con .trend-list li:hover .interactive {
  display: block;
}
.trend-con .trend-list li:hover .interactive.o12-31 .time {
  display: none;
}
.trend-con .trend-list li:hover .interactive.o12-31 .support-count,
.trend-con .trend-list li:hover .interactive.o12-31 .read-count {
  text-align: left;
}
.trend-con .trend-list li:hover .title {
  white-space: normal;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*2为指定行数*/
  -webkit-box-orient: vertical;
}
.trend-con .trend-list li .col-3 {
  float: left;
  margin: 0;
  width: 25%;
}
.trend-con .trend-list li .col-4 {
  float: left;
  margin: 0;
  width: 33.333333%;
}
.trend-con .trend-list li .col-6 {
  float: left;
  margin: 0;
  width: 50%;
}
.trend-con .trend-list .details {
  position: absolute;
  background: #fff;
  bottom: 0;
  z-index: 10;
  width: 100%;
  cursor: default;
}
.trend-con .trend-list .details .support-count,
.trend-con .trend-list .details .read-count {
  text-align: right;
}
.trend-con .trend-list .details .text {
  padding: 10px 16px 0 6px;
  background: #fff;
}
.trend-con .trend-list .interactive {
  position: absolute;
  width: 100%;
  top: -28px;
  display: none;
  padding: 0 20px;
  height: 28px;
  background: rgba(255, 255, 255, 0.8);
  line-height: 28px;
  font-size: 12px;
  color: #666;
}
.trend-con .trend-list .interactive div {
  overflow: hidden;
  white-space: nowrap;
}
.trend-con .trend-list .interactive:hover {
  cursor: default;
}
.trend-con .trend-list .summary {
  height: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*2为指定行数*/
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 18px;
  max-height: 54px;
  color: #999;
}
.trend-con .trend-list .tag {
  webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  min-height: 18px;
}
.trend-con .trend-list .tag i {
  position: relative;
  top: 1px;
}
@media screen and (min-width: 1521px) {
  .trend-con .trend-list .title {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1520px) {
  .trend-con .trend-list .title {
    margin-bottom: 5px;
  }
}
.trend-con .trend-list li {
  overflow: visible;
}
.trend-con .trend-list .new,
.trend-con .trend-list .hot {
  position: absolute;
  height: 20px;
  width: 64px;
  text-align: center;
  left: 0;
  top: -10px;
  background: #FF6000;
}
.trend-con .trend-list .hot {
  background: #F24059;
}
.main .creative-con {
  margin-top: 20px;
}
.creative-con .breadcrumb {
  margin-bottom: 24px;
}
.creative-con .yczpk {
  *zoom: 1;
}
.creative-con .yczpk:before,
.creative-con .yczpk:after {
  content: " ";
  display: table;
}
.creative-con .yczpk:after {
  clear: both;
}
.creative-con .media-l {
  float: left;
  width: 506px;
  height: 510px;
  padding: 40px;
  background: #ffffff url("../image/cover-201.png") no-repeat;
  background-position: center bottom;
  background-size: 439px auto;
  font-size: 18px;
}
.creative-con .media-l .txt {
  margin-bottom: 30px;
  line-height: 30px;
  color: #666;
}
.creative-con .media-l .txt em {
  color: #ec008c;
}
.creative-con .media-l .btn {
  display: inline-block;
  text-align: center;
  width: 238px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #ec008c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.creative-con .media-l .btn.disabled {
  background: #999;
}
.creative-con .list {
  float: right;
  width: 976px;
  *zoom: 1;
}
.creative-con .list:before,
.creative-con .list:after {
  content: " ";
  display: table;
}
.creative-con .list:after {
  clear: both;
}
.creative-con .list .item {
  position: relative;
  width: 312px;
  margin-bottom: 20px;
  height: 245px;
  float: left;
  margin-right: 20px;
}
.creative-con .list .item:nth-child(3n) {
  margin-right: 0;
}
.creative-con .list .item:hover .lard {
  opacity: 1;
}
.creative-con .list .item .cover {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.creative-con .list .item .lard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 62px 35px;
  text-align: center;
  opacity: 0;
  transition: opacity .3s;
}
.creative-con .list .item .title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 14px;
  height: 22px;
  line-height: 22px;
}
.creative-con .list .item .btn {
  display: inline-block;
  width: 114px;
  height: 34px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  line-height: 32px;
  text-align: center;
  margin-top: 16px;
  color: #fff;
}
.task-con {
  margin-top: 50px;
}
.task-con .more-com {
  margin-top: 36px;
}
.task-con .out-wrap {
  position: relative;
}
.task-con .out-wrap .prev,
.task-con .out-wrap .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  color: #999;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
.task-con .out-wrap .prev i,
.task-con .out-wrap .next i {
  font-size: 30px;
}
.task-con .out-wrap .prev {
  left: -40px;
}
.task-con .out-wrap .next {
  right: -40px;
}
@media screen and (max-width: 1580px) and (min-width: 1521px) {
  .task-con .out-wrap .prev {
    left: 0;
  }
  .task-con .out-wrap .next {
    right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .task-con .out-wrap .prev {
    left: 0;
  }
  .task-con .out-wrap .next {
    right: 0;
  }
}
.task-con .task-list {
  *zoom: 1;
}
.task-con .task-list:before,
.task-con .task-list:after {
  content: " ";
  display: table;
}
.task-con .task-list:after {
  clear: both;
}
.task-con .task-list .big-col5 {
  width: 282px;
  margin-bottom: 0;
}
.task-con .task-list .firm {
  background: #fff;
  text-align: center;
  font-size: 14px;
}
.task-con .task-list .firm .logo {
  padding: 60px 0 60px;
  height: 200px;
}
.task-con .task-list .firm .logo img {
  width: 160px;
  height: 80px;
}
.task-con .task-list .firm .details {
  padding-bottom: 10px;
}
.task-con .task-list .firm .details .firm-title {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.task-con .task-list .firm .details .code {
  margin-top: 3px;
  font-size: 14px;
  color: #999;
  text-align: center;
  height: 16px;
  line-height: 16px;
}
.task-con .task-list .firm .details .tasks {
  margin: 15px 20px;
  height: 20px;
  line-height: 20px;
  color: #666;
}
.task-con .task-list .firm .details .tasks div {
  text-align: center;
}
.task-con .task-list .firm .details .tasks em {
  color: #ff66cc;
}
.task-con .task-list .firm .details .tasks.even div {
  float: left;
  width: 50%;
}
.task-con .task-list .firm .details .tasks.even div:last-child {
  text-align: right;
}
.task-con .task-list .firm .floats {
  padding: 20px 0;
  height: 100px;
  line-height: 80px;
  color: #ec008c;
}
.task-con .task-list .firm .floats span {
  margin-left: -20px;
}
.task-con .task-list .firm .floats i {
  letter-spacing: -20px;
  font-size: 40px;
}
.task-con .task-list .firm .look-more {
  color: #ec008c;
}
.stylist-con {
  margin-top: 50px;
}
.stylist-con .more-com {
  margin-top: 36px;
}
.stylist-con .stylist-list .col-4 {
  float: left;
  width: 33.33333333%;
}
.stylist-con .stylist-list .col-8 {
  float: left;
  width: 66.66666667%;
}
.stylist-con .stylist-list .col-12 {
  float: left;
  width: 100%;
}
.stylist-con .stylist-list .item {
  *zoom: 1;
  margin-top: 14px;
  background: #fff;
  padding: 24px 20px 0;
}
.stylist-con .stylist-list .item:before,
.stylist-con .stylist-list .item:after {
  content: " ";
  display: table;
}
.stylist-con .stylist-list .item:after {
  clear: both;
}
.stylist-con .stylist-list .item .media {
  position: relative;
  padding-left: 88px;
  height: 160px;
  top: -7px;
}
.stylist-con .stylist-list .item .media .portrait {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 88px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.stylist-con .stylist-list .item .media .portrait img {
  width: 100%;
  height: 100%;
}
.stylist-con .stylist-list .item .media .detail {
  position: relative;
  margin-left: 18px;
  padding-bottom: 50px;
  color: #999;
}
.stylist-con .stylist-list .item .media .detail h3 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 3px;
  height: 24px;
  line-height: 24px;
  max-width: 200px;
  padding-right: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stylist-con .stylist-list .item .media .detail .level-ico {
  position: absolute;
  top: 4px;
  right: 25px;
  width: 16px;
  vertical-align: top;
}
.stylist-con .stylist-list .item .media .detail .level-ico.ax-ico {
  right: 0;
}
.stylist-con .stylist-list .item .media .detail .tags {
  color: #999;
  margin-bottom: 13px;
  height: 22px;
}
.stylist-con .stylist-list .item .media .detail .tags .industry {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  background: #f5f5f5;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.stylist-con .stylist-list .item .media .detail .tags .industry:hover .i-list {
  display: block;
}
.stylist-con .stylist-list .item .media .detail .tags .industry i {
  float: right;
  font-size: 12px;
  transform: scale(0.8);
  vertical-align: middle;
  margin-right: 0;
  margin-left: 3px;
}
.stylist-con .stylist-list .item .media .detail .tags .industry .i-list {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  top: 22px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.stylist-con .stylist-list .item .media .detail .tags .industry .i-list li {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  text-align: left;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stylist-con .stylist-list .item .media .detail .tags .industry .i-list li:hover,
.stylist-con .stylist-list .item .media .detail .tags .industry .i-list li.active {
  background: #ec008c;
  color: #fff;
}
.stylist-con .stylist-list .item .media .detail .tags .tag + .tag {
  margin-left: 12px;
  position: relative;
}
.stylist-con .stylist-list .item .media .detail .tags .tag + .tag::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #e5e5e5;
  position: absolute;
  top: 3px;
  left: -7px;
}
.stylist-con .stylist-list .item .media .detail .tags .region {
  margin-right: 20px;
  color: #333;
}
.stylist-con .stylist-list .item .media .detail .tags .font_family {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.stylist-con .stylist-list .item .media .detail .counts {
  margin-bottom: 5px;
}
.stylist-con .stylist-list .item .media .detail .counts em {
  margin-left: 5px;
  margin-right: 18px;
  font-weight: bold;
  color: #333;
}
.stylist-con .stylist-list .item .media .detail .btns {
  position: absolute;
  left: 0;
  bottom: 0;
}
.stylist-con .stylist-list .item .media .detail .btns .btn {
  display: inline-block;
  text-align: center;
  color: #ec008c;
  height: 28px;
  width: 88px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ec008c;
  cursor: pointer;
  margin-right: 6px;
}
.stylist-con .stylist-list .item .media .detail .btns .btn.active,
.stylist-con .stylist-list .item .media .detail .btns .btn:hover {
  background: #ec008c;
  color: #fff;
}
.stylist-con .stylist-list .item .media .detail .btns .btn.disabled {
  background: #fff;
  color: #999;
  border: 1px solid #999;
}
.stylist-con .stylist-list .item .media .detail .btns .btn:hover {
  opacity: 1;
}
.stylist-con .stylist-list .item .media .detail .hint {
  font-size: 12px;
}
.stylist-con .stylist-list .item .media .detail .awards-con {
  position: relative;
  height: 28px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.stylist-con .stylist-list .item .media .detail .awards-con:hover + .show-all {
  display: block;
}
.stylist-con .stylist-list .item .media .detail .show-all {
  display: none;
  position: absolute;
  top: 150px;
  width: 100%;
  padding: 20px;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.stylist-con .stylist-list .item .media .detail .show-all .list .title {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.stylist-con .stylist-list .item .media .detail .show-all .list .item {
  padding: 5px 0 5px 5px;
  position: relative;
  margin-top: 0;
}
.stylist-con .stylist-list .item .media .detail .show-all .list .item .awards {
  position: relative;
  background: #ebebeb;
  padding-left: 5px;
}
.stylist-con .stylist-list .item .media .detail .show-all .list .item .awards img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 4px;
}
.stylist-con .stylist-list .item .media .detail .show-all .list .item .awards p {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stylist-con .stylist-list .item .media .detail .show-all .list .item p {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stylist-con .stylist-list .item .media .detail .show-all .list img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
}
.stylist-con .stylist-list .item .media .detail .show-all .list-2 {
  margin-top: 20px;
}
.stylist-con .stylist-list .item .media .detail .awards-list {
  position: relative;
}
.stylist-con .stylist-list .item .media .detail .awards-list .awards {
  position: relative;
  background: #ebebeb;
  padding-left: 5px;
}
.stylist-con .stylist-list .item .media .detail .awards-list .awards img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 4px;
}
.stylist-con .stylist-list .item .media .detail .awards-list .awards p {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stylist-con .stylist-list .item .imgs {
  position: relative;
  padding-right: 10px;
  margin-top: -8px;
  *zoom: 1;
}
.stylist-con .stylist-list .item .imgs:before,
.stylist-con .stylist-list .item .imgs:after {
  content: " ";
  display: table;
}
.stylist-con .stylist-list .item .imgs:after {
  clear: both;
}
.stylist-con .stylist-list .item .imgs .img {
  float: right;
  height: 150px;
  width: 206px;
  margin-right: 16px;
}
.stylist-con .stylist-list .item .imgs .img img {
  width: 100%;
  height: 100%;
}
.stylist-con .stylist-list .item .imgs .more {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-left: 9px;
  margin-top: 64px;
  text-align: center;
  color: #ec008c;
}
.stylist-con .stylist-list .item .imgs .more i {
  display: block;
  font-size: 22px;
  line-height: 12px;
}
.stylist-con .stylist-list .item .imgs .more i + i {
  margin-top: -1px;
}
.stylist-con .stylist-list .item .txt {
  border-top: 1px solid #eee;
  height: 62px;
  line-height: 61px;
}
.stylist-con .stylist-list .item .txt em {
  font-weight: bold;
}
.stylist-con .stylist-list .item .txt .tags {
  padding-left: 106px;
  max-height: 61px;
  overflow: hidden;
  padding-right: 12px;
}
.stylist-con .stylist-list .item .txt .tags .tag + .tag {
  margin-left: 14px;
  position: relative;
}
.stylist-con .stylist-list .item .txt .tags .tag + .tag::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #999999;
  position: absolute;
  top: 3.5px;
  left: -7px;
}
.stylist-con .stylist-list .item .txt .tags .tag {
  cursor: default;
}
.stylist-con .stylist-list .item .txt .tags .tag + .tag {
  margin-left: 24px;
}
.stylist-con .stylist-list .item .txt .tags .tag + .tag:before {
  left: -12px;
}
.stylist-con .stylist-list .item .txt .info {
  max-height: 61px;
  padding-right: 40px;
  padding-left: 106px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stylist-con .stylist-list .item .txt .info span {
  margin-left: 10px;
}
@media screen and (max-width: 1520px) {
  .stylist-con .stylist-list .item > .media {
    width: 44%;
  }
  .stylist-con .stylist-list .item .imgs {
    width: 55%;
    float: right;
    margin-top: 1px;
  }
  .stylist-con .stylist-list .item .imgs .img {
    width: 190px;
    height: 139px;
  }
  .stylist-con .stylist-list .item .imgs .img:nth-child(1) {
    display: none;
  }
  .stylist-con .stylist-list .item .imgs .more {
    margin-top: 46px;
  }
}
.i-s-con {
  margin-top: 50px;
}
.i-s-con .list {
  *zoom: 1;
}
.i-s-con .list:before,
.i-s-con .list:after {
  content: " ";
  display: table;
}
.i-s-con .list:after {
  clear: both;
}
.i-s-con .list li {
  float: left;
  margin-right: 25px;
  position: relative;
  width: 280px;
  height: 282px;
  border-radius: 10px;
  overflow: hidden;
}
.i-s-con .list li:nth-child(5n) {
  margin-right: 0;
}
.i-s-con .list li .profile {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  vertical-align: middle;
}
.i-s-con .list li .lard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.i-s-con .list li .info {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  color: #fff;
  padding-right: 95px;
  padding-left: 20px;
}
.i-s-con .list li .info .name {
  font-size: 16px;
  margin-bottom: 8px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i-s-con .list li .info .job {
  height: 16px;
  line-height: 16px;
}
.i-s-con .list li .info .btn {
  position: absolute;
  top: 15px;
  right: 20px;
  display: inline-block;
  width: 70px;
  height: 22px;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.competition-con {
  margin-top: 20px;
}
.competition-con .more-com {
  margin-top: 36px;
}
.competition-con .competition-list li {
  border: 0;
  background: #fff;
}
.competition-con .competition-list li .img img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.competition-con .competition-list .top {
  height: 100px;
  padding: 20px;
}
.competition-con .competition-list .bottom {
  height: 170px;
  padding: 20px;
}
.competition-con .competition-list .month {
  font-size: 16px;
}
.competition-con .competition-list .day {
  font-size: 42px;
}
.competition-con .competition-list .date {
  font-size: 14px;
  color: #999;
  margin: 16px 0 28px;
}
.competition-con .competition-list .title {
  font-size: 16px;
}
.competition-con .competition-list .btn {
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #ec008c;
  color: #ec008c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.competition-con .competition-list .btn:hover,
.competition-con .competition-list .btn.active {
  background: #ec008c;
  color: #fff;
}
.competition-con .competition-list .btn.disabled {
  background: #999;
  color: #fff;
  border: none;
  cursor: no-drop;
}
.partners-con {
  margin-top: 50px;
}
.partners-con .partners-list {
  overflow: hidden;
  height: 230px;
}
.partners-con .partners-list li {
  height: 110px;
  position: relative;
  float: left;
  width: 14.28%;
}
.partners-con .partners-list li img {
  display: block;
  max-width: 150px;
  max-height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1521px) {
  .big3 {
    width: 484px;
  }
}
@media screen and (max-width: 1520px) {
  .big3 {
    width: 384px;
  }
  .creative-con .top-con .l-big .content .txt h3 {
    font-size: 36px;
    line-height: 36px;
  }
  .creative-con .top-con .l-big .content .txt p {
    font-size: 18px;
  }
  .creative-con .top-con .r-list .item .txt h3 {
    font-size: 22px;
    line-height: 22px;
  }
  .creative-con .top-con .r-list .item .txt p {
    font-size: 14px;
  }
  .big-col5:nth-child(5) {
    display: none;
  }
  .partners-con .partners-list li {
    width: 16.66666667;
  }
  .creative-con .media-l {
    width: 420px;
    height: 420px;
    padding: 35px;
    background-size: 320px auto;
    font-size: 16px;
  }
  .creative-con .media-l .txt {
    line-height: 26px;
  }
  .creative-con .list {
    float: right;
    width: 760px;
    *zoom: 1;
  }
  .creative-con .list:before,
  .creative-con .list:after {
    content: " ";
    display: table;
  }
  .creative-con .list:after {
    clear: both;
  }
  .creative-con .list .item {
    width: 240px;
    height: 200px;
  }
  .creative-con .list .item .lard {
    padding: 50px 30px;
  }
  .creative-con .list .item .title {
    font-size: 16px;
    margin-bottom: 12px;
    height: 20px;
    line-height: 20px;
  }
  .creative-con .list .item .btn {
    display: inline-block;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    line-height: 28px;
  }
  .i-s-con .list li {
    margin-right: 26.5px;
  }
  .i-s-con .list li:nth-child(5n) {
    display: none;
  }
  .i-s-con .list li:nth-child(4n) {
    margin-right: 0;
  }
}
.vip_modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.vip_modal .vip-box {
  position: relative;
  margin: 0 auto;
  top: 50%;
  margin-top: -200px;
  width: 450px;
  height: 400px;
  background: url("../image/alert_vip_bg.png") center center / 450px 400px no-repeat;
}
.vip_modal .vip-box .close-rt {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.vip_modal .vip-box .close-rt:hover {
  color: #ddd;
}
.vip_modal .vip-box > .title {
  font-size: 80px;
  color: #fff;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  padding-top: 36px;
}
.vip_modal .vip-box .txt-con {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 200px;
}
.vip_modal .vip-box .txt-con .p1 {
  font-weight: bold;
  font-size: 18px;
}
.vip_modal .vip-box .txt-con .p2 {
  margin-top: 18px;
  font-size: 12px;
  color: #999;
}
.vip_modal .vip-box .txt-con .p2 span {
  color: #FF8401;
}
.vip_modal .vip-box .btns {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 30px;
}
.vip_modal .vip-box .btns .btn {
  display: inline-block;
  text-align: center;
  color: #fc4147;
  height: 40px;
  width: 150px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fc4147;
  cursor: pointer;
  margin-right: 6px;
}
.vip_modal .vip-box .btns .btn.active,
.vip_modal .vip-box .btns .btn:hover {
  background: #fc4147;
  color: #fff;
}
.vip_modal .vip-box .btns .btn.disabled {
  background: #fff;
  color: #999;
  border: 1px solid #999;
}
.vip_modal .vip-box .btns .btn:first-child {
  margin-right: 20px;
}
.footer {
  margin-top: 50px;
}
.ifr-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.ifr-modal .ifr_wrap {
  position: relative;
  margin: 0 auto;
  margin-top: -260px;
  top: 50%;
}
/*# sourceMappingURL=creative2.css.map */