*{
    margin: 0;
    padding: 0;
}

.page_content_wrap{
    padding: 70px 0px 35px;
}
.contents_wraps{
    max-width: 1200px;
    margin: 0px auto;
}
.content{
    position: relative;
    display: flex;
    
}
.content_img img{
    width: 252px;
    height: 302px;
    border: 1px solid black;
    border-radius: 10px;
    
}
.content_img h3{
    font-size: 16px;
    font-family: Roboto, sans-serif;
    margin: 19.6px 0px 6.5px;
}
.content_img{
    padding: 0px 50px 50px 0px;
}
.view_more{
    margin: 0px 0px 4px 4px;
    padding: 9.8px 26px;        
}
a{
    text-decoration: none;
    color: white;    
}
button{
    background: black;
}
.about_header{
    height: 130px;    
    /* border: 1px solid red; */
    background-color: #F4F7F9;
}
.about_header_in{
    max-width: 1200px;     
    margin: 0px auto;        
    /* padding: 10px;     */
    box-sizing: border-box;
    color: black;
    /* border: 1px solid salmon; */
    padding: 45px 0px
    
}
.breadcrumbs{
    position: relative;
    float: right;
    font-size: 12px;
    margin-top: 20px;
    
}
.breadcrumbs a{
    position: relative;
    text-decoration: none;
    color: gray;
    
    /* border: 1px solid green; */
}
h1{
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 300;
}

.contents_wraps .content .content_img:hover img{
    transform: scale(.9);    
}
.logo{
    width: 240px;
}

table{
    width: 579px; 
    table-layout: fixed; 
    word-break: break-word; 
    line-height: 21px; 
    color: rgb(34, 34, 34); 
    font-family: Roboto, Arial, "Microsoft YaHei", sans-serif; 
    background-color: rgb(255, 255, 255);
    
}

th{
    padding: 10px 20px 15px 10px; 
    font-weight: 500; 
    word-break: break-word; 
    color: rgb(136, 136, 136); 
    vertical-align: top;
    width: 150px;    
    
}
td{
    padding: 10px 10px 15px;
    
}

table,th,td{
    border: 1px solid rgb(136, 136, 136);
    border-collapse: collapse;

}
img{
    width: 560px;
    height: 590px;
    border-radius: 10px;
}
.product_pre img{
    box-shadow: -8px 11px 4px #f5f5f5;
}
.product_pre{
    padding: 0px 15px;
    width: 560px;
    margin: 0px 20px;
    
}
h2{
    margin: 20px 0px 10px;
    font-size: 30px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.1;
    color: #333; 
    font-weight: 500;   

}
.attr-line{
    border-bottom: 1px solid rgb(233, 238, 244); 
    margin: 0px 0px 15px; 
    color: rgb(34, 34, 34); 
    font-family: Roboto, Arial, "Microsoft YaHei", sans-serif;
}
@media(max-width: 700px) {
    .content{
        flex-direction: column;
    }
    .product_pre{
        width: auto;
    }
    .product_pre img{
        width: 100%;
        height: auto;
    }
    table{
        width: auto;
    }
}