@media screen and (min-width:1151px){
    .s-win-mask {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 99;
        display: none;
    }

    .s-win-content {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 33%;
        height: 48%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        z-index: 100;
        display: none;
    }

    .s-win-content .s-win-title {
        height: 50px;
        background: #ffffff;
        line-height: 50px;
        padding: 0 2%;
    }

    .s-win-content .s-win-body {
        /* height: 100%; */
        background: #ffffff;
        box-sizing: border-box;
        padding: 2%;
    }

    .s-win-body img {
        width: 100%;
        height: 100%;
    }

    .s-win-title span {
        color: rgba(0, 0, 0, 0.7);
        font-size: .8em;
    }

    .s-win-title img {
        width: 20%;
        height: 45%;
        float: right;
        margin-top: 4%;
    }
}
@media screen and (min-width: 981px) and (max-width: 1150px){
    .s-win-mask {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 99;
        display: none;
    }

    .s-win-content {
        position: fixed;
        left: 50%;
        top: 50%;
        width: 33%;
        height: 48%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        z-index: 100;
        display: none;
    }

    .s-win-content .s-win-title {
        height: 50px;
        background: #ffffff;
        line-height: 50px;
        padding: 0 2%;
    }

    .s-win-content .s-win-body {
        /* height: 100%; */
        background: #ffffff;
        box-sizing: border-box;
        padding: 2%;
    }

    .s-win-body img {
        width: 100%;
        height: 100%;
    }

    .s-win-title span {
        color: rgba(0, 0, 0, 0.7);
        font-size: .8em;
    }

    .s-win-title img {
        width: 20%;
        height: 45%;
        float: right;
        margin-top: 4%;
    }
}
@media screen and (max-width:980px){
    .s-win-mask {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 99;
        display: none;
    }

    .s-win-content {
        position: fixed;
    left: 50%;
    top: 50%;
    width: 79%;
    height: 28%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 100;
        display: none;
    }

    .s-win-content .win-title {
        height: 50px;
        background: #ffffff;
        line-height: 50px;
        padding: 0 2%;
    }

    .s-win-content .win-body {
        /* height: 100%; */
        background: #ffffff;
        box-sizing: border-box;
        padding: 2%;
    }

    .s-win-body img {
        width: 100%;
        height: 100%;
    }

    .s-win-title span {
        color: rgba(0, 0, 0, 0.7);
        font-size: .8em;
        line-height: 30px;
    }

    .s-win-title img {
        width: 20%;
        height: 45%;
        float: right;
        margin-top: 4%;
    }
}

