@charset "UTF-8";
/* 公共模块 */
@import "/2022/src/assets/css/animate.min.css";
@import "/2022/src/assets/css/nav/header.css";
@import "/2022/src/assets/css/nav/footer.css";
@import "/2022/src/assets/css/nav/common-module.css";
@import "/2022/src/assets/css/nav/tool-right.css";
@import "/2022/src/assets/css/modules/graphic-code.css";
#cookie-pop {
  position: relative;
}

.color {
  color: #EB0A1E !important;
}

.link-top {
  padding: 0.3rem 1rem 0.6rem;
  position: relative;
  font-size: 0.16rem;
  line-height: 0.18rem;
}
.link-top .btnset {
  width: 1.67rem;
  height: 0.48rem;
  line-height: 0.48rem;
  border-radius: 0.04rem;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  border: 2px solid #EB0A1E;
  font-size: 0.2rem;
  color: #EB0A1E;
  position: absolute;
  text-align: center;
  right: 1rem;
  top: 0.3rem;
}
.link-top .btnset:hover {
  background-color: #EB0A1E;
  color: #FFFFFF;
}
.link-top .text-btn {
  right: 3rem;
}

.content-body {
  background: #F8F8F8;
  padding: 0 1rem 0.64rem;
}
.content-body .title {
  font-size: 0.4rem;
  line-height: 0.45rem;
  padding: 0.36rem 0;
}
.content-body .main {
  background: #FFFFFF;
  border-radius: 0.16rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.64rem;
  gap: 0.64rem;
  margin-bottom: 0.5rem;
}
.content-body .main .left-box {
  font-size: 0.24rem;
  line-height: 0.27rem;
  margin-top: 0.8rem;
}
.content-body .main .left-box .time {
  font-size: 0.36rem;
  line-height: 0.4rem;
  margin: 0.24rem 0 0.68rem;
}
.content-body .main .left-box img {
  width: 5.74rem;
  margin-left: -0.64rem;
}
.content-body .main .right-box {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5rem 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.24rem;
}
.content-body .main .right-box .tit {
  font-size: 0.24rem;
  line-height: 0.32rem;
  border-bottom: 0.04rem solid #F2F2F2;
  padding-bottom: 0.13rem;
  position: relative;
  width: 100%;
  margin-bottom: 0.3rem;
}
.content-body .main .right-box .tit::after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.04rem;
  bottom: -0.04rem;
  position: absolute;
  background-color: #EB0A1E;
}
.content-body .main .right-box .manual-item {
  width: 48.6%;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.12rem;
  font-size: 0.2rem;
  line-height: 0.32rem;
  padding: 0.36rem;
}
.content-body .main .right-box .manual-item .item-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.2rem;
  height: 1rem;
  margin-bottom: 0.15rem;
}
.content-body .main .right-box .manual-item .item-top .item-title {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.content-body .main .right-box .manual-item .item-top img {
  width: 0.35rem;
  height: 0.35rem;
  margin: 0;
}
.content-body .main .right-box .manual-item .newUrl {
  font-size: 0.18rem;
  height: 0.46rem;
  line-height: 0.46rem;
  border-radius: 0.23rem;
  text-align: center;
  display: inline-block;
  margin-top: 0.3rem;
  padding: 0 0.3rem 0 0.5rem;
  min-width: 2rem;
  color: #000;
  border: 1px solid #000;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.content-body .main .right-box .manual-item .newUrl img {
  width: 0.35rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.1rem;
}
.content-body .main .right-box .manual-item .btn-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  gap: 0.29rem;
}
.content-body .main .right-box .manual-item .btn-list a {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.46rem;
  line-height: 0.46rem;
  border-radius: 0.23rem;
  color: #EB0A1E;
  border: 1px solid #EB0A1E;
  display: inline-block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
.content-body .main .right-box .manual-item .btn-list a:hover, .content-body .main .right-box .manual-item .btn-list a:last-child {
  background-color: #EB0A1E;
  color: #FFFFFF;
}

.opinionPop .main {
  width: 8.75rem;
  background: #FFFFFF;
  border-radius: 0.16rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.22rem;
  line-height: 0.25rem;
  padding: 0.54rem;
}
.opinionPop .main .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.24rem;
}
.opinionPop .main .title img {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.12rem;
  margin: 0;
}
.opinionPop .main .textarea {
  width: 100%;
  border: 1.5px solid rgb(144, 144, 144);
  border-radius: 0.08rem;
  resize: none;
  padding: 0.24rem;
  margin: 0.35rem 0;
}
.opinionPop .main .submitBtn {
  background-color: #EB0A1E;
  border-radius: 0.08rem;
  width: 1.74rem;
  height: 0.54rem;
  line-height: 0.54rem;
  color: #FFFFFF;
  text-align: center;
  float: right;
}
.opinionPop .info-main {
  width: 2.8rem;
  font-size: 0.24rem;
  text-align: center;
}
.opinionPop .info-main img {
  width: 0.72rem;
  margin-bottom: 0.3rem;
}

