ul,
li,
p {
  margin: 0;
}
body {
  background: #fffcfd;
}
#App {
  min-width: 1200px;
}
.head {
  background: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0 0 2px 0px #ebebeb;
}
.head .head-content {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.head .head-content .logo {
  position: relative;
}
.head .head-content .logo a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.content {
  padding: 60px 0 0 0 ;
  background: #fffcfd;
  width: 1200px;
  margin: 0 auto;
}
.content .navigation-top {
  color: #4C1623;
  margin: 24px 0 30px;
}
.content .navigation-top a {
  color: #333333;
}
.content .navigation-top a:hover {
  text-decoration: none;
  color: #f85c46;
}
.content .couponsType-block {
  font-size: 0;
}
.content .couponsType-block .coupons-item {
  display: inline-block;
  width: 24.18%;
  height: 176px;
  background: #fdfafb;
  margin-right: 12px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 10px 1px #ffd0d3;
  border-radius: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.content .couponsType-block .coupons-item .c-name {
  color: #4C1623;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 12px 0 6px;
}
.content .couponsType-block .coupons-item .c-t-name {
  color: #FF535F;
  font-size: 14px;
  text-align: center;
  margin-bottom: 12px;
}
.content .couponsType-block .coupons-item .taskBrief-block {
  width: 158px;
  height: 82px;
  background: #ffffff;
  margin: 0 auto;
  box-shadow: 0 0 6px 0 #f8f8f8;
  border-radius: 20px;
  padding-top: 14px;
}
.content .couponsType-block .coupons-item .taskBrief-block .p-task {
  color: #4C1623;
  font-size: 16px;
  text-align: center;
}
.content .couponsType-block .coupons-item .taskBrief-block .p-consuming {
  color: #97858A;
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}
.content .couponsType-block .coupons-item.active {
  border-color: #FF444F;
  background: linear-gradient(180deg, #FDFAFB, #FFD2D6);
}
.content .couponsType-block .coupons-item.active .taskBrief-block {
  background: #fffbfb;
}
.content .couponsType-block .coupons-item:last-child {
  margin-right: 0;
}
.content .couponsType-block-loading {
  width: 1200px;
  height: 176px;
  line-height: 176px;
  text-align: center;
  background: #fdfafb;
  border: 1px solid #ffffff;
  box-shadow: 0 0 10px 1px #ffd0d3;
  border-radius: 20px;
  display: none;
}
.content .couponsType-block-loading img {
  animation: spin 2s linear infinite;
}
.content .taskDetails {
  margin-top: 36px;
  background: #fff;
  width: 1200px;
  padding: 30px 36px;
  border-radius: 10px;
  box-shadow: 0 0 16px 4px #fff4f5;
  display: none;
}
.content .taskDetails .subtitle {
  color: #4C1616;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}
.content .taskDetails .subtitle:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 20px;
  background: #F85C46;
  top: 4px;
  left: 0;
  border-radius: 4px;
}
.content .taskDetails .getS_block {
  border: 1px solid #FFBBBB;
  border-radius: 15px;
  margin-top: 16px;
  padding: 24px;
  font-size: 0;
  margin-bottom: 26px;
}
.content .taskDetails .getS_block .coupon-details {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 136px;
  border: 1px solid #ffc6c6a3;
  border-radius: 10px;
  position: relative;
  margin-right: 24px;
}
.content .taskDetails .getS_block .coupon-details .c_d_top {
  background: linear-gradient(90deg, #FFEBEB, #FFF9F9, #FFEBEB);
  height: 96px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 12px;
}
.content .taskDetails .getS_block .coupon-details .c_d_top .c_d_p1 {
  color: #601B1B;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.content .taskDetails .getS_block .coupon-details .c_d_top .c_d_p2 {
  color: #FF535F;
  font-size: 20px;
  text-align: center;
  margin-top: 4px;
}
.content .taskDetails .getS_block .coupon-details .c_d_top .c_d_p2 .c_d_p4 {
  font-weight: bold;
  margin-left: 8px;
}
.content .taskDetails .getS_block .coupon-details .c_d_bottom {
  color: #C0B2B2;
  font-size: 16px;
  text-align: center;
}
.content .taskDetails .getS_block .coupon-details .c_d_bottom p {
  line-height: 40px;
}
.content .taskDetails .getS_block .coupon-details:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  background: #FFEFF1;
  right: -24px;
  top: 0;
}
.content .taskDetails .getS_block .coupon_describe {
  display: inline-block;
  vertical-align: middle;
  margin-left: 24px;
  width: calc(100% - 348px);
}
.content .taskDetails .getS_block .coupon_describe .c_db_t {
  color: #4C1623;
  font-size: 14px;
  float: left;
}
.content .taskDetails .getS_block .coupon_describe .c_db_t .c_db_p1 {
  line-height: 36px;
}
.content .taskDetails .getS_block .coupon_describe .c_db_cs {
  background: #FFF1F3;
  width: 112px;
  height: 40px;
  border-radius: 20px;
  color: #FF535F;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  float: right;
  margin-top: 34px;
  display: none;
}
.content .taskDetails .getS_block .coupon_describe .c_db_wc {
  background: linear-gradient(135deg, #ff6a52, #ff3140);
  width: 112px;
  height: 40px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  float: right;
  margin-top: 34px;
  cursor: pointer;
  display: none;
}
.content .taskDetails .getS_block .coupon_describe .c_db_csL {
  background: #FFF1F3;
  width: 112px;
  height: 40px;
  border-radius: 20px;
  color: #FF535F;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  float: right;
  margin-top: 34px;
}
.content .taskDetails .getS_block .coupon_describe .c_db_csL img {
  height: 50%;
  animation: spin 2s linear infinite;
}
.content .taskDetails .getS_block-loading {
  border: 1px solid #FFBBBB;
  border-radius: 15px;
  margin-top: 16px;
  margin-bottom: 26px;
  height: 186px;
  line-height: 186px;
  text-align: center;
  display: none;
}
.content .taskDetails .getS_block-loading img {
  animation: spin 2s linear infinite;
}
.content .taskDetails .fulfils_block {
  font-size: 0;
  margin-top: 16px;
  margin-bottom: 26px;
}
.content .taskDetails .fulfils_block .fulfil_details {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #FFBBBB;
  border-radius: 15px;
  width: 840px;
  padding: 44px 24px;
}
.content .taskDetails .fulfils_block .fulfil_details.minHeight {
  padding: 64px 24px;
}
.content .taskDetails .fulfils_block .fulfil_details .f_d_img {
  width: 112px;
  height: 112px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
  position: relative;
}
.content .taskDetails .fulfils_block .fulfil_details .f_d_img img {
  width: 100%;
}
.content .taskDetails .fulfils_block .fulfil_details .f_d_img .preview_text {
  position: absolute;
  background: #00000099;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100%;
  bottom: 0;
  line-height: 22px;
  cursor: pointer;
  display: none;
}
.content .taskDetails .fulfils_block .fulfil_details .f_d_img.loading img {
  width: 30px;
  margin-top: 41px;
  margin-left: 41px;
}
.content .taskDetails .fulfils_block .fulfil_details .f_d_img:hover .show_preview {
  display: block;
}
.content .taskDetails .fulfils_block .fulfil_details .f_d_text {
  color: #4C1623;
  font-size: 14px;
  line-height: 36px;
  vertical-align: middle;
  display: none;
}
.content .taskDetails .fulfils_block .fulfil_details .f_d_text.f_gzh .tag {
  margin: 0 6px;
}
.content .taskDetails .fulfils_block .fulfil_details .f_d_text.f_hf .tag {
  margin: 0 6px;
}
.content .taskDetails .fulfils_block .fulfil_details .f_d_text.f_hf .keyWord {
  margin: 0 6px;
}
.content .taskDetails .fulfils_block .fulfil_details .f_d_text.f_zh .q_url {
  text-decoration: none;
}
.content .taskDetails .fulfils_block .fulfil_details .f_d_text li {
  padding-left: 12px;
  list-style: none;
  position: relative;
  max-width: 650px;
}
.content .taskDetails .fulfils_block .fulfil_details .f_d_text li:before {
  content: '';
  position: absolute;
  background: #FF7E7E;
  width: 5px;
  height: 6px;
  border-radius: 50%;
  top: 15px;
  left: 0;
}
.content .taskDetails .fulfils_block .fulfil_example {
  width: 276px;
  height: 234px;
  border: 1px solid #FFBBBB;
  display: inline-block;
  vertical-align: middle;
  border-radius: 15px;
  margin-left: 12px;
  position: relative;
  text-align: center;
  line-height: 234px;
}
.content .taskDetails .fulfils_block .fulfil_example.gzh {
  height: 204px;
  line-height: 204px;
}
.content .taskDetails .fulfils_block .fulfil_example .example_tag {
  position: absolute;
  top: -1px;
  left: -1px;
  display: inline-block;
  width: 64px;
  height: 34px;
  font-size: 16px;
  color: #fff;
  background: #FF7474;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  line-height: 34px;
}
.content .taskDetails .fulfils_block .fulfil_example img {
  max-width: 100%;
}
.content .taskDetails .fulfils_block-loading {
  border: 1px solid #FFBBBB;
  border-radius: 15px;
  height: 234px;
  line-height: 234px;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 26px;
  display: none;
}
.content .taskDetails .fulfils_block-loading img {
  animation: spin 2s linear infinite;
}
.content .taskDetails .submit_block {
  border: 1px solid #FFBBBB;
  height: 160px;
  margin-top: 16px;
  border-radius: 15px;
  padding: 24px;
}
.content .taskDetails .submit_block .img_block {
  display: inline-block;
  vertical-align: middle;
  width: 112px;
  height: 112px;
  position: relative;
}
.content .taskDetails .submit_block .img_block .upload_box {
  width: 112px;
  height: 112px;
  position: absolute;
  background: #f7f6f6;
  border: 1px dashed #e0e0e0;
  text-align: center;
  border-radius: 4px;
}
.content .taskDetails .submit_block .img_block .upload_box input {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}
.content .taskDetails .submit_block .img_block .upload_box span {
  color: #D0C5C5;
  font-size: 36px;
  cursor: pointer;
  line-height: 112px;
}
.content .taskDetails .submit_block .img_block .preview_box.preview.file-block {
  width: 112px;
  height: 112px;
}
.content .taskDetails .submit_block .img_block .preview_box.preview.file-block:hover .delete-file {
  display: inline-block;
}
.content .taskDetails .submit_block .img_block .preview_box.preview.file-block > img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.content .taskDetails .submit_block .img_block .preview_box.preview.file-block .delete-file {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.content .taskDetails .submit_block .img_block .preview_box.preview.file-block .delete-file img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  cursor: pointer;
}
.content .taskDetails .submit_block .statusImg_block {
  vertical-align: middle;
  width: 110px;
  height: 110px;
  position: relative;
  border: 1px solid #dedede;
  box-sizing: content-box;
  border-radius: 4px;
  display: none;
}
.content .taskDetails .submit_block .statusImg_block img {
  width: 100%;
  height: 100%;
}
.content .taskDetails .submit_block .statusImg_block .SIB_mask {
  position: absolute;
  background: #000;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .taskDetails .submit_block .statusImg_block .status_text_i {
  background: #fff;
  height: 24px;
  width: 112px;
  left: 0px;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #f67833;
  font-size: 12px;
  line-height: 24px;
  display: none;
}
.content .taskDetails .submit_block .statusImg_block .status_text_i img {
  width: 13px;
  height: 13px;
}
.content .taskDetails .submit_block .statusImg_block .status_text_e {
  background: #ffffffe3;
  height: 100%;
  width: 110px;
  left: 0px;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fe2541;
  font-size: 16px;
  line-height: 24px;
  display: none;
}
.content .taskDetails .submit_block .statusImg_block .status_text_e img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 30px auto 2px;
}
.content .taskDetails .submit_block .statusImg_block .status_text_e:hover .failure_reason {
  display: inline;
}
.content .taskDetails .submit_block .statusImg_block .status_text_e:hover .Audit_failed1 {
  text-decoration: underline;
}
.content .taskDetails .submit_block .statusImg_block .status_text_e .Audit_failed {
  position: relative;
}
.content .taskDetails .submit_block .statusImg_block .status_text_s {
  background: #fff;
  height: 24px;
  width: 112px;
  left: 0px;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #3B9B66;
  font-size: 12px;
  line-height: 24px;
  display: none;
}
.content .taskDetails .submit_block .statusImg_block .status_text_s img {
  width: 13px;
  height: 13px;
}
.content .taskDetails .submit_block .uploadImg_text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 36px;
}
.content .taskDetails .submit_block .uploadImg_text p {
  line-height: 36px;
}
.content .taskDetails .submit_block .uploadImg_text .p1 {
  color: #4C1623;
  font-size: 18px;
}
.content .taskDetails .submit_block .uploadImg_text .p2 {
  color: #4C1623;
  font-size: 14px;
}
.content .taskDetails .submit_block .uploadImg_text .p3 {
  color: #B4A6A9;
  font-size: 12px;
}
.content .taskDetails .submit_block .uploadImg_text .link_block {
  display: none;
}
.content .taskDetails .submit_block .uploadImg_text .link_block > span {
  color: #4C1623;
  display: inline-block;
  line-height: 30px;
  vertical-align: middle;
}
.content .taskDetails .submit_block .uploadImg_text .link_block .link_input {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 28px;
  border: 1px solid #FF6A52;
  width: 414px;
  border-radius: 4px;
  font-size: 0;
  position: relative;
}
.content .taskDetails .submit_block .uploadImg_text .link_block .link_input #link {
  width: 320px;
  height: 100%;
  padding-left: 8px;
  padding-right: 26px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  outline: none;
  font-size: 14px;
  vertical-align: middle;
}
.content .taskDetails .submit_block .uploadImg_text .link_block .link_input .cleanLink {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 102px;
  transform: translateY(-50%);
  display: none;
}
.content .taskDetails .submit_block .uploadImg_text .link_block .link_input .submit_link {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  background: linear-gradient(90deg, #FF6A52, #FF3140);
  color: #fff;
  width: 92px;
  text-align: center;
  cursor: pointer;
}
.content .taskDetails .submit_block .uploadImg_text .link_block .link_input .submit_link:hover {
  background: linear-gradient(90deg, #e6563f, #df3844);
}
.content .taskDetails .submit_block .uploadImg_text .link_block .link_input .submit_link.submitN {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: linear-gradient(-45deg, #ff314091 0%, #ff6a528c 100%);
  pointer-events: none;
}
.content .taskDetails .submit_block.hasLink {
  height: 184px;
}
.content .taskDetails .submit_block.hasLink .link_block {
  display: block;
}
.content .taskDetails .submit_block.successBox {
  padding: 35px 24px;
}
.content .taskDetails .submit_block.successBox .uploadImg_text .p3 {
  display: none;
}
.previewImg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000063;
  display: none;
  z-index: 100;
}
.previewImg .close_preview {
  position: absolute;
  width: 18px;
  left: calc(50% + 110px);
  top: calc(50% - 102px);
  cursor: pointer;
}
.previewImg .close_preview img {
  width: 15px;
}
.previewImg > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  display: none;
}
.coupon_pop {
  position: fixed;
  width: 516px;
  height: 406px;
  top: 50%;
  left: 50%;
  z-index: 201;
  background: #fff;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 0 44px;
  display: none;
}
.coupon_pop .p_title {
  color: #333;
  font-size: 24px;
  text-align: center;
  margin-top: 40px;
}
.coupon_pop .coupon_performance {
  width: 300px;
  height: 136px;
  border: 1px solid #FFC6C6;
  border-radius: 10px;
  margin: 24px auto 0;
}
.coupon_pop .coupon_performance .c-t {
  height: 98px;
  background: linear-gradient(90deg, #FFEBEB, #FFF9F9, #FFEBEB);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 12px;
}
.coupon_pop .coupon_performance .c-t .c_type_p {
  color: #601B1B;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.coupon_pop .coupon_performance .c-t .c_name_p {
  font-size: 20px;
  color: #FF535F;
  text-align: center;
  margin-top: 8px;
}
.coupon_pop .coupon_performance .c-t .c_name_p .c_name_p2 {
  font-weight: bold;
  margin-left: 6px;
}
.coupon_pop .coupon_performance .c-b {
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #C0B2B2;
  font-size: 16px;
}
.coupon_pop .p1 {
  margin-top: 28px;
  font-size: 16px;
  color: #333333;
}
.coupon_pop .p1 .c-code {
  color: #FF455F;
}
.coupon_pop .p1 .copyT {
  color: #333333;
  text-decoration: underline;
  margin-left: 10px;
  cursor: pointer;
}
.coupon_pop .p2 {
  margin-top: 10px;
  font-size: 16px;
}
.coupon_pop .p2 .link_text {
  color: #FF455F;
  cursor: pointer;
  text-decoration: underline;
}
.coupon_pop #copyInput {
  width: 1px;
  height: 1px;
  outline: none;
  position: absolute;
  opacity: 0;
  z-index: -1;
  font-size: 14px;
}
.coupon_pop .btn_block {
  font-size: 0;
  margin-top: 26px;
}
.coupon_pop .btn_block .btn_1 {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 42px;
  line-height: 42px;
  background: #FFF1F1;
  color: #FF3E50;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.coupon_pop .btn_block .btn_2 {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 42px;
  line-height: 42px;
  background: linear-gradient(315deg, #FF3140, #FF6A52);
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  margin-left: 27px;
  cursor: pointer;
}
.coupon_pop .btn_block .btn_2 a {
  color: inherit;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.coupon_pop .btn_block .btn_2 a:hover {
  color: inherit;
  text-decoration: none;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#loader {
  /* Uncomment this to make it run! */
  /*
       animation: loader 5s linear infinite;
    */
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
@keyframes loader {
  0% {
    left: -100px;
  }
  100% {
    left: 110%;
  }
}
#box {
  width: 50px;
  height: 50px;
  background: #ffe3e4;
  animation: animate 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
#shadow {
  width: 50px;
  height: 5px;
  background: #7e1a1a;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}
@keyframes shadow {
  50% {
    transform: scale(1.2, 1);
  }
}
.failure_reason {
  position: absolute;
  z-index: 100;
  left: 80px;
  width: 1000px;
  max-width: 200px;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 12px;
  background: #303133;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: none;
}
.failure_reason::after {
  content: '';
  position: absolute;
  right: 100%;
  top: 39%;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-right-width: 7px;
  border-right-color: currentColor;
  color: #303133;
}
.custom-tooltip-class {
  background: #303133;
  border-radius: 4px 4px 4px 4px;
  color: #FFFFFF;
  padding: 10px;
  /* 内边距 */
  max-width: 200px;
  /* 最大宽度 */
}
