@charset "UTF-8";



section{
    /*width: 80%;*/
    width: 1440px;
    margin: 50px auto;
    overflow: hidden;
}

/*.detail{*/
    /*display: flex;*/
/*}*/
/*左边图----------------------- 左边图----------------------- 左边图-----------------------*/
section .left{
    float: left;
    /*width: 59%;*/
    /*display: flex;*/
}
section .left>img{
    display: block;
    width: 100%;
    margin-top: 50px;
}
section .left .goodsImg{
    display: flex;
    justify-content: space-between;
}
section .left .goodsImg .bigImg{
    width: 640px;
    /*width: 74%;*/
    /*height: 760px;*/
    display: flex;
    align-items: center;
    background-color: #dedede;
    margin-left: 45px;
}
section .left .goodsImg .bigImg img{
    display: block;
    width: 100%;
    border: 1px solid #e0e0e0;
}
section .left .goodsImg .miImg{
    /*height: 760px;*/
    width: 145px;
    /*width: 17%;*/
}
section .left .goodsImg .miImg div{
    height: 22px;
    cursor: pointer;
    padding: 0 0 10px;
}
section .left .goodsImg .miImg div:last-child{
    padding: 10px 0 0;
}
section .left .goodsImg .miImg div img{
    display: block;
    height: 100%;
    margin: 0 auto;
}
section .left .goodsImg .miImg ul{
    /*max-height: 736px;*/
    overflow-y: hidden;
}
section .left .goodsImg .miImg ul li{
    /*height: 80px;*/
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    background-color: #dedede;
    cursor: pointer;

}
section .left .goodsImg .miImg ul li:last-child{
    margin: 0;
}
section .left .goodsImg .miImg ul li img{
    display: block;
    width: 100%;
    border: 1px solid #e0e0e0;
}




/*右边参数-------------------- 右边参数--------------------右边参数--------------------右边参数--------------------*/
section .right{
    margin-left: calc(830px + 60px);
    /*margin-left: 60px;*/
    /*flex: 1;*/
}
section .right .title p:first-child{
    color: #595757;
    font-size: 20px;
}
section .right .title h3{
    /*font-size: 36px;*/
}
section .right .title p:last-child{
    color: #9FA0A0;
}
section .right ul.parameter{
    margin: 30px auto;
}
section .right ul.parameter li{
    padding: 15px 0;
    border-bottom: 1px dotted #9FA0A0;
    overflow: hidden;
    display: flex;
    align-items: center;
}
section .right ul.parameter li span{
    color: #9FA0A0;
}
section .right ul.parameter li div:not(.color){
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
}
section .right ul.parameter li div.color{
    display: flex;
    align-items: center;
}
section .right ul.parameter li div.color img{
    display: block;
    width: 16px;
    cursor: pointer;
    margin: 0 5px;
}
section .right ul.parameter li div.color img.active{
    outline: 2px solid #C0C0C0;
}

