body, p, hr {
  margin: 0; }

body {
  font-family: sans-serif;
  background: #fafafa;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4 {
  margin: 0;
  text-align: center; }

hr {
  border: 0;
  border-bottom: 1px solid #f2f2f2; }

.hr2 {
  margin: 40px 0 30px; }

.hr4 {
  border-bottom: 1px solid #f2f2f2;
  width: 900px;
  margin: 30px auto; }

.bluegreen {
  color: #55b3a7; }

header {
  background: #1f1f1f;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }

header #userinfo {
  position: absolute;
  right: 48px;
  top: 42px; }

@keyframes dropdown {
  0% {
    opacity: 0;
    margin-top: -20px; }
  100% {
    opacity: 1;
    margin-top: 0px; } }

main {
  width: 970px; }
  main .avatar_holder {
    text-align: center; }
    main .avatar_holder #user_avatar {
      margin: 0 auto;
      border-radius: 42px;
      width: 84px;
      height: 84px;
      background: #FFF; }
    main .avatar_holder #user_name {
      font-size: 16px;
      height: 16px;
      padding-top: 22px;
      color: #505050; }
    main .avatar_holder #user_email {
      font-size: 12px;
      height: 12px;
      padding-top: 15px;
      color: #a0a0a0; }

div.register-page {
  width: 1200px;
  margin: 0 auto; }
  div.register-page div.title-container {
    background: #1b51d9;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 45px;
    color: #fff;
    font-size: 14px;
    font-weight: 300; }
  div.register-page div.content-container {
    box-sizing: border-box;
    padding: 30px 40px;
    font-size: 14px;
    margin-top: 20px; }
    div.register-page div.content-container .title {
      text-align: center;
      color: #000;
      font-size: 14px;
      font-weight: bold;
      height: 60px; }
    div.register-page div.content-container table.top-table {
      padding-bottom: 2em; }
      div.register-page div.content-container table.top-table tr.row {
        height: 60px; }
      div.register-page div.content-container table.top-table tr.tel-row {
        height: 43px; }
    div.register-page div.content-container table.bottom-table {
      padding: 10px 0 30px; }
      div.register-page div.content-container table.bottom-table tr.row {
        height: 50px; }
      div.register-page div.content-container table.bottom-table tr.pic-row td.key {
        vertical-align: top;
        padding-top: 10px; }
      div.register-page div.content-container table.bottom-table tr.pic-row td.val {
        width: 600px;
        padding-top: 10px; }
        div.register-page div.content-container table.bottom-table tr.pic-row td.val div.pic-wrapper {
          float: left;
          margin-right: 10px;
          width: 180px;
          height: 180px; }
          div.register-page div.content-container table.bottom-table tr.pic-row td.val div.pic-wrapper img.pic-preview {
            max-width: 170px;
            max-height: 170px; }
          div.register-page div.content-container table.bottom-table tr.pic-row td.val div.pic-wrapper div.file-name {
            display: none; }
    div.register-page div.content-container td.key {
      color: #7e7e7e;
      width: 180px;
      text-align: right;
      padding-right: 20px; }
    div.register-page div.content-container td.val {
      position: relative; }
      div.register-page div.content-container td.val input {
        width: 250px;
        font-size: 12px;
        box-sizing: border-box; }
        div.register-page div.content-container td.val input.half {
          width: 135px; }
      div.register-page div.content-container td.val img.captcha-img {
        height: 38px;
        float: right;
        cursor: pointer; }
      div.register-page div.content-container td.val a.get-sms-code-btn {
        width: 102px;
        float: right;
        line-height: 35px; }
      div.register-page div.content-container td.val div.error-msg {
        font-size: 12px;
        color: #eb663e;
        position: absolute;
        bottom: -17px;
        width: 410px; }
      div.register-page div.content-container td.val div.notice-msg {
        font-size: 12px;
        color: #a5a5a5; }
    div.register-page div.content-container.long {
      height: 740px; }
    div.register-page div.content-container.short {
      height: 610px; }
      div.register-page div.content-container.short table.short-table {
        padding-bottom: 10px; }
      div.register-page div.content-container.short tr.tel-row {
        display: none; }
  div.register-page a.submit {
    width: 110px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 12px;
    margin-top: 20px; }

#closesignin {
  transition: none !important; }

#userinfo {
  position: relative;
  cursor: pointer;
  float: right; }
  #userinfo ul,
  #userinfo li {
    list-style: none;
    margin: 0;
    padding: 0; }
  #userinfo .dropdown-wrapper {
    display: none;
    position: absolute;
    z-index: 1;
    width: 134px;
    right: -22px;
    top: 43px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    font-size: 12px; }
    #userinfo .dropdown-wrapper:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: -16px;
      left: 89px;
      border: 8px solid transparent;
      border-bottom: 8px solid #fff; }
    #userinfo .dropdown-wrapper:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 20px;
      top: -16px;
      left: 0px;
      opacity: 0; }
    #userinfo .dropdown-wrapper li {
      padding: 0 !important;
      line-height: 48px;
      border-top: 1px solid #f0f0f0;
      background: none !important; }
      #userinfo .dropdown-wrapper li:first-child {
        border: 0; }
      #userinfo .dropdown-wrapper li a {
        display: block;
        padding: 0 20px;
        color: #646464;
        white-space: nowrap; }
        #userinfo .dropdown-wrapper li a:hover {
          background: #f5f5f5;
          color: #505050; }
        #userinfo .dropdown-wrapper li a:active {
          background: #e1e1e1;
          color: #282828; }
  #userinfo .userinfo-main:hover .dropdown-wrapper {
    display: block;
    animation: dropdown .3s; }
  #userinfo .user-header {
    float: right;
    margin: 2px 0px 0 5px;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden; }
    #userinfo .user-header img {
      width: 28px;
      height: 28px; }
  #userinfo .user-info {
    position: relative;
    float: left;
    text-align: right;
    padding: 4px 0 0;
    width: auto;
    max-width: 77px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

#top-nav.active #userinfo .user-info {
  color: #ac975e; }

@keyframes dropdown {
  0% {
    opacity: 0;
    margin-top: -20px; }
  100% {
    opacity: 1;
    margin-top: 0px; } }

.login-pop-notice {
  font-family: 'Open Sans', 'Arial', 'Microsoft YaHei', sans-serif;
  font-weight: normal;
  padding-bottom: 20px;
  font-size: 13px;
  margin-left: -20px;
  width: 370px;
  letter-spacing: 1px; }

.login-pop-main-title {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 2px; }

.login-pop-sub-title {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold; }

.login-pop-notice-zh_CN {
  letter-spacing: 2px; }

.login-pop-notice-zh_CN .login-pop-main-title {
  letter-spacing: 3px; }

.login-pop-notice-zh_CN .login-pop-sub-title {
  letter-spacing: 2px; }

.login-list {
  margin: 36px 0 0 0;
  padding: 0;
  list-style: none; }

.login-list li {
  margin: 0;
  padding: 7px 0 7px 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 20px;
  list-style: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAgMAAADUn3btAAAACVBMVEX///////////+OSuX+AAAAA3RSTlNzgCXcRl7bAAAADklEQVQI12NoYhABwiYABLgBLfrda6wAAAAASUVORK5CYII=") 3px 14px no-repeat; }

/*user message*/
#userinfo .user-message {
  width: 20px;
  height: 14px;
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAcCAYAAAATFf3WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY5OTU1RjkwQTc3MzExRThCQ0QyRTVFNDZGMjdFMkZGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY5OTU1RjkxQTc3MzExRThCQ0QyRTVFNDZGMjdFMkZGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Njk5NTVGOEVBNzczMTFFOEJDRDJFNUU0NkYyN0UyRkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Njk5NTVGOEZBNzczMTFFOEJDRDJFNUU0NkYyN0UyRkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6YFqShAAACy0lEQVR42syYT0hUQRzH345lZLVLZQQlHbKDUB5ThP6oRVFUmARBhaegkG4JgtCtMArqUgRBpyI6RAWaoMVqEB2kQ4F0iKJL/8Ao1kLL0u37g+/Ar8eb9b3ntm8HPoeZfTPzefPnN/M2tSS93EOqAEOg1SuPlAW7fuS+zhgWzIA2MFwGcuLQJnKSEcE0f/gO9oC+BOWk772QExdvaWZFWgQfg1V84Bc4CG4lIHcbtEPuJ+XE6ZEIbuaw1qjp7gBXSyh3DRyD3B/K1XAdNtg1uBE8ARuYz4NT4GwJ5Hoh1gnylBOHEbDJrkGb1lOyXpWdAaf/o1w3xHpsBnL1lKu1ZcZXYQ2nu1GVXQLHwWwRxaStE+CCkmvktK7VD5qAyitlcfpi4g1wGPwugpy0cRRcV3KtjMPV/oeNo5FlYAAcUGV3wX4wNQ+5KUaJO0pO+uhX4S6UoKRF4B7f1qZBsBNMxJCbYJx9qMqO8MUXuyqZORqtYEzsVGXPwDbwJYKcPLuDm9Cmk+AmWFioognZgcTEHpV/CZrA+xB1P4Dt4LnevYx9c/ZvIozCOe66FPNvKPm6QJ23YCt4peMeOB+2UxNxHdWBBSovI7gFvAh4doxy73z9rYvSYRRBOcgPBYSacdAMnqqyUa7TTwHxr4PnblEFrdw083KQXwZVzOfAbnCFa0vi2jf+Vsly/1n/IEzHKVxY8zHksjwrR3iPzDnqVjHGtXA9NquNValia+wRzBaQ89ihXNdWB9St5rHZwnwtX8iO5DTb7os7gtL4PjDpkNPpM7hIgVlKdfFsD9rZsj4/hhlJl2AUuThpjOt0HLcZOe6ckiYBOY9tZe1NHpLO6TYJyP0jyau9lhx0CZZSrpBku/66NAnKuSQn6TJsBQd8chnGrlLIacl+SGZ8kvdlFxt1nc/wZtuQ0HfxKP9RyOkpLhc5j30P2ZGU9FeAAQAM+9Z36SsH8wAAAABJRU5ErkJggg==");
  background-size: 20px 14px;
  float: left;
  margin: 12px 20px 0 0;
  position: relative; }
  #userinfo .user-message .message-num {
    position: absolute;
    width: auto;
    min-width: 20px;
    height: 16px;
    font-size: 12px;
    color: white;
    background: #f0526b;
    border-radius: 20px;
    text-align: center;
    left: 10px;
    top: -10px;
    line-height: 16px; }
  #userinfo .user-message span {
    display: block;
    transform: scale(0.8333); }

