/* CSS Document */
body, html {
  -webkit-tap-highlight-color: transparent;
}
* {
	font-family: "Î¢ÈíÑÅºÚ", verdana, arial;
	margin: 0;
	padding: 0;
}
a{
	color:#333;}
h1,h2,h3,h4,h5,h6,h7,th,p {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: "Î¢ÈíÑÅºÚ", verdana, arial;
}
.ftBlue{ color:#06C;}
.ftOrange{ color:#F90;}
.ftYellow{ color:#FF0;}
.ftRed{ color:#F00;}
.ftGray{ color:#666;}
.ftGreen{color:#360;}
.ftStrong{ font-weight:bold;}
body {
	font-size: 14px;
}

img {
	border: 0;
}

ul,li {
	list-style: none;
}

header{
	position:relative;
	}
header h1{
	clear:both;
	overflow:hidden;
	padding-top:10px;
	text-align:center;}
header h1 img{
	}
.mobile-inner-nav a{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}
		
@-webkit-keyframes returnToNormal {
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
  }

  100% {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
  }
}

@keyframes returnToNormal {
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
  }

  100% {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
  }
}
.mobile-inner-nav a{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}
		
@-webkit-keyframes returnToNormal {
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
  }

  100% {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
  }
}

@keyframes returnToNormal {
  0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
  }

  100% {
	opacity: 1;
	-webkit-transform: none;
			transform: none;
  }
}
.mobile-inner-header{
	width: 100%;
	height: 50px;
	position: absolute;
	top: 45%;
	right: 0px;
	z-index:10;
	margin-top:-25px;
}
.websitename{
	float:left;
	line-height:50px;
	padding-left:10px;
	color:#fff;
	font-size:16px;}
.mobile-inner-header-icon{
	color: #ffffff;
	height: 50px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 50px;
	position: relative;
	
}
.mobile-inner-header-icon:hover{
	cursor: pointer;
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 3px;
	background-color:#b46b24;
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(3){
transform: translateY(0px) rotate(0deg);
	}
.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}		
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
.mobile-inner-header-icon-click span:nth-child(3){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
	}
@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}	
@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
	  opacity: 1
  }

  100% {
    opacity: 0
  }
}	
.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.mobile-inner-nav{
	background-color:#b46b24;
	width: 100%;
	position: absolute;
	top: 90px;
	left: 0px;
	padding: 5px 0 20px;
	display: none;
	z-index:10;
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 35px;
	text-decoration: none;
	width: 90%;
	margin-left: 5%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.mobile-inner-nav a:hover{
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

.swiper-container {
	width: 100%;
} 

.swiper-container img {
	display: block;
	width: 100%;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b46b24;
}
.tab-news-content .news-list-wrapper:first-child > div:first-child {
    border-top: 0;
}
.rec-item {
    text-align: left;
}
.tab-news-content .news-list-wrapper:first-child > div:first-child .inner-item {
    border-top: none !important;
}
.tab-news-content .tpl-3 a.inner-item {
    min-height: 118px;
}
.tab-news-content .news-item .inner-item {
    margin: 0 16px;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0 13px;
    display: block;
}
.tab-news-content .news-item .text-content {
    margin-bottom: 3px;
}
.tab-news-content .tpl-3 a.inner-item .text-content h2 {
    -webkit-line-clamp: 2;
	margin-bottom:5px;
	overflow:hidden;
}
.tab-news-content .news-item h2 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab-news-content .news-item .hotRec0 {
    background-position: 0 0;
    background-color: #ffe4e4;
}
.tab-news-content .news-item .hotRec0 {
    background-position: 0 0;
    background-color: #ffe4e4;
}
.tab-news-content .news-item .hotRec {
    display: none;
    width: 17px;
    height: 17px;
    background-image: url("//m.baidu.com/static/index/plus/public/tab_news.png");
    background-size: 98px 41px;
    position: relative;
    top: 3px;
    margin-left: 6px;
}

.tab-news-content .news-item h2 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
}
.tab-news-content .news-item .img-wrap {
    display: inline-block;
    width: 33.105%;
    margin-right: 1px;
    height: 0;
    padding-top: 21.99%;
    position: relative;
    vertical-align: top;
}
.tab-news-content .news-item .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.tab-news-content .news-item .img-wrap:last-child {
    margin-right: 0;
}
.tab-news-content .news-item .news-from {
    margin-top: 9px;
    line-height: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}
.tab-news-content .news-item .news-from span {
    margin-right: 8px;
    font-size: 13px;
    color: #999;
    display: inline-block;
}

.tab-news-content .tpl-2 .inner-item {
    position: relative;
    padding: 14px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.tab-news-content .tpl-2 .info-content {
    width: 67.88%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -webkit-order: 2;
    order: 2;
}

.tab-news-content .tpl-2 .info-content > div {
    margin-left: 14px;
}

.tab-news-content .tpl-2 .text-content h2 {
    -webkit-line-clamp: 2;
}

.tab-news-content .tpl-2 .pic-content {
    width: 33.65%;
    position: relative;
}

.tab-news-content .tpl-2 .pic-content div {
    width: 100%;
    padding-top: 66.67%;
}

.tab-news-content .tpl-2 .pic-content img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.weui-tab__bd{
	padding-bottom:55px;}

.s-news-special-item-tpl-3 {
    min-height: 87px;
    _height: 87px;
    overflow: visible;
	padding:0 16px;
}
.s-news-special {
    border-top: 1px solid #f0f0f0;
    position: relative;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFW¡­AAVcLTfgAAAAF0Uk5TAEDm2GYAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=) repeat;
}
.s-news-special-item-tpl-3 h2{
	width: 100%;
    height: 20px;
    padding-top: 20px;
    padding-bottom: 2px;
	font-weight: normal;
	}
.s-news-special h2 .s-title-yahei {
    font-size: 18px;
    font-family: arial, 'Microsoft Yahei', Î¢ÈíÑÅºÚ;
}
.s-news-special-item-tpl-3 h2 a {
    display: inline-block;
	font-size: 16px;
    color: #333;
    zoom: 1;
    vertical-align: middle;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.s-news-special .from {
    width: 100%;
    position: relative;
	color: rgba(0,0,0,0.4);
    font-size: 13px;
	display:block;
	padding-top:8px;
}
.s-news-special .from .src-net {
    margin-right: 6px;
}
.s-news-special .from .src-time {
    vertical-align: -1px;
    _vertical-align: auto;
    margin-right: 6px;
}
.s-news-special .src-net a,.s-news-special .src-net a:hover {
    text-decoration: none;
    color: rgba(0,0,0,0.4);
    color: #999\9;
}
.weui-tabbar{
	position:fixed;}
.weui-cells__title{
	font-size:18px;
	box-shadow:0 0 10px #ccc;
	margin: 0;
	background:#eee;
	line-height:40px;
	color:#b46b24;}
.weui-cells__title a{
	color:#b46b24
	}

.weui-article{
	line-height:2em;}
.rich_media_title {
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 24px;
}
.rich_media_meta_list {
    margin-bottom: 18px;
    line-height: 20px;
}
.rich_media_meta_list em {
    font-style: normal;
}
.rich_media_meta_text {
    color: #8c8c8c;
}
.rich_media_meta {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 14px;
}
.yuedu_box{
	color: #8c8c8c;
	}

.contact-box .weui-cell__bd p{
	width:50px;}
.error {
	border: 1px solid #F00;
	background: #FFECEC;
	font-weight:normal;
	padding-top:5px;
	font-size:14px;
}
input.error,textarea.error {
	background: #FFF0F0;
	border: 1px solid #FDD;
	display: block;
	font-size: inherit;
}

label.error {
	color: #F90;
	border: 0;
	background: none;
}
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
    color: #b46b24;
}
.weui-progress__inner-bar {
    width: 0;
    height: 100%;
    background-color: #b46b24;
}
.weui-btn_primary {
    background-color: #b46b24;
}
.weui-vcode-btn {
    display: inline-block;
    padding: 0 .6em 0 .7em;
    border-left: 1px solid #e5e5e5;
    line-height: 44px;
    font-size: 17px;
    color: #b46b24;
}
.content-block{
	padding:10px 15px 0;}
.jiben {
    background: #FFF;
    padding: 10px 0.75rem;
    margin-top: 0;
}
.tx_box {
    float: left;
    padding-bottom: 10px;
    width: 100%;
    position: relative;
    color: #666666;
    line-height: 25px;
}
.tx_box .tx {
    width: 75px;
    height: 75px;
    float: left;
    margin-top: 5px;
}
.jiben .tx img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    max-width: 100%;
}
.tx_box ul {
    float: left;
    margin-left: 0.8rem;
    list-style: none;
    margin-top: 10px;
}
.tx_box ul li.shijian{
	font-size:.6rem;
	}
.myinfo {
    position: absolute;
    right: 10px;
    top: 25%;
    margin-top: 5px;
}
.sstfont {
    font-family: "sstfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sst-xiangyou:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
    position: absolute;
    top: 15px;
    right: 2px;
}
.clearfix:after{content:".";display:block;height:0;visibility:hidden;clear:both}
.clearfix{*zoom:1}

.weui-form-preview__btn{
	color:red;}

.homeslide{
	height:100%;}
.homeslide .swiper-wrapper{
	height:100%;}
.homeslide .swiper-wrapper .swiper-slide{
	height:100%;
	animation: animatedBackground 50s linear infinite;
	-webkit-transition: all .800s;
    -moz-transition: all .800s;
    -o-transition: all .800s;
    transition: all .800s;
	}


@keyframes animatedBackground {
  0% { background-position: 0 0; }
  50% { background-position: 100% 0; }
  100% { background-position: 0 0; }
}

.mobile-nav{
	width:33.3%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background:rgba(0,0,0,0.5);}
.mobile-nav h1{
	margin:0;
	padding:20px;}
.mobile-nav ul{
	padding-left:15px;
	overflow-y: scroll;
	height:100%;}
.mobile-nav ul li{
	margin-bottom:15px;}
.mobile-nav ul li a{
	color:#fff;
	text-transform:uppercase;}

.contentad{
	background:#f3f3f3;
	overflow:hidden;
	padding:10px 0;}
.contentad img{
	width:100%;
	float:left;}

.piclist{
	display:flex;
	flex-wrap:wrap;
	padding:10px 5px;
	}
.piclist li{
	width:calc((100% - 20px) / 2);
	padding:0 5px 10px;
	position:relative;
	margin-bottom:10px;
	}
.piclist li:after{
	content:"";
	position:absolute;
	left:5px;
	bottom:0;
	width:calc(100% - 5px);
	height:1px;
	background:#f0f0f0;}
.piclist li:nth-child(2n+0):after{
	left:0;
	}
.piclist li img{
	width:100%;
	border-radius:5px;}
.piclist li .text1{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;}
.piclist li .yuanjia{
	color:#a7a7a7;
	padding-top:5px;}
.piclist li .xianjia{
	color:#b46b24;
	padding-top:8px;}
.ydlist li .yuanjia{
	font-size:12px;
	}
.ydlist li .yuanjia .xj{
	font-size:16px;
	color:#b46b24;
	}
.ydlist li .yuanjia .yj{
	text-decoration:line-through;
	}


#topNav {
	width:calc(100% - 0);
	overflow: hidden;
	background:#fff;
}
#topNav .swiper-slide {
	letter-spacing:2px;
	width:auto;
	text-align:center;
	padding:0 10px;
}
#topNav .swiper-slide a{
	transition:all .3s ease;
	display: inline-block;
	border-bottom:1px solid #fff;
	font-size:1.2em;
	padding:10px 0;
}
#topNav .active a{
	color:#b46b24;
	border-bottom:1px solid #b46b24;
}

