.max-wid {
    width: 83%;
    max-width: 1200px;
    margin: auto;
}
.synopsis{
    max-width: 12rem;
    width: 83%;
    margin: 0 auto 0.72rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ddd;
}
.synopsis-title{
    width: 100%;
    height: 1.64rem;
    line-height: 1.64rem;
    text-align: center;
    font-size: 0.28rem;
    color: #000;
    font-weight: bold;
}
.synopsis-text{
    text-indent : 0.3rem;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
    color: #999;
}
/*四季*/
.seasons{
    max-width: 12rem;
    width: 83%;
    margin: 0 auto 1rem;
}
.seasons-title{
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.28rem;
    color: #000;
    font-weight: bold;
    position: relative;
}
.seasons-title .seasons-xian{
    width: 0.3rem;
    height:6px;
    background-color: #d90909;
    position: absolute;
    bottom: 0;
    left: 0;
}
.seasons .one{
    width: 100%;
    height: 5.24rem;
    margin-bottom: 0.5rem;
}
.seasons .one .one-left{
    width: 4.7rem;
}
.seasons .one .one-left>img{
    width: 2.55rem;
    margin-left: 0.8rem;
}
.seasons .one .one-left .text-list{
    width: 100%;
    position: relative;
    z-index: 3;
    margin-top: -0.8rem;
}
.seasons .one .one-left .text-list .title{
    font-size: 0.24rem;
    color: #000;
    margin-bottom: 0.76rem;
}
.seasons .one .one-left .text-list .text{
    font-size: 0.14rem;
    color: #555;
}
.one-right{
    width: 6.44rem;
    height: 4.75rem;
    margin-top: 0.54rem;
}
.one-right .right-left{
    width: 5.28rem;
    height: 3.51rem;
    position: relative;
    z-index: 3;
    overflow: hidden;
}
.one-right .right-left img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.one-right .right-left:hover img{
    transform: scale(1.1);
}
.one-right .right-right{
    width: 3.04rem;
    height: 4.75rem;
    margin-left: -1.87rem;
}
.one-right .right-right img{
    width: 3.04rem;
    height: 4.75rem;
}
.two .one-right .right-right{
    margin-left: 0;
}
.two .one-right .right-left {
    margin-left: -1.87rem;
}