body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
}

.top-bar {
	font-size: .875rem;
}

.gf-title {
	height: 65px;
	line-height: 65px;
}

.gf-title>a,
#women>a,
#cp>a,
#new>a {
	display: block;
	padding: 0 40px;
	height: 100%;
}

.gf-title.active,
.gf-title:hover {
	background: #0093dd;
}

.name.active {
	color: skyblue;
}

.box {
	font-size: .875rem;
}

.pro-main {
	width: 90rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #fff;
	height: 100%;
}

a {
	color: #fff;
	text-decoration: none;
}

.pro-mainone {
	width: 90rem;
	margin: 0 auto;
	height: 100%;
}

.body-main {
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.er-ji-nav {
	display: flex;
	align-items: center;
	background: #f8f8f8;
}

.er-ji-nav-left {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 34px;
	line-height: 30px;
	border-style: none;
	text-align: center;
	width: 210px;
	font-size: 14px;
	color: #fff;
	background: url('../images/dt-6.gif');
	text-align: left;
	padding: 0px 15px;
}

.er-ji-nav-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	text-align: right;
	flex: 1;
	background: #f8f8f8;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
}

#currentLift {
	width: 100px;
	margin-left: -14px;
	padding-left: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	border-bottom: 2px solid #ff6633;
}

.side-nav {
	display: flex;
	background: #FFFFFF;
}

.item-li {
	padding: 10px 15px;
	cursor: pointer;
	padding: 4px 0px 5px 15px;
	margin-top: 5px;
	background: url(../images/dt-11.gif) no-repeat 2px 11px
}

.product-dtl {
	margin-left: 20px;
	flex: 1;
	height: 100%;
	background: #FFFFFF;
}

.product-dtl-centent {
	padding: 20px;
	display: flex;
	align-items: center;
	height: 100%;
}

.lift-desc {
	width: 100%;
	height: 416px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 40px;
}

.lift-desc-title {
	font-size: 30px;
	font-weight: bold;
	border-bottom: 2px solid #007EFF;
}

.lift-desc-c {}

.active {
	color: #0073BC;
}

.produt-drop-menu {
	padding: 0;
	width: 100px;
	text-align: center;
	list-style: none;
	position: absolute;
	top: 55px;
	left: 580px;
	background-color: #FFFFFF;
	z-index: 99;
}

.p-drop-menu-item {
	padding: 5px 10px;
	cursor: pointer;
}

.p-drop-menu-item:hover {
	color: #013d97;
}

#produtShow {
	display: none;
	width: 100px;
	height: 220px;
}

.produt-banner {
	padding: 0 10px;
	background: #fff;
	list-style: none;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.produt-banner-item {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px;
}

.produt-banner-img {
	width: 80px;
	height: 80px;
}

.produt-banner-name {
	padding-top: 5px;
}

.container {
	position: absolute;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-reflect: below 1px linear-gradient(#0001, #0004);
}

.container .loader {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #0d2323;
	animation: animate 2s linear infinite;
}

@keyframes animate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.container .loader::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(to top, transparent, rgba(0, 255, 249, 0.4));
	background-size: 50px 90px;
	background-repeat: no-repeat;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}

.container .loader::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 10px;
	height: 10px;
	background: #00fff9;
	border-radius: 50%;
	z-index: 10;
	box-shadow: 0 0 10px #00fff9,
		0 0 20px #00fff9,
		0 0 30px #00fff9,
		0 0 40px #00fff9,
		0 0 50px #00fff9,
		0 0 60px #00fff9,
		0 0 70px #00fff9,
		0 0 80px #00fff9,
		0 0 90px #00fff9,
		0 0 100px #00fff9;
}

.container .loader span {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background: #102626;
	border-radius: 50%;
}