
.content-body .content .row .picture {
    font-size: 0;
    float:left
}
.address-input{width:200px; height:24px; border-radius:0px;}
#addr-choice{top:46px!important;border:1px solid #ccc;}
.address span{font-size:12px;}
.address{ position:relative;padding: 20px;
    border-bottom: 1px solid #e67822;}
.content-body .content .row .picture .spec-preview {
    display: inline-block;
	position:relative;
    width: 410px;
    height: 410px;
    background-color: #fff;
    text-align: center;
    vertical-align: top;
    border: 2px solid #e77817;
    overflow: hidden;
}

.content-body .content .row .picture .spec-preview img {
    width: 410px;
    height: 410px;
    vertical-align: middle
}

.content-body .content .row .picture .spec-preview .selector {
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    opacity: .15;
    background-color: #333;
    border: 1px solid #fff;
    width: 200px;
    height: 200px;
    display: none
}

.content-body .content .row .picture .big-view {
    position: absolute;
    border: 1px solid #eee;
    overflow: hidden;
    z-index: 999;
    display: none
}

.content-body .content .row .picture .big-view img {
    position: absolute;
    width: 800px;
    height: 800px
}

.content-body .content .row .picture .spec-scroll {
    /* display:inline-block; */
    /* margin-left:10px; */
}

.content-body .content .row .picture .spec-scroll .next,.content-body .content .row .picture .spec-scroll .prev {
    display: block;
    font-family: "å®‹ä½“";
    text-align: center;
    width: 10px;
    height: 70px;
    float:left;
    line-height: 10px;
    border: 1px solid #d6d6d6;
    background: #F6FEEC;
    cursor: pointer;
    text-decoration: none;
    position: relative
}
.spec-scroll{
    margin-top:10px;
}
.content-body .content .row .picture .spec-scroll .prev:before {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-right-color: #999;
    top: 29px;
    left: -6px;
}

.content-body .content .row .picture .spec-scroll .next:before {
    content: '';
    position: absolute;
    border: 6px solid transparent;
    border-left-color: #999;
    bottom: 29px;
    left: 2px;
}

.content-body .content .row .picture .spec-scroll .items {
    position: relative;
    width: 387px;
    height: 70px;
    float: left;
    /* margin:10px auto; */
    overflow: hidden;
}

.content-body .content .row .picture .spec-scroll .items ul {
    position: absolute;
    width: 403px;
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    padding: 0;
}

.content-body .content .row .picture .spec-scroll .items ul li {
    width: 66px;
    text-align: center;
    border: 1px solid #d6d6d6;
    margin: auto 6px;
    overflow: hidden;
    float: left;
}

.content-body .content .row .picture .spec-scroll .items ul li:first-child,.content-body .content .row .picture .spec-scroll .items ul li:last-child {
    /* margin:auto */
}

.content-body .content .row .picture .spec-scroll .items ul li img {
    max-width: 64px;
    max-height: 64px
}

.content-body .content .row .picture .spec-scroll .items ul li:hover {
    border: 1px solid #FF3232
}

.content-body .content .row .sale .title {
    padding-left: 20px;
    margin-bottom: 15px
}

.content-body .content .row .sale .title h4 {
    color: #333
}

.content-body .content .row .sale .activity {
    background-color: #f3f3f3;
    padding: 10px 20px
}

.content-body .content .row .sale .activity div {
    height: 36px;
    line-height: 36px
}

.content-body .content .row .sale .activity div label {
    font-size: 14px
}

.content-body .content .row .sale .activity div span {
    font-size: 14px;
    color: #333
}

.content-body .content .row .sale .activity .youhui span{
    display: inline-block;
    margin-right:5px;
    border: 1px solid #f08200;
    height: 25px;
    line-height: 20px;
    font-size: 12px;
    color: #f08200;
    padding: 2px;
    background: #ffe1bd;}
.youhui em{font-style:normal;color:#666}
.content-body .content .row .sale .activity .xiangou span{background:none;height:20px; line-height:20px;padding:0px 10px}
.content-body .content .row .sale .activity div.price span {
    font-size: 18px;
    color: #f8981e
}

.content-body .content .row .sale .size {
    padding: 15px 0 0 20px
}

.content-body .content .row .sale .size span {
    display: inline-block;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 5px 10px;
    color: #333;
    margin: 5px;
    cursor: pointer
}

.content-body .content .row .sale .size li.active {
    border: 1px solid #e67822;
    background-color: #ffffff;
    position: relative;
}

.content-body .content .row .sale .size span.active:before {
    content: '';
    position: absolute;
    right: -14px;
    bottom: -14px;
    border: 13px solid transparent;
    border-bottom-color: #87c440;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.content-body .content .row .sale .size span.active:after {
    content: '\2714';
    position: absolute;
    right: 0;
    bottom: -3px;
    color: #fff
}

.content-body .content .row .sale .num {
    padding-top:10px;
    line-height: 21px
}

.content-body .content .row .sale .num div {
    display: inline-block
}

.content-body .content .row .sale .num div input {
    border: 1px solid #87c440;
    border-radius: 10px;
    width: 50px;
    text-align: center;
    margin: 0 5px
}

.content-body .content .row .sale .num div i {
    vertical-align: middle;
    cursor: pointer;
}

.content-body .content .row .sale .num div i.disable {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.content-body .content .row .sale .operate {
    margin-left: 20px;
    overflow: hidden;
    float:left;
}

.content-body .content .row .sale .operate .btn-default,.content-body .content .row .sale .operate .btn-pay {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    margin-right: 10px
}

.btn-default:focus,.btn-pay:focus{
    outline: none;
}
.btn-default[disabled]:hover{
    cursor:not-allowed
}
.content-body .content .row .sale .operate .btn-link i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 3px
}

.content-body .content .row .sale .operate .btn-link i.glyphicon-star {
    color: #f8981e
}

.content-body .content .row .detail-comment,.content-body .content .row .look {
    margin-top: 30px
}

.content-body .content .row .look .head {
    border:1px solid #e67822;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 10px 20px;
    background-color: #fff
}

.content-body .content .row .look .thumbnail {
    border:1px solid #e67822;
border-radius: 0px;
    border-top:0px;
    margin-bottom:0px;
}

.content-body .content .row .look .thumbnail:hover {
    -moz-box-shadow: 0 0 6px #87c440 inset;
    -webkit-box-shadow: 0 0 6px #87c440 inset;
    box-shadow: 0 0 6px #87c440 inset
}

.content-body .content .row .look .thumbnail .img-out {
    display: block;
    height: 246px
}

.content-body .content .row .look .thumbnail .caption h4 {
    color: #333;
    font-size: 14px;
    height: 20px;
    line-height: 18px;
    overflow: hidden
}

.content-body .content .row .look .thumbnail .caption h5 {
    color: #f8981e
}

.content-body .content .row .look .thumbnail .caption p {
    color: #999;
    font-size:12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    height: 18px
}

.content-body .content .row .detail-comment .head {
    font-size: 16px;
    color: #333;
    background-color: #f7f3f3;
    border: 1px solid #ccc;
}

.content-body .content .row .detail-comment .head span {
    display: inline-block;
    width: 130px;
    text-align: center;
    padding: 10px 20px;
    color: #333;
    cursor: pointer
}

.content-body .content .row .detail-comment .head span.active {
position: relative;
    background: #f8981e;
    color: #fff;
}

.content-body .content .row .detail-comment .head span.active:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #f8981e;
    position: absolute;
    bottom: 0;
    left: 0
}

.content-body .content .row .detail-comment .comment,.content-body .content .row .detail-comment .detail {
    background-color: #fff
}

.content-body .content .row .detail-comment .detail {
    overflow: hidden;
    border-top: solid 1px #eee;
    padding: 20px
}

.content-body .content .row .detail-comment .detail .item {
    font-size: 14px
}

.content-body .content .row .detail-comment .detail p * {
    max-width: 100%
}

.content-body .content .row .detail-comment .comment {
    display: none
}

.content-body .content .row .detail-comment .comment .list .item {
    padding: 20px;
    border-bottom: solid 1px #eee
}

.content-body .content .row .detail-comment .comment .list .item:first-child {
    border-top: solid 1px #eee
}

.content-body .content .row .detail-comment .comment .list .item .comment-head .head-l,.content-body .content .row .detail-comment .comment .list .item .comment-head .head-r {
    display: inline-block
}

.content-body .content .row .detail-comment .comment .list .item .comment-head .head-l {
    width: 78px;
    height: 78px;
    margin-right: 40px
}

.content-body .content .row .detail-comment .comment .list .item .comment-head .head-l img {
    max-width: 78px;
    max-height: 78px;
    display: block
}

.content-body .content .row .detail-comment .comment .list .item .comment-head .head-l span {
    display: inline-block;
    font-size: 14px
}

.content-body .content .row .detail-comment .comment .list .item .comment-head .head-r {
    vertical-align: top
}

.content-body .content .row .detail-comment .comment .list .item .comment-head .head-r .picture {
    min-height: 50px;
    position: relative
}

.content-body .content .row .detail-comment .comment .list .item .comment-head .head-r .picture ul {
    list-style-image: none;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 50px
}

.content-body .content .row .detail-comment .comment .list .item .comment-head .head-r .picture ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    width: 58px;
    height: 50px
}

.content-body .content .row .detail-comment .comment .list .item .comment-head .head-r .picture ul li:first-child {
    padding-left: 0
}

.content-body .content .row .detail-comment .comment .list .item .comment-head .head-r .picture ul li.last,.content-body .content .row .detail-comment .comment .list .item .comment-head .head-r .picture ul li:last-child {
    padding-right: 0
}

.content-body .content .row .detail-comment .comment .list .item .comment-head .head-r .picture ul li img {
    max-width: 50px;
    max-height: 50px
}

.content-body .content .row .detail-comment .comment .list .item .comment-head .head-r .picture .view {
    position: absolute;
    top: 55px;
    display: none;
    z-index: 999
}

.content-body .content .row .detail-comment .comment .list .item .comment-head .head-r .picture .view img {
    max-width: 350px;
    max-height: 500px;
    border: 1px solid #eee;
    margin-bottom: 10px
}

.content-body .content .row .detail-comment .comment .list .item .comment-head .head-r .date {
    display: inline-block
}

.content-body .content .row .detail-comment .comment .list .pagination {
    margin: 20px
}

.content-body .content .row .detail-comment .comment .list .pagination li a {
    border: 1px solid #87c440;
    color: #999
}

.content-body .content .row .detail-comment .comment .list .pagination li.active a {
    background-color: #87c440;
    color: #fff
}

.content-body .content .row .detail-comment .comment .list .pagination li.disabled a {
    color: #d6d6d6
}

.goods-attr {
    width: auto;
    margin: 10px 0;
    padding: 5px 10px;
    overflow: hidden;
    background: #fff;
    border-bottom:1px solid #e67822
}

.goods-attr1 {
    overflow: hidden;
    width: cacl(100% - 38px);
    padding: 0px 0 0 12px!important;
    margin-bottom: 10px;
}

.goods-attr label {
    float: left;
    padding-top: 10px;
}

.goods-attr1 li {
    float: left;
    padding: 4px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    min-width:30px;
    text-align:center;
    margin: 5px 5px;
    height: 40px;
    list-style: none;
}

.goods-attr1 li button {
    color: #333;
    text-decoration: none;
    border: 0px;
    background: none;
}

.goods-attr1 img {
    width: 27px;
}

.select-attr {
    border: 1px solid #62b331!important
}
.address-input{
    border-radius:0px;
    font-size:12px;
}

.ziying{color: #fff; background: red; border-radius: 2px;}
.quan{font-size:12px;color:red; border:1px solid red; padding:2px 5px;}
.goods-attr1 .disabled-class{border:1px dashed #ccc; background:#f7f7f7}
.add-wrap{float:right; border-left:1px solid #dbdbdb}
.gw_num{float:left;border: 1px solid #dbdbdb;width: 61px;line-height: 26px;overflow: hidden;}
.gw_num em{background: #f1f1f1;display: block;height: 20px;line-height:20px;width: 15px;font-style:normal;color: #7A7979;text-align: center;cursor: pointer;}
.gw_num .num{display: block;float: left;text-align: center;width: 41px;font-style: normal;font-size: 14px;line-height: 43px;border: 0;}
.gw_num em.add{font-style:normal;border-bottom: 1px solid #dbdbdb;}
.collection{overflow:hidden;padding-top:20px;}
.collection a{ display:inline-block; font-size:18px;color:#666;margin:0 20px;}
.collection img{padding-right:5px;}
