.icont{
    position: relative;
    padding: 0 0 90px;
}
.wrap{
    max-width: 1477px;
width: 96%;
margin: 0 auto;

}
.txt{
    max-width: 600px;
text-align: center;
margin: 0 auto;
padding-top: 6.77%;
}
.title {
color: #303030;
font-size: 24px;
font-weight: bold;
}
.title span {
color: #fa7c19;
}
.line {
display: inline-block;
background-color: #fa7c19;
width: 50px;
height: 5px;
margin: 25px 0 32px;
}
.tx {
color: #303030;
font-size: 18px;
line-height: 28px;
}
.ibg{
position: absolute;
top: 0;
left: 0;
 z-index: -1;
}
.iul{
max-width: 1517px;
margin: 60px 0 0 -2.68%;
overflow: hidden;
}
.iul>li{
float: left;
width: 30.65%;
margin: 0 0 2.38% 2.68%;
}
.ipic{
position: relative;
}
.ipic>img{
width: 100%;
}
.itx{
width: 100%;
position: absolute;
left: 0;
bottom: 30px;
padding-left: 30px;
box-sizing: border-box;

}
.itx>span{
font-size: 22px;
color:#ffffff;
vertical-align: middle;
margin-right: 10px;
}
.itx-top{
bottom: auto;
top: 32px;
}
.iul>li:hover .itx{
height: 100%;
bottom: 0;
padding: 0;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background: url('../images/menb.png') no-repeat center;
background-size: 100%;
top: auto;
}
.iul>li:hover .itx>span{
margin: 0 0 8px 0;
}
.iul>li:nth-child(1):hover .itx{
background: url('../images/menb2.png') no-repeat center;
background-size: 100%;
}
.iul>li:nth-last-child(1):hover .itx,.iul>li:nth-last-child(2):hover .itx{
background: url('../images/menb3.png') no-repeat center;
background-size: 100%;
}

/* 产品中心 */
.ibg2{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
 
}
.ibg2>img{
    width: 100%;
}

/* 产品系列 */
.cpxl {
    padding-top: 80px;
    min-height:800px;
}

.cpxl-l-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.cpxl-cont
{
    width:100%;
    float:left;
}
.cpxl-l {
    width: 260px;
    float:left;
}

.cpxl-r 
{
    width:80%;
    float: right;
}

.ul-cpxl {
    margin-top: 20px;
}

.ul-cpxl a {
    position: relative;
    display: block;
    height: 72px;
    line-height: 72px;
    padding-left: 11px;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px #ebebeb solid;
}
.xx{ font-weight:bold;}
.ul-cpxl a:hover .cpxl-nav-bg{
     display: block;
}
.ul-cpxl a:hover p{
     color:#ffffff !important;
}
.ul-cpxl p {
    position: relative;
}

.cpxl-nav-bg {
    display: none;
    position: absolute;
    left: 0;
    height: 100%;
}

.cpxl-nav-bg>img {
    width: 100%;
    height: 100%;
}

.cpxl-active .cpxl-nav-bg {
    display: block;
}

.ul-cpxl2 {
    max-width: 1220px;
    overflow: hidden;
    margin-left: -3.28%;
}

.ul-cpxl2>li {
    position: relative;
    float: left;
    width: 21.72%;
    height: 330px;
    margin: 0 0 3.28% 3.28%;
    border: 1px #f2f2f2 solid;
    background-color: #ffffff;
    box-sizing: border-box;
}

.ul-cpxl2>li:hover .cpxl2-menb {
    display: flex;
}

.ul-cpxl2>li:hover .cpxl2-tx {
    display: none;
}

.cpxl2-pic>img {
    width: 100%;
}

.cpxl2-tx {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #333333;
    border-top: 1px #f2f2f2 solid;
}

.cpxl2-menb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/cpxl-menb.png') no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
}

