@charset "utf-8";
* {
    box-sizing: border-box;
}
html, body {
	background: #fbfbfd;
	color: #333;
	font: 14px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}
body, h1, h2, h3, h4, h5, h6, dl, dt, li, ol, ul, dd, th, td, p, pre, form, input, button, textarea, hr {
	margin: 0;
	padding: 0
}
h1, h2, h3, h4, h5, h6 {font-size: 100%}
.main_content h1 {
	border-bottom: 1px solid #ddd;
    font-size: 18px;
    margin: 40px 0 30px;
    padding: 0 0 12px;
    position: relative;
}
.main_content h2 {
	font-size: 18px;
    font-weight: normal;
    padding: 0;
}
ul,li{list-style:none;}
img {
	border: 0;
	max-width: 100%;
}
button, input, select, textarea {font-size: 100%}
button{
	background: none;
    border: none;
	color: #e4393c;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #007cc3;
	text-decoration: none;
}
fieldset{padding:.35em .625em .75em;margin:0 2px;border:none;}
legend{padding:0;border:0}
table {
	border-collapse:collapse !important;
	width:100%
}

table tr {
	height:38px;
	line-height:38px;
	border-bottom:1px solid #dedede
}
table tr.hover,table tr.click {
	background:#fafafa
}
table tr.click td,table tr.click td a {
	color:#44b549 !important
}
table thead {
	background:#fdfdfd
}
table tr td,table tr th {
	padding:0;
	padding-left:15px;
	text-align:left
}
table tr td,table tr td a {
	color:#444;
	white-space:nowrap;
	text-decoration:none;
	font-size:12px
}
table tr td a,table tr th a {
	text-decoration:none;
	outline:none
}
table tr td a:hover,table tr th a:hover {
	text-decoration:underline
}
table tr td a.del,table tr th a.del {
	color:#e14747
}
table tr td a.cut {
	display:block;
	width:130px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-moz-binding:url("ellipsis.xml#ellipsis")
}
.hide {
    display: none;
}
.clr,.clearfix {
    clear: both;
}
.inputbox {
    padding: 5px;
    width: auto;
}
.form-horizontal .control-label {
	text-align: left;
	padding: 0;
}
.font13 {
	font-size:13px !important
}
.dTable {
	margin-top:58px
}
.footer {
  margin: 5px 0;
}
.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #ccc;
  text-align: center;
}
.Thead {
  position: relative;
  font-size: 15px;
  color: #888;
  border-left: 5px solid #44b549;
  padding-left: 10px;
  margin: 12px 10px;
}
.Thead .more {
  height: 40px;
  width: 40px;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  background: url(../images/icon/iconfont-you.png) center no-repeat;
  background-size: 20px;
  opacity: 0.8;
}
.controls input.radio_class {
    width: 25px;
}
.adminform{
	margin-top: 20px;
}
.adminform legend{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-bottom: 0;
}
.js-recalculate{
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
#masonry li{
    width: 270px;
}
.button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin: 0 3px;
  text-decoration: none;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  display: block;
  background: #e4393c;
  font-size: 14px;
  color: #FFF;
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  width: 99%;
  border: none;
}
a.button{
	color:#fff;
}
.button.green {
  background: #3fae38;
}
.button.gary {
  color: #fff;
  background: #ddd;
}
.button.disable {
  background: #ddd !important;
}
.envs {
	padding:10px 10px;
	border-left:2px solid #f50
}

.dprice {
	color:#e4393c
}
.emptyTip {
	color:#666;
	text-align:center;
	line-height:200px
}

/* -- message styles ----------------------------------- */
#system-message {
	margin: 0 auto;
	padding: 20px 0 0;
}
.alert {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 8px 25px 8px 14px;
	text-align: left;
}
.alert h4 {
	color: red;
	margin: 5px 0;
}
.alert p {
	padding: 0px;
	margin: 0px;
}
.alert .close {
	float: right;
	font-size: 24px;
	line-height: 18px;
	position: relative;
	right: -20px;
	top: -2px;
	cursor: pointer;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
/*========weui_cell=============*/
.weui_cell {
    position: relative
}

.weui_cell:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #d9d9d9;
    color: #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 15px
}

.weui_cell:first-child:before {
    display: none
}

.weui_cells {
    margin-top: 1.17647059em;
    background-color: #fff;
    overflow: hidden;
    position: relative
}

.weui_cells:before {
    top: 0;
    border-top: 1px solid #d9d9d9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.weui_cells:after, .weui_cells:before {
    content: " ";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    color: #d9d9d9;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
}

.weui_cells:after {
    bottom: 0;
    border-bottom: 1px solid #d9d9d9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.weui_cells_title {
    margin-top: .77em;
    margin-bottom: .3em;
    padding-left: 15px;
    padding-right: 15px;
    color: #888;
    font-size: 14px
}

.weui_cells_title + .weui_cells {
    margin-top: 0
}

.weui_cells_tips {
    margin-top: .3em;
    color: #888;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px
}

.weui_cell {
    padding: 10px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.weui_cell_ft {
    text-align: right;
    color: #888
}

.weui_cell_primary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.weui_cells_access .weui_cell:not(.no_access) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.weui_cells_access .weui_cell:not(.no_access):active {
    background-color: #ececec
}

.weui_cells_access a.weui_cell {
    color: inherit
}

.weui_cells_access .weui_cell_ft:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    position: relative;
    top: -2px;
    top: -1px;
    margin-left: .3em
}
.weui_cell i.dingdan {
    background-image: url(../images/icon/iconfont-dingdanjilu.png);
}

.weui_cell i.hezuo {
    background-image: url(../images/icon/iconfont-cooperation.png?v=1);
    background-size: 20px;
}

.weui_cell i.qrcode {
    background-image: url(../images/icon/iconfont-erweima.png?v=1);
    background-size: 16px;
}

.weui_cell i.credit {
    background-image: url(../images/icon/iconfont-credit.png?v=1);
    background-size: 19px;
}

/*---------main menu-----------*/
.navbar-nav li > span {
	color:#666666;
	display:block;
	font-size: 15px;
	height: 55px;
	line-height: 55px !important;
	padding: 0 15px;
}
.sp-mobile-menu .navbar-nav li > span{
	height: 40px;
    line-height: 40px !important;
}
.headnav .navbar li ul {
	display: none;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    min-width: 160px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.headnav .navbar li:hover ul {
	background-color: #337ab7;
	display: block;
}
.headnav .navbar li li {
	border-top: medium none;
	display: block;
	float: none;
	width: 100%;
	line-height:30px;
}
.navbar-nav li:hover span,.navbar-nav li > span:hover,.navbar-nav li.active span{
	background-color: #337ab7;
	color:#ffffff;
	cursor:pointer;
}
.headnav .navbar li li:hover {
	background-color: #286090;
}
#menu .navbar-nav li ul li > a{
	color:#fff;
	font-size:15px;
	height:36px !important;;
	line-height:36px !important;
}
@media (min-width: 768px) {
	.nav2 {
		border: medium none;
		float: right;
		margin: 6px 0 0;
		min-height: 56px;
		padding: 0;
	}
	.navbar-nav li > a {
		height: 55px;
		line-height: 55px !important;
		color:#666666;
		font-size: 17px;
		padding: 0px 11px;
	}
}
.nav>li>a:focus, .nav>li>a:hover, .nav>li.current>a {
	text-decoration: none;
	background-color: #337ab7;
	color: #ffffff;
	display: block;
}
.moduletable_menu .nav>li>a i {
	display: none;
}
/*------响应式菜单------*/
.hidden-desktop.sp-main-menu-toggler {
	display: none;
}
.sp-main-menu-toggler {
	display: inline-block;
	font-size: 28px;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 99;
}
.sp-mobile-menu {
	overflow: hidden;
	position: absolute !important;
	top: 64px;
	right: 0;
	height: 0px;
	width: 50%;
	z-index: 9999;
}
.sp-mobile-menu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.sp-mobile-menu ul li {
	background: none repeat scroll 0 0 #231815;
	border-bottom: 1px solid #0A0A0A;
	border-top: 1px solid #393636;
	cursor: pointer;
	display: block;
	float: none !important;
	margin: 0;
	opacity: 0.95;
	padding: 0;
}
.sp-mobile-menu .menutop li.root {
	margin: 0;
}
.sp-mobile-menu ul li ul, .sp-mobile-menu ul li ul li {
	display: none;
}
.sp-mobile-menu ul li:hover ul, .sp-mobile-menu ul li:hover ul li{
	display: block;
}
.sp-mobile-menu ul li ul{
	margin: 0 30px;
}
.navbar-nav li li > a{
    height: 40px;
    line-height: 40px !important;
}
.sp-mobile-menu ul li span.sp-menu-toggler {
	display: block;
	width: 30px;
	float: right;
	cursor: pointer;
	color: #fff;
	line-height: 40px;
	text-align: center;
}
.sp-mobile-menu ul li span.sp-menu-toggler i {
	display: block;
	line-height: 40px;
}
.sp-mobile-menu ul li span.sp-menu-toggler .icon-angle-right, .sp-mobile-menu ul li span.sp-menu-toggler.collapsed .icon-angle-down {
	display: none;
}
.sp-mobile-menu ul li span.sp-menu-toggler .icon-angle-down, .sp-mobile-menu ul li span.sp-menu-toggler.collapsed .icon-angle-right {
	display: block;
}
.sp-mobile-menu ul li a {
	display: block;
	line-height: 20px;
	font-size: 15px;
	color: #777;
}
.sp-mobile-menu ul li a:hover {	background: transparent;}
.sp-mobile-menu ul li.active > a, .sp-mobile-menu ul li:hover > a {
	color: #fff;
}
.btn-inverse {z-index: 999;}
.navbar-header {
	display: none;
}
@media (min-width: 960px) and (max-width: 992px) {
	.nav>li>a {
		padding: 10px 12px;
	}
}
@media (max-width: 959px) {
	nav#menu, .topmenu {
		display: none;
	}
	.hidden-desktop {
		display: inherit !important;
	}
	.hidden-desktop .moduletable_menu {
		left: auto;
		position: relative;
		top: auto;
	}
}
@media (min-width: 480px) and (max-width: 959px) {
	.menutop li .item {
		background: none;
	}
	.menutop li.active > .item {
		background: none;
		color: #73AA07;
		font-weight: bold;
	}
	.sp-mobile-menu ul {
		float: none;
	}
}

