*{
    box-sizing: border-box;
}
.identify article{
    padding: 20px 40px;
    width: 874px;
}
.identify aside{
   width: 326px;
    padding-top: 64px;
}
.identify .section{
    border-top: 1px solid #ddd;
    padding-top: 26px;
    margin-top: 16px;
}

.desc{
    color: #595959;
    font-size: 16px;
}
li a{
    color: #595959;
}
article .title{
    margin: 64px auto 20px ;
    font-size: 24px;
    line-height: 30px;

}
article .article{
    
}
article .content{
    text-align: center;
}
article .content span{
    margin-right: 30px;
}
article .mainbody img{
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 10px auto;
    display: block;
}
.mainbody p{
    text-indent: 2em;
    line-height: 30px;
}

article .context{
  margin: 90px auto 56px;

  
}
article .context a{
   width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
aside div.title{
    margin-top: 20px;
    background: #ffe000;
    height: 58px;
    font-size: 20px;
    text-align: center;
    line-height: 58px;
    color: #333333;
    font-weight: bold;
}
aside ul{
    /* list-style: disc inside; */
    border: 1px solid #ddd;
    padding: 23px;
}
aside ul li{
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap

}
ul.hotSearch {
   list-style: none;
   padding: 0;
}
ul.hotSearch li{
    border-radius: 14px;
    color: #595959;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    padding: 0 14px;
    margin:  11px 0 0 14px;
}
.preview-wrap {
    width: 378px;
    overflow: hidden;
}
.preview-wrap .mainImg img{
    width: 100%;
    height: 378px;
    margin-bottom: 10px;
}
.preview-wrap .zoomImg img{
    width: 90px;
    height: 90px;
    /* margin: 10px; */
}
.itemInfo-wrap{
    font-size: 14px;
   position: relative;
    flex: 1;
    padding: 10px 18px 18px 18px;
}
.itemInfo-wrap ul{
    
}
.itemInfo-wrap li{
    line-height: 30px;
}
.itemInfo-wrap .qrcode {
    position: absolute;
    
    top: 10px;
    right: 0;
}
.qrcode{
    width: 118px;
}
.qrcode img{
    margin-bottom: 10px;
    width: 32px;
    height: 32px;
}
.qrcode .kfQRcode{
    display: none;
    width: 118px;
    height: 118px;
}
.qrcode:hover .kfQRcode{
    display: block;
}
.itemInfo-wrap li{
    display: flex;
    
}
.itemInfo-wrap li span{
    /* display: inline-block; */
  
}
.itemInfo-wrap li>span:first-child{
    width: 90px;
    
} 
.itemInfo-wrap li>span:nth-child(2){
    width: 300px;
    
}
.identify .section .product-intro{
    padding-bottom: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 5px 10px #F7F6F6;
}

.contact p{
    position: absolute;
    bottom: 17px;
    left: 50%;
    margin-left: -130px;
    border-radius: 2px;

    
}
.contact:hover .view{
    display: none;
}