.info-content{
    margin-top: 176px;
}
.path{
    text-align: left;
    height: 52px;
    line-height: 52px;
    font-size: 12px;
    color: #333;
}
.path-index:hover{
    cursor: pointer;
    text-decoration: underline;
}
.path>span:not(:first-child){
    color: #999;
}
.content-left{
    width: 430px;
    height: 522px;
    text-align: center;
    float: left;
}
.photo{
    width: 428px;
    position: relative;
}
.photo>.imgs{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.photo>.imgs>img{
    width: 428px;
}
.circle{
    display: inline-block;
    position: relative;
    top: 438px;
    left: 0px;
    width: 76px;
    height: 76px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 7px;
}
.circle5{
    margin: 0;
}
.circle:hover{
    border: 3px solid #b4a078;
}
.circle1:hover~.imgs5,
.circle2:hover~.imgs4,
.circle3:hover~.imgs3,
.circle4:hover~.imgs2,
.circle5:hover~.imgs1{
    z-index: 5;
}

/* content-right部分 */
.content-right{
    float: right;
    width: 620px;
}
.right-top{
    margin: 10px 0 20px;
}
.goods-name{
    float: left;
}
.goods-name>p{
    font-size: 20px;
    color: #333;
    font-weight: 700;
}
.goods-name>span{
    font-size: 14px;
    color: #999;
}
.evaluate{
    float: right;
    font-size: 14px;
    margin-top: 17px;
    cursor: pointer;
}
.evaluate:hover{
    color: #b4a078;
}
.right-middle{
    width: 620px;
    height: 230px;
    padding: 16px 0 13px 10px;
    box-sizing: border-box;
    background-color: #f5f3ef;
}
.title{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.title>p{
    float: left;
}
.title>p:first-child{
    width: 55px;
}
.goods-price>span:nth-child(1){
    font-weight: 700;
    font-size: 18px;
    color: #d7282d;
    vertical-align: bottom;
}
.goods-price>span:nth-child(2){
    font-weight: 700;
    font-size: 28px;
    color: #d7282d;
    vertical-align: bottom;
}
.goods-price>span:nth-child(3)>del{
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    vertical-align: bottom;
}
.back{
    color: #c43c3b;
}
.back-help{
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #9a9a9a;
    color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    padding-left: 4px;
    cursor: pointer;
}
.line{
    margin: 10px 20px 10px 0;
    height: 1px;
    border-bottom: 1px dashed #d2d2d2;
}
.serve{
    cursor: pointer;
    line-height: 14px;
    margin-top: 9px;
}
.serve:hover{
    border-bottom: 1px solid #333;
}
.serve>span{
    padding-right: 12px;
}
.class,.goods-num{
    margin: 20px 0 10px 10px;
    height: 50px;
    line-height: 50px;
}
.class>p{
    height: 50px;
}
.class>p>img{
    width: 50px;
    background-color: #f4f4f4;
    border: 1px solid #b4a078;
    box-sizing: border-box;
}
.goods-num>p:nth-child(2){
    font-size: 0;
}
.sub,#many,.add{
    display: inline-block;
    width: 36px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
}
#many{
    box-sizing: border-box;
    width: 60px;
    font-size: 12px;
    color: #333;
    outline: none;
}
.right-bottom>p{
    float: left;
}
.right-bottom>p{
    cursor: pointer;
    width: 168px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
    box-sizing: border-box;
}
.right-bottom>p:nth-child(1){
    margin-right: 10px;
    font-size: 18px;
    color: #b4a078;
    border: 1px solid #b4a078;
    background-color: #f5f3ef;
}
.right-bottom>p:nth-child(1):hover{
    background-color: #fff;
}
.right-bottom>p:nth-child(2){
    color: #fff;
    border: 1px solid #b4a078;
    background-color: #b4a078;
}
.right-bottom>p:nth-child(2):hover{
    background-color: #c0ae8a;
}
.right-bottom>p:nth-child(3){
    width: 50px;
    border: 1px solid #ccc;
    font-size: 13px;
    line-height: 22px;
    color: #999;
    padding: 2px 5px;
    box-sizing: border-box;
}
.right-bottom>p:nth-child(3)>i{
    font-size: 24px;
}
.right-bottom>p:nth-child(4){
    margin-left: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #999;
}

