.firstScreen{
    text-align: left;
    background: url(../s-images/product-1/first/background.jpg) top center no-repeat;
    background-size: 100%;
    color: rgba(82, 43, 28, 1);
}
.textIntro{
    width: 90%;
    margin: auto;
    padding: 0.5rem 0;
}
.imgIntro{
    text-align: center;
    padding-bottom: 5rem;
}
.contentTxt{
    position: relative;
    padding: 1rem 0;
}
.contentTxt p{
    text-align:left;
    display:inline-block;
	letter-spacing:0; font-size:0.8rem;
}
.line{
    position: absolute;
    top: 0.5rem;
    z-index: 1;
    height: 92px;
}
.line img {
    max-height: 100%;
}
.lastScreen{
    background: url(../s-images/product-1/second/background.jpg) bottom center no-repeat;
    background-size: 100%;
    text-align: center;
}
.lastContent{
    background: url(../s-images/product-1/second/background.jpg) top center no-repeat;
    background-size: 100%;
}
.title{
    padding-top: 1.5rem;
}
.swiper-slide .imgText{
    max-width: 69%;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    margin: auto;
}
.swiper-slide .intro{
    max-width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: auto;
}
.intro img{
    width: 2.2rem;
}
.intro span{
    vertical-align: sub;
}
/*轮播*/
.swiper-button-prev{
    width: 1.7rem;
    top: 7%;
    background-image:url(../s-images/prev.png);
    background-size: 100%;
}
.swiper-button-next{
    width: 1.5rem;
    top: 7%;
    background-image:url(../s-images/next.png);
    background-size: 100%;
}
.swiper-slide a img{max-width: 25%}

.pr-p{ height:160px; padding-bottom:0.5rem;}
.pr-z{ height:40px;}

