#btn .cjBtnDom,
#btn .cjBtn,
.shanDeng .active,
.shanDeng td {
    width: 118px;
    height: 106px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5px;
    position: relative;
}


#btn.cjBtn {
    background-image: url(../img/orderbg3_709c65d.png);
    background-position: center;
    background-size: inherit;
    cursor: pointer;
    text-align: center;
    padding-left: 20px;
    font-size: 16px;
    color: #556066;
}

#luck img {
    max-width: 70%;
    max-height: 70%;
}





#btn.cjBtn:hover {
    color: #d0dade;
}


#luck .active::after {
    content: '';
    display: block;
    position: absolute;
    width: 110px;
    height: 98px;
    border: 2px solid #f099dd;
    left: 2px;
    top: 2px;
    box-shadow: 0px 1px 10px 1px rgba(240, 153, 221, .5);
}

.shanDeng td div {
    text-align: center;
    width: 108px;
    height: 96px;
    background-image: url(../img/hkbg_eed9498.png);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.shanDeng td div p{
    font-size: 12px;
    transform: scale(.8)
}

.shanDeng table {
    padding-left: 63px;
    padding-top: 63px;
}


@media screen and (max-width: 750px){
	#luck td>div {
        height: 1.2rem;
        max-width: 1.2rem;
        min-width: 1.2rem;
        padding-bottom: .1rem;
    }
    
    .shanDeng td div p{
        transform: scale(.6);
    }
}
@media screen and (max-width: 414px) {

    #btn.cjBtn {
        font-size: 12px;
    }

}
@media screen and (max-width: 375px) {

    .shanDeng td div p{
        transform: scale(.5);
    }

}

