*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
	scroll-behavior: smooth;
}
body,html{
	width: 100%;
	height: auto;
}

img {
	display: block;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none
}
svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}
/*单行省略*/

.omit1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.omit2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.omit3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content{
	width: 100%;
	max-width: 1165px;
    height: auto;
	margin: auto;
}

.nycontent{
	width: 100%;
	max-width: 1600px;
    height: auto;
	margin: auto;
}

/* 顶部 */
.head{
	width: 100%;
	height: 80px;
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(14px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	
}
.headleft {
	display: block;
	position: absolute;
	top: 80px;
	left: 0;
	width: 43.5%;
	height: 1px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.headright {
	display: block;
	position: absolute;
	top: 80px;
	right: 0;
	width: 43.5%;
	height: 1px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* .head >>> .cls-1 {
    fill: #fff;
    opacity: 0.2;
	backdrop-filter: blur(14px);
} */
.pc_nav{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nav_title{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
    z-index: 9997;
}
.nav_title li{
	width: 15%;
}
.nav_title li:nth-child(n+4){
	text-align: right;
}

.nav_title li a{
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.nav_title li.nav_actives i{
	display: block;
}

.nav_title li i{
	display: none;
	width: 2px;
	height: 10px;
	background: #E72410;
	margin-left: 30px;
}
.nav_title li:nth-child(n+4) i{
	margin-right: 30px;
	margin-left: auto;
}
.logoindex{
	position: absolute;
    top: -120px;
    left: 50%;
    transform: translate(-50%,0);
    width: 315px;
    height: 250px;
    padding-bottom: 20px;
	z-index: 995;
	border-radius: 50%;
    overflow: hidden;
}
.logoa {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translate(-50%,0);
    width: 144px;
    height: 144px;
    padding-bottom: 20px;
    z-index: 99999;
    border-radius: 50%;
    overflow: hidden;
}
.logobg{
	position: fixed;
	top: 80px; 
	left: 50%;
	transform: translate(-50%,0);
	overflow: hidden;
	width: 315px;
	height: 62px;
	z-index: 9;
}
.logobg div{
	width: 315px;
    height: 250px;
	background-image: 
	linear-gradient(rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0.2)50%);
	backdrop-filter: blur(14px);
	position: absolute;
	top: -201px;
	left: 0;
	border-radius: 50%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.logoindex a{
	display: block;
	/* margin:67px auto 0; */
	margin:132px auto 0;
	width: 115px;
	height: 104px;
	background-image: url('../img/logo.svg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 0 0;
}
.mallbutton{
	width: 10%;
	min-width: 170px;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    right: 48px;
    transform: translate(0%,-50%);
}
.mallbutton a{
	display: block;
    width: 47%;
    height: auto;
    overflow: hidden;
}
.mallbutton a img{
	width: 20px;
	height: 20px;
	float: left;
}
.mallbutton p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	float: right;
}

.foot{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url('../img/bg@2x.png');
	background-size: 100% 100%;
	background-position:center;
	background-repeat: no-repeat;
}
.foottop{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding: 160px 160px 0 160px;
}
.foottopleft{
	width: 13%;
	height: auto;
}
.footStore{
	font-size: 50px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

/* 新加 */
.main{
	width: 5.3rem;
    margin: auto;
    position: relative;
    z-index: 2;
    height: 2.2rem;
    overflow: hidden;
    padding-top: 0.15rem;
}



.footAllstore{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	background-image: url('../img/icon_right_d.svg');
	background-size: 20px 20px;
	background-position: 58% 64%;
	background-repeat: no-repeat;
}
.foottopmiddle{
	width: 48%;
	height: auto;
}
.foottopright{
	width: 28.13%;
	height: auto;
	overflow: hidden;
}
.footchannel{
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin:60px auto 0;
}
.dotCircle{
	width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}
.dotCircle .itemDot {
    display: flex;
	align-items: center;
	justify-content: center;
    width: 100px;
	height: 100px;
	background: transparent;
	border-radius: 50%;
    position: absolute;
    z-index: 3;
    cursor: pointer;
}
.itemDot img{
	width: 60px;
	height: 60px;
}
.itemDot2 img{
	transform: rotate(-45deg);
}
.dotCircle .itemDot1{
	top: 129px;
	left: 17px;
}
.dotCircle .itemDot2{
	top: 30px;
    left: 66px;
}
.dotCircle .itemDot3{
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.dotCircle .itemDot4{
	top: 30px;
	right: 66px;
}
.dotCircle .itemDot5{
	top: 129px;
	right: 17px;
}
.dotCircle .itemDotact {
    background: #E71A10;
}
.dotCircle .itemDot.active {
    background: #34495e;
    color: #fff;
    transition: 0.5s;
}
.contentCircle{
	width: 200px;
    height: auto;
    border-radius: 100%;
    position: relative;
    top: 137px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.contentCircle .CirItem{
	display: none;
}
.contentCircle .ciractive{
	display: block;
}
.CirItem{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.CirItem img{
	width: 150px;
	height: 150px;
	display: block;
	margin: auto;
}
.CirItem p{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-top: 12px;
}

.footmiddle{
	width: 100%;
	height: 145px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F5F5F5;
	/* padding: 70px 27px; */
}
/* 新加 */
.brand_search {
	width: 100%;
	height: 54px;
	background: #FFFFFF;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 10px 10px 18px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 0.45rem;
}
.brand_search input {
	border: none;
	outline: none;
	width: 85%;
	height: 100%;
	background-color: transparent;
	font-size: 16px;
}
.brand_search .button {
	width: 70px;
	height: 40px;
	background: #E71A10;
	border-radius: 10px;
	font-size: 14px;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.addressList {
	width: 105%;
	height: 26.3vw;
	overflow-y: auto;
	padding-right: 4%;
}
/* 修改滚动条样式 */
.addressList::-webkit-scrollbar {
	width: 6px;
	background-color: #E5E3E1;
}
.addressList::-webkit-scrollbar-track {
	background-color: #E5E3E1;
}
.addressList::-webkit-scrollbar-thumb {
	background-color: #ccc;
}
.addressList .address_item {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 12px 21px;
	margin-bottom: 9px;
	cursor: pointer;
}
.addressList .name {
	font-size: 18px;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: #333333;
	padding-bottom: 12px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 18px;
}
.addressList .infobox {
	display: flex;
	align-items: flex-start;
}
.addressList .infobox .infos {
	font-size: 14px;
	font-family: Microsoft YaHei UI;
	font-weight: 400;
	color: #333333;
	width: 90%;
	padding-left: 16px;
	box-sizing: border-box;
	line-height: 20px;
}



.footlogo{
	width: 184px;
	height: 58px;
}
.footlogo img{
	width: 100%;
	height: 100%;
}
.footnav{
	width: 64.31%;
	height: auto;
	overflow: hidden;
	margin-left: 170px;
}
.footNavtitle{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.footNavtitle li a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.footFilings{
	width: 100%;
	height: 52px;
	border-top: 1px solid #E6E6E6;
	background-color: #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.footFilings a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}
.footFilings a:hover{
	color: #505050;
}
.mobile{
	display: none;
}
@media screen and (max-width: 1726px){
    .mallbutton a {
		width: 47%;
	}
	.nav_title li {
		width: 10%;
	}
	.pc_nav {
		max-width: 1000px;
	}
	.mallbutton {
		width: 11%;
	}
	.footAllstore{
	    background-position: 75% 64%;
	}
}
@media screen and (max-width: 1650px){
    .mallbutton a {
		width: 47%;
	}
	.nav_title li {
		width: 10%;
	}
	.pc_nav {
		max-width: 1000px;
	}
	.mallbutton {
		width: 11%;
		right:  28px;
	}
	.foottopmiddle{
	    width: 40%;
	}
	.foottopright{
	    width: 36.13%;
	}
}
@media screen and (max-width: 1500px){
	.mallbutton {
		width: 12%;
		right:  18px;
	}
	.footAllstore{
	    background-position: 100% 64%;
	}
}
@media screen and (max-width: 1440px){
    .pc_nav{
        max-width: 900px;
    }
} 
@media screen and (max-width: 1366px){
    .pc_nav{
        max-width: 900px;
        margin-left: calc(50% - 500px);
    }
    .logoindex,.logobg{
        left: calc(50% - 30px);
    }
}
@media screen and (max-width: 1350px){
    .foottop{
        padding: 160px 60px 0px;
    }
   .foottopmiddle{
	    width: 36%;
	}
	.foottopright{
	    width: 40.13%;
	}
}
@media screen and (max-width: 1270px){
   
}
@media screen and (max-width: 1200px){
    .pc_nav{
        max-width: 800px;
        margin-left: calc(50% - 430px);
    }
    .logoindex,.logobg{
        left: calc(50% - 20px);
    }
    .foottopleft{
        min-width: 105px;
    }
    .footAllstore{
        font-size: 20px;
	    background-position: 100% 64%;
	}
	.footnav{
	    margin-left: 50px;
	}
}
@media screen and (max-width: 1130px){
   
}
@media screen and (max-width: 1100px){
    .mallbutton {
		width: 5%;
		min-width: 50px;
		right: 8px;
	}
	.mallbutton p{
		display: none;
	}
}
@media screen and (max-width: 1000px){
    .foottop{
        padding: 60px 60px 0px;
        flex-wrap: wrap;
    }
    .foottopleft,.foottopmiddle,.foottopright{
	    width: 100%;
	    margin-bottom: 12px;
	}
	.footAllstore{
	    background-position: 11% 64%;
	}
}
@media screen and (max-width: 900px){
    .pc_nav{
        max-width: calc(100% - 40px);
        margin: 0px 20px;
    }
    .logoindex, .logobg{
        left: calc(50% + 15px);
    }
    .mallbutton {
	    display: none;
	}
}
@media screen and (max-width: 800px){
	.breadNav {
		margin: 85px auto 0 !important;
	}
	.newbreadNav{
		margin: 30px auto 0 !important;
	}
	.nycontent {
		width: 92%;
	}
    .head,.logobg,.aboutRight{
		display: none;
	}
	.mobile{
		display: block;
	}
	.foottop {
		display: block;
		padding: 30px 30px 0 30px;
	}
	.foottopleft {
		width: 100%;
	}
	.footStore {
		font-size:24px;
	}
	.footAllstore {
		font-size: 16px;
		background-size: 16px 16px;
    	background-position: 21% 64%;
	}
	.foottopmiddle {
		width: 100%;
	}
	.brand_search {
		height: 38px;
		margin-top: 8px;
	}
	.brand_search .button {
		height: 30px;
	}
	.addressList {
		width: 100%;
		height: 220px;
		padding-right: 2%;
	}
	.addressList .address_item {
		border-radius: 5px;
		padding: 10px 10px;
		margin-bottom: 6px;
	}
	.addressList .name {
		font-size: 16px;
		padding-bottom: 6px;
		margin-bottom: 9px;
	}
	.addressList .infobox .infos {
		font-size: 12px;
		width: 100%;
		padding-left: 6px;
		line-height: 16px;
	}
	.foottopright {
		width: 100%;
		margin-top: 12px;
	}
	.footchannel {
		height: 234px;
		margin: 12px auto 0;
	}
	.dotCircle .itemDot {
		width: 60px;
		height: 60px;
	}
	.itemDot img {
		width: 45px;
		height: 45px;
	}
	.dotCircle .itemDot1 {
		top: 84px;
		left: 0px;
	}
	.dotCircle .itemDot2 {
		top: 30px;
		left: 60px;
	}
	.dotCircle .itemDot4 {
		top: 30px;
		right: 60px;
	}
	.dotCircle .itemDot5 {
		top: 84px;
		right: 0px;
	}
	.contentCircle {
		width: 150px;
		top: 72px;
	}
	.CirItem img {
		width: 120px;
		height: 120px;
	}
	.CirItem p {
		font-size: 14px;
		margin-top: 6px;
	}
	.footnav{
		display: none;
	}
	.footlogo {
		width: auto;
		height: 48px;
	}
	.footmiddle {
		height: 75px;
	}
	.footFilings {
		width: 100%;
		height: auto;
		flex-wrap: wrap;
		font-size: 14px;
		padding: 10px 30px;
		text-align: center;
	}
	
}
@media screen and (max-width: 450px){
    
}
@media screen and (max-width: 380px){
    
}
@media screen and (max-width: 320px){
    
}