body,
html {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-family: Arial, "Microsoft Yahei", sans-serif;
}

a {
	text-decoration: none !important;
}

p,
ol,
ul {
	padding: 0;
	margin: 0;
}

input:focus,
button:focus {
	outline: none
}

input {
	-webkit-appearance: none;
}

label {
	font-weight: 400;
}

.orangeColor {
	color: #ff6700 !important;
}

.con_width {
	width: 1226px;
}

/** 顶部导航css **/
.header_bar {
	width: 100%;
	height: 45px;
	background: #333;
	color: #b0b0b0;
	min-width: 1226px;
	font-size: 12px;
}

.header {
	margin: 0 auto;
	height: 45px;
}

/* 左侧菜单 */
.header_nav {
	height: 100%;
	width: 750px;
	float: left;
}

.header_nav>ul>li,
.user-auction>ul>li {
	float: left;
	height: 45px;
	line-height: 45px;
}

.header_nav>ul>li>a,
.user-auction>ul>li>a {
	color: #b0b0b0;
	padding: 0 15px;
	border-left: 1px solid #424242;
}

.header_nav>ul>li:first-child>a {
	padding-left: 0;
}

.header_nav>ul>li:last-child>a,
.user-auction>ul>li:last-child>a {
	border-right: 0;
}

.header_nav>ul>li>a:hover,
.user-auction>ul>li>a:hover {
	color: #FFF;
}

.top_logo {
	height: 100%;
	position: relative;
	/* left: -14px; */
}

/* 右侧登录、注册 */
.user-auction {
	height: 100%;
	/* padding-right: 20px; */
	float: right;
}

/* 右侧购物车 */
.header_shopcart {
	float: right;
	position: relative;
}

.header_shopcart:hover .shopcart_logo>a {
	color: #ff6700;
	background: rgba(255, 255, 255, 1);
	border: 1px solid #ff6700;
}

.header_shopcart .shopcart_logo>.have {
	color: #fff;
	background: #ff6700;
	border: 1px solid #ff6700;
}

.header_shopcart .shopcart_logo>a {
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	background: #424242;
	color: #b0b0b0;
	transition: background 0.1s linear;
	position: relative;
	z-index: 3;
}

.shopcart_logo .icon-gouwuchekong {
	font-size: 14px;
}

/* 右侧购物车滑动显示内容 */
.shopcart-info {
	position: absolute;
	width: 320px;
	height: 0;
	text-align: center;
	top: 40px;
	z-index: 2;
	right: 0;
	background: #FFF;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
	transition: height 0.2s linear;
	overflow: hidden;
}

.shopEmpty {
	line-height: 60px;
	color: #424242;
}

/* 登录成功 */
.shopcart-infos {
	position: absolute;
	width: 100%;
	height: 0;
	line-height: 30px;
	text-align: center;
	top: 45px;
	z-index: 2;
	right: 0;
	background: #FFF;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
	transition: height 0.2s linear;
	overflow: hidden;
}

.header_shopcarts {
	float: right;
	position: relative;
	z-index: 4;
}

.header_shopcarts .shopcart_logo>a {
	transition: background 0.1s linear;
	position: relative;
	z-index: 3;
	display: block;
	line-height: 45px;
	height: 45px;
	padding: 0 25px;
	color: #b0b0b0;
}

.header_shopcarts:hover .shopcart_logo>a {
	color: #ff6700;
	background: rgba(255, 255, 255, 1);
}

.header_shopcarts:hover .shopcart-infos {
	height: 100px;
}

.header_shopcarts .shopcart-infos a {
	color: #b0b0b0;
	display: block;
}

.header_shopcarts .shopcart-infos a:hover {
	color: #ff6700;
}

/** 头部购物车商品展示 **/
.topCommodity {
	padding: 19px 19px 0 19px;
	max-height: 470px;
	overflow: auto;
	box-sizing: border-box;
}

.topCommodity_list {
	border-bottom: 1px solid #ddd;
}

.topCommodity_list ul li {
	width: 30%;
	float: left;
	height: 80px;
	padding: 5px;
	box-sizing: border-box;
}

.topCommodity_list ul li:nth-child(1) {
	width: 20%;
}

.topCommodity_list ul li:nth-child(2) {
	width: 50%;
	padding: 10px 20px 10px 10px;
}