/*---------------------page----------------------*/
.main_content {
	float: none;
	padding: 0;
	margin:0 auto;
	overflow: hidden;
}

.item-page p {
	margin-bottom: 15px;
	line-height: 30px;
}
.item-page p img {
	max-width: 100%;
}
.item-page .service p {
	text-indent: 0;
}
.content_span3 {
	float: left;
	width: 23%;
}
.content_span9 {
	float: right;
	width: 75%;
}
.content_span12{	
	width: 100%;
}

.content_span9 .main_content .page-header {
    margin: 0 0 30px;
    padding: 0;
}
.content_span9 .main_content .page-header h2{
	height: 50px;
    line-height: 50px;
}

.blog_items h2{
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 12px;
}
.blog_items .items-leading{
	    border-bottom: 1px dashed #ddd;
    margin-bottom: -10px;
    padding-bottom: 30px;
}
.main_content .blog_items .page-header{
    border: medium none;
    margin: 30px 0 15px;
    padding: 0;
}
.blog_items .page-header h2{
    border: medium none;
    padding: 0;
}
.blog_items .page-header h2 a{
	font-size: 16px;
}
.blog_items .items-row{
    border-bottom: 1px dashed #ddd;
    margin-right: -3%;
    padding-bottom: 30px;
}
.blog_items .items-row .span6{
    float: left;
    margin: 0 3% 0 0;
    overflow: hidden;
    width: 47%;
}
.blog_items .item-image{
    border: 1px solid #ccc;
    margin-right: 10px;
    padding: 2px;
}
.blog_items .item_introtext{
	text-indent: 2em;
}
.blog_items .items-row .item-image{
	width: 40%;
}
.items-more{
    padding-top: 20px;
}
.items-more .nav-tabs > li{
	float: none;
	background:url(../images/more_disc.png) no-repeat 0 50%;
	padding-left: 12px;
}
.items-more .nav-tabs > li > a{
	padding: 5px 0;
}
.items-more .nav-tabs > li > a:focus,.items-more .nav-tabs > li > a:hover,.items-more .nav-tabs > li.current > a{
	background: none;
	color: #337ab7;
	border: 1px solid transparent;
}
.articles_news ul li{
	/*border-left: 3px solid #ddd;*/
    line-height: 24px;
    margin-bottom: 25px;
    text-align: left;
}
.articles_news ul li a:hover{
	color: #337ab7;
	text-decoration:underline;
}
.item_introtext p{
	color: #333;
    line-height: 24px;
}
.article_item_intro{}
.article_item_intro .icon-paste{
	background: #399bda none repeat scroll 0 0;
	box-shadow: 2px 2px 6px #333;
	color:#ffffff;
    display: inline-block;
	float:left;
	font-size: 30px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    vertical-align: middle;
    width: 15%;
}
.article_item_intro .article_item{
	background: #fbecc3 none repeat scroll 0 0;
    box-shadow: 2px 2px 6px #333;
    display: inline-block;
	overflow:hidden;
    float: left;
    height: 90px;
    padding: 10px;
    width: 85%;
}
.article_item_intro .article_item h4{
	font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
}
.article_item_intro .article_item p{
	line-height:24px;
}
@media (min-width: 768px) and (max-width: 991px) {
	body .article_item_intro .article_item h4{
		font-size: 14px;
	    height: 17px;
	    margin: 5px 0;
	    overflow: hidden;
	    padding: 0;
	}
	body .item_introtext{height: 50px;overflow: hidden;}
}
@media (max-width: 480px) {
	body .article_item_intro .article_item h4{
		font-size: 14px;
	    height: 17px;
	    margin: 5px 0;
	    overflow: hidden;
	    padding: 0;
	}
}
.module_title h3 {
	margin-bottom: 60px;
	text-align: center;
}
.h3-title, .module_title h3 span {
	color: #333;
	width: 100%;
	padding: 0 10px;
	margin: auto;
	font-size: 28px;
	font-weight: bold;
}
.h3-title span {
	font-size: 22px;
	color: #F15A24;
}
@media (max-width:768px) {
	.h3-title {
		font-size: 25px;
	}
	.h3-title span {
		font-size: 16px;
	}
}

/*------------面包屑-------------*/
.bread{padding:10px 0;}
.bread .breadcrumb {
	padding: 0 10px;
}
.breadcrumb > li + li::before {
	color: #ccc;
	content: " ";
	padding: 0;
}
.breadcrumb > li .divider img {
	padding: 0 5px;
}


/*-----------页面右侧漂浮-------------*/
.qrcode_content {
	margin-top: -120px;
	position: fixed;
	right: 0;
	top: 50%;
	text-align: center;
	white-space: normal;
	z-index: 99999;
}

.popover-title {background: none repeat scroll 0 0 #E5E5E5;}
.qrcode_content #rightDockerBtn, .qrcode_content p a.shopping_cart_icon,.qrcode_content p a.myorders_icon,.qrcode_content p a.qq_icon{
	padding: 3px 6px;
	cursor: pointer;
	background: #337ab7;
	border-color: #337ab7;
}

.qrcode_content i:before{
    font-size: 26px;
    height: 26px;
    width: 26px;
}
.qrcode_content p {margin-top: 8px;}

.weixin h3 {
	text-align: center;
	height: 35px;
	line-height: 35px;
}
.qrcode h3 {
	margin-top: 15px;
	text-align: center;
	height: 35px;
	line-height: 35px;
}

/*------------------分页-------------*/
.container .pagination {
	text-align: center;
	width: 100%;
}
.container .pagination p, .container .pagination ul, .container .pagination ul li {
	display: inline;
	margin: 0 2px;
}
.container .pagination p.counter {
	display: none;
}
.container .pagination ul li a {
	border: 1px solid #ccc;
	color: #aaa;
	display: inline-block;
	padding: 0 20px;
	text-align: center;
}
.container .pagination ul li a:hover {
	border: 1px solid #337ab7;
	color:#337ab7;
}
.container .pagination ul li span.pagenav {
	background: #f0f0f0 none repeat scroll 0 0;
	color: #aaa;
	font-weight: bold;
	padding: 3px 20px;
}

/*-------登录注册页面------*/
.login,.login_links,.account_item{
    background: #fff none repeat scroll 0 0;
}
.account_item{
	padding: 10px;
}

.login p, .remind p, .reset p,.account_item p {
	margin-bottom: 8px;
}

