/*==============================================================================================*/
/*	公用样式
/*==============================================================================================*/

body {
  background: #f5f5f5;
}
.header {
  position: relative;
}
button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
input,
textarea {
  background: none;
  outline: none;
	border: 0px;
}
input:focus,
textarea:focus {
	outline: none;
	box-shadow:none!important;
}

.link {
  color: #FB7827;
}
.btn-rad {
  overflow: hidden;
  border-radius: 3px;
  background: #22ad38 !important;
  padding: 0;
}

/* 直角按钮 */
.btn-com {
  overflow: hidden;
  background: #FB7827 !important;
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  padding: 0;
}
/* 直角按钮 */
.btn-com:hover {
  background: #FB7827 !important;
  color: #fff;
}

.json_msg {
  color: #f00;
}
.json_msg.success {
  color: #2ac25f;
}

.json_btn .in {
  display: none;
}
.json_btn.log-in .in {
  display: inline-block;
}
.json_btn.log-in .on {
  display: none;
}
.icon-loading {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  vertical-align: -3px;
  background: url(../images/loading_icon.gif) no-repeat 0 0;
}

.form_check_info {
  position: relative !important;
}
.form_check_info .tips {
  text-align: left !important;
}

/* 背景颜色 */
.color-background {
  background: #22ad38 !important;
}
/* 特别字体颜色 */
.color-word {
  color: #22ad38 !important;
}

