body {
   overflow: hidden;
   padding-top: 62px;
}

.container {
   overflow: auto;
   padding: 5px;
}
.container .sui-breadcrumb {
	margin-bottom: 0px;
}
.txt_left {
    float: left;
    text-align: left;
}
.img_ww {
  cursor: pointer;
}
.s_buyer_nick {
  cursor: pointer;
  margin-right: 30px;
  font-weight: normal;
  color: #808080;
}
.s_tid {
  cursor: pointer;
  margin-right: 10px;
  font-weight: normal;
  color: #808080;
}
.s_created {
  cursor: pointer;
  font-weight: normal;
  color: #808080;
}
.s_trade_memo {
    display: none;
}
.mr_5 {
  margin-right: 5px;
}

.content-msg .sui-msg {
	margin-bottom: 0px;
}

#icon-list {
	position: fixed;
	right: 2px;
	bottom: 70px;
}

#icon-list li {
	display: block;
	margin-top: 3px;
	width: 32px;
	height: 32px;
	border-radius: 3px;
	opacity: 0.4;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	background-color: #999;
	cursor: pointer;
}

#icon-list li:hover {
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	background-color: #9ddbfd;
}

/** */
span.showcase {
	display: block;
	margin-top: 1px;
	text-align: center;
}

span.hide {
	display: none;
}

.data-list th.order-by-column i.icon-arrow-down,.data-list th.order-by-column i.icon-arrow-up
	{
	display: none;
}

.data-list th.sort-desc i.icon-arrow-down {
	display: inline;
}

.data-list th.sort-asc i.icon-arrow-up {
	display: inline;
}

.msg-center-content {
	display: inline-block ! important;
	vertical-align: middle;
	text-align: left;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	z-index: 1500;
}

.loading-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.2;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	display: none;
}

.loading-content {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	width: 100px;
	height: 100px;
	display: none;
}

.data-list tr.select-row {
	background-color: #ecf7ff;
}

.content {
	width: 100%;
	margin: 0 auto;
}

th.order-by-column {
	cursor: pointer;
}

#item-list .qrcode-sp .tooltip-inner {
	padding: 0px;
}

#item-list .item-qrcode {
	/* font-size : 16px */

}

#item-list i.edit-icon {
	margin-left: 4px;
}

#item-list td.item-num {
	text-align: center;
}

#item-detail .sku-tr:hover {
	background: #f9f9f9;
}

#item-detail .sku-td {
	width: 15%;
}

#item-detail .one-price {
	margin: 0 0 12px 0;
	list-style: none;
}

#item-detail  .price-item {
	float: left;
	padding: 5px 33px 0 0;
}

#item-detail .save button {
	display: inline-block;
}

#item-detail .pic-img {
	float: left;
	width: 17.3%;
	margin: 10px 0;
	text-align: center;
}

#item-detail .pic-url {
	width: 100px;
	border: 1px solid #eee;
	border-radius: 3px;
}

#item-detail .pic-state {
	display: table-cell;
	*display: inline;
	width: 9999px;
	*width: auto;
}

#item-detail #pic-title {
	position: absolute;
	left: 0;
	right: 0;
	width: auto;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
}

#item-detail .pic-ul {
	margin: 10px 0px;
	list-style: none;
}

#item-detail .pic-ul li {
	position: relative;
	height: 36px;
}

#item-detail .swith {
	display: block;
	width: 80px;
	height: 27px;
	background-color: #f7f7f7;
	border: 1px solid #eee;
	border-radius: 2px;
}

#item-detail .swith-btn {
	margin-left: 0;
	padding: 0;
	width: 50px;
	height: 27px;
	border: 0;
	color: #fff;
	background-color: #4cb9fc;
	border-radius: 2px 0 0 2px;
	outline: 0;
	transition: all .3s ease 0s;
}

#item-detail .swith-lr {
	margin-left: 30px;
	background-color: #e4e4e4;
	border-radius: 0 2px 2px 0;
	color: #333;
}

#item-detail .swith-lr {
	margin-left: 30px;
	background-color: #e4e4e4;
	border-radius: 0 2px 2px 0;
	color: #333;
}

#item-detail .base-msg th {
	width: 16.5%;
	text-align: right;
}

#item-detail .submit {
	float: right;
}

#item-list td.center {
	text-align: center;
}

#function-area div.tab-div {
	margin-top: 10px;
}

#tab-taozhishu {
	padding-bottom: 10px;
}

#tab-taozhishu .switch,#tab-taozhishu .switch a,#tab-taozhishu .switch a i
	{
	display: block;
	float: left;
}

#tab-taozhishu .subhd {
	margin: 0px 0px 8px 0px;
}

#tab-taozhishu .subhd a {
	width: 80px;
	text-decoration: none;
	border: 1px #666 solid;
	cursor: pointer;
	zoom: 1;
	margin-right: 5px;
}

#tab-taozhishu .subhd .current {
	border-color: #f57c05;
}


#tab-tuijian  th,#tab-tuijian  td {
	text-align: center;
}

#tab-tuijian  td a em {
	color: red;
	font-weight: 700;
	padding: 0 2px;
	color: red;
	font-style: normal;
}

#tab-recommend #add-history {
	margin: 12px 12px 0px 12px;
	list-style-type: none;
	/* list-style-position: inside;
	list-style-type: decimal; */
}