.login .controls input#remember {
	margin: 15px 0;
	vertical-align: middle;
	width: auto;
}
.login .btn {
  display: inline-block;
  position: relative;
  margin: 10px 3px;
  text-decoration: none;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  display: block;
  background: #e4393c;
  font-size: 14px;
  color: #FFF;
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  width: 99%;
  border: none;
}
.login_links{
	padding: 10px 0 30px;
}
.login_links ul{
    display: -moz-box; 
    display: -webkit-box; 
    display: box; 

	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
}
.login_links li{
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;

	-webkit-flex:1;
	-moz-flex:1;
	flex:1;
	text-align: center;
}
.login_links li a {
    border: 1px solid #337ab7;
    border-radius: 5px;
    margin: 5px 15px 0 0;
    padding: 4px 10px;
	text-decoration: underline;
}
.login_links li:last-child a {
    background-color: red;
    border: 1px solid red;
    color: #fff;
}
.control-group{
	overflow: hidden;
	padding:10px 0;
}
.control-label{
	float: left;
	text-align: left;
	width: 115px;
	line-height: 40px;
}
.controls input{
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 8px 10px;
	vertical-align: middle;
	width: 50%;
}
#user-registration,#member-registration{background: #fff;margin-top: 5px;}
#user-registration button.btn,#member-registration button.btn,#member-registration a.btn{
  display: inline-block;
  position: relative;
  margin: 10px 3px;
  text-decoration: none;
  border-radius: 3px;
  line-height: 34px;
  text-align: center;
  display: block;
  background: #e4393c;
  font-size: 14px;
  color: #FFF;
  transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -webkit-transition-duration: 100ms;
  width: 99%;
  border: none;
  cursor: pointer;	
}
/*----------------------message-------------------------*/
.guestbook .well{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CADAE7;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 0 15px;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.guestbook h5.pgtitle{
    font-size: 14px;
    line-height: 24px;
    padding:0 10px 0 15px;
}
.guestbook .pgblockquote,.guestbook .pgsubwell{padding-left:15px;}
.guestbook .pgb-comment .pgblockquote{padding-left:0;}
.guestbook .pgb_thi_font,.guestbook .pgb_thi_font{
	clear: both;
    color: #999999;
    display: block;
    font-size: 12px;
}
.pgb-comment{margin-right:15px;}
.main_content .guestbook p{
	line-height: 26px;
    padding-bottom: 0;
}
.guestbook .well h4.pgb_font{
	background-color: #F1F1F1;
    background-image: linear-gradient(#FBFBFB, #EFEFF1);
    background-repeat: repeat-x;
	border-bottom: 1px solid #dddddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	line-height: 35px;
    padding: 0 0 0 10px;
	margin-bottom: 10px;
}
#adminForm{padding: 5px 15px 15px;}
#adminForm .control-group label{
    display: block;
    font-weight: bold;
    line-height: 35px;
    width: 80px;
}
#adminForm .control-group input {
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #222222;
    display: block;
	  float:left;
    font-size: 13px;
    height: 35px;
    padding: 3px 5px;
    vertical-align: middle;
    width: 250px;
}
#adminForm .control-group .controls{
	line-height:32px;
	clear: both;
    margin-bottom: 10px;
}
#adminForm .btn-toolbar{margin-top:15px;}
#adminForm .btn-toolbar button,.guestbook .well-small h4.pgb_font a{
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    background-color: #0088CC;
    border: 1px solid #005580;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
}
.guestbook .well-small h4.pgb_font a{
	float: right;
    height: 25px;
    line-height: 25px;
    margin: 4px 10px 0 0;
    padding: 0 10px;
}
#adminForm .btn-group{
	float: left;
    margin-right: 20px;
}
.post_item{
	border-bottom: 1px solid #DDDDDD;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
/*-------------wkb-------------*/
.wkb_exchangelist h3{
	color: #337ab7;
    font-size: 18px;
    font-weight: bold;
    margin: 32px 0 20px;
}
.wkb_exchangelist ul{
	border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
	font-size: 12px;
}
.wkb_exchangelist li{
    display: table;
	line-height:45px;
    height: 45px;
    width: 100%;
}
.wkb_exchangelist li.header_div{
	background: #f5f5f5 none repeat scroll 0 0;
	font-weight: bold;
}
.wkb_exchangelist .order_number,.wkb_exchangelist .order_amount,.wkb_exchangelist .plus_integral,.wkb_exchangelist .exchange_created{
	color: #444444;
    display: table-cell;
    line-height: 45px;
    text-align: center;
	width:23%;
	border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
	vertical-align: middle;
	word-break: break-all;
    word-wrap: break-word;
	white-space: normal;
}

/*----------------案例展示 产品展示 详细内容-----------------*/
.main_content .product_item_intro{
    border: 1px solid #ccc;
    padding: 15px;
	overflow:hidden;
}
.products-list .js-recalculate{
    clear: none;
    margin-bottom: 0;
    overflow: visible;
}
.products-list h3 {
    font-size: 16px;
    height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}
.products-list ul li {
	margin-bottom: 20px;
	text-align: center;
}
.products-list ul li p {
	text-align: center;
}
.products-list .item_price {
    height: 25px;
}
.products-list .ui-listview li p {
	text-align: center;
}
.product_details p img {
	width: 100%;
	padding-right: 15px;
}

.casestudy_list .name {
	color: #337ab7;
	font-size: 15px;
	padding: 10px 0;
}
.item_image img {
    width: 100%;
    height: 170px;
    margin-bottom: 10px;
}
/*--------微信活动-------*/
.activity_list ul li .sp img {
	width: 100%;
}
.activity_list ul li .sp h2 {
	line-height: 22px;
	padding: 10px 0 20px;
}
.activities_area .categories ul li img{width:100%;}

.categories li{
	margin:0 0 15px 0;
}
.categories li h3 {
    background-color: #eee;
    padding: 12px 4px;
    text-align: center;
	font-size:17px;
	line-height: 25px;
}
.activity_list li{margin-bottom:25px;}
.activity_list h2{
	font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px;
}
.short_content{
    margin-bottom: 10px;
    overflow: hidden;
}
.share_page h3 {
	color: #337ab7;
	font-size: 18px;
	font-weight: bold;
	padding: 25px 0 15px;
}
.share_page .act img {
	width: 100%;
	height: auto;
}
/*=========productList============*/
.prices {
    color: #ff5500;
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}
.productListWrap {
  position: relative;
  width: 100%;
  float: left;
}
.productListWrap .productList {
  background: #FFF;
  display: block;
  border-top: 1px dotted #e1e1e1;
  cursor: pointer;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.productListWrap .productList img {
  width: 100%;
  min-height: 50px;
  display: block;
}
.productListWrap.hoz {
  width: 48%;
  margin: 0 1%;
  margin-top: 2.5%;
  margin-bottom: 0;
}
.productListWrap.hoz .productList {
  border-top: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0;
}
.productListWrap.hoz .productList section {
  padding: 5px;
}
.productListWrap.hoz .productList img {
  float: none;
  margin-right: 0;
  display: block;
  width: 100%;
}
.productListWrap.hoz .title {
  font-size: 12px;
  text-align: left;
  width: 100%;
  height: 18px !important;
  display: block;
  padding-right: 0;
  overflow: hidden;
  line-height: 1.5em;
  color: #555;
}
.productListWrap.hoz .prices {
  display: block;
  border-top: 1px dashed #eee;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 14px;
}
.productListWrap.hoz .prices i {
  text-decoration: line-through;
  padding-left: 5px;
  color: #ccc;
  font-size: 12px;
}
.exchange_user_detail{
  padding: 10px;
}
@media (max-width: 370px) {
.productListWrap.hoz {
  width: 100%;
  margin: 0 1%;
  margin-top: 2.5%;
  margin-bottom: 0;
}
}
/*======touchslider===========*/
.touchslider {
    position: relative;
    background: #eee;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)
}

.touchslider .touchslider-item {
    overflow: hidden
}

.touchslider .touchslider-item img {
    display: block
}

.touchslider .touchslider-nav {
    text-align: center;
    margin-top: 16px
}

.touchslider .touchslider-nav a {
    cursor: pointer;
    color: #000
}

.touchslider .touchslider-nav a:active {
    background: #689db2
}

.touchslider-nav {
    font: bold 16px/16px Georgia
}

.touchslider .touchslider-prev {
    position: relative;
    margin-right: 16px;
    height: 16px;
    background: #fff;
    width: 100px;
    display: inline-block;
    padding: 0 0 0 10px;
    -webkit-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px
}

.touchslider .touchslider-next {
    position: relative;
    margin-left: 16px;
    width: 100px;
    height: 16px;
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 0 12px 12px 0;
    border-radius: 0 12px 12px 0
}

.touchslider .touchslider-next-in {
    position: absolute;
    right: 10px
}

.touchslider .touchslider-prev-in {
    position: absolute;
    left: 10px
}

.touchslider .touchslider-nav-item {
    background: #eaeaea;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 4px;
    text-indent: -999em;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s
}

.touchslider .touchslider-nav-item-current {
    background: #ff9000
}

.touchslider-nav {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center
}
/*==========proudut-desc================*/
.uc-add-like {
  position: absolute;
  border-radius: 5px;
  bottom: 16px;
  right: 10px;
  background: url('../images/icon/iconfont-heart-b-16.png') 5px center no-repeat;
  background-image: -webkit-image-set(url(../images/icon/iconfont-heart-b-16.png) 1x, url(../images/icon/iconfont-heart-b-32.png) 2x);
  background-size: 16px;
  border: 1px solid #e4393c;
  padding: 4px 12px;
  padding-left: 21px;
  text-align: center;
  font-size: 12px;
  color: #e4393c;
  overflow: hidden;
  z-index: 999;
  text-indent: 3px;
}
.uc-add-like.fill {
  background-image: url('../images/icon/iconfont-heart-w-16.png');
  background-image: -webkit-image-set(url(../images/icon/iconfont-heart-w-16.png) 1x, url(../images/icon/iconfont-heart-w-32.png) 2x);
  background-color: #e4393c;
  color: #fff;
}
.pd-dsc {
  line-height: 28px;
  vertical-align: top;
  margin: 0;
  font-weight: normal;
}

.pd-dsc dt {
  font-size: 13px;
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
  line-height: 28px;
  float: left;
}
.pd-dsc:first-child {
  padding-top: 0;
}
.pd-dsc b {
  font-size: 13px;
  font-weight: normal;
}
.pd-dsc .prices {
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #e4393c;
}
/*=======appCartWrap===========*/
#appCartWrap {
  padding: 0 10px;
  /*padding-right: 43px;*/
  background: rgba(238, 238, 238, 0.8);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  height: 55px;
}
#appCartWrap #toCart {
  position: absolute;
  right: 2px;
  top: 5px;
  bottom: 0;
  display: block;
  height: 45px;
  width: 45px;
  background: url(../images/icon/iconfont-cart-28x.png) center no-repeat;
  background-image: -webkit-image-set(url(../images/icon/iconfont-cart-28x.png) 1x, url(../images/icon/iconfont-cart-56x.png) 2x);
  background-size: 28px;
  text-align: right;
  padding-top: 1px;
}
#appCartWrap #toCart i {
  line-height: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 100px;
  background: #e4393c;
  font-style: normal;
  text-align: center;
  font-family: Verdana;
  color: #fff;
}
#appCartWrap .button {
	margin: 10px 0;
}
#addcart-button {
  width: 100px;
  float: right;
}
#addcart-button .button{
  background: #ff9000;
}
#addcart-button.hover {
  background: #feb04b;
}
#buy-button {
    /*margin-right: 115px;*/
}
.ui-listview li {
    float: left;
    height: auto;
    margin: 0;
    padding: 19px 0;
    width: 250px;
}
.ui-listview li img{
    width: 200px;
}
.ui-listview li .s1 a{
    color: #006190;
    font-size: 14px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
}
.rlconli-do {
    margin: -12px 6px 0 0;
    overflow: visible;
    position: relative;
}
.rlconli-do {
    border: 1px solid #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
    display: block;
	float:left;
    height: 33px;
    line-height: 33px;
    margin: 15px auto 0;
    text-align: center;
    width: 110px;
	color: #fff;
    font-size: 14px;
    padding: 0 0 0 20px;
}
.shop_cart{
	background:#337ab7 url(../images/shop_icon.png) no-repeat 6px 50%;
}
.view_detail{
	background:#337ab7 url(../images/detail_icon.png) no-repeat 6px 50%;
	float:right;
}
.shop_cart:hover{
	background:#286090 url(../images/shop_icon.png) no-repeat 6px 50%;
}
.view_detail:hover{
	background:#286090 url(../images/detail_icon.png) no-repeat 6px 50%;
}
.rlconli-do:hover,.rlconli-do:focus{
	color:#ffffff;
}

