@charset "UTF-8";
#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;
  margin: 0;
  font-family: sans-serif; }

a {
  text-decoration: none; }

div#common-header {
  display: none; }

.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.1s 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; }

a.std-link {
  text-decoration: underline;
  color: #1b51d9; }

input.std-input {
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  color: #8c929f;
  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;
    background: #fff;
    border-color: #f8d6cd; }

textarea.std-textarea {
  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; }
  textarea.std-textarea:active, textarea.std-textarea:focus {
    background: #FFF; }

#main {
  margin: 110px 0; }
  #main div.wrapper {
    position: relative;
    margin: 0 auto;
    /*& 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%);

      background: #FFF;
      box-shadow: 0 2px 2px rgba(29, 20, 22, 0.04);
      font-size: 14px;
      padding: 65px 60px 45px;
      min-width: 965px;
      width: auto;
      height: auto;
      border-radius: 2px;
      animation: fadeIn .3s;

      @keyframes fadeIn {
        0% {
          opacity: 0;
          top:20%
        }
        100% {
          opacity: 1;
          top:50%
        }
      }
      & .close_btn{
        right: 10px;
        top: 10px;
      }

      &.hide{ display: none; }

      & div.title-section{
        color: #000;
        font-weight: bold;
        line-height: 40px;
        & a{
          color: #1b51d9;
          text-decoration: underline;
          font-weight: normal;
        }
      }

      & div.upload-wrapper{
        height: 470px;
        display: flex;
        & div.sub-container{
          width: 280px;
          padding: 0 100px;
          box-sizing: content-box;
          & div.title{
            color: #000000;
            font-size: 14px;
            font-weight: bold;
          }
          & div.des{
            color: #7e7e7e;
            font-size: 12px;
            padding: 11px 0 30px;
          }
          & div.pic-wrapper{
            margin-left: 0;
          }
        }
      }

      & div.info-section{
        padding-top: 20px;
        position: relative;

        // 2018年5月17日15:18:44 添加多级标签样式
        .tag-group {
          padding: 0;
          .error {
            height: 24px;
          }
          .tag-level {
            padding-bottom: 12px;
            font-size: 14px;
            color: #858585;
          }
        }

        & div.key{
          color: #000000;
          font-weight: bold;
          padding: 10px 0 15px;
          & span.red{
            color: red;
          }
          & span.gray{
            color: #ababab;
            font-weight: normal;
          }
          &.check{
            padding: 20px 0;
          }
          a {
            color: #1b51d9;
            text-decoration: underline;
          }
        }
        & div.key:nth-child(4) {
          padding:10px 0 24px;
        }
        & div.val{
          & input.std-input{
            width: 440px;
          }
          & textarea.std-textarea{
            width: 440px;
          }
        }
        & div.error{
          color: #F0526B;
          line-height: 30px;
          height: 30px;
          font-size: 12px;
        }
        & div.pic-wrapper{
          position: absolute;
          top: 50px;
          right: 0;
          width: 400px;
          height: 400px;
          & img.pic-preview{
            max-width: 390px;
            max-height: 390px;
          }
        }
      }



      & div.example-section{
        height: 320px;
        margin: 20px 0;
        &.empty{
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          & div.qs-mark{
            width: 50px;
            height: 50px;
            background: url(../images/d_qs_mark.png);
          }
          & div.qs-desc{
            color: #7e7e7e;
            font-size: 14px;
            line-height: 40px;
          }
        }
        & div.example-pic, & div.content{
          width: 320px;
          height: 320px;
          float: left;
        }
        & div.example-pic{
          background-repeat: no-repeat;
          background-position: center center;
        }
        & div.content{
          display: flex;
          align-items: center;
          & ul{
            padding-left: 1em;
            list-style-type: none;
            margin: 0;
            & li{
              position: relative;
              color: #7e7e7e;
              line-height: 24px;
              &::before{
                content: "";
                width: 6px;
                height: 6px;
                background: #1b51d9;
                display: block;
                position: absolute;
                top: 8px;
                left: -15px;
                border-radius: 3px;
              }
              & ol{
                padding-left: 1em;
                & li::before{
                  display: none;
                }
              }
            }
          }
        }
      }

      & div.btn-section{
        text-align: center;
        padding-top: 40px;
        border-top: 1px solid #f1f4fb;
        & a{
          width: 113px;
          line-height: 40px;
          border-radius: 20px;

          display: inline-block;
          margin: 0 20px;
        }
      }
    }*/ }
    #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; }

div.example-pic.gzhfmdt {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/gzhfmdt2f406ce750704c89534ede236bba5d26.png); }
  div.example-pic.gzhfmdt.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_gzhfmdtfe627c2d6bd9218c28ede491fd403145.png); }