/* content-swiper部分 */
.content-swiper{
    margin-top: 40px;
    width: 1090px;
    height: 397px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    position: relative;
}
.content-swiper>p{
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    position: relative;
    background-color: #f5f5f5;
    padding-left: 18px;
}
.swiper-list{
    margin-top: 12px;
    margin-left: 79px;
    width: 930px;
    height: 337px;
}
.swiper-list>li{
    width: 210px;
    height: 308px;
    float: left;
    margin-right: 30px;
    text-align: center;
    background-color: #fff;
}
.swiper-list>li:last-child{
    margin: 0;
}
.swiper-list-photo{
    width: 210px;
    overflow: hidden;
    cursor: pointer;
}
.swiper-list-photo>img{
    width: 210px;
    transition: 1s;
}
.swiper-list-info>p{
    width: 175px;
    margin: 22px auto 4px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.swiper-list-info>.price{
    padding: 5px 0 10px;
}
.swiper-list>li:hover>.swiper-list-photo>img{
    transform: scale(1.2);

}
.swiper-list-info>p:hover{
    color: #CC9756;
}
.gouwuche{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #f7f2eb;
    font-size: 14px;
    line-height: 24px;
    color: #b4a078;
    cursor: pointer;
}
.swiper-circle{
    position: absolute;
    bottom: 10px;
    left: 500px;
}
.swiper-circle>li{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #cecece;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
    vertical-align: middle;
}
.swiper-circle>.swiper-circle-active{
    background-color: #a7936e;
    border: 5px solid #dfcead;
}
/* content-main部分 */
.content-main{
    margin-top: 30px;
}
.main-left{
    width: 750px;
    float: left;
}
.main-left-top{
    height: 43px;
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
}
.main-left-top>p{
    float: left;
    width: 124px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-right: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.main-left-top>p>span{
    color: #b4a078;
}
.main-left-top>.title-active{
    height: 44px;
    border-top: 2px solid #b4a078;
    background-color: #fff;
}
.main-left-param>p{
    float: left;
    width: 375px;
    height: 60px;
    box-sizing: border-box;
    padding: 20px 30px;
    border-bottom: 1px dashed #b4a078;
    color: #999;
    font-size: 14px;
}
.main-left-param>p:last-child{
    border: none;
}
.main-left-param>p>span{
    display: inline-block;
    width: 105px;
    color: #333;
}
.main-left-photo{
    font-size: 0;
}

.main-right{
    width: 300px;
    float: right;
}
.right-list{
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
.right-list>p{
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.hot-list{
    margin-top: 24px;
    margin-left: 24px;
    width: 250px;
}
.hot-list>li{
    width: 250px;
    height: 308px;
    text-align: center;
    background-color: #fff;
}
.hot-list-photo{
    width: 250px;
    overflow: hidden;
    cursor: pointer;
}
.hot-list-photo>img{
    width: 210px;
}
.hot-list-info>p{
    width: 175px;
    margin: 22px auto 4px;
    font-size: 14px;
    cursor: pointer;
}
.hot-list-info>.price{
    padding: 5px 0 10px;
}
.hot-list-info>p:hover{
    color: #CC9756;
}
.hot-list-price>span:nth-of-type(2){
    color: #666;
}

.re-list{
    margin: 24px;
    width: 260px;
}
.re-list>li{
    width: 260px;
    height: 140px;
    text-align: center;
    background-color: #fff;
    position: relative;
}
.re-list-photo{
    width: 260px;
    overflow: hidden;
    cursor: pointer;
}
.re-list-photo>img{
    width: 260px;
    height: 140px;
}
.re-list-info>p{
    width: 260px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    background-color: rgba(0,0,0,.7);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}
