﻿.us-layout {
	width:1200px;
	margin-left:auto;
	margin-right:auto
}
.us-layout .fl {
	float:left
}
.us-layout .fr {
	float:right
}
.mod-box {
	border:1px solid #e3e3e3;
	border-bottom:1px solid #c8cace;
	border-radius:3px
}
.mod-box-same {
	border:1px solid #e6e6e6;
	border-radius:3px
}

/*面包屑*/
.mf-path {
    position: relative;
    z-index: 90;
    height: 44px;
    line-height: 44px;
}
.path2, .path3 {
    display: inline-block;
    color: #999;
    min-width: 110px;
    _width: auto;
    margin-right: 7px;
    padding-left: 18px;
    float: left;
    overflow: hidden;
}

.path3 a, .path2 a {
    color: #999;
}
.path2 span, .path3 span {
    padding: 0 3px;
}
/*内容*/
.goods-wrap {
    font-size: 14px;
}
.product-info-box {
    border: 1px solid #e3e3e3;
    border-bottom-color: #c7c9cd;
    border-radius: 3px;
    background: #fff;
}
.product-imgs {
    float: left;
    width: 487px;
    border-right: 1px solid #e6e6e6;
    padding-bottom: 40px;
}
.product-imgbox {
    width: 400px;
    height: 400px;
    margin: 40px auto 0;
}
.product-imgbox img {
    width: 400px;
    height: 400px;
}

/*右*/
.product-info {
    float: left;
    width: 670px;
    margin-left: -1px;
    padding: 0 20px;
    border-left: 1px solid #e6e6e6;
}
.product-info h1 {
    padding-left: 0;
}
.product-info h1 {
    padding: 28px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
}
.product-prop-item {
    padding: 15px 0;
    border-top: 1px solid #e6e6e6;
    line-height: 40px;
}
.product-prop-item dl {
    line-height: 35px;
    height: 35px;
}
.product-prop-item dt {
    float: left;
    width: 80px;
    color: #999;
    text-align: justify;
	font-weight: 500;
}
.product-prop-item dd {
    float: left;
    width: 460px;
    margin-left: 36px;
    overflow: hidden;
}
.product-prop-item .price {
    font-weight: bolder;
    color: #fe553f;
}
.price strong {
    margin-left: 0;
    margin-right: 5px;
}
.clearfix:after, .layout:after, .clf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '.';
    clear: both;
    height: 0;
}

.exchange-now {
    width: 160px;
    height: 40px;
    border: 0;
    font-size: 16px;
    line-height: 40px;
    background: #495fff;
    color: #fff;
    cursor: pointer;
	text-align: center;
	border-radius:5px;
}
.exchange-now a {color: #fff;}