

.arrow {
    display: flex;
    width: 380px;
    justify-content: space-between;
}



#prev{
    background-image: url('img/arrow_left2.png');
    width:  104px;
    height:  104px;
    background-repeat: no-repeat;
}



#next{
    background-image: url('./img/arrow_right2.png');
    width:  104px;
    height:  104px;
    background-repeat: no-repeat;
}



.box_65>div{

    background-color: rgba(255, 255, 255, 1);
    width: 274px;
    height: 436px;
    margin: 79px 0 0 24px;
    /*变化*/

    transition: 0.5s linear ;

}


.box_65{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}



.box_65>div.active {

    box-shadow: 4px 4px 36px 0px rgba(0, 0, 0, 0.06);
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0px 32px 0px 0px;
    margin-left: 20px;
    transform: scale(1.1);
}


