.modal-item{
    text-align: center;
}
.model-title{
    font-size: 16px;
}
.modal-image{
    margin: 10px;
    height: 300px;
    overflow: hidden;
    border: 1px solid #aaa;
}
.modal-image img{
    width: 100%;
    height: auto;

}
.modal-op{
    margin-top: 10px;
}
.modal-op>span{
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}
.isVip{
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 9999;
    top: 28px;
    left: 10px;
    background: #2ec4b6;
    padding: 5px 0;
    background-image: -ms-radial-gradient(center top, circle farthest-side, #cbf3f0 0%, #2ec4b6 100%);
    background-image: -moz-radial-gradient(center top, circle farthest-side, #cbf3f0 0%, #2ec4b6 100%);
    background-image: -o-radial-gradient(center top, circle farthest-side, #cbf3f0 0%, #2ec4b6 100%);
    background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #cbf3f0), color-stop(1, #2ec4b6));
    background-image: -webkit-radial-gradient(center top, circle farthest-side, #cbf3f0 0%, #2ec4b6 100%);
    background-image: radial-gradient(circle farthest-side at center top, #cbf3f0 0%, #2ec4b6 100%);
    -webkit-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
    box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
    /* animation: move 1s ease infinite; */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    animation: slidein 3s ease-in-out forwards;
}
.isVip:before{
    content: "";
    position: absolute;
    bottom: -43px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #2ec4b6;
    border-right: 50px solid transparent;
    z-index: 997;
}
.isVip:after{
    content: "";
    position: absolute;
    bottom: -43px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #2ec4b6;
    border-left: 50px solid transparent;
    z-index: 998;
}
.isVip em{
    position: absolute;
    top: 23px;
    color: #24505a;
    font-size: 14px;
    z-index: 10000;
    left: -3px;
    line-height: 20px;
}