/*=========uchome============*/
.uc-headwrap {
	padding-top:20pt;
	padding-bottom:20pt;
	height:85pt;
	box-shadow:0 1px 3px rgba(0,0,0,0.2);
	position:relative;
	background: url("https://unsplash.it/1600/900?random") no-repeat scroll 50% 50%;
}
.uc-head {
	padding:0 20px;
	margin:0 auto;
}
.uc-head img {
	width:70px;
	height:70px;
	display:block;
	border-radius:45px;
}
.uc-head .headwrap {
	float:left;
	width:70px;
	height:70px;
	display:block;
	padding:2px;
	border-radius:45px;
	background:rgba(255,255,255,0.3);
	margin:0 auto
}
.uc-head .uc-name,.uc-head .uc-addr {
	font-size:14px;
	display:block;
	text-align:left;
	line-height:30px;
	color:#fff;
	font-weight:lighter;
	margin-left:90px
}
.uc-head .uc-addr a{color: #ff0000;}
.uc-head .uc-name {
	font-size:15px;
	padding-top:7px
}
.uc-section {
	position:relative;
	color:#444;
	padding-left:50px;
	line-height:42px;
	font-size:14px;
	margin-top:15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	background:url(../images/icon_bar-right.png) 97.5% center no-repeat #fefefe;
	background-size:15px 16px;
	display:block;
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
.uc-sections {
	position:relative;
	color:#444;
	line-height:42px;
	font-size:14px;
	margin-top:15px;
	border-top:1px solid #eee;
	background:#fefefe;
	display:block;
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
.uc-sections a{
	padding-left:50px;
	position: relative;
	display:block;
	border-bottom:1px solid #eee;
	background:url(../images/icon_bar-right.png) 97.5% center no-repeat #fefefe;
	background-size:10px 12px;

}
.uc-section-count {
	font-size:12px;
	padding-left:4px;
	color:#900
}
.comspreadstat {
	background:rgba(0,0,0,0.3);
	position:absolute;
	bottom:0;
	left:0;
	right:0
}
.spread-item {
	width:25%;
	display:inline-block;
	float:left;
	padding:6px 0;
	font-size:12px;
	text-align:center;
	border-right:1px solid rgba(255,255,255,0.1);
	margin-left:-1px;
	color:#fff
}
.spread-item:last-child {
	border:none;
	margin-left:0
}
.spread-item i {
	display:block;
	width:50px;
	height:0;
	border-bottom:1px dashed #dedede;
	margin:3px auto;
	margin-top:5px
}
.spread-item b {
	display:block;
	font-size:11pt;
	font-weight:400;
	margin-top:4px
}
.uc-order-sec {
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    padding-top: 3px;
    padding-bottom: 7px;
    display: -moz-box; 
    display: -webkit-box; 
    display: box; 

	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;

}

.uc-order-btn {
    position: relative;
    padding-top: 4px;
    color: #555;
    font-size: 12px;
    text-align: center;
    display: block;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;

	-webkit-flex:1;
	-moz-flex:1;
	flex:1;
    outline: none;
}

.uc-order-btn i {
    background-image: url(../images/icon/iconfont-tubiao27.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    width: 30px;
    height: 30px;
    content: '\20';
    display: block;
    margin: 0 auto 2px auto;
}

.uc-order-btn b {
    min-width: 16px;
    padding: 0 2px;
    line-height: 16px;
    text-align: center;
    height: 16px;
    font-weight: normal;
    position: absolute;
    top: 2px;
    right: 13px;
    background: #e4393c;
    color: #fff;
    border-radius: 10px;
}

.uc-order-btn.fahuo i {
    background-image: url(../images/icon/iconfont-daifahuo.png);
}

.uc-order-btn.shouhuo i {
    background-image: url(../images/icon/iconfont-shouhuodizhi.png);
}

.uc-order-btn.pinjia i {
    background-image: url(../images/icon/iconfont-tubiao29.png);
}

.uc-order-btn.tuikuan i {
    background-image: url(../images/icon/iconfont-tuihuobaozhang.png);
}

.uc-section i,.uc-sections i {
    position: absolute;
    left: 18px;
    top: 9px;
    background-image: url(../images/icon/iconfont-shoucang.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    width: 20px;
    height: 20px;
}
.uc-section i,.uc-sections i.exchange{
	background-image: url(../images/icon/iconfont-exchange.png);
} 
.uc-section i,.uc-sections i.Promotion{
	background-image: url(../images/icon/iconfont-Promotion.png);
	background-size: 19px auto;
} 
.uc-section i,.uc-sections i.commission{
	background-image: url(../images/icon/iconfont-commission.png);
} 
.uc-section i,.uc-sections i.ranking{
	background-image: url(../images/icon/iconfont-ranking.png);
} 
.uc-section b,.uc-sections b {
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 35px;
    color: #aaa;
}

.uc-section i.dingdan,.uc-sections i.dingdan {
	background-image:url(../images/navs/iconfont-order.png)
}
.uc-section i.hezuo,.uc-sections i.hezuo {
	background-image:url(../images/icon/iconfont-cooperation.png?v=1);
	background-size:20px
}
.uc-section i.qrcode,.uc-sections i.qrcode {
	background-image:url(../images/icon/iconfont-erweima.png?v=1);
	background-size:16px
}
.uc-section i.credit,.uc-sections i.credit {
	background-image:url(../images/icon/iconfont-credit.png?v=1);
	background-size:19px
}


.uc-order-sort {
	display: block;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;

	-webkit-flex:1;
	-moz-flex:1;
	flex:1;
}

#uc-order-sort-bar {
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-top: 1px;
    display: -moz-box; 
    display: -webkit-box; 
    display: box; 

	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;

}

.uc-order-sort {
    text-align: center;
}

.uc-order-sort b {
    padding-top: 2px;
    margin: 0 auto;
    display: inline-block;
    line-height: 35px;
    font-weight: normal;
    border-bottom: 2px solid #fff;
}

.uc-order-sort.hover b {
    border-bottom: 2px solid #56abe4;
}
.qrcode-img {
    padding: 50px;
    text-align: center;
}
/*=======orderlist========*/
#uc-orderlist .price,#uc-orderlist .count,#uc-orderlist .title,.exp-item-info .price,.exp-item-info .count,.exp-item-info .title {
	display:block;
	font-size:12px;
	line-height:22px;
	color:#777;
	text-overflow:ellipsis
}
#uc-orderlist .title,.exp-item-info .title {
	color:#222;
	font-size:13px;
	overflow:hidden;
	line-height:21px
}
.exp-item-info .spec {
	color:#222;
	line-height:22px;
	display:block;
	font-size:12px;
	padding-top:2px
}
.ucoi-pic {
	float:left;
	width:65px;
	border:1px solid #eee
}
.ucoi-con {
	margin-left:75px
}
.uc-summary {
	position:relative;
	border-top:1px solid #eee;
	padding:4px 8px;
	overflow: hidden;
}
.uc-summary .sum {
	position:absolute;
	left:7px;
	top:8px;
	font-size:12px;
	line-height:24px
}
.uc-summary .olbtn {
	background:#fff;
	display:inline-block;
	font-size:12px;
	margin-left:5px;
	border-radius:12px;
	height:18px;
	line-height:18px;
	padding:2px 8px;
	color:#fff;
	border:1px solid transparent;
	float:right;
	box-sizing: unset;
}
.uc-summary .express,.uc-summary .comment {
	border-color:#ff9000;
	color:#ff9000
}
.uc-summary .wepay {
	border-color:#3fae38;
	color:#3fae38
}
.uc-summary .cancel {
	border-color:#888;
	color:#888
}
.uc-orderitem,.exp-item-info {
	margin-top:10px;
	background:#fefefe;
	box-shadow:0 1px 3px rgba(0,0,0,0.2)
}
.uc-orderitem .items,.exp-item-info .items {
	padding:6px 8px;
	margin-bottom:-1px;
	cursor:pointer;
	padding-top:12px;
	border-bottom:1px solid #eee
}
.uc-orderitem .items:last-child,.exp-item-info .items:last-child {
	border:none
}
.exp-item-info .items {
	padding-left:0;
	padding-bottom:10px
}
.uc-orderitem .items:last-child {
	margin-bottom:0
}
.exp-item-info .od-name {
	float:left;
	line-height:25px
}
.exp-item-info .od-tel {
	padding-left:5px;
	float:left;
	line-height:25px
}
.exp-item-info .od-address {
	line-height:25px;
	color:#777;
	font-size:12px
}
.exp-item-info .order-status {
	color:#f15353;
	float:left
}
.exp-item-info .order-id {
	font-size:12px;
	color:#555;
	float:right
}
.exp-head #exp-code {
	font-size:12px;
	color:#555
}
.exp-payinfo {
	line-height:25px;
	font-size:12px
}
.exp-head {
	margin-top:10px;
	padding:10px;
	background:#fefefe;
	font-size:14px;
	box-shadow:0 1px 3px rgba(0,0,0,0.2);
	line-height:25px
}
#exp-comname {
	font-size:14px
}
.exp-item-info {
	padding:10px;
	overflow: hidden;
}
.exp-item-caption {
	padding-bottom:9px;
	border-bottom:1px solid #dedede
}
.uc-seral {
	border-bottom:1px solid #eee;
	padding:6px 8px;
	overflow: hidden;
}
.order_serial,.payment_serial,.order_status {
	float:left;
	font-size:12px;
	color:#555;
	line-height:25px;
	padding:0;
	margin:0
}
.order_status {
	color:#e4393c;
	float:right
}
#expressapi-cop {
	font-size:12px;
	text-align:center;
	color:#444;
	border-top:1px solid #eee;
	padding-top:15px;
	margin-top:15px
}
#express-dt {
	margin:0;
	padding:0;
	margin-left:-3px
}
#express-dt th {
	display:none
}
#express-dt tr:first-child {
	display:none
}
#express-dt tr {
	line-height:23px;
	color:#444
}
#express-dt tr td {
	font-size:12px;
	color:#555;
	vertical-align:top
}
#express-dt tr td:first-child {
	font-size:12px;
	white-space:nowrap;
	padding-right:2px
}

