@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";
#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: 1.2rem;
}
.content-body .main .right-box .manual-item .item-top p {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.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 .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;
}

@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 img {
    width: 0.43rem;
    height: 0.43rem;
  }
  .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;
  }
}