* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #fff;
}

li {
	list-style: none;
}
.browser_type {
	width: 100%;
	float: left;
	display: none;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	height: 35px;
	background-color: darkviolet;
}
.new_tips {
	width: 100%;
	height: 80px;
	color: #67c23a;
	display: none;
	text-align: center;
	line-height: 80px;
	font-size: 16px;
	position: fixed;
	z-index: 999999;
	color: #3c763d;
	background-color: #dff0d8;
	border: 1px solid #eee;
	top: 0;
	left: 0;
}
.head {
	width: 100%;
	height: 80px;
	background-color: #fff;
	float: left;
	/*background-color: fuchsia;*/
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.head_warp {
	width: 90%;
	min-width: 1200px;
	height: 80px;
	margin: 0 auto;
	vertical-align: middle;
	/*background-color: green;*/
}

.head_warp .home_login {
	float: left;
}

.head_warp .home_login img {
	width: 120px;
	/*height: 45px;*/
	margin-top: 24px;
}

.header_nav_list {
	float: right;
	display: flex;
	position: relative;
}

.compay_name {
	width: 200px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 30px;
	border: 0;
}

.small_list {
	width: 80px;
	height: 32px;
	display: block;
	position: relative;
	float: left;
	text-align: center;
	line-height: 32px;
	margin: 28px 0 0 20px;
	background-color: #409eff;
	cursor: pointer;
}

.compay_name,
.header_nav_list ul {
	float: left;
	max-height: 200px;
	overflow-y: scroll;
}

.header_nav_list #navId li,
.header_nav_list #navId span {
	width: 88px;
	height: 40px;
	margin-top: 20px;
	margin-right: 5px;
	float: left;
	font-size: 16px;
	color: #6c6c6c;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	position: relative;
	/*transition: all .5s;*/
	/*background-color: #FFBD42;*/
}

#smallNav {
	/*display: none;*/
	width: 100%;
	float: left;
	margin: 0;
	background-color: #303133;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 11;
}

#smallNav li,
#smallNav span {
	color: #fff;
	list-style: none;
	line-height: 35px;
	border-bottom: 1px solid #fff;
}

#smallNav span {
	display: block;
}

#navId .active {
	color: #fff !important;
	background-color: #ffbd42;
}

#smallNav .active {
	color: #ffbd42;
}
#signBut .modal-header {
	border: none;
}
/*抖动样式*/
.shakeTips {
	border: 1px solid red !important;
}
/*提示*/
.modfyTips {
	width: 100%;
	float: left;
	height: initial;
	line-height: inherit;
	text-align: left;
	font-size: 14px;
	color: red;
	position: absolute;
	top: 33pxs;
	left: 121px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #5491ff !important;
}
.modal_default_line .modal-title {
	padding: 15px;
	/*font-weight: 520;*/
	border-bottom: 1px solid #ccc;
}
.loginTipLogo {
	display: block;
	float: left;
	width: 62px;
	height: 62px;
	background: url(../img/logos/userCenterAll.png) no-repeat -203px -306px;
	vertical-align: middle;
	margin-right: 10px;
}
.loginProBox .layui-layer-btn .layui-layer-btn0 {
	color: #fff;
	border: 1px solid #e01222;
	border-radius: 4px;
	background: #e01222;
}
.loginProBox .layui-layer-btn a.layui-layer-btn1 {
	border: 1px solid #d4d4d4;
	background: #fff;
	color: #828282;
	border-radius: 4px;
}

.loginProBox .layui-layer-btn a.layui-layer-btn1:hover {
	color: #e01222;
	border-color: #e01222;
}
.footer {
	background-color: #fff;
	font-size: 10px;
	text-align: center;
	padding: 20px 0;
	color: #000;
}
/*新增地址和邮寄信息按钮*/
.new_add,
.new_address {
	width: 25px;
	height: 25px;
	float: left;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	border-radius: 50%;
	text-align: center;
	line-height: 25px;
	position: absolute;
	top: 5px;
	left: 310px;
	background-color: #5491ff;
}
.new_address {
	top: 6px;
	left: 408px;
}
.new_add:hover {
	opacity: 0.8;
}
.new_address:hover {
	opacity: 0.8;
}
.sign_ware {
	float: left;
}
.sign_name {
	color: #e01222;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;

	/*将默认的select选择框样式清除*/
	appearance: none;
	width: 200px;
	height: 19px;
	padding-left: 15px;
	box-sizing: border-box;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../img/jt.png) 0% 50% no-repeat scroll transparent;

	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
}
.dropdown-menu.pull-right1 {
	width: 300px;
	left: 0;
}
.dropdown-menu.pull-right1 li {
	width: 250px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.checkbtn{
	width: 300px;
	height: 40px;
	margin-top: 25px;
    background-color: #fff !important;
}
.check_name{
    float: left;
	width: 250px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
	display: none;
}


#kuaijieBecon {
	position: absolute;
	right: 20px;
	top: 160px;
	/* width: 54px; */
	cursor: pointer;
}
.floatBecon {
	position: absolute;
	right: 20px;
	top: 214px;
	background-color: #fff;
	border-radius: 6px;
	width: 54px;
	/* height: 326px; */
}
.beconIcon {
	height: 54px;
	width: 54px;
	position: relative;
	padding: 7px;
	text-align: center;
	font-size: 10px;
	cursor: pointer;
}
.beconImg {
	margin: 6px 10px 0;
}
.beconNumber {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 14px;
	height: 14px;
	background-color: #FF6969;
	border-radius: 7px;
	color: #FFFFFF;
	line-height: 14px;
	display: none;
}