.order_address_top{
	background:url(../images/icon/od-exp-bh.png) left top repeat-x #fff;
	padding:0;
	padding-top:15px;
}
.order_address_bottom{
	height:15px;
	background:url(../images/icon/od-exp-bh.png) left bottom repeat-x #fff;
}

.credit-amount {
    color: #e4393c;
    font-size: 12px;
    display: block;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin-top: 3px;
}
.main_content .comspreadstat {
	background:#fff;
	box-shadow:0 1px 3px rgba(0,0,0,0.2);
	position: relative;
    display: -moz-box; 
    display: -webkit-box; 
    display: box; 

	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.main_content .spread-item {

	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;

	-webkit-flex:1;
	-moz-flex:1;
	flex:1;
	margin:10px 0;
	font-size:10pt;
	text-align:center;
	border-right:1px solid #dedede;
	color: #555;
	margin-left:-1px
}
.main_content .spread-item:last-child {
	border:none;
	margin-left:0
}

.main_content .spread-item b {
	display:block;
	font-size:12px;
	font-weight:normal;
	margin-top:4px;
	font-family:Verdana;
	color:#f50
}

.ulist {
	background:#fff;
	padding:7px;
	border-bottom:1px dashed #dedede;
	overflow: hidden;
}
.ulist img {
	width:50px;
	height:50px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	display:block;
	float:left
}
.ulist .posr {
    position: relative;
}
.ulist .info {
	float: left;
	margin-left: 10px;
}
.ulist p {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:23px
}
.ulist p b {
	font-size:12px;
	font-weight:normal;
	font-family:Verdana;
	color:#f50
}
.income-rank-amount {
    float: right;
    font-weight: bold;
    color: #f50;
}
.rank-num {
    height: 20px;
    min-width: 16px;
    padding: 0 2px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: -2px;
    left: -5px;
    font-size: 12px;
    color: #fff;
    background: #f50;
    border-radius: 50%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}
/*===========cart===============*/
.productCount {
	width:82px;
	display:inline-block;
	height:25px;
	border:1px solid #eee
}
.productCount .btn {
	display:block;
	border: none;
	border-radius: 0;
	background:#eee;
	width:25px;
	height:25px;
	padding:0;
	text-align:center;
	position:relative;
	float:left;
	background:url('../images/icon/iconfont-add1-16x.png') center no-repeat #f7f7f7;
	background-image:-webkit-image-set(url(../images/icon/iconfont-add1-16x.png) 1x,url(../images/icon/iconfont-add1-32x.png) 2x);
	background-size:16px
}
.productCountMinus {
	background-image:url('../images/icon/iconfont-minus-20x.png') !important;
	background-image:-webkit-image-set(url(../images/icon/iconfont-minus-20x.png) 1x,url(../images/icon/iconfont-minus-40x.png) 2x) !important;
	background-size:20px !important;
	border-right:1px solid #eee
}
.productCountPlus {
	border-left:1px solid #eee;
	border-right-style: none;
}
.productCountNum {
	display:block;
	width:30px;
	height:25px;
	line-height:25px;
	background:#fff;
	position:relative;
	float:left
}
.productCountNum input {
	outline:none;
	border:none;
	display:block;
	height:23px;
	width:20px;
	text-align:center;
	line-height:25px;
	background:transparent;
	margin:0;
	padding:0 5px
}
#express_address {
	display:block;
	position:relative;
	color:#222;
	padding:25px 15px;
	min-height:48px;
	background: #fff;
	/*background:url(../images/icon/iconfont-right-40x.png) 97% center no-repeat #fff;
	background-image:-webkit-image-set(url(../images/icon/iconfont-right-40x.png) 1x,url(../images/icon/iconfont-right-80x.png) 2x);*/
	box-shadow:1px 1px 2px rgba(0,0,0,0.05);
	background-size:40px;
	/*padding-right:55px*/
}
#express_address #wrp-btn {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	font-size:15px;
	color:#3fae38;
	line-height:98px
}
#express_address .express-person-info {
	font-size:15px
}
#express_address .express-address-info {
	color:#666;
	line-height:22px;
	margin-top:5px;
	font-size:12px
}
#express_address #express-person-phone {
	font-size:14px;
	padding-left:10px;
	font-family:Verdana
}
#express_address #express-name {
	font-size:16px
}
#express-bar {
	height:4px;
	background:url(../images/icon/od-exp-bh.png) left center repeat-x #fff
}

#orderDetailsWrapper {
	background:#fff;
	box-shadow:1px 1px 2px rgba(0,0,0,0.05);
	border-top:1px solid #eee;
	padding:10px 5px;
	min-height:111px
}