section .right>p.price em{
    font-weight: bold;
    /*font-size: 24px;*/
}
section .right .store{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
section .right .store a{
    width: 49%;
    background-color: #b01f23;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}



.Goods .allGoods{

}
.Goods .allGoods>div{
    position: relative;
}
.Goods .allGoods h4{
    font-weight: normal;
}
/*---------------------------------------*/
.Goods .allGoods .goodsLi{
    overflow: hidden;
}
.Goods .allGoods .goodsLi a{
    float: left;
    width: calc((100% - ( 30px * 4 )) / 5);
    padding: 30px 28px;
    margin: 10px 10px;
}
.Goods .allGoods .goodsLi a:nth-child(4n){
    /*margin-right: 0;*/
}
.Goods .allGoods .goodsLi a:hover{
    box-shadow: 0 0 10px RGBA(0, 0, 0, .15);
}
.Goods .allGoods .goodsLi a>img{
    display: block;
    width: 100%;
}
.Goods .allGoods .goodsLi a .color{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Goods .allGoods .goodsLi a .color div{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 20px 5px 30px;
}
.Goods .allGoods .goodsLi a .color div>img{
    display: block;
    width: 100%;
}
.Goods .allGoods .goodsLi a .color div span{
    display: inline-block;
    width: 50%;
    height: 100%;
}
.Goods .allGoods .goodsLi a .color div span:nth-child(1){
    background-color: #7C7C7C;
}
.Goods .allGoods .goodsLi a .color div span:nth-child(2){
    background-color: #7C7C7C;
}
.Goods .allGoods .goodsLi a h5{
    font-size: 20px;
}
.Goods .allGoods .goodsLi a .cate{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin: 0 auto 20px;*/
    color: #9FA0A0;
}
.Goods .allGoods .goodsLi a>p{
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pros{
    display: flex;
    /*width: 1613px;*/
    margin: 30px auto;
    /*background-color: #fff;*/
}
.pros a{
    flex: 1;
    position: relative;
    padding: 33px 102px 26px 38px;
    height: 216px;
    display: flex;
    align-items: flex-end;
}
.pros a::before{
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 1px;
    background-color: #ccc;
}
.pros a div{
    position: absolute;
    top: 33px;
    left: 38px;
    /*font-size: 24px;*/
    font-weight: bold;
    display: flex;
    align-items: center;
}
.pros a div span{
    margin-right: 12px;
    width: 10px;
    height: 24px;
    background-color: #b01f23;
}
.pros a img{
    display: block;
    width: 70%;
    margin-left: 30%;
    /*margin-top: 16px;*/
}

.crumb{
    display: flex;
    align-items: center;
}
.crumb img{
    width: 12px;
    margin: 0 30px;
}
.crumb span{
    color: #9FA0A0;
    font-weight: bold;
}

/*媒体查询 ------------------ 媒体查询 ------------------ 媒体查询 ------------------*/
@media screen and (max-width: 1500px) {
    .f28{font-size: 22px;}
    section {
        width: 1080px;
        margin: 40px auto;
    }
    section .left .goodsImg .bigImg {
        width: 520px;
    }
    section .left .goodsImg .miImg {
        width: 115px;
    }
    section .right{
        margin-left: calc(680px + 60px);
        /*margin-left: 60px;*/
    }
    .Goods{
        width: 1080px;
    }
    .Goods .allGoods .goodsLi a{
        float: left;
        /*width: calc((100% - ( 20px * 4 )) / 4);*/
        padding: 30px 28px;
        margin: 10px 10px;
    }
    .pros a{
        padding: 27px 51px 20px 20px;
        height: 160px;
    }
    .pros a div{
        top: 25px;
        left: 20px;
    }
    .pros a div span{
        margin-right: 8px;
        width: 6px;
        height: 18px;
    }
    .crumb img{
        width: 10px;
        margin: 0 20px;
    }
}
@media screen and (max-width: 1280px) {
    section .right .title p:first-child{
         font-size: 18px;
     }
    section .right ul.parameter{
        margin: 20px auto;
    }
    section .right ul.parameter li div.color img{
        width: 14px;
    }
    section .right .store{
        margin-top: 40px;
    }
}
@media screen and (max-width: 1080px) {
    .f28{font-size: 18px;}
    section {
        width: 800px;
        margin: 30px auto;
    }
    section .left .goodsImg .bigImg {
        width: 350px;
        margin-left: 18px;
    }
    section .left .goodsImg .miImg {
        width: 80px;
    }
    section .left .goodsImg .miImg ul li{
        margin: 0 auto 10px;
    }
    section .right{
        margin-left: calc(448px + 40px);
        /*margin-left: 40px;*/
    }
    section .right .title p:first-child {
        font-size: 16px;
    }
    section .right ul.parameter{
        margin: 10px auto;
    }
    section .right ul.parameter li{
        padding: 10px 0;
    }
    section .right ul.parameter li div.color img{
        width: 12px;
    }
    section .right .store{
        margin-top: 30px;
    }
    section .right .store a{
        height: 40px;
        line-height: 40px;
    }
    .Goods{
        width: 800px;
    }
    .Goods .allGoods .goodsLi a{
        width: calc((100% - ( 10px * 3 )) / 3);
        padding: 20px 15px;
        margin: 5px 5px;
    }
    .Goods .allGoods .goodsLi a .color div{
        width: 14px;
        height: 14px;
        margin: 15px 5px 18px;
    }
    .Goods .allGoods .goodsLi a h5{
        font-size: 16px;
    }
    .Goods .allGoods .goodsLi a .cate{
        margin:0 auto 15px ;
    }
    .Goods .allGoods .goodsLi a .cate div img{
        width: 38%;
    }
    .Goods .allGoods>a{
        width: 140px;
        height: 45px;
        line-height: 45px;
    }
    .pros{
        margin: 20px auto;
    }
    .pros a{
        padding: 20px 31px 16px 16px;
        height: 130px;
    }
    .pros a div{
        top: 20px;
        left: 16px;
    }
    .pros a div span{
        margin-right: 5px;
        width: 3px;
        height: 15px;
    }
    .crumb img{
        width: 8px;
        margin: 0 15px;
    }
}
@media screen and (max-width: 800px) {
    section{
        width: 90%;
        margin: 5% auto;
    }
    section .left .goodsImg .miImg div{
        height: 18px;
        padding: 0 0 8px;
    }
    section .left .goodsImg .miImg div:last-child{
        padding: 8px 0 0;
    }
}
@media screen and (max-width: 650px) {
    section .right .store{
        margin-top: 20px;
    }
    section .right .store a{
        height: 30px;
        line-height: 30px;
    }
    section .left .goodsImg .miImg div{
        height: 14px;
        padding: 0 0 6px;
    }
    section .left .goodsImg .miImg div:last-child{
        padding: 6px 0 0;
    }
}

@media screen and (max-width: 440px) {
    .f18{font-size: .24rem}
    section .right .title p:first-child{
        font-size: 0.25rem;
    }
    section .right{
        margin-left: 0;
    }
    section .right ul.parameter li{
        flex-flow: wrap;
    }
    section .right ul.parameter li div:not(.color){
        width: 100%;
    }
    section .right ul.parameter{
        margin: 0.1rem auto;
    }
    section .right ul.parameter li{
        padding: 0.1rem 0;
    }
    section .right .store{
        margin-top: 0.4rem;
    }
    section .right .store a{
        height: 0.64rem;
        line-height: 0.7rem;
    }
    section .left{
        margin-bottom: 0.23rem;
    }
    section .left .goodsImg .miImg div{
        height: 0.22rem;
        padding: 0 0 0.1rem;
    }
    section .left .goodsImg .miImg div:last-child{
        padding: 0.1rem 0 0;
    }
    section .left .goodsImg .bigImg{
        width: 76%;
    }
    section .left .goodsImg .miImg{
        width: 17%;
    }
    section .left .goodsImg .miImg ul li{
        margin: 0 auto 0.178rem;
    }
    section .left>img{
        margin-top: 0.5rem;
    }
    .Goods{
        width: 90%;
    }
    .Goods .allGoods h4{
        margin: .2rem auto 0;
        padding: .1rem 0;
        border-bottom: 1px solid #d1d2d2;
    }
    .Goods .allGoods .goodsLi a{
        width: 50%;
        margin: 0;
    }
    .pros{
        margin: 0 auto;
        flex-flow: column nowrap;
        background: transparent;
    }
    .pros a{
        padding: 16px 16px;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
    }
    .pros a img{
        width: 60%;
        margin-left: 0;
    }
    .pros a::before{
        top: 100%;
    }
    .pros a div{
        position: static;
        font-size: 0.36rem;
    }
    .crumb{
        font-size: 14px;
    }
    .crumb img{
        width: 6px;
        margin: 0 10px;
    }
}