[v-cloak] {
  display: none;
}
.form-item .label {
  width: 130px;
}
.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;
}

.upload-btn-box {
  display: flex;
  gap: 12px;
}
.upload-btn-box .recharge_list {
  position: relative;
  width: 90px;
  height: 90px;
}

.upload-btn-box .recharge_list .hover-box {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  overflow: hidden;
}
.upload-btn-box .recharge_list:hover .hover-box{
  display: inline-block;
}
.upload-btn-box .recharge_list .del-box {
  position: absolute;
    right: -15px;
    top: -6px;
    width: 40px;
    height: 24px;
    background: #de350b;
    transform: rotate(45deg);
}
.upload-btn-box .recharge_list .del-btn {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 12px;
  height: 12px;
}
.upload-btn-box .recharge_list .view-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}
.upload-btn-box .recharge_list img {
  width: 90px;
  height: 90px;
  object-fit: cover
}
.layui-layer-content {
  max-width: 90vw;
  max-height: 90vh;
}
.layui-layer-content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  vertical-align: middle;
}
#verifyModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0,0.3);
}
.verify_modal {
  position: absolute;
  width: 600px;
  height: 372px;
  top: 300px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  -webkit-background-clip: content;
  border-radius: 2px;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
}

.verify_modal .tips {
  display: flex;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #404040;
  text-align: left;
  line-height: 22px;
}
.verify_modal .verify_item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #404040;
  margin: 20px 0;
}
.verify_modal .verify_input {
  width: 180px;
  height: 36px;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
}
.verify_modal .verify_item .verify_btn {
  width: 104px;
  height: 36px;
  box-sizing: border-box;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #fe7675;
  font-size: 14px;
  cursor: pointer;
  margin-left: 8px;
}
.verify_modal .verify_item .verify_label {
  width: 120px;
  text-align: right;
}

.verify_modal .btn_box {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}
.verify_modal .btn_box .konw_btn {
  display: inline-block;
  width: 178px;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  color: #404040;
  background: #e8e8e8;
  font-size: 16px;
  cursor: pointer;
}
.verify_modal .btn_box .jump_btn {
  display: inline-block;
  width: 178px;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #fe7675;
  font-size: 16px;
  cursor: pointer;
}

.verify_modal .layui-layer-title {
  background-color: #fff;
    margin: 32px 32px;
    padding: 0px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #404040;
    text-align: left;
    height: 34px;
    line-height: 22px;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
}

.verify_modal  .layui-layer-title:before {
  content: '';
  width: 4px;
  height: 16px;
  margin-right: 8px;
  display: inline-block;
  background: #d7363e;
  position: relative;
  top: 2px;
}
.verify_modal  .layui-layer-setwin {
  right: 40px;
  top: 34px;
}

.verify_modal  .layui-layer-setwin {
  right: 40px;
  top: 34px;
}

.verify_content {
  padding: 0 32px;
}