#orderDetailsWrapper #cartnothing {
	text-align:center;
	padding-top:90px;
	line-height:85px;
	height:60px;
	color:#888;
	font-size:14px;
	background:url(../images/shopcart.png) center 17% no-repeat #fff;
	background-size:100px 100px
}
.orderDetails {
	margin-bottom:8px
}
.orderDetails:last-child {
	margin-bottom:0
}
#orderDetailsWrapper .cartListDesc .title {
	height:42px;
	line-height:21px
}
#orderDetailsWrapper .cartListDesc .count {
	font-size:12px;
	margin-top:8px
}
.cartListWrap {
	position:relative;
	margin:5px;
	margin-top:0;
	padding-bottom:10px;
	border-bottom:1px dashed #dedede;
	animation-duration:2s
}
.cartListWrap img {
	width:100px;
	height:100px;
	display:block;
	float:left;
	margin-top:4px;
	border:1px solid #eee;
	border-radius:5px
}
.cartListWrap .cartListDesc {
	height:107px;
	position:relative;
	overflow:hidden;
	margin-left:95px;
	padding-left:15px
}
.cartListWrap .cartListDesc .title {
	font-size:14px;
	color:#444a4d;
	text-shadow:0 0 #eee;
	word-wrap:break-word;
	text-overflow:ellipsis;
	overflow:hidden
}
.cartListWrap .cartListDesc .spec {
	height:21px;
	line-height:21px;
	font-size:12px;
	margin-right:10px;
	max-width:50%;
	color:#888
}
.cartListWrap .cartListDesc .pd-dsc {
	margin-top:8px
}
.cartListWrap .cartListDesc .prices {
	font-size:12px;
	margin-top:5px
}
.cartListWrap .cartListDesc .info {
	margin-top:5px;
	font-size:12px;
	color:#919296;
	text-shadow:0 0 #eee
}
.cartListWrap .cartListDesc p {
	margin:0;
	padding:0
}
.cartListWrap .cartListDesc .cartDelbtn {
	background:url(../images/icon/iconfont-iconremovesign-20x.png) center no-repeat;
	background-size:20px;
	height:20px;
	width:20px;
	position:absolute;
	right:0;
	bottom:2px;
	border:none;
}
.cartListWrap:last-child {
	padding-bottom:0;
	border-bottom:none
}
.cart-tip {
	margin:0;
	padding:10px;
	color:#f50
}
.orderopt {
	position:relative;
	padding:12px 15px;
	background-color:#fff;
	background:url(../images/icon/iconfont-right-40x.png) 97% center no-repeat #fff;
	background-image:-webkit-image-set(url(../images/icon/iconfont-right-40x.png) 1x,url(../images/icon/iconfont-right-80x.png) 2x);
	box-shadow:1px 1px 2px rgba(0,0,0,0.05);
	background-size:20px;
	font-size:14px;
	height:46px;
	margin-top:15px;
	overflow:hidden
}
.orderopt.inp {
	background:#fff
}
.orderopt .label {
	position:absolute;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	padding: 2px 0;
	left:15px;
	z-index:1
}
.orderopt .value {
	position:absolute;
	right:40px;
	z-index:1
}
.orderopt input#input-exptime {
	left:0;
	top:0;
	opacity:0;
	position:absolute;
	width:100%;
	height:44px;
	z-index:2;
	display:block;
	font-size:14px;
	border:none;
	-webkit-appearance:none;
	outline:none
}
.orderopt input[type="text"] {
	left:80px;
	right:0;
	top:-1px;
	position:absolute;
	width:auto;
	height:47px;
	line-height:48px;
	z-index:2;
	display:block;
	font-size:14px;
	border:none;
	-webkit-appearance:none;
	outline:none
}
#orderSummay {
	background-color:#fff;
	font-size:12px;
	line-height:30px;
	padding:10px 15px;
	text-align:left;
	padding-top:0
}
#orderSummay .prices {
	font-size:16px
}
/*========cart address===================*/
.consignee-scroll  {
	clear: both;
}
.consignee-scroll ul {
	width:99.8%
}
.consignee-scroll li {
	list-style:none;
	height:30px;
	margin:6px 0;
	float:left;
	width:99.8%
}
.consignee-scroll li:hover {
	background-color:#fff3f3
}

.consignee-scroll .consignee-item {
	list-style:none;
	position:relative;
	border:1px solid #ddd;
	height:30px;
	line-height:30px;
	width:120px;
	text-align:center;
	cursor:pointer;
	float:left;
	background-color:#fff
}
.consignee-scroll .addr-default {
	display:inline-block;
	*float:left;
	margin:5px 10px;
	background-color:#999;
	color:#fff;
	padding:0 3px;
	line-height:20px
}