.dropdown-message .dropdown-message-num {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  min-width: 20px;
  height: 16px;
  font-size: 12px;
  color: white;
  background: #f0526b;
  border-radius: 20px;
  text-align: center;
  line-height: 16px;
  position: relative;
  top: -2px;
  margin-left: 4px; }
  .dropdown-message .dropdown-message-num span {
    display: block;
    transform: scale(0.8333); }

body {
  background: #f6f6f6; }

div#common-header {
  display: none; }

.user-info {
  color: #000 !important; }

a {
  text-decoration: none; }

a.close_btn {
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/close_btnfb5e7d9a574dbe575660e2f10ff1206a.png);
  position: absolute; }
  a.close_btn:hover {
    background-position-y: -20px; }
  a.close_btn:active {
    background-position-y: -40px; }

span.span-block {
  display: block; }

.common-box {
  background: #FFF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

a.std-btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  transition: all 0.2s ease-out; }
  a.std-btn.blue {
    background: #1b51d9;
    border-color: #1b51d9;
    color: #FFF; }
    a.std-btn.blue:hover {
      background: #3366e8;
      border-color: #3366e8; }
    a.std-btn.blue:active {
      color: #6b8bdb;
      background: #1549cb;
      border-color: #1549cb; }
  a.std-btn.gray {
    color: #FFF;
    background: #a6aab0;
    border-color: #a6aab0; }
    a.std-btn.gray:hover {
      background: #bcbfc4;
      border-color: #bcbfc4; }
    a.std-btn.gray:active {
      color: #bcbfc4;
      background: #95989d;
      border-color: #95989d; }
  a.std-btn.invalid {
    cursor: not-allowed; }
    a.std-btn.invalid, a.std-btn.invalid:hover, a.std-btn.invalid:active {
      color: #bcbfc4;
      background: #d2d4d7;
      border-color: #d2d4d7; }

input.std-input {
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  color: #000;
  font-size: 14px;
  padding: 10px 13px;
  transition: 0.2s background ease-out; }
  input.std-input:active, input.std-input:focus {
    background: #FFF; }
  input.std-input.error {
    color: #f43f18;
    border-color: #f8d6cd; }

div.input-notice {
  position: absolute;
  font-size: 12px;
  color: #1b51d9; }

#main {
  margin: 84px 0 100px; }
  #main div.wrapper {
    position: relative;
    width: 1524px;
    margin: 0 auto;
    min-height: 600px; }
    #main div.wrapper div.left-panel {
      width: 300px;
      position: relative;
      transition: all 0.3s ease-out;
      float: left; }
      #main div.wrapper div.left-panel div.left-panel-top div.avatar-info-container {
        background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/avatar_bg1c747f52e2d2cf9cace4c52c5080724d.png);
        height: 400px;
        padding: 40px 0 0;
        box-sizing: border-box; }
        #main div.wrapper div.left-panel div.left-panel-top div.avatar-info-container.shorter {
          height: 260px; }
        #main div.wrapper div.left-panel div.left-panel-top div.avatar-info-container img.userHead {
          display: block;
          margin: 0 auto;
          border-radius: 42px;
          width: 84px;
          height: 84px; }
        #main div.wrapper div.left-panel div.left-panel-top div.avatar-info-container div.userName {
          font-size: 18px;
          line-height: 56px;
          text-align: center; }
        #main div.wrapper div.left-panel div.left-panel-top div.avatar-info-container div.designer-rank-badge {
          width: 170px;
          height: 38px;
          margin: 0 auto;
          margin-bottom: 30px; }
          #main div.wrapper div.left-panel div.left-panel-top div.avatar-info-container div.designer-rank-badge.high {
            background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/super_designer_badge89cdfd7a45d2e64b7588cca0684a6c35.png); }
          #main div.wrapper div.left-panel div.left-panel-top div.avatar-info-container div.designer-rank-badge.normal {
            display: none;
            background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/normal_designer_badge1a4c0f497ebc64653ee8de1d0760ea5f.png); }
        #main div.wrapper div.left-panel div.left-panel-top div.avatar-info-container a.std-btn {
          width: 144px;
          line-height: 40px;
          font-size: 14px;
          border-radius: 38px;
          margin-bottom: 16px; }
          #main div.wrapper div.left-panel div.left-panel-top div.avatar-info-container a.std-btn.blueghost {
            border: 0 none;
            position: relative;
            font-family: "Microsoft YaHei";
            font-size: 12px;
            color: #1b51d9;
            letter-spacing: .5px;
            text-decoration: underline; }
            #main div.wrapper div.left-panel div.left-panel-top div.avatar-info-container a.std-btn.blueghost.noNew:after {
              display: none; }
            #main div.wrapper div.left-panel div.left-panel-top div.avatar-info-container a.std-btn.blueghost:after {
              content: '';
              width: 42px;
              height: 18px;
              background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/icon_new_wacbc059b1ca27de45ba37ae0512739d83.png) no-repeat;
              background-size: 42px 18px;
              display: inline-block;
              vertical-align: middle;
              margin-left: 4px;
              position: absolute;
              top: 11px; }
      #main div.wrapper div.left-panel div.left-panel-top div.link-container {
        padding: 0 0 10px 0; }
        #main div.wrapper div.left-panel div.left-panel-top div.link-container a.left-nav {
          box-sizing: border-box;
          display: block;
          color: #3b3b3b;
          line-height: 42px;
          font-size: 14px;
          padding: 4px 0; }
          #main div.wrapper div.left-panel div.left-panel-top div.link-container a.left-nav:hover > div {
            background: rgba(27, 81, 217, 0.08); }
          #main div.wrapper div.left-panel div.left-panel-top div.link-container a.left-nav > div {
            padding-left: 28px;
            transition: 0.2s background ease-out; }
          #main div.wrapper div.left-panel div.left-panel-top div.link-container a.left-nav.active > div {
            background: rgba(27, 81, 217, 0.08);
            color: #000000;
            border-left: 4px solid #1b51d9;
            padding-left: 24px; }
      #main div.wrapper div.left-panel div.left-panel-extra {
        margin-top: 20px;
        height: 100px;
        color: #7e7e7e;
        padding: 25px 35px;
        box-sizing: border-box;
        font-size: 12px; }
        #main div.wrapper div.left-panel div.left-panel-extra img.qrcode {
          width: 65px;
          height: 65px;
          float: right;
          top: -7px;
          position: relative;
          right: -10px; }
    #main div.wrapper div.right-panel {
      margin-left: 324px; }
      #main div.wrapper div.right-panel.portfolio-panel .work-container {
        position: relative; }
        #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item {
          transition: all 0.2s ease-out;
          position: absolute;
          width: 220px;
          display: inline-block; }
          #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item:hover .delProjectBtn {
            display: block; }
          #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item:hover .copy, #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item:hover .delete {
            display: block; }
          #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item .loading-round-container {
            display: none; }
          #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item .copy {
            position: absolute;
            z-index: 2;
            display: none;
            top: 6px;
            left: 6px; }
          #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item .delete {
            position: absolute;
            z-index: 2;
            display: none;
            top: 6px;
            right: 6px;
            background-position: -18px 0 !important; }
          #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item .page-icon {
            display: none;
            width: 18px;
            height: 18px;
            background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/copyOrdel396755a5a4ec0e6373617b251d8cd051.png) no-repeat;
            position: absolute;
            z-index: 4; }
            #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item .page-icon:hover .tip {
              display: block; }
          #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item .tip {
            display: none;
            position: absolute;
            top: -6px;
            left: 25px;
            padding: 0 8px;
            font-size: 12px;
            font-weight: 200;
            line-height: 32px;
            color: #e6e6e6;
            background: rgba(39, 39, 43, 0.9);
            white-space: nowrap;
            border-radius: 2px; }
            #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item .tip:before {
              content: '';
              position: absolute;
              width: 0;
              height: 0;
              top: 50%;
              left: 0;
              margin: -6px 0 0 -10px;
              border: 5px solid transparent;
              border-right-color: rgba(39, 39, 43, 0.9); }
          #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item:hover .project-list-item-bg {
            background-position: center;
            background-repeat: no-repeat;
            background-color: rgba(0, 0, 0, 0.4);
            border-color: white; }
          #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item:hover .project-list-item-thumb-cover {
            display: block; }
          #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item .loading-round-container {
            position: absolute;
            z-index: 2;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.7);
            display: none; }
            #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item .loading-round-container .loading-round {
              position: absolute;
              top: 50%;
              left: 50%;
              width: 40px;
              height: 40px;
              margin: -20px 0 0 -20px;
              background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/loading7d18ac59584d3c9150e269d121345730.png) center no-repeat;
              animation: rotation 1s infinite linear; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
          #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item .project-list-item-thumb-cover {
            background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/bianji7708aff372d94ca02d661d7423f3061e.png) no-repeat center center;
            z-index: 2;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 62px;
            right: 0;
            display: none; }
          #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item .project-list-item-bg {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 62px;
            right: 0;
            background-position: center;
            background-color: transparent;
            border: 4px solid rgba(255, 255, 255, 0);
            transition: all .3s; }
          #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item div.img-thumb {
            cursor: pointer;
            background-size: cover; }
            #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item div.img-thumb .openProLink {
              display: block;
              width: 100%;
              height: 100%;
              position: absolute;
              z-index: 3; }
          #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item div.title-date-container {
            font-size: 14px;
            color: #3b3b3b;
            padding: 12px 20px;
            line-height: 20px; }
            #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item div.title-date-container div.vip-icon {
              display: block;
              background: #1b51d9;
              width: 40px;
              color: #FFF;
              text-align: center;
              line-height: 20px;
              font-size: 12px;
              border-radius: 20px;
              float: right; }
            #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item div.title-date-container span.date {
              font-size: 12px;
              color: #818181; }
            #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item div.title-date-container .itemStatus {
              display: block;
              float: right;
              font-size: 12px; }
            #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item div.title-date-container .info_red {
              color: #e25372; }
            #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item div.title-date-container .info_blue {
              color: #1b51d9; }
            #main div.wrapper div.right-panel.portfolio-panel .work-container div.design-item div.title-date-container .info_gy {
              color: #818181; }
      #main div.wrapper div.right-panel.portfolio-panel a.view-work-btn {
        display: block;
        text-align: center;
        line-height: 44px;
        height: 44px;
        font-size: 14px; }
      #main div.wrapper div.right-panel.table-panel table {
        text-align: left;
        border-collapse: separate;
        border-spacing: 0 20px;
        width: 100%;
        position: relative;
        top: -20px; }
        #main div.wrapper div.right-panel.table-panel table .thumb {
          width: 110px;
          min-width: 110px; }
        #main div.wrapper div.right-panel.table-panel table .title {
          width: 200px; }
        #main div.wrapper div.right-panel.table-panel table .time {
          width: 190px; }
        #main div.wrapper div.right-panel.table-panel table .status {
          width: 135px; }
        #main div.wrapper div.right-panel.table-panel table .tag {
          width: 350px; }
        #main div.wrapper div.right-panel.table-panel table .viewdetail {
          width: 210px; }
        #main div.wrapper div.right-panel.table-panel table .s-title {
          width: 180px; }
        #main div.wrapper div.right-panel.table-panel table .verifying-status {
          width: 200px;
          position: relative; }
          #main div.wrapper div.right-panel.table-panel table .verifying-status span {
            padding-left: 18px; }
        #main div.wrapper div.right-panel.table-panel table .sourcefile {
          width: 160px; }
        #main div.wrapper div.right-panel.table-panel table .createTime {
          width: 150px;
          font-size: 12px; }
        #main div.wrapper div.right-panel.table-panel table .operation {
          width: 100px; }
        #main div.wrapper div.right-panel.table-panel table .method {
          width: 150px;
          text-align: center;
          padding-right: 2em; }
        #main div.wrapper div.right-panel.table-panel table .delTep {
          text-decoration: underline; }
        #main div.wrapper div.right-panel.table-panel table .e_red {
          color: #e25372; }
        #main div.wrapper div.right-panel.table-panel table .font-blue {
          color: #1b51d8; }
        #main div.wrapper div.right-panel.table-panel table tr.header {
          color: #fff;
          font-size: 12px;
          position: relative;
          background: #1b51d9;
          line-height: 40px; }
          #main div.wrapper div.right-panel.table-panel table tr.header th {
            font-weight: normal; }
          #main div.wrapper div.right-panel.table-panel table tr.header.notice {
            line-height: 24px;
            text-align: center; }
            #main div.wrapper div.right-panel.table-panel table tr.header.notice a {
              color: #FFF;
              text-decoration: underline;
              margin: 0 0.5em; }
        #main div.wrapper div.right-panel.table-panel table tr.item {
          background: #FFF;
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
          transition: box-shadow 0.2s ease-out;
          height: 120px;
          font-size: 14px;
          line-height: 20px;
          color: #7e7e7e; }
          #main div.wrapper div.right-panel.table-panel table tr.item:hover {
            box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1); }
        #main div.wrapper div.right-panel.table-panel table td {
          padding: 0; }
        #main div.wrapper div.right-panel.table-panel table td.thumb {
          text-align: center; }
          #main div.wrapper div.right-panel.table-panel table td.thumb > img {
            max-width: 80px;
            max-height: 80px; }
        #main div.wrapper div.right-panel.table-panel table td.title span {
          font-size: 12px;
          color: #8294c3; }
        #main div.wrapper div.right-panel.table-panel table td.title.month {
          font-size: 18px;
          color: #1b51d9; }
        #main div.wrapper div.right-panel.table-panel table td.viewdetail a.std-btn, #main div.wrapper div.right-panel.table-panel table td.method a.std-btn {
          width: 100px;
          line-height: 28px;
          font-size: 12px;
          border-radius: 14px; }
        #main div.wrapper div.right-panel.table-panel table td.method a.std-btn {
          display: inline-block;
          margin: 0 1em; }
      #main div.wrapper div.right-panel.table-panel table.income-table {
        top: -19px; }
        #main div.wrapper div.right-panel.table-panel table.income-table .title {
          width: 635px; }
        #main div.wrapper div.right-panel.table-panel table.income-table .cash {
          width: 450px;
          text-align: right;
          padding-right: 60px;
          box-sizing: border-box; }
        #main div.wrapper div.right-panel.table-panel table.income-table tr.header {
          background: #1b51d9;
          color: #fff;
          font-size: 14px;
          height: 120px;
          top: 0; }
          #main div.wrapper div.right-panel.table-panel table.income-table tr.header th.cash {
            font-size: 30px;
            color: #FFF; }
            #main div.wrapper div.right-panel.table-panel table.income-table tr.header th.cash a.std-btn {
              font-size: 12px;
              display: inline-block;
              margin-left: 1em;
              line-height: 28px;
              width: 100px;
              vertical-align: text-bottom;
              border-radius: 14px; }
        #main div.wrapper div.right-panel.table-panel table.income-table td.cash {
          color: #1b51d9;
          font-size: 18px; }
      #main div.wrapper div.right-panel.info-panel {
        box-sizing: border-box;
        padding: 40px 120px 80px 120px;
        font-size: 14px; }
        #main div.wrapper div.right-panel.info-panel div.title {
          color: #000;
          line-height: 50px; }
          #main div.wrapper div.right-panel.info-panel div.title.default {
            font-weight: bold; }
          #main div.wrapper div.right-panel.info-panel div.title.warning {
            color: #F0526B; }
          #main div.wrapper div.right-panel.info-panel div.title.waiting {
            color: #1b51d9; }
        #main div.wrapper div.right-panel.info-panel table {
          width: 100%;
          border-bottom: 1px solid #f1f4fb;
          border-top: 1px solid #f1f4fb;
          padding: 20px 0 50px 0; }
          #main div.wrapper div.right-panel.info-panel table tr {
            height: 50px; }
          #main div.wrapper div.right-panel.info-panel table td.key {
            color: #c8c8c8;
            text-align: right;
            width: 90px; }
          #main div.wrapper div.right-panel.info-panel table td.val {
            position: relative;
            color: #8c929f;
            padding-left: 20px; }
            #main div.wrapper div.right-panel.info-panel table td.val.smaller {
              font-size: 12px; }
              #main div.wrapper div.right-panel.info-panel table td.val.smaller .std-input {
                font-size: 12px; }
            #main div.wrapper div.right-panel.info-panel table td.val .input-notice {
              top: 53px; }
            #main div.wrapper div.right-panel.info-panel table td.val div.pic-wrapper {
              float: left;
              margin-right: 10px;
              width: 180px;
              height: 180px; }
              #main div.wrapper div.right-panel.info-panel table td.val div.pic-wrapper img.pic-preview {
                max-width: 170px;
                max-height: 170px; }
              #main div.wrapper div.right-panel.info-panel table td.val div.pic-wrapper div.file-name {
                display: none; }
        #main div.wrapper div.right-panel.info-panel a.save-btn {
          width: 100px;
          line-height: 40px;
          border-radius: 23px;
          font-size: 12px;
          margin: 20px 0 auto auto; }

