/*==============================================================================================*/
/*	公用样式
/*==============================================================================================*/

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: #0A4FDA;
}
.btn-rad {
  overflow: hidden;
  border-radius: 3px;
  background: #22ad38 !important;
  padding: 0;
}

/* 直角按钮 */
.btn-com {
  overflow: hidden;
  background: #ff8000 !important;
  width: 120px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
  padding: 0;
}
/* 直角按钮 */
.btn-com:hover {
  background: #ff8000 !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: #FF8000; }
.main_bgr{ background: linear-gradient(#207af7, #3664db); }
.main_color{ color: #FF8000;  }
.main_border{ border-color: #FF8000; }
.link{ color: #FF8000;}

/*==================== 通用菜单 =====================*/
.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 {
  position: relative;
  z-index: 9999;
  zoom: 1;
  background-color: #ffffff;
}
.main_row {
  width: 100%;
}


/*==================== 侧栏导航 =====================*/
.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: 33.33%;
  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: #FF8000;
}
.message-box .message-nav li.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  display: block;
  background: #FF8000;
}
.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 {
    width: 101.33%;
}
.coupon-list li {
  position: relative;
  padding: 20px 0;
  width:32%;
  height: 250px;
  background: #fbf3e9;
  overflow: hidden;
  margin-right:1.33%;
  float: left;
  margin-bottom: 12px;
  cursor: pointer;
}
@media (min-width:1250px){
    .coupon-list{
        width: 101%;
    }
    .coupon-list li {
        width:24%;
        margin-right: 1%;
    }
}


.coupon-list li .user-coupon {
  position: relative;
  width: 100%;
  padding: 0 15px 15px;
  border-bottom: 1px dotted #b48a61;
  margin-bottom: 15px;
}
.coupon-list li .user-coupon::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: -8px;
  bottom: -8px;
  background-color: #ffffff;
  z-index: 2;
}
.coupon-list li .user-coupon::after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  background-color: #ffffff;
  z-index: 2;
}
.coupon-list li .user-coupon dl,
.coupon-list li .user-coupon dt {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  width: 48%;
}
.coupon-list li .user-coupon dl {
  font-size: 14px;
  color: #b48a61;
}
.coupon-list li .user-coupon dt .price {
  line-height: 34px;
  color: #b48a61;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.coupon-list li .user-coupon dt .price i {
  font-size: 14px;
  margin: 0 3px 0 0;
}
.coupon-list li .user-coupon dt p {
  font-size: 14px;
  color: #b48a61;
  text-align: center;
  line-height: 14px;
}
.coupon-list li .user-sawtooth {
  padding: 0 20px 20px;
}
.coupon-list li .user-sawtooth p {
  font-size: 12px;
  color: #b48a61;
  line-height: 22px;
}
.coupon-list li .user-sawtooth span {
  display: block;
  margin: 10px auto 0;
  width: 156px;
  height: 30px;
  line-height: 30px;
  background: #b48a61;
  border-radius: 15px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.coupon-hover{
    display:none;
    position: absolute;
    background-color: #ffffff;
    padding: 12px;
    border-radius: 6px;
    width: 87%;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height:110px;
    overflow: hidden;
    overflow-y: auto;
    font-size: 12px;
}
.coupon-hover span{
    color: #b48a61;
}
.coupon-list li:hover .coupon-hover{
    display: block;
}

/*==============================================================================================*/
/*	高级设置样式
/*==============================================================================================*/

.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: #E1251B;
  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: #e1251b;
  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: #FF8000;
}
.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: #FF8000;
}
.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: #e1251b;
  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: #e1251b;
}
.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 {
  display: block;
  background: #f8f8f8;
  overflow: hidden;
  padding: 12px;
  border: 1px solid #f5f5f5;
  margin-bottom: 20px;
  width: 100%;
  border-radius: 5px;
}
.address_list li dl ,.address_list li dd{
  display: inline-block;
  vertical-align:middle;
  *display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #666;
	width:78%;
}
.address_list li dd{
	width:20%;
  text-align: right;
}
.address_list li dd a {
  font-size: 14px;
  color: #666;
  padding-left: 12px;
}
.address_list li dd span input[type="radio"] {
  width:100%;
  height: 30px;
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.address_list li dd span label {
	width:100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: none;
  border: 1px solid #e1251b;
  color: #e1251b;
	border-radius: 2px;
	padding: 0 5%;
}
.address_list li dd span input:checked + label {
  color: #fff;
  background: #e1251b;
}

/*==============================================================================================*/
/*	订单中心 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: #e1251b;
  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: #E1251B;
}
.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: #ff8000;
}
.order-nav ul li.active a::before {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background: #ff8000;
  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: #e4393c;
  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: #e4393c;
  color: #fff;
  font-size: 12px;
  border-radius: 12px;
  text-align: center;
  padding: 0px 20px;
  float: right;
  margin:0 4px 8px;
}
.order_list .list_item li dd ol a.cancel{
	background: #fff;
  color: #e4393c;
  border: #e4393c 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: #e1251b;
  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: #e1251b;
}
.detail-info ._btn {
  overflow: hidden;
  margin-top: 20px;
}
.detail-info ._btn a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
	background: #e4393c;
  color: #fff;
  border: #e4393c 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: #e1251b;
  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: #e1251b;
  color: #ffffff;
  border: none;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  margin: 15px auto 0;
}

/*==============================================================================================*/
/*收藏列表 favorite
/*==============================================================================================*/

.favor_nav{
	background: #fff;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #efefef;
}
.favor_nav li {
    float: left;
    padding: 0 30px;
}
.favor_nav li a {
    display: block;
    font-size: 16px;
    color: #666;
    position: relative;
}
.favor_nav li.active a {
    color: #FF8000;
}
.favor_nav li.active a::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    display: block;
    background: #FF8000;
}


.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: #FF8000;
    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;
}
