﻿.selection{width: 1280px;height: 40px;margin: 0 auto;display: flex;flex-wrap: wrap;}
.selection_item{width: 88px;height: 40px;margin-right: 12px;position: relative;}
.selection_item .selection_top{width: 88px;height: 40px;}
.selection_item .selection_top a{display: block;width: 88px;height: 40px;background:#f5f5f5;border-radius: 20px;line-height: 40px;text-align: center;font-size: 14px;color: #111}
.selection_item .selection_top a span{display:inline-block;width: 8px;height: 5px;margin-left: 12px;position: relative;top:-3px;background: url(../images/arrow_down1.png) no-repeat;background-size: 100% 100%;}
.selection_item .selection_top_active a{background: #111;color: #FFF}
.selection_item .selection_top_active a span{background:url(../images/arrow_down2.png) no-repeat;background-size: 100% 100%}
.selection_item .selection_box{position: absolute;left: 0;top: 50px;width: 412px;height: auto;padding: 14px 18px 30px;background: #FFF;box-shadow: 0px 3px 9px rgba(0,0,0,0.16);border-radius: 4px;z-index:300;display: none}
.selection_item .selection_list{width: 412px;height: auto;display: flex;flex-wrap: wrap;}
.selection_item .selection_list a{display: block;width: 88px;height: 40px;margin: 16px 0 0 12px;background: #F5F5F5;border-radius: 20px;line-height: 40px;text-align: center;font-size: 14px;color: #111;text-decoration:none}
.selection_item .selection_list a:hover{color: #54bac9}
.selection_item .selection_list a.a_active{width: 86px;height: 38px;border: 1px solid #111;;line-height: 38px;text-align: center;font-size: 14px;color: #111;text-decoration:none}
.selection_item .selection_list a.a_active:hover{color: #54bac9}
.selection_item .selection_box_active{display: block}

.con{
    width: 1280px;
    min-height: 1000px;
    _height: 1000px;
    margin: 0 auto;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.con.con01{
    padding-bottom: 30px;
}
.con.con04{
    padding-bottom: 283px;
}
.con02{
    width: 580px;
    height: 620px;
    margin-top: 20px;
    overflow: hidden;
}
.con02>h2{
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #111
}

.cardsList{
    font-size: 0;
}
.card{
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    cursor: pointer;
    overflow: hidden;
}
.card:nth-child(4n){
    margin-right: 0;
}
.cardPic{
    width: 286px;
    height: 200px;
}
.cardPic a{
    display: block;
    width: 286px;
    height: 200px;
}
.cardPic img{
    display: block;
    width: 286px;
    height: 200px;
    border: none;
}
.cardPic:hover img, .cardPic_curr img{
    opacity: 0.8;
}
.cardPic .more{
    width: 93px;
    height: 93px;
    background-image: url(../images/more.png);
    background-size: contain;
    margin: 0 auto 30px;
    padding-top: 30px;
    background-position-y: bottom;
    background-repeat: no-repeat;
}
.cardPic .text{
    text-align: center;
}
.cardTitle{
    height: 54px;
    padding-top: 9px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.cardTitle a{
    color: #333;
}
.cardTitle a:hover, .cardTitle .cardTitle_hover{
    color: #54bac9;
}

.mainSwipper{
    width: 580px;
    height: 433px;
    font-size: 0;
    margin: 18px 0 20px;
    position: relative;
    overflow: hidden;
}
.mainSwipper .goPre,.mainSwipper .goAfter{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 197px;
    z-index: 9;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}
.mainSwipper .goPre{
    left: 10px;
    background-image: url(../images/ico_arrow1.png);
}
.mainSwipper .goAfter{
    right: 10px;
    background-image: url(../images/ico_arrow2.png);
}

.mainSwipper .swiper-slide{width: 580px;height: 433px;position: relative;z-index: 100}
.mainSwipper .swiper-slide img{display: block;width: 580px;height: 433px;border: none}
.mainSwipper .swiper-slide .hot_item{position: absolute;width: 32px;height: 32px;margin: -16px 0 0 -16px;z-index: 101}
.mainSwipper .swiper-slide .hot{width: 32px;height: 32px;position: relative}
.mainSwipper .swiper-slide .hot .hot_pos{width: 32px;height: 32px;background: url(../images/inspiration/ico_hot.png) no-repeat;background-size: 100% 100%}
.mainSwipper .swiper-slide .hot .hot_tips{position: absolute;left: 42px;top: -37px;width: 181px;height: 106px;background: #FFF;box-shadow: 0 2px 5px rgba(0,0,0,0.16);display: none}
.mainSwipper .swiper-slide .hot .tip_con{width: 155px;height: 78px;padding: 12px 10px 12px 16px;background: #FFF;box-shadow: 0px 5px 10px rgba(0,0,0,0.16);display: flex;flex-wrap: wrap;justify-content: space-between}
.mainSwipper .swiper-slide .hot .tip_con .left {width: 130px}
.mainSwipper .swiper-slide .hot .tip_con .left .name{height: 19px;line-height: 19px;font-size: 14px;color: #181818}
.mainSwipper .swiper-slide .hot .tip_con .left .name a{color:#181818;text-decoration: none;}
.mainSwipper .swiper-slide .hot .tip_con .left .name a:hover{color: #54bac9}
.mainSwipper .swiper-slide .hot .tip_con .left .sn{height: 19px;margin-top:6px;line-height: 19px;font-size: 14px;color: #585858}
.mainSwipper .swiper-slide .hot .tip_con .left .price{height: 21px;margin-top:6px;line-height: 21px;font-size: 15px;font-weight: 600;color: #000102}
.mainSwipper .swiper-slide .hot .tip_con .detail{width: 12px;height: 12px;margin-top: 33px}
.mainSwipper .swiper-slide .hot .tip_con .detail a{display:block;width: 12px;height: 12px;background: url(../images/inspiration/ico_more.png) no-repeat;background-size: 100% 100%;text-indent: -9999px}
.mainSwipper .swiper-slide .hot .hot_tips_1{left: 42px;top: 0}
.mainSwipper .swiper-slide .hot .hot_tips_2{left: 42px;top: -37px}
.mainSwipper .swiper-slide .hot .hot_tips_3{left: 42px;top: -74px}
.mainSwipper .swiper-slide .hot .hot_tips_4{left: -191px;top: 0}
.mainSwipper .swiper-slide .hot .hot_tips_5{left: -191px;top: -37px}
.mainSwipper .swiper-slide .hot .hot_tips_6{left: -191px;top: -74px}
.mainSwipper .swiper-slide .hot_active .hot_pos{background: url(../images/inspiration/ico_hot1.png) no-repeat;background-size: 100% 100%}
.mainSwipper .swiper-slide .hot_active .hot_tips{display: block}
.mainSwipper .swiper-slide .hot_item1{z-index: 102}

.littleSwipper{
    width: 470px;
    margin: 0 auto;
    overflow: hidden;
}
.littleSwipper .swiper-slide{
    width: 100px;
    height: 100px;
    margin-left: 14px;
    cursor: pointer;
    display: inline-block;
}
.littleSwipper .swiper-slide a{
    display: block;
    width: 100px;
    height: 100px;
}
.littleSwipper .swiper-slide img{
    display: block;
    width: 100px;
    height: 100px;
    border: none;
}
.littleSwipperOuter{
    display: flex;
    position: relative;
}
.littleSwipperOuter .goPre,.littleSwipperOuter .goAfter{
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 60px;
    padding-top: 40px;
    background: #F5F5F5;
    display: inline-block;
    cursor: pointer;
}
.littleSwipperOuter .goAfter{
    right: 0;
    left: auto;
}
.littleSwipperOuter .goPre span,.littleSwipperOuter .goAfter span{
    display: block;
    width: 11px;
    height: 19px;
    margin: 0 auto;
    background: url(../images/prev.png) no-repeat;
    background-size: 100% 100%;
    text-indent:-9999px
}
.littleSwipperOuter .goAfter span{
    background: url(../images/next.png) no-repeat;
    background-size: 100% 100%;
    text-indent:-9999px
}