body {
  background: #F9FAFF; }

.headeryd {
  display: none; }

.banner {
  width: 100%;
  height: 500px;
  background: url("../../img/pinglunbg.png") no-repeat 0 0;
  background-size: 100% 100%; }
    @media screen and (max-width: 1160px) {
    .banner{
    	padding:0 20px;
    }
}
  .banner .max-widht {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .banner .max-widht h2 {
      font-weight: bold;
      font-size: 28px;
      color: #FFFFFF;
      line-height: 42px; }
    .banner .max-widht p {
      font-weight: 400;
      font-size: 18px;
      color: #FFFFFF;
      line-height: 29px;
      margin-top: 32px;
      margin-bottom: 70px;
      max-width: 540px; }
    .banner .max-widht a {
      width: 110px;
      height: 40px;
      border-radius: 6px;
      border: 1px solid #FFFFFF;
      font-weight: 400;
      font-size: 16px;
      color: #FFFFFF;
      line-height: 24px;
      display: flex;
      align-items: center;
      justify-content: center; }

.uw-xuanfu {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  width: 60px;
  height: 60px; }

.uw-content {
  background-color: #fff;
  padding: 0 30px 30px;
  margin-top: 60px;
  border-radius: 6px; }
  .uw-content .total {
    height: 76px;
    line-height: 76px;
    font-weight: 400;
    font-size: 16px;
    color: #666666; }
  .uw-content ul li {
    width: 100%;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #DCDFE6;
    padding: 30px;
    background: url("../../img/shuangyinghao.png") no-repeat calc(100% - 30px) 34px;
    background-size: 49px 43px;
    margin-bottom: 20px; }
    .uw-content ul li .user {
      display: flex; }
      .uw-content ul li .user img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 16px; }
      .uw-content ul li .user .in p {
        font-weight: bold;
        font-size: 20px;
        color: #1C2C41;
        line-height: 30px; }
      .uw-content ul li .user .in .uw-flex {
        margin-top: 10px; }
        .uw-content ul li .user .in .uw-flex img {
          width: 16px;
          height: 16px;
          margin-right: 6px; }
    .uw-content ul li .content {
      font-weight: 400;
      font-size: 18px;
      color: #1C2C41;
      line-height: 24px;
      margin-top: 8px;
      margin-bottom: 20px; }
    .uw-content ul li .time {
      font-weight: 400;
      font-size: 16px;
      color: #666666;
      line-height: 24px; }

    .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin: 60px 0; 
         
      }
  .pagination li.active a {
    background: #111111;
    color: #FFF; }
  .pagination li a {
    min-width: 36px;
    max-width: auto;
    width: auto;
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding: 0 10px;
    line-height: 20px; }
    .pagination li:nth-child(1) a{
        border: 0;
    width: auto;
    background: none;
    }
  .pagination li:last-child {
    border: 0;
    width: auto;
     }
    .pagination li:last-child input {
      width: 55px;
      height: 36px;
      background: #FFFFFF;
      border-radius: 4px;
      border: 1px solid #DCDFE6;
      margin: 0 10px;
      text-align: center;
      font-size: 14px; }

.uw-popup-content {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center; }
  .uw-popup-content .box {
    width: 800px;
    max-width: 90%;
    height: 500px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 0 30px; }
    .uw-popup-content .box .title {
      font-weight: bold;
      font-size: 18px;
      color: #1C2C41;
      text-align: center;
      line-height: 68px;
      position: relative; }
      .uw-popup-content .box .title img {
        position: absolute;
        right: 0;
        top: 32px;
        width: 14px;
        height: 14px;
        cursor: pointer; }
    .uw-popup-content .box .commnt {
      width: 100%;
      height: 56px;
      background: #F9FAFF;
      border-radius: 6px;
      align-items: center;
      margin-bottom: 20px;
      padding: 0 20px; }
      .uw-popup-content .box .commnt div {
        font-weight: bold;
        font-size: 16px;
        color: #1C2C41;
        line-height: 24px;
        margin-right: 30px;
        gap: 0 6px; }
      .uw-popup-content .box .commnt img {
        width: 16px;
        height: 16px;
        cursor: pointer; }
    .uw-popup-content .box textarea {
      width: 100%;
      height: 276px;
      background: #F9FAFF;
      border-radius: 6px;
      resize: none;
      border: 0;
      outline: none;
      padding: 20px;
      font-size: 16px; }
    .uw-popup-content .box button {
      width: 110px;
      height: 40px;
      background: #1C2C41;
      border-radius: 6px;
      font-weight: 400;
      font-size: 16px;
      color: #FFFFFF;
      line-height: 24px;
      margin: 0 auto;
      display: block;
      margin-top: 20px;
      cursor: pointer; }

@media screen and (max-width: 768px) {
  form {
    width: 100%;
    padding: 0 1.5rem; }
  .uw-popup-content .box {
    width: 100%;
    height: auto;
    padding: 0 1.5rem 1.5rem; }
    .uw-popup-content .box .title {
      font-size: 1.8rem; }
      .uw-popup-content .box .title img {
        top: 1.5rem; }
    .uw-popup-content .box .commnt div {
      font-size: 1.5rem; }
    .uw-popup-content .box textarea {
      font-size: 1.5rem;
      height: 15rem; }
    .uw-popup-content .box button {
      font-size: 1.5rem; }
  .total {
    display: none; }
  .banner {
    display: block;
    background: url("../../img/lianxiwomenshouji.png") no-repeat 0 0;
    background-size: 100% 100%;
    height: 26rem;
    padding: 0 1.5rem; }
    .banner .max-widht h2 {
      font-size: 3.4rem; }
    .banner .max-widht p {
      font-size: 1.5rem;
      line-height: 1.8rem;
      margin-bottom: 2rem; }
    .banner .max-widht a {
      width: 7.95rem;
      height: 2.8rem;
      border-radius: 0.5rem;
      border: 0.05rem solid #FFFFFF;
      font-size: 1.2rem;
      line-height: 1.8rem; }
  .uw-content {
    width: 100%;
    padding: 0 1rem;
    background: none;
    margin-top: 1rem; }
    .uw-content ul li {
      padding: 1.5rem;
      margin-bottom: 1rem;
      background-color: #fff;
      background-size: 2.45rem 2.15rem;
      background-position: calc(100% - 1.5rem) 1.7rem; }
      .uw-content ul li .user img {
        width: 3rem;
        height: 3rem; }
      .uw-content ul li .user .in p {
        font-size: 1.5rem;
        line-height: 2.25rem; }
      .uw-content ul li .user .in .uw-flex img {
        width: 0.8rem;
        height: 0.8rem;
        margin-right: 0.3rem; }
      .uw-content ul li .content {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-bottom: 1.5rem;
        margin-top: 0.4rem; }
      .uw-content ul li .time {
        font-size: 1.2rem;
        line-height: 1.8rem; }
  .uw-xuanfu {
    width: 4rem;
    height: 4rem;
    right: 1rem; }
  ol {
    display: none; } }
