.header {
	height: 44px;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 0 15px 0 19px;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
}

body a {
	color: #333333;
}

.logo-container {
	display: flex;
	font-size: 14px;
    align-items: center;
}

.logo-container .icon {
	height: 30px;
    height: 30px;
    margin-right: 6px;
}

.tool-container {
	display: flex;
	font-size: 14px;
    align-items: center;
}

.header .icon {
	height: 30px;
    height: 30px;
    margin-right: 6px;
}

.header .icon.avatar {
	width: 30px;
	border-radius: 50%;
}

.header .weui-icon-clear, .weui-icon-search {
	font-size: 14pt;
	color: #333333;
}

.header a {
	line-height: 1;
	font-size: inherit;
	font-family: -apple-system-font,Helvetica Neue,sans-serif;
}

.show {
	display: flex !important;
}

.hide {
	display: none !important;
}

.base-button__BaseFrame-sc-10my82n-0 {
	margin-bottom: 48px !important;
	margin-left: 8px !important;
}

@font-face {
    font-family: SourceHanSansCN-Bold;
    src:url('/bundles/zdiscount/mobile/font/SourceHanSansCN-Bold.otf');
}

@font-face {
    font-family: SourceHanSansCN-Medium;
    src:url('/bundles/zdiscount/mobile/font/SourceHanSansCN-Medium.otf');
}

@font-face {
    font-family: SourceHanSansCN-Normal;
    src:url('/bundles/zdiscount/mobile/font/SourceHanSansCN-Normal.otf');
}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */} 
@media only screen and (max-device-width :480px){ } 
@media only screen and (min-device-width :481px){ } 

/*6*/ 
@media (min-device-width : 375px) and (max-device-width : 667px) and (-webkit-min-device-pixel-ratio : 2){

} 

/*6+*/ 
@media (min-device-width : 414px) and (max-device-width : 736px) and (-webkit-min-device-pixel-ratio : 3){
	
} 

/*魅族*/ 
@media only screen and (min-device-width :1080px) and (-webkit-min-device-pixel-ratio : 2.5){ } 

/*mate7*/ 
@media only screen and (min-device-width :1080px) and (-webkit-min-device-pixel-ratio : 3){ } 

/*4 4s*/ 
@media only screen and (device-height :480px) and (-webkit-device-pixel-ratio:2){ } 