.main_bg{  background: #FB7827; }
.main_bgr{ background: linear-gradient(#207af7, #3664db); }
.main_color{ color: #FB7827;  }
.main_border{ border-color: #FB7827; }
.link{ color: #FB7827;}

/*==================== 通用菜单 =====================*/
.nav_item {
  display: block;
  overflow: hidden;
}
.nav_item li {
  width: 100%;
  overflow: hidden;
  padding: 20px 10px;
  border-bottom: #eee solid 1px;
}
.nav_item li:last-child {
  border-bottom: none;
}
.nav_item li a {
  display: block;
}
.nav_item li span {
  overflow: hidden;
  font-size: 16px;
  color: #333;
  float: left;
}
.nav_item li span i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #ccc;
  margin-right: 10px;
}
.nav_item li em {
  font-size: 14px;
  color: #b3b3b3;
  float: right;
  margin-top: 6px;
}

/*==================== 面包屑 =====================*/
.crumb-box {
  overflow: hidden;
  height: 50px;
}
.crumb-box ul li {
  float: left;
  height: 50px;
  line-height: 50px;
}
.crumb-box ul li a {
  font-size: 14px;
  color: #333;
}
.crumb-box ul li i {
  font-size: 12px;
  padding: 0 5px;
  color: #9b9b9b;
}
.crumb-box ul li:last-child i {
  display: none;
}


/*==============================================================================================*/
/*头部样式
/*==============================================================================================*/
.header_box .header {
  background:url('../images/head_bj.png') no-repeat right;
}
.header_box .header .container {
  display: flex;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
/*logo*/
.header_box .header .logo{
  flex: 0 0 auto;
  margin: 0 20px 0 0;
}
.header_box .header .logo,
.header_box .header .logo a{
  display: block;
  max-width: 280px;
  max-height: 75px;
  overflow: hidden;
}
.header_box .header .logo img {
  width: 100%;
}
/*头部搜索*/
.header_box .header .header_search {
  flex: 1;
  margin: 15px 20px 0 20px;
}
.header_box .header .header_search ul {
  width: 100%;
  overflow: hidden;
}
.header_box .header .header_search .search_box {
  position: relative;
  height: 40px;
  line-height: 40px;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  margin: 0;
  border-radius: 0;
  box-sizing: border-box;
}
.header_box .header .header_search .search_box:before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    pointer-events: none; /* 不影响鼠标操作 */
}
.header_box .header .header_search form {
  border: 0px solid #ddd;
  box-sizing: border-box;
}
.header_box .header .header_search form input {
  float: left;
  border: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 110px 0 36px;
  width: 100%;
  outline: none;
  font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
.header_search i {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 0px;
  height: 20px;
  width: 20px;
  background: url('../images/search.svg') no-repeat center;
  background-size: 20px 20px;
  color: #b3b3b3;
  opacity: 0.3;
}
.header_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background: linear-gradient(99deg, #E2231A, #f54b42);
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}
.header_box .header .header_search ul li {
  float: left;
  margin: 5px 10px 0 0;
  font-size: 12px;
}
.header_box .header .header_search ul li a {
  color: #b3b3b3;
}
/*头部购物车*/
.header_box .header .header_cart {
  width: 118px;
  height: 40px;
  background: linear-gradient(99deg, #ff6113, #ff9a32);
  margin: 15px 0px 0 0px;
  border-radius: 5px;
}
.header_box .header .header_cart a {
  display: flex;
  align-items: center;
  line-height: 40px;
  position: relative;
}
.header_box .header .header_cart a em {
  font: bold 11px/14px Verdana;
  color: #fff;
  background: #E2231A;
  text-align: center;
  display: inline-block;
  height: 20px;
  min-width: 20px;
  max-width: auto !important;
  border: none 0;
  border-radius: 15px;
  line-height: 20px;
}
.header_box .header .header_cart a span {
  vertical-align: middle;
  font-size: 14px;
  margin-right: 3px;
  color: #fff;
}
.header_box .header .header_cart a i {
  height: 24px;
  width: 24px;
  background: url('../images/cart_w.svg') no-repeat center;
  background-size: 24px 24px;
  margin:5px 0px 0px 10px;
}
/*-子类-*/
.header_box .navbar {
  width: 100%;
  position: relative;
  z-index: 900;
  height: 50px;
  display: block;
  background-color: #333;
}
.header_box .navbar .indshow{
  position: relative;
  float: left;
  z-index: 9999;
  height: 50px;
}
.header_box .indshow h1 {
  width: 240px;
  background: #FB7827;
  float: left;
  height: 50px;
  font-weight: normal;
  margin-right: 30px;
  text-align: center;
}
.header_box .indshow h1 a {
  height: 50px;
  font-size: 18px;
  color: #ffffff;
}
.header_box .indshow h1 img{
  max-width: 18px;
}
.header_box .indshow h1 img,
.header_box .indshow h1 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  line-height:50px;
}
.header_box .indshow h1 span {
	margin-left: 8px;
}
.header_box .indshow h1 i {
  font-size: 24px;
}
.header_box .horizontal_nav li {
  float: left;
  text-align: center;
}
@media (max-width: 1250px) {
  .header_box .horizontal_nav {
    padding-left: 2%;
  }
}
.header_box .horizontal_nav > li > a {
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  padding: 0 20px;
}
.header_box .horizontal_nav > li > a ._icon{
  margin-right: 5px;
}
.header_box .horizontal_nav .avtive a,
.header_box .horizontal_nav > li:hover > a {
  background: rgba(0, 0, 0, 0.2);
}
.header_box .navbar .container {
  position: relative;
}
.navbar .navli{
	position:relative;
}
.navbar .navli > a{display:flex;align-items:center;color:#333;text-decoration:none;}
.navbar .navli > a .icon{font-size:12px;margin-left:3px;transition:transform 0.3s ease;display:inline-block}
.navbar .navli .navsub{
	position:absolute;
	top:100%;
	left:0;
	background:white;
	box-shadow:0 5px 5px 0 rgba(26, 26, 26, .1);
	border-radius:4px;
	min-width:168px;
	z-index:920;
	display:block;
	opacity:0;
	transform:translateY(10px);
	transition:opacity 0.3s,transform 0.3s; 
	border-radius: 0 0 5px 5px;
}
.navbar .navli .navsub ol{
	display: block;
	overflow: hidden;
	list-style:none;
	margin:0;
	padding:5px;
}
.navbar .navli .navsub ol li{
	display: block;
	overflow: hidden;
}
.navbar .navli .navsub ol li a{
	display: block;
	overflow: hidden;
	text-align: left;
	padding: 5px 10px;
  	line-height: normal;
}

/*==================== 侧栏导航 =====================*/
.lefter {
  overflow: hidden;
  width: 220px;
  margin-right: 15px;
  background-color: #ffffff;
  padding: 10px 15px;
}
.lefter h3 {
  font-size: 15px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.lefter .slide-nav {
  overflow: hidden;
  width: 100%;
}
.lefter .slide-nav li {
  position: relative;
  float: left;
  width: 100%;
  padding: 5px 0;
}
.lefter .slide-nav li a {
  border-left: 2px solid #ffffff;
  display: block;
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  color: #666666;
}
.lefter .slide-nav li a span {
  text-align: left;
  width: 80%;
  display: inline-block;
}
.lefter .slide-nav li i {
  display: inline-block;
  font-size: 14px;
  width: 20%;
  text-align: right;
}
.lefter .slide-nav li.active a {
  background: url(../images/user-left.png) #f4f4f4 no-repeat 95% 8px;
  border-left: 2px solid #999;
  border-radius: 2px;
  color: #333333;
}

/*====================右侧内容框样式=====================*/
.righter {
  overflow: hidden;
  width: auto;
  min-height: 600px;
	background-color: #ffffff;
	border: none;
}
.righter .box_wrap {
	overflow: hidden;
	padding:15px 20px 20px;
}
.righter .box_title {
  height: 45px;
  line-height: 45px;
  font-size:16px;
	border-bottom: 1px solid #efefef;
	color: #000000;
}
.righter .box_body {
  display: block;
  overflow: hidden;
  padding:20px 0;
  min-height: 500px;
  width: 100%;
}

/*=======右侧表单内容样式=========*/

.form-item {
	margin-bottom: 15px;
	clear: both;
	display: block;
	overflow: hidden;
}
.form-item .item-label {
	text-align: left;
	height: 35px;
	line-height: 35px;
	width:100px;
	float: left;
	margin-right: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.form-item .item-label .check-tips {
	display: none;
}
.form-item .item-controls {
	float: left;
}
.form-item .item-controls .lead {
	height: 35px;
	line-height: 35px;
}
.form-item .item-controls .check-tips {
	display: block;
	height: 25px;
	line-height: 25px;
}
.form-item a.link-btn {
	float: right;
	margin-left: 10px;
	height: 35px;
	line-height: 35px;
	display: block;
}


/*=======右侧会员中心内容样式=========*/
.righter .user-box {
	overflow: hidden;
	padding-top: 10px;
  margin-bottom: 10px;
}
/*=======会员个人资料样式=======*/
.y-middle{
	display: inline-block;
	*zoom: 1;
	*display: inline;
	vertical-align: middle;
}
.righter .user-box-left {
  overflow: hidden;
  width: 150px;
	text-align: center;
	padding: 5px 0;
	margin-right: 15px;
}
.righter .user-box-left .user-avatar {
	display: block;
	overflow: hidden;
  margin: 0 auto;
  width:78px;
	height:78px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #ccc;
}
.righter .user-box-left .user-avatar img {
  width: 100%;
  display: block;
}
.righter .user-box-left .user-name {
  display: block;
  overflow: hidden;
  margin:5px auto 10px auto;
}
.righter .user-box-left .user-name h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}
.righter .user-box-left .user-name p {
  color: #666;
  font-size: 14px;
}
.righter .user-box-right {
  overflow: hidden;
}
.righter .user-box-right .bottom li{
	float: left;
	width: 50%;
}
.righter .user-box-right .bottom a{
	display: block;
  height:30px;
  line-height: 30px;
  color:#666666;
}
.righter .user-box-right .bottom a span{
	color: #ababab;
}

/*====================会员中心信息样式=====================*/
.righter .userblock_data{
  overflow: hidden;
  zoom: 1;
	margin: 0 0px 15px;	
	background-color:#f5f5f5;
}
.righter .userblock_data ul li {
  width: 20%;
  float: left;
}
.righter .userblock_data a {
  display: block;
  overflow: hidden;
  height: 120px;
  padding-top: 25px;
  text-align: center;
	font-size: 16px;
	color: #7b7b7b;
}
.righter .userblock_data a:hover ,.righter .userblock_data li:nth-child(2n) a{
  background: #efefef;
}
.righter .userblock_data a span {
	font-size: 30px;
	color: #333333;
}


/*==============================================================================================*/
/*	消息页面
/*==============================================================================================*/

.message-box {
  overflow: hidden;
  background: #fff;
}
.message-box .message-nav {
  background: #fff;
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #efefef;
}
.message-box .message-nav li {
  float: left;
  padding: 0 30px;
}
.message-box .message-nav li a {
  display: block;
  font-size: 16px;
  color: #666;
  position: relative;
}
.message-box .message-nav li.active a {
  color: #FB7827;
}
.message-box .message-nav li.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #FB7827;
}
.message-box .message-list {
  overflow: hidden;
  padding:15px 0px;
}
.message-box .message-list ul li {
  padding: 30px;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 20px;
  position: relative;
}

.message-box .message-list ul li .unread:after {
  position:absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ff0000;
  top: 10px;
  right: 10px;
  z-index: 100;
} 

.message-box .message-list ul li dd {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.message-box .message-list ul li dd h3 {
  font-size: 16px;
	color: #333333;
	width:60%;
  vertical-align: middle;
}
.message-box .message-list ul li dd h3 img{
  width: 28px;
  height: 28px;
  border-radius: 14px;
}
.message-box .message-list ul li dd span {
  color: #b3b3b3;
  font-size: 14px;
}
.message-box .message-list ul li dt {
  overflow: hidden;
}
.message-box .message-list ul li dt p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 18px;
}
.message-box .message-list ul li dt em {
  font-size: 14px;
  color: #b3b3b3;
}
.message-box .message-list ul li dt em i {
  font-size: 14px;
}

/*==============================================================================================*/
/*	优惠券
/*==============================================================================================*/
.coupon-box {
  overflow: hidden;
  background: #fff;
}
.coupon-title {
  overflow: hidden;
	margin-bottom: 10px;
	background-color: #f5f5f5;
	padding:15px;
}
.coupon-title ul {
  overflow: hidden;
  float: left;
}
.coupon-title ul li {
  float: left;
  padding: 0 20px;
}
.coupon-title ul li:last-child {
  border-right: none;
}
.coupon-title ul li a {
  font-size: 16px;
  display: block;
  color: #666;
}
.coupon-title ul li.active a {
  color: #22ad38;
}
.coupon-title ._btn {
  display: block;
  float: right;
  font-size: 16px;
  color: #666;
}
.coupon-list{
	overflow: hidden;
	padding: 10px 0 20px 0;
}
.coupon-list li {
	width: 360px;
	height: 130px;
	overflow: hidden;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
    margin-right: 12px;
}
.coupon-list li:nth-child(3n){
	margin-right: 0;
}
.coupon-list li .coupon_content{
	padding: 10px 10px 0 10px;
	display: block;
	overflow: hidden;
	background: #fff;
	font-size: 12px;
	color: #333333;
	line-height: 22px;
	flex: 1;
    border: 1px solid #ddd;
}
.coupon-list li .coupon_content ._left {
	display: block;
	overflow: hidden;
	width: 100px;
	margin: 0px auto 10px auto;
	text-align: center;
	float: left;
}
.coupon-list li .coupon_content ._left img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
}
.coupon-list li .coupon_content ._right {
	display: block;
	overflow: hidden;
	width: 60%;
	margin: 0px auto 0px auto;
}	
.coupon-list li .coupon_content ._right .coupon_price{
	display: flex;
	align-items: center;
}
.coupon-list li .coupon_content ._right ._price {
	line-height: 30px;
	color: #f23030;
	font-family: Impact;
	font-size: 30px;
}
.coupon-list li .coupon_content ._right ._price i {
	font-size: 14px;
	margin: 0 3px 0 0;
}
.coupon-list li .coupon_content ._right ._condition{
	font-size: 12px;
	color: #f23030;
	background: #fff4ec;
	margin-left: 8px;
	padding: 0 8px;
}
.coupon-list li .coupon_content ._right .coupon_title{
	height: 36px;
	line-height: 18px;
	overflow: hidden;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 8px;
	cursor: default;
}		
.coupon-list li .coupon_content ._right p {
	font-size: 12px;
	color: #999;
	line-height: 16px;
	cursor: context-menu;
}	
.coupon-list li .subbtn  {
	position: relative;
	width: 52px;
	height: 100%;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;;
	display: flex;
	align-items: center;
	background: #f21f4e;	
	border-left: #f2f2f2 dotted 2px;
}		
.coupon-list li .subbtn::before {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: -8px;
	bottom: -8px;
	background-color: #fff;
	z-index: 2;
	border: 1px solid #ddd;
}
.coupon-list li .subbtn::after {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	content: '';
	position: absolute;
	left: -8px;
	top: -8px;
	background-color: #fff;
	z-index: 2;
	border: 1px solid #ddd;
}
.coupon-list li .already-used {
	background: #cbcbcb;
	border-left: #fff dotted 2px;
}

@media (max-width:1650px){
	.coupon-list li:nth-child(3n){
		margin-right: 12px;
	}
}
@media (max-width:1250px){
	.coupon-list li{
		width: 345px;
	}
}
/*==============================================================================================*/
/*	高级设置样式
/*==============================================================================================*/

.wallet-box {
  overflow: hidden;
}
.wallet-box .wallet-title {
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #efefef;
}
.wallet-detail {
  overflow: hidden;
  background: #fff;
  padding: 50px 0;
}
.wallet-detail .wallet-detail-balance {
  display: block;
  overflow: hidden;
  width: 100%;
  float: left;
  text-align: center;
  color: #FB7827;
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 50px;
}
.wallet-detail .wallet-detail-balance em {
  font-size: 14px;
}
.wallet-detail .wallet-detail-balance p {
  font-size: 14px;
  color: #333;
}
.wallet-detail .wallet-detail-recharge {
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.wallet-detail .wallet-detail-recharge a {
  margin: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #d9161c;
  color: #fff;
}
.wallet-list {
  overflow: hidden;
  background: #fff;
  margin-top: 20px;
}
.wallet-list .wallet-list-nav {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #efefef;
  padding-left: 135px;
  padding-right: 20px;
}
.wallet-list .wallet-list-nav li {
  float: left;
  width: 211px;
  color: #333;
  text-align: center;
  font-size: 14px;
}
.wallet-list .wallet-list-detail {
  overflow: hidden;
  padding: 20px;
}
.wallet-list .wallet-list-detail li {
  padding: 20px;
  overflow: hidden;
  background: #f8f8f8;
  display: flex;
  align-items: center;
}
.wallet-list .wallet-list-detail li ._thumb {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  margin-right: 70px;
}
.wallet-list .wallet-list-detail li ._thumb img {
  width: 100%;
  display: block;
}
.wallet-list .wallet-list-detail li ._time {
  width: 211px;
  overflow: hidden;
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-right: 5px;
}
.wallet-list .wallet-list-detail li ._transactions {
  overflow: hidden;
  width: 211px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}
.wallet-list .wallet-list-detail li ._amount {
  overflow: hidden;
  width: 211px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-right: 5px;
}
.wallet-list .wallet-list-detail li ._balance {
  overflow: hidden;
  width: 211px;
  text-align: center;
  font-size: 14px;
  color: #333333;
}
/*==============================================================================================*/
/*	修改和支付密码样式
/*==============================================================================================*/
.password-box {
  overflow: hidden;
  background: #fff;
}
.password-box h2 {
  overflow: hidden;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.password-box .ajax-form {
  overflow: hidden;
  padding: 50px 70px;
  width: 480px;
}
.password-box .form_item {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.password-box .form_item input {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border: 1px solid #efefef;
  width: 80%;
  padding: 0 10px;
}
.password-box .form_item button {
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: #FB7827;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
}
.password-box .form_item .form_check_info {
  right: 0;
  left: initial;
  top: 0;
}
.password-box .form_item .form_check_info .tips {
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}

/*==============================================================================================*/
/*	手机绑定样式
/*==============================================================================================*/
.checkmobile-box {
  overflow: hidden;
}
.checkmobile-box .step_box {
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
}
.checkmobile-box .step_box dl {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding: 0px;
  margin: 0px;
}
.checkmobile-box .step_box dl.active b {
  background: #FB7827;
}
.checkmobile-box .step_box dt b {
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #cccccc;
  color: #fff;
  display: block;
  overflow: hidden;
  margin: 0px auto;
	border-radius: 50%;
	z-index: 2;
	position: relative;
}
.checkmobile-box .step_box dt{
	position: relative;
}
.checkmobile-box .step_box dt::before{
	width: 100%;
	height: 2px;
	background: #cccccc;
	content: '';
	position: absolute;
	top:50%;
	margin-top: -2px;
	left: 0;
	z-index: 1;
}
.checkmobile-box .step_box dl.active dt::before{
  background: #FB7827;
}
.checkmobile-box .step_box dd {
  line-height: 35px;
  display: block;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin-top: 5px;
}
.checkmobile-box .ajax-form {
  width: 400px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 50px;
}
.checkmobile-box .ajax-form .form_item {
  overflow: hidden;
  margin-bottom: 20px;
}
.checkmobile-box .ajax-form .item-label {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.checkmobile-box .ajax-form .controls {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.checkmobile-box .ajax-form .form_item input {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e0e0e0;
  padding: 0 10px;
  margin-left: 10px;
  width: 180px;
}
.checkmobile-box .ajax-form .form_item .btn-com {
  background: #FB7827;
  color: #fff;
}
.checkmobile-box .ajax-form .form_item .verify_btn {
  height: 40px;
  line-height: 40px;
  background: #b3b3b3;
  width: 120px;
  border-radius: 5px;
  color: #fff;
}

/*==============================================================================================*/
/*	绑定踢现账号页面样式
/*==============================================================================================*/
.bind-lists {
  overflow: hidden;
  background: #fff;
  padding: 0px;
}
.bind-lists ul li {
  overflow: hidden;
  padding: 25px 20px;
  border-bottom: 1px solid #ddd;
  background: #f8f8f8;
  cursor: pointer;
}
.bind-lists ul li label {
  padding-left: 15px;
  font-size: 14px;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.bind-lists ul li ._left {
  float: left;
}
.bind-lists ul li ._left > div {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.bind-lists ul li ._right {
  float: right;
}

/*==============================================================================================*/
/*	提现页面样式
/*==============================================================================================*/

.docash-box {
  overflow: hidden;
}
.docash-box .form_item {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  padding: 30px;
  overflow: hidden;
  background: #fff;
}
.docash-box .form_item:first-child {
  margin-bottom: 10px;
}
.docash-box .form_item label {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
.docash-box .form_item input,
.docash-box .form_item select {
  height: 40px;
  line-height: 40px;
  flex: 1;
  overflow: hidden;
  font-size: 14px;
  color: #b3b3b3;
}
.docash-box .form_item .pull-right {
  font-size: 14px;
  color: #FB7827;
}
.docash-box .form_item i {
  color: #b3b3b3;
  font-size: 14px;
}
.docash-box .form_item span {
  font-size: 14px;
  color: #22ad38;
}
.docash-box .form_item:nth-child(2) {
  border-bottom: 1px solid #efefef;
}
.docash-box .form_item:nth-child(4) {
  background: none;
  justify-content: space-between;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  font-size: 14px;
}
.docash-box .form_item p {
  font-size: 14px;
  color: #b3b3b3;
}
.docash-box .form_item:last-child {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #22ad38;
  color: #fff;
  border-radius: 30px;
  padding: 0;
  margin-top: 15px;
}
.docash-box .form_item:last-child button {
  background: none;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
}

/*==============================================================================================*/
/*	提现明细页面样式
/*==============================================================================================*/

.cash-box {
  overflow: hidden;
  background: #fff;
}
.cash-box h2 {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #efefef;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  padding: 0 30px;
}
.cash-box .cash-nav {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.cash-box .cash-nav li {
  width: 25%;
  overflow: hidden;
  padding: 15px 0;
  text-align: center;
}
.cash-box .list_item {
  overflow: hidden;
  padding: 0 30px;
}
.cash-box .list_item li {
  overflow: hidden;
  padding: 15px 0;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
	margin-bottom: 15px;
	background-color: #f5f5f5;
}
.cash-box .list_item li span {
  display: block;
  font-size: 14px;
  color: #666;
  width: 25%;
}

/*==============================================================================================*/
/*管理地址页面 Address
/*==============================================================================================*/
.add-box .add-content .form-item .form_check_info {
  position: absolute;
  z-index: 1000;
  left: 0px;
  bottom: -20px;
  font-size: 12px;
}
.add-box .add-content .form-item .form_check_info .tips {
  padding: 0px 2px;
  height: 20px;
  margin: 0px;
  color: #f00;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
}
.add-box .add-content .form-item .form_check_info .tips i {
  font-size: 12px;
}

.address_list {
  overflow: hidden;
  padding: 0;
}
.address_list li {
  position: relative;
  overflow: hidden;
  line-height: 25px;
  background: #f8f8f8;
  padding: 10px 15px;
  margin-bottom: 2%;
  width: 32%;
  float: left;
  margin-right: 2%;
}
.address_list li:nth-child(3n){
	margin-right: 0;
}
.address_list li dl,.address_list li dd{
	font-size: 14px;
	color: #666;	
}
.address_list li dl a,.address_list li dd a{
	font-size: 14px;
	color: #616161;
}
.address_list li dl h4{
	font-weight: normal;
	margin: 8px 0;
}
.address_list li dl ._address{
	min-height: 40px;
	line-height: 20px;
}
.address_list li dd{
	text-align: right;
}

@media (max-width:1250px){
	.address_list li {
		width: 49%;
	}
	.address_list li:nth-child(3n){
		margin-right: 2%;
	}
	.address_list li:nth-child(2n){
		margin-right: 0;
	}
}
/*==============================================================================================*/
/*	订单中心 order
/*==============================================================================================*/
.order_box {
  overflow: hidden;
}
.order_box ._title {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
}
.order_box ._title h2 {
  font-size: 16px;
  color: #333;
  float: left;
  font-weight: 400;
}
.order_box ._title a {
  display: block;
  float: right;
  font-size: 12px;
  color: #666;
}
.order_box ._title i {
  font-size: 12px;
}
.order_box .table {
  border: 1px solid #efefef;
}
.data-table td{
	border-color: #e5e5e5;
	text-align: center;
}
.data-table ._btn{
	min-width: 99px;
}
.order_box ._btn a {
	background: #FB7827;
  text-align: center;
  color: #fff;
  margin-right:3px;
  padding: 5px 10px;
  border-radius: 3px;
}
@media (max-width: 1250px) {
	.order_box ._btn a {
		padding: 5px 6px;
	}
}
.order_box ._btn a.cancel {
  background: #cecece;
}
.order_box ._btn a:last-child{
	background: #FB7827;
}
.nodata_list {
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
}
.nodata_list p {
  font-size: 16px;
  color: #333;
  margin: 5px 0;
}
.nodata_list a {
  width: 90px;
  height: 30px;
  line-height: 30px;
  color: #333;
  margin: 10px auto 0;
  font-size: 14px;
  display: block;
  border-radius: 30px;
  border: 1px solid #e0e0e0;
}

/*======================= 订单中心页面样式 ===========================*/
.order-nav {
  display: block;
  overflow: hidden;
  background: #f8f8f8;
  margin-bottom: 10px;
}
.order-nav ul li {
  float: left;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
}
@media (max-width: 1650px) {
  .order-nav ul li {
    padding: 0 20px;
  }
}
.order-nav ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.order-nav ul li.active a {
  color: #FB7827;
}
.order-nav ul li.active a::before {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background: #FB7827;
  bottom: 0;
  position: absolute;
}
.order_list {
  overflow: hidden;
  padding: 10px 0px 20px 0px;
}
.order_list .list_item li {
  overflow: hidden;
  width: 100%;
	margin-bottom: 20px;
	background: #fff;
  border: #eee solid 1px;
}
.order_list .list_item li h2 {
  overflow: hidden;
  display: block;
	font-weight: normal;
	font-size: 12px;
  padding: 10px;
  background: #f8f8f8;
}
.order_list .list_item li h2 ._left{
  color: #666;
  float: left;
}
.order_list .list_item li h2 ._right {
  float: right;
  color: #888;
}
.order_list .list_item li dd {
  overflow: hidden;
  padding: 12px 10px;
  position: relative;
  box-sizing: border-box;
}
.order_list .list_item li dd ._thumb img {
  width: 100%;
  display: block;
}
.order_list .list_item li dd ._info {
  float: left;
  display: block;
  overflow: hidden;
	width:35%;
	text-align: left;
	padding: 0;
}
.order_list .list_item li dd ._thumb {
  width: 68px;
  height: 68px;
	overflow: hidden;
	float: left;
}
.order_list .list_item li dd ._name {
	text-align: left;
	padding-left: 15px;
	display:block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
	overflow: hidden;
}
.order_list .list_item li dd ._spec {
  float: left;
  display: block;
  overflow: hidden;
  width:25%;
  text-align: center;
}
.order_list .list_item li dd ._price {
  float: left;
  display: block;
  overflow: hidden;
  width:10%;
  color: #FB7827;
  text-align: center;
}
.order_list .list_item li dd ._count {
  float: left;
  display: block;
  overflow: hidden;
  text-align: center;
  width:10%;
}
.order_list .list_item li dd ol {
  width:20%;
  overflow: hidden;
  display: inline-block;
	*display: inline;
	vertical-align: middle;
  *zoom: 1;
  text-align: right;
}
.order_list .list_item li dd ol a {
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  background: #FB7827;
  color: #fff;
  font-size: 12px;
  border-radius: 12px;
  text-align: center;
  padding: 0px 20px;
  margin-left: 8px;
  float: right;
}
.order_list .list_item li dd ol a.cancel{
	background: #fff;
  color: #FB7827;
  border: #FB7827 solid 1px;
  box-sizing: border-box;
}
/*======================= 订单详情页面样式 ===========================*/

.detail-box {
  overflow: hidden;
}
.detail-box .detail-pro {
  overflow: hidden;
  background: #fff;
  padding: 0 0px 20px;
  border: #eee solid 1px;
}
.detail-box .detail-pro .detail-pro-title {
	overflow: hidden;
	padding: 10px;
  background: #f8f8f8;
}
.detail-box .detail-pro .detail-pro-title li {
  float: left;
  width:20%;
  overflow: hidden;
  text-align: center;
}
.detail-box .detail-pro .detail-pro-title li:first-child {
  width:40%;
}
.detail-box .detail-pro .detail-pro-list{
  display: block;
  overflow: hidden;
}
.detail-box .detail-pro .detail-pro-list li {
  width: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
  border-bottom: #eee solid 1px;
}
.detail-box .detail-pro .detail-pro-list li:last-child {
  margin-bottom: 0;
  border-bottom: #eee solid 0px;
  padding-bottom: 0px;
}
.detail-box .detail-pro .detail-pro-list li ._info {
	overflow: hidden;
	width:40%;
  margin-right: 1%;
}
.detail-box .detail-pro .detail-pro-list li ._thumb {
	width: 48px;
	height: 48px;
	overflow: hidden;
	float: left;
}
.detail-box .detail-pro .detail-pro-list li ._thumb img {
  width: 100%;
  display: block;
}
.detail-box .detail-pro .detail-pro-list li ._name {
	text-align: left;
	padding-left: 15px;
	display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.detail-box .detail-pro .detail-pro-list li ._spec {
  text-align: center;
  font-size: 14px;
  color: #666;
  width:20%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.detail-box .detail-pro .detail-pro-list li ._price {
  text-align: center;
  font-size: 14px;
  color: #666;
  width:20%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.detail-box .detail-pro .detail-pro-list li ._count {
  text-align: center;
  font-size: 14px;
  color: #666;
  width:20%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.detail-box .detail-pro .detail-pro-list li .total_amount {
  text-align: center;
  font-size: 14px;
  color: #FB7827;
  width: 15%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.detail-info {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.detail-info ul {
  overflow: hidden;
}
.detail-info ul li {
  width: 49%;
  float: left;
  overflow: hidden;
  line-height: 30px;
  height: 30px;
  text-align: left;
  font-size: 14px;
  color: #333;
  margin-right: 2%;
}
.detail-info ul li:nth-child(2n) {
  margin-right: 0;
}
.detail-info ul li .desc_1,
.detail-info ul li .desc_2,
.detail-info ul li .desc_3 {
  color: #FB7827;
}
.detail-info ._btn {
  overflow: hidden;
  margin-top: 20px;
}
.detail-info ._btn a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
	background: #FB7827;
  color: #fff;
  border: #FB7827 solid 1px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  border-radius: 14px;
  margin-right: 10px;
  padding: 0 20px;
}

/*==============================================================================================*/
/*	分销样式
/*==============================================================================================*/
.account-title {
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  font-size: 18px;
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
}
.agent_body {
  overflow: hidden;
  background: #fff;
  padding: 30px;
}
.agent_body .agent_info {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.agent_body .agent_info dd {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 1px solid #eee;
  border-radius: 50%;
  margin-right: 20px;
}
.agent_body .agent_info dd img {
  width: 100%;
  display: block;
}
.agent_body .agent_info dl {
  overflow: hidden;
}
.agent_body .agent_info dl p {
  font-size: 16px;
  color: #333;
}
.agent_body .agent_info_commission {
  overflow: hidden;
  background-color: #212950;
  background-image: linear-gradient(to top right, #212950, #37447e);
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px 20px 20px;
  color: #ffcc00;
}
.agent_body .agent_info_commission .agent_vip {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agent_body .agent_info_commission .agent_vip p {
  height: 35px;
  line-height: 35px;
  font-size: 14px;
}
.agent_body .agent_info_commission .agent_vip .J_open1 {
  height: 35px;
  padding: 0 20px;
  line-height: 35px;
  border: 1px solid #ffcc00;
  border-radius: 30px;
  color: #ffcc00;
}
.agent_body .agent_info_commission .agent_promote {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agent_body .agent_info_commission ol {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-radius: 30px;
  background: #ffcc00;
  color: #333;
  text-align: center;
  margin: 15px 0 0;
}
.agent_body .agent_index_list ul li {
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  padding: 0 30px;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.agent_body .agent_index_list ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.agent_body .agent_index_list ul li p {
  font-size: 16px;
}
.agent_body .agent_index_list ul li p i {
  font-size: 20px;
  margin-right: 5px;
}
.share_box {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.backdrop {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 8888;
  filter: alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  background-color: #000;
  display: none;
}
.share_box ._body {
  width: 400px;
  height: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  padding: 60px 40px 20px 40px;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: fixed;
  border-radius: 10px;
  z-index: 9999;
}
.share_box ._body img {
  width: 100%;
  display: block;
}

/*==============================================================================================*/
/*	好友面样式
/*==============================================================================================*/
.order_nav {
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #efefef;
}
.order_nav ul li {
  float: left;
  overflow: hidden;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
}
.order_nav ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  position: relative;
}
.order_nav ul li.active a {
  color: #22ad38;
}
.order_nav ul li.active a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #22ad38;
  bottom: 0;
  left: 0;
}
.team_list {
  overflow: hidden;
  padding: 30px;
  background: #fff;
}
.team_list ul li {
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #efefef;
  padding: 10px;
}
.team_list ul li a {
  display: flex;
  align-items: center;
}
.team_list ul li > a div {
  width: 23%;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.team_list ul li ._thumb {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.team_list ul li ._thumb img {
  width: 100%;
  display: block;
}
.team_list ul li ._btn {
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  width: 120px;
  margin: 0 auto;
  background: #FB7827;
  color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 9;
}
.change_edit {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
}
.change_div {
  width: 400px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
}
.change_div > div {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
.change_div .change_name {
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
}
.change_div .change_button {
  width: 80%;
  display: block;
  background-color: #FB7827;
  color: #ffffff;
  border: none;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  margin: 15px auto 0;
}

/*==============================================================================================*/
/*收藏列表 favorite
/*==============================================================================================*/

.favor_list{
	overflow: hidden;
}
.favor_list .list_item {
    overflow: hidden;
    padding: 0px;
}
.favor_list ul li{
    width: 23.5%;
    overflow: hidden;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    border: #eee solid 1px;
    padding: 10px;
}
.favor_list ul li:nth-child(4n){
	margin-right: 0;
}
.favor_list ul li a {
    display: block;
}
.favor_list ul li dd {
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}
.favor_list ul li dd img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 50%;
    bottom: 0;
    margin: 0 auto;
    transform: translate(-50%,-50%);
}
.favor_list ul li dl {
    overflow: hidden;
}
.favor_list ul li dl h3 {
    text-align: left;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.favor_list ul li dl p {
    font-size: 20px;
    color: #EF1923;
    text-align: left;
}
.favor_list ul li dl p em {
    font-size: 14px;
}
.favor_list ul li .btn-group {
    overflow: hidden;
    margin-top: 15px;
    opacity: 0.8;
}
.favor_list ul li .btn-group a {
    width: 86px;
    display: inline-block;
    height: 28px;
    text-align: center;
    background: #eee;
    font-size: 12px;
    line-height: 28px;
    border-radius: 3px;
}
.favor_list ul li .btn-group a:last-child {
    background: #FB7827;
    color: #fff;
}
.favor_list ul li:hover {
    border: #ccc solid 1px;
}
.favor_list ul li:hover .btn-group{
	opacity: 1;
}

/*==============================================================================================*/
/*页脚模块 footer
/*==============================================================================================*/
.footer {
  position: relative;
  display: block;
  clear: both;
  background: #ffffff;
  overflow: hidden;
}
.footbd {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  padding: 25px 20px;
  color: #777;
}
.footbd h2 {
  color: #cccccc;
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
.footbd h2 i {
  font-size: 18px;
  color: #333;
  margin-right: 5px;
}

.footbd .col {
  width: 180px;
  margin-right: 20px;
  float: left;
}
.footbd .xcol {
  width: 300px;
  float: right;
}
.footbd .xcol .bd {
  display: block;
  overflow: hidden;
}
.footbd .xcol p {
  padding: 5px 0px;
  margin: 0px;
  display: block;
  overflow: hidden;
  color: #e2231a;
  line-height: 30px;
  font-size: 22px;
  font-weight: bolder;
}
.footbd .xcol img {
  margin-bottom: 5px;
  width: 100px;
  background: #fff;
  padding: 5px;
}
.footbd .xcol span {
  display: block;
  overflow: hidden;
  text-align: center;
  width: 100px;
}

.footbd a {
  line-height: 28px;
  color: #888888;
}
.footbd a:hover {
  color: #eeeeee;
}

.footer_box {
  width: 100%;
  padding: 35px 15px;
  clear: both;
  overflow: hidden;
  background: #f5f5f5;
}
.footer_box .container {
	text-align: center;
	padding-left: 235px;
}
.footer_box a,
.footer_box p {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  color: #9b9b9b;
}

.footbot {
  display: block;
  border-top: #eee solid 1px;
  overflow: hidden;
  padding: 15px 20px;
  margin: 0px;
  line-height: 25px;
  color: #888;
}

.link_box {
  margin-bottom: 10px;
  margin: 0 auto;
  text-align: center;
}
.link_box a {
  color: #888;
  display: inline-block;
}
.link_box a:hover {
  color: #f42424;
}
.link_box .spacer {
  overflow: hidden;
  margin: 0 17px;
  width: 1px;
  height: 11px;
  background-color: #999;
  display: inline-block;
}
.link_box .spacer:last-child {
  display: none;
}
