.banner {
  height: 360px;
  background: url("../img/shop_details/bg_banner.png") no-repeat center; }
  .banner .banner_main {
    max-width: 800px;
    margin: 0px auto;
    padding-top: 120px;
    display: flex;
    flex-direction: row; }
    .banner .banner_main .avatar {
      width: 120px;
      height: 120px;
      border-radius: 50%; }
    .banner .banner_main .main_cnt {
      margin-left: 28px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      font-size: 20px;
      font-family: Microsoft YaHei;
      font-weight: bold;
      color: white;
      line-height: 40px; }
      .banner .banner_main .main_cnt .sign {
        display: inline-block; }
      .banner .banner_main .main_cnt .intro {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal; }
      .banner .banner_main .main_cnt .user_uid {
        font-size: 14px; }
      .banner .banner_main .main_cnt .work_count {
        font-size: 14px; }
      .banner .banner_main .main_cnt img {
        position: relative;
        top: 6px;
        margin-right: 8px; }

.works .search-box {
  position: relative;
  height: 84px; }
  .works .search-box .search_ {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 216px;
    height: 44px;
    border: 2px solid #E74B3B; }
    .works .search-box .search_ input {
      background-color: inherit;
      border: none;
      outline: none;
      height: 44px;
      padding-left: 15px;
      font-size: 14px;
      font-weight: 400;
      color: #999999;
      line-height: 40px; }
    .works .search-box .search_ img {
      position: relative;
      top: 5px;
      cursor: pointer; }

.works .sort {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  color: #333333;
  font-size: 14px; }
  .works .sort .type {
    line-height: 56px;
    width: 1220px;
    margin-left: 30px;
    margin-right: 30px;
    display: flex; }
    .works .sort .type .item {
      margin-right: 32px; }
    .works .sort .type .label {
      white-space: nowrap; }
    .works .sort .type ul li {
      float: left;
      margin-right: 30px; }
      .works .sort .type ul li._active_ a {
        color: #E74B3B; }
    .works .sort .type .all {
      color: #E74B3B; }
  .works .sort .classify {
    line-height: 56px;
    width: 1220px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px solid #DCDCDC;
    display: flex; }
    .works .sort .classify .item {
      margin-right: 32px; }
    .works .sort .classify .label {
      white-space: nowrap; }
    .works .sort .classify ul li {
      float: left;
      margin-right: 30px; }
      .works .sort .classify ul li._active_ a {
        color: #E74B3B; }
    .works .sort .classify .all {
      color: #E74B3B; }
  .works .sort .scense {
    line-height: 56px;
    width: 1220px;
    margin-left: 30px;
    margin-right: 30px;
    display: flex; }
    .works .sort .scense .label {
      white-space: nowrap; }
    .works .sort .scense .item {
      margin-right: 32px; }
    .works .sort .scense ul li {
      float: left;
      margin-right: 30px; }
      .works .sort .scense ul li._active_ a {
        color: #E74B3B; }
    .works .sort .scense .all {
      color: #E74B3B; }

.works .filter {
  margin-top: 20px;
  padding-left: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 54px;
  background-color: #fff;
  font-weight: bold;
  color: #333333;
  line-height: 14px; }
  .works .filter .platform_checkBox {
    vertical-align: middle; }
  .works .filter label {
    cursor: pointer; }
  .works .filter .all {
    margin-left: 30px; }
  .works .filter ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    margin-left: 10px; }
    .works .filter ul li {
      margin-right: 46px; }
      .works .filter ul li input {
        margin-right: 6px; }
  .works .filter .open {
    position: relative;
    left: 138px; }

.works .work-container {
  margin: 20px 0 60px 0; }
  .works .work-container .work-item {
    cursor: pointer;
    display: inline-block;
    width: 305px;
    margin-right: 20px;
    margin-bottom: 20px; }
    .works .work-container .work-item:hover {
      box-shadow: 0px 0px 20px -3px #e2e2e2; }
    .works .work-container .work-item:nth-child(4n) {
      margin-right: 0px; }
    .works .work-container .work-item .cover-list {
      position: relative; }
      .works .work-container .work-item .cover-list .main-cover {
        height: 174px;
        font-size: 0px; }
        .works .work-container .work-item .cover-list .main-cover .cover-img {
          display: block;
          height: 100%;
          width: 100%; }
        .works .work-container .work-item .cover-list .main-cover video {
          object-fit: cover;
          height: 100%;
          width: 100%; }
      .works .work-container .work-item .cover-list .other {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .works .work-container .work-item .cover-list .other .cover-img {
          width: 50%;
          height: 77px; }
      .works .work-container .work-item .cover-list .stat {
        color: #fff;
        position: absolute;
        bottom: 5px; }
        .works .work-container .work-item .cover-list .stat.position-left {
          left: 12px; }
        .works .work-container .work-item .cover-list .stat.position-right {
          right: 12px; }
    .works .work-container .work-item .title {
      line-height: 46px;
      width: 100%;
      background-color: #fff;
      text-align: center; }

.works .pagination {
  margin-bottom: 60px; }

.li-aspectRatio {
  position: relative; }
  .li-aspectRatio .aspectRatio {
    display: inline-block;
    border: 1px solid #ccc;
    height: 22px;
    padding: 0 5px;
    line-height: 22px;
    cursor: pointer; }
  .li-aspectRatio:hover .aspectRatio-select {
    visibility: visible !important; }

.aspectRatio-select {
  visibility: hidden;
  z-index: 1;
  margin-left: 0 !important;
  margin-top: 12px;
  position: absolute;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #ccc; }
  .aspectRatio-select::before, .aspectRatio-select::after {
    width: 0;
    height: 0;
    top: -19px;
    position: absolute;
    bottom: -1px;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    z-index: 1000; }
  .aspectRatio-select:after {
    top: -20px;
    border-color: transparent transparent #ccc;
    z-index: 999; }
  .aspectRatio-select > li {
    text-align: center;
    cursor: pointer;
    padding: 0 30px;
    margin-top: 5px;
    height: 38px;
    line-height: 38px;
    width: 100%;
    margin-right: 0 !important; }
    .aspectRatio-select > li:hover {
      background-color: #dddddd; }

.myEdit {
  color: #000;
  width: 120px;
  height: 45px;
  line-height: 45px;
  margin-top: 20px;
  background-color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer; }

.del {
  color: red;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  background-color: #e7e8e9; }

.del:hover {
  background-color: #c2c3c4;
  font-size: 15px; }
