[v-cloak] {
  display: none;
}
.form-item .label {
  width: 163px;
}
.item_content .sure-btn {
  line-height: 36px;
}
.dialog_box {
  width: 600px !important;
  padding: 32px !important;
}
.dialog_title {
  font-size: 16px !important;
  font-family: PingFangSC-Medium;
  color: #404040 !important;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
}
.dialog_content {
  width: 536px !important;
  font-family: PingFangSC-Regular;
  font-size: 14px !important;
  color: #404040 !important;
  line-height: 26px !important;
}
.dialog_content a {
  color: #fe7675;
}
.dialog_content a.count_down {
  display: inline-block;
  margin-top: 6px;
}
.dialog_content a.click_pointer:hover {
  text-decoration: underline;
  cursor: pointer;
}
.dialog_btn_box {
  justify-content: center !important;
}

.dialog_span {
  width: 232px !important;
  height: 40px;
  box-sizing: border-box;
  line-height: 38px !important;
  font-family: PingFangSC-Regular;
}
.dialog_span:first-child {
  background: #e8e8e8 !important;
  border: 1px solid #cccccc !important;
  font-size: 16px !important;
  color: #404040 !important;
}
.dialog_span:last-child {
  background: #ff5a59 !important;
  font-size: 16px !important;
}
.dialog_btn_box .dialog_span:last-child {
  background: #ff5a59 !important;
  color: #fff !important;
  border-color: #ff5a59 !important;
}
.dialog_btn_box .dialog_span:last-child:hover {
  background: #fe7675 !important;
}
.dialog_content a b {
  color: #fe7675;
}
.dialog_content b {
  color: #1c1c1c;
}
.gm-desc {
  margin-bottom: 32px;
}
.gm-desc p {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #404040;
  text-align: left;
  margin-bottom: 8px;
  line-height: 20px;
}
.gm-desc p:first-child {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ff5a59;
  text-align: left;
  margin-bottom: 16px;
}
.gm-account {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  margin: 20px 0 10px;
}
.gm-username {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  margin: 0px 0 15px;
}
.upload-desc {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #979797 !important;
  text-align: left;
  margin-top: 10px;
  font-size: 12px !important;
}
.progress-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #71c18e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-list {
  display: flex;
  height: 36px;
  line-height: 36px;
}
.project-item {
  display: flex;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
  height: 36px;
  line-height: 36px;
}
.project-item img {
  width: 20px;
  margin-right: 8px;
}
.appeal .form-item .line-tip {
  margin: 0px 80px;
  position: relative;
  width: 35px;
  text-align: center;
  margin-bottom: 0px;
}
.line-tip::before,
.line-tip::after {
  width: 80px;
  content: '';
  border-top: 1px solid #e8e8e8;
  position: absolute;
}
.line-tip::before {
  top: 10px;
  left: -80px;
}
.line-tip::after {
  top: 10px;
  right: -80px;
}
.no-verify-box {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  display: flex;
  align-items: center;
}
.no-verify-box a {
  display: block;
  text-align: center;
  width: 100px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid #8c8c8c;
  margin-left: 20px;
  border-radius: 2px;
}
.desc-info-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.desc-info-btn img {
  display: block;
  margin-right: 3px;
  width: 14px;
  height: 14px;
}
.desc-info-btn span {
  text-decoration: underline;
  color: #0a84ff;
}
.desc-info-btn span:hover {
  color: #149aff;
}
.shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.m-gm-account,
.m-gm-username {
  box-sizing: border-box;
  padding: 0px 15px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
}
.m-gm-account {
  margin: 15px 0 10px;
}
.m-gm-username {
  margin-bottom: 15px;
}
.m-no-verify-box p {
  box-sizing: border-box;
  padding: 0 15px 0;
}
.m-no-verify-box a {
  width: 90vw;
  display: block;
  border: 1px solid #8c8c8c;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  line-height: 48px;
  margin: 15px auto;
  font-size: 16px;
  border-radius: 2px;
}
.m-form-item {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px 0 0;
}
.m-project-list .project-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 15px;
  height: 52px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 auto;
}
.m-project-list .project-item:last-child {
  border: none;
}
.m-project-list .project-item img {
  margin-right: 8px;
  width: 16px;
}
.m-form-item input,
.m-form-item textarea {
  border: none;
  text-indent: 15px;
  margin-top: 5px;
  outline: none;
}
.m-form-item textarea {
  width: 100%;
  height: 90px;
}
.m-desc-content p {
  text-indent: 15px;
}
.m-sure-btn {
  display: block;
  width: 90vw;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  background: #c9242b;
  margin: 25px auto;
  border-radius: 2px;
}
.m-upload-desc-title {
  box-sizing: border-box;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-upload-btn {
  border: 1px solid #8c8c8c;
  margin: 9px auto;
  width: 90vw;
  height: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.m-upload-btn img {
  max-height: 100%;
}

@media screen and (max-width: 600px) {
  .upload-desc-content {
    width: 90vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 6px;
  }
  .upload-desc-content .pop-title {
    display: none;
  }
  .desc-box {
    color: rgba(0, 0, 0, 0.85);
    line-height: 22px;
    font-size: 14px;
    padding: 20px;
  }
  .upload-desc-content .pop-footer {
    border-top: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding: 6px 15px;
    overflow: hidden;
  }
  .btn-close {
    display: block;
    width: 100%;
    line-height: 48px;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .example {
    text-align: center;
    padding-bottom: 20px;
  }
  .pc {
    display: none;
  }
  body {
    background: #f7f7f7;
  }
}

@media screen and (min-width: 600px) {
  .upload-desc-content {
    width: 438px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 2px;
  }
  .upload-desc-content .pop-title {
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    border-bottom: 1px solid #d9d9d9;
  }
  .desc-box {
    color: rgba(0, 0, 0, 0.65);
    line-height: 22px;
    font-size: 14px;
    padding: 20px;
  }
  .upload-desc-content .pop-footer {
    border-top: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding: 6px 15px;
    overflow: hidden;
  }
  .btn-close {
    display: block;
    width: 74px;
    line-height: 32px;
    background: #e14040;
    border-radius: 2px;
    color: #ffffff;
    text-align: center;
    float: right;
  }
  .example {
    text-align: center;
    padding-bottom: 20px;
  }

  .mobile {
    display: none;
  }
  body {
    background: #fff;
  }
}
.m-project-list .line-tip {
  margin: 0 auto;
}
.m-project-list .project-item:nth-child(3) {
  border: none;
}
.form-item .item_content textarea {
  padding: 8px;
}
.form-item .item_content input {
  padding: 8px;
  text-indent: 0px;
}
.form-item .item_content textarea::placeholder {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #cccccc;
  text-align: left;
}
