.Select{
    margin-top: 20px;
}
.Select .select_span{
    color: #999;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 35px;
}
.accessories_nav{
    width: 1240px;
    margin-right: -20px;
    margin-top: 20px;
    display: inline-block;
    position: relative;
}
.accessories_nav li{
    line-height: 35px;
    cursor: pointer;
    width: 80px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #999;
    float: left;
    text-align: center;
    border: 1px solid #ff5780;
    box-sizing: content-box;
    border-radius: 3px;
    margin-right: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;

}
.ht60{
    width: 100%;
    clear: both;
    height: 60px;

}
.accessories_nav li.active,.accessories_nav li:hover{
    background: #ff5780;
    color: #fff;
}
.select_good{
    position: relative;
    display: inline-block;
    margin: 0 auto;
    margin-top: 30px;
    width: 1200px;
    overflow: hidden;
}
.slider_good{
    position: relative;
    overflow: hidden;
    width:200%;
}
.select_good .slider_good .slide{
    width: 238px;
    background: #070707;
    padding: 20px;
    position: relative;
    display: inline-block;
    border-radius: 3px;
    float: left;
    text-align: center;
    overflow: hidden;
    margin-right: 29px;

}
.select_good .slider_good .slide:hover{
    box-shadow: 0 15px 30px rgba(7, 7, 7, 0.3);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.select_good .slider_good .slide a{
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 238px;

}
.select_good .slider_good .slide .goos_title{
    text-align: center;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    color: #999;
    margin-top: 15px;
    margin-bottom: 10px;
}
.select_good .slider_good .slide img{
    width: 238px;
    height: 238px;
}
.select_good .slider_good .slide .price{
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
}
.select_good .slider_good .slide em{
    font-size: 16px;
    font-style: normal;
}
.bx-default-pager{
    display: none;
}
.bx-controls-direction{
    position: absolute;
    width: 100%;
    top:50%;
    margin-top: -38.5px;
    z-index: 1;
}
.layout1{
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.but_left{
    position: absolute;
    left: 0;
    width: 44px;
    height: 77px;
    display: inline-block;
    float: left;
    top:50%;
    margin-top: -38.5px;
    opacity: 0;
    cursor: pointer;
}
.but_right{
    position: absolute;
    right: 0;
    width: 44px;
    height: 77px;
    display: inline-block;
    float: left;
    top:50%;
    margin-top: -38.5px;
    opacity: 0;
    cursor: pointer;
}
.select_good .slider_good .slide .join_cart{
    background: #636363;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    padding: 5px 10px;
    margin-top: 10px;
    display: inline-block;
    width: 200px;

}
.goods_info,.buy{
    position: relative;
    display: inline-block;
    width: 100%;
}
.select_good .slider_good .slide .join_cart:hover{
    color: #fff;
    background: #ff5780;
}
.select_good:hover .but_right,.select_good:hover .but_left{
    opacity: 1;
}
.sele_configure_title{
    margin-top: 60px;
    font-size: 18px;
    color: #1c1c1c;
}
.configure_top dd{
    float: left;
    text-align: center;
    font-size:16px;
    color: #999;
    display: inline-block;
}
.configure_top {
    width: 90%;
    margin: 0 auto;
}
.configure_top{
    width: 100%;
    height: 60px;
    line-height: 60px;
    margin-top: 30px;
    background:#070707;
    border-radius: 3px;

}
.buy_list{
    width: 100%;
    position: relative;
    margin-top: 20px;
    border-radius: 3px;
    background: #070707;
    display: inline-block;
   max-height: 613px;
    overflow: hidden;
    color: #7d7d7d;
}
.buy_list li .sele_img{
    width: 160px;
    height: 160px;
    text-align: center;
}
.buy_list li dl{
    position: relative;
    display: inline-block;
    width: 100%;
}
.buy_list li dd,.buy_list li dt{
    float: left;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

.buy_list li dl .name{
    line-height: 30px;
    margin-top: 90px;
    font-size: 16px;
    color: #999;

}
.buy_list{
    padding: 20px 0;
}
.buy_list li dl dd.money{
    line-height: 170px;
    color:#ff5780;
    font-size: 20px;
    font-weight: bold;
}
.buy_list li dl dd.money em{
    font-size: 14px;
    font-style: normal;
}
.addnum{
    color: #636363;
    width:95px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #636363;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-top: 70px;
}
.addnum .minus,.addnum .add{
    width: 28px;
    height: 30px;
    line-height: 30px;
    border-right: 1px solid #636363;

    cursor: pointer;
    font-style: normal;

}
.addnum .minus,.addnum .iconfont{
    font-size: 14px;
}
.addnum .add{
    border-right: none;
    border-left:1px solid #636363;
}
.addnum .input_num{
    width:36px;
    height: 30px;
    line-height: 30px;
    background: none;
    border: none;
    text-align: center;
    color: #999;

}
.dele .iconfont{
    line-height: 170px;
    font-size: 24px;
    cursor: pointer;
    color: #636363;
}
.dele .iconfont:hover{
    color: #ff5780;
}
.buy_list  li{
    width: 95%;
    margin: 0 auto;
}
.buy_list  li:hover{
    background: #111;
}
.goback a{
    line-height: 170px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: inline-block;
    height: 170px;
    color: #999;
}
.buy_price{
    width: 100%;
    padding: 20px 0;
    background: #070707;
    margin-top: -10px;

}
.buy_pricr_main{
    padding: 20px 0;
    height: 80px;
    width: 95%;
    margin: 0 auto;
    line-height: 80px;
    border-top:1px dashed #636363;
}
#buy_btn{
    width: 175px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #ff5780;
    display: inline-block;
    border-radius: 3px;
    margin-left: 20px;
    font-size: 18px;
    text-align: center;
}
.all_price {
    color: #636363;
    font-size: 18px;
}
.all_price em{
    color: #ff5780;

}
.all_price #totalSkuPrice{
    font-size: 26px;
    color: #ff5780;
}

.w1200_banner_arrow{
    width: 1200px;
    display: inline-block;
    height:77px ;
    position: absolute;
    left: 0;
    right: 0;
    top:50%;
    margin-top: -38.5px;
}
.note{
    margin-top: 40px;
}
.note p{
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
body{
    background: #111;
    color: #999;
}
.breadcrumb-area a{
    color: #999!important;
}
.breadcrumb-area span{
    color: #999;
}
