:root{
    --black: #000000;
    --grey:#989898;
}
.series{
    width: 415px;
}
.series .wrap .series-nav{
    display: block;
    background: var(--black);
    padding: 11px 0px;
    padding-left: 19px;
    color: #fff;
    border-radius: 30px;
    /*cursor: pointer;*/
}

.series .wrap .series-nav .arrow-right img{
    width: 12.5px;
    height: 8.5px;
    margin-left: 15px;
}

.sub-nav .wrap{
    padding: 0 19px;
}
.sub-nav .wrap .sub-nav-item{
    padding: 15px 10px;
    background: #F5F5F5;
    border-bottom: 1px solid #c9c9c9;
}
.sub-nav .wrap .sub-nav-item:last-child{
    border-bottom: none;
}
.sub-nav .wrap .sub-nav-item .icon img{
    display: none;
}
.sub-nav .wrap .active .icon img{
    display: inline-block;
}
.sub-nav .wrap .sub-nav-item:last-child{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.sub-nav .wrap .sub-nav-item .icon{
    margin-right: 15px;
    display: inline-block;
    width: 15.9px;
    height: 15.4px
}
.sub-nav .wrap .sub-nav-item .icon img{
    width: 15.9px;
    height: 15.4px
}

.tips-icon img{
    width: 10.8px;
    height: 10.8px;
}

.line img{
    height: 2px;
}
.goods-info-box .tips{
    align-items: center;
    padding: 56px 0px 32px;
}
.goods-info-box .tips .tip-item:nth-of-type(3){
    margin-right: 87px;
}
.goods-info-box .tips .tip-item:nth-of-type(3) .tips-icon img{
    height: 2px;
}
.goods-info-box .tips .tip-item{
    font-size: 14px;
    margin-right: 44px;
}
.goods-info-box .tips .tip-item .active,.goods-info-box .tips .tip-item .default{
    font-size: 18px;
}
.goods-info-box .tips .tip-item .active{
    color: var(--black);
}
.goods-info-box .tips .tip-item span{
    color: #A1A1A1;
}
.table{
    /*width: 415px;*/
    display: inline-block;
    border: 2px solid #efefef;
}
.table .table-wrap{

}
.table .table-wrap .table-item .table-top .top-item{
    min-width: 206px;
    height: 221px;
    border-left: 2px solid #E6E6E7;
    justify-content: center;
    align-items: center;
    border-right: none;
    flex:1;
}

.table .table-wrap .table-item .table-top .top-item:nth-child(1){
    min-width: 206px;
    height: 221px;
    border-left: none;
    justify-content: center;
    align-items: center;
    border-right: none;
    flex:1;
}

.table .table-wrap .table-item .table-top .info{
    margin-bottom: 17px;
    cursor: pointer;
}
.table .table-wrap .table-item .table-top .cont .img{
    text-align: center;
    margin-bottom: 15px;
}

.table .table-wrap .table-item .table-top .cont .img img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.table .table-wrap .table-item .table-title .wrap{
    padding:12px 0px;
    padding-left: 24px;
    height: 52px;

}
.table .table-wrap .table-item .table-title .wrap span{
    font-size: 19px;
    color: #1C1C1C;
}
.table .table-wrap .table-item .table-title .wrap .icon{
    margin-left: 8px;
}
.table .table-wrap .table-item .table-title .wrap .icon img{
    width: 13px;
    height: 8.8px;
}
.table .table-wrap .table-item .left-title{
    border-right:2px solid #E6E6E7;
    border-bottom:2px solid #E6E6E7;
    flex: 1;
}

.text-center{
    text-align: center;
}
.bg-e5{
    background: #E5E5E5;
}
.bg-f2{
    background: #F2F2F2;
}
.ps-rel{
    position: relative;
}

.product-list{
    position: absolute;
    top: 160px;
}

.product-list .product-wrap{
    padding: 20px 0px;
}

.product-list .product-wrap .product-top{
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0px 25px;
}

.product-top .close img{
    width: 20px;
    height: 15px;
}
.product-top .logo img{
    width: 50px;
    height: 10px;
}
.product-list .product-wrap .search .search-wrap{
    position: relative;
    padding: 0px 25px;
}
.product-list .product-wrap .search .search-wrap input{
    width: 100%;
    background: #eeeeee;
    padding: 10px 15px;
    border-radius:4px;
    color: #898989;
}

.product-list .product-wrap .search .search-wrap .sc img{
    width: 15px;
    height: 15px;
    position: absolute;
    right: 35px;
    top: 12px;
    cursor: pointer;
}

.table .table-wrap .table-item .left-title{
    padding: 15px 25px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.table .table-wrap .table-item .left-title .wrap{
}
.table .table-wrap .table-item .left-title .wrap span{
    color: #252525;
    font-size: 15px;
    word-wrap: break-word;
    word-break: break-all;
}
.grey{
    color: var(--grey);
}

.btn{
    width: 51.2px;
    height: 28.1px;
    background: #EFEFEF;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    transition:all 0.8s ease;
    margin: 0 auto;
}
.btn .circle{
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    transition:all 0.5s ease;
}
.btn.active{
    background: var(--black);
}
.product-info {
    margin-top: 20px;
}
.product-info .left-nav .nav-list .nav-item{
    margin-bottom: 20px;
    width: 98px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-info .left-nav .nav-list .nav-item span{
    font-size: 12px;
    color: #898989;
    cursor: pointer;
    width: 70px;
    display: inline-block;
}

.product-info .left-nav .nav-list .nav-item.active:after{
    top: 5px;
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background: #000;
    position: absolute;
    left: 0px;
}

.product-info .left-nav .nav-list .nav-item.active span{
    color: #000;
    font-size: 14px;
}

.info-list{
    flex: 0.95;
}
.info-list .info-item{
    align-items: center;
    background: #F2F2F2;
    border-radius: 15px;
    padding: 10px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    justify-content: space-between;
}
.info-list .info-item .product-title{
    margin-left: 10px;
    flex: 1;
}
.info-list .info-item .product-title .title{
    overflow: hidden;
    width: 120px;
    font-size: 14px;
}


 .product-img img{
    width: 80px;
    height: 60px;
    object-fit: contain;
}

.info-list .info-item .select{
    flex: 1;
}
.info-list .info-item .select input{
    float: right;
}

.p-father .button{
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    cursor: pointer;
}

.p-father {
    width: 351px;
    height: 590px;
    background: #ffffff;
    border-radius: 25px;
}

.p-father .over{
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.top-navgation .wrap-nav{
    padding-left: 25px;
    align-items: center;
    margin-top: 10px;
}
.top-navgation .wrap-nav .select-tips{
    background: #000;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 25px;
}
.top-navgation .wrap-nav .attr-params{
    overflow-x: scroll;
    height: 50px;
}
.top-navgation .wrap-nav .attr-params .params-item {
    height: 25px;
    user-select: none;
}
.top-navgation .wrap-nav .attr-params .params-item span{
    font-size: 12px;
    color:#898989;
    cursor: pointer;
    padding: 4px 15px;
    width: 50px;
    display: block;
    text-align: center;
}
.top-navgation .wrap-nav .attr-params .params-item.active{
    background: #F2F2F2;
    border-radius: 8px;
}

