/* special_screen */
.special_screen{
    margin-bottom: 46px;
    background-color: #FAFAFA;
}
.special_screen .sp_screen_list{
    padding: 28px 16px 22px 30px;
    border-bottom: 1px solid #DCDCDC;
}
.special_screen .sp_screen_list:last-child{
    border-bottom: 0;
}
.special_screen .sp_screen_list .sp_screen_title{
    width: 80px;
    margin-right: 10px;
}
.special_screen .sp_screen_list .sp_screen_con{
    width: 1000px;
    height: 30px;
}
.special_screen .sp_screen_list .sp_screen_con a{
    margin: 0 24px 6px 0;
}
.special_screen .sp_screen_list .sp_screen_con a.active,
.special_screen .sp_screen_list .sp_screen_btn:hover{
    color: #FF6980;
}
.special_screen .sp_screen_list .sp_screen_btn{
    cursor: pointer;
}

/* special_intro */
.special_intro .sp_intro_img{
    height: 337px;
}
.special_intro .sp_intro_img img{
    height: 337px;
    width: 100%;
}
.special_intro .sp_intro_img .sp_intro_con{
    left: 0;
    bottom: 0;
    padding: 10px 30px;
    background: rgba(0, 0, 0, 0.61);
}

/* special_pro */
.special_pro li{
    width: 390px;
    padding-right: 20px;
    margin-bottom: 18px;
}
.special_pro li:nth-child(2n+1){
    clear: both;
}
.special_pro li .sp_pro_title{
    width: 102px;
}
.special_pro li .sp_pro_con{
    width: 268px;
}

/* special_mode */
.special_mode .sp_mode_con p{
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 14px;
}
.special_mode .sp_mode_con p:last-child{
    margin-bottom: 0;
}
.special_mode .sp_mode_con .sp_img{
    width: 250px;
    height: 76px;
    margin-right: 20px;
    margin-bottom: 50px;
}

/* special_advice */
.special_advice .sp_advice_list{
    width: 365px;
    margin-right: 50px;
}
.special_advice .sp_advice_list:last-child{
    margin-right: 0;
}
.special_advice .sp_advice_list .sp_advice_con p{
    font-size: 16px !important;
    line-height: 28px !important;
    margin-bottom: 8px;
}
.special_advice .sp_advice_list .sp_advice_con p:last-child{
    margin-bottom: 0;
}

/* special_ask */
.special_ask li{
    width: 370px;
    height: 46px;
    line-height: 46px;
    margin: 0 40px 2px 0;
    border-bottom: 1px dashed #ccc;
}
.special_ask li:nth-child(2n){
    margin-right: 0;
}

/* special_video */
.special_video li{
    width: 224px;
    margin-right: 54px;
}
.special_video li:last-child{
    margin-right: 0;
}
.special_video li .sp_video_img{
    height: 205px;
    border-radius: 6px;
}
.special_video li .sp_video_img .time{
    top: 8px;
    right: 16px;
    z-index: 1;
}
.special_video li .sp_video_img .play{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 39px;
    height: 39px;
    z-index: 1;
}
.special_video li .sp_video_img .title{
    left: 0;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

/* special_art */
.special_art li{
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid #DCDCDC;
}
.special_art li:last-child{
    margin-bottom: 0;
}
.special_art li .sp_art_img{
    width: 165px;
    height: 165px;
    border-radius: 4px;
    border: 1px solid #eee;
}
.special_art li .sp_art_con{
    width: 576px;
}
.special_art li .sp_art_con .more_five{
    height: 140px;
    overflow: hidden;
    color: #333;
}
.special_art li .sp_art_con .more_five .more{
    left: 64px;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

/* special_goods */
.special_goods li{
    width: 222px;
    margin-right: 56px;
    margin-bottom: 20px;
}
.special_goods li:nth-child(3n){
    margin-right: 0;
}
.special_goods li a{
    height: 285px;
    border: 1px solid #F5F5F5;
    padding: 7px 8px;
}
.special_goods li a .sp_goods_img{
    height: 198px;
}
.special_goods li a:hover .title{
    color: #FF6980;
}

/* special_r_nav */
.special_r_nav{
    padding: 11px 95px 7px 46px;
    background-color: #FAFAFA;
    z-index: 9;
}
.nav_02{
    display: none;
    width: 370px;
    right: 50%;
    transform: translateX(600px);
    bottom: 10px;
    box-shadow: 0px 4px 16px #ccc;
}
.nav_02.active{
    display: block;
}
.special_r_nav a{
    padding: 0 12px;
    margin-bottom: 20px;
}
.special_r_nav a:last-child{
    margin-bottom: 0;
}
.special_r_nav a.active,
.special_r_nav a:hover{
    background-color: #FF6980;
    color: #fff;
}
.special_r_nav a:before{
    content: '';
    position: absolute;
    left: -22px;
    top: 8px;
    z-index: 2;
    width: 7px;
    height: 7px;
    border: 3px solid #fff;
    border-radius: 100%;
    background-color: #FF6980;
}
.special_r_nav a.active:before{
    top: 2px;
    left: -27px;
    width: 16px;
    height: 16px;
    background-color: #FF6980;
    background-image: radial-gradient(#fff, #fff 6px, #FF6980 7px, #FF6980 100%);
    background-image: -webkit-radial-gradient(#fff, #fff 6px, #FF6980 7px, #FF6980 100%);
    background-image: -moz-radial-gradient(#fff, #fff 6px, #FF6980 7px, #FF6980 100%);
    background-image: -o-radial-gradient(#fff, #fff 6px, #FF6980 7px, #FF6980 100%);

}
.special_r_nav a:after{
    content: '';
    position: absolute;
    left: -16px;
    top: 13px;
    z-index: 1;
    width: 1px;
    height: 46px;
    background-color: #FF6980;
}
.special_r_nav a:last-child:after{
    width: 0;
    height: 0;
    display: none;
}

.bksm{
    background: #f9f4d9;
    color: #8f7f5d;
    padding: 10px 15px;
    position: relative;
    font-size: 12px;
}
.close-btn {
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
    font-size: 13px;
    display: inline-block;
}