@charset "utf-8";
@font-face {font-family: 'iconfont';
    src: url('../../iconfont/iconfont.eot');
    src: url('../../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../../iconfont/iconfont.woff') format('woff'),
    url('../../iconfont/iconfont.ttf') format('truetype'),
    url('../../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
/* 
|----------------------
|   header
|----------------------
*/
.header{padding: 25px 0;}
.header-wrapper { justify-content: space-between; align-items: center; background-color: #fff;}
.header-logo img{height: 45px;}
.header-right{align-items: center;}

@media (max-width:1000px) {
	.header{padding: 15px 0;}
	.header-logo img{height: 35px;}
}
@media (max-width:768px) {
	.header{padding: 10px 0;}
	.header-logo img{height: 30px;}
}

/* shop */
.header-shop-way{ position: relative; z-index: 1; width: 180px; justify-content: center; align-items: center;}
.header-shop-way:before{position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; line-height: 38px; text-align: center; content: "SHOPPING"; background-color: var(--default); color: #fff;}
.header-shop-way a{ width: 0; display: block; height: 40px; line-height: 38px; font-size: 14px; text-align: center; color: #fff; background-color: var(--default); opacity: 0; visibility: hidden; overflow: hidden; transition: .3s;}
.header-shop-way a i{font-size: 24px; color: #fff;}
.header-shop-way a:hover{background-color: #333; color: #fff;}

.header-shop-way:hover a{width: 90px; opacity: 1; visibility: visible;}

@media (max-width:1200px) {
	.header-shop-way{ width: 120px; }
	.header-shop-way a{ padding: 0 5px; font-size: 12px;}
	.header-shop-way a img{width: 100%;}
	.header-shop-way:hover a{width: 60px; opacity: 1; visibility: visible;}
}

@media (max-width:960px) {
	.header-shop-way{ width: 100px; }
	.header-shop-way:hover a{width: 50px; opacity: 1; visibility: visible;}
}

@media (max-width:768px) {
	.header-shop-way{display: none; }
}


/* burger */
.burger-bg {position: fixed;top: 0;left: 0; z-index: 3378; width: 100%; height: 100%; padding: 60px 15px 20px; background-color: #fff; transition: all .3s;}
.burger-scroll{ height: 100%; overflow-y: auto;}

.burger-logo{position: fixed; top: 10px; left: 15px;}
.burger-logo img{ height: 30px;}


/* close */
.close-burger {position: fixed; top: 15px;right: 15px;width: 34px;height: 29px;}
.close-burger span {position: absolute;top: 17px;left: 6px;width: 25px;height: 1px;background-color: #000;}
.close-burger span:first-child {transform: rotate(45deg);}
.close-burger span:last-child {transform: rotate(-45deg);}

/* active */
.burger-bg-active {visibility: hidden;opacity: 0;transform: translateX(120px);}

/* menu */
.burger-nav { position: relative; padding-top: 20px; height: 100%;}
.burger-nav-lists {}

.burger-nav-lists>li {position: relative; border-bottom: 1px solid #eee;}
.burger-nav-lists>li>a { font-size: 18px; color: #333; line-height: 45px;}


/*  */
.burger-nav-lists li span{position: absolute; top: 14px; right: 15px; width: 8px; height: 8px; border-top: 1px solid #333; border-right: 1px solid #333; transform: rotate(135deg);}

