

/**
 * 基础样式
 * @module base
 * @author zhanghuan
 * @date 2021/01/06
 */
* {
	box-sizing: border-box;
	outline: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica,
		Arial, sans-serif;
}

html,
body {
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: rgb(51, 51, 51);
	background: #f0f0f0;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* 容器 */
@media (max-width: 1599px) {
	.zh-container {
		width: 1200px;
		/* background: #fff; */
	}
}

@media (min-width: 1600px) {
	.zh-container {
		width: 70%;
		min-width: 1200px;
		/* background: #fff; */
	}
}

.zh-container {
	padding: 0;
	margin: 0 auto;
	/*overflow: hidden;*/
}

/* 省略号 */
.etc {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 二级标题 */

.secondaryBox {
	margin-bottom: 10px;
	font-size: 18px;
}

.secondaryTitle {
	background: #2074d2;
	padding: 0 2px;
	margin-right: 10px;
}

select {
	padding: 0 10px;
	height: 25px;
	border: solid 1px #bdc5d2;
	color: #666666;
}

#main {
	width: 100%;
	background: #fff;
	padding: 22px 30px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* 标题部分 */
.orderAndLogin {
	background: #cdd7e6;
	height: 34px;
}

#logined,
#logout,
#my-order,
#shopping-car,
#user-center,
#points-mall,
#get-coupons,
#entrust-query,
#shop,
#myorder,
#myNews,
#divider-one {
	display: none;
}

.login {
	float: left;
}

.order {
	height: 34px;
	line-height: 34px;
	float: right;
}

.login img,
.order img {
	vertical-align: middle;
}

.login a {
	height: 34px;
	line-height: 34px;
	padding: 10px 5px;
}

.loginGo {
	color: #13489d;
	margin-right: 20px;
}

.order a {
	margin-right: 15px;
}

.lastNav {
	margin: 0 !important;
}

.fenge {
	color: #2074d2;
	margin-right: 10px;
}

.logo {
	padding: 20px 0;
	background: #fff;
}

#shop {
    position: relative;
}

#shop-number {
    position: absolute;
    top: 3px;
    left: 0;
    width: 100%;
    text-align: center;
}

#shop-number span {
    padding: 0 5px;
    color: #fff;
    border-radius: 8px;
    background: #f00;
}


#myNews-number {
	position: absolute;
	top: 3px;
	left: 0;
	width: 100%;
	text-align: center;
}

#myNews-number span {
	padding: 0 5px;
	color: #fff;
	border-radius: 8px;
	background: #f00;
}

.searchMore {
	height: 45px;
	width: 600px;
	cursor: pointer;
	/* margin-top: 10px; */
	float: right;
	position: relative;
}

.searchMore input {
	padding: 10px 0;
	padding-left: 18px;
	width: 456px;
	height: 44px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: solid 2px #ea5413;
	position: absolute;
	left: 4%;
	/* top: 10px; */
}

.searchMore > img {
	position: absolute;
	right: 0;
	/* top: 10px; */
}

.searchMore input::placeholder {
	font-size: 15px;
	color: #999;
	/* padding-left: 18px; */
}

.searchIcon {
	width: 70px;
	color: #fff;
	font-size: 18px;
	position: absolute;
	right: 30px;
	top: 8px;
	/* bottom: 20%; */
}

.keywordDiv {
	width: 455px;
	font-size: 16px;
	position: absolute;
	left: 25px;
	top: 45px;
	overflow:hidden;
	white-space: nowrap;
}

.searchIcon i {
	margin-right: 10px;
}

.navList {
	height: 40px;
	background: #174083;
}

.nav {
	position: relative;
}

#navTitle .allList {
	width: 232px;
	float: left;
	background: #1c52a2;
	font-size: 17px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
}

#navTitle .layui-nav {
	height: 40px !important;
	float: left;
	background: #174083;
}

#navTitle .layui-nav .layui-nav-item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 44px;
	font-size: 17px !important;
}

#navTitle .layui-nav .layui-nav-item a {
	font-size: 16px;
	display: block;
	padding: 0 20px;
	color: #fff;
	/* color: rgba(255,255,255,.7); */
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#navTitle .layui-nav .layui-nav-item .layui-nav-child {
	top: 40px;
}

