.title{
    height: .72rem;
    font-weight: bold;
    font-size: .426667rem;
    color: #333;
    text-align: center;
    margin: .613333rem auto;
}
.title img{
    width: .293333rem;
    height: .293333rem;
    display: inline-block;
    margin: 0 .106667rem;
}
.title img:last-child{
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    -webkit-transform: rotatey(180deg);
    transform: rotatey(180deg);
}
.title span{
    height: .72rem;
    line-height: .72rem;
    padding: 0 .2rem;
    background: -ms-linear-gradient(top, #fff 50%,  #f5f8ff);
    background: -o-linear-gradient(top,#fff 50%,#f5f8ff);
    background: -webkit-gradient(linear, 0%  50%, 0% 100%,from(#fff), to(#f5f8ff));
    background: -webkit-gradient(linear, 0%  50%, 0% 100%, from(#fff), to(#f5f8ff));
    background: -webkit-linear-gradient(top, #fff 50%, #f5f8ff); 
    background: -o-linear-gradient(top, #fff 50%, #f5f8ff); 
    background: linear-gradient(top, #fff 50%, #f5f8ff); 
    display: inline-block;
}
.copy{
    width: 5.426667rem;
    height: 8.053333rem;
    margin: 0 auto;
    display: block;
}
.text{
    line-height: .6rem;
    text-align: center;
    font-size: .346667rem;
    color: #333;
}
.text img{
    width: .426667rem;
    height: .426667rem;
    display: inline-block;
    vertical-align: middle;
}