.topCommodity_list ul li p {
	height: 100%;
	display: -webkit-flex;
	/* Safari */
	-webkit-align-items: center;
	/* Safari 7.0+ */
	display: flex;
	align-items: center;
	color: #424242;
	justify-content: flex-end;
	text-align: left;
}

.topCommodity_list ul li img {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

/** 头部购物车商品购买 **/
.top_finalStatement {
	height: 81px;
	padding: 0 19px;
	background-color: #fafafa;
}

.top_finalStatement .top_div {
	width: 50%;
	float: left;
	padding: 21px 0;
	box-sizing: border-box;
}

.top_finalStatement .top_div p {
	text-align: left;
}

.top_finalStatement .top_div button {
	background: #ff6700;
	border: 0;
	color: #fff;
	height: 40px;
	padding: 0 25px;
	float: right;
}

.top_finalStatement .top_div .top_sl {
	color: #616161;
	padding-bottom: 3px;
}

.top_finalStatement .top_div .top_price {
	font-size: 22px;
	color: #ff6700;
	margin-right: 5px;
}

.top_finalStatement .top_div .top_price span {
	font-size: 10px;
	padding-left: 3px;
}

/** 主体导航 **/
.main_nav {
	min-width: 1226px;
	margin: 0 auto;
	height: 100px;
	display: flex;
	align-items: center;
	/*垂直居中*/
	position: relative;
	padding: 5px 0;
}

.logo {
	width: 235px;
	height: 60px;
	display: flex;
	/*上下左右居中*/
	justify-content: space-around;
	align-items: center;
	cursor: pointer;
	/* background: #ff6700; */
}

.nav {
	margin-left: 20px;
}

.nav>ul>li {
	float: left;
}

.nav>ul>li>a {
	font-size: 16px;
	height: 88px;
	line-height: 88px;
	padding: 0 20px;
	color: #333;
	display: block;
}

.nav>ul>li>a:hover {
	color: #ff6700;
}

.nav>ul>li>a:first-child {
	padding-left: 0;
}

#allClassifications {
	position: relative;
	height: 95px;
	line-height: 90px;
	width: 180px;
	font-size: 16px;
	top: 2px;
}

.allClassifications_a {
	width: 100%;
	text-align: right;
	display: inline-block;
}

/*主体导航滑动显示内容*/
.nav_item {
	width: 100%;
	font-size: 12px;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 87px;
	box-shadow: 2px 2px 5px #f0f0f0;
	height: 0;
	overflow: hidden;
	transition: height 0.2s linear;
	background: #FFF;
}

.nav>ul>li:hover .nav_item {
	height: 240px;
}

.nav_item_con {
	margin: 0 auto;
}

.nav_item_con>ul>li {
	float: left;
	position: relative;
	text-align: center;
	height: 240px;
	padding: 0 22px;
}

.nav_item_con>ul>li+li::before {
	content: "";
	width: 1px;
	height: 100px;
	background: #E0E0E0;
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -65px;
}

.nav_item_con>ul>li>label {
	padding: 3px 0;
	width: 50px;
	text-align: center;
	border: 1px solid #ff6700;
	color: #ff6700;
	display: block;
	position: absolute;
	top: 1px;
	left: 50%;
	margin-left: -25px;
}

.nav_item_con>ul>li>a {
	display: block;
}

.nav_item_con>ul>li>a.nav_item_con_img {
	margin-top: 50px;
}

.nav_item_con>ul>li>a>img {
	width: 160px;
}

.nav_item_con>ul>li>a.nav_item_con_name {
	margin-top: 20px;
	color: #333;
}

.nav_item_con>ul>li>a.nav_item_con_name:hover {
	color: #ff6700;
}

.nav_item_con>ul>li>p {
	line-height: 30px;
	color: #ff6700;
}

/* 搜索 */
.search_box {
	position: absolute;
	right: 0;
	top: 25px;
}

.search_box .search {
	width: 223px;
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	background: #FFF;
	position: absolute;
	right: 48px;
	padding: 0 10px;
}

.search_box .search:focus {
	border: 1px solid #FF6700;
}

/* 搜索下拉框显示 */
.search_box .search:focus~.datalist {
	display: block;
}

/* 默认值隐藏 */
.search_box .search:focus~.search_default {
	display: none;
}

.search_box .search:focus+button {
	border: 1px solid #FF6700;
	border-left: 0;
}

