/* 遮罩层 */
.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: #999;
  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;
  }
}
/**分页按钮样式**/
/*样式覆盖部分*/
.col-1 {
  float: left;
  width: 8.33333333%;
}
.col-2 {
  float: left;
  width: 16.66666667%;
}
.col-3 {
  float: left;
  width: 25%;
}
.col-4 {
  float: left;
  width: 33.33333333%;
}
.col-5 {
  float: left;
  width: 41.66666667%;
}
.col-6 {
  float: left;
  width: 50%;
}
.col-7 {
  float: left;
  width: 58.33333333%;
}
.col-8 {
  float: left;
  width: 66.66666667%;
}
.col-9 {
  float: left;
  width: 75%;
}
.col-10 {
  float: left;
  width: 83.33333333%;
}
.col-11 {
  float: left;
  width: 91.66666667%;
}
.col-12 {
  float: left;
  width: 100%;
}
body {
  background: #fff !important;
}
.main-banner {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  background: #fff;
}
.main-banner .banner-con {
  position: relative;
  height: 260px;
  max-width: 1920px;
  margin: 0 auto;
  background-position: center center;
  background-size: 1920px 260px;
}
.main-banner .banner-con {
  position: relative;
  height: 260px;
  max-width: 1920px;
  margin: 0 auto;
}
.main-banner .options {
  height: 60px;
  text-align: center;
}
.main-banner .options a {
  position: relative;
  display: inline-block;
  height: 60px;
  font-size: 16px;
  color: #666;
  line-height: 60px;
}
.main-banner .options a + a {
  margin-left: 50px;
}
.main-banner .options a:hover,
.main-banner .options a.active {
  color: #ec008c;
}
.main-banner .options a.active:after {
  display: block;
  position: absolute;
  content: '';
  border-bottom: 2px solid #ec008c;
  bottom: 0;
  width: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  webkit-transition: width 0.5s ease-out 0s;
  -moz-transition: width 0.5s ease-out 0s;
  -ms-transition: width 0.5s ease-out 0s;
  -o-transition: width 0.5s ease-out 0s;
  transition: width 0.5s ease-out 0s;
}
.main-banner .banner-con {
  background-repeat: no-repeat;
}
.main-banner .options {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
.main {
  margin-top: 20px;
}
.main .tcdPageCode {
  display: none;
  min-height: 38px;
  color: #ccc;
  text-align: center;
}
.main .tcdPageCode .page-num {
  display: none;
}
.main .tcdPageCode a.nextPage {
  border-right: 1px solid #eee;
}
.main .tcdPageCode a,
.main .tcdPageCode span {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  width: 38px;
  color: #999999;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #eee;
  vertical-align: middle;
  border-radius: 0px;
  margin: 0;
  border-right: none;
  border-left: none;
}
.main .tcdPageCode a.nextPage,
.main .tcdPageCode span.nextPage,
.main .tcdPageCode a.disabled:not(:first-child),
.main .tcdPageCode span.disabled:not(:first-child) {
  border-right: 1px solid #eee;
}
.main .tcdPageCode a.prevPage,
.main .tcdPageCode span.prevPage,
.main .tcdPageCode a.disabled:first-child,
.main .tcdPageCode span.disabled:first-child {
  border-left: 1px solid #eee;
}
.main .tcdPageCode a:hover,
.main .tcdPageCode .goto-page:hover {
  text-decoration: none;
  border: 1px solid #ec008c;
  color: #fff;
  background: #ec008c;
}
.main .tcdPageCode span.current {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  width: 38px;
  color: #ec008c;
  font-size: 16px;
  border: 1px solid #eee;
  background-color: #fff;
  border-right: none;
  border-left: none;
  border-radius: 0;
  margin: 0;
  vertical-align: middle;
}
.main .tcdPageCode span.disabled {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  width: 38px;
  font-size: 16px;
  border: 1px solid #eee;
  vertical-align: middle;
  cursor: default;
  margin: 0;
  border-radius: 0px;
  border-right: none;
  background-color: #fff;
  color: #999;
}
.main .tcdPageCode.page-content .input-content {
  width: 91px;
  overflow: hidden;
  margin-left: 20px;
  border-left: 1px solid #eee;
}
.main .tcdPageCode.page-content .input-content input {
  width: 50px;
  float: left;
  height: 100%;
  border: 0;
  outline: none;
  color: #666;
  text-align: center;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.main .tcdPageCode input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.main .tcdPageCode.page-content .input-content span {
  float: right;
  width: 39px;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
  border: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.main .tcdPageCode.page-content .page-num {
  width: auto;
  padding: 0 5px;
}
.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 .more-com {
  margin-top: 24px;
  text-align: center;
  color: #ec008c;
}
.main .more-com i {
  margin: 0 15px;
}
.main .more-com a {
  color: #ec008c;
}
.main .allStylist {
  margin-top: 24px;
}
.main .allStylist > div.title {
  border-bottom: 2px solid #ec008c;
  padding-bottom: 14px;
}
.main .allStylist > div.title h3 {
  font-size: 22px;
  text-align: center;
}
.main .allStylist .filtrate-con {
  margin: 14px 0;
  background: #fff;
  color: #666;
  font-size: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.main .allStylist .filtrate-con .title {
  color: #333;
}
.main .allStylist .filtrate-con .foot-bar {
  padding: 0 60px 0 20px;
  height: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.main .allStylist .filtrate-con .sel-sorts {
  float: left;
  margin-right: 30px;
  margin-top: 7px;
}
.main .allStylist .filtrate-con .el-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 36px;
  line-height: 34px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 20px;
}
.main .allStylist .filtrate-con .el-select .arrows-down {
  display: inline-block;
  position: absolute;
  border-color: #333;
  width: 0;
  height: 0;
  line-height: 0;
  border-width: 0;
  border-width: 5px 5px 0;
  border-style: solid dashed dashed dashed;
  border-left-color: transparent;
  border-right-color: transparent;
  top: 15.5px;
  right: 7px;
  transition: transform 0.4s;
}
.main .allStylist .filtrate-con .el-select .arrows-down.change {
  transform: rotate(180deg);
}
.main .allStylist .filtrate-con .el-select .el-option {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  min-width: 120px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  z-index: 99;
}
.main .allStylist .filtrate-con .el-select .el-option li,
.main .allStylist .filtrate-con .el-select .el-option > div {
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  cursor: pointer;
}
.main .allStylist .filtrate-con .el-select .el-option li:hover,
.main .allStylist .filtrate-con .el-select .el-option > div:hover {
  background: #ec008c;
  color: #fff;
}
.main .allStylist .filtrate-con .search {
  float: right;
  margin-top: 10px;
  *zoom: 1;
}
.main .allStylist .filtrate-con .search:before,
.main .allStylist .filtrate-con .search:after {
  content: " ";
  display: table;
}
.main .allStylist .filtrate-con .search:after {
  clear: both;
}
.main .allStylist .filtrate-con #search-input {
  float: left;
  height: 30px;
  width: 240px;
  border: 1px solid #ec008c;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-left: 10px;
}
.main .allStylist .filtrate-con .search-btn {
  float: left;
  background: #ec008c;
  color: #fff;
  display: block;
  height: 30px;
  width: 32px;
  line-height: 26px;
  font-size: 22px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: center;
  cursor: pointer;
}
.main .allStylist .filtrate-con .search-btn:hover {
  opacity: 0.8;
}
.main .allStylist .filtrate-con span.fr {
  color: #ec008c;
  line-height: 50px;
  margin-right: 15px;
}
.main .allStylist .filtrate-con .btn {
  float: right;
  display: block;
  height: 28px;
  width: 100px;
  margin-right: 20px;
  text-align: center;
  line-height: 28px;
  background: #ec008c;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}
.main .allStylist .filtrate-con .toForm {
  position: relative;
  margin-right: 40px;
}
.main .allStylist .filtrate-con .toForm:after {
  position: absolute;
  content: '';
  display: block;
  height: 28px;
  top: 0;
  right: -20px;
  width: 1px;
  background: #999;
}
.main .allStylist .filtrate-con .filtrates {
  position: relative;
  padding: 10px 140px 10px 0;
  min-height: 100px;
}
.main .allStylist .filtrate-con .filtrates .auth-btn {
  position: absolute;
  top: 32px;
  right: 40px;
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: #ec008c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.main .allStylist .filtrate-con .filtrates .auth-btn.disabled {
  background: #999;
}
.main .allStylist .filtrate-con .options {
  *zoom: 1;
  position: relative;
  line-height: 28px;
  margin-bottom: 12px;
  padding-left: 102px;
}
.main .allStylist .filtrate-con .options:before,
.main .allStylist .filtrate-con .options:after {
  content: " ";
  display: table;
}
.main .allStylist .filtrate-con .options:after {
  clear: both;
}
.main .allStylist .filtrate-con .options#new_category_id2 {
  margin-bottom: 0;
  padding-bottom: 12px;
}
.main .allStylist .filtrate-con .options .title {
  color: #333;
  font-weight: 700;
  float: left;
  width: 72px;
  margin-right: 12px;
  margin-left: 18px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.main .allStylist .filtrate-con .options .option {
  position: relative;
  float: left;
  margin-right: 20px;
  padding-right: 26px;
  cursor: pointer;
}
.main .allStylist .filtrate-con .options .option:hover {
  color: #ec008c;
}
.main .allStylist .filtrate-con .options .option.active {
  color: #ec008c;
}
.main .allStylist .filtrate-con .options .option .bubble-new,
.main .allStylist .filtrate-con .options .option .bubble-vip {
  position: absolute;
  top: 8px;
  right: 0;
  width: 26px;
  height: 10px;
  background: url("../image/bubble-new.png") no-repeat center;
}
.main .allStylist .filtrate-con .options .option .bubble-vip {
  width: 20px;
  right: 6px;
  background-image: url("../image/bubble-vip.png");
}
.main .allStylist .filtrate-con .sorts {
  height: 28px;
  line-height: 28px;
}
.main .allStylist .filtrate-con .sorts .title {
  color: #333;
  font-weight: 700;
  float: left;
  width: 72px;
  margin-right: 12px;
  margin-left: 18px;
  overflow: hidden;
}
.main .allStylist .filtrate-con .sorts .sort {
  position: relative;
  float: left;
  cursor: pointer;
  margin-right: 20px;
  padding-right: 26px;
}
.main .allStylist .filtrate-con .sorts .sort:hover,
.main .allStylist .filtrate-con .sorts .sort.active {
  color: #ec008c;
}
.introduce-con {
  margin-bottom: 30px;
}
.introduce-con .col-4 {
  float: left;
  width: 33.33333333%;
}
.introduce-con .col-8 {
  float: left;
  width: 66.66666667%;
}
.introduce-con .col-12 {
  float: left;
  width: 100%;
}
.introduce-con .item {
  *zoom: 1;
  margin-top: 14px;
  background: #fff;
  padding: 24px 20px 0;
}
.introduce-con .item:before,
.introduce-con .item:after {
  content: " ";
  display: table;
}
.introduce-con .item:after {
  clear: both;
}
.introduce-con .item .media {
  position: relative;
  padding-left: 88px;
  height: 160px;
  top: -7px;
}
.introduce-con .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;
}
.introduce-con .item .media .portrait img {
  width: 100%;
  height: 100%;
}
.introduce-con .item .media .detail {
  position: relative;
  margin-left: 18px;
  padding-bottom: 50px;
  color: #999;
}
.introduce-con .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;
}
.introduce-con .item .media .detail .level-ico {
  position: absolute;
  top: 4px;
  right: 25px;
  width: 16px;
  vertical-align: top;
}
.introduce-con .item .media .detail .level-ico.ax-ico {
  right: 0;
}
.introduce-con .item .media .detail .tags {
  color: #999;
  margin-bottom: 13px;
  height: 22px;
}
.introduce-con .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;
}
.introduce-con .item .media .detail .tags .industry:hover .i-list {
  display: block;
}
.introduce-con .item .media .detail .tags .industry i {
  float: right;
  font-size: 12px;
  transform: scale(0.8);
  vertical-align: middle;
  margin-right: 0;
  margin-left: 3px;
}
.introduce-con .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;
}
.introduce-con .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;
}
.introduce-con .item .media .detail .tags .industry .i-list li:hover,
.introduce-con .item .media .detail .tags .industry .i-list li.active {
  background: #ec008c;
  color: #fff;
}
.introduce-con .item .media .detail .tags .tag + .tag {
  margin-left: 12px;
  position: relative;
}
.introduce-con .item .media .detail .tags .tag + .tag::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #e5e5e5;
  position: absolute;
  top: 3px;
  left: -7px;
}
.introduce-con .item .media .detail .tags .region {
  margin-right: 20px;
  color: #333;
}
.introduce-con .item .media .detail .tags .font_family {
  margin-right: 3px;
  position: relative;
  top: 1px;
}
.introduce-con .item .media .detail .counts {
  margin-bottom: 5px;
}
.introduce-con .item .media .detail .counts em {
  margin-left: 5px;
  margin-right: 18px;
  font-weight: bold;
  color: #333;
}
.introduce-con .item .media .detail .btns {
  position: absolute;
  left: 0;
  bottom: 0;
}
.introduce-con .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;
}
.introduce-con .item .media .detail .btns .btn.active,
.introduce-con .item .media .detail .btns .btn:hover {
  background: #ec008c;
  color: #fff;
}
.introduce-con .item .media .detail .btns .btn.disabled {
  background: #fff;
  color: #999;
  border: 1px solid #999;
}
.introduce-con .item .media .detail .btns .btn:hover {
  opacity: 1;
}
.introduce-con .item .media .detail .hint {
  font-size: 12px;
}
.introduce-con .item .media .detail .awards-con {
  position: relative;
  height: 28px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.introduce-con .item .media .detail .awards-con:hover + .show-all {
  display: block;
}
.introduce-con .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);
}
.introduce-con .item .media .detail .show-all .list .title {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.introduce-con .item .media .detail .show-all .list .item {
  padding: 5px 0 5px 5px;
  position: relative;
  margin-top: 0;
}
.introduce-con .item .media .detail .show-all .list .item .awards {
  position: relative;
  background: #ebebeb;
  padding-left: 5px;
}
.introduce-con .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;
}
.introduce-con .item .media .detail .show-all .list .item .awards p {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.introduce-con .item .media .detail .show-all .list .item p {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.introduce-con .item .media .detail .show-all .list img {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
}
.introduce-con .item .media .detail .show-all .list-2 {
  margin-top: 20px;
}
.introduce-con .item .media .detail .awards-list {
  position: relative;
}
.introduce-con .item .media .detail .awards-list .awards {
  position: relative;
  background: #ebebeb;
  padding-left: 5px;
}
.introduce-con .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;
}
.introduce-con .item .media .detail .awards-list .awards p {
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.introduce-con .item .imgs {
  position: relative;
  padding-right: 10px;
  margin-top: -8px;
  *zoom: 1;
}
.introduce-con .item .imgs:before,
.introduce-con .item .imgs:after {
  content: " ";
  display: table;
}
.introduce-con .item .imgs:after {
  clear: both;
}
.introduce-con .item .imgs .img {
  float: right;
  height: 150px;
  width: 206px;
  margin-right: 16px;
}
.introduce-con .item .imgs .img img {
  width: 100%;
  height: 100%;
}
.introduce-con .item .imgs .more {
  position: absolute;
  right: 0;
  cursor: pointer;
  margin-left: 9px;
  margin-top: 64px;
  text-align: center;
  color: #ec008c;
}
.introduce-con .item .imgs .more i {
  display: block;
  font-size: 22px;
  line-height: 12px;
}
.introduce-con .item .imgs .more i + i {
  margin-top: -1px;
}
.introduce-con .item .txt {
  border-top: 1px solid #eee;
  height: 62px;
  line-height: 61px;
}
.introduce-con .item .txt em {
  font-weight: bold;
}
.introduce-con .item .txt .tags {
  padding-left: 106px;
  max-height: 61px;
  overflow: hidden;
  padding-right: 12px;
}
.introduce-con .item .txt .tags .tag + .tag {
  margin-left: 14px;
  position: relative;
}
.introduce-con .item .txt .tags .tag + .tag::before {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background-color: #999;
  position: absolute;
  top: 3.5px;
  left: -7px;
}
.introduce-con .item .txt .tags .tag {
  cursor: default;
}
.introduce-con .item .txt .tags .tag + .tag {
  margin-left: 24px;
}
.introduce-con .item .txt .tags .tag + .tag:before {
  left: -12px;
}
.introduce-con .item .txt .info {
  max-height: 61px;
  padding-right: 40px;
  padding-left: 106px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.introduce-con .item .txt .info span {
  margin-left: 10px;
}
@media screen and (max-width: 1520px) {
  .introduce-con .item > .media {
    width: 44%;
  }
  .introduce-con .item .imgs {
    width: 55%;
    float: right;
    margin-top: 1px;
  }
  .introduce-con .item .imgs .img {
    width: 190px;
    height: 139px;
  }
  .introduce-con .item .imgs .img:nth-child(1) {
    display: none;
  }
  .introduce-con .item .imgs .more {
    margin-top: 46px;
  }
}
.introduce-con .item {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}
.flow-wrap {
  *zoom: 1;
}
.flow-wrap:before,
.flow-wrap:after {
  content: " ";
  display: table;
}
.flow-wrap:after {
  clear: both;
}
.flow-wrap.big-content {
  margin-top: 60px;
  margin-bottom: 50px;
}
.flow-wrap .item {
  float: left;
  width: 270px;
  margin-right: 140px;
  padding: 150px 5px 10px;
  background: #fff url("../image/invite_01.png") no-repeat;
  background-position: center top;
  background-size: 200px 123px;
  text-align: center;
  font-size: 16px;
}
.flow-wrap .item:last-child {
  margin-right: 0;
}
.flow-wrap .name {
  position: relative;
  margin-top: 30px;
  color: #ec008c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.flow-wrap .ico {
  position: absolute;
  display: block;
  width: 19px;
  height: 11px;
  background: url("../image/ico_07.png") no-repeat;
  right: -79px;
  top: 4px;
}
.flow-wrap p {
  line-height: 24px;
}
.flow-wrap .item:nth-child(4) {
  background-image: url("../image/invite_04.png");
}
.flow-wrap .item:nth-child(3) {
  background-image: url("../image/invite_03.png");
}
.flow-wrap .item:nth-child(2) {
  background-image: url("../image/invite_02.png");
}
.invite-success,
.invite-err-msg {
  display: none;
  position: fixed;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  z-index: 999;
}
.invite-success .icon-warn-success,
.invite-err-msg .icon-warn-success {
  color: #009900;
  margin-right: 8px;
}
.invite-success .icon-warn-fail,
.invite-err-msg .icon-warn-fail {
  color: #FFC600;
  margin-right: 5px;
}
.footer {
  margin-top: 40px;
}
@media screen and (max-width: 1520px) {
  .flow-wrap .item {
    margin-right: 40px;
  }
  .flow-wrap .ico {
    right: -29px;
  }
}
/*# sourceMappingURL=settled.css.map */