@charset "UTF-8";
body {
  background: #F9FAFF; }

.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-box {
  min-height: calc(100vh - 60px - 375px);
  margin-bottom: 60px; }
  .uw-box h2 {
    font-weight: bold;
    font-size: 28px;
    color: #1C2C41;
    line-height: 42px;
    text-align: center;
    line-height: 148px; }
  .uw-box .left ul {
    width: 150px;
    height: auto;
    background: #FFFFFF;
    border-radius: 6px; }
    .uw-box .left ul li {
      width: 100%;
      height: 46px;
      line-height: 46px;
      border-radius: 0px 6px 0px 0px;
      display: flex;
      cursor: pointer; }
      .uw-box .left ul li:before {
        content: "";
        width: 4px;
        height: 46px;
        background: #fff;
        border-radius: 2px 0px 0px 0px;
        margin-right: 20px; }
      .uw-box .left ul li.active {
        background: #E4EBFF;
        color: #3C6EF1; }
        .uw-box .left ul li.active:before {
          background: #3C6EF1; }
      .uw-box .left ul li:hover {
        background: #E4EBFF;
        color: #3C6EF1; }
        .uw-box .left ul li:hover:before {
          background: #3C6EF1; }
  .uw-box .right {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    margin-left: auto;
    flex: 1;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 30px 37px;
    margin-left: 20px; }
    .uw-box .right img {
      width: auto;
      height: 88px; }

@media screen and (max-width: 768px) {
  .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-box {
    padding-top: 2rem;
    margin-bottom: 3rem; }
    .uw-box h2 {
      display: none; }
    .uw-box > div {
      flex-direction: column;
      padding: 0 1rem; }
      .uw-box > div .left {
        width: 100%; }
        .uw-box > div .left ul {
          display: flex;
          overflow-x: auto;
          overflow-y: hidden;
          gap: 0 0.5rem;
          /* 隐藏滚动条但保留滚动功能 */
          -ms-overflow-style: none;
          /* IE 和 Edge */
          scrollbar-width: none;
          /* Firefox */ }
          .uw-box > div .left ul::-webkit-scrollbar {
            display: none;
            /* Chrome / Safari / Edge (基于 WebKit) */ }
          .uw-box > div .left ul li {
            width: 7.95rem;
            height: 2.8rem;
            border-radius: 28px;
            border: 1px solid #386BFF;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center; }
            .uw-box > div .left ul li.active {
              background: #3C6EF1;
              border-radius: 28px;
              color: #FFF; }
            .uw-box > div .left ul li::before {
              display: none; }
      .uw-box > div .right {
        width: 100%;
        padding: 1rem;
        margin-left: 0;
        margin-top: 1.5rem; }
        .uw-box > div .right img {
          height: 4rem; } }
