.goods{
    margin-top: 64px;

}
.main{
    width: 944px;
    float: left;
}

.goods-img{
    width: 400px;
    height: 400px;
    float:left;
}

.info{
    width: 505px;
    float: right;
}

.info .goods-name{
    font-size: 26px;
    font-weight: 500;
}

.goods-price{
    margin-top: 10px;
}

.goods-price .unit{
    font-size: 16px;
}

.goods-price .number{
    font-size: 24px;
}


.goods-outline{
    border-top: 1px solid #999;
    padding-top: 24px;
    margin-top: 24px;
}

.goods-outline .desc{
    font-size: 14px;
}


.attribute{
    margin-top: 20px;
    margin-bottom: 20px;
}

.attribute-item{
    margin-bottom: 15px;
}

.attribute-item .attribute-name{
    font-size: 14px;
    width: 50px;
    display: inline-block;
    height: 24px;
    line-height: 22px;
    background: #FF3F4B;
    color: #fff;
    text-align: center;
}

.attribute-item .plainer{
    width: 24px;
    height: 6px;
    background: #E6E6E6;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}

.attribute-item .plainer-activate{

    border: none;
    background: #FF3F4B;
}

.attribute-item .plainer-num{
    width: 24px;
    height: 24px;
    line-height: 22px;
    background: #FF3F4B;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.present{
    background: #F7F7F7;
    padding: 6px 29px;
    /*border-radius: 6px;*/
}

.present p{
    font-size: 14px;
    line-height: 30px;
}

.safety{
    padding-left: 4px;
    margin-top: 20px;
}

.safety-item{
    display: flex;
    float: left;
    margin-right: 40px;
}

.safety-item img,.safety-item p{
    float:left;
    align-self: center;
}
.safety-item p{
    font-size: 14px;
    margin-left: 5px;
}
.safety-item img{
    width: 21px;
    height: 21px;
}


.goods-cart{
    margin-top: 40px;
}

.cart-input{
    width: 160px;
    height: 40px;
    border: 1px solid #CCCCCC;

    padding-left: 50px;
    padding-right: 50px;
    text-align:center;
    font-size: 16px;
}

.su-cart{
    position: relative;
    width: 160px;
    float:left;
}

.su-cart i{
    font-size: 16px;
    position: absolute;

    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
    color: #000;
    font-weight: 500;
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
    display: inline-block;
    background-color: #f0f0f0;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.cart-add{
    right: 5px;

}

.cart-reduce{
    left: 5px;
}

.cart-disable{
    color: #B3B3B3!important;
    cursor: not-allowed!important;
}

.add-cart-btn{
    width: 320px;
    height: 40px;
    background: #000;

    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    margin-left: 24px;
}

.add-cart-btn i{
    margin-right: 8px;
}


.introduce{
    margin-top: 98px;
}

.introduce .separator{
    height: 1px;
    background: #ccc;
    width: 100%;
}

.introduce .carve{
    position: relative;
}

.introduce .carve p{
    font-size: 24px;
    position: absolute;
    z-index: 2;
    left:50%;
    top: -50%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 140px;
    text-align: center;
}


.product-item {
    width: 300px;
    float: left;
    margin-left: 60px;
    margin-bottom: 60px;
    padding-bottom: 15px;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
    position: relative;
}

.product-item .marker{
    position: absolute;
    top: 0;
    right: 0;
}

.product-item:hover{
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.product-item:hover > .product-info .product-name{
    /*color: #C69B6F;*/
}

.product-item:first-child{
    margin-left: 0;
}

.product-item img {
    width: 300px;
    height: 300px;
}

.product-desc {
    padding: 15px;
}

.product-title {
    font-size: 18px;
    font-weight: 500;
    width: 205px;
}

.attribute {
    margin-top: 20px;
    margin-bottom: 20px;
}

.attribute-item {
    margin-bottom: 15px;
}

.product-price {
    float: left;
}

.product-go-cart {
    width: 160px;
    height: 40px;
    background: #C69B6F;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    float: right;
    font-size: 16px;
}

.product-price .unit {
    font-size: 16px;
}

.product-price .number {
    font-size: 32px;
}

.product-list{
    margin-top: 68px;
    display: flex;
    justify-content: center;
}

.product-item .product-name{
    font-size: 18px;
    width: 205px;
    font-weight: 500;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.product-item .product-name:hover{
    /*color: #C69B6F;*/
}

.product-info{
    padding-left: 15px;
    padding-right: 15px;
}

.goods-content img{
    margin: 0 auto;
}

.product-item .attribute-item .attribute-activate2 {
    border: none;
    color: #b3b3b3;
}








.broadside{
    width: 200px;
    float:right;
    background: #fff;

}

.broadside-row{
    margin-bottom: 60px;
}

.broadside .title{
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 18px;
}

.broadside-content{
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e6e6e6;
    padding-top: 15px;
}

.broadside-product{
    margin-bottom: 30px;
}

.broadside-product img{
    width: 168px;
}

.broadside-product .name{
    margin-top: 5px;
    font-size: 14px;
}

