.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;
}

.infoContainer {
    margin: 40px 0;
}

.infoView {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    /* justify-content: space-between; */
}

.infoLeft {
    width: 520px;
    height: 490px;
    margin-right: 25px;
}

.infoLeft img {
    width: 100%;
    height: 100%;
}

.infoRight {
    width: 725px;
    height: 490px;
    background: #F1F2ED;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.infoRight .bottom{
    height: 91px;
}
.infoRight .bottom a{
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 40px;
    background-color:#E5E7DD;
    font-size: 20px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: white;
}
.infoRight .bottom a img{
    margin-right: 10px;
}
.infoRight .bottom a span:nth-of-type(1){
    margin-right: 10px;
    display: inline-block;
    font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 20px;
color: #333333;
line-height: 28px;
}
.infoRight .bottom a span:nth-of-type(2){
    margin-right: 10px;
    display: inline-block;
    font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 16px;
color: #333333;
line-height: 22px;
}

.infoRight .bottom a span:nth-of-type(3){
    font-family: DINEngschrift, DINEngschrift;
    font-weight: normal;
    font-size: 30px;
    color: #015A57;
    line-height: 36px;
}


.infoText {
    padding: 30px 40px 30px 40px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 0;
    margin-top: 18px;
}

.infoText div {
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    padding: 6px 25px 6px 0;
    min-width: 28%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.infoText div span {
    color: #666666;
}
.infoTitle{
    margin-top: 50px;
    padding:0 40px;
    font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 22px;
color: #333333;
line-height: 30px;
}

.infoPrice {
    padding:0 40px;
    margin-top: 12px;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    font-family: PingFangSC, PingFang SC;
    
}

.infoPrice i {
    color: #EA570E;
}

.infoPrice b {
    font-size: 34px;
}
.infoBtn{
    display: flex;
    padding:0 40px;
    margin-top: 30px;
}
.infoBtn div{
    width: 237px;
height: 56px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
transition: all .5s;
}
.infoBtn div:hover{
    opacity: .88;
}
.infoBtn div span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}
.infoBtn .leftBtn{
background: #015A57;
margin-right: 30px;
}
.infoBtn .rightBtn{
    background: #2B9F8F;
    }
.infoBtn div img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

.descView{
    width: 1280px;
height: 998px;
background: #FFFFFF;
border: 1px solid #EFEEE7;
margin: 0 auto;

}
.descTitle{
    margin:24px 42px 30px 30px;
    padding-bottom: 24px;
    font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 24px;
color: #333333;
line-height: 33px;
border-bottom: 1px solid #E5E5E5;
}
.descName{
    font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 40px;
color: #333333;
line-height: 56px;
text-align: center;
}
.descView .desc{
    font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 18px;
color: #333333;
line-height: 25px;
text-align: center;
margin: 4px 0 40px 0;
}
.descImg{
    width: 606px;
height: 574px;
margin: 0 auto;
display: block;
}
.descTip .tipTitle{
    font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 18px;
color: #333333;
line-height: 25px;
margin:23px 42px 6px 30px;
}

.descTip .tipText{
    font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 28px;
margin:0 42px 0px 30px;
}

.aboutView{
    width: 1280px;
    margin: 0 auto;
}

.aboutView .title{
    margin-top: 40px;
    margin-bottom: 8px;
    font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 30px;
color: #333333;
line-height: 42px;
}
.aboutView .line{
    width: 27px;
height: 3px;
background: #015A57;
margin-bottom: 20px;
}
.aboutList{
    display: flex;
}

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

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

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

.aboutList>.aboutItem>.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;
}
.aboutList>.aboutItem:hover .priceBtn{
    background: #015A57;
    font-weight: 500;
font-size: 18px;
color: #FFFFFF;
line-height: 25px;
}

.lookMoreBtn{
    width: 250px;
height: 53px;
background: #015A57;
border-radius: 27px;
font-weight: 600;
font-size: 20px;
color: #FFFFFF;
line-height: 28px;
display: flex;
align-items: center;
justify-content: center;
margin: 30px auto 80px;
cursor: pointer;
}