#navTitle .layui-nav .layui-nav-item .layui-nav-child a {
	color: #000;
}

/* 全部分类移入移出 */
.allListUl {
	display: none;
	text-align: center;
	position: absolute;
	z-index: 9999;
	width: 232px;
    height: 470px;
	background: #1c52a2;
	top: 40px;
	left: 0;
}

.allListUl > li {
	color: #fff;
	font-size: 18px;
	padding: 10px 10px;
	background: #1c52a2;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.allListUl > li > a {
	color: #fff;
}

.allListUl > li:hover {
	display: block;
	background: #2074d2;
}

.twoNavBox {
	padding-left: 40px;
	/* height: 470px; */
	height: 748px;
	position: absolute;
	top: 0;
	right: -1000px;
	width: 1000px;
	background: #f0f0f0;
	overflow-y: auto;
}

.twoNavList {
	background: #f0f0f0;
	display: block;
}

.twoNavList dd {
	float: left;
	padding: 15px 20px 10px 20px;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}

.twoNavList .twoNavTitle {
	width: 160px;
	overflow: hidden;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2074d2;
	font-size: 18px;
}

.twoNavList .threeNav {
	z-index: 100;
	width: 600px;
	position: absolute;
	display: none;
}

.twoNavList .threeNav a:hover {
	display: block;
	color: #df4b4b;
}

.twoNavList .threeNav li {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 15px;
	float: left;
	border-right: solid 1px #fff;
}

.twoNavList .threeNav li a {
	color: #f0f0f0;
}

.twoNavList .threeNav li:last-of-type {
	border-right: none;
}

.twoNavList .threeNavBox {
    padding: 15px 10px 10px;
}

.twoNav {
    line-height: 25px;
    float: left;
}

/* 脚步部分 */
.footer {
	background: #003e78;
	height: 190px;
	width: 100%;
	padding: 29px 0 40px 0;
}

.footerLeft {
	float: left;
	width: 90%;
}

.footerLeft img {
	margin-bottom: 20px;
}

.footerLeft p,
.footerLeft p a {
	color: #fff;
	font-size: 14px;
	padding: 0 0 14px 0;
}

.footerLeft p span {
	padding: 0 30px;
}

.footerRight {
	height: 121px;
	float: left;
	width: 10%;
}

.footerRight img {
	/* float: right; */
	padding-left: 18px;
}