@media (min-height: 820px) {
  #main div.wrapper div.left-panel.fixed {
    position: fixed; } }

span.template-tag {
  display: inline-block;
  color: #8294c3;
  background: #f6f6f6;
  font-size: 12px;
  line-height: 28px;
  border-radius: 14px;
  padding: 0 1em;
  margin: 0.25em 0.75em 0.25em 0; }

a.to-top-btn {
  display: block;
  background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/to_top_btn0b7c4af9281f532c301d38c956ff8e71.png);
  width: 68px;
  height: 68px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: 0.2s opacity ease-out;
  pointer-events: none; }
  a.to-top-btn.show {
    opacity: 1;
    pointer-events: auto; }

div.paginator {
  text-align: center; }
  div.paginator a.pagelink {
    color: #8c929f;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0);
    line-height: 26px;
    padding: 0.2em 0.5em;
    margin: 0 0.3em; }
    div.paginator a.pagelink.active {
      border-color: #c0c3ca; }
    div.paginator a.pagelink.invalid {
      cursor: not-allowed; }

div.pop-up-mask {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.256);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 30; }
  div.pop-up-mask.show {
    display: block; }
  div.pop-up-mask.show-flex {
    display: flex;
    flex-direction: column;
    justify-content: center; }

div.pop-up-wrapper {
  background: #FFF;
  border-radius: 4px;
  margin: 0 auto;
  position: relative; }
  div.pop-up-wrapper a.close_btn {
    top: 10px;
    right: 10px; }
  div.pop-up-wrapper.viewStatusPop {
    box-sizing: border-box;
    height: 205px;
    width: 430px;
    font-size: 14px;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff; }
    div.pop-up-wrapper.viewStatusPop .v-wrapper {
      width: 400px;
      text-align: center;
      font-size: 16px;
      color: #787878;
      line-height: 22px;
      margin: 0 auto;
      border-bottom: 1px solid #ebebeb;
      padding: 55px 0 40px; }
    div.pop-up-wrapper.viewStatusPop .viewStatusBtn {
      width: 144px;
      line-height: 40px;
      font-size: 14px;
      border-radius: 38px;
      margin-top: 20px; }
  div.pop-up-wrapper.template-detail {
    box-sizing: border-box;
    padding: 80px 40px;
    width: 1150px;
    max-height: 670px;
    font-size: 14px;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: scroll; }
    div.pop-up-wrapper.template-detail::-webkit-scrollbar {
      width: 5px; }
    div.pop-up-wrapper.template-detail::-webkit-scrollbar-track {
      background-color: #fff;
      -webkit-border-radius: 1em;
      -moz-border-radius: 1em;
      border-radius: 1em; }
    div.pop-up-wrapper.template-detail::-webkit-scrollbar-thumb {
      background-color: #1b51d9;
      -webkit-border-radius: 1em;
      -moz-border-radius: 1em;
      border-radius: 1em; }
    div.pop-up-wrapper.template-detail .thumb {
      width: 500px;
      height: auto;
      float: left;
      overflow: hidden;
      position: relative;
      border: 1px solid rgba(169, 167, 167, 0.2); }
      div.pop-up-wrapper.template-detail .thumb div.view-wrapper {
        width: 1000px;
        display: flex;
        flex-direction: row;
        transition: 0.2s all ease-out; }
        div.pop-up-wrapper.template-detail .thumb div.view-wrapper div.view-item {
          width: 500px;
          height: 500px;
          display: flex;
          justify-content: center;
          box-sizing: border-box; }
          div.pop-up-wrapper.template-detail .thumb div.view-wrapper div.view-item img {
            object-fit: fill;
            object-fit: contain;
            object-fit: scale-down;
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto; }
          div.pop-up-wrapper.template-detail .thumb div.view-wrapper div.view-item > .svg {
            width: auto;
            max-width: 500px;
            max-height: 500px; }
      div.pop-up-wrapper.template-detail .thumb div.nav-btn-holder {
        width: 60px;
        height: 30px;
        display: flex;
        position: absolute;
        bottom: 10px;
        right: 10px; }
        div.pop-up-wrapper.template-detail .thumb div.nav-btn-holder a.nav-btn {
          display: block;
          width: 30px;
          height: 30px;
          background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/detail_nav_btn07a3e8b675a4214113f2be1c45f850d2.png); }
          div.pop-up-wrapper.template-detail .thumb div.nav-btn-holder a.nav-btn.left {
            background-position-x: 0; }
          div.pop-up-wrapper.template-detail .thumb div.nav-btn-holder a.nav-btn.right {
            background-position-x: -30px; }
          div.pop-up-wrapper.template-detail .thumb div.nav-btn-holder a.nav-btn:hover {
            background-position-y: -30px; }
    div.pop-up-wrapper.template-detail .info {
      margin-left: 540px;
      color: #7e7e7e;
      position: relative;
      height: 100%; }
      div.pop-up-wrapper.template-detail .info .useTempBox {
        margin: 30px 0; }
      div.pop-up-wrapper.template-detail .info div.avatar {
        display: inline-block;
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f4fb; }
        div.pop-up-wrapper.template-detail .info div.avatar img {
          max-width: 50px;
          max-height: 50px;
          border-radius: 25px;
          float: left; }
        div.pop-up-wrapper.template-detail .info div.avatar div.name {
          line-height: 50px;
          margin-left: 75px;
          font-size: 18px; }
      div.pop-up-wrapper.template-detail .info div.title {
        line-height: 28px;
        padding: 15px 0;
        border-bottom: 1px solid #f1f4fb; }
        div.pop-up-wrapper.template-detail .info div.title a.share-btn {
          width: 78px;
          line-height: 26px;
          border-radius: 14px;
          float: right;
          font-size: 12px; }
      div.pop-up-wrapper.template-detail .info div.data-item {
        padding: 15px 0;
        border-bottom: 1px solid #f1f4fb;
        line-height: 25px; }
        div.pop-up-wrapper.template-detail .info div.data-item div.key {
          width: 90px;
          min-width: 90px;
          float: left; }
        div.pop-up-wrapper.template-detail .info div.data-item div.val {
          margin-left: 20px;
          max-width: 400px; }
          div.pop-up-wrapper.template-detail .info div.data-item div.val span.template-tag {
            margin-top: 0;
            margin-bottom: 0.5em; }
      div.pop-up-wrapper.template-detail .info div.publish-date {
        padding-top: 1em;
        line-height: 32px; }
        div.pop-up-wrapper.template-detail .info div.publish-date span {
          width: 80px;
          display: inline-block; }
        div.pop-up-wrapper.template-detail .info div.publish-date a.report-btn {
          width: 78px;
          line-height: 26px;
          border-radius: 14px;
          float: right;
          font-size: 12px; }
      div.pop-up-wrapper.template-detail .info a.use-template-btn {
        position: relative;
        bottom: 0;
        width: 100%; }
      div.pop-up-wrapper.template-detail .info div.wxshare-title {
        font-size: 18px;
        text-align: center; }
      div.pop-up-wrapper.template-detail .info div.wxshare-des {
        font-size: 14px;
        text-align: center;
        margin: 2em 0; }
      div.pop-up-wrapper.template-detail .info div.wxshare-qrcode {
        text-align: center; }
    div.pop-up-wrapper.template-detail a.std-btn {
      line-height: 40px; }
  div.pop-up-wrapper.verification-detail {
    padding: 50px 50px;
    box-sizing: border-box;
    width: 850px;
    font-size: 14px;
    line-height: 24px;
    height: 540px;
    max-height: 600px;
    overflow-y: scroll; }
    div.pop-up-wrapper.verification-detail::-webkit-scrollbar {
      width: 5px; }
    div.pop-up-wrapper.verification-detail::-webkit-scrollbar-track {
      background-color: #fff;
      -webkit-border-radius: 1em;
      -moz-border-radius: 1em;
      border-radius: 1em; }
    div.pop-up-wrapper.verification-detail::-webkit-scrollbar-thumb {
      background-color: #1b51d9;
      -webkit-border-radius: 1em;
      -moz-border-radius: 1em;
      border-radius: 1em; }
    div.pop-up-wrapper.verification-detail .title {
      text-align: center;
      color: #000;
      font-weight: bold;
      padding: 10px 0; }
    div.pop-up-wrapper.verification-detail .thumb_sticker {
      background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/bk90ee57324f2e9c1106fe256b35bb89a5.jpg);
      background-size: cover;
      z-index: 1; }
    div.pop-up-wrapper.verification-detail .info {
      height: auto;
      border-bottom: 1px solid #f1f4fb;
      padding: 40px 30px;
      display: flex;
      justify-content: center; }
      div.pop-up-wrapper.verification-detail .info .thumb {
        width: 270px;
        min-width: 270px;
        height: 270px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border: 1px solid #e9e9e9;
        box-sizing: border-box; }
        div.pop-up-wrapper.verification-detail .info .thumb > img {
          max-height: 270px;
          max-width: 270px;
          z-index: -1; }
      div.pop-up-wrapper.verification-detail .info .thumb_design {
        width: 270px;
        min-width: 270px;
        height: 270px;
        text-align: center;
        border: 1px solid #e9e9e9;
        box-sizing: border-box; }
        div.pop-up-wrapper.verification-detail .info .thumb_design .reviewPageListImg {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center; }
          div.pop-up-wrapper.verification-detail .info .thumb_design .reviewPageListImg > img {
            width: auto;
            height: auto;
            z-index: -1;
            max-width: 270px;
            /* outline: 1px solid red; */
            max-height: 270px;
            position: absolute;
            display: none;
            pointer-events: none; }
          div.pop-up-wrapper.verification-detail .info .thumb_design .reviewPageListImg .active {
            display: block; }
        div.pop-up-wrapper.verification-detail .info .thumb_design .pagesList {
          display: flex;
          justify-content: center;
          margin-top: 10px; }
          div.pop-up-wrapper.verification-detail .info .thumb_design .pagesList .on {
            border: 2px solid #1b51d9 !important; }
          div.pop-up-wrapper.verification-detail .info .thumb_design .pagesList .thumb_nav {
            width: auto;
            height: 82px;
            margin: 0 6px;
            background-color: #f9f9f9;
            box-sizing: border-box;
            border: 1px solid #f9f9f9; }
            div.pop-up-wrapper.verification-detail .info .thumb_design .pagesList .thumb_nav:hover {
              border: 1px solid #1b51d9; }
            div.pop-up-wrapper.verification-detail .info .thumb_design .pagesList .thumb_nav:active {
              border: 2px solid #1b51d9; }
            div.pop-up-wrapper.verification-detail .info .thumb_design .pagesList .thumb_nav img {
              height: 100%;
              z-index: -1;
              width: auto;
              max-width: 82px;
              pointer-events: none; }
      div.pop-up-wrapper.verification-detail .info .basic-info {
        margin-left: 48px;
        min-width: 320px;
        max-width: 320px; }
        div.pop-up-wrapper.verification-detail .info .basic-info .reviewCount {
          font-size: 12px;
          color: #e25372;
          letter-spacing: .25px;
          line-height: 20px;
          position: relative;
          margin-bottom: 20px; }
          div.pop-up-wrapper.verification-detail .info .basic-info .reviewCount:before {
            content: '';
            position: relative;
            display: inline-block;
            background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/errorscc81871934a83252b9a591587d9bc612.png) no-repeat center;
            width: 14px;
            height: 14px;
            vertical-align: middle;
            top: -1px;
            margin: 0 5px; }
        div.pop-up-wrapper.verification-detail .info .basic-info .key {
          width: auto;
          min-width: 100px;
          margin-right: 10px; }
        div.pop-up-wrapper.verification-detail .info .basic-info .val {
          color: #8c929f;
          font-size: 14px; }
        div.pop-up-wrapper.verification-detail .info .basic-info .data-item.tag {
          margin-bottom: 10px;
          display: flex;
          align-items: baseline; }
        div.pop-up-wrapper.verification-detail .info .basic-info .auditResult-f {
          color: #e25372; }
        div.pop-up-wrapper.verification-detail .info .basic-info .auditResult-s {
          color: #1b51d9; }
    div.pop-up-wrapper.verification-detail .verification {
      padding: 40px 30px;
      display: flex;
      flex-direction: row; }
      div.pop-up-wrapper.verification-detail .verification .key {
        width: 110px; }
      div.pop-up-wrapper.verification-detail .verification .val {
        margin-left: 110px; }
      div.pop-up-wrapper.verification-detail .verification div.left {
        width: auto; }
      div.pop-up-wrapper.verification-detail .verification div.unqualified-notice {
        color: #8c929f; }
        div.pop-up-wrapper.verification-detail .verification div.unqualified-notice div.detail-img-holder {
          width: 100px;
          text-align: center;
          display: inline-block;
          height: 100px; }
          div.pop-up-wrapper.verification-detail .verification div.unqualified-notice div.detail-img-holder img.detail-img {
            cursor: pointer;
            max-width: 100px;
            max-height: 100px; }
    div.pop-up-wrapper.verification-detail .online-status {
      padding: 40px 30px;
      border-top: 1px solid #f1f4fb; }
      div.pop-up-wrapper.verification-detail .online-status .key {
        width: 110px; }
      div.pop-up-wrapper.verification-detail .online-status .val {
        margin-left: 110px; }
  div.pop-up-wrapper.submit-standard {
    box-sizing: border-box;
    padding: 20px 40px;
    width: 960px;
    height: 862px;
    margin-top: calc((100vh - 862px) / 2);
    color: #7e7e7e;
    font-size: 14px;
    animation: scaleOut .3s; }

@keyframes scaleOut {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }
    div.pop-up-wrapper.submit-standard > .title {
      text-align: center;
      color: #000;
      font-size: 14px;
      font-weight: bold;
      height: 60px; }
    div.pop-up-wrapper.submit-standard hr {
      margin: 30px 0; }
    div.pop-up-wrapper.submit-standard .subsection {
      line-height: 23px; }
      div.pop-up-wrapper.submit-standard .subsection .title {
        text-align: left;
        height: 30px; }
      div.pop-up-wrapper.submit-standard .subsection .content {
        color: #8c929f; }
      div.pop-up-wrapper.submit-standard .subsection a {
        color: #1b51d9;
        text-decoration: underline; }
      div.pop-up-wrapper.submit-standard .subsection .tabs-holder a.tab {
        background: #f5f5f5;
        color: #7e7e7e;
        display: inline-block;
        margin-right: 1em;
        text-decoration: none;
        border-radius: 2px;
        padding: 0.5em 1em; }
        div.pop-up-wrapper.submit-standard .subsection .tabs-holder a.tab.isNew {
          position: relative; }
          div.pop-up-wrapper.submit-standard .subsection .tabs-holder a.tab.isNew:after {
            content: '';
            background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/icon_isnewa01c376794eff37a474b077fcf1f6bfd.png) no-repeat;
            background-size: 32px 18px;
            width: 32px;
            height: 18px;
            position: absolute;
            right: -10px;
            top: -9px; }
        div.pop-up-wrapper.submit-standard .subsection .tabs-holder a.tab.noNew:after {
          display: none !important; }
        div.pop-up-wrapper.submit-standard .subsection .tabs-holder a.tab.active {
          background: #1b51d9;
          color: #fff; }
      div.pop-up-wrapper.submit-standard .subsection .tabs-content {
        height: 220px;
        padding-top: 20px; }
        div.pop-up-wrapper.submit-standard .subsection .tabs-content.list-wenan a {
          position: relative;
          font-size: 12px;
          color: #1b51d9;
          letter-spacing: .5px; }
          div.pop-up-wrapper.submit-standard .subsection .tabs-content.list-wenan a.with-new:after {
            content: '';
            width: 32px;
            height: 18px;
            display: inline-block;
            background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/icon_isnewa01c376794eff37a474b077fcf1f6bfd.png) no-repeat;
            background-size: 32px 18px;
            margin-left: 4px;
            position: relative;
            top: -1px;
            vertical-align: middle; }
          div.pop-up-wrapper.submit-standard .subsection .tabs-content.list-wenan a:before {
            display: inline-block;
            content: '';
            vertical-align: middle;
            width: 2px;
            height: 2px;
            background: #1b51d9;
            border-radius: 50%;
            margin-right: 5px; }
      div.pop-up-wrapper.submit-standard .subsection a.learn-more-link {
        display: inline-block;
        width: 120px;
        margin-right: 50px;
        text-decoration: none;
        transition: 0.3s all cubic-bezier(0.22, 0.61, 0.36, 1); }
        div.pop-up-wrapper.submit-standard .subsection a.learn-more-link .title {
          text-align: center; }
        div.pop-up-wrapper.submit-standard .subsection a.learn-more-link:hover {
          transform: scale(1.1); }
  div.pop-up-wrapper.source-upload {
    box-sizing: border-box;
    padding: 80px 40px;
    width: 710px;
    height: 536px;
    margin-top: calc((100vh - 536px) / 2);
    font-size: 14px; }
    div.pop-up-wrapper.source-upload div.des {
      text-align: center;
      color: #7e7e7e;
      padding: 1em 0 2em;
      opacity: 0; }
      div.pop-up-wrapper.source-upload div.des > span {
        font-size: 12px; }
  div.pop-up-wrapper a.submit {
    width: 110px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 12px;
    margin-top: 20px; }

@media (max-height: 664px) {
  div.pop-up-wrapper.template-detail {
    margin-top: 0; } }

@media (max-height: 742px) {
  div.pop-up-wrapper.required-info.long {
    margin-top: 0; } }

@media (max-height: 620px) {
  div.pop-up-wrapper.required-info.short {
    margin-top: 0; } }

@media (max-height: 862px) {
  div.pop-up-wrapper.submit-standard {
    margin-top: 0; } }

.data-item {
  display: flex; }
  .data-item .key {
    float: left;
    color: #8c929f; }
  .data-item .val {
    color: #7e7e7e; }

.unqualified-notice span.detail-notice {
  color: #1b51d9; }

div.empty-notice {
  padding: 150px 0 90px; }
  div.empty-notice div.title {
    text-align: center;
    color: #808080;
    font-size: 14px; }
  div.empty-notice div.notice-section {
    text-align: center;
    margin: 40px 0 60px; }
    div.empty-notice div.notice-section div.notice-item {
      border: 1px solid rgba(155, 169, 207, 0.2);
      width: 140px;
      height: 140px;
      box-sizing: border-box;
      margin: 10px;
      display: inline-block; }
      div.empty-notice div.notice-section div.notice-item img {
        width: 100%; }
      div.empty-notice div.notice-section div.notice-item .text {
        text-align: center;
        font-size: 12px;
        color: #7e7e7e;
        padding-top: 15px;
        line-height: 20px; }
        div.empty-notice div.notice-section div.notice-item .text a {
          text-decoration: underline;
          color: #1b51d9; }
  div.empty-notice div.btn-section a {
    font-size: 12px;
    width: 144px;
    line-height: 40px;
    border-radius: 20px; }

.thunmb_stc {
  background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/bk90ee57324f2e9c1106fe256b35bb89a5.jpg);
  background-size: cover; }

div.pic-wrapper {
  width: 280px;
  height: 280px;
  border: 1px dashed #dcdee2;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column; }
  div.pic-wrapper img.pic-preview {
    max-width: 270px;
    max-height: 270px; }
  div.pic-wrapper a {
    width: 113px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 12px;
    margin-top: 10px; }
  div.pic-wrapper:hover a {
    background: #3366e8;
    border-color: #3366e8; }
  div.pic-wrapper:active a {
    color: #6b8bdb;
    background: #1549cb;
    border-color: #1549cb; }
  div.pic-wrapper div.file-name {
    position: absolute;
    top: 300px;
    width: 280px;
    color: #7e7e7e; }

input.file-uploader {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer; }

@media (max-width: 1534px) {
  #main div.wrapper {
    width: 1280px; } }

div.verified-badge {
  width: 70px;
  height: 26px;
  background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/verified_badge95dcfe562fc1599ef0c183e24d9db8d1.png);
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em; }

span.blue-with-qsmark {
  color: #1b51d9;
  cursor: pointer; }
  span.blue-with-qsmark:hover::after {
    background-position-y: -14px; }
  span.blue-with-qsmark:after {
    content: "";
    background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/red_qs_mark9caa537c920615856df151d5cd9ede5a.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 5px;
    background-position-y: 0; }

.popups-share-icons {
  width: 158px;
  height: 40px;
  border-radius: 6px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  top: 36px;
  right: -40px;
  display: none; }
  .popups-share-icons.show {
    display: block; }
  .popups-share-icons:before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-style: solid;
    border-width: 11px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    bottom: -9px;
    right: 62px; }
  .popups-share-icons .popups-box {
    padding: 16px; }
  .popups-share-icons .at4-show {
    margin-top: 13px; }
  .popups-share-icons .at-style-responsive .at-share-btn {
    padding: 0 !important; }
  .popups-share-icons .at-resp-share-element .at-share-btn {
    margin: 2px 5px !important; }
  .popups-share-icons .at-share-btn-elements > a:nth-of-type(1) {
    margin-left: 20px !important; }
  .popups-share-icons #popup-expoprt-share-icon {
    text-align: center; }
    .popups-share-icons #popup-expoprt-share-icon .share-icon {
      float: none;
      margin: 8px 4px 0;
      cursor: pointer;
      display: inline-block;
      width: 24px;
      height: 24px;
      background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/share-icon68dab32a99a513f650a83806f0d27ebe.png); }
    .popups-share-icons #popup-expoprt-share-icon .icon-share-facebook {
      background-position: 0 -24px; }
    .popups-share-icons #popup-expoprt-share-icon .icon-share-twitter {
      background-position: -24px -24px; }
    .popups-share-icons #popup-expoprt-share-icon .icon-share-google-plus {
      background-position: -48px -24px; }
    .popups-share-icons #popup-expoprt-share-icon .icon-share-pinterest {
      background-position: -72px -24px; }
    .popups-share-icons #popup-expoprt-share-icon .icon-share-tumblr {
      background-position: -96px -24px; }
    .popups-share-icons #popup-expoprt-share-icon .icon-share-weixin {
      background-position: -168px -24px; }
    .popups-share-icons #popup-expoprt-share-icon .icon-share-weibo {
      background-position: -144px -24px; }
    .popups-share-icons #popup-expoprt-share-icon .icon-share-qq {
      background-position: -120px -24px; }
    .popups-share-icons #popup-expoprt-share-icon .icon-share-qqzone {
      background-position: -192px -24px; }

