@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
.clearfix:after{
  content: "020"; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
  }

.clearfix {
  /* 触发 hasLayout */ 
  zoom: 1; 
  }
 em{font-style:normal;}
 body { font:13px/1.5 tahoma,arial,'Hiragino Sans GB',\5b8b\4f53,sans-serif; color:#666; }
input, select, textarea, button { font-size: 12px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; outline: none; margin: 0; }
a { text-decoration: none; color: #666; outline: none; }
ul,li{list-style-type:none;}
button { outline: none; }
a img { border: 0; }
h1,h2,h3,h4,h5, span.h3 { font-family: 'RobotoBoldCondensed', Arial, Helvetica, sans-serif; font-weight: normal; }
small { font-size: 11px; }
h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
/*-------index-------*/
.container{width:1000px; margin:0px auto;}
.nav{width:100%;background-color:#E0E0E0; border-bottom:1px solid #ccc;}
.site-nav{height:35px; line-height:35px; }
.site-nav a:hover{color:#ff3d00;}
.left{float:left;}
.nav-left ul li,.nav-right ul li{float:left; margin-right:20px;}
.right{float:right;}
.container .header{margin-top:20px;}
.header .logo{float:left; position:relative;}
.header .logo a{display:inline-block;}
.header .logo img{width:100px;}
.search{position:relative; margin:25px 0px 0px 60px;;}
.searchbox{background-color:#ff3d00; padding:3px 0px 3px 3px; height:34px;}
.searchbox .searchinput{width:618px; height:34px;}
.searchbox .searchinput input {
    background: none repeat scroll 0 0 #fff;
    border: 0 none;
    height: 22px;
    line-height: 22px;
    outline: 0 none;
    padding: 6px 0;
    text-indent: 10px;
    width: 618px;
}
.search .searchbutton button {
    background-color: #ff3d00;
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: -1px;
    text-align: center;
    top: 0px;
    transition-duration: 0.2s;
    transition-property: background;
    width: 100px;
    z-index: 500;
	border:none;
	color:#fff;
	font-size:17px;
	font-weight:bold;
}
/*-------------goodsdetail-------------*/
.goods-wrap{width:100%;}
.goods-sort{margin-top:30px;}
.goods-img{width:38%;}
.goods-text{width:60%; margin:0px 0px 10px 10px;}
.goods-text>div{margin-bottom:14px;}
.goods-text h1{ color: #000;
    font-family: "microsoft yahei";
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 0.2em;}
.goods-text .goods-price{display:block; background-color:#f1e4da; padding:10px;}
 .goods-price dl,.goods-type dl,.goods-amount dl{line-height:30px;}
.goods-price strong {
    color: #ff3d00;
    display: inline;
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-right: 5px;
    padding: 0;
    position: static;
    vertical-align: baseline;
	font-style:normal;
}
.goods-text .goods-price .rmb {
    font-family: arial;
    font-weight: 400;
    margin-right: 4px;
}

.goods-text .goods-price dt,.goods-type dt,.goods-amount dt {
    color: #999;
    float: left;
    font-size: 12px;
    margin: 0px 10px 0px 0px ;
    text-align: left;
	width: 50px;
}

.goods-type ul li {
    background: none repeat scroll 0 0 #fff;
    float: left;
    line-height: 20px;
    margin: 0 5px 10px 0;
    position: relative;
    vertical-align: middle;
}
.goods-type ul li a{
	display:block;
	height:32px;
	line-height:32px;
	min-width:32px;
	border:1px solid #dcdcdc;
	text-align:center;
	padding:1px 5px;
	}
.goods-type ul li a:hover{border:2px solid #ff3d00;}
.stock{float:left; position:relative;}
.stock a{   background-color: #ededed;
    border: 1px solid #ccc;
    display: block;
    float: left;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    vertical-align: top;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
    width: 26px;}
.stock input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    color: #666;
    float: left;
    font-size: 16px;
    height: 26px;
    ime-mode: disabled;
    line-height: 26px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-align: center;
    width: 48px;
}
.goods-action .goods-buy{margin-right:9px;}
.goods-action a{
	  border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-family: "Hiragino Sans GB","microsoft yahei",sans-serif;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 134px;
	}
.goods-action .goods-buy a{
	color:#ff3d00;
	background-color:#ffe4d0;
	border-color: #f0cab6;
	}
.goods-action .goods-add a{
	background-color:#ff3d00;
	color:#fff;
	border-color:#ff3d00;
	width:160px;
	}
.goods-action .goods-buy a:hover {
    background: none repeat scroll 0 0 #ffd9bc;
    border-color: #f0cab6;
}
.goods-action .goods-add a:hover {
    background: none repeat scroll 0 0 #f22d00;
    border-color: #f22d00;
}
.goods-detail h2,.gw-cart h2{font-size:15px; color:#ff3d00; font-weight:bold; border-bottom:2px solid #ff3d00;}
/*----------cart------------*/
.gw-cart{margin-top:10px;}
.cart-main{min-height:210px;}
.cart-main .cart-thead{
	background-color:#f3f3f3;
	height:32px;
	line-height:32px;
	margin:0 0 10px;
	padding:5px 0;
	border:1px solid #e9e9e9;
	}
.cart-main .g-checkbox{height:18px; line-height:18px; padding:11px; padding-top:7px; width:122px;}
.cart-checkbox{float:left; margin-right:5px;}
.cart-main .gwcheckbox{float:n; margin:0px 7px 0px 0px; padding:0px; vertical-align:middle;}
.cart-main .cart-thead .g-goods{width:355px;}
.cart-main .cart-thead .g-price{width:120px; text-align:right; padding-right:40px;}
.cart-main .cart-thead .g-Quantity{width:115px; text-align:center;}
.cart-main .cart-thead .g-sum{width:100px; text-align:right; padding-right:40px;}
.cart-main .cart-thead .g-action{width:75px;}
.item-list .item-single{
	background: none repeat scroll 0 0 #fff;
    line-height: 20px;
    padding: 0 10px 1px 40px;
    position: relative;
	border-bottom:1px solid #ddd;;
	}
.item-list .cell {
    float: left;
    padding: 15px 0 10px;
}
.item-form .p-checkbox {
    left: 10px;
    min-height: 10px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: 3;
}
.item-form .p-goods{width:355px;}
.item-form .p-props{min-height:10px; padding:15px 20px; width:60px;}
.goods-item .p-img {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    float: left;
    height: 80px;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 80px;
}
.goods-item .p-img img{width:80px; height:80px;}
.goods-item .p-img a{display:inline-block;}
.goods-item .p-name{height:40px; line-height:20px; overflow:hidden;}
.goods-item .p-name a{color:#000;}
.item-form .p-price{padding-right:40px; text-align:right; width:120px;}
.p-quantity .quantity-form {
    overflow: hidden;
    position: relative;
}
.stocks a{   background-color: #ededed;
    border: 1px solid #ccc;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    vertical-align: top;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
    width: 35px;}
.stocks input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    color: #666;
    float: left;
    font-size: 14px;
    height: 25px;
    ime-mode: disabled;
    line-height: 25px;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-align: center;
    width: 35px;
}
.item-form .p-sum{padding-right:40px; text-align:right; width:105px;}
.item-form .p-sum strong{color:#ff3d00;}
.item-form .p-ops{width:75px;}
.cart-toolbar{height:50px; border:1px solid #f0f0f0;}
.options-box{position:relative; height:50px;}
.options-box .select-all{float:left; height:18px; line-height:18px; padding:16px 0px 16px 16px;}
.options-box .operation{float:left; height:50px; line-height:50px; width:210px;}
.options-box .operation a{color:#666; float:left; margin-left:25px;}
.options-box .toolbar-right{height:52px; position:absolute; right:0px; top:-1px width:710px;}
.options-box .toolbar-right .normal{height:52px;}
.options-box .toolbar-right .normal .comm-right{float:right; width:710px;}
 .btn-area .submit-btn {
    background: none repeat scroll 0 0 #f50;
    color: #fff;
    display: block;
	font-weight:bold;
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 96px;
	cursor:pointer;
}
.price-sum{color:#666; float:right; height:43px; line-height:43px; margin:7px 20px 0px 10px;}
.price-sum .price{color:#ff3d00; font-family:Arial; font-size:18px; font-weight:400; vertical-align:middle;}
.price-sum em{font-size:22px; font-weight:700; padding:0px 3px;}
/*--------order-------------*/
.address{margin-bottom:40px; margin-top:23px;}
.address h3{border-bottom:2px solid #f1f1f1;margin-bottom:20px; font-size:14px; font-weight:700;}
.address .add-address{float:right; font-size:12px; font-weight:400;}
.address .add-address a{color:#36c;}
.msg-address{margin:0px 45px 0px 40px; overflow:hidden;}
.msg-address ul li{float:left; height:30px; padding:6px 0px;}
.msg-address ul li .address-item.item-selected{border:2px solid #ff3d00; padding:4px 23px;}
.msg-address ul li .address-item{float:left; background-color:#fff; cursor:pointer; height:18px; line-height:18px; position:relative; text-align:center; width:90px; border:1px solid #ddd; padding:5px 24px;}
.msg-address .item-selected b {
    background: url("http://misc.360buyimg.com/user/purchase/css/i/user_purchase20150409154845.png?__sprite") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    display: block;
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 12px;
}
.msg-address .address-detail{float:left; height:30px; line-height:30px;}
.msg-address .address-detail .address-name,.msg-address .address-detail .address-info,.msg-address .address-detail .address-tel,.msg-address .address-btns a
{margin-left:10px;}
.msg-address .address-item.item-hover, .msg-address .address-item:hover {
    border: 2px solid #e4393c;
    padding: 4px 23px;
}
.msg-address .address-btns{float:left; height:30px; line-height:30px; text-align:right; visibility:hidden;}
.msg-address .address-btns a{color:#005ea7;}
.msg-address .address-btns a:hover{text-decoration:underline; color:#ff3d00;}
.msg-address ul li:hover .address-btns {
    visibility: visible;
}
.buy-order-field h3{font-size:14px; font-weight:700;}
.order-list{border:1px solid #ddd;}
.order-list ul{padding:10px;}
.order-list ul li{height:90px; border-bottom:1px solid #ddd; margin-bottom:20px;}
.order-list ul li:last-child{border:none;}
.order-price{line-height:90px; text-align:center; width:150px;}
.order-price span{display:inline-block; margin-left:40px;}
.order-sum{line-height:90px;}
.order-sum strong{color:#ff3d00;}
.add-dialog{width:690px;position:absolute; z-index:1000; overflow:hidden; top:280px; left:283px; border:4px solid #CCC; border-radius:5px; background:#fff; display:none;}
.dialog-title{
	   background: none repeat scroll 0 0 #f3f3f3;
    color: #666;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    position: relative;
	}
.add-dialog .item{display:block; line-height:25px; margin-bottom:15px;}
.add-dialog .item span.label{float:left; height:18px; line-height:18px; padding:4px 0px 3px; text-align:right; width:75px;}
.left .itxt{height:18px; padding:3px 5px 2px; width:155px;}
.itxt,.selt,.area{border:1px solid #ccc; float:none; line-height:18px; padding:5px; vertical-align:middle}

.btn-save {
    background-color: #f2f2f2;
    background-image: linear-gradient(to top, #f2f2f2 0px, #f7f7f7 100%);
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #323333;
    cursor: pointer;
    display: inline-block;
    float: none;
    font-family: arial,"microsoft yahei";
    font-size: 12px;
    font-weight: normal;
    height: 23px;
    line-height: 23px;
    padding: 0 14px;
}
.dialog-close {
    background: url("http://misc.360buyimg.com/jdf/1.0.0/ui/dialog/1.0.0/dialog.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 13px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 13px;
    z-index: 100000;
}
.bg-opacity{ display: none; position: absolute; top: 0%; left: 0%; width: 100%; height: 100%; background-color: black; z-index:900; -moz-opacity: 0.7; opacity:.50; filter: alpha(opacity=70);}
.buy-footer{margin-bottom:20px; margin-top: 20px;}
.order-go{text-align:right; clear:both;}
.order-go .address-confirm {
    background-color: #fff0e8;
    border: 1px solid #ff3d00;
    display: inline-block;
    float: right;
    font-family: tahoma;
    font-size: 12px;
    margin-bottom: 40px;
    margin-top: 10px;
    padding: 3px;
    position: relative;
    right: 0;
    z-index: 100;
}

.order-go .address-confirm .box {
    background: none repeat scroll 0 0 #fff;
    color: #404040;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
    min-width: 230px;
    padding: 1px 10px 10px 20px;
    position: static;
}

.realPay {
    line-height: 16px;
    margin: 0 0 15px;
    position: relative;
}
.order-go .address {
    margin-bottom: 0;
    margin-top: 0;
}
.order-go .buy-line-title {
    color: #404040;
    font-weight: 700;
}
.order-go .address span {
    word-break: break-all;
}
.submitOrder{position:relative;}
.submitOrder .btn-go {
    background-color: #f50;
    color: #fff;
    cursor: pointer;
    font: 400 18px/36px "方正正黑简体","微软雅黑","黑体";
    height: 36px;
    outline: 0 none;
    padding: 0 26px;
    position: absolute;
    right: -4px;
    text-align: center;
    top: 4px;
}
.user-text label{
	width:100px;
	text-align: right;
	display: inline-block;
}
.yaoqing-code input{
	border:1px solid #ddd;
	height: 30px;
	line-height: 30px;
	width:200px;
}
.liuyan textarea{
	height: 30px;
	line-height: 30px;
	width:350px;
	border: 1px solid #ddd;
}
/*------------register------------*/
.logo b{background:url(../image/regist-word.png); height:46px; left:122px; position:absolute; top:18px; width:111px;}
.regist{margin-bottom:10px;}
.regist .mt {
    border-bottom: 1px solid #dddddd;
    margin-bottom: -1px;
    overflow: visible;
    padding-right: 10px;
    position: relative;
}
.regist .tab{height:33px; padding-left:400px;}

.regist .tab .curr {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: medium none;
    box-shadow: 2px 0 2px #dddddd;
    color: #e4393c;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    margin-top: 0;
    position: relative;
}
.regist .tab li{
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    margin-top: 3px;
    text-align: center;
    width: 100px; float:left;
	 background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #dddddd;
	cursor:pointer;
	}
.regist .mt .extra{position:absolute; right:20px; top:5px;}
.regist .mc {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 30px 0 20px;
}
.regist .label b{font-weight:normal; margin-right:5px;}
.red{color:#f00;}
.regist .item{height:60px; line-height:34px; padding-top:9px;}
.form{width:100%; vertical-align:middle;}
.regist .label{color:#999; font-size:14px; padding-right:10px; text-align:right; width:300px; float:left;}
.regist .text {
    border: 1px solid #cccccc;
    color: #999;
    float: none;
    font-family: arial,"宋体";
    font-size: 14px;
    overflow: hidden;
    padding: 10px 25px 10px 5px;
    width: 238px;
}
.regist .text-1{
    float: left;
    width: 100px;
}
.regist .btn,.edit-cont .btns {
    background: none repeat scroll 0 0 #f4f4f4;
    border: 1px solid #dddddd;
    color: #333;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
    margin-top: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 106px;
	cursor:pointer;
}
.mobilecode a:hover{text-decoration:underline;}
.regist .item-new{height:49px; padding-top:0px;}
.regist .btn-regist{
	   border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
	cursor:pointer;
    font-weight: bold;
    text-align: center;
	width:270px;
	height:36px;
	background-color:#C00;
	border-radius:3px;
	font-weight:bold;
	}
.regist .form2{display:none;}
.regist .error{
    background: none repeat scroll 0 0 #ffebeb;
    border: 1px solid #ffbdbe;
    color: #e4393c;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    width: 260px;
	cursor:pointer;
	margin-top:0px;
	color:#f00;
	display:inline-block;
}
/*---------login------------*/
.login-b b{background:url(../image/login-word.png); height:46px; left:122px; position:absolute; top:18px; width:111px;}
/*--------membercenter---------------*/
.nav-header{height:100px; background-color:#cb252b; position:relative; z-index:10;}
.nav-header .logo{float:left; width:100px; height:100px;}
.nav-header .navitems{float:left; font-size:14px; height:56px; line-height:56px; margin:0px 0px 0px 30px; padding:22px 0px; width:84%;}
.nav-header .navitems ul li{float:left;margin: 0 180px 0 0; position:relative;}
.nav-header .navitems ul li a{color:#fff;}
.nav-header .navitems ul li b{ background:url(../image/icon.png) no-repeat;
    display: inline-block;
    height: 6px;
    margin-left: 5px;
    overflow: hidden;
    transition: transform 0.2s ease-in 0s;
    vertical-align: middle;
    width: 12px;}
.nav-header .nav-r{float:right; margin-right:5px; margin-top:12px;}
.nav-header .nav-r .text{width:150px; padding:4px; height:24px; line-height:24px; font-size:14px; float:left; border:0 none; width:200px;}
.nav-header .nav-r button{ border-bottom-color:#f7f7f7; color:#333; font-size:12px; height:32px; width:56px; float:left; border:none; cursor:pointer;}
.nav-header .navitems ul li .nav-sub{
	display:none;
	position:absolute;
	top:50px;
	left:-140px;
	border:1px solid #ddd;
	box-shadow:1px #ddd;
	background-color:#fff;
	width:320px;
	}
.nav-header .navitems ul li:hover .nav-sub {
	display:block;
	}
.nav-header .navitems ul li .nav-arr{   border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 6px;
    bottom: 2px;
    box-shadow: 0 1px 0 #fff;
    font-size: 0;
    height: 0;
    left: 50%;
    line-height: 0;
    margin-left: -6px;
    position: absolute;
    top: -12px;
    width: 0;}	
.nav-sub dl{float:left; width:50%;}
.nav-sub .nav-sub-col1 dt{color:#3aac8a;}
.nav-sub .nav-sub-col2 dt{color:#ea746b;}
.nav-sub dl dt{font-size:16px; padding-left:38px;}
.navitems ul li .nav-sub a:link,.navitems ul li .nav-sub a:visited {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 38px;
    text-align: left;
    text-decoration: none;
}
.navitems ul li .nav-sub a:hover {
    color: #ff3d00;
}
.user-info{border:1px solid #e4eaee; color:#4b4b4b; font-size:12px; margin-bottom:23px; position:relative;}
.user-info .userbar{background-color:#f5f8fa;border-bottom:1px solid #e4eaea; color:#546d7a; line-height:23px; vertical-align:middle; padding:5px 0px;}
.user-info .userbar .baseinfo{float:left; width:50%;}
.user-info .avatar {
    display: block;
    float: left;
    height: 57px;
    margin-left: 12px;
    margin-right: 13px;
    overflow: hidden;
    position: relative;
    width: 57px;
}		
.user-info .userbar .baseinfo .edit-mask{ 
background: none repeat scroll 0 0 #000;
    color: #fff;
    display: none;
    height: 34px;
    line-height: 1;
    opacity: 0.6;
    padding-top: 23px;
    position: absolute;
    text-align: center;
    width: 100%;
	border-radius:50%;
	}	
.user-info .avatar img{border-radius:50%; height:100%; width:100%;}
.user-info .avatar:hover .edit-mask{display:block;}
.baseinfo .user-name{float:left; display:inline-block; margin-top:17px; margin-left:10px;}
.userbar .addressmsg{float:right;margin-top:17px; margin-right:70px;}
.userbar .addressmsg a:hover{color:#ff3d00;}
/*-----------memberorder----------*/
.order-nav{height:30px; margin-bottom:22px; position:relative; border-bottom:2px solid #e5e5e5; margin-top:20px;}
.order-nav .list{font-size:16px; font-weight:700; height:100%;text-align:center;}
.order-nav .list li{display:inline; float:left; height:100%; width:220px;}
.order-nav .list .selected{border-bottom:3px solid #ff3d00;}
.order-nav  .list li a{display:block; height:18px; line-height:18px; overflow:hidden; padding-bottom:12px; position:relative;}
.order-nav  .list li a em{margin-left:5px; color:#ff3d00; font-style:normal;}
.order-nav  .list li a .interval{ background-color: #b8b8b8;
    color: #e7e7e7;
    font-size: 0;
    height: 14px;
    margin-top: 2px;
    position: absolute;
    right: 0;
    top: 2px;
    width: 1px;}
.bought-list{margin-bottom:10px; position:relative;}
.bought-table{width:100%; table-layout:fixed; border-collapse:collapse;}
.bought-table col.baobei {
    width: 331px;
}
.bought-table col.price {
    width: 90px;
}
.bought-table col.quantity {
    width: 45px;
}
.bought-table col.amount, .bought-table col.item-operate {
    width: 108px;
}
.bought-table col.trade-status {
    width: 130px;
}
.bought-table col.trade-operate {
    width: 165px;
}
.bought-table col.show-hide {
    width: 50px;
}
.bought-table .col-name th {
    background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    height: 38px;
    text-align: center;
	font-style:normal;
	font-weight:400;
	font-size:13px;
}
.bought-table .col-name .baobei {
    border-left: 1px solid #e8e8e8;
}
.bought-table .col-name .trade-operate {
    border-right: 1px solid #e8e8e8;
}
.trade-status select {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #ddd inset;
    color: #666;
    margin-left: 8px;
    min-width: 120px;
    padding: 5px 2px;
}
.order-hd{background-color:#f5f5f5;}
.bought-table .order-hd{
    text-align: center;
    background: none repeat scroll 0 0 #eaf8ff;
    border-bottom:1px solid #66a4a6;
	width:100%;
}
.bought-table .order-hd td{padding:10px 0px 0px 12px;}
.bought-table .order-hd .dealtime {
    font-family: verdana;
    font-weight: 700;
}
.bought-table .order-hd  span {
    float: left;
    margin-right: 8px;
}
.bought-table .order-bd td {
    overflow: hidden;
    padding: 10px 5px;
    text-align: center;
    vertical-align: top;
}

.bought-table tbody .order-bd .baobei {
    border-right: medium none;
}
.bought-table .order-bd .baobei {
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
}

.bought-table .order-bd .baobei .pic {
    display: inline;
    float: left;
    margin: 5px 12px 0 0;
    text-align: center;
    width: 82px;
}
.bought-table .order-bd .baobei .pic img {
    border: 1px solid #e9e9e9;
    max-height: 80px;
    max-width: 80px;
}
.bought-table .order-bd .baobei .desc {
    display: inline;
    float: left;
    overflow: hidden;
    width: 216px;
    word-wrap: break-word;
}
.bought-table .order-bd .baobei .baobei-name {
    line-height: 18px;
    margin-bottom: 5px;
    overflow: hidden;
}
.bought-table .order-bd .baobei .spec {
    color: #9c9c9c;
    line-height: 18px;
    margin-bottom: 5px;
    max-height: 38px;
    overflow: hidden;
}
.bought-table .order-bd .baobei .spec span {
    margin-right: 5px;
}

.bought-table tbody .order-bd .item-operate, .bought-table tbody .order-bd .price, .bought-table tbody .order-bd .quantity {
    border-left: medium none;
    border-right: medium none;
}
.bought-table .order-bd .amount .real-price {
    font-weight: 700;
}
.bought-table .order-bd .item-operate a, .bought-table .order-bd .trade-operate a, .bought-table .order-bd .trade-status a {
    display: block;
    margin-bottom: 4px;
}
.order-bd .baobei-name a:hover{color:#ff3d00;}
.order-bd .trade-status span a:hover{color:#ff3d00;}
.bought-table .tm-btn {
    border-radius: 2px;
    cursor: pointer;
    display:block;
    line-height: 1;
    padding: 8px 12px;
    text-align: center;
	 background-color: #ff3d00;
	 color:#fff;
    font-weight: 700;
    width:65px;
}
.bought-table .order-chanel {
display:block;
width:65px;
    padding: 8px;
    text-align: center;
}
.bought-table .show-hide{
	width:14px;
	padding:20px 0px 0px;
	cursor: pointer;
}
.bought-table a.btned {
    background-color: #ccc;
}

.bought-table td.prices {
    color: #ff3d00;
    font-weight: bold;
    text-align: center;
}
.bought-table .toolbar-top {
    height: 22px;
}
.paging-box li.active, .paging-box li.active:hover {
    background: none repeat scroll 0 0 #ff3d00;
    border-color: #ff3d00;
    color: #fff;
    cursor: default;
    position: relative;
    text-decoration: none;
}
.paging-box .item {
    border: 1px solid #ededed;
    color: #3e3e3e;
    cursor: pointer;
    display: inline;
    float: left;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
    position: relative;
    text-align: center;
    transition: color 0.1s linear 0s;
}
.paging-box .item:hover {
    border-color: #ff3d00;
	color:#ff3d00;
}
.paging-full .item .num {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
/*---------userinfo---------*/
.user-set,.address-set,.password-set,.mobile-set,.save-center{margin-top:20px;}
.user-set h1,.address-set h1,.password-set h1,.mobile-set h1,.save-center h1{font-size:20px; border-bottom:2px solid #ff3d00; color:#4b4b4b; padding-bottom:5px;}
.form .item span.label{float:left; height:18px; line-height:18px; padding:6px 0px; text-align:right; width:125px;}
.form .item {
    display: block;
    line-height: 30px;
    margin-bottom: 20px;
}
.form .item::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.form .itxt {
    height: 18px;
    padding: 5px 23px 5px 5px;
    width: 127px;
}
/*------deliveraddress------*/
.edit-cont .item .text {
    line-height: 18px;
    margin-right: 5px;
    padding: 6px;
    vertical-align: middle;
    width: 220px;
	border:1px solid #ddd;
}
.edit-cont  select {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 1px 1px 2px #ddd inset;
    color: #666;
    margin-left: 8px;
    min-width: 120px;
    padding: 5px 2px;
}
.edit-cont .btn{
    background: none repeat scroll 0 0 #ff3d00;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    text-align: center;
}
.address-list{padding:10px 20px 20px;}
.easebuy-m {
    border: 2px solid #e6e6e6;
    margin: 0 0 10px;
	position:relative;
}

.easebuy-m .smt::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.easebuy-m .smt {
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding-left: 10px;
    position: relative;
}

.easebuy-m .smt h3 {
    color: #666;
    float: left;
	font-size:14px;
	font-weight:bold;
}
.easebuy-m .smt h3 .ftx-04 {
    background: none repeat scroll 0 0 #ffaa45;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 10px;
    padding: 2px;
}
.easebuy-m .smt .extra {
    float: right;
    margin: 0 10px 0 0;
}

.easebuy-m .smt .extra .del-btn {
    background: url("http://misc.360buyimg.com/user/myjd-2015/css/i/close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 13px;
    margin-top: 10px;
    overflow: hidden;
    text-indent: 99em;
    vertical-align: middle;
    width: 13px;
}
.easebuy-m .smc {
    line-height: 22px;
    padding: 10px;
}
.easebuy-m .smc .item-lcol {
    float: left;
}
.easebuy-m .smc .item span {
    color: #999;
    float: left;
    text-align: right;
    width: 70px;
}
.easebuy-m .item::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.easebuy-m .smc .item-rcol {
    float: left;
    padding-left: 10px;
    width: 320px;
}
.easebuy-m .smc .item-rcol .extra {
    bottom: 10;
    position: absolute;
    right: 10;
}
.easebuy-m .smc .item-rcol .extra a{
color: #005ea7;}
/*--------mobilebingding------------*/

.edit-cont .item .text {
    border: 1px solid #ddd;
    line-height: 18px;
    margin-right: 5px;
    padding: 6px;
    vertical-align: middle;
    width: 220px;
}
input, select, textarea, button {
    font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    outline: medium none;
}
.form .item {
    line-height: 30px;
}

 

.stepflex::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.stepflex{
	 border-top: 5px solid #ccc;
    margin: 30px auto;
    text-align: center;
	 display: block;
	 width:600px;
	}

.edit-cont .item .text {
    border: 1px solid #ddd;
    line-height: 18px;
    margin-right: 5px;
    padding: 6px;
    vertical-align: middle;
    width: 220px;
}
.stepflex dl.doing {
    border-top-color: #7abd54;
}
.stepflex dl {
    border-top: 5px solid #ccc;
    float: left;
    position: relative;
    top: -5px;
    width: 200px;
}	
.stepflex .doing .s-num {
    background-position: -23px 0;
}
.stepflex .s-num {
    background-image: url("http://misc.360buyimg.com/user/myjd-2015/css/i/step2013.png");
    color: #fff;
    font-weight: 700;
    height: 23px;
    line-height: 23px;
    margin: -15px auto 0;
    position: relative;
    width: 23px;
}
.doing .s-text {
    color: #7abd54;
}

.first s {
    background-color: #fff;
    background-position: 0 -24px;
}
.doing s {
    background-position: -23px -24px;
}
.stepflex s {
    left: 0;
}
.doing b, .doing s, .first s, .last b {
    background-image: url("http://misc.360buyimg.com/user/myjd-2015/css/i/step2013.png");
    font-size: 0;
    height: 5px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: -5px;
    width: 5px;
}
.last b {
    background-color: #fff;
    background-position: -5px -24px;
}
.doing b {
    background-color: #ccc;
    background-position: -28px -24px;
}
.stepflex b {
    right: 0;
}

.next-btn{   background-color: #f5fbef;
    background-image: linear-gradient(to bottom, #f5fbef 0px, #eaf6e2 100%);
    border: 1px solid #bfd6af;
    border-radius: 2px;
    color: #323333;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding:10px 40px; font-size:16px;}
/*---------savecenter-----------*/	
.safe-item::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.safe-item {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    padding: 30px 0;
}

.safe-item .fore1 {
    font-size: 18px;
    padding-left: 25px;
    text-align: left;
    width: 175px;
}
.safe-item .fore1, .safe-item .fore2, .safe-item .fore3 {
    float: left;
    height: 32px;
    line-height: 32px;
}

#flexsuc .icon-01, .safe-item .fore1 .icon-01 {
    background-position: -64px 0;
}
.icon-01, .safe-item .fore1 s {
    background: url("http://misc.360buyimg.com/user/myjd-2015/css/i/icon-msg2013.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 33px;
    margin-right: 33px;
    vertical-align: middle;
    width: 32px;
}
.icon-01, .icon-02, .icon-03 {
    float: left;
    margin-bottom: 10px;
}

.safe-item .fore1 strong {
    margin-right: 5px;
}

.safe-item .fore2 {
    border-left: 1px solid #e6e6e6;
    padding-left: 15px;
    width: 550px;
}
.safe-item .fore3 {
    text-align: center;
    width: 140px;
	float:right;
}
.ftx05, .ftx-05 {
    color: #005ea7;
}

.ftx03, .ftx-03 {
    color: #999;
}

.ftx01, .ftx-01 {
    color: #e4393c;
}

.ftx06, .ftx-06 {
    color: #666;
}
.safe-item .fore3 a:hover{color:#ff3d00;}

.icon-01, .safe-item .fore1 s {
    background: url("http://misc.360buyimg.com/user/myjd-2015/css/i/icon-msg2013.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 33px;
    margin-right: 33px;
    vertical-align: middle;
    width: 32px;
}
.safe-item .fore3 a {
    margin: 0 5px;
}
.btn-8 {
    background-color: #f5fbef;
    background-image: linear-gradient(to bottom, #f5fbef 0px, #eaf6e2 100%);
    border: 1px solid #bfd6af;
    border-radius: 2px;
    color: #323333;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 2px 14px 3px;
}
.sucess-text{color:#C00; font-size:18px; font-weight:bold;}
/*----------商品详情修改--------*/
.product-img-list{
	border-left: 1px solid #f2f2f2;
	margin:27px 0px 0px 10px;
	}
.list-hd{height:15px; position:relative;}
.list-hd s{   
    border-top: 1px dotted #c9c9c9;
    height: 0;
    left: 30px;
    position: absolute;
    text-decoration: none;
    top: 10px;
    width: 140px;}
.list-hd  span{  
   background-color: #fff;
    color: #999;
    left: 50%;
    margin-left: -3em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 6em;}
.list-carousel{padding:10px; position:relative;}
.list-carousel ul{width:100%;}
.list-carousel ul li{height:180px;}
.list-carousel ul li .img {
    background-color: #f8f8f8;
    height: 140px;
    line-height: 120px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 140px;
}	
.list-carousel ul li.img a{
	color:#62574e;
	cursor:pointer;
	display:block;
	text-align:center;
	}
.list-carousel ul li img {
    max-height: 140px;
    max-width: 140px;
    vertical-align: middle;
}
.look-title {
    margin-top: 0.2em;
}
.look-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.look-price {
    background-color:#999;
	color:#fff;
	opacity:0.55;
    bottom: 0;
    font-family: Arial;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}
/*------个人中心修改----------*/
.menu-tree {
    font-size: 12px;
    padding-left: 3px;
}
.menu-tree dl{margin-top:6px;}
.menu-tree dt{
	color:#ff3d00;
	font-size:15px;
	line-height:28px;
	margin:5px 10px 1px 0px;
}
.menu-tree dd a{color:#000; display:block; height:28px; line-height:28px;}
.menu-tree dd a:hover{color:#ff3d00;}
/*----------index1-------------*/
.img-banner{
	width:100%;
	height:300px;
	position:relative;
	background-color:#d5e2ea;
	}
.img-banner .img-item{
	position:relative;
	height:300px;
	width:600px;
	margin:0px auto;
	}
.promo{
width:600px;
height:300px;
overflow:hidden;
position:relative;
}
.promo-bd{position:relative;}
.promo-bd div div {
    float: left;
}
.promo-opt{display:none;}
.promo-ft .promo-opt a{
position:absolute;
display:block;
height:40px;
width:40px;
background-color:#707070;
overflow:hidden;
line-height:40px;
top:130px;
}
.promo-ft .promo-opt .prev{left:5px;}
.promo-ft .promo-opt a i{
margin:8px 0px 0px 12px;
cursor:pointer;
width:15px;
height:23px;
display:block;
}
.promo-bd img{width:600px; height:300px;}

.promo-ft .promo-opt .prev i{
background:url(../image/T1iG48FDpfXXX8QSDI-400-340.png)  no-repeat scroll 0px 0px;}
.promo-ft .promo-opt .next{right:5px;}
.promo-ft .promo-opt .next i{
background:url(../image/T1iG48FDpfXXX8QSDI-400-341.png) no-repeat scroll 0px 0px;}
.promo-nav{
position:absolute;
bottom:32px;
left:271px;
height:13px;
text-align:center;
border-radius:10px;
background-color:#dddddd;
font-size:0px;
}
.promo-nav li{
display:inline-block;
margin:2px;
vertical-align:middle;
}
.promo-nav li a{
padding-top:9px;
width:9px;
border-radius:50%;
background-color:#b7b7b7;
overflow:hidden;
display:block;
}
.promo-nav  .selected a{
background-color:#f40;
}
.img-list{margin:20px auto;}
.img-list ul li{ float:left;}
.img-list ul li a{display:block; line-height:0px;}
.img-list ul li a{vertical-align: bottom;}
.img-list ul li.ml{margin-left:10px;}
/*-------支付------------*/
.shortcut {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    height: 30px;
    line-height: 30px;
    width: 100%;
}
.shortcut ul .s-item {
    float: left;
    height: 30px;
    padding: 0 11px 0 12px;
}
.shortcut a {
    color: #666;
}
.shortcut a:hover{
    color:red;
}
.shortcut ul .s-div{
	color:#666;
	float:left;
	}
.main{
    background-color: #f1f2f7;
    padding-bottom: 50px;
}
.order .o-left {
    float: left;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-top: 10px;
    width: 640px;
}
.order .o-right {
    float: right;
    overflow: hidden;
    padding-bottom: 10px;
    padding-right: 12px;
    padding-top: 10px;
    width: 190px;
}
.order .o-title {
    font-size: 14px;
    height: 26px;
	font-weight:700;
    line-height: 26px;
    overflow: hidden;
}
.order .o-price {
    line-height: 26px;
    margin-bottom: 4px;
    text-align: right;
}
.order .o-price em {
    vertical-align: bottom;
}
.order .o-price strong {
    color: #ff5d5b;
    font-size: 18px;
    margin: 0 3px;
    vertical-align: bottom;
}
.payment {
    background-color: #fff;
    border-top: 4px solid #4b5b78;
    padding: 12px 30px 0;
}
.payment h2{color:#f76b0c; font-size:18px; font-weight:bold; border-bottom:1px solid #f76b0c; margin-bottom:10px;}
.payment li{
	margin:10px 20px;
	float:left;
	}
.bank{
	background:url(../image/bank-logo.png);
	cursor:pointer;
	 width:125px; 
	 height:28px;
	 display:inline-block; 
	text-indent:-999em;
	 overflow:hidden; 
	border:1px solid #dfdfdf; 
	vertical-align:middle;
	}
.gongshang{ background-position:0px -140px;}
.beijinns{ background-position:0px 0px;}
.jianshe{ background-position:0px -336px;}
.zhaoshang{background-position:0px -784px;}
.gongshang{ background-position:0px -140px;}
.nongye{ background-position:0px -532px;}
.jiaotong{ background-position: 0 -392px;}
.guangfa{background-position: 0 -196px;}
.zhonghang{background-position: 0 -840px;}
.minsheng{background-position: 0 -448px;}
.huaxia{background-position: 0 -308px;}
.xingye{background-position: 0 -756px;}
.guangda{background-position: 0 -168px;}
.youzheng{ background-position: 0 -868px;}
.zhongxin{background-position: 0 -896px;}
.pufa{background-position: 0 -588px;}
.pingan{background-position: 0 -560px;}
.nanjin{background-position: 0 -476px;}
.shenzhen{background-position: 0 -700px;}
.beijin{ background-position: 0 -28px;}
.hangzhou{ background-position: 0 -252px;}
.shanghai{ background-position: 0 -672px;}
.jiangsu{ background-position: 0 -364px;}
.shnongshang{ background-position: 0 -644px;}
.wenzhou{ background-position: 0 -728px;}
.chengdu{background-position: 0 -84px;}
.zhifubao{background-position:0px -1598px;}
.ningbo{background-position:0px -503px;}
.checked{ border:1px solid #f76b0c;}	

	
	
	
	
	