:root {
    --visible-width: 1200px;
    --bg-color: #7f726a;
}
body {
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    cursor:url('../images/导航条/箭头.cur'), auto ;
}

a{text-decoration:none;}

header {
    width: 100%;
    background-color: #7f716a;
    position: fixed;
    top: 0px;
    z-index: 1000;
}


nav {
    height: 90px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: var(--visible-width);
    margin: 0px auto;
    font-size: 16px;
}
.nvalist{
    display: flex;
    cursor:url('../images/导航条/箭头.cur'), auto ;
    height: 45px;
}


.lev1_memu {
    color: #fff;
    text-decoration: none;
    padding: 10px 0px;
    margin-left: 25px;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 400;
}
.lev1_memu:not(.logo,.nvaIcon):hover{
    border-bottom: solid 2px #d44f3c;
}

.lev1_memu_active{
    border-bottom: solid 2px #d44f3c;
}
.lev2_memu{
    color:white;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 3px;
    border-bottom: solid 2px transparent;
}
.PPGS{
    position: relative;
}
.PPGS:hover {
    border-bottom: solid 2px #d44f3c;
}
.PPGS:hover .PPGS_LIST {
     display: block;
}
.PPGS_LIST{
    display: none;
    position: absolute;
    width: 78px;
    height: 90px;
    top: 105%;
    left: -13px;
    border-radius: 5px;
    flex-direction: column;
    text-align: center;
    background-color: var(--bg-color);
    background-color: rgba(127, 114, 106, 0.4);
    padding: 10px 10px;
}
.PPGS_LIST a:hover{
    border-bottom: solid 2px #c67b66;
}
.nvaIcon {
    padding: 0px 0px;
    color: red;
    position: relative;
    margin-left: 0px;
}

.nvaIcon:hover .popup {
    display: block;
}

.popup {
    display: none;
    position: absolute;
    width: 88px;
    height: 88px;    
    top: 90%;
    left: -13px;
    /* border: solid 5px var(--bg-color); */
    border: solid 8px rgba(127, 114, 106, 0.3);
    border-radius: 5px;
}
.nvaIcon> .popup{
    left: -20px;
}
.logo {
    font-size: 0px;
    margin-left: 0px;
}
.container{
    margin-top: 120px;
}
.container:last-of-type{
    margin-bottom: 90px;
}
.container_info{
    width: var(--visible-width);
    margin: 0px auto;
}
.container_info_title{
    text-align: center;
    font-size: 30px;
    margin: 0px auto;
    letter-spacing: 5px;
    font-weight: bold;
    color: #7e7169;
    /* margin-bottom: 4px; */
}
.container_info_title span{
    padding-bottom: 12px;
    border-bottom: solid 3px #d64f3b;
}
.container_info_detail{
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;

}
.container_info_detail_icon{
    display: flex;
    width: 100%;
    margin: 80px auto;
}
.container_info_detail_icon img{
    width: 220px;
    margin: auto;
}
.container_info_detail_icon img:first-child{
    margin-left: 0px;
}
.container_info_detail_icon img:last-child{
    margin-right: 0px;
}
.container_info_detail_left{
    width: 50%;
    line-height: 30px; 
    font-size: 15px;
    color: var(--bg-color);
    letter-spacing: 2px;
}
.container_info_detail_left p{
    margin-left: 50px;
    margin-top: 80px;
    margin-bottom: 80px;
    line-height: 30px;
}
.container_info_detail_right{
    width: 50%;
    text-align: right;
}
.container_info_detail_right img{
    width: 185px;
}
footer{
    background-color: #7f7069;
    color: white;
    overflow: hidden;
}
.footer_container{
    width: var(--visible-width);
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.footer_items{
    width: 750px;
    margin-top: 60px;
}
.footer_items_title{
    height: 50px;
    font-size: 25px;
    font-weight: 600;
}
.footer_items_list{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.footer_item_icon{
    width: 80px;
    position: relative;
}
.footer_item_icon:hover .popup{
    display: block;
}
.footer_item_icon>img{
    width: 80px;
}
.footer_item_icon>a>img{
    width: 80px;
}
.footer_item_name{
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}
.online_shop{
    width: 60%;
    border-bottom: solid 1px #dedddb;
    padding-bottom: 60px;
}
.social_media{
    width: 30%;
    margin-left: 10%;
    border-bottom: solid 1px #dedddb;
    padding-bottom: 60px;
}

.offline_shop{
    width: 60%;
}

.footer_item_info1{
    width: 220px;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.footer_item_info2{
    width: 220px;
    word-wrap: break-word;
}

.company_address{
    width: 30%;
    margin-left: 10%;
    display: flex;
    flex-wrap: nowrap;
}
.Website_Registration_Number{
    text-align: center;
    margin-bottom: 50px;
}