@media screen and (max-width: 1920px) and (min-width: 751px) {
  .newRetail {
    margin-top: 0.9rem;
  }
  .newRetail .newRetail-banner {
    position: relative;
  }
  .newRetail .newRetail-banner img {
    width: 100%;
    display: block;
  }
  .newRetail .newRetail-banner .text-box {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .newRetail .newRetail-banner .text-box p:nth-child(1) {
    font-size: 0.68rem;
    font-weight: bold;
    color: #FFFEFE;
    line-height: 0.75rem;
    margin-bottom: 0.56rem;
  }
  .newRetail .newRetail-banner .text-box p:nth-child(2) {
    font-size: 0.4rem;
    font-weight: 400;
    color: #FFFEFE;
    line-height: 0.48rem;
    white-space: nowrap;
  }
  .newRetail .newRetail-banner .banner-inside {
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 0.42rem;
    height: 0.66rem;
    margin-left: -0.21rem;
  }
  .newRetail .newRetail-banner .banner-inside img {
    width: 100%;
    height: 100%;
  }
  .newRetail .newRetail-banner-mobile {
    display: none;
  }
  .newRetail .newRetail-banner-pc {
    display: block;
  }
  .newRetail .newRetail-content {
    width: 16rem;
    margin: 0 auto;
  }
  .newRetail .newRetail-content .new-retail .title {
    font-size: 0.65rem;
    font-weight: 400;
    color: #1D1D1D;
    text-align: center;
    margin-top: 1.7rem;
    margin: 1.7rem 0 0.45rem 0;
  }
  .newRetail .newRetail-content .new-retail .details {
    font-size: 0.38rem;
    font-weight: 300;
    color: #8a8a8a;
    line-height: 0.5rem;
    text-align: center;
    max-width: 14rem;
    margin: 0 auto;
    margin-bottom: 1.6rem;
  }
  .newRetail .newRetail-content .new-retail .details-pc {
    display: block;
  }
  .newRetail .newRetail-content .new-retail .details-mobile {
    display: none;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item {
    width: 100%;
    height: 5.7rem;
    background-image: url("../image/bg15.png");
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 0.36rem;
    overflow: hidden;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item .text {
    position: absolute;
    top: 45%;
    left: 5%;
    font-size: 0.46rem;
    font-weight: bold;
    color: #FDFAFA;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item .text-box {
    position: absolute;
    top: 40%;
    left: 5%;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item .text-box p {
    font-size: 0.46rem;
    font-weight: bold;
    color: #FDFAFA;
    line-height: 0.6rem;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item .cover-box {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
    background: #f6f8fc;
    transition: height 0.05ms linear;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item .cover-box.textcov {
    background: transparent;
    z-index: 3;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item .cover-box p {
    padding-left: 0.67rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item .cover-box p:nth-child(1) {
    font-size: 0.44rem;
    font-weight: 400;
    color: #C40E18;
    padding-top: 0.83rem;
    margin-bottom: 0.57rem;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item .cover-box p:nth-child(2) {
    font-size: 0.35rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.55rem;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item:hover .cover-box {
    display: block;
    height: 100%;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item:nth-child(2) {
    background-image: url("../image/bg23.png");
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item:nth-child(3) {
    background-image: url("../image/bg3.png");
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item:nth-child(4) {
    background-image: url("../image/bg4.png");
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item:nth-child(5) {
    background-image: url("../image/bg5.png");
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item:nth-child(6) {
    background-image: url("../image/bg6.png");
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item:nth-child(7) {
    background-image: url("../image/bg7.png");
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item:nth-child(8) {
    background-image: url("../image/bg8.png");
    margin-bottom: 0;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list-pc {
    display: block;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list-mobile {
    display: none;
  }
  .newRetail .newRetail-content .selected-cases .title {
    font-size: 0.65rem;
    font-weight: 400;
    color: #1D1D1D;
    text-align: center;
    margin-top: 1.7rem;
    margin: 1.7rem 0 1.5rem 0;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container {
    height: 11.1rem;
    margin-bottom: 1.5rem;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.42rem;
    height: 0.42rem;
    margin: 0.22rem;
    border: 0.02rem solid #DADADA;
    border-radius: 50%;
    border: 2px solid #828282;
    background: #fff;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.35rem;
    height: 0.43rem;
    background: #DADADA;
    border-radius: 0.3rem;
    opacity: 1;
    border: none;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box {
    width: 100%;
    height: 8.7rem;
    background-image: url("../image/bg9.png");
    background-size: 100% 100%;
    padding: 1.36rem 0 0 0;
    box-sizing: border-box;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box .details-box-title {
    font-size: 0.45rem;
    font-weight: 400;
    color: #C40E18;
    margin-bottom: 0.8rem;
    padding-left: 2.5rem;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box .details-box-details {
    font-size: 0.34rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.56rem;
    padding: 0 0.4rem 0 0.6rem;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box .details-box-details-pc {
    display: block;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box .details-box-details-mobile {
    display: none;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box1 {
    background-image: url("../image/bg10.png");
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box2 {
    background-image: url("../image/bg11.png");
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box3 {
    background-image: url("../image/bg12.png");
  }
  .newRetail .newRetail-content .partner {
    display: block;
  }
  .newRetail .newRetail-content .partner .partner-title {
    font-size: 0.65rem;
    font-weight: 400;
    color: #1D1D1D;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .newRetail .newRetail-content .partner .partner-img {
    width: 100%;
  }
  .newRetail .newRetail-content .partner .partner-img img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .newRetail {
    margin: 0.73rem auto 0 auto;
    max-width: 7.5rem;
    min-width: auto;
  }
  .newRetail .newRetail-banner {
    position: relative;
  }
  .newRetail .newRetail-banner img {
    width: 100%;
    display: block;
  }
  .newRetail .newRetail-banner .text-box {
    position: absolute;
    top: 1.04rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .newRetail .newRetail-banner .text-box p:nth-child(1) {
    font-size: 0.33rem;
    font-weight: bold;
    color: #FFFEFE;
    line-height: 0.43rem;
    margin-bottom: 0.3rem;
  }
  .newRetail .newRetail-banner .text-box p:nth-child(2) {
    font-size: 0.17rem;
    font-weight: 400;
    color: #FFFEFE;
    line-height: 0.25rem;
    white-space: nowrap;
  }
  .newRetail .newRetail-banner-mobile {
    display: block;
  }
  .newRetail .newRetail-banner-pc {
    display: none;
  }
  .newRetail .newRetail-content {
    padding: 0 0.3rem;
  }
  .newRetail .newRetail-content .new-retail .title {
    font-size: 0.33rem;
    font-weight: bold;
    color: #1D1D1D;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0.29rem;
  }
  .newRetail .newRetail-content .new-retail .details {
    font-size: 0.29rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.38rem;
    text-align: center;
    margin-bottom: 0.95rem;
  }
  .newRetail .newRetail-content .new-retail .details-pc {
    display: none;
  }
  .newRetail .newRetail-content .new-retail .details-mobile {
    display: block;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list {
    margin-bottom: 1.01rem;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item {
    width: 100%;
    background-color: #f6f8fc;
    padding: 0.43rem 0.33rem 0 0.33rem;
    box-sizing: border-box;
    min-height: 3.5rem;
    margin-bottom: 0.37rem;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item .item-title {
    font-size: 0.29rem;
    font-weight: 400;
    color: #C40E18;
    margin-bottom: 0.24rem;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item .item-details {
    font-size: 0.25rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.38rem;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list .item:last-child {
    margin-bottom: 0;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list-pc {
    display: none;
  }
  .newRetail .newRetail-content .new-retail .new-retail-list-mobile {
    display: block;
  }
  .newRetail .newRetail-content .selected-cases .title {
    font-size: 0.33rem;
    font-weight: bold;
    color: #1D1D1D;
    text-align: center;
    margin: 1rem 0 1rem 0;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container {
    height: 7.9rem;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 0.32rem;
    height: 0.32rem;
    margin: 0.22rem;
    border: 0.02rem solid #DADADA;
    border-radius: 50%;
    border: 2px solid #828282;
    background: #fff;
    box-sizing: border-box;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 1rem;
    height: 0.32rem;
    background: #DADADA;
    border-radius: 0.3rem;
    opacity: 1;
    border: none;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box {
    width: 100%;
    height: 6.09rem;
    background-image: url("../image/bg9-mobile.png");
    background-size: 100% 100%;
    padding: 0.44rem 0 0 0;
    box-sizing: border-box;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box .details-box-title {
    font-size: 0.29rem;
    font-weight: 400;
    color: #C40E18;
    margin-bottom: 0.29rem;
    padding-left: 1.15rem;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box .details-box-details {
    font-size: 0.25rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.38rem;
    padding: 0 0.3rem 0 0.3rem;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box .details-box-details-pc {
    display: none;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box .details-box-details-mobile {
    display: block;
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box1 {
    background-image: url("../image/bg10-mobile.png");
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box2 {
    background-image: url("../image/bg11-mobile.png");
  }
  .newRetail .newRetail-content .selected-cases .swiper-container .swiper-wrapper .swiper-slide .details-box3 {
    background-image: url("../image/bg12-mobile.png");
  }
  .newRetail .newRetail-content .partner {
    display: none;
  }
}