.footerRight p {
	padding-top: 10px;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.loadingW {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 20210305;
	display: block;
	background-color: rgba(0, 0, 0, 0.3);
}

.loadingDiv {
	position: relative;
	background-color: rgba(0, 0, 0, 0.6);
	width: 37px;
	height: 37px;
	left: 50%;
	top: 50%;
	background: url("../image/loading-1.gif") no-repeat center center;
}

input[type="radio"],
input[type="checkbox"] {
	width: 20px;
	/* margin: 4px 0 0; */
	/* margin-top: 1px \9; */
	line-height: normal;
}

/* 弹出框样式 */
.layui-layer-title {
	background-color: #1755b2 !important;
	border-radius: 6px;
	color: #fff !important;
}

.layui-layer-ico {
	color: #fff;
}

.layui-layer-iframe .layui-layer-btn,
.layui-layer-page .layui-layer-btn {
	padding-top: 10px;
	text-align: center;
}

.selectBox {
	margin-top: 8%;
	padding: 10px 10%;
	width: 100%;
}

.selectBox select {
	padding: 0 6%;
	width: 100%;
	height: 30px;
}

.layui-layer-btn0,
.layui-layer-btn1 {
	width: 95px;
	text-align: center;
}

.layui-layer-btn .layui-layer-btn1 {
	color: #fff !important;
	background-color: #93a5c1;
}
/* /////////////三个按钮 */
.text_c {
	color: rgb(255, 255, 255);
}
.side-right {
	position: fixed;
	right: 50px;
	top: 75%;
	z-index: 10000;
	transform: translate(0, -50%);
	width: 50px;
}
.side-right .qq {
	width: 100px;
	height: 100px;
	background: #ec5e20;
	color: #fff;
}
.side-right .qq a {
	display: inline-block;
	color: rgb(32, 32, 32);
	height: 100%;
	/* line-height: 48px; */
	text-align: center;
	width: 100%;
}
.side-right .qq a img {
	width: 50px;
	margin-top: 8px;
	/* margin-bottom: 17px; */
}
.side-right .qq a span {
	margin-top: 3px;
	font-size: 20px;
	display: block;
}
.side-right .shop {
	margin-top: 6px;
	width: 55px;
	height: 60px;
	background: #0073dd;
	color: #fff;
}
.side-right .shop a {
	display: inline-block;
	color: #fff;
	height: 100%;
	/* line-height: 48px; */
	text-align: center;
	width: 100%;
}
.side-right .shop a img {
	width: 25px;
	margin-top: 10px;
}
.side-right .shop a span {
	margin-top: 3px;
	font-size: 12px;
	display: block;
}

.myNews{
	position: relative;
}

.side-right .myorder, .side-right .myNews{
	margin-top: 6px;
	width: 55px;
	height: 60px;
	background: #035aaa;
	color: #fff;
}
.side-right .myorder a, .side-right .myNews a {
	display: inline-block;
	color: #fff;
	height: 100%;
	/* line-height: 48px; */
	text-align: center;
	width: 100%;
}
.side-right .myorder a img, .side-right .myNews a img {
	width: 25px;
	margin-top: 10px;
}
.side-right .myorder a span, .side-right .myNews a span {
	margin-top: 3px;
	font-size: 12px;
	display: block;
}
/* qq */
.side-right .qq .right-content {
	height: auto;
	position: absolute;
	right: 50px;
	top: 20%;
	z-index: 9999;
	transform: translate(0, -50%);
	width: 400px;
	height: 500px;
	overflow: auto;
	background: white;
	padding: 12px;
	border-radius: 3px;
    margin: 0;
}
.side-right .qq .right-content > p {
	color: black;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 12px;
}
.right-content ul li p {
	margin: 10px 0 10px 0;
	line-height: 1.5;
	font-size: 14px;
	color: #303133;
}
.right-content ul li > a {
	font-size: 16px;
	line-height: 2em;
}
.right-content ul li a p {
	margin: 10px 0 10px 30px;
	line-height: 1.5;
	font-size: 14px;
	color: #303133;
}

/* layui reset */
.layui-nav-tree .layui-nav-bar {
	opacity: 0 !important;
}
/* layui reset end */

/* 个人中心订单表格按钮样式 */
.action-btn {
	height: 24px;
    line-height: 24px;
	border: 1px solid #b0c8e3;
	border-radius: 4px;
    font-size: 14px;
    color: #0073E9;
	padding: 0 15px;
    margin: 0 5px;
    background: #fff;
    cursor: pointer;
}

.action-btn:hover {
    border: 1px solid #F98351;
    color: #F98351;
}

.gray-btn {
    border: 1px solid #b0c8e3;
    color: #6C8DAF;
}
/* 个人中心订单表格按钮样式 end */


.layui-nav-tree .layui-nav-more {
    border-color: #000 transparent transparent;
    border-top-color: rgba(0,0,0,.7);
}

.layui-nav-tree .layui-nav-itemed .layui-nav-mored, 
.layui-nav-tree .layui-nav-itemed > a .layui-nav-more {
    border-color: transparent transparent #000;
}

/* appDown */
.appDown {
	position: absolute;
	right: 80px;
	top: 14%;
	z-index: 9999;
	transform: translate(0, -50%);
	width: 374px;
	height: 170px;
	overflow: auto;
	background: white;
	padding: 12px;
	border-radius: 3px;
	margin: 0;
}

.appDown .leftImg{
	width: 120px;
	height: 120px;
	float: left;
	margin-left: 20px
}

.appDown .rightImg{
	width: 120px;
	height: 120px;
	float:right;
	margin-right: 20px
}

.appDown .android {
	position: absolute;
	left: 60px;
	bottom: 6px;
	font-size: 16px;
	font-weight: 600;
}

.appDown .ios {
	position: absolute;
	right: 77px;
	bottom: 6px;
	font-size: 16px;
	font-weight: 600;
}