.upload {
  width: 100%;
  background-color: #F1F3F6;
  min-height: calc(100vh - 60px);
}

.upload-container {
  max-width: 1200px;
  margin: 0 auto;
}

.upload-area {
  width: 100%;
  padding: 20px 0;
}

.upload-content {
  width: 100%;
  background-color: #fff;
  height: 600px;
  margin-top: 10px;
  padding: 30px 60px;
}

.action-area {
  width: 100%;
  /* background-color: #F6F7F7; */
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 80%;
}

.action-area a.upload-rightnow {
  width: 200px;
  height: 52px;
  background: #168FFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 40px;
  position: relative;
}

.upload-tips {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 50px;
}

.edit-area {
  height: auto;
}

.edit-container {
  margin: 0 auto;
  width: 80%;
  height: 100%;
}

.edit-content {
  width: 100%;
  height: 100%;
}

.edit-content .app-version {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e4e5;
}

.edit-content .app-version>img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.edit-content .app-version>img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.app-version-txt {
  font-size: 14px;
  color: #333333;
}

.app-version-txt .version-icon {
  display: flex;
  align-items: center;
  margin-top: 10px;
  color: #999;
}

.edit-content .app-version>a {
  width: 160px;
  height: 44px;
  background: #168FFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: auto;
}

.other-infos {
  width: 100%;
  padding: 20px 0;
}

.other-infos>li {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}

.other-infos>li>label {
  margin-bottom: 10px;
}

.other-infos>li>input,
.other-infos>li>textarea,
.other-infos>li>.screenshot {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e1e4e5;
  padding: 5px 10px;
}

.other-infos>li>.screenshot {
  min-height: 100px;
}

.no-screenshot {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999999;
}

.screenshot-info {
  width: 100%;
  display: flex;
  padding: 10px 20px;
  background-color: #F5F5F5;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #999999;
}

.screenshot-info img {
  width: auto;
  height: 120px;
  vertical-align: middle;
}


.screenshot-info a {
  width: 120px;
  height: 34px;
  background: #168FFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.file-item {
  float: left;
  border: solid red px;
  margin: 5px 10px;
}

.file-del {
  float: right;
  margin-top: -8px;
  margin-left: -8px;
  cursor: pointer;
  font-size: 12px;
  z-index: 100;
  position: absolute;
}

.file-del i {
  border-radius: 50%;
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1088FF;
  color: #fff;
}

.success-tip {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-success-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}

.app-success-upload img {
  width: 120px;
  height: 120px;
}

.app-success-upload p {
  font-size: 22px;
  color: #333333;
  font-weight: bold;
  margin: 14px 0 10px;
}

.app-success-upload span {
  font-size: 18px;
  color: #666666;
}

.continue-action {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 88px;
}

.continue-action a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 4px;
  background: #168FFF;
  color: #fff;
  padding: 6px 30px;
}

.continue-action a:nth-child(2) {
  margin: 0 20px
}

.continue-action a:last-child {
  background: #2FC2B0;
}

.fabu-mobile{
  display: none;
}


@media screen and (max-width:768px) {
  .upload-container {
    max-width: calc(100% - 2rem);
    margin: 0 auto;
  }

  .edit-container {
    margin: 0 auto;
    width: 100%;
  }

  .upload-content {
    padding: 1rem;
  }

  .continue-action {
    flex-direction: column;
  }

  .continue-action a:nth-child(2) {
    margin: 1rem 0
  }

  .fabu-mobile {
    width: 120px;
    height: 34px;
    background: #168FFF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: auto;
  }

  .edit-content .app-version>a{
    display: none;
  }

  .screenshot-info {
    padding: 10px 0;
  }

  .screenshot-info a {
    width: 80px;
    height: 26px;
    background: #259EFF;
    font-size: 13px;
}

}