/*----------------------------颜色----------------------------*/
/*----------------------------尺寸----------------------------*/
/*----------------------------字体----------------------------*/
/*----------------------------字号----------------------------*/
/*----------------------------动画----------------------------*/
/*----------------------------圆角----------------------------*/
/*----------------------------阴影----------------------------*/
/*----------------------------透明度--------------------*/
/* 隐藏banner上的ul */
header .menu-bg {
  z-index: 23 !important;
}
#main {
  background: #F3F5F6;
}
/* 公共样式 */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(23, 25, 29, 0.3);
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(23, 25, 29, 0.3);
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(23, 25, 29, 0.3);
}
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(23, 25, 29, 0.3);
}
.trim-container {
  margin: 0 auto;
}
/* 编辑区域 */
.metadata-editor {
  background: #F3F5F6;
}
.metadata-editor .metadata-editor-input {
  display: block;
  height: 500px;
  padding: 1px 0;
}
.metadata-editor .metadata-editor-input * {
  text-align: center;
}
.metadata-editor .metadata-editor-input .title {
  height: 70px;
  margin: 76px auto 19px auto;
  font-size: 50px;
  font-weight: bold;
  line-height: 70px;
  color: #17191D;
}
.metadata-editor .metadata-editor-input .desc {
  height: 23px;
  font-size: 19px;
  font-weight: 400;
  opacity: 0.7;
  color: #17191D;
  line-height: 23px;
  text-align: center;
}
.metadata-editor .metadata-editor-input .dragging {
  border: 2px solid #CFD1D2 !important;
}
.metadata-editor .metadata-editor-input .input {
  margin: 35px auto 79px auto;
  width: 520px;
  height: 222px;
  background: white;
  border-radius: 4px;
  border: 1px dashed #CFD1D2;
}
.metadata-editor .metadata-editor-input .input * {
  box-sizing: border-box;
  outline: none;
}
.metadata-editor .metadata-editor-input .input svg {
  display: block;
  margin: 30px auto 15px auto;
}
.metadata-editor .metadata-editor-input .input .format {
  height: 20px;
  margin-bottom: 21px;
  font-size: 17px;
  font-weight: 400;
  color: #4A4E57;
  line-height: 20px;
  text-align: center;
}
.metadata-editor .metadata-editor-input .input button {
  width: 233px;
  height: 50px;
  background: #FF822C;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
  color: white;
  line-height: 21px;
  cursor: pointer;
}
.metadata-editor .metadata-editor-input .input button:hover {
  background: #E0640F;
}
.metadata-editor .metadata-editor-input .input .file-input {
  display: none;
}
.metadata-editor .metadata-editor-input .input span {
  margin: 0 10px;
  color: #17191D;
  opacity: 0.3;
}
.metadata-editor .metadata-editor-input .input input {
  width: 370px;
  height: 56px;
  padding-left: 15px;
  background: white;
  border-radius: 4px;
  border: 1px solid #D1D8DC;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #17191D;
  text-align: left;
}
.metadata-editor .metadata-editor-input .input input:focus {
  border-color: #a0a7ab;
}
.metadata-editor .metadata-editor-loading {
  display: none;
  height: 500px;
}
.metadata-editor .metadata-editor-loading .metadata-editor-loading-container {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 1px;
}
.metadata-editor .metadata-editor-loading .metadata-editor-loading-container img {
  display: block;
  margin: 172px auto 17px auto;
}
.metadata-editor .metadata-editor-loading p {
  color: #17191D;
  opacity: 0.3;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
}
.metadata-mobile {
  display: none;
  width: 100%;
  background: #f3f5f6;
  padding-top: 47px;
}
.metadata-mobile .mobile-title {
  padding: 0 30px;
  font-size: 34px;
  font-weight: bold;
  color: #17191d;
  line-height: 44px;
  margin: auto;
  text-align: center;
}
.metadata-mobile .mobile-desc {
  padding: 0 30px;
  margin: auto;
  text-align: center;
  font-size: 19px;
  line-height: 26px;
  opacity: 0.5;
  margin-top: 12px;
}
.metadata-mobile .mobile-jump {
  width: 80%;
  height: 114px;
  margin: auto;
  margin-top: 18px;
  padding: 30px 18px;
  background: #fff;
  border: 1px #b7b7b7 dashed;
  text-align: center;
  line-height: 25px;
}
.metadata-mobile .mobile-jump a {
  color: #FF822C;
}
@media screen and (max-width: 640px) {
  .metadata-mobile {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .metadata-editor {
    display: none;
  }
}
/*# sourceMappingURL=metadata.css.map */

