﻿
/*头部 start*/


/*头部logo*/

.header_pc {
	background: #fff;
}
.body_scroll .header_pc
{
    display:none;
}
.header_main {
	width: 1200px;
	margin: 0 auto;
}

.headpc_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 30px;
}

.headlogoinfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	border-left: 1px solid #ddd;
	padding-left: 34px;
	box-sizing: border-box;
	margin-left: 30px;
	font-size: 14px;
	width: 960px;
}

.headlogoinfo.headerhas {
	border-left: none;
}

.headlogodesc {
	line-height: 1.3;
	color: #333;
	font-size: 20px;
	width: auto;
	flex:1;
}
.headlogo
{  
    width: 206px;
    height: 38px;
}
.headlogo img
{
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.joinflex {
	display: flex;
}

.joinflex a {
	text-decoration: none;
	font-size: 14px;
	color: #021d4a;
}

.joinline {
	width: 1px;
	height: 16px;
	background: #ddd;
	display: flex;
	margin: 0 10px;
}


/*搜索*/

.header_search {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.catalogblank {
	position: absolute;
	left: 0px;
	top: 16px;
	z-index: 9;
}

.header_search .cataloglist {
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	width: 204px;
	height: 38px;
	cursor: pointer;
	font-size: 18px;
	color: #333; 
}

.cataloglist.selectdown {
	border: 1px solid #ddd;
	border-radius: 4px 4px 0px 0px;
	border-bottom: none;
}

.cataloglistul {
	background: #fff;
	width: 360px;
	border-radius: 0px 4px 4px 4px;
	padding: 0px 15px;
	padding-top: 20px;
	position: relative;
	border: 1px solid #ddd;
	box-sizing: border-box;
	margin-top: -1px;
	display:none;
}

.cataloglistul:after {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 202px;
	height: 1px;
	background: #fff;
	margin-top: -1px;
}

.cataloglistul li {
	list-style: none;
	padding-bottom: 18px;
	word-break: break-all;
}

.cataloglistul li a {
	text-decoration: none;
	font-size: 14px;
	color: #333;
}
.cataloglistul li a:hover {
	color: #009eff;
}
.header_search .cataloglist img {
	width: 20px;
	height: 20px;
	display: flex;
	margin-right: 6px;
	margin-left: 13px;
}

.listarrow {
	width: 6px;
	height: 6px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: rotate(45deg);
	display: flex;
	margin-left: 24px;
}

.selectdown .listarrow {
	transform: rotate(-135deg);
	margin-top: 4px;
}

.header_searchright {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.headinputblank {
	display: flex;
	border-radius: 4px;
	overflow: hidden;
	justify-content: flex-end;
}

.headinput {
	width: 644px;
	height: 38px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	border-radius: 4px 0px 0px 4px;
	border-right: 0px;
}

.headerhas .headinput {
	width: 530px;
}

.headinputblank button {
	width: 120px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #009EFF;
	font-size: 14px;
	color: #fff;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
}

.headinputblank button img {
	margin-right: 6px;
	width: 17px;
	height: 17px;
}

.requestbtn {
	width: 176px;
	height: 38px;
	display: flex;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #009EFF;
	border-radius: 4px;
	overflow: hidden;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	box-sizing: border-box;
}


/*移动的头部*/

.header_move {
	background: #fff;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	top: 0px;
	height: 70px;
	z-index: 9;
	display: none;
}
.body_scroll .header_move
{
	display: flex;
	box-shadow: 0px 1px 16px 4px rgba(28, 21, 10, 0.06);

}
.movemain {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
}

 
.header_mobile {
	display:none;
}
.m_searchblank{
	display:none;
}

/* 商铺头部 start */
.shop_header_main 
{
    background:#fff;    
	width: 1280px;
	margin: 0 auto;
}

.shop_headpc_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height:45px;
}
.shop_headlogo
{  
    width: 103px;
    height: 19px;
}
.shop_headlogo img
{
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.shop_headlogoinfo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 25px;
	border-left: 1px solid #ddd;
	padding-left: 30px;
	box-sizing: border-box;
	margin-left: 30px;
	font-size: 14px;
	flex: 1;
}

/* 商铺头部 end */

/*头部 end*/
 

/*440分辨率以下（小于479px）*/

@media only screen and (max-width: 479px) 
{ 
    /*电子商铺头部*/
	.shop_header_main
	{
	    width: 100%;
        padding: 10px 15px;
        box-sizing: border-box;
        background:#fff;
        border-bottom: 1px solid #eee; 
    }
    .shop_headlogoinfo
    {
        height: auto;
        border-left: none;
        padding-left: 0px;
     }
     .shop_headpc_top
     {
        height: auto;
     }
	/*移动端头部*/ 
	.header_pc,
	.header_move {
		display: none;
	}
	.header_mobile {
		height: auto;
		background: #fff;
		box-sizing: border-box;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		top: 0;
        width: 100%;
        z-index:9;
	}
	.body_scroll .header_move
    {
	    display: none;
    }
    .body_scroll .header_mobile
    {
	    position:fixed;
    }
	.m_headtop {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 15px;
		height: 50px;
		box-sizing: border-box;
		width:100%;
	}
	.m_headlogoinfo {
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-left: 1px solid #ddd;
		padding-left: 13px;
		box-sizing: border-box;
		margin-left: 13px;
		font-size: 14px;
		line-height: 1.2;
		width:100%;
	}
	.m_headlogo img {
		width: 103px;
		height: 19px;
		display: flex;
	}
	.m_headlogodesc {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		flex: 1;
		font-size: 14px;
		color: #333;
	}
	.hamburger {
		width: 20px;
		height: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-left: 8px;
		cursor: pointer;
	}
	.hamburger .hamburgeritem {
		position: relative;
		font-size: 0;
		width: 18px;
		height: 2px;
		background-color: #333;
		display: inline-block;
		cursor: pointer
	}
	.visible_nav .hamburger span {
		background-color: transparent;
	}
	.hamburger span:before,
	.hamburger span:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #333;
		left: 0px;
	}
	.hamburger span:before {
		top: -7px;
	}
	.hamburger span:after {
		top: 7px;
	}
	.visible_nav .hamburger span:before {
		left: 5px;
		top: 0px;
		transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
	}
	.visible_nav .hamburger span:after {
		top: 0px;
		left: 5px;
		transform: rotateZ(-45deg);
		-webkit-transform: rotateZ(-45deg);
		-ms-transform: rotateZ(-45deg);
	}
	.phone_ul li {
		text-align: left;
		height: 45px;
		width: 100%;
		padding: 0 15px;
		border-bottom: 1px solid #eee;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}
	.phone_ul li a {
		color: #888;
		float: left;
		display: block;
		width: 93%;
	}
	.phone_ul li span {
		float: right;
		display: block;
		width: 15px;
		height: 15px;
		text-indent: -9999px;
		cursor: pointer;
		position: relative;
		top: 20%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.phone_ul li span:after {
		content: "";
		position: absolute;
		top: 3px;
		right: 3px;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		width: 6px;
		height: 6px;
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
	}
	.menu-container {
		position: absolute;
		background: #fff;
		z-index: 99;
		width: 100%;
		height: 100%;
		top: 50px;
		visibility: hidden;
	}
	.visible_nav.menu-container {
		visibility: visible;
	}
	.menu-headbar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 19px 15px!important;
		height: auto!important;
		background: #f9fbfd;
	}
	.menu-img {
		width: 32px;
		height: 32px;
		border-radius: 50%;
		overflow: hidden;
		margin-right: 14px;
	}
	.menu-loginflex {
		display: flex;
		align-items: center;
	}
	.phone_ul li.menu-headbar a {
		font-size: 15px;
		color: #888;
		width: auto;
		display: flex;
        align-items: center;
        line-height: 1;
	}
	.head_request {
		padding: 0 15px;
		position: absolute;
		bottom: 70px;
		width: 100%;
		box-sizing: border-box;
	}
	.head_requestbtn {
		width: 100%;
		background: #009eff;
		border-radius: 4px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 40px;
		font-size: 15px;
		color: #fff;
	}
	.m_searchblank {
		background: #fff;
		padding: 0 15px;
		box-sizing: border-box;
		background: #fff;
		padding: 0 15px;
		box-sizing: border-box;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.m_searchbar {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 32px;
		border-radius: 4px;
		box-sizing: border-box; 
	    overflow: hidden;
	}
	.m_searchbar button
	{ 
	    width: 57px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #009eff;
     }
	.m_searchinput {
		width: 100%;
		height: 32px;
		border: 1px solid #ddd;
		border-radius: 4px 0 0 4px;
		border-right: none;
	}
	.m_searchbar img {
		width: 15px;
		height: 15px;
		display: flex;
	} 
}
/*当页面宽度大于768px小于960px ipad*/
@media screen and (min-width:768px) and (max-width:960px) {
	.header_main{
		width: 100%;
	}
	.headpc_top{
		padding: 30px;
	    width: 100%;
	    box-sizing: border-box;
	}
	.headlogoinfo{
		flex: 1;
		width: auto;
	}
	.headerhas .headinput{
		width: auto;
	}
	/*list*/
	.header_search{
		padding-right: 30px;
	}
	.header_searchright{
		width: 70%;
	}
	.headinput{
		width: 50%;
	}
	.movemain{
		width: 100%;
	    box-sizing: border-box;
	    padding: 0px 30px;
	}
	.catalogblank{
		left: 30px;
	}
}
/*当页面宽度大于960px小于1200px ipad pro*/
@media screen and (min-width:960px) and (max-width:1200px) {
	.header_main{
		width: 100%;
	}
	.headpc_top{
		padding: 30px;
	    width: 100%;
	    box-sizing: border-box;
	}
	.headlogoinfo{
		flex: 1;
		width: auto;
	}
	.headerhas .headinput{
		width: auto;
	}
	/*list*/
	.header_search{
		padding-right: 30px;
	}
	.header_searchright{
		width: 70%;
	}
	.headinput{
		width: 50%;
	}
	.movemain{
		width: 100%;
	    box-sizing: border-box;
	    padding: 0px 30px;
	}
	.catalogblank{
		left: 30px;
	}
}