div.tab-holder {
  display: flex;
  margin-top: -20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04); }
  div.tab-holder a.tab-link {
    display: block;
    width: 50%;
    color: #7e7e7e;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    background: #FFF;
    padding-top: 2px;
    border-bottom: 4px solid #FFF;
    font-weight: normal; }
    div.tab-holder a.tab-link:hover {
      background: rgba(232, 237, 251, 0.5);
      border-bottom-color: #e8edfb;
      transition: 0.3s all ease-out; }
    div.tab-holder a.tab-link.active {
      background: #e8edfb;
      border-bottom-color: #1b51d9; }

.tmpUpload-wrapper {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.256);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: auto;
  z-index: 30; }
  .tmpUpload-wrapper.show {
    display: block; }
  .tmpUpload-wrapper.show-flex {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .tmpUpload-wrapper .sticker_tag_wrapper {
    display: none; }

.details {
  text-decoration: underline;
  color: #1b51d9;
  font-size: 12px; }

#main {
  margin: 110px 0; }
  #main div.wrapper {
    position: relative;
    margin: 0 auto; }
    #main div.wrapper div.progress-bar {
      background: #1b51d9;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
      text-align: center;
      padding: 45px; }
      #main div.wrapper div.progress-bar div.progress-item {
        padding: 0 18px;
        line-height: 28px;
        font-size: 14px;
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.4);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        color: rgba(255, 255, 255, 0.6);
        display: inline-block; }
        #main div.wrapper div.progress-bar div.progress-item.has-done {
          background: #FFF;
          color: #1b51d9; }
      #main div.wrapper div.progress-bar div.progress-divider {
        background: rgba(255, 255, 255, 0.4);
        display: inline-block;
        margin: 4px 16px;
        width: 80px;
        height: 2px; }
        #main div.wrapper div.progress-bar div.progress-divider.has-done {
          background: #FFF; }
    #main div.wrapper .choose_size {
      padding: 45px 60px !important;
      height: auto !important;
      min-height: 626px !important;
      box-sizing: border-box;
      min-width: 960px !important;
      padding-bottom: 100px !important; }
      #main div.wrapper .choose_size .title-section {
        padding-bottom: 28px !important; }
      #main div.wrapper .choose_size .example-section {
        height: auto !important;
        margin: 0 !important;
        padding: 20px 0 60px !important;
        border-bottom: 1px solid #f1f4fb;
        box-sizing: border-box;
        min-height: 320px; }
      #main div.wrapper .choose_size .btn-section {
        bottom: 30px !important;
        left: 52% !important; }
    #main div.wrapper div.main-container {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      max-height: 600px;
      background: #FFF;
      box-shadow: 0 2px 2px rgba(29, 20, 22, 0.04);
      font-size: 14px;
      padding: 30px 0 80px 40px;
      min-width: 965px;
      width: auto;
      height: 600px;
      border-radius: 4px;
      animation: fadeIn .3s; }
      #main div.wrapper div.main-container::-webkit-scrollbar {
        width: 5px; }
      #main div.wrapper div.main-container::-webkit-scrollbar-track {
        background-color: #fff;
        -webkit-border-radius: 1em;
        -moz-border-radius: 1em;
        border-radius: 1em; }
      #main div.wrapper div.main-container::-webkit-scrollbar-thumb {
        background-color: #1b51d9;
        -webkit-border-radius: 1em;
        -moz-border-radius: 1em;
        border-radius: 1em; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 20%; }
  100% {
    opacity: 1;
    top: 50%; } }
      #main div.wrapper div.main-container .close_btn {
        right: 10px;
        top: 10px; }
      #main div.wrapper div.main-container.hide {
        display: none; }
      #main div.wrapper div.main-container div.title-section {
        color: #000;
        font-weight: bold;
        line-height: 20px;
        padding-bottom: 10px; }
        #main div.wrapper div.main-container div.title-section a {
          color: #1b51d9;
          text-decoration: underline;
          font-weight: normal; }
      #main div.wrapper div.main-container div.upload-wrapper {
        height: 470px;
        display: flex; }
        #main div.wrapper div.main-container div.upload-wrapper div.sub-container {
          width: 280px;
          padding: 0 100px;
          box-sizing: content-box; }
          #main div.wrapper div.main-container div.upload-wrapper div.sub-container div.title {
            color: #000000;
            font-size: 14px;
            font-weight: bold; }
          #main div.wrapper div.main-container div.upload-wrapper div.sub-container div.des {
            color: #7e7e7e;
            font-size: 12px;
            padding: 11px 0 30px; }
          #main div.wrapper div.main-container div.upload-wrapper div.sub-container div.pic-wrapper {
            margin-left: 0; }
      #main div.wrapper div.main-container .checkbox_item {
        display: flex;
        padding: 5px 0 0; }
      #main div.wrapper div.main-container .sticker-info-section .pic-wrapper {
        width: 300px !important;
        height: 300px !important; }
      #main div.wrapper div.main-container div.info-section, #main div.wrapper div.main-container .sticker-info-section {
        padding-top: 0;
        position: relative; }
		 #main div.wrapper div.main-container div.info-section .tag-group ._label{display:inline-block;height:26px;line-height:26px;margin-right:4px;vertical-align:middle;cursor:pointer;}
		  #main div.wrapper div.main-container div.info-section .tag-group ._label input{width:18px;height:18px;vertical-align:middle;margin-right:3px;}
        #main div.wrapper div.main-container div.info-section .tag-group, #main div.wrapper div.main-container .sticker-info-section .tag-group {
          padding: 0;width:90%; }
          #main div.wrapper div.main-container div.info-section .tag-group .tag-level, #main div.wrapper div.main-container .sticker-info-section .tag-group .tag-level {
            padding-bottom: 6px;
            font-size: 14px;
            color: #858585; }
        #main div.wrapper div.main-container div.info-section div.key, #main div.wrapper div.main-container .sticker-info-section div.key {
          color: #000000;
          font-weight: bold;
          padding: 5px 0 8px; }
          #main div.wrapper div.main-container div.info-section div.key span.red, #main div.wrapper div.main-container .sticker-info-section div.key span.red {
            color: red; }
          #main div.wrapper div.main-container div.info-section div.key span.gray, #main div.wrapper div.main-container .sticker-info-section div.key span.gray {
            color: #ababab;
            font-weight: normal; }
          #main div.wrapper div.main-container div.info-section div.key.check, #main div.wrapper div.main-container .sticker-info-section div.key.check {
            padding: 20px 0; }
          #main div.wrapper div.main-container div.info-section div.key a, #main div.wrapper div.main-container .sticker-info-section div.key a {
            color: #1b51d9;
            text-decoration: underline; }
        #main div.wrapper div.main-container div.info-section div.key:nth-child(4), #main div.wrapper div.main-container .sticker-info-section div.key:nth-child(4) {
          padding: 0 0 10px; }
        #main div.wrapper div.main-container div.info-section div.val input.std-input, #main div.wrapper div.main-container .sticker-info-section div.val input.std-input {
          width: 440px; }
        #main div.wrapper div.main-container div.info-section div.val textarea.std-textarea, #main div.wrapper div.main-container .sticker-info-section div.val textarea.std-textarea {
          width: 440px;
          height: 70px;
          border: 1px solid #e5e5e5;
          background: #f5f5f5;
          color: #8c929f;
          font-size: 14px;
          line-height: 24px;
          padding: 10px 13px;
          resize: none;
          transition: 0.2s background ease-out; }
          #main div.wrapper div.main-container div.info-section div.val textarea.std-textarea:active, #main div.wrapper div.main-container div.info-section div.val textarea.std-textarea:focus, #main div.wrapper div.main-container .sticker-info-section div.val textarea.std-textarea:active, #main div.wrapper div.main-container .sticker-info-section div.val textarea.std-textarea:focus {
            background: #FFF; }
        #main div.wrapper div.main-container div.info-section div.error, #main div.wrapper div.main-container .sticker-info-section div.error {
          color: red;
          line-height: 23px;
          height: 22px;
          font-size: 12px;
          display: block;
          top: 0;
          position: relative;
          animation: fadeIn .3s; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    top: -15px; }
  100% {
    opacity: 1;
    top: 0; } }
        #main div.wrapper div.main-container div.info-section div.pic-wrapper, #main div.wrapper div.main-container .sticker-info-section div.pic-wrapper {
          position: absolute;
          top: 50px;
          right: 40px;
          width: 300px;
          height: 300px; }
          #main div.wrapper div.main-container div.info-section div.pic-wrapper img.pic-preview, #main div.wrapper div.main-container .sticker-info-section div.pic-wrapper img.pic-preview {
            max-width: 290px;
            max-height: 290px; }
      #main div.wrapper div.main-container div.example-section {
        height: 320px;
        margin: 15px 0;
        display: flex;
        align-items: center;
        justify-content: space-around; }
        #main div.wrapper div.main-container div.example-section.empty {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          #main div.wrapper div.main-container div.example-section.empty div.qs-mark {
            width: 50px;
            height: 50px;
            background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/d_qs_mark839846f0ba3a25d640f5c45ef825a931.png); }
          #main div.wrapper div.main-container div.example-section.empty div.qs-desc {
            color: #7e7e7e;
            font-size: 14px;
            line-height: 40px; }
        #main div.wrapper div.main-container div.example-section div.example-pic, #main div.wrapper div.main-container div.example-section div.content {
          width: 252px;
          height: 252px;
          float: left; }
        #main div.wrapper div.main-container div.example-section div.example-pic {
          background-repeat: no-repeat;
          background-position: center center; }
        #main div.wrapper div.main-container div.example-section div.content {
          display: flex;
          align-items: center; }
          #main div.wrapper div.main-container div.example-section div.content ul {
            padding-left: 1em;
            list-style-type: none;
            margin: 0; }
            #main div.wrapper div.main-container div.example-section div.content ul .li-link {
              letter-spacing: .3px; }
              #main div.wrapper div.main-container div.example-section div.content ul .li-link .pdfLink {
                color: #1B51D8;
                text-decoration: underline; }
            #main div.wrapper div.main-container div.example-section div.content ul li {
              position: relative;
              color: #7e7e7e;
              line-height: 24px; }
              #main div.wrapper div.main-container div.example-section div.content ul li::before {
                content: "";
                width: 6px;
                height: 6px;
                background: #1b51d9;
                display: block;
                position: absolute;
                top: 8px;
                left: -15px;
                border-radius: 3px; }
              #main div.wrapper div.main-container div.example-section div.content ul li ol {
                padding-left: 1em; }
                #main div.wrapper div.main-container div.example-section div.content ul li ol li::before {
                  display: none; }
      #main div.wrapper div.main-container div.btn-section {
        text-align: center;
        padding-top: 20px;
        position: fixed;
        left: 50%;
        bottom: 20px; }
        #main div.wrapper div.main-container div.btn-section a {
          width: 113px;
          line-height: 40px;
          border-radius: 20px;
          display: inline-block;
          margin: 0 20px; }

