/*@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../../assets/SourceHanSerifCN-Regular-1.otf');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
  font-family: 'PINGFANG_REGULAR_0';
  src: url('PINGFANG REGULAR_0.TTF');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PINGFANG_BOLD_0';
  src: url('PINGFANG BOLD_0.TTF');
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-family: "PINGFANG_REGULAR_0";
}

img {
  display: block;
  width: 100%;
}

.ab {
  position: absolute;
}

html,
body {
  position: relative;
  background-color: #f0f0f1;
  /* color: #f6f7f9; */
}

.container {
  position: relative;
  margin: 0 auto;
}

.poster-cont {
  padding: 25px 12px 20px;
  background-color: #f0f0f1;
}

.wrapper {
  position: relative;
  /* background-color: white; */
  /* padding-top: 4px; */
}

.header {
  display: flex;
  padding: 0 10px;
  justify-content: space-between;
  align-items: center;
}

.wrap-box {
  padding: 35px 15px 15px;
  width: 100%;
  margin-top: -30px;
  /* background: url(bg1.png) center center; */
  background-color: white;
  background-size: 100% 100%;
}

.btn {
  text-align: center;
}

.btns {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-around;
}

button {
  border: none;
  background-color: #EB1C24;
  color: white;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
  /* box-shadow: inset 0px 0px 20px #EB1C24, 1px 1px 5px #EB1C24; */
}

header {
  /* margin-bottom: 20px; */
  padding-top: 15%;
}

.top-logo {
  position: relative;
  z-index: 10;
  width: 55%;
}

.top-time {
  font-size: 12px;
  text-align: center;
}

.time-wrap {
  position: relative;
  display: inline-block;
}

.top-time span {
  display: block;
  background-size: 100%;
}

.top-time span#times {
  padding-bottom: 32px;
  white-space: pre-wrap;
  /* border-bottom: 1px solid #C8C8C8; */
  color: #010204;
  font-family: "PINGFANG_REGULAR_0";
}

span.time-line {
  display: block;
  width: 74%;
  margin: 0 auto;
}

span.time-line img {
  display: inline;
}

.time-tip {
  font-family: "Microsoft Yahei,Lucida Grande,Tahoma,Verdana,STXihei,hei";
  font-size: 14px;
  font-weight: bold;
}

.row {
  position: relative;
  margin-top: 16px;
  text-align: justify;
}

.row.hide {
  display: none;
}

.row-head {
  color: #333;
  margin-bottom: 5px;
  margin-top: 10px;
}

.row-head h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  font-family: "PINGFANG_BOLD_0";
  color: #010204;
}

.row-head h2 div {
  font-family: "PINGFANG_BOLD_0";
}

.row-img {
  position: relative;
  background-size: 50%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.row-con p {
  line-height: 1.6;
  color: #4d4d4d;
  font-size: 16px;
}

.upload-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  border: 1px #666 dashed;
  background: url(./upload-bg.png) center no-repeat;
  background-size: 50%;
  border-radius: 3px;
}

.fileinput {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.has-pic .upload-wrap {
  border: none;
  padding-top: 0;
}

.btn-del {
  position: absolute;
  z-index: 120;
  right: 0px;
  bottom: -15px;
  width: 30px;
}

.preview .btn,
.preview-box,
.preview .time-tip {
  display: none;
}

.preview-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
}

.btn-edit-tip {
  position: fixed;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  text-align: center;
}

.edit-tip {
  margin-top: 5px;
  font-family: "Microsoft Yahei,Lucida Grande,Tahoma,Verdana,STXihei,hei";
  font-size: 14px;
  font-weight: bold;
}

.preview .preview-box {
  display: block;
}

.editable textarea {
  display: block;
  width: 100%;
}

footer {
  margin: 10px 7px 0;
}

@media screen and (min-width: 1000px) {
  html,
  body {
      background-color: #747474;
  }
  .container {
      margin-top: 50px;
      max-width: 750px;
      transform-origin: center top;
  }
  .top-time {
      font-size: 28px;
  }
  .row-head h2 {
      font-size: 44px;
      line-height: 60px;
  }
  .row-con p {
      font-size: 32px;
      line-height: 44px;
  }
  button {
      font-size: 34px;
  }
  .btn-del {
      width: 60px;
  }
}