.dtl_top{
	padding:15px 30px;}
.dtl_top .text1{
	font-size:18px;}
.dtl_top .text2{
	font-size:12px;
	color:#888;
	padding-top:8px;
	line-height:1.8em;}
.dtl_top .jiage{
	padding-top:10px;}
.dtl_top .jiage .xj{
	font-size:30px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	color:#b46b24;
	}
.dtl_top .jiage .xj em{
	font-size:14px;
	padding-right:2px;
	font-style:normal;}
.dtl_top .jiage .yj{
	font-size:12px;
	padding-left:10px;
	text-decoration:line-through;
	color:#a7a7a7;}
.fulist{
	display:flex;
	padding-top:30px;}
.fulist li{
	margin-right:30px;
	text-align:center;
	font-size:12px;
	color:#888;}
#fuwubox{
	padding:0;
	margin-bottom:10px;
	}
#fuwubox.weui-media-box:before{
	content:"";
	border:none;}
.weui-media-box_appmsg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
#fuwubox .weui-media-box__hd{
	width:20px;
	height:auto !important;
    line-height: normal;
	vertical-align: top;
	margin-right:15px;}
#fuwubox .weui-media-box__title{
	text-align:left;
	font-size:12px;
	margin:0;
	}
#fuwubox .weui-media-box__desc{
	text-align:left;
	font-size:12px;
	line-height:1.6em;
	padding-top:5px;
	}