.search_box button {
	width: 48px;
	height: 48px;
	right: 0;
	background: #FFF;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	border-left: 0;
	font-weight: 600;
}

.search_box button:hover {
	cursor: pointer;
	color: #FFF;
	background: #ff6700;
	border: 1px solid #ff6700;
	border-left: 0;
}

/* 默认搜索内容 */
.search_default {
	position: absolute;
	left: -200px;
	top: 16px;
	font-size: 12px;
	width: 210px;
}

.search_default>ul {
	float: right;
}

.search_default>ul>li {
	float: left;
	padding: 0 3px;
}

.search_default>ul>li>a {
	display: block;
	padding: 2px 5px;
	background: #EEE;
	color: #757575;
}

.search_default>ul>li>a:hover {
	color: #FFF;
	background: #FF6700;
}

/* 搜索下拉列表 */
.datalist {
	font-size: 12px;
	position: absolute;
	z-index: 3;
	top: 48px;
	width: 223px;
	right: 48px;
	border: 1px solid #FF6700;
	border-top: 0;
	box-sizing: border-box;
	display: none;
	background: #FFF;
}

.datalist>ul>li>a {
	color: #333;
	display: block;
	padding: 10px;
}

.datalist>ul>li>a>span {
	color: #b0b0b0;
	float: right;
}

.datalist>ul>li>a:hover {
	background: #fafafa;
}

/** header展品弹出 **/
.home_container {
	margin: 0 auto;
	height: 460px;
	position: relative;
}

.menu_list {
	width: 234px;
	background: #FF0;
	height: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	background: rgba(105, 101, 101, 0.6);
	position: absolute;
	left: 0;
	z-index: 1;
}

.menu_list>ul>.topType>a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 20px;
	color: #FFF;
	font-size: 18px;
}

.menu_list>ul>div>div>li>a {
	display: block;
	height: 37px;
	line-height: 37px;
	padding: 0 10px 0 30px;
	color: #FFF;
	font-size: 14px;
}

.menu_list>ul>div>div>li>a>span.arrow {
	float: right;
	margin-right: 15px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.7);
	font-family: 楷体;
}

.menu_list>ul>div>div>li>a:hover {
	background: #FF6700;
	color: #fff;
}

.menu_list>ul>div>div>li:hover>.menu_list_item {
	display: block;
}

.menu_list>ul>div>div>li>.menu_list_item {
	position: absolute;
	top: 0;
	left: 234px;
	background: #FFF;
	z-index: 3;
	height: 460px;
	box-shadow: 2px 2px 5px #ddd;
	overflow: hidden;
	/* display: none; */
}

.menu_col_1 {
	width: 248px;
}

.menu_col_2 {
	width: 496px;
}

.menu_col_3 {
	width: 744px;
}

.menu_col_4 {
	width: 992px;
}

.menu_list>ul>div>div>li>.menu_list_item>ul.menu_list_goods>li {
	float: left;
}

.menu_list>ul>div>div>li>.menu_list_item>ul.menu_list_goods>li>a {
	width: 248px;
	height: 76px;
	/* line-height: 76px; */
	display: flex;
	align-items: center;
	color: #333;
	padding: 0 20px;
	box-sizing: border-box;
}

.menu_list>ul>div>div>li>.menu_list_item>ul.menu_list_goods>li>a:hover {
	color: #ff6700;
}

.menu_list>ul>div>div>li>.menu_list_item>ul>li>a>img {
	width: 60px;
	height: 60px;
}

.menu_list>ul>div>div>li>.menu_list_item>ul>li>a>span {
	font-size: 14px;
	line-height: 18px;
}

/* banner */
/* .banner img {
	width: 100%;
} */
#banner {
	width: 1226px;
	height: 460px;
	position: relative;
	box-sizing: border-box;
	background: rgba(30, 30, 30, 0.1);
}

#banner>ul {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	/* 垂直居中 */
	justify-content: space-around;
}

#banner>ul>li {
	position: absolute;
	display: none;
	margin-top: 2px;
	width: 100%;
	height: 100%;
}

#banner>ul>li img {
	display: block;
	width: 100%;
	height: 100%;
}

#banner>ul>li.active {
	display: block;
}

#circle-list {
	/*width: 100px;*/
	height: 17px;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -45px;
	border-radius: 10px;
}