div.example-pic.hb {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/hb6e977dadab9067b7fbbb8bab9655caf6.png); }
  div.example-pic.hb.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_hb037aec3c1a03215949bfc7a4489c512c.png); }

div.example-pic.hk {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/hke2dee9529b12b61227683d87cdf21c27.png); }
  div.example-pic.hk.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_hk3ff174d9cc3a15ba84687a42afd8eea7.png); }

div.example-pic.pyqyqh {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/pyqyqhb106543333200777001f68d52782e911.png); }
  div.example-pic.pyqyqh.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_pyqyqhf6ff120337c34e2034cb82f845e58fa7.png); }

div.example-pic.sjhb {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/sjhbabe080bfff1f61dfeb0eac2ea20ab9ca.png); }
  div.example-pic.sjhb.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_sjhb6a030fb620854a558aca7be48353adf8.png); }

div.example-pic.tbbanner {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/tbbanner85ad713acca20a652f631001d43d9c4f.png); }
  div.example-pic.tbbanner.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_tbbannerdc70e9180c95a03fa290ea00f629121f.png); }

div.example-pic.wbjdt {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/wbjdtbfe592db90a63709d7bd65ab490d47bc.png); }
  div.example-pic.wbjdt.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_wbjdt7ce62fc6b880aa69c449affa576899d6.png); }

div.example-pic.wxpyqfm {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/wxpyqfm463f15e942c0becc9444570d2cac9f3d.png); }
  div.example-pic.wxpyqfm.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_wxpyqfm9f4a0e8926ad54edadd44c628fd653b7.png); }

div.example-pic.dmd {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/dmde0fa1e79956751cf835967d42e6bba6a.png); }
  div.example-pic.dmd.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_dmdd9e7589ae021266b041a7f7bb6d72025.png); }

div.example-pic.jl {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/jl27bb53956250a448076a0cbe38741a06.png); }
  div.example-pic.jl.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_jld08d669107c29e2d99e10e7e525d06ef.png); }

div.example-pic.ylb {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/ylb1356327a42195ce7cbc54592b4b7e3b8.png); }
  div.example-pic.ylb.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_ylbd70f84ca2c98d1167ec75b48ee94f9f0.png); }

div.example-pic.cd {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/cd03cb5ebcc563900257be2bfe894582f7.png); }
  div.example-pic.cd.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_cd30dc29361ee7a523cac753afba98a014.png); }

div.example-pic.ywhb {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/ywhbfe888a9af2646937e7445eed84d576d1.png); }
  div.example-pic.ywhb.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_ywhb45dc31df72d8706547e5959a1bea1f62.png); }

div.example-pic.ywyqh {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/ywyqh8baf4f1d78f4eaa90e9a39448887d468.png); }
  div.example-pic.ywyqh.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_ywyqh63833c61b82c6f43b3615e8c50c6df9e.png); }

div.example-pic.szy {
  background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/szycb3faf8668fe370f904bead4f281b47a.png); }
  div.example-pic.szy.x {
    background-image: url(https://static.fotor.com.cn/static/web/site/user/template-upload/images/_szyf9a1063a8658118ebd403db9c1182de4.png); }

.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; }

div.plain-uploader {
  position: relative;
  line-height: 28px; }

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

div.checkbox {
  color: #7e7e7e;
  font-weight: normal;
  cursor: pointer; }
  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/template-upload/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; }

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; }

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

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.submit-standard {
    box-sizing: border-box;
    padding: 20px 40px;
    width: 960px;
    height: 862px;
    margin-top: calc((100vh - 862px) / 2);
    color: #7e7e7e;
    font-size: 14px;
    transition: .3s; }
    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;
      border-bottom: 1px solid #f2f2f2;
      border-top: 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.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 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.submit-successful {
    box-sizing: border-box;
    padding-top: 40px;
    width: 488px;
    height: 300px;
    margin-top: calc((100vh - 300px) / 2);
    font-size: 14px;
    color: #7e7e7e;
    text-align: center; }
    div.pop-up-wrapper.submit-successful .title {
      font-size: 16px;
      padding: 30px 0; }
    div.pop-up-wrapper.submit-successful .des {
      padding-bottom: 60px; }
    div.pop-up-wrapper.submit-successful a.std-btn {
      line-height: 38px;
      width: 141px;
      border-radius: 22px;
      margin-top: 25px; }
  div.pop-up-wrapper a.submit {
    width: 110px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 12px;
    margin-top: 20px; }

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