* {
font-family:"微软雅黑";
	padding: 0px;
	margin: 0px;
}
img {
	vertical-align: middle;
}

a{text-decoration: none;}
/**/
/*

    @font-face {
        font-family: pingfang;
        src: url('../fonts/pingfang.ttf');
    }
    */
  

    
     header{
        background-color: #F2F2F2;
    }
    
    .top1{
        padding-top: 10px;
        padding-bottom: 20px;
    }
    
    .top1 img{
        height: 70px;
        margin-left: 15%;
    }
    
    .top2{
        background-color: #541B86;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    
    .topnav {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 74%;
        margin-left: 13%;
    }
    
    .topnav li {
        float: left;
        width: 16.6666%;
        text-align: center;
    }
    
    .topnav li a {
        display: inline-block;
        color: #f2f2f2;
        text-align: center;
        width: 90%;
        padding: 15px 0px;
        text-decoration: none;
        transition: 0.3s;
        font-size: 16px;
        font-weight: bold;
    }
    
    .topnav li a:hover {
        background-color: #3e1265;
    }
    
    .topnav li.icon {
        display: none;
        min-width: 110px;
    }
    
    .topnav li.icon a{
        padding: 15px 20px;
        margin-left: -20px;
    }
    
    .icon p{
        font-size: 12px;
        color: #B299C4;
        font-weight: initial;
        margin-top: 3px;
    }
    
    .icon p img{
        width: 16px;
        vertical-align: middle;
        margin-top: -4px;
    }
    
    .headcart{
        position: absolute;
        right: 9%;
        margin-top: -37px;
        color: #E1D9EB;
        font-size: 14px;
    }
    
    .headcart img{
        vertical-align: middle;
        margin-top: -5px;
    }
    
    @media screen and (max-width:1500px) {
        .headcart{
            right: 7%;
        }
    }
    
    @media screen and (max-width:1200px) {
        .topnav{
            width: 70%;
            margin-left: 15%;
        }
        .headcart{
            right: 6%;
        }
        .topnav li a{
            font-size: 15px;
        }
    }

    @media screen and (max-width:800px) {
        .topnav li a{
            font-size: 14px;
        }

        .headcart{
            right: 4%;
            font-size: 13px;
            margin-top: -32px;
        }

        .headcart img{
            width: 22px;
        }
    }
    
    @media screen and (max-width:750px) {
        .topnav li {
            display: none;
            margin-left: calc(40% - 20px);
        }

        .topnav li a{
            width: 100%;
        }
        
        .topnav li.icon {
            display: block;
            text-align: center;
        }
        
        .top1 img{
            width: 80%;
            height: auto;
            margin-left: 10%;
        }
        
        .topnav li a{
            padding: 10px 0px;
        }
        
        .headcart{
            display: none
        }
    }
    
    @media screen and (max-width:750px) {
        .topnav.responsive {
            position: relative;
        }
        .topnav.responsive li.icon {
            position: relative;
            top: 0;
        }
        .topnav.responsive li {
            float: none;
            display: inline;
        }
        .topnav.responsive li a {
            display: block;
            text-align: center;
        }
    }
/*尾部*/

footer {
	background-color: #541B86;
	width: 100%;
}
.bottom {
	width: 70%;
	margin-left: 15%;
	display: flex;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.b_left {
	width: 100%;
	margin-right: 15px;
}
.b_left>div {
	height: 50%;
}
.b_left_num {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #FFF;
	padding: 0px 5px
}
 .b_left_num>div:nth-child(2) {
}
 .b_left_num>div:nth-child(3) {
 right: 0px;
}
.b_left_num img {
	width: 18px;
	margin-right: 2px;
	margin-top: -2px;
}
.b_left_cop {
	border-top: 1px solid #B2A3C5;
	text-align:center;
	color: #B2A3C5;
}
.b_right img {
	width: 120px;
}
 @media screen and (max-width: 1200px) {
 .b_left_num span {
 display: block;
}
}
 @media screen and (max-width: 900px) {
 .b_left_num {
 font-size: 12px;
}
 .b_left_cop {
 font-size: 12px;
}
}
 @media screen and (max-width: 750px) {
 .bottom {
 width: 100%;
 margin-left: 0px;
 display: block;
 position: relative;
}
 .b_left_num {
 display: block;
 justify-content: initial;
 padding: 5px 20% 15px 20%;
}
 .b_left_num>div {
 margin-top: 10px;
}
 .b_left_num span {
 display: flex;
 line-height: 30px;
}
 .b_right img {
 position: absolute;
 top: 0px;
 right: 20%;
 margin-top: 15px;
}
 .b_left_cop {
 padding: 10px 0px 15px 0px;
}
}
 @media screen and (max-width: 500px) {
 .b_left_num {
 padding: 5px 15px 15px 7%;
}
 .b_left_cop {
 padding: 10px 0px 15px 0px;
}
 .b_right img {
 right: 6%;
 width:60px;
}
}