/*前缀兼容样式 start*/
/*单行省略*/
/*多行省略*/
/*背景线性渐变*/
/*opacity*/
/*gray*/
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*前缀兼容样式 end*/
body {
  padding-bottom: 274px;
}
.container-wrap {
  width: 100%;
  padding-bottom: 69px;
  /*主题内容*/
  /*登记和vip进过的tip*/
}
.container-wrap .decorate {
  display: none;
  width: 1920px;
  height: 484px;
  background-color: #ffffff;
}
.container-wrap .decorate .title {
  padding: 30px 0;
  font-size: 16px;
  color: #0d0d0d;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid #ededed;
}
.container-wrap .decorate .main {
  margin: 0 auto;
  padding: 30px 0;
  width: 1200px;
}
.container-wrap .decorate .main .upload-com .bg {
  background-color: #f8f8f8;
  border-radius: 5px;
  cursor: pointer;
}
.container-wrap .decorate .main .upload-com .bg.unUpload {
  position: relative;
}
.container-wrap .decorate .main .upload-com .bg.unUpload .occ {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container-wrap .decorate .main .upload-com .bg.unUpload .occ p {
  margin-top: 10px;
  font-size: 14px;
  color: #888888;
  line-height: 1;
}
.container-wrap .decorate .main .upload-com .name {
  margin: 14px 0 5px 0;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.container-wrap .decorate .main .upload-com .description {
  margin: 0 auto;
  font-size: 12px;
  color: #888888;
  text-align: center;
}
.container-wrap .decorate .main .left-box .left-box-left {
  width: 180px;
}
.container-wrap .decorate .main .left-box .left-box-left .upload-com .bg {
  width: 180px;
  height: 180px;
  background-color: #f8f8f8;
  border-radius: 5px;
}
.container-wrap .decorate .main .left-box .left-box-left .upload-com .description {
  width: 160px;
}
.container-wrap .decorate .main .left-box .left-box-right {
  margin-left: 30px;
  width: 237px;
}
.container-wrap .decorate .main .left-box .left-box-right .radio1 {
  padding-left: 20px;
  background: url("../../img/icon_radio_05.png") no-repeat left center;
}
.container-wrap .decorate .main .left-box .left-box-right .radio1.active {
  background: url("../../img/icon_radio_06.png") no-repeat left center;
}
.container-wrap .decorate .main .left-box .left-box-right .radio2 {
  padding-left: 20px;
  background: url("../../img/icon_radio_08.png") no-repeat left center;
}
.container-wrap .decorate .main .left-box .left-box-right .radio2.active {
  background: url("../../img/icon_radio_07.png") no-repeat left center;
}
.container-wrap .decorate .main .left-box .left-box-right .mode li {
  font-size: 14px;
  color: #666666;
  line-height: 1.2;
}
.container-wrap .decorate .main .left-box .left-box-right .mode li.parent {
  cursor: pointer;
}
.container-wrap .decorate .main .left-box .left-box-right .mode li.content {
  padding-left: 20px;
  font-size: 14px;
  color: #999999;
  /*颜色选择*/
}
.container-wrap .decorate .main .left-box .left-box-right .mode li.content .lock {
  margin: 20px 0 10px 0;
  cursor: pointer;
}
.container-wrap .decorate .main .left-box .left-box-right .mode li.content .order p,
.container-wrap .decorate .main .left-box .left-box-right .mode li.content .align p {
  margin: 10px 3px;
  display: inline-block;
  cursor: pointer;
}
.container-wrap .decorate .main .left-box .left-box-right .mode li.content .order p.label,
.container-wrap .decorate .main .left-box .left-box-right .mode li.content .align p.label {
  font-size: 14px;
  color: #666666;
}
.container-wrap .decorate .main .left-box .left-box-right .mode li.content .order p.value,
.container-wrap .decorate .main .left-box .left-box-right .mode li.content .align p.value {
  font-size: 14px;
  color: #999999;
}
.container-wrap .decorate .main .left-box .left-box-right .mode li.content .order.align,
.container-wrap .decorate .main .left-box .left-box-right .mode li.content .align.align {
  margin-bottom: 40px;
}
.container-wrap .decorate .main .left-box .left-box-right .mode li.content .picker {
  margin-top: 20px;
}
.container-wrap .decorate .main .left-box .left-box-right .mode li.content .picker input {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  width: 100px;
  height: 30px;
  font-size: 14px;
  color: #666666;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: solid 1px #dbdbdb;
}
.container-wrap .decorate .main .left-box .left-box-right .mode li.content .picker .color-block {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  background-color: #00b4c4;
  border-radius: 5px;
  border: solid 1px #bdbdbd;
  cursor: pointer;
}
.container-wrap .decorate .main .right-box .upload-com .bg {
  width: 700px;
  height: 100px;
}
.container-wrap .decorate .main .right-box .upload-com .description {
  width: 260px;
}
.container-wrap .decorate .group-btn {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #ededed;
}
.container-wrap .decorate .group-btn .btn {
  width: 110px;
  height: 36px;
  font-size: 14px;
  color: #0d0d0d;
  line-height: 35px;
  border: solid 1px #0d0d0d;
}
.container-wrap .decorate .group-btn .btn.active {
  margin-right: 10px;
  color: #ffffff;
  background: #0d0d0d;
}
.container-wrap .top-userinfo {
  min-height: 100px;
  background: #fff;
}
.container-wrap .top-userinfo .user-bg {
  position: relative;
  height: 180px;
}
.container-wrap .top-userinfo .user-bg .change-bg-bth {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("../../img/personal/icon_bg_01.png") no-repeat center center / cover;
  cursor: pointer;
}
.container-wrap .top-userinfo .user-bg .statistics {
  position: absolute;
  bottom: 24px;
  left: 50%;
  height: 49px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /*个人主页*/
  /*他人主页*/
}
.container-wrap .top-userinfo .user-bg .statistics li {
  position: relative;
  width: 180px;
  text-align: center;
  color: #fff;
}
.container-wrap .top-userinfo .user-bg .statistics li .label {
  margin-bottom: 14px;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  opacity: 0.6;
}
.container-wrap .top-userinfo .user-bg .statistics li .value {
  font-size: 26px;
  color: #ffffff;
  line-height: 1;
}
.container-wrap .top-userinfo .user-bg .statistics.own {
  width: 980px;
}
.container-wrap .top-userinfo .user-bg .statistics.own li:last-child:after,
.container-wrap .top-userinfo .user-bg .statistics.own li:first-child:after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: '';
  width: 1px;
  height: 40px;
  background-color: #ffffff;
  opacity: 0.3;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container-wrap .top-userinfo .user-bg .statistics.unOwn {
  width: 620px;
}
.container-wrap .top-userinfo .top-nav {
  position: relative;
  height: 280px;
  background: #ffffff;
}
.container-wrap .top-userinfo .top-nav .userInfo {
  position: absolute;
  top: -60px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.container-wrap .top-userinfo .top-nav .userInfo .top-img {
  position: relative;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background-color: #d8d1cd;
  border: solid 3px #ffffff;
  border-radius: 60px;
}
.container-wrap .top-userinfo .top-nav .userInfo .top-img .level {
  position: absolute;
  bottom: 8px;
  right: 7px;
  width: 23px;
  height: 23px;
}
.container-wrap .top-userinfo .top-nav .userInfo .top-img .level.level1 {
  background: url("../../img/personal/icon_level_01.png") no-repeat center center / cover;
}
.container-wrap .top-userinfo .top-nav .userInfo .top-img .level.level2 {
  background: url("../../img/personal/icon_level_02.png") no-repeat center center / cover;
}
.container-wrap .top-userinfo .top-nav .userInfo .top-img .level.level3 {
  background: url("../../img/personal/icon_level_03.png") no-repeat center center / cover;
}
.container-wrap .top-userinfo .top-nav .userInfo .username {
  margin: 16px 0 14px 0;
  font-size: 24px;
  color: #0d0d0d;
  line-height: 1;
}
.container-wrap .top-userinfo .top-nav .userInfo .username .vip {
  display: inline-block;
  margin-left: 5px;
  width: 28px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
}
.container-wrap .top-userinfo .top-nav .userInfo .username .vip.enterprise {
  background: url("../../img/personal/icon_level_05.png") no-repeat center center / cover;
}
.container-wrap .top-userinfo .top-nav .userInfo .username .vip.stylist {
  background: url("../../img/personal/icon_level_04.png") no-repeat center center / cover;
}
.container-wrap .top-userinfo .top-nav .userInfo .signature {
  font-size: 14px;
  color: #666666;
  line-height: 1;
}
.container-wrap .top-userinfo .top-nav .userInfo .group-btn {
  margin-top: 30px;
}
.container-wrap .top-userinfo .top-nav .userInfo .group-btn .btn {
  width: 114px;
  height: 38px;
  font-size: 14px;
  color: #0d0d0d;
  text-align: center;
  line-height: 36px;
  border: solid 1px #0d0d0d;
}
.container-wrap .top-userinfo .top-nav .userInfo .group-btn .btn.active {
  color: #ffffff;
  background: #0d0d0d;
}
.container-wrap .top-userinfo .top-nav .userInfo .group-btn .btn:first-child {
  margin-right: 15px;
}
.container-wrap .top-userinfo .top-nav .nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.container-wrap .top-userinfo .top-nav .nav li {
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #666666;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.container-wrap .top-userinfo .top-nav .nav li a {
  padding: 20px 35px;
  font-size: 16px;
}
.container-wrap .top-userinfo .top-nav .nav li:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #fcd042;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.container-wrap .top-userinfo .top-nav .nav li.active,
.container-wrap .top-userinfo .top-nav .nav li:hover {
  color: #fcd042;
}
.container-wrap .top-userinfo .top-nav .nav li.active:after,
.container-wrap .top-userinfo .top-nav .nav li:hover:after {
  width: 33px;
}
.container-wrap .box-content {
  margin: 0 auto;
  width: 1200px;
  min-height: 700px;
}
.container-wrap .box-content .empty-wrap {
  margin-bottom: 200px;
}
.container-wrap .box-content .empty-wrap .empty-img {
  margin-top: 160px;
}
.container-wrap .box-content .empty-wrap .empty-tip {
  margin-bottom: 20px;
}
.container-wrap .box-content .nav {
  padding: 30px 0;
}
.container-wrap .box-content .nav li {
  margin-right: 50px;
  display: inline-block;
  font-size: 14px;
  color: #888888;
}
.container-wrap .box-content .nav li.active,
.container-wrap .box-content .nav li a.active {
  color: #0d0d0d;
}
.container-wrap .box-content.works .works-list a:nth-child(5n) .item {
  margin-right: 0;
}
.container-wrap .box-content.works .works-list .item {
  float: left;
  margin: 0 20px 25px 0;
  width: 220px;
  position: relative;
}
.container-wrap .box-content.works .works-list .item:nth-child(5n) {
  margin-right: 0;
}
.container-wrap .box-content.works .works-list .item .cover-img {
  position: relative;
  height: 252px;
}
.container-wrap .box-content.works .works-list .item .cover-img .tag {
  position: absolute;
  bottom: 16px;
  left: 12px;
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 26px;
  font-size: 12px;
  text-indent: 28px;
  line-height: 24px;
}
.container-wrap .box-content.works .works-list .item .cover-img .tag.basics {
  color: #0d0d0d;
  border: solid 1px #0d0d0d;
  background: url("../../img/icon_label_02.png") no-repeat 9px center;
}
.container-wrap .box-content.works .works-list .item .cover-img .tag.enterprise {
  color: #fcd042;
  border: solid 1px #fcd042;
  background: url("../../img/icon_label_03.png") no-repeat 9px center;
}
.container-wrap .box-content.works .works-list .item .shade {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 100px;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container-wrap .box-content.works .works-list .item .name {
  padding: 18px 0;
  font-size: 14px;
  color: #333333;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container-wrap .box-content.works .works-list .item:nth-child(5n) {
  margin-right: 0;
}
.container-wrap .box-content.article .list-2 {
  width: 1200px;
  padding: 0 30px;
  margin-top: 20px;
  background-color: #fff;
}
.container-wrap .box-content.article .list-2 .item {
  width: 540px;
  padding: 30px 0;
  margin-right: 60px;
  border-bottom: 1px dashed #e8e8e8;
  position: relative;
  float: left;
}
.container-wrap .box-content.article .list-2 .item .img {
  width: 140px;
  height: 100px;
  float: left;
}
.container-wrap .box-content.article .list-2 .item .msg {
  width: 377px;
  float: left;
  height: 100px;
  position: relative;
  margin-left: 16px;
}
.container-wrap .box-content.article .list-2 .item .msg .title {
  font-family: SourceHanSansCN-Medium;
  font-size: 16px;
  color: #0d0d0d;
}
.container-wrap .box-content.article .list-2 .item .msg .text {
  margin-top: 6px;
  font-family: SourceHanSansCN-Medium;
  font-size: 12px;
  color: #666666;
}
.container-wrap .box-content.article .list-2 .item .msg .time {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: SourceHanSansCN-Medium;
  font-size: 12px;
  color: #999999;
}
.container-wrap .box-content.article .list-2 .item:nth-of-type(2n) {
  margin-right: 0px;
}
.container-wrap .box-content.attention .attention-list {
  background: #fff;
}
.container-wrap .box-content.attention .attention-list .item {
  padding: 30px;
  border-bottom: 1px solid #ededed;
}
.container-wrap .box-content.attention .attention-list .item .box-left {
  padding: 20px 0;
}
.container-wrap .box-content.attention .attention-list .item .box-left .top-img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  background-color: #bdbdbd;
  border-radius: 80px;
}
.container-wrap .box-content.attention .attention-list .item .box-left .top-img .level {
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 23px;
  height: 23px;
}
.container-wrap .box-content.attention .attention-list .item .box-left .top-img .level.level1 {
  background: url("../../img/personal/icon_level_01.png") no-repeat center center / cover;
}
.container-wrap .box-content.attention .attention-list .item .box-left .top-img .level.level2 {
  background: url("../../img/personal/icon_level_02.png") no-repeat center center / cover;
}
.container-wrap .box-content.attention .attention-list .item .box-left .top-img .level.level3 {
  background: url("../../img/personal/icon_level_03.png") no-repeat center center / cover;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .username {
  font-size: 18px;
  color: #333333;
  line-height: 1;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .username .vip {
  display: inline-block;
  margin-left: 5px;
  width: 28px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .username .vip.enterprise {
  background: url("../../img/personal/icon_level_05.png") no-repeat center center / cover;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .username .vip.stylist {
  background: url("../../img/personal/icon_level_04.png") no-repeat center center / cover;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .identity {
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
  line-height: 1;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .statistics {
  margin: 14px 0 25px 0;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .statistics li {
  display: inline-block;
  line-height: 1;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .statistics li span {
  color: #0d0d0d;
  vertical-align: middle;
  line-height: 1;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .statistics li span:first-child {
  display: inline-block;
  padding-bottom: 2px;
  margin-right: 5px;
  font-size: 12px;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .statistics li span:last-child {
  font-size: 15px;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .statistics li:nth-child(1) {
  padding-right: 10px;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .statistics li:nth-child(2) {
  position: relative;
  padding: 0 10px;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .statistics li:nth-child(2):before,
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .statistics li:nth-child(2):after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  width: 1px;
  height: 10px;
  background: #bdbdbd;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .statistics li:nth-child(2):before {
  left: 0;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .statistics li:nth-child(2):after {
  right: 0;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .statistics li:nth-child(3) {
  padding-left: 10px;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .btn {
  display: block;
  width: 110px;
  height: 36px;
  font-size: 14px;
  color: #0d0d0d;
  line-height: 36px;
  text-align: center;
  border: solid 1px #0d0d0d;
}
.container-wrap .box-content.attention .attention-list .item .box-left .userInfo .btn.active {
  color: #fff;
  background: #0d0d0d;
}
.container-wrap .box-content.attention .attention-list .item .box-right .cover-img {
  margin-left: 10px;
  display: inline-block;
  width: 170px;
  height: 193px;
}
.container-wrap .box-content.attention .attention-list .item:last-child {
  border: none;
}
.container-wrap .box-content .pageWrap {
  margin-top: 0;
  padding-top: 34px;
  padding-bottom: 40px;
}
.container-wrap .level-tip {
  position: relative;
  cursor: pointer;
}
.container-wrap .level-tip .hint {
  display: none;
  position: absolute;
  top: 80%;
  left: 100%;
  min-width: 76px;
  height: 22px;
  padding: 0 10px;
  font-size: 12px;
  color: #333333;
  white-space: nowrap;
  line-height: 20px;
  background-color: #ffffff;
  border: solid 1px #999999;
}
.container-wrap .level-tip:hover .hint {
  display: block;
}
/*# sourceMappingURL=homPage.css.map */