#circle-list>ul {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	/* 垂直居中 */
	justify-content: space-around;
}

#circle-list>ul>li {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #FFF;
}

#circle-list>ul>li.active-circle {
	background: #F90;
}

#banner>.banner-arrow {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgba(10, 10, 10, 0);
	color: rgba(255, 255, 255, 0.5);
	font-size: 20px;
	font-family: 楷体;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	border-radius: 50%;
	user-select: none;
}

#banner>.banner-arrow:hover {
	background: rgba(255, 255, 255, 0.3);
	color: #FFF;
	cursor: pointer;
}

#banner>#banner-left {
	left: 244px;
}

#banner>#banner-right {
	right: 10px;
}

/** 推荐商品列表 **/
.goods {
	background: #F5F5F5;
	padding: 5px 0 50px 0;
	margin-top: 40px;
	min-width: 1226px
}

/* 标题部分 */
.goods h1>a {
	float: right;
	font-size: 16px;
	color: #b0b0b0;
	font-weight: 300;
	transition: all .4s;
}

.goods h1>a>i {
	font-size: 20px;
	margin-left: 8px;
	font-weight: normal;
}

.goods h1>a:hover {
	color: #FF6700;
}

.goods h1>ul {
	float: right;
}

.goods h1>ul>li {
	float: left;
	padding: 0 10px;
}

.goods h1>ul>li>a {
	font-size: 16px;
	color: #424242;
	display: block;
	height: 45px;
	font-weight: 300;
	/* transition: all .4s; */
	padding: 0 5px;
}

.goods h1>ul>li:last-child>a {
	padding-right: 0;
}

.goods h1>ul>li>a:hover,
.goods h1>ul>li.active>a {
	color: #FF6700;
	border-bottom: 1px solid #FF6700;
}

.goods

/** 手机 **/
.goods_item_left1 {
	width: 234px;
	height: 614px;
	overflow: hidden;
	float: left;
}

.goods_item_left1 img {
	width: 100%;
}

.goods_item_list {
	width: 234px;
	height: 300px;
	float: left;
	background: #FFF;
	margin-left: 14px;
	position: relative;
}

.goods_item_list:hover {
	box-shadow: 0px 10px 10px #DDD;
	transform: translate(0, -3px);
	transition: transform 0.2s linear 0s;
}

div.goods_item_list:nth-child(n+5) {
	margin-top: 14px;
}

.goods_item_list>.goodlist_content {
	position: relative;
}

.goods_item_list>.goodlist_content>label {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	background: #e53935;
	color: #FFF;
	text-align: center;
}

.goods_item_list>.goodlist_content>label.new_good {
	background: #83c44e;
}

.goods_item_list>.goodlist_content>a {
	height: 160px;
	width: 160px;
	display: block;
	margin: auto;
	padding-top: 25px;
	margin-bottom: 20px;
	box-sizing: content-box;
}

.goods_item_list>.goodlist_content>a>img {
	max-width: 160px;
	max-height: 160px;
	margin-top: 0;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.goods_item_list>.goodlist_content>.good_title {
	margin: 10px 20px 0 20px;
}

.goods_item_list>.goodlist_content>.good_title>a {
	color: #333;
}

.goodlist_content>p.good_title {
	margin: 30px 20px 3px;
	font-size: 14px;
	font-weight: 400;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #212121;
	height: 16px;
}

.goodlist_content>p.good_desc {
	height: 18px;
	margin: 10px 20px;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #b0b0b0;
}

.goodlist_content>p.good_price {
	color: #FF6700;
	font-size: 20px;
	margin-top: 10px;
}

.goodlist_content>p.good_price>label {
	text-decoration: line-through;
	color: #b0b0b0;
	margin-left: 5px;
}

.goodlist1 {
	border-top: 1px solid #ffac13;
}

.goodlist2 {
	border-top: 1px solid #83c44e;
}

.goodlist3 {
	border-top: 1px solid #2196f3;
}

.goodlist4 {
	border-top: 1px solid #e53935;
}

/** 推荐部分 **/
.recommend {
	margin: 0 auto;
	height: 170px;
	margin-top: 14px;
}

.recommend_left {
	width: 234px;
	height: 170px;
	box-sizing: border-box;
	background: #5f5750;
	float: left;
}

.recommend_left>ul>li {
	position: relative;
	float: left;
	width: 72px;
	height: 82px;
	padding: 0 3px;
}

.recommend_left>ul>li+li::after {
	content: "";
	width: 1px;
	height: 60px;
	background: rgba(100, 100, 100, 0.5);
	display: block;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -30px;
}

.bottom_line {
	width: 60px;
	height: 1px;
	background: rgba(100, 100, 100, 0.5);
	margin-top: 15px;
	margin-left: 6px;
}

.recommend_left>ul>li>a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	display: block;
	padding-top: 18px;
	text-align: center;
}