.consignee-scroll .item-selected .consignee-item,.consignee-scroll .consignee-item:hover {
	border:2px solid #e4393c;
}
.consignee-scroll .item-selected .consignee-item b {
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	width:12px;
	height:12px;
	overflow:hidden;
	background:url(//misc.360buyimg.com/user/purchase/2.0.0/css/i/selected-icon.png) no-repeat
}
.consignee-scroll .addr-detail {
    float: left;
    height: 30px;
    line-height: 30px;
	font-size: 12px;
}
.consignee-scroll .addr-detail span {
    display: inline-block;
    margin-left: 10px;
}
#consigneeItemHideClick,.shpping-more{
	display: none;
}
.addr-switch {
    cursor: pointer;
    height: 18px;
	font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
}
.addr-switch b{
	display:inline-block;
	vertical-align:middle;
	height:10px;
	line-height:10px;
	width:9px;
	margin-left:5px;
	background:url(//misc.360buyimg.com/user/purchase/2.0.0/widget/consignee-scroll/i/addr-i.png) no-repeat 0 0
}
.addr-switch.switch-on b{
	background:url(//misc.360buyimg.com/user/purchase/2.0.0/widget/consignee-scroll/i/addr-i.png) no-repeat 0 0
}
.addr-switch.switch-off b{
	background:url(//misc.360buyimg.com/user/purchase/2.0.0/widget/consignee-scroll/i/addr-i.png) no-repeat 0 -10px
}
 .extra-r {
	float:right
}

.coupon-scroll {
    overflow: hidden;
	background:#fff;
	padding: 10px;
    width: 100%;
}
.coupon-scroll .coupon-item {
	width:245px;
	float:left;
	margin-right:0;
	margin-bottom:15px;
	padding:1px 10px
}
.coupon-scroll .coupon-item .c-detail .c-msg {
	cursor:pointer;
	height:70px;
	width:100%
}
.coupon-scroll .coupon-item .c-detail .c-msg .c-price {
	color:#fff;
	font:24px Arial,Verdana,'Microsoft YaHei',SimSun;
	display:inline;
	position:relative;
	top:8px;
	margin-left:20px
}
.coupon-scroll .coupon-item .c-detail .c-msg .c-price em{
	font-style: normal;
}
.coupon-scroll .coupon-item .c-detail .c-msg .c-limit {
	color:#f5f5f5;
	font-size:12px;
	display:inline;
	position:relative;
	top:7px
}
.coupon-scroll .coupon-item .c-detail .c-msg .c-time {
	padding-left:20px;
	font-size:12px;
	margin-top:10px
}

.coupon-scroll .coupon-item .c-detail .c-msg .c-time-dong {
	color:#cef0f1
}
.coupon-scroll .coupon-item .c-detail .c-dong {
	border-left:1px solid #74d2d4;
	border-right:1px solid #74d2d4;
	background-color:#74d2d4
}
.coupon-scroll .coupon-item .c-detail .c-type-dong {
	color:#74d2d4;
	border:1px solid #cef0f1
}
.coupon-scroll .coupon-item .c-detail .c-type {
	height:25px;
	width:100%;
	padding-top:5px
}
.coupon-scroll .coupon-item .c-detail .c-top-dong {
	height:3px;
	width:100%;
	background:#fff url(//misc.360buyimg.com/user/purchase/2.0.0/css/i/virtual-spite.png) -36px -6px no-repeat
}
.coupon-scroll .coupon-item .item-selected .c-dong .c-top-dong {
	height:0
}
.coupon-scroll .coupon-item .item-selected {
	border:2px solid #e43a3d;
	background-image:url(//misc.360buyimg.com/user/purchase/2.0.0/css/i/coupon-selected.png);
	background-repeat:no-repeat;
	background-position:bottom right
}
.coupon-scroll .coupon-item .item-selected-cancel {
	float:right;
	background-color:rgba(253,253,253,.8);
	color:#e43a3d;
	font-size:12px;
	padding:2px;
	cursor:pointer
}
.coupon-scroll .coupon-item .c-detail-disable .item-selected-cancel{
	display:none;
}
.coupon-scroll .coupon-item .c-detail-disable .c-dong .c-top-dong {
	height:0
}
.coupon-scroll .coupon-item .c-detail-disable .c-msg {
	cursor:not-allowed;
	height:70px;
	width:100%;
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	background-color:#d1d1d1
}
.coupon-scroll .coupon-item .c-detail-disable .c-msg .c-price {
	color:#fff;
	font:24px Arial,Verdana,'Microsoft YaHei',SimSun;
	width:60px;
	height:19px;
	margin-left:20px;
	display:inline;
	position:relative;
	top:8px
}

.coupon-scroll .coupon-item .c-detail-disable .c-msg .c-limit {
	color:#f5f5f5;
	font-size:12px;
	display:inline;
	position:relative;
	top:7px
}
.coupon-scroll .coupon-item .c-detail-disable .c-msg .c-time {
	padding-left:20px;
	margin-top:10px;
	color:#b0afaf
}
.coupon-scroll .coupon-item .c-detail-disable .c-type {
	height:25px;
	width:100%;
	padding-top:5px;
	color:#d1d1d1;
	border:1px solid #e8e8e8
}
.coupon-scroll .coupon-item .c-detail-disable .c-top {
	height:3px;
	width:100%;
	background:#fff url(//misc.360buyimg.com/user/purchase/2.0.0/css/i/virtual-spite.png) -36px -3px no-repeat
}

.virtual-usedcont {
	width:100%;
	background-color:#f6f6f6;
	display:block;
	clear:both;
}
.virtual-usedcont .virtual-usedcont-price {
	float:left;
	height:auto;
	margin:10px 10px 10px 20px;
	font:400 12px/16px;
	font-weight:700;
	color:#999
}
.virtual-usedcont .virtual-usedcont-price em {
	color:#e73739;
	font-style: normal;
	margin-left:5px
}
#orderSummay #showCouponPrice em {
    color: #e4393c;
	font-style: normal;
}
#couponTotalShow{
	font-size: 12px;
	line-height: 22px;
	margin:10px 10px 10px 20px;
	color: #999;
}
#couponTotalShow em{
	font-style: normal;
}

/*=========================payment======================*/
.payment_div{
	background-color:#fff;
	padding:10px 15px;
	text-align:left;
}
.payment_count{
    border-bottom: 24px solid #f5f5f5;
    text-align: center;
}
.payment_type input[type=radio] + .icon-check:before {
	content:"\f096";
    font-size: 40px
}
.payment_type input[type=radio]:checked + .icon-check:before {
	content:"\f046";
    font-size:40px;
}
.payment_type input[type=radio] {
    left: -9999em;
    position: absolute;
}
.payment_type{
	overflow: hidden;margin-bottom: 20px;
    margin:20px auto 0;
	background-color: #fff;
	padding: 10px;
}
.payment_type label{
    border-bottom: 1px solid #ccc;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 10px;
}
.payment_type label:last-child{
    border-bottom: none;
}
.payment_type .cell_l{
    float: left;
}
.payment_type .cell_r{
    color: #ffaf5b;
    float: right;
    width: 40px;
}
.payment_type div img{
    float: left;
    height: 40px;
    margin-right: 15px;
}
.payment_type div span{
    float: left;
    font-size: 18px;
    line-height: 40px;
}
.payment_info{
    padding: 25px;
}
.order_amount{
	font-size:16px;
	color:red;
}
.qrcode_info{
	text-align: center;
}
/*======积分记录页面=======*/
.credit_div .user_integral {font-size:16px;background: #fff; padding: 20px;margin-top: 5px;}
.credit_div .user_integral{
	background: #faeed3 none repeat scroll 0 0;
	margin-top: 0;
	padding: 20px;
}
.credit_div .user_integral p span {
    color: #cc0000;
    font-weight: bold;
}
.integral_transaction_info{background: #fff; }
.credit_div .integral_transaction_info ul li {
    border: 1px solid #e8e8e8;
	border-top:none;
	border-right:none;
    display: table;
    height: 45px;
    width: 100%;
}

.integral_transaction_info .integral_created{
	border-right: 1px solid #e5e5e5;
    display: table-cell;
    line-height: 45px;
    text-align: center;
	width:30%;
}
.integral_transaction_info .integral_type{
	border-right: 1px solid #e5e5e5;
    display: table-cell;
    line-height: 45px;
    text-align: center;
	width:20%;
}
.integral_transaction_info .integral_transaction{
	border-right: 1px solid #e5e5e5;
    display: table-cell;
    line-height: 45px;
    text-align: center;
	width:50%;
}
.integral_transaction_info{
	font-size: 12px;
}
.integral_created{
	color: #999;
}
.credit_minus {
    color: #e4393c;
}
.credit_plus {
    color: #71b247;
}
.credit_div .integral_transaction_info ul li:first-child{
	background: #f5f5f5 none repeat scroll 0 0;
	border: 1px solid #e8e8e8;
	border-right:none;
	font-weight: bold;
}
.credit_div .integral_transaction_info ul li:first-child .integral_created{
	color: #000;
}

@media (max-width:480px){
	.integral_transaction_info ul li.first{display: none;}
	.credit_div .integral_transaction_info ul li{
		padding: 10px;
	}
	.integral_transaction_info .integral_created{
		float: left;
		display: block;
		border:none;
		width: auto;
		padding: 0;
		text-align: left;
		line-height: 25px;
	}
	.integral_transaction_info .integral_type{
		float: right;
		display: block;
		border:none;
		width: auto;
		padding: 0;
		text-align: left;	
		line-height: 25px;
		padding-right: 20px;
	}
	.integral_transaction_info .integral_transaction{
		display: block;
		border:none;
		width: auto;
		padding: 0;
		text-align: left;
		float: none;
		clear: both;
		line-height: 25px;
	}

}
/*===========产品展示模块==========*/
#productHot {
	padding:0 10px;
}
#productHot section {
	position:relative;
	padding:10px;
	background:#fff;
	box-shadow:1px 1px 2px rgba(0,0,0,0.05);
	border-top:1px solid #eee;
}
#productHot .productlist {
	background:#FFFFFF;
}
#productHot img {
	width:100%;
}
.buynow {
	position:absolute;
	border-radius:5px;
	bottom:16px;
	right:10px;
	background:url('../images/icon/iconfont-heart-b-16.png') 5px center no-repeat;
	background-image:-webkit-image-set(url(../images/icon/iconfont-heart-b-16.png) 1x,url(../images/icon/iconfont-heart-b-32.png) 2x);
	background-size:16px;
	border:1px solid #e4393c;
	padding:4px 12px;
	padding-left:21px;
	text-align:center;
	font-size:12px;
	color:#e4393c;
	overflow:hidden;
	z-index:999;
	text-indent:3px;
}

