body,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
	margin: 0;
	padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

* {
	margin: 0;
	padding: 0;
}

dd,
li,
ul {
	list-style: none
}

img {
	border: none;
	outline: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	color: inherit
}

a:focus,
a:hover {
	text-decoration: none
}

input {
	outline: none
}

em {
	font-style: normal
}

html {
	height: 100%
}

body {
	position: relative;
	/* font: 12px/1.5 microsoft yahei,arial,sans-serif; */
	font: 16px/1.5 -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
	color: #323232;
	min-height: 100%;
	box-sizing: border-box;
	/* background-color: #e4e4e4; */
	min-width: 960px;
}

button,
input,
select,
textarea {
	font-size: 1em;
	font-family: inherit
}

.hidden {
	display: none;
}

body {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
}

hr.gridSeparator {
    background-color: #eee;
    width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px #d6d6d6 solid;
    clear: both;
	margin-top: 10px;
}
a {
	background: transparent;
}

/* *,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
} */

/* header */
.headerContainer {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 1;
}

#globalBar {
	width: 100% !important;
	min-width: 943px;
	left: auto;
	background-color: #31393F;
	z-index: 9999;
	-webkit-transform: translateZ(0);
	will-change: transform;
}

#globalBar .inner {
	display: flex;
	align-items: center;
	align-content: stretch;
	/* justify-content: space-between; */
	flex-wrap: nowrap;
	height: 64px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

#categoryBar {
	margin-top: 100px;
	/* order: 2; */
}

#globalBar .logo {
	display: block;
	flex: 0 0 144px;
	width: 144px;
	margin-right: 40px;
}

#globalBar .logo img {
	width: 100%;
}

.globalNav {
	flex: 0 0 auto;
}

.globalNav>ul {
	padding: 0;
	position: relative;
	z-index: 1;
	margin: 0;
	display: flex;
}

.globalNav>ul>li {
	display: block;
	margin-right: 26px;
}

.globalNav>ul>li>a {
	font-weight: 600;
	color: #d0d6da;
	text-decoration: none;
	position: relative;
	line-height: 64px;
	display: block;
	font-size: 13px;
}

.globalSearch {
	background-color: #fff;
	padding: 8px 8px;
	/* border-radius: 4px; */
	cursor: pointer;
}
.search{
	margin: 0 40px;
	background: #fff;
	display: flex;
}
#search_str{
	width: 0;
	transition: all .2s;
}
.search input{
	border: 0;
	padding: 0 5px;
	height: 100%;
	width: calc(100% - 10px);
}
.globalSearch .icon-search2 {
	color: #999;
	font-size: 20px;
	width: 20px;
	position: relative;
}

/* 中间内容 */
#pageContent {
	justify-content: center;
	padding: 0 !important;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 13px;
}

#pageContent:before,
#pageContent:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

#mainColumn {
	width: calc(100% - 351px);
	float: left;
	margin-right: 26px;
	clear: both;
}

/*  */
#pageContent #sideColumn {
	/* margin-top: 55px; */
}

#sideColumn {
	float: left;
	width: 320px;
}

.mainColumn_div {
	background: #fff;
	font-size: 13px;
	padding: 6px 0;
	border-bottom: 2px solid #31393f;
}

.mainColumn_ul {
	display: flex;
	text-align: center;
}

.mainColumn_ul li {
	display: block;
	width: 80px;
	cursor: pointer;
}