.recommend_left>ul>li>a:hover {
	color: #FFF;
}

.recommend_left>ul>li>a>i {
	height: 24px;
	line-height: 24px;
	font-size: 24px;
}

.recommend_left>ul>li>a>span {
	display: block;
	line-height: 24px;
}

.recommend_right {
	width: 990px;
	float: right;
}

.recommend_right>ul>li {
	float: left;
}

.recommend_right>ul>li>a>img {
	width: 316px;
	height: 170px;
	margin-left: 14px;
}

.recommend_right>ul>li>a>img:hover {
	box-shadow: 0px 10px 20px #DDD;
}

.list_title {
	font-size: 22px;
	font-weight: 200;
	line-height: 58px;
	color: #333;
}

/* 轮播部分 */
.swiper-button-preva {
	left: 245px;
}

:root {
	--swiper-navigation-size: 30px;
}

:root {
	--swiper-theme-color: #a5a5a5;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-recommend {
	padding: 15px 0;
}

.swiper-recommend .swiper-slide {
	background-color: #f5f5f5;
}

.swiper-recommend .swiper-slide .goods_item_list {
	margin: 0;
}

/** 底部 css **/
.footer_nav {
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #e0e0e0;
}

.footer_nav>ul>li {
	float: left;
	width: 245px;
	text-align: center;
	border-right: 1px solid #e0e0e0;
	box-sizing: border-box;
	line-height: 35px;
}

.footer_nav>ul>li:last-child {
	border-right: 0;
}

.footer_nav>ul>li>a {
	font-size: 16px;
	color: #616161;
	transition: color .2s;
}

.footer_nav>ul>li>a:hover {
	color: #FF6700;
}

.footer_nav>ul>li>a>i {
	margin-right: 5px;
	font-size: 30px;
	line-height: 24px;
	vertical-align: -4px;
}

/** 底部列表 css **/
.footer_item {
	margin: 0 auto;
	padding: 40px 0;
}

.footer_item_left {
	width: 980px;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #e0e0e0;
}

.footer_item_left>ul>li {
	width: 163px;
	float: left;
}

.footer_item_left p {
	color: #424242;
	margin-bottom: 25px;
}

.footer_item_left a {
	font-size: 12px;
	color: #757575;
	margin-top: 20px;
	display: block;
}

.footer_item_left a:hover {
	color: #ff6700;
}

.footer_item_right {
	float: right;
	width: 246px;
	text-align: center;
}

.footer_item_right>.phone {
	font-size: 22px;
	color: #ff6700;
}

.footer_item_right>.date {
	font-size: 12px;
	color: #616161;
	line-height: 18px;
	margin-top: 6px;
}

.footer_item_right>a.btn-relative {
	display: block;
	width: 100px;
	height: 30px;
	border: 1px solid #FF6700;
	line-height: 28px;
	text-align: center;
	color: #ff6700;
	margin: 20px auto 0 auto;
	font-size: 12px;
}

.footer_item_right>a.btn-relative:hover {
	background: #FF6700;
	color: #FFF;
}

/** 底部说明  **/
.footer_desc {
	background: #fff;
	padding: 30px 0;
	min-width: 1226px;
}
.footer *{
	box-sizing: border-box;
}
.footer_desc_con {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 50px;
	margin-top: 20px;
}

