﻿@media only screen and (min-width: 1680px) {
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 img {
    width: 100%;
    height: 5.25rem;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 16px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background-color: #f6f6f5;
    position: relative;
    padding-top: 0.7rem;
  }
  #main .section3::after {
    content: "";
    position: absolute;
    width: 3.55rem;
    height: 2.22rem;
    background: url(../../img/recommend/w_logo.png) no-repeat center center / 100% 100%;
    top: 2rem;
    right: -4%;
  }
  #main .section3 .content_box .recom_part {
    display: flex;
    background-color: #fff;
    margin-bottom: 0.55rem;
  }
  #main .section3 .content_box .recom_part .left_reco {
    position: relative;
    width: 4.2rem;
    height: 6.2rem;
    background: url(../../img/recommend/recommend_01.jpg) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .recom_part .left_reco .cover {
    width: 4.2rem;
    height: 6.2rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../img/recommend/recom_cover_01.png) no-repeat center center / cover;
  }
  #main .section3 .content_box .recom_part .left_reco .cover .recom_icon {
    width: 0.63rem;
    height: 0.79rem;
    position: absolute;
    background: url(../../img/recommend/recommend_icon.png) no-repeat center center / 100% 100%;
    top: 0;
    left: 0.3rem;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info {
    margin-left: 0.7rem;
    position: absolute;
    bottom: 0.5rem;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .recom_text {
    font-size: 36px;
    color: #fff;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .recom_prod {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .more_btn {
    width: 2rem;
    height: 0.48rem;
    border-radius: 0.24rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .more_btn .w_icon {
    content: "";
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .more_btn .more_text {
    color: #acb10c;
    font-size: 16px;
  }
  #main .section3 .content_box .recom_part .right_product {
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper {
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-wrapper .swiper-slide a {
    width: 60%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-wrapper .swiper-slide .slide_title {
    text-align: center;
    color: #333;
    font-size: 24px;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-button-next {
    position: absolute;
    width: 0.66rem;
    height: 0.66rem;
    background: url(../../img/recommend/arrow_right.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-button-prev {
    width: 0.66rem;
    height: 0.66rem;
    background: url(../../img/enter_tongdian/news_left.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .part_one .left_reco {
    background-image: url(../../img/recommend/recommend_01.jpg);
  }
  #main .section3 .content_box .part_one .cover .recom_icon {
    background-image: url(../../img/recommend/recommend_icon.png);
  }
  #main .section3 .content_box .part_two .left_reco {
    background-image: url(../../img/recommend/recommend_02.jpg);
  }
  #main .section3 .content_box .part_two .cover .recom_icon {
    background-image: url(../../img/recommend/recommend_icon.png);
  }
  #main .section3 .content_box .part_three .left_reco {
    background-image: url(../../img/recommend/recommend_03.jpg);
  }
  #main .section3 .content_box .part_three .cover .recom_icon {
    background-image: url(../../img/recommend/recommend_icon.png);
  }
  #main .page_container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 1680px) {
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 img {
    width: 100%;
    height: 5.25rem;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 16px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background-color: #f6f6f5;
    position: relative;
    padding-top: 0.7rem;
  }
  #main .section3::after {
    content: "";
    position: absolute;
    width: 3.55rem;
    height: 2.22rem;
    background: url(../../img/recommend/w_logo.png) no-repeat center center / 100% 100%;
    top: 2rem;
    right: -4%;
  }
  #main .section3 .content_box .recom_part {
    display: flex;
    background-color: #fff;
    margin-bottom: 0.55rem;
  }
  #main .section3 .content_box .recom_part .left_reco {
    position: relative;
    width: 4.2rem;
    height: 6.2rem;
    background: url(../../img/recommend/recommend_01.jpg) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .recom_part .left_reco .cover {
    width: 4.2rem;
    height: 6.2rem;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../img/recommend/recom_cover_01.png) no-repeat center center / cover;
  }
  #main .section3 .content_box .recom_part .left_reco .cover .recom_icon {
    width: 0.63rem;
    height: 0.79rem;
    position: absolute;
    background: url(../../img/recommend/recommend_icon.png) no-repeat center center / 100% 100%;
    top: 0;
    left: 0.3rem;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info {
    margin-left: 0.7rem;
    position: absolute;
    bottom: 0.5rem;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .recom_text {
    font-size: 30px;
    color: #fff;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .recom_prod {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .more_btn {
    width: 2rem;
    height: 0.48rem;
    border-radius: 0.24rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .more_btn .w_icon {
    content: "";
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .more_btn .more_text {
    color: #acb10c;
    font-size: 16px;
  }
  #main .section3 .content_box .recom_part .right_product {
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper {
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-wrapper .swiper-slide a {
    width: 60%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-wrapper .swiper-slide .slide_title {
    text-align: center;
    color: #333;
    font-size: 20px;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-button-next {
    position: absolute;
    width: 0.66rem;
    height: 0.66rem;
    background: url(../../img/recommend/arrow_right.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-button-prev {
    width: 0.66rem;
    height: 0.66rem;
    background: url(../../img/enter_tongdian/news_left.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .part_one .left_reco {
    background-image: url(../../img/recommend/recommend_01.jpg);
  }
  #main .section3 .content_box .part_one .cover .recom_icon {
    background-image: url(../../img/recommend/recommend_icon.png);
  }
  #main .section3 .content_box .part_two .left_reco {
    background-image: url(../../img/recommend/recommend_02.jpg);
  }
  #main .section3 .content_box .part_two .cover .recom_icon {
    background-image: url(../../img/recommend/recommend_icon.png);
  }
  #main .section3 .content_box .part_three .left_reco {
    background-image: url(../../img/recommend/recommend_03.jpg);
  }
  #main .section3 .content_box .part_three .cover .recom_icon {
    background-image: url(../../img/recommend/recommend_icon.png);
  }
  #main .page_container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .my_container {
    width: 100%;
  }
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 {
    padding-top: 0.9rem;
  }
  #main .section1 img {
    width: 100%;
    height: auto;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 12px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background-color: #f6f6f5;
    position: relative;
    padding-top: 0.3rem;
  }
  #main .section3::after {
    content: "";
    position: absolute;
    width: 3.55rem;
    height: 2.22rem;
    background: url(../../img/recommend/w_logo.png) no-repeat center center / 100% 100%;
    top: 2rem;
    right: 4%;
    z-index: 1;
  }
  #main .section3 .content_box .recom_part {
    display: flex;
    background-color: #fff;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: stretch;
    width: 95%;
    margin: 0 auto 0.55rem;
  }
  #main .section3 .content_box .recom_part .left_reco {
    position: relative;
    width: 45%;
    height: auto;
    background: url(../../img/recommend/recommend_01.jpg) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .recom_part .left_reco .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../img/recommend/recom_cover_01.png) no-repeat center center / cover;
  }
  #main .section3 .content_box .recom_part .left_reco .cover .recom_icon {
    width: 0.63rem;
    height: 0.79rem;
    position: absolute;
    background: url(../../img/recommend/recommend_icon.png) no-repeat center center / 100% 100%;
    top: 0;
    left: 0.3rem;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info {
    margin-left: 0.3rem;
    position: absolute;
    bottom: 0.5rem;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .recom_text {
    font-size: 18px;
    color: #fff;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .recom_prod {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.2rem;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .more_btn {
    width: 2rem;
    height: 0.48rem;
    border-radius: 0.24rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .more_btn .w_icon {
    content: "";
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .recom_part .left_reco .recom_info .more_btn .more_text {
    color: #acb10c;
    font-size: 12px;
  }
  #main .section3 .content_box .recom_part .right_product {
    flex: 1;
    overflow: hidden;
    position: relative;
    padding: 0.2rem 0;
    z-index: 2;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper {
    position: relative;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-wrapper .swiper-slide a {
    width: 60%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-wrapper .swiper-slide .slide_title {
    text-align: center;
    color: #333;
    font-size: 14px;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-button-next {
    position: absolute;
    width: 0.66rem;
    height: 0.66rem;
    background: url(../../img/recommend/arrow_right.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-button-prev {
    width: 0.66rem;
    height: 0.66rem;
    background: url(../../img/enter_tongdian/news_left.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .part_one .left_reco {
    background-image: url(../../img/recommend/recommend_01.jpg);
  }
  #main .section3 .content_box .part_one .cover .recom_icon {
    background-image: url(../../img/recommend/recommend_icon.png);
  }
  #main .section3 .content_box .part_two .left_reco {
    background-image: url(../../img/recommend/recommend_02.jpg);
  }
  #main .section3 .content_box .part_two .cover .recom_icon {
    background-image: url(../../img/recommend/recommend_icon.png);
  }
  #main .section3 .content_box .part_three .left_reco {
    background-image: url(../../img/recommend/recommend_03.jpg);
  }
  #main .section3 .content_box .part_three .cover {
    background-image: url(../../img/recommend/recom_cover_03.png) !important;
  }
  #main .section3 .content_box .part_three .cover .recom_icon {
    background-image: url(../../img/recommend/recommend_icon.png);
  }
  #main .page_container {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
#main .section3 .content_box .recom_part .right_product .primarySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  box-shadow: 0px 0px 46px 16px rgba(0, 0, 0, 0.11);
  display: block;
  margin-bottom: 0.2rem;
}
/*# sourceMappingURL=recommend.css.map */