.weui-dialog__bd{
	padding:0 20px;}
.dtl_main{
	padding:0 15px;
	line-height:1.8em;}
.dtl_main img{
	width:100%;}

.dtl_btnbox{
	position:fixed;
	left:0;
	bottom:0;
	z-index:1000;
	background:#fff;
	width:100%;
	height:50px;
	box-shadow:0 -3px 10px #ccc;
	}
.dtl_btnbox .weui-flex{
	height:50px;}
.dtl_btnbox .sy{
	text-align:center;
	width:110px;}
.dtl_btnbox .dd{
	text-align:left;
	width:70px;}
.dtl_btnbox .text{
	color:#888;
	font-size:11px;
	padding-top:2px;
	}
.dtl_btnbox .ico{
	width:20px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding-top:7px;}
.dtl_btnbox .dd .ico{
	margin:0;
	padding-left:2px;}
.dtl_btnbox .dd .text{

	}
.dtl_btnbox img{
	float:left;}
.dtl_btnbox .yd{
	text-align:center;
	background:#b46b24;
	line-height:50px;
		}
.dtl_btnbox .yd a{
	color:#fff;
	font-size:16px;}
.classlist{
	overflow:hidden;
	padding:20px;
	}
.classlist a{
	display:block;
	text-align:center;
	background: rgba(255,255,255,0.3);
	margin-bottom:20px;
	line-height:3em;
	border:0.5px solid #dedede;
	color:#fff;
	-webkit-box-shadow: -1px 3px 10px #000;
    -moz-box-shadow: -1px 3px 10px #000;
    box-shadow: -1px 3px 10px #000;
	
	}