/*  */
.swiper-container {
	width: 100%;
	height: 100%;
	z-index: 0 !important;
	padding: 5px 1px !important;
}
.swiper-wrapper{
	z-index: 0 !important;
}
.swiper-container-right{
	width: 100%;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.swiper-sideColumn{
	overflow: hidden;
}
.swiper-trendingDeals{
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: left;
	/* font-size: 18px; */
	/* background: #fff; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: left;
	-ms-flex-align: left;
	-webkit-align-items: left;
	align-items: left;
}
.fpMainContent{
	margin-top: 10px;
}
#mainColumn #fpMainContent #featureDealsAndCoupons .fpGridBox .fpItem, #mainColumn #fpMainContent #featuredPopularWidget .fpGridBox .fpItem{
	height: 263px;
}
.itemImageAndName{
	font-family: "Open Sans Semibold", "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    padding: 10px 10px 7px 10px;
    position: relative;
	height: auto !important;
}
#fpMainContent .gridCategory .grid .new, #fpMainContent .gridCategory .grid .expiredTag{
	position: absolute;
    top: 10px;
    z-index: 2;
}
.imageContainer{
	width: auto !important;
    height: 200px !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
	vertical-align: middle;
}
.imageContainer img{
	max-width: 100%;
    max-height: 200px;
	border: none;
	display: block;
	/*width: 100%;*/
	margin: 0 auto;
}
a.itemStore{
	padding-bottom: 0 !important;
	font-family: arial,sans-serif;
    font-weight: 500;
    font-style: italic;
    color: #999;
    display: inline-block;
    font-size: 11px;
    padding: 0 2px 4px 0;
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	
}
.itemTitle{
	max-height: 34px;
    line-height: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #333 !important;
    font-size: 13px !important;
	height: 34px;
	font-family: arial, sans-serif;
    font-weight: 400;
}
.fpItem{
	border-color: #c7c7c7;
    border-style: solid;
    border-width: 1px 1px 3px 1px;
    border-radius: 4px;
    background-color: #fff;
	display: block;
	transition: all .2s;
}
.fpItem:hover{
	margin-top: -5px;
	box-shadow: 0px 0px 10px #c7c5c5;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../img/left.svg) !important;
	left: 0px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../img/right.svg) !important;
	right: 0px !important;
}
.mainColumn_ul .sta{
	color: #00a2e9;
	border-bottom: 2px solid;
}
.swiper-sideColumn-img{
	padding: 30px 0;
    background: #fff;
    height: 395px;
}
.swiper-sideColumn-img img{
	/* height: 100%; */
	width: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 4px !important;
	z-index: 0 !important;
}
.fpMainContent_con > .swiper-container:nth-of-type(2n){
	margin-top: 10px;
}

