.breadcrumbsContainer{
    width: 100%;
    background: #F1F2ED;
}
.breadcrumbsView{
    width: 1280px;
    margin: 0 auto;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    height: 68px;
    display: flex;
    align-items: center;
}
.breadcrumbsView a{
    font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 14px;
color: #333333;
line-height: 20px;
}

.priceContainer{
    width: 100%;
    
}
.priceView{
    width: 1280px;
    margin: 0 auto;
}
.priceView .modelTitle{
    margin-top: 30px;
    margin-bottom: 40px;
}

.checkView{
    width: 1280px;
background: #F1F2ED;
border: 1px solid #E9E9E9;
}
.checkView .checkList{
    height: 69px;
    border-bottom: 1px dashed #DADADA;
    display: flex;
    align-items: center;
}
.checkView .checkList:last-of-type {
   
    border-bottom: none;
}
.checkView .checkList .checkListTab{
    width: 68px;
    background-color: #2B9F8F;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 16px;
color: #FFFFFF;
line-height: 22px;
}
.checkView .checkList .checkListItem{
    flex: 1;
    height: 69px;
    display: flex;
    align-items: center;
    padding-left: 17px;
}
.checkView .checkList .checkListItem li{
    cursor: pointer;
height: 28px;
padding: 3px 13px;
margin-right: 11px;
display: flex;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-size: 16px;
color: #333333;
line-height: 22px;
border: 1px solid transparent;
transition: all .5s;
}
.checkView .checkList .checkListItem li:hover{
    border-radius: 4px;
    border: 1px solid #015A57;
}
.checkView .checkList .checkListItem .action{
    border-radius: 4px;
    border: 1px solid #015A57;
}

.priceItemview{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}
.priceItemview>.priceItem{
    display: flex;
    flex-direction: column;
    width: 303px;
    cursor: pointer;
    overflow: hidden;
    margin-right:22px;
   
    margin-bottom: 24px;
    transition: all .5s;
}
.priceItemview>.priceItem:nth-child(4n) {
    margin-right:0px;
}

.priceItemview>.priceItem>.priceImgView{
    padding: 0 !important;
    width: 303px;
height: 287px;
overflow: hidden;
}
.priceItemview>.priceItem>.priceImgView>.priceImg{
width: 100%;
height: 100%;
display: block;
transition: all .5s;
}
.priceItemview>.priceItem:hover {
    transform:translateY(-6px);
    box-shadow: 0 0 16px rgba(0,0,0,.16);
}
.priceItemview>.priceItem:hover .priceImgView .priceImg{
    transform:scale(1.1);
}
.priceItemview>.priceItem>div{
    border: 1px solid #EFEEE7;
    
    padding: 0 20px 24px 20px;
}
.priceItemview>.priceItem>div>.priceTitle{
    font-weight: 600;
font-size: 22px;
color: #333333;
line-height: 30px;
margin-top: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.priceItemview>.priceItem>div>.priceSku{
    margin-top: 10px;
    font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 24px;
font-family: PingFangSC;
}
.priceItemview>.priceItem>div>.priceReference{
    margin-top: 14px;
}
.priceItemview>.priceItem>div>.priceReference>span:first-of-type{
    font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 24px;
font-family: PingFangSC;
}

.priceItemview>.priceItem>div>.priceReference>span:nth-child(2){
    font-weight: 600;
font-size: 30px;
color: #EA570E;
line-height: 30px;
margin-right: 5px;
font-family: PingFangSC;
}
.priceItemview>.priceItem>div>.priceReference>span:nth-child(2)>span{
    font-weight: 600;
font-size: 14px;
color: #EA570E;
line-height: 20px;
font-family: PingFangSC;
}
.priceItemview>.priceItem>div>.priceReference>span:last-of-type{
    font-weight: 600;
font-size: 14px;
color: #333333;
line-height: 20px;
font-family: PingFangSC;
}

.priceItemview>.priceItem>.priceBtn{
    width: 303px;
height: 48px;
background: #EFEEE7;
box-shadow: 0px 3px 9px -1px rgba(0,0,0,0.05);
border-radius: 1px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 500;
font-size: 18px;
color: #333333;
line-height: 25px;
transition: all .5s;
font-family: PingFangSC;
}
.priceItemview>.priceItem:hover .priceBtn{
    background: #015A57;
    font-weight: 500;
font-size: 18px;
color: #FFFFFF;
line-height: 25px;
}