 .pcHomeModel{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,.3);
        z-index: 9999;
        display: none;
    }
    .pcHomeModel .modelImg{
        width: 700px;
        height: 530px;
        margin-top: 50px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .pcHomeModel .closeImg{
        width: 50px;
        height: 50px;
        margin-top: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .pcHomeModel .bztx{
        font-size: 16px;
        color: #E9682B;
        position: absolute;
        left: 50%;
        transform: translateX(-300px);
        top: 548px;
        user-select: none;
    }
    .pcHomeModel .bztx span{
        display: inline-block;
        width: 14px;
        height: 14px;
        margin-right: 5px;
        border: 1px solid #E9682B;
        border-radius: 2px;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: -4px,3px;
        vertical-align: -1px;
    }
    .pcHomeModel .bztx span.act{
        background-color: #fff;
        background-image: url(/img/yes.png);
    }