.cpxl2-menb-tx {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}
.cpxl-page{
    text-align: center;
    margin-top: 20px;
}
.cpxl-page>ul{
    display: inline-block;
    background-color: #ffffff;
}
.cpxl-page li:nth-child(1){
    margin-left: 0
}
.cpxl-page li{
    float: left;
    margin-left: 7px;
    
}
.cpxl-page a{
    display: block;
    font-size: 14px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border: 1px #ededed solid;
    box-sizing: border-box;
}
.cpxl-page a:hover{
    background-color: #e96505 !important;
    color:#ffffff !important;
  
}
.cpxl-page-active{
    background-color: #e96505 !important;
    color:#ffffff !important;
  
}
/* 产品详情 */
.cpxq-title {
    color: #333333;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px #f0f0f0 solid;
    margin-bottom: 39px;
    font-style: italic;
}
.cpxq-cont{
    display: flex;
flex-wrap: wrap;
background-color: #fff;
border: 1px #f0f0f0 solid;
}
.cpxq-l {
    position: relative;
    float: left;
    width: 45.56%;
    height: 640px;
    border-right: 1px #f0f0f0 solid;
    box-sizing: border-box;
}

.cpxq-r {
    float: left;
    width: 54.44%;
    box-sizing: border-box;
}

.cpxq-list>li {
    padding: 0 40px;
    height: 80px;
    line-height: 80px;
    color: #333333;
    font-size: 18px;
    background-color: #f5f5f5;


}

.cpxq-list>li:nth-child(2n) {
    background-color: #ffffff;
}

.cpxq-list-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cpxq-list-l a {
    margin-right: 30px;
}

.xias {
    display: block;
    width: 150px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: url('../images/inquiry.jpg') no-repeat center;
    border-radius: 4px;
    border:none;

}
.cpxq-list-r
{
    position:relative;
}

.cpxq-list-r span {
    vertical-align: middle;
    margin-left: 7px;
    color: #ffffff;
    font-size: 16px;
}
.lb-cpxq{
    height: 100%;
}
.lb-cpxq .swiper-slide{
    display: flex;
align-items: center;
justify-content: center;
}
.cpxq-l .swiper-pagination{
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    bottom: 30px;
}
.cpxq-l .swiper-pagination-bullet{
    width: 27px;
    height: 27px;
    color:#999999;
    font-size: 12px;
    text-align: center;
    line-height: 27px;
    margin: 0 7px;
    outline: none;
}
.cpxq-l .swiper-pagination-bullet-active{
    background-color: #f36904;
    color:#ffffff;
}
.cpxq-pic{
    display: inline-block;
}
.cpxq-pic>img{
    width: 100%;
}
.xuxian{
    content:'';
    position: absolute;
    left: 0;
    top: 16px;
    height: 1px;
    width: 127%;
    border-top: 1.5px #cfcfcf dashed;
}
.cpxq-tj .ul-cpxl2{
    max-width: 1477px
    
}
.cpxq-tj .ul-cpxl2>li{
    width: 16.72%;
}
.cpxq2-pic0{
    height: 280px;
    line-height: 280px;
}

.index_box{width:100%;height:248px;overflow:hidden;margin:60px 0;}

.index_box1{width:100%;height:248px;overflow:hidden;margin:100px 0;}
.index_box1 dl{width:440px;height:248px;overflow:hidden;float:left;position:relative;margin-left:40px;}
.index_box1 dl dt{width:100%;height:100%;overflow:hidden;}
.index_box1 dl dt img{width:100%;height:100%; -webkit-transition: all 10s ease 0s;
  -moz-transition: all 10s ease 0s;
  -o-transition: all 10s ease 0s;
  transition: all 10s ease 0s;
  -webkit-backface-visibility: hidden;}