#tab-recommend #add-history li {
	margin: 2px 0px;
	border-bottom: 1px solid #ccc;
}

#tab-recommend span.recommend-title {
	display: inline-block;
	width: 465px;
}

#tab-recommend .re-btn {
	float: right;
	margin-left: 5px;
}

#tab-recommend th {
	text-align: right;
}

#tab-recommend .hot-cate {
	font-size: 12px;
	line-height: 32px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

#share-dialog ul.share-cnt {
	list-style-type: none;
	margin: 8px 0px 8px 26px;
}

#share-dialog ul.share-cnt li {
	width: 120px;
	display: inline-block;
	height: 18px;
	line-height: 18px;
}

#share-dialog ul.share-cnt a {
	background: url(images/share.png) no-repeat;
	overflow: hidden;
	display: inline-block;
	cursor: pointer;
	padding-left: 25px;
}

#share-dialog ul.share-cnt a.s-weibo {
	background-position: 0px -120px;
}

#share-dialog ul.share-cnt a.s-qzone {
	background-position: 0px -80px;
}

#share-dialog ul.share-cnt a.s-qqfirend {
	background-position: 0px -2235px;
}

#share-dialog ul.share-cnt a.s-txfirend {
	background-position: 0px -320px;
}

#share-dialog ul.share-cnt a.s-txweibo {
	background-position: 0px -240px;
}

#share-dialog ul.share-cnt a.s-renren {
	background-position: 0px -200px;
}

#md-data-list th {
	text-align: center;
}

#md-data-list a.btn-opt {
	width: 60px;
}

#md-data-list td.center {
	text-align: center;
}

#m-preview {
	width: 240px;
	height: 300px;
	margin: 0 auto;
	padding: 70px 0px 42px;
	background: url(images/phone.png) no-repeat;
	background-size: 240px auto;
	border: 1px solid #ddd;
	border-radius: 5px;
}

#m-preview .pre-close {
	float: right;
	margin: 6px -100px 0 0;
}

#m-preview .mobile {
	overflow-y: scroll;
	height: 100%;
	padding: 0 3px;
}

#m-preview .wapdesc {

}

#m-preview .shortdesc {
	display: block;
}

#m-preview .img {
	display: block;
}

#upgradeInfo {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 99;
	background: rgba(222,222,222,0.6);
	display: none;
}

#upgradeInfo a {
	background: url(images/upgrade_mix.jpg) no-repeat center;
	display: block;
	height: 100%;
}

#upgradeInfo .upimg {
	width: 600px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

#quanInfo a {
	background: url(images/quan-1.png) no-repeat center;
	display: block;
	height: 100%;
}

#quanInfo .quanimg {
	width: 440px;
	height: 309px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

#ad-banner .close-btn{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 30px;
	color: #fff;
}

.trans-success {
    background-color: #22cd6e;
}

.trans-paid {
	background-color: #f89406
}

.trans-payments {
	background-color: #ea4a36
}

.trans-delivery {
	background-color: #21b9e4
}

.trans-closed {
	background-color: #999
}


.trade-state {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    color: #fff;
    padding: 0 5px;
    margin: 9px 0;
}

.sui-form .control-label {
    /*width: 40px;*/
    text-align: left;
    display: inline-block;
}
.sui-form .control-label {
    display: block;
    margin-bottom: 5px;
}

 .radio-pretty span i {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: -2px;
    background: url(http://img03.taobaocdn.com/imgextra/i3/281509299/TB221HybXXXXXcgXXXXXXXXXXXX-281509299.png) no-repeat;
}

 .radio-pretty span i.r {
    background-position: -72px 0;
}
 .radio-pretty span i.n {
    background-position: -87px 0;
}
 .radio-pretty span i.g {
    background-position: -102px 0;
}
 .radio-pretty span i.b {
    background-position: -117px 0;
}
 .radio-pretty span i.f {
    background-position: -132px 0;
}


.wlxx-pop {
	width: 490px;
	margin-left: -245px
}

.wlxx-pop .order-tab {
	margin: 10px 10px 5px;
	display: block
}

.wlxx-pop .modal-body {
	padding: 6px 10px 0 10px
}

.wlxx-pop .modal-body .title {
	padding: 6px 12px;
	display: block;
	background-color: #f9f9f9;
	border: 1px solid #eee
}

.wlxx-pop .modal-body .title span {
	color: #333;
	font-size: 12px;
	line-height: 24px;
	display: block
}

.wlxx-pop .modal-body .title span font {
	color: #28a3ef
}

.wlxx-pop .modal-body .pic {
	width: 100%;
	display: block;
	float: none;
	clear: both
}

.wlxx-pop .modal-body .pic .pic-a {
	width: 59px;
	height: 59px;
	display: inline-block;
	margin: 0 2px 6px 2px
}

.wlxx-pop .modal-body .pic .pic-a img {
	width: 59px;
	height: 59px;
	display: block
}

.wlxx-pop .modal-body .wlzt {
	padding: 3px 0 9px 6px;
	height: 200px;
	display: block;
	overflow-x: hidden;
	overflow-y: auto
}

.wlxx-pop .modal-body .wlzt .name {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	display: block
}

.wlxx-pop .modal-body .wlzt span {
	color: #333;
	font-size: 12px;
	line-height: 32px;
	display: block
}


