.productList_wrp {
    position: relative
}

.productList_wrp .lanedsea {
    padding-top: 60px;
    width: 1200px
}

.productList_wrp .lanedsea .news_titles {
    margin-bottom: 25px
}

.productList_wrp .lanedsea .homePage_switch_btn {
    width: 776px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px
}

.productList_wrp .lanedsea .homePage_switch_btn .homePage_switch_btnlb {
    width: 700px;
    margin: 0 auto
}

.productList_wrp .lanedsea .homePage_switch_btn .homePage_switch_btnlb .homePage_btn_box {
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #009b6a;
    cursor: pointer;
    border-radius: 24px;
    color: #009b6a;
    /* transition: all .5s ease; */
    overflow: hidden
}

.productList_wrp .lanedsea .homePage_switch_btn .homePage_switch_btnlb .homePage_btn_box>span {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #009b6a
}

.productList_wrp .lanedsea .homePage_switch_btn .homePage_switch_btnlb .homePage_btn_box.active {
    background-color: #009b6a;
}
.productList_wrp .lanedsea .homePage_switch_btn .homePage_switch_btnlb .homePage_btn_box.active>span{
    color: #fff;
}

.productList_wrp .lanedsea .homePage_switch_btn .swiper-button-prev {
    background-image: url('../images/homePage_switch_btnlb_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    left: 0px
}

.productList_wrp .lanedsea .homePage_switch_btn .swiper-button-prev::after {
    display: none
}

.productList_wrp .lanedsea .homePage_switch_btn .swiper-button-next {
    background-image: url('../images/homePage_switch_btnlb_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    right: 0px;
    transform: rotate(180deg)
}

.productList_wrp .lanedsea .homePage_switch_btn .swiper-button-next::after {
    display: none
}

.productList_wrp .lanedsea .homePage_product {
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 100px
}

.productList_wrp .lanedsea .homePage_product .proaen_box {
    width: 373px;
    margin-right: 40px;
    margin-bottom: 25px;
    transition: all .5s ease;
    position: relative;
    bottom: 0px
}

.productList_wrp .lanedsea .homePage_product .proaen_box:hover {
    bottom: 10px;
    box-shadow: 3px 3px 10px #aaa
}

.productList_wrp .lanedsea .homePage_product .proaen_box:hover .product_mask>img {
    transform: scale(1.1, 1.1)
}

.productList_wrp .lanedsea .homePage_product .proaen_box:hover .product_mask .product_amen {
    opacity: 1
}

.productList_wrp .lanedsea .homePage_product .proaen_box:hover .product_mask .product_amen .amen_cont .mask2 {
    transform: rotate(2000deg);
    transition: all 60s ease
}

.productList_wrp .lanedsea .homePage_product .proaen_box:nth-child(3n) {
    margin-right: 0px
}

.productList_wrp .lanedsea .homePage_product .proaen_box .product_mask {
    height: 254px;
    width: 100%;
    overflow: hidden;
    position: relative
}

.productList_wrp .lanedsea .homePage_product .proaen_box .product_mask>img {
    width: 100%;
    height: auto;
    transition: all .5s ease;
    z-index: 0
}

.productList_wrp .lanedsea .homePage_product .proaen_box .product_mask .product_amen {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    transition: all .5s ease;
    opacity: 0
}

.productList_wrp .lanedsea .homePage_product .proaen_box .product_mask .product_amen .amen_cont {
    width: 100%;
    height: 100%;
    position: relative
}

.productList_wrp .lanedsea .homePage_product .proaen_box .product_mask .product_amen .amen_cont .mask1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px
}

.productList_wrp .lanedsea .homePage_product .proaen_box .product_mask .product_amen .amen_cont .mask2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -70px;
    margin-left: -70px
}

.productList_wrp .lanedsea .homePage_product .proaen_box .product_mask .product_amen .amen_cont .product_text {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    color: #fff
}

.productList_wrp .lanedsea .homePage_product .proaen_box .bottom_text {
    width: 100%;
    height: 40px;
    font-size: 18px;
    color: #343434
}