.select-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  flex-wrap: wrap; }

div.size-select-item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #7e7e7e;
  background: #edf1fc;
  line-height: 36px;
  border-radius: 2px;
  cursor: pointer;
  padding: 0 0.6em;
  position: relative;
  transition: .3s; }
  div.size-select-item:hover {
    color: #9c9c9c;
    background: #dadde6; }
  div.size-select-item.selected {
    background: #1b51d9;
    color: #FFF; }

.moxie-shim {
  display: none; }

div.pic-wrapper {
  width: 280px;
  height: 280px;
  border: 1px dashed #dcdee2;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  div.pic-wrapper img.pic-preview {
    max-width: 270px;
    max-height: 270px; }
  div.pic-wrapper a {
    width: 113px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 12px;
    margin-top: 10px; }
  div.pic-wrapper:hover a {
    background: #3366e8;
    border-color: #3366e8; }
  div.pic-wrapper:active a {
    color: #6b8bdb;
    background: #1549cb;
    border-color: #1549cb; }
  div.pic-wrapper div.file-name {
    position: absolute;
    top: 300px;
    width: 280px;
    color: #7e7e7e; }

.temp_tag_wrapper, .sticker_tag_wrapper {
  overflow-y: scroll;
  display: none;
  max-height: 600px; }
  .temp_tag_wrapper::-webkit-scrollbar, .sticker_tag_wrapper::-webkit-scrollbar {
    width: 5px; }
  .temp_tag_wrapper::-webkit-scrollbar-track, .sticker_tag_wrapper::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em; }
  .temp_tag_wrapper::-webkit-scrollbar-thumb, .sticker_tag_wrapper::-webkit-scrollbar-thumb {
    background-color: #1b51d9;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em; }
  .temp_tag_wrapper.show, .sticker_tag_wrapper.show {
    display: block; }

.nav-til {
  display: none; }
  .nav-til a {
    font-size: 14px;
    font-weight: bold;
    color: #000; }

#nav {
  display: flex;
  justify-content: center; }
  #nav .default-font {
    border: none !important;
    color: #000000 !important;
    background: none !important;
    font-size: 14px;
    font-weight: bold;
    cursor: default;
    text-align: center; }
  #nav a {
    height: 40px;
    width: 150px;
    border: 1px solid #1b51d9;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #1b51d9;
    display: inline-block;
    float: none;
    white-space: nowrap;
    background: #fff;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s; }
  #nav .on {
    color: #fff;
    background-color: #1b51d9;
    border: 1px solid #1b51d9;
    position: relative; }

.contentBox .box {
  display: none;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  position: relative; }
  .contentBox .box.active {
    display: block;
    opacity: 1; }

.designInfo {
  border-bottom: none !important; }
  .designInfo .basic-info .data-item {
    margin-bottom: 10px; }
    .designInfo .basic-info .data-item .key {
      min-width: 90px !important; }

div.checkbox {
  color: #7e7e7e;
  font-weight: normal;
  cursor: pointer;
  padding: 10px 0; }
  div.checkbox .checkbox-icon {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    top: 2px;
    display: inline-block;
    position: relative;
    background: url(https://static.fotor.com.cn/static/web/site/user/designer/images/checkbox982d5afacd77149dcf27b7d725666b7e.png) no-repeat; }
    div.checkbox .checkbox-icon.clicked {
      background-position-y: -28px; }
  div.checkbox:hover .checkbox-icon {
    background-position-y: -14px; }
    div.checkbox:hover .checkbox-icon.clicked {
      background-position-y: -28px; }
  div.checkbox a {
    color: #1b51d9;
    text-decoration: underline; }

.delProjectBtn {
  display: none;
  width: auto;
  font-size: 12px;
  outline: none;
  height: 21px;
  border-radius: 38px;
  border: none;
  background: #1b51d9;
  border-color: #1b51d9;
  color: #FFF;
  padding: 0 15px;
  transition: all 0.3s ease-out;
  float: right;
  cursor: pointer; }
  .delProjectBtn:hover {
    background: #3366e8;
    border-color: #3366e8; }

.tap_next_step {
  margin-left: -77.485px !important; }

.stc_pre_step {
  margin-left: -154.965px !important; }

.reviewImags {
  display: flex; }
  .reviewImags:first-child {
    margin-left: 0; }
  .reviewImags .tempReviewImgBox {
    width: 120px;
    height: 120px;
    background-color: #f6f6f6;
    justify-content: center;
    align-items: center;
    margin: 12px 6px;
    display: flex; }
    .reviewImags .tempReviewImgBox img {
      max-width: 120px;
      max-height: 120px; }

.dropdown {
  position: relative;
  width: auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 410px;
  color: #fff;
  transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-sizing: border-box;
  height: 40px;
  font-size: 12px;
  outline: none;
  border-radius: 4px;
  background: none;
  font-size: 12px;
  letter-spacing: .3px;
  border: none; }

.dropdown.open {
  z-index: 2; }

.dropdown:hover {
  color: #fff;
  background-color: #2d63ea; }

.dropdown.focus {
  color: #fff;
  background-color: #2d63ea; }

/* CARAT */
.dropdown:after {
  content: '';
  font-size: 0;
  line-height: 0;
  border-width: 5px;
  border-color: #fff;
  border-bottom-width: 0;
  border-style: dashed;
  border-top-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  pointer-events: none;
  position: absolute;
  top: 18px;
  left: 50px;
  pointer-events: none; }

.dropdown.open::after {
  transform: rotate(180deg);
  top: 18px; }

.dropdown.disabled .carat {
  border-top-color: #999; }

#enterprisePlanBtn {
  text-align: center; }

/* OLD SELECT (HIDDEN) */
.dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.dropdown select {
  position: absolute;
  left: 0px;
  top: 0px; }

.dropdown.touch .old {
  width: 100%;
  height: 100%; }

.dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0; }

/* SELECTED FEEDBACK ITEM */
.dropdown .selected {
  color: #fff !important; }

.dropdown .selected,
.dropdown li {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  color: #5a5f69;
  font-size: 12px;
  font-family: "Helvetic-Light";
  padding: 0 18px; }

.dropdown.disabled .selected {
  color: #999; }

.dropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 2px 2px 0;
  box-shadow: inset -55px 0 25px -20px #fff; }

/* DROP DOWN WRAPPER */
.dropdown div {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 1px;
  background: #fff;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  opacity: 0;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }

/* Height is adjusted by JS on open */
.dropdown.open div {
  opacity: 1;
  z-index: 2; }

/* FADE OVERLAY FOR SCROLLING LISTS */
.dropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  box-shadow: inset 0 -50px 30px -35px #fff; }

.dropdown.scrollable.bottom div::after {
  opacity: 0; }

/* DROP DOWN LIST */
.dropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.dropdown.scrollable.open ul {
  overflow-y: auto; }

/* DROP DOWN LIST ITEMS */
.dropdown li {
  list-style: none; }

/* .focus class is also added on hover */
.dropdown li.focus {
  background: #eaeffd;
  position: relative;
  z-index: 3;
  color: #7e7e7e; }

.dropdown li.active {
  font-weight: 700; }

.sk-wandering-cubes {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto;
  display: none; }

.sk-wandering-cubes .sk-cube {
  background-color: #337ab7;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wandering-cubes 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wandering-cubes 1.8s ease-in-out -1.8s infinite both; }

.sk-wandering-cubes .sk-cube-2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-wandering-cubes {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: translateX(2em) rotate(-90deg) scale(0.5);
    transform: translateX(2em) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(2em) translateY(2em) rotate(-179deg);
    transform: translateX(2em) translateY(2em) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(2em) translateY(2em) rotate(-180deg);
    transform: translateX(2em) translateY(2em) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(2em) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(2em) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes sk-wandering-cubes {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: translateX(2em) rotate(-90deg) scale(0.5);
    transform: translateX(2em) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(2em) translateY(2em) rotate(-179deg);
    transform: translateX(2em) translateY(2em) rotate(-179deg); }
  50.1% {
    -webkit-transform: translateX(2em) translateY(2em) rotate(-180deg);
    transform: translateX(2em) translateY(2em) rotate(-180deg); }
  75% {
    -webkit-transform: translateX(0) translateY(2em) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(2em) rotate(-270deg) scale(0.5); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

.pricing {
  position: relative;
  top: -25px; }

.emptyNotice {
  width: 100%;
  /* outline: 1px solid red; */
  text-align: center;
  padding: 50px 0;
  background: #fff;
  box-sizing: border-box;
  min-height: 600px;
  display: flex;
  justify-content: center;
  color: #818181;
  align-items: center;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  background: #FFF;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }

.viewStatusBox {
  display: none; }

.tagAItem {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 10px; }
.selectBox {
  position: relative;
  z-index: 9; }

.project-select {
  position: relative;
  width: 150px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  border-radius: 2px;
  margin-bottom: 25px;
  cursor: pointer; }

.project-select.open::after {
  transform: rotate(180deg);
  top: 18px; }

.project-select.disabled .carat {
  border-top-color: #999; }

.project-select:after {
  content: '';
  font-size: 0;
  line-height: 0;
  border-width: 5px;
  border-color: #000;
  border-bottom-width: 0;
  border-style: dashed;
  border-top-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  pointer-events: none;
  position: absolute;
  top: 18px;
  left: 120px;
  pointer-events: none; }

#enterprisePlanBtn {
  text-align: center; }

/* OLD SELECT (HIDDEN) */
.project-select .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden; }

.project-select select {
  position: absolute;
  left: 0px;
  top: 0px; }

.project-select.touch .old {
  width: 100%;
  height: 100%; }

.project-select.touch select {
  width: 100%;
  height: 100%;
  opacity: 0; }

/* SELECTED FEEDBACK ITEM */
.project-select .selected {
  color: #787878 !important; }

.project-select .selected,
.project-select li {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 12px;
  font-family: "Helvetic-Light";
  padding: 0 20px; }

.project-select.disabled .selected {
  color: #999; }

.project-select .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 2px 2px 0;
  box-shadow: inset -55px 0 25px -20px #fff; }

/* DROP DOWN WRAPPER */
.project-select div {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 1px;
  background: #fff;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  opacity: 0;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); }

/* Height is adjusted by JS on open */
.project-select.open div {
  opacity: 1;
  z-index: 2; }

/* FADE OVERLAY FOR SCROLLING LISTS */
.project-select.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  box-shadow: inset 0 -50px 30px -35px #fff; }

.project-select:hover {
  color: #787878;
  background-color: #fff; }

.project-select.scrollable.bottom div::after {
  opacity: 0; }

/* DROP DOWN LIST */
.project-select ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.project-select.focus {
  color: #000;
  background-color: #fff; }

.project-select.scrollable.open ul {
  overflow-y: auto; }

/* DROP DOWN LIST ITEMS */
.project-select li {
  list-style: none; }

/* .focus class is also added on hover */
.project-select li.focus {
  background: #eaeffd;
  position: relative;
  z-index: 3;
  color: #7e7e7e; }

.project-select li.active {
  font-weight: 700; }
