@charset "UTF-8";

.rs-content{
    width: 1156px;
    margin: auto;
    text-align: center;
    position: relative;
}
/*标题*/
.title{
    padding: 20px 30px;
}
.title h2{
    font-weight: 400;
    font-size: 30px;
}
/*大图*/
.scroll-b-img{
    width: 502px;
    height: 502px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.scroll-b-img ul{
    position: absolute;
}
.scroll-b-img li{
    float: left;
}
.big-img img{
    width: 502px;
    height: 502px;
}
/*小图*/

.scroll-t-img{
    padding-top: 25px;
    margin:auto;
    position: relative;
}
.scroll-t-img ul{
    position: relative;
}
.scroll-t-img ul li{
    float: left;
    padding-right: 10px;
    opacity: 0.5;
    transition: all 1s;
}
.thumb-img img{
    width: 80px;
    height: 80px;
}
/*按钮*/
.left-img,.right-img,.bottom-img,.field-right{
    position: absolute;
    z-index: 999;
}
.left-img,.right-img{
    top:210px;
}
.left-img{
    left:60px;
}
.right-img{
    right: 60px;
}
.bottom-img{

    bottom:20px;
    left:125px;
}
.field-right {
    display: inline-flex;
    flex-direction: column;
    position: absolute;
    right: 125px;
    bottom: 0;
}
/*产品详细介绍*/

.goods-details{
    width: 500px;
    margin: auto;
}
.goods-details dl dt,.goods-details dl dd{
    float: left;
}
.goods-details dl dt{
    width: 30%;
}
.goods-details dl dd{
    width: 70%;
}
#field-right{
	text-align:left;
}