﻿.pluginBoxbody {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1024;
}

#pluginBox {
    width: 820px;
    height: 540px;
    background-color: #fff;
    margin: 10% 25%;
    overflow-y: auto;
    overflow-x:hidden;
}

    #pluginBox h4 {
        text-align: center;
        color:#333 !important;
    }

    #pluginBox.mobileBox {
        overflow-y: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Microsoft YaHei","å¾®è½¯é›…é»‘";
        background-color: transparent;
    }

.pluginBox {
    padding: 15px;
    font-size: 14px;
    font-family: arial,å®‹ä½“;
    width:95%;
}

.nospacing .pluginBox {
    padding: 0 10px 0 0;
}

.masklayerCont img {
    width: 100%;
}

.masklayerCont p {
    color:#333 !important;
}
.blackclosein {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index:1024;
}

@media screen and (max-width:768px) {
    #pluginBox {
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto auto;
    }
}