/*============物流信息===================*/
#express-dt {
	margin:0;
	padding:0;
	padding-right:10px
}
#express-dt .exp-status {
	width:30px;
	padding:10px;
	background:url("../images/icon/ico_status.gif") -50px 57% no-repeat;
	height:44px
}
#express-dt .exp-status.status-first {
	background:url("../images/icon/ico_status.gif") 0 57% no-repeat
}
#express-dt .exp-status.status-check {
	background:url("../images/icon/ico_status.gif") -150px 57% no-repeat
}
#express-dt .exp-status.status-last {
	background:url("../images/icon/ico_status.gif") -100px 57% no-repeat
}
#express-dt th {
	display:none
}
#express-dt tr:first-child {
	display:none
}
#express-dt tr {
	border:none;
	height:auto;
	line-height:35px !important;
	color:#444
}
#express-dt tr td {
	vertical-align:top
}
#express-dt tr td:first-child {
	font-size:12px;
	white-space:nowrap;
	padding-right:2px
}
#express-dt th {
	text-align:left;
	display:table-cell !important
}
#express-dt tr:first-child {
	display:table-row !important
}
#express-dt table {
	border-collapse:initial;
	width:auto
}
/*==============address================*/
#newaddress{
	overflow: hidden;
}
.m, .mb, .mc, .mt, .sm, .smb, .smc, .smt {
    overflow-x: hidden;
    overflow-y: hidden;
}
.mod-comm {
	padding:10px 20px 20px;
	background-color: #fff;
}
.mod-comm .mt {
	padding:10px 0
}
.mod-comm .mt h3 {
	font-size:12px;
	color:#666;
	font-family:'\5b8b\4f53';
	line-height:18px
}
.mod-comm .mc {
	line-height:20px
}
.mod-comm .smt-01 {
	background:#f5f5f5;
	height:32px;
	line-height:32px;
	padding-left:20px;
	margin-top:10px
}
.mod-comm .smc-01 {
	border:1px solid #f2f2f2;
	padding:20px 20px 10px
}
.mod-comm .extra-r a.btn-close {
	color:#333
}
.mod-comm .extra-r a.btn-close b {
	display:inline-block;
	*display:inline;
	*zoom:1;
	background:url(//misc.360buyimg.com/user/myjd-2015/css/i/icon2.png) 0 -58px no-repeat;
	width:7px;
	height:5px;
	overflow:hidden;
	vertical-align:middle;
	margin-left:5px
}
.mod-comm .extra-r a.btn-close:hover {
	color:#333
}
.mod-comm .extra-r a.btn-close.down b {
	background-position:0 -63px
}
.easebuy-m {
	border:2px solid #e6e6e6;
	margin:0 0 10px
}
.easebuy-m .smt {
	padding-left:10px;
	line-height:35px;
	height:35px;
	position:relative;
	display:inline-block;
	display:block;
	overflow:visible
}
.easebuy-m .smt:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

.easebuy-m .smt h3 {
	float:left;
	color:#666
}
.easebuy-m .smt .alias-edit {
	width:12px;
	height:12px;
	background-position:-51px 0;
	margin:0 10px
}
.easebuy-m .smt .alias-edit:hover {
	background-position:-28px 0
}
.easebuy-m .smt .extra {
	float:right;
	margin:0 10px 0 0
}
.easebuy-m .smt .extra a {
	color:#005ea7;
	margin:0 0 0 20px
}
.easebuy-m .smt .extra a.btn-9 {
	color:#323333;
	margin-top:10px
}
.easebuy-m .smt .extra .del-btn {
	margin-top:10px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:13px;
	height:13px;
	text-indent:99em;
	background:url(//misc.360buyimg.com/user/myjd-2015/css/i/close.png) no-repeat;
	overflow:hidden;
	vertical-align:middle
}
.easebuy-m .smt h3 .ftx-02 {
	margin:0 0 0 10px;
	font-size:12px;
	background:#84c360;
	padding:2px;
	color:#fff;
	font-weight:400
}
.easebuy-m .smt h3 .ftx-03 {
	font-size:12px;
	margin-left:5px;
	font-weight:400
}
.easebuy-m .smt h3 .ftx-04 {
	margin:0 0 0 10px;
	font-size:12px;
	background:#ffaa45;
	padding:2px;
	color:#fff;
	font-weight:400
}
.easebuy-m .smt h3 .mr10 {
	margin:0 10px 0 0
}
.easebuy-m .smt .alias-form {
	display:none;
	position:absolute;
	left:6px;
	top:6px;
	width:218px;
	height:126px;
	border:1px solid #ddd;
	background:#fff;
	z-index:2;
	box-shadow:0 0 10px rgba(0,0,0,.15)
}
.easebuy-m .smt .alias-form .alias-new {
	width:220px;
	height:25px;
	margin-top:-1px;
	margin-left:-1px;
	margin-bottom:5px;
	overflow:hidden
}
.easebuy-m .smt .alias-form .alias-new .ipt-text {
	float:left;
	width:156px;
	height:23px;
	line-height:23px;
	padding:0 5px;
	border:1px solid #ccc;
	border-right:medium none
}
.easebuy-m .smt .alias-form .alias-new .btn-save {
	float:left;
	width:53px;
	height:25px;
	line-height:25px;
	padding:0;
	border:medium none;
	overflow:hidden;
	text-align:center;
	color:#fff;
	background:#e64346
}
.easebuy-m .smt .alias-form .alias-common {
	width:200px;
	margin:0 auto
}
.easebuy-m .smt .alias-form .alias-common .ac-tip {
	margin-bottom:5px;
	font:12px/22px SimSun;
	color:#999
}
.easebuy-m .smt .alias-form .alias-common .ac-con {
	width:210px;
	margin-right:-10px;
	overflow:hidden
}
.easebuy-m .smt .alias-form .alias-common .ac-con .item {
	float:left;
	height:23px;
	padding:0 15px;
	border:1px solid #ddd;
	margin-right:10px;
	margin-bottom:10px;
	font:12px/23px SimSun;
	border-radius:3px
}
.easebuy-m .smt .alias-form .alias-common .ac-con .item:hover {
	border-color:#e4393c;
	color:#e4393c
}
.easebuy-m .address-update-box {
	position:relative;
	display:inline-block;
	*display:inline;
	*zoom:1
}
.easebuy-m .address-update {
	background-color:#fffdee;
	border:1px solid #edd28b;
	height:32px;
	line-height:32px;
	padding:0 10px;
	font-size:12px;
	font-weight:400;
	position:absolute;
	top:-23px;
	left:10px;
	white-space:nowrap
}
.easebuy-m .address-update .arrow,.easebuy-m .address-update .arrow1 {
	top:9px;
	border-width:6px;
	border-style:dashed solid dashed dashed;
	position:absolute;
	width:0;
	height:0;
	overflow:hidden
}
.easebuy-m .address-update .arrow {
	left:-13px;
	border-color:transparent #edd28b transparent transparent
}
.easebuy-m .address-update .arrow1 {
	left:-12px;
	border-color:transparent #fff transparent transparent
}
.easebuy-m .address-update .warn {
	display:inline-block;
	width:16px;
	height:17px;
	background:url(//misc.360buyimg.com/user/myjd-2015/css/i/icon16.png) no-repeat -26px;
	vertical-align:middle;
	margin-right:5px
}
.easebuy-m .address-update .update-tip {
	margin-right:20px;
	color:#333;
}
.easebuy-m .address-update .belongto {
	color:#e4393c
}
.easebuy-m .address-update .line {
	margin:0 10px;
	color:#ccc
}
.easebuy-m .address-update .edit {
	color:#005ea7
}
.easebuy-m .address-update strong {
	font-weight:600;
	color:#333;
	margin:0 8px
}
.easebuy-m .z-alias-edit .alias-form {
	display:block
}
.easebuy-m .smc {
	padding:10px;
	line-height:22px;
	width:100%
}
.easebuy-m .smc .new-items {
	position:relative;
	width:100%
}
.easebuy-m .smc .item-lcol {
	width:70%;
	float:left
}
.easebuy-m .smc .item-lcol .fl {
	width:30%
}
.easebuy-m .smc .item-rcol {
	width:320px;
	float:left;
	padding-left:10px;
	height:100%
}
.easebuy-m .smc .item-rcol .extra {
	position:absolute;
	right:0;
	bottom:0
}
.easebuy-m .smc .item-rcol .item {
	text-align:left;
	width:100%
}
.easebuy-m .smc .item span {
	float:left;
	width:70px;
	color:#999;
	text-align:right
}
.default-address {
	background:#fcfffa;
	border-color:#d0e4c2
}
.default-address .mt h3 {
	color:#333
}
/*=======好券集市===============*/
.quan-list {
	display:inline-block;
	display:block;
	background-color: #fff;
	padding-top: 15px;
	*margin-bottom:28px
}
.quan-list:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

.quan-list .quan-item {
	float:left;
	margin:2px 10px 28px 10px
}

.quan-item {
	position:relative;
	height:160px;
	width:360px;
	padding-right:55px;
	border:1px solid #f1f1f1;
	background:#fff;
	font-family:"Microsoft YaHei"
}
.quan-item:hover {
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);
	-moz-box-shadow:0 0 5px rgba(0,0,0,.1);
	box-shadow:0 0 5px rgba(0,0,0,.1)
}
.quan-item .q-type {
	padding:25px 0 20px 25px;
}
.quan-item .q-img{
	height: 158px;
    overflow: hidden;
}
.quan-item .q-price {
	display:inline-block;
	display:block;
	margin-bottom:10px;
	color:#74d2d4
}
.quan-item .q-price:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.quan-item .q-price em {
	float:left;
	margin:5px 0 0;
	font-family:verdana;
	font-style: normal;
	line-height: 20px;
	font-size:24px
}
.quan-item .q-price strong {
	float:left;
	line-height:50px;
	margin:0 10px 0 5px;
	font-size:60px;
	font-family:arial;
	_display:inline
}
.quan-item .q-price .txt {
	float:left;
	font-size:12px;
	color: #666;
	line-height:22px
}
.quan-item .q-range {
	line-height:22px;
	font-size: 12px;
	color:#999
}
.quan-item .q-range .range-item p {
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:200px;
	cursor:default
}
.quan-item .q-opbtns {
	position:absolute;
	top:0;
	right:0;
	width:20px;
	height:158px;
	padding:22px 30px 0 22px;
	line-height:24px;
	background:#74d2d4;
	color:#fff;
	font-size:14px
}
.quan-item .q-opbtns a {
	display:block;
	width:100%;
	height:100%;
	color:#fff
}
.quan-item .q-opbtns .semi-circle {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:3px;
	height:155px;
	background:url(//misc.360buyimg.com/user/quan/1.0.0/css/i/semi-circle.png) repeat-y
}
.quan-item .btn-state {
	background-image:url(//misc.360buyimg.com/user/quan/1.0.0/css/i/quan-state.png);
	background-repeat:no-repeat
}
.quan-item .btn-state {
	position:absolute
}
.quan-item .btn-geted,.quan-item .btn-getend {
	width:69px;
	height:69px;
	line-height:99em;
	overflow:hidden;
	bottom:5px;
	right:70px
}
.quan-item .btn-overdue,.quan-item .btn-overdued,.quan-item .btn-wish {
	width:55px;
	height:55px;
	line-height:99em;
	top:0;
	left:0;
	background-position:-184px 0;
	overflow:hidden
}
.quan-item .btn-overdued {
	background-position:-184px -65px
}
.quan-item .btn-wish {
	background-position:-184px -130px
}

.quan-gray-item .q-price {
	color:#c3c3c3
}
.quan-gray-item .q-opbtns {
	background:#c3c3c3
}
.quan-gray-item .q-opbtns a {
	color:#868686
}
.quan-gray-item .q-opbtns a:hover {
	color:#868686;
	cursor:default
}
.quan-gray-item .btn-getend {
	background-position:0 -79px
}