.index_box1 dl dd{width:100%;height:248px;line-height:248px;overflow:hidden;position:absolute;left:0px;top:0px;text-align:center;font-size:30px;color:#fffdfe;font-family:"Arial";}

.index_box1 dl:hover img {
  -webkit-transform: scale(1.5) rotate(15deg);
  -moz-transform: scale(1.5) rotate(15deg);
  -ms-transform: scale(1.5) rotate(15deg);
  -o-transform: scale(1.5) rotate(15deg);
  transform: scale(1.5) rotate(15deg);
  -webkit-transition: all 10s ease 0s;
  -moz-transition: all 10s ease 0s;
  -o-transition: all 10s ease 0s;
  transition: all 10s ease 0s;
  -webkit-backface-visibility: hidden;
}

.main-box{ position:relative; margin-bottom:-30px; width:100%; background:#f2f2f2; }
/*标题样式*/
.main-tit{  margin:0 auto; padding:30px 0 0; }
	.main-tit h2{ display:block; padding-right:10px; color:#666; font-size:24px; font-weight:400; line-height:25px; }
.base-tit{ border-bottom:1px solid #f0f0f0; color:#3b8dd1; line-height:1em; font-size:18px; font-weight:normal; }
	.base-tit span{ position:relative; top:1px; display:inline-block; padding:10px 0; border-bottom:1px solid #3b8dd1; }
	.base-tit i{ float:right; padding:10px 0; color:#999; font-size:12px; line-height:26px; font-style:normal; }
.bar-tit{ margin:0 0 20px; padding:0 0 10px; border-bottom:1px solid #e8e8e8; color:#6c6c6c; font-size:18px; }
/*页码容器*/
.page-box{ margin-top:15px; color:#999; font-size:14px; }
/*按钮样式*/
.btn{ display:inline-block; margin:0; padding:0 25px; color:#fff; font-size:12px; height:38px; line-height:38px; text-align:center; }
.btn{ background:#434243; border:1px solid #434243; border-radius:2px; vertical-align:middle; }
.btn:hover{ color:#fff; opacity:0.9; }
.btn-mini{ height:20px; line-height:20px; padding:1px 8px 0; }
input.btn, button.btn{ height:40px; cursor:pointer; overflow:visible; }
.btn-success{ background:#fa7c19; border:1px solid #fa7c19; text-shadow:0 -1px 0 #fa7c19; }
.btn-error{ background:#CB423B; border:1px solid #AA352F; text-shadow:0 -1px 0 #CB423B; }
.btn-gray{ background:#ddd; border:1px solid #A9A9A9; text-shadow:0 -1px 0 #EEEEEE;}
.btn-gray,.btn-gray:hover{ color:#777; }
input.txt{ width:200px; }
.input{ display:inline; margin-right:5px; padding:7px; height:20px; line-height:20px; vertical-align:middle; background:#fff; color:#999px; border:1px solid #e8e8e8; border-radius:2px; }
.right{ float:right; }
.section{ position:relative; margin:0 auto; padding:20px 0px; width:100%; min-width:941px; max-width:1477px; text-align:left; overflow:hidden; }
.main-box{ position:relative; margin-bottom:-30px; width:100%; background:#f2f2f2; }
/* Clear Fix */ 
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix{ display:inline-block; font:12px/1.5 "Microsoft Yahei";} 
/* Hide from IE Mac */ 
.clearfix { display:block; } 
.login-right{ margin:100px auto; padding:20px; width:300px; text-align:left; border:1px solid #e5e5e5; border-radius:3px; background:#fff; }
.login-right h1{ margin-bottom:20px; color:#555; font-size:22px; font-weight:700; letter-spacing:3px; line-height:30px; height:30px; text-align:center; }
	.login-right li{ position:relative; clear:both; margin-bottom:10px; height:50px; *display:inline; *zoom:1; }
	.login-right li label{ position:absolute; top:1px; left:10px; width:68px; height:40px; line-height:40px; color:#999; font-size:14px; }
	.login-right li input{ display:block; margin:0; padding:10px 10px 10px 75px; width:210px; height:20px; line-height:20px; border:1px solid #e8e8e8; background:#fbfcff; color:#333; font-size:14px; border-radius:3px; }
	.login-right li input:focus{ border-color:#999; }
	.login-right li span{ line-height:24px; }
	.login-right .btn-box .col{ clear:both; margin-bottom:10px; padding-bottom:10px; color:#555; font-size:14px; line-height:20px; }
	.login-right .btn-box .col .submit{ display:block; padding:10px 20px; width:100%; color:#fff; font-size:14px; line-height:20px; border:0; background:#1e7bb3; text-align:center; border-radius:3px; cursor:pointer; }
	.login-right .btn-box .tips{ display:none; margin:0; padding:0; text-align:center; font-size:12px; color:#f00; }
	.login-right .oauth-box { clear:both; padding-top:20px; }
	.login-right .oauth-box h3{ display:block; margin-bottom:10px; color:#555; font-size:14px; line-height:30px; height:30px; font-weight:normal; font:12px/1.5 "Microsoft Yahei";}
	.login-right .oauth-box p{ margin-left:-25px; }
	.login-right .oauth-box p a{ display:block; float:left; margin:0 0 10px 25px; _display:inline; _zoom:1; }
	.login-right .oauth-box p a img{ width:38px; height:38px; }
	
	.inner-box{ margin:30px 0; min-height:350px; _height:350px; border:1px solid #f0f0f0; background:#fff; text-align:center; }
	.inner-box .dl-list{ margin:0 auto; padding:30px; text-align:left; width:879px; font-size:14px; }
	.inner-box .dl-list dl{ clear:both; display:block; padding:5px 0; }
	.inner-box .dl-list dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.inner-box .dl-list dl dt{ display:block; padding:5px 0; float:left; width:30%; line-height:42px; min-height:42px; color:#555; text-align:right; }
	.inner-box .dl-list dl dd{ position:relative; padding:5px 0 5px 20px; line-height:42px; min-height:42px; color:#555; overflow:hidden; _margin-left:120px; }
	.inner-box .dl-list dl dd .input{ padding:10px; }
	.inner-box .dl-list dl dd a.send{ display:inline-block; color:#555; border:1px solid #e8e8e8; border-radius:3px; width:110px; height:40px; line-height:40px; color:#333; font-size:14px; text-align:center; background:#fff; vertical-align:middle; }
	.inner-box .dl-list dl dd a.send.gray{ color:#999; }
	.inner-box .dl-list dl dd a.send img{ margin-top:9px; }
	.inner-box .dl-list dl dd .input.code{ width:84px; ime-mode:disabled; text-transform:uppercase; }
	
	.inner-box .tab-head{ display:block; border-bottom:1px solid #f0f0f0; background:#fbfbfb; overflow:hidden; }
	.inner-box .tab-head ul li{ float:left; margin-left:-1px; border-left:1px solid #f0f0f0; border-right:1px solid #f0f0f0; }
	.inner-box .tab-head ul li a{ display:block; padding:0 30px; height:50px; line-height:50px; color:#555; font-size:14px; }
	.inner-box .tab-head ul li a:hover,.inner-box .tab-head ul li a.selected{ color:#666; background:#fff; border-bottom:2px solid #0089cd; }
	.inner-box .tab-content{ display:none; }
	
	/*购物车样式*/
.cart-box{ position:relative; margin-top:30px; }
	.cart-box h1{ float:left; color:#555; font-size:18px; line-height:35px; padding-bottom:15px;}

.cart-info{ z-index:2; margin:0; padding:15px; border:1px solid #DFC795; position:absolute; top:0px; left:0px; _left:-269px; width:302px; height:auto;background:#F7F2D0; text-align:left; }
	.cart-info .btn-success{ height:32px; line-height:32px; }
	.cart-info .close{ display:block; margin:0; padding:0; position:absolute; top:5px; right:5px; width:15px; height:10px; text-indent:-9999px; background:url(../images/sprite.gif) no-repeat left -240px; cursor:pointer; }

.cart-step{ position:relative; margin-left:200px; }
	.cart-step li{ float:left; width:33.33%; height:35px; line-height:35px; text-align:center; background:url(../images/cart-arrow.gif) no-repeat right -45px #f6f6f6; color:#999; *width:33.3%; }
	.cart-step li span{ display:inline-block; margin-right:5px; font-weight:bold; font-size:15px; }
	.cart-step li.item{ background-position:right 0; }
	.cart-step li.selected{ background:url(../images/cart-arrow.gif) no-repeat right -90px #e8e8e8; color:#8cac52; }
	.cart-step li.last{ background-image:none; }

.cart-table{ border:1px solid #f7f7f7; }
	.cart-table th{ padding:0.8em 0.5em; color:#555; font-size:13px; font-weight:400; background:#f6f6f6; border-bottom:1px solid #f7f7f7; }
	.cart-table td{ padding:1em 0.5em; color:#555; font-size:13px; border-bottom:1px solid #f7f7f7; }
	.cart-table td .stxt{ margin-top:5px; color:#666; font-size:12px; line-height:20px; }
	.cart-table td input.checkall{ padding:0; border:1px solid #eee; background:#fff; }
	.cart-table td .img{padding:1px;width:60px;height:37px;border:1px solid #eee;}
	.cart-table td .buy-box{ margin:auto; padding:0; width:74px; height:22px; overflow:hidden; }
	.cart-table td .buy-box a{ display:block; float:left; width:20px; height:20px; font-size:12px; line-height:20px; text-align:center; border:1px solid #e8e8e8; overflow:hidden; }
	.cart-table td .buy-box .input{ float:left; margin:0; padding:0; width:30px; font-size:12px; height:20px; line-height:20px; text-align:center; ime-mode:Disabled; border-radius:0; border-left:0; border-right:0; }

.cart-foot{ margin-top:20px; height:40px; }
	.cart-foot .btn-box{ line-height:40px; }
	.cart-foot .btn-box a{ margin-right:20px; font-size:14px; }

.item-box{ clear:both; padding:8px 0; font-size:13px; }
	.item-box li{ display:block; float:left; margin:0 25px; height:28px; line-height:28px; }
	.item-box li label input{ margin-right:3px; }
	.item-box li em{ color:#999; }

.address-list{ margin-bottom:20px; padding:10px; color:#555; font-size:14px; border:1px solid #f7f7f7; max-height:300px; overflow:auto; }
	.address-list li{ margin:5px 0; padding:5px 10px; height:20px; line-height:20px; cursor:pointer; }
	.address-list li span{ margin-left:10px; }
	.address-list li label em{ margin-left:5px; color:#999; }
	.address-list li.selected{ padding:10px; font-size:15px; background:#fff0e8; border-radius:3px; }
	.address-list li.selected span{ color:#333; font-weight:700; }
.address-info{ padding:10px; border:1px solid #f7f7f7; }
	.address-info dd .input{ padding:5px; }
	.address-info dd .select{ display:inline-block; padding:5px; border:1px solid #e8e8e8; border-radius:2px; line-height:20px; }

.buy-foot{ font-size:14px; }
	.buy-foot .left dl{ clear:both; padding-bottom:10px; line-height:28px; }
	.buy-foot .left dl dt{ color:#6c6c6c; }
	.buy-foot .left dl dd .input{ width:230px; padding:5px; }
	.buy-foot .right{ text-align:right; }
	.buy-foot .right p{ line-height:38px; }
	.buy-foot .right p .price{ color:#f00; font-weight:700; }
	.buy-foot .right p.txt-box{ margin-top:10px; font-size:18px; font-weight:700; }
	.buy-foot .right p.btn-box{ margin-top:20px; }
	
	
	.form-box{ position:relative; padding:10px; border:1px solid #f6f6f6; background:#fff; font-size:14px; }
	.form-box dl{ display:block; padding:5px 0; }
	.form-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.form-box dl dt{ display:block; float:left; width:60px; line-height:38px; min-height:38px; color:#555; font-size:13px; text-align:right; _position:absolute; }
	.form-box dl dd{ position:relative; padding:5px 0 5px 10px; line-height:28px; min-height:28px; color:#555; font-size:13px; overflow:hidden; _margin-left:120px; }
	.form-box dl dd label.radio{ margin-right:5px; }
	.accept-box{ padding:0; background:#fff; border:1px solid #f0f0f0; }
	.accept-box dl{ padding:0; }
	.accept-box dl.head{ position:relative; padding:0; background:#fbfbfb; border-bottom:1px solid #e8e8e8; }
	.accept-box dl.head .btn-pay{ position:absolute; top:6px; right:6px; display:block; padding:0 15px; color:#fff; font-size:12px; height:24px; line-height:24px; background:#52A152; border:1px solid #417F41; border-radius:2px; }
	
	
.btn-buy{ margin-top:15px; }
.buy{ display:inline-block; margin-right:10px; padding:0 30px; color:#e5511d; font-size:16px; line-height:38px; background:#ffe4d0; border:1px solid #f0cab6; border-radius:2px; cursor:pointer; }
.x_product_col_add .add{ display:inline-block; padding:0 30px; color:#fff; font-size:16px; line-height:38px; background:#f40; border:1px solid #f40; border-radius:2px; cursor:pointer; }
.x_product_col_add button.over{ color:#999; background:#f7f7f7; border-color:#e8e8e8; cursor:default; }
	
	/*提示样式*/
.msg-tips {
    width: 421px;
    position: absolute;
    padding: 30px 0;
    font-size: 14px;
    text-align: left;
    left: -232px;
    z-index: 99999;
    float: right;
    top: -269px;
}
	.msg-tips .ico{ display:block; float:left; background:url(../images/icon-tips.png) no-repeat left top; width:46px; height:46px; text-indent:-99999px;overflow:hidden; margin-left:15px;}
	.msg-tips .ico.error{ background-position:-50px 0; }
	.msg-tips .ico.warning{ background-position:-100px 0; }
	.msg-tips .msg{ margin-left:50px; padding-left:20px;}
	.msg-tips .msg strong{ margin-bottom:10px; color:#444; font-size:15px; }
	.msg-tips .msg p{ line-height:1.8em; }
	.msg-tips .msg i{ color:#f00; font-style:normal;}
	
	/*商品规格*/
.goods-spec{ position:relative; margin:30px 0px;  *zoom:1; }
	.goods-spec h1{ display:block; color:#555; font-size:18px; font-weight:700; line-height:1.1em; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
	.goods-spec .subtitle{ margin-top:5px; color:#6c6c6c; font-size:15px; line-height:18px; }
	.goods-spec .spec-box{ position:relative; margin-top:10px; }
	.goods-spec .spec-box.line{ padding-top:10px; border-top:1px solid #efefef; }
	.goods-spec .spec-box:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.goods-spec .spec-box dl{ clear:both; display:block; }
	.goods-spec .spec-box dl:after{ clear:none; content:""; display:block; height:0; visibility:hidden; }
	.goods-spec .spec-box dl dt{ float:left; width:80px; line-height:38px; min-height:38px; color:#999; }
	.goods-spec .spec-box dl dd{ position:relative; padding:5px 0; line-height:26px; min-height:26px; color:#6c6c6c; }
	.goods-spec .spec-box dl dd s{ display:inline-block; text-decoration:line-through; }
	.goods-spec .spec-box dl dd .price{ display:inline-block; margin-right:5px; color:#f40; font-size:24px; font-weight:700; }
	.goods-spec .spec-box dl dd .items li{ position:relative; float:left; margin:0 5px 8px 0; padding:1px; line-height:20px; vertical-align:middle; }
	.goods-spec .spec-box dl dd .items li a{ display:block; padding:1px; color:#666; min-width:10px; width:auto !important;  text-align:center; text-decoration:none; border:1px solid #eee; cursor:pointer; white-space:nowrap; text-overflow:ellipsis; vertical-align:middle; }
	.goods-spec .spec-box dl dd .items li a span{ display:inline-block; padding:5px 9px; font-style:normal; line-height:20px; }
	.goods-spec .spec-box dl dd .items li a img{ width:36px; height:38px; vertical-align:middle; }
	.goods-spec .spec-box dl dd .items li a.selected{ margin:-1px; color:#333; border:2px solid #f40; color:#f40; }
	.goods-spec .spec-box dl dd .stock-box{ display:block; float:left; margin-right:10px; width:64px; }
	.goods-spec .spec-box dl dd .stock-box input{ float:left; margin-right:3px; width:42px; height:30px; line-height:30px; text-align:center; border:1px solid #e8e8e8; }
	.goods-spec .spec-box .stock-box a{ display:block; float:left; margin-bottom:4px; width:15px; height:12px; line-height:12px; color:#333; font-size:11px; text-align:center; border:1px solid #e8e8e8;  cursor:pointer; overflow:hidden; }
	.goods-spec .spec-box .stock-txt{ float:left; line-height:32px; }
	.goods-spec .spec-box .btn-buy{ margin-top:15px; }
	.goods-spec .spec-box .btn-buy .buy{ display:inline-block; margin-right:10px; padding:0 30px; color:#e5511d; font-size:16px; line-height:38px; background:#ffe4d0; border:1px solid #f0cab6; border-radius:2px; cursor:pointer; }
	.goods-spec .spec-box .btn-buy .add{ display:inline-block; padding:0 30px; color:#fff; font-size:16px; line-height:38px; background:#f40; border:1px solid #f40; border-radius:2px; cursor:pointer; }
	.goods-spec .spec-box .btn-buy button.over{ color:#999; background:#f7f7f7; border-color:#e8e8e8; cursor:default; }
	
	
	.msg-tipss img{ padding-top:50px;}
	
	.cpxl-nd{ display:none;}
	
	.mb-div
	{
	    display:inline-block;
	}
	.mb-div>a:nth-last-child(1)
	{
	    color:#ed910a;
	}