.itemImageAndName .new{
	position: absolute;
    top: 10px;
    z-index: 0;
	background-color: #ef6e2b;
    color: #fff;
    font-family: arial, sans-serif;
    font-size: 14px;
	right: 10px;
    padding: 3px 8px;
	border-radius: 2px;
    left: auto;
    font-weight: 400;
}
.gridHeading{
	margin-bottom: 5px;
    margin-top: 20px;
}
.gridHeading>h2{
	color: #333;
    font-size: 18px;
    margin-bottom: 0;
    font-family: "Open Sans Semibold", "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
}
ul.dealTiles {
    display: grid;
    grid-gap: 10px 5px;
    list-style: none;
    margin: 0;
}
ul.dealTiles.gridDeals{
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.sideGridBox_ul{
	border-top: 3px solid #0072bc !important;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #f5f5f5;
}
.sideGridBox_sec{
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	width: 320px;
    height: 535px;
    overflow: auto;
}
/* .trendingDeals{
	border-top: 3px solid #0072bc !important;
} */
.sideGridBox{
	width: 320px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    margin: 0 auto 10px auto;
    /* border: 1px solid #d6d6d6; */
	margin-top: 10px;
}

.sideGridBox_ul{
	display: flex;
	text-align: center;
	font-size: 13px;
	background: #fff;
	padding: 8px 0;
	flex-wrap: wrap;
	z-index: 1;
    width: 320px;
	color: #9e9e9e;
}
.sideGridBox_ul li {
	display: block;
	width: 159px;
	cursor: pointer;
	margin-bottom: 10px;
	/* border-bottom: 1px solid; */
	padding: 10px 0;
}
.sideGridBox_ul li:hover{
	color: #e33333;
	box-shadow: 1px 2px 4px #e8e8e8;
}
.sideGridBox_ul .sta{
	color: #00a2e9;
	box-shadow: 1px 2px 4px #e8e8e8;
}
.top_item{
	
}
.top_item_lk{
	position: relative;
    display: block;
	height: 107px;
}
.top_item_img{
	float: left;
    width: 80px;
    height: 80px;
    margin-top: 15px;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
}
.top_item_img img{
	width: 100%;
	height: 100%;
}
.lazyimg_loaded{
	-webkit-transition: background 0.2s linear, opacity 0.2s linear !important;
    -o-transition: background 0.2s linear, opacity 0.2s linear !important;
    -moz-transition: background 0.2s linear, opacity 0.2s linear !important;
    transition: background 0.2s linear, opacity 0.2s linear !important;
    /* transition: background .2s linear; */
    background: transparent;
}
.top_item_rank_1{
	color: #e74240;
}
.top_item_rank{
	float: left;
    width: 30px;
    height: 40px;
    margin: 36px 0 0 10px;
    line-height: 40px;
    font-size: 32px;
    text-align: center;
    font-family: 'impact', sans-serif;
}
.top_item_name{
	display: block;
    margin-left: 125px;
    padding-top: 10px;
    height: 90px;
    line-height: 16px;
    font-size: 12px;
    overflow: hidden;
    /* overflow: hidden; */
    color: #333;
    -webkit-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
    -moz-transition: color ease 0.2s;
    transition: color ease 0.2s;
}
.pagination-trendingDeals{
	position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.swiper-trendingDeals-side{
	flex-wrap: wrap;
	padding: 0 20px;
	box-sizing: border-box;
	background: #fff;
}
.footerBottom{
	min-width: 943px;
    padding: 0 10px;
    background-color: #282f34;
    height: 40px;
    line-height: 40px;
    margin-bottom: -40px;
    clear: both;
}
.footerBottom .inner{
	max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footerBottom .copyrightLeft{
	color: #999;
    font-size: 11px;
    font-family: arial,sans-serif;
    width: auto;
    float: none;
}
.footerBottom .copyrightRight{
	color: #999;
    font-size: 11px;
    font-family: arial,sans-serif;
}
.footerBottom a:link, .footerBottom a:active, .footerBottom a:visited{
	font-weight: 700;
    color: #999;
    font-family: arial,sans-serif;
}
.viewDetailsBtn{
	font-size: 14px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #00a2e9;
    border: 1px solid #00a2e9;
    border-radius: 3px;
    /* position: absolute; */
    /* bottom: 10px; */
    /* left: 10px; */
    /* right: 10px; */
    /* width: auto; */
    /* text-decoration: none; */
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
    display: block;
}
#fpMainContent .fpGridBox a:hover {
    text-decoration: none;
}
.viewDetailsBtn:hover {
    background-color: blue;
}
/*---------------------------------------------返回头部样式----------------------------------------------------*/
p#back-to-top{
    position:fixed;
    display:none;
    bottom:40px;
    right:30px;
	z-index: 1;
}
p#back-to-top a{
    text-align:center;
    text-decoration:none;
    color:#666;
    font-weight: bold;
    display:block;
    width:64px;
    /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
    -moz-transition:color 1s;
    -webkit-transition:color 1s;
    -o-transition:color 1s;
}
p#back-to-top a:hover{
    color:#979797;
}
p#back-to-top a span{
    background:transparent url(https://img-1252908129.file.myqcloud.com/img/Con_Mos.png) no-repeat;
    display:block;
    height:20px;
    width:32px;
    margin: 10px auto;
    /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
    -moz-transition:background 1s;
    -webkit-transition:background 1s;
    -o-transition:background 1s;
	transform: rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}
#back-to-top a:hover span{
    background:transparent url(https://img-1252908129.file.myqcloud.com/img/Con_Mos.png) no-repeat;
}
#loading{
	height: 250px;
    text-align: center;
}
#loading img{
	height: 100%;
}
.fpMainContent_con_loading{
	display: flex;
	align-content: center;
	justify-content: center;
	min-height: 708px;
	justify-items: center;
	align-items: center;
}
.fpMainContent_con_loading img{
	width: 250px;
	height: 187px;
}
/* ------------------------------------------- 媒体查询 ----------------------------------------- */
/* @media (max-height: 815px) {
	.sideGridBox_sec{
		height: 428px;
	}
} */
@media (min-width: 1053px) {
	#pageContent {
		width: 1033px;
	}
}

@media (min-width: 1221px) {
	#pageContent {
		width: 1201px;
	}
}

@media (min-width: 1389px) {
	#globalBar .inner {
		max-width: 1369px;
	}

	#pageContent {
		width: 1369px;
	}
}

@media (min-width: 1557px) {
	#globalBar .inner {
		max-width: 1537px;
	}

	#pageContent {
		width: 1537px;
	}
}