.progress {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.progress .progress-item {
  width: 7rem;
  padding: 0.4rem 0.3rem;
  background-color: #FFFFFF;
  border-radius: 0.2rem;
}
.progress .progress-item p {
  font-size: 0.24rem;
  line-height: 0.24rem;
  text-align: center;
  margin-bottom: 0.3rem;
}
.progress .progress-item .bg {
  width: 100%;
  position: relative;
  border-radius: 0.2rem;
  height: 0.25rem;
  background-color: #ededed;
  overflow: hidden;
}
.progress .progress-item .bg span {
  -webkit-transition: width 0.1s linear;
  -o-transition: width 0.1s linear;
  -moz-transition: width 0.1s linear;
  transition: width 0.1s linear;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #EB0A1E;
}

@media (max-width: 1024px) {
  .link-top {
    padding-top: 0.5rem;
  }
  .content-body .main {
    display: block;
  }
  .content-body .main .left-box .time {
    margin-bottom: 0;
  }
  .content-body .main .left-box img {
    width: 80%;
    margin: auto;
  }
  .content-body .main .right-box .manual-item {
    width: 47%;
    font-size: 0.24rem;
    line-height: 0.38rem;
  }
  .content-body .main .right-box .manual-item .item-top {
    height: 1.16rem;
  }
  .content-body .main .right-box .manual-item .item-top img {
    width: 0.43rem;
    height: 0.43rem;
  }
  .content-body .main .right-box .manual-item .newUrl {
    height: 0.64rem;
    line-height: 0.64rem;
    border-radius: 0.32rem;
  }
  .content-body .main .right-box .manual-item .btn-list a {
    font-size: 0.2rem;
    height: 0.64rem;
    line-height: 0.64rem;
    border-radius: 0.32rem;
  }
}
@media (max-width: 750px) {
  .link-top {
    padding: 0.28rem 0.24rem;
  }
  .link-top a {
    display: none;
  }
  .link-top .btnset {
    display: block;
    position: static;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.24rem;
  }
  .link-top .text-btn {
    float: right;
  }
  .content-body {
    padding: 0 0.24rem 0.24rem;
  }
  .content-body .title {
    font-size: 0.36rem;
    line-height: 0.4rem;
    padding: 0.24rem 0;
  }
  .content-body .main {
    display: block;
    border-radius: 0.12rem;
    padding: 0.6rem 0.48rem;
  }
  .content-body .main .left-box {
    margin-top: 0;
  }
  .content-body .main .left-box .time {
    margin: 0.24rem 0;
  }
  .content-body .main .left-box img {
    width: 100%;
  }
  .content-body .main .right-box {
    gap: 0.3rem;
  }
  .content-body .main .right-box .manual-item {
    width: 100%;
    padding: 0.4rem 0.36rem;
  }
  .opinionPop .main {
    width: 88%;
    font-size: 0.24rem;
    line-height: 0.32rem;
    padding: 0.4rem;
  }
  .opinionPop .main .title {
    font-size: 0.28rem;
  }
  .opinionPop .main .textarea {
    padding: 0.2rem;
  }
  .opinionPop .main .submitBtn {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    float: none;
  }
  .opinionPop .info-main {
    width: 2.8rem;
  }
  .opinionPop .info-main img {
    width: 0.96rem;
  }
  .progress .progress-item {
    width: 7rem;
    padding: 0.5rem 0.4rem;
  }
  .progress .progress-item p {
    margin-bottom: 0.5rem;
  }
  .progress .progress-item .bg {
    height: 0.3rem;
  }
}