.desc_con_item {
	width: 100%;
	height: 55px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

.desc_con_item_detail>ul>li {
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}

.desc_con_item_detail>ul>li>a {
	color: #757575;
	padding: 0 3px;
	border-right: 1px solid #b0b0b0;
}

.desc_con_item_detail>ul>li:first-child>a {
	padding-left: 0;
}

.desc_con_item_detail>ul>li:last-child>a {
	border-right: 0;
}

.desc_con_item_detail>ul>li>a:hover {
	color: #FF6700;
}

.desc_con_txt {
	color: #b0b0b0;
	font-size: 12px;
	line-height: 20px;
	height: 45px;
}

.desc_con_txt>a {
	color: #b0b0b0;
}

.desc_con_txt>a:hover {
	color: #FF6700;
}

/* 右侧内容 */
.desc_con_links {
	width: 461px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
}

.desc_con_links>img {
	width: auto;
	height: 28px;
	float: left;
	margin-right: 5px;
}

/** 最底部 **/
.slogan {
	margin: 25px auto 0;
	width: 400px;
	height: 19px;
	font-size: 18px;
	font-family: "仿宋";
	color: #d4d4d4;
	text-align: center;
}

/** 清除浮动 **/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.footer_logo {
	height: 60px;
}

/* 右侧固定道航 */
.body-pos {
	width: 60px;
	height: 170px;
	position: fixed;
	top: 50%;
	margin-top: -81px;
	right: 25px;
	z-index: 2;
}
.body-pos a{
	width: 80px;
	height: 80px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	display: block;
	color: #757575;
	position: relative;
}
.body-pos a:hover{
	color: #ff6700;
}
.body-pos i {
	display: block;
	font-size: 32px;
	margin: 10px auto;
	margin-top: 12px;
	width: 32px;
}

.body-pos p{
	text-align: center;
}
.body-pos .body-pos_quantity{
	position: absolute;
	right: 7px;
	top: 10px;
	color: #fff;
	padding: 0 5px;
	border-radius: 7px;
	height: 14px;
	line-height: 14px;
	background-color: #ff6700;
	font-size: 12px;
	display: none;
}
.body-pos .answer_top{
	margin-top: 10px;
}

/* 所有checkbox样式 */
.checkbox_f * {
	box-sizing: border-box;
	overflow: hidden;
}

/* .cbx {
	background: #2196F3;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
}
.cbx:not(:last-child) {
  margin-right: 6px;
}*/
.cbx:hover {
	color: #ff6700;
}

.cbx span {
	float: left;
	vertical-align: middle;
	/* transform: translate3d(0, 0, 0); */
}

.cbx span:first-child {
	position: relative;
	width: 18px;
	height: 18px;
	transform: scale(1);
	border: 1px solid #e0e0e0;
	/* transition: all 0.2s ease; */
}

.cbx span:first-child svg {
	position: absolute;
	top: 2.5px;
	left: 2px;
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 16px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease;
	transition-delay: 0.1s;
	/* transform: translate3d(0, 0, 0); */
}

.cbx span:last-child {
	padding-left: 8px;
	line-height: 18px;
}

.cbx:hover span:first-child {
	border-color: #ff6700;
}

.inp-cbx:checked+.cbx span:first-child {
	background: #ff6700;
	border-color: #ff6700;
	/* animation: wave 0.4s ease; */
}

.inp-cbx:checked+.cbx span:first-child svg {
	stroke-dashoffset: 0;
}

.svg_G {
	width: 12px;
	height: 10px;
}

.inp-cbx {
	display: none;
}

.inline-svg {
	display: none;
}

/* 头部提示框 */
.bootstrap-dialog .bootstrap-dialog-message {
	text-align: center;
}

/* .modal-backdrop {
	background-color: rgba(0, 0, 0, .5);
} */
.modal-header .close {
	opacity: .5;
}

.modal-content {
	border: 0;
	border-radius: 2px;
}

.credentials {
	margin: auto;
}

.credentials div {
	text-align: center;
}

.credentials div a {
	line-height: 18px;
	position: relative;
	top: 1px;
	color: #757575;
	text-align: center;
}

.credentials div a:hover {
	color: #FF6700;
}

/* 加入购物车 */
.addToShoppingCart{
	/* padding-left: 10px; */
	padding-right: 10px;
	font-size: 18px !important;
	cursor: pointer;
	color: #FF6700;
}
.outOfStock{
	position: absolute;
	width: 100%;
	height: 100%;
	/* background: rgba(0,0,0,.1); */
	z-index: 2;
}
.outOfStock .sellOut{
	width: 80px;
	height: 80px;
	/* border: 3px solid #ddd; */
	border-radius: 40px;
	line-height: 80px;
	color: #ddd;
	font-weight: 600;
	margin: auto;
	margin-top: 40%;
	font-size: 22px;
	background: rgba(0,0,0,.5);
	text-align: center;
}