html,body{
    margin: 0;
    padding: 0;
}
.mryp{
    position: fixed;
    right: 2px;
    top: 400px;
    z-index: 100;
}
.off{
    text-align: right;
    color: #ffffff;
    background-image: linear-gradient(to right,#2a5caa,#867892);
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.container{
    width: 180px;
    height: 270px;
}
.container img{
    width: 180px;
    height: 270px;
}