@charset "utf-8";
/* CSS Reset */
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}

/* tFocus */
#tFocus-leftbtn,#tFocus-rightbtn{/* display:block; */background:url(img/spr.png) no-repeat;}
#tFocus{width: 1200px;height: 323px;margin: 0 auto;}
#tFocus-pic{width: 500px;height: 280px;position:relative;float: left;}
#tFocus-pic li img{width: 100%;}
#tFocus-pic li{width: 500px;height: 100%;position:absolute;left:0;top:0;filter:alpha(opacity:0);opacity:0;/* margin: 0 auto; */}
#tFocusBtn{/* width:359px; *//* height:68px; */padding-left:5px;/* margin-top: 9%; */z-index:20;float: left;}
#tFocus-btn{width: 605px;height: 300px;position:relative;left:0;bottom:0;overflow:hidden;float:left;margin: 0px 10px;}
#tFocus-btn ul{width:100000px;position:absolute;left:0;top:0;}
#tFocus-btn li{
    width: 150px;
    padding-top: 7px;
    float: left;
    height: 300px;
    /* margin-right: 5px; */
    /* display: block; */
    align-items: center;
    justify-content: center;
    transition: transform .5s;
    padding: 0 25px;
    margin-top: 90px;
}
#tFocus-btn li img{border:2px solid #dddddd;width: 150px;height: 100px}
#tFocus-btn li.active{background-position:-448px -100px;width: 150px !important;margin: auto;display: flex;flex-direction: column;align-items: center;transition: all .5s;margin-top: 70px;}
#tFocus-btn li.active img{border:2px solid #ef7800 ;width: 190px !important;height: 150px !important; }
#tFocus-leftbtn,#tFocus-rightbtn{height:40px;margin-top: 20%;width:15px;float:left;text-indent:-9999px;}
#tFocus-leftbtn{margin-right:5px;background-position:-455px -60px;}
#tFocus-rightbtn{background-position:-480px -60px;}
.active a{background-color: #ef7800;
    color: #fff;
    border-color: transparent;}
    .productRecommend-goods-thumbs-item-title{
    width: 100px;
    height: 26px;
    overflow: hidden;
    line-height: 26px;
    padding: 0 20px;
    text-align: center;
    border: 1px solid #cac8c7;
    border-radius: 13px;
    margin: auto;
    margin-top: 15px;
    font-size: 16px;
    transition: all .25s;
    color: #282828;
    display: block;
    text-decoration: none;
}
@media screen and (max-width: 640px) {
    /* 在这里写入你的CSS样式 */
#tFocus-btn li.active,#tFocus-leftbtn,#tFocus-rightbtn{/* display:block; */background:url(img/spr.png) no-repeat;}
#tFocus{        width: 100%;
        height: 375px;
        margin: auto;}
#tFocus-pic{width: 350px;height: 250px;position: relative;margin: 0 auto; float: none;}
#tFocus-pic li{width:338px;height:243px;position:absolute;left:0;top:0;filter:alpha(opacity:0);opacity:0;}
#tFocusBtn{/* height:68px; *//* padding-left:5px; */margin-top:5px;z-index:20;overflow:hidden;padding: 0;float: none;}
#tFocus-btn {
        width: 90%;
        height: 150px;
        /* position: sticky; */
        left: 0;
        bottom: 0;
        overflow: overlay;
        float: inline-start;
        margin: 0px 2px;
        padding: 0;
    }
#tFocus-btn ul{width:100000px;position:absolute;left:0;top:0;}
    #tFocus-btn li {
        height: 72px;
        width: 6.1rem;
        padding-top: 7px;
        /* float: left; */
        align-items: center;
        justify-content: center;
        padding: 0px;
        margin-top: 0;
        margin: 15px 0.12rem 0 0.2rem;
        display: block;
    }
#tFocus-btn li img{border:2px solid #dddddd;width: 93px;height: 70px;}
#tFocus-btn li.active{/* background-position: -451px -100px; */width: 107px !important;margin: 0px;height: 97px !important;flex-direction: column;align-items: center;transition: none;margin: 0px 1.1rem;display: block;padding: 0;}
#tFocus-btn li.active img{/* border:2px solid #ef7800; */width: 105px !important;height: 95px !important;padding: 0;margin: 0 auto;display: block;}
#tFocus-leftbtn,#tFocus-rightbtn{height:40px;margin-top: 7%;width:15px;float:left;text-indent:-9999px;}
#tFocus-leftbtn{margin-right:5px;background-position:-455px -60px;}
#tFocus-rightbtn{background-position:-480px -60px;}
.productRecommend-goods-thumbs-item-title {
    width: 82px;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    padding: 0 6px;
    text-align: center;
    border: 1px solid #cac8c7;
    border-radius: 13px;
    margin: auto;
    margin-top: 15px;
    font-size: 12px;
    transition: all .25s;
    color: #282828;
    display: block;
    text-decoration: none;
}
}