.order-nav:before{
	border-top:none;}
.order-nav {
	background:#fff;}
.order-nav .weui-grid{
	width:33.3%;}
.order-nav .order-nav-active{
	background:#fafafa;}
.order-nav .order-nav-active .weui-grid__label{
	color:#d12a3e;
	}

.order, .order_box {
    position: relative;
    margin-bottom: 10px;
    padding: 0 10px 10px;
    background: #fff;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,-webkit-transform .5s ease-in-out;
}
.order .order_box_hd, .order_box .order_box_hd {
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #333;
}
.order .order_box_hd_label, .order_box .order_box_hd_label {
    color: #999;
}
.order .order_box_hd::after, .order_box .order_box_hd::after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #e5e5e5;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 -10px;
}
.buy_qrcode h3:after, .order_enter_bar:after, .order_head .oh_content:after, .order_search_res:after, .order_wuliuBar:after {
    content: "";
    height: 0;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.order_head {
    position: relative;
    min-height: 60px;
}
.order_head .oh_content {
    display: block;
    padding: 10px 0;
    position: relative;
}
.order_head p {
    line-height: 1.7em;
    font-size: 12px;
    color: #999;
}
.order_head span {
    color: #666;
}
.order_head span i {
    display: inline-block;
    width: 24px;
}
.co_red {
    color: #e4393c;
}
.co_red, .order_head .text, .order_item .oi_content p .price, .order_similar .order_similar_item .price {
    font-family: arial;
}
em, i {
    font-style: normal;
}
.order_head .oh_btn {
    position: absolute;
    top: 17px;
    right: 0;
    display: block;
    width: 75px;
    height: 25px;
    text-align: center;
    color: #fff;
    line-height: 25px;
    z-index: 1;
    border-radius: 2px;
    background: #e4393c;
	border:none;
}
.order_shopBar {
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-left: 25px;
	margin-bottom:5px;
}
.order_shopBar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-size: 100% 100%;
}
.order_shopBar a{
	color:#333;}
.order_shopBar em {
    display: block;
    position: relative;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.order_shopBar em::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 5px;
    top: 14px;
}

.order_shopBar + .order_item {
    margin-top: 0;
}
.order_item {
    position: relative;
    margin-top: 10px;
}
.order_item a{
	color:#111;}
.order_item .oi_content {
    overflow: hidden;
}
.order_item .oi_button, .order_item .oi_content {
    display: block;
}
.order_item .image {
    position: relative;
    display: block;
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 10px;
}
.order_item .oi_content a > div {
    margin-top: 3px;
}
.order_item .oi_content a > p {
    margin-bottom: 3px;
}
.order_item .oi_content a > p, .order_similar .order_similar_item .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.order_item .oi_content p .count {
    display: inline-block;
    width: 50px;
    color: #666;
}
.order_item .oi_content p .price {
    color: #e93b3d;
}
.order .order_box_hd_del, .order_box .order_queue_item_head_del {
    position: absolute;
    top: 0;
    right: -10px;
    width: 33px;
    height: 45px;
    background:url(../del.png) no-repeat 0 50%;
    background-size: 13px auto;
	padding-left:15px;
	font-size:12px;
}
.order_box .order_queue_item_head_del a{
	color:#333;}
.order_detail:before, .order_extra:before, .order_goods:before, .order_total:before {
    border-color: #ccc;
}
.order_shopBar span {
    position: absolute;
    right: 0;
    font-size: 10px;
    color: #999;
}
.order_goods .good:last-child {
    margin-bottom: 0;
}
.order_goods .good {
    position: relative;
    padding: 0 0 0 70px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.order_goods .good_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
}
.order_goods .good_cover img {
    width: 100%;
}
.order_goods .info {
    min-height: 60px;
	overflow:hidden;
}
.order_goods .good_name {
    padding-right: 80px;
    font-size: 12px;
}
.buy_recommend .list .name, .order_detail_goods .name, .order_goods .good_name, .order_info .head p, .order_recommend li .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color:#333;
}
.order_goods .sku_coll {
    margin-top: 3px;
    padding-right: 120px;
    font-size: 10px;
    color: #999;
}
.order_goods .good_price {
    position: absolute;
    top: 0;
    right: 0;
    color: #e4393c;
}
.order_goods .good_count {
    position: absolute;
    top: 16px;
    right: 0;
    color: #666;
    font-size: 12px;
}
.order_total {
    margin: 15px 0;
}
.order_detail, .order_extra, .order_total {
    padding: 0 10px;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
}
.order_total ul {
    position: relative;
    padding: 12px 0;
}
.order_total li {
    line-height: 1.8em;
    font-size: 12px;
}
.order_total li span {
    color: #e4393c;
    float: right;
}
.order_total li:after {
    content: "";
    height: 0;
    display: block;
    border-bottom: 1px solid #ddd;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.order_total .total {
    text-align: right;
    padding: 10px 0;
}
.order_total .total strong {
    font-size: 16px;
    color: #e4393c;
}

.rechargelist{
	overflow:hidden;
	padding:10px 10px 10px;}
.rechargelist li{
	width:calc((100% - 25px) / 3);
	float:left;
	margin-right:9px;
	background:#fff;
	margin-bottom:10px;
	text-align:center;
	padding:20px 0;
	border-radius:5px;
	font-size:16px;
	position:relative;
	border:1px solid #fff;
	overflow:hidden;}
.rechargelist li.nomg{
	margin-right:0;}
.rechargelist li .hoverimg{
	position:absolute;
	right:0;
	bottom:0;
	display:none;
	}
.rechargelist li .hoverimg img{
	float:left;}
.rechargelist li.hover{
	color:#b46b24;
	border:1px solid #b46b24;
	box-shadow:0 0 10px #aaa;
	}
.rechargelist li.hover .hoverimg{
	display:block;}
.weui-btn_disabled.weui-btn_primary {
    background-color: #e9e9e9;
	color:#bbb;
}

.order_state {
    overflow: hidden;
    position: relative;
    background: #fff;
    margin: -1px 0 15px;
}
.order_info {
    position: relative;
    padding: 0 10px;
}
.order_info .inner {
    padding: 10px 0;
}
.order_info .inner .inner_line {
    margin: 3px 0;
}
.my_links, .order_info .inner .inner_line, .order_navTabs ul, .order_participant .content, .order_progress {
    display: -webkit-box;
    display: box;
    display: -webkit-flex;
    display: flex;
}
.my_links a, .order_footbar_wrap .btn, .order_info .inner .content, .order_navTabs li, .order_participant .content .info, .order_progress li {
    display: block;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.order_info .inner .title {
    min-width: 62px;
    text-align: right;
    color: #999;
}
.order_info .inner em {
    color: #3985ff;
}

.order_state .mod_btns {
    margin-top: 0;
}
.mod_btns .mod_btn.bg_4, .mod_btns .mod_btn.bg_11, .mod_btns .mod_btn.bg_bt, .mod_btns .mod_btn:not([class*="bg"]) {
    height: 44px;
    line-height: 44px;
    border: 1px solid #ddd;
}
.mod_btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
    margin: 15px 10px;
}
.mod_btns .mod_btn.bg_1 {
    background: #e4393c;
    color: #fff;
	border: none;
	width:100%;
}
.mod_btns .mod_btn {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    position: relative;
}
.mod_btns .mod_btn, .mod_btns .mod_btn.bg_4 {
    border-color: #ddd;
    color: #333;
	background:#f3f3f3;
}
.order_detail {
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.order_detail, .order_extra, .order_goods, .order_total {
    padding:10px;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
	overflow:hidden;
}
.order_detail > p, .order_detail > ul {
    position: relative;
    padding-left: 72px;
    margin: 3px 0;
}
.order_detail > p span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 72px;
    color: #999;
}
.order_detail > p b {
    font-weight: 400;
    color: #e4393c;
}