/*品牌故事和风水解析文章的详情页*/




/*内容区域*/
.productText{
    margin: 0.56rem 0 0 0;
    padding: 0 0.42rem;
}
.productText .title h1{
    color: #000;
    font-size: 0.45rem;
    letter-spacing: 0.014rem;
    margin: 0;
    padding: 0;
    text-align: center;
}
.productText .title h1 span{
    font-size: 0.45rem;
    display: block;
    margin:0.2rem 0 0.1rem 0;
    line-height: 0.22rem;
}
.productText .title  p{
    text-align: center;
}



.productText p{
    margin: 0 0 0.28rem 0;
    color: #333;
    font-size: 0.34rem;
    letter-spacing: 0.014rem;
}
.productText .allbtn{
    margin: 0.56rem 0;
}
.productText .allbtn a{
    color: #666;
    position: relative;
    padding: 0 0 0 0.44rem;
}
.productText .allbtn a.previous i{
    width: 0.34rem;
    height:0.34rem;
    display: inline-block;
    background: url("../images/banner-ico.png") no-repeat center;
    background-size: contain;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 0.1rem;
    margin: -0.17rem 0 0 -0.17rem;
}

.productText .allbtn a.next{
    float: right;
    padding: 0  0.44rem 0 0;
}
.productText .allbtn a.next i{
    width: 0.34rem;
    height: 0.34rem;
    display: inline-block;
    background: url(../images/banner-ico.png) no-repeat center;
    background-size: contain;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: absolute;
    top: 50%;
    right: 0.1rem;
    margin: -0.17rem  -0.17rem 0 -0.17rem;
}

.productText .allbtn a:hover{
    color: #a31e2c;
    text-decoration: none;
}
.productText .allbtn a.previous:hover i,
.productText .allbtn a.next:hover i{
    background: url("../images/banner-ico2.png") no-repeat center;
    background-size: contain;
}
