.ws-lotteryv5 .lottery-content,
.ws-lotteryv5 .lottery-con {
    position: relative;
}

.ws-lotteryv5 .lottery-content .success-img {
    width: 100%;
    display: inherit;
    text-align: center;
    vertical-align: middle;
}

.ws-lotteryv5 .draw {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: 100% 100%;
    position: absolute;
    top: 0%;
    left: 0%;
}

.ws-lotteryv5 .lottery-content,
.ws-lotteryv5 .lottery-con {
    width: 100%;
    height: 100%;
}

.ws-lotteryv5 .lotteryv5-content {
    width: 100%;
    position: relative;
    height: 100%;
}

.ws-lotteryv5 .lotteryv5-content > img {
    width: 100%;
    display: block;
    height: 100%;
}

.ws-lotteryv5 .lotteryv5-content > .content {
    width: 30%;
    height: 30%;
    position: absolute;
    top: 35%;
    left: 32.5%;
    z-index: 10;
}
.ws-lotteryv5 .lotteryv5-content > .content > img {
    width: 100%;
    height: 100%;
}

.hammer {
    -webkit-animation: hammer 0.5s ease-in-out 0s;
    animation: hammer 0.5s ease-in-out 0s;
    transform-origin: bottom;
}
@-webkit-keyframes hammer {
    0% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(-30deg);
    }
}
@keyframes hammer {
    0% {
        transform: rotate(30deg);
    }
    100% {
        transform: rotate(-30deg);
    }
}

.my-awards .awards-title {
    font-size: 20px;
    text-align: center;
}
.my-awards {
    position: absolute;
    overflow-x: hidden;
    cursor: default;
    top: 80px;
    height: 260px;
    width: 340px;
    left: 10px;
    z-index: 2;
}
.my-awards .ws-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 8px);
    height: 100%;
    overflow-y: scroll;
}
.my-awards .award-list {
    box-sizing: border-box;
    width: 100%;
    padding: 0 2px;
}

.my-awards .award-item {
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin-top: 14px;
    width: 98%;
    height: 136px;
    background: rgba(0, 0, 0, 0.1);
    padding: 10px;
    box-sizing: border-box;
}
.my-awards .award-item .award-picture {
    width: 100px !important;
    height: 110px;
    left: 10px;
    top: 10px;
    position: absolute;
}
.my-awards .award-item .award-info {
    padding-left: 110px;
    box-sizing: border-box;
    font-size: 12px;
    position: relative;
    height: 100%;
}
.my-awards .award-item .award-info .copyBtn {
    padding: 5px;
    border-radius: 4px;
    color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
}
.my-awards .award-item .award-info .awardCodeVal {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    opacity: 0;
}

.noaward-show {
    text-align: center;
    margin-top: 10px;
    width: 100%;
    height: 100%;
}
.noaward-show img {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

