.mainContainer {
    background: url("/themes/basic/image/easter/back_3.jpg") repeat fixed;
}

.itemContainer {
    width: 100%;
    margin: 0;
}

.itemContainer img {
    width: 100%;
}

.playContainer, .RuleContainer, .giftContainer {
    position: relative;
}

.playContainer {
    background: url("/themes/basic/image/easter/back_3.jpg") repeat fixed;
}

.playContainer .knockMe {
    max-width: 400px;
    position: absolute;
    width: 17%;
    top: 10%;
    left: 41%;
}

.playContainer .chuizi {
    max-width: 344px;
    position: absolute;
    width: 15%;
    top: 11%;
    left: 62%;
}

.playContainer .egg1 {
    max-width: 336px;
    width: 14%;
    position: absolute;
    top: 30%;
    left: 27%;
    cursor: pointer;
}

.playContainer .egg2 {
    max-width: 336px;
    width: 15%;
    position: absolute;
    top: 31%;
    left: 43%;
    cursor: pointer;
}

.playContainer .egg3 {
    max-width: 336px;
    width: 14%;
    position: absolute;
    top: 30%;
    left: 60%;
    cursor: pointer;
}

.playContainer:hover {
    cursor: url("/themes/basic/image/easter/chuizi.png") auto;
}

.playContainer .giveaway {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: 5%;
    padding: 0 20px;
    box-sizing: border-box;
}

.playContainer .giveaway h1 {
    font-size: 50px;
}

.playContainer .giveaway .products {
    max-width: 1400px;
    box-sizing: border-box;
    margin: 0 auto;
}

.playContainer .giveaway .products ul {
    padding: 0;
    box-sizing: border-box;
}

.playContainer .giveaway .products .sliderSwiperPrev, .playContainer .giveaway .products .sliderSwiperNext {
    background: none;
    font-size: 40px;
    top: 40%;
}

.share-box {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    background: #fff;
    padding: 10px 0 10px 10px;
    border-radius: 5px 0 0 5px;
    opacity: 0.9;
}

.share-box:hover {
    opacity: 1;
}

.share-box.social-share .social-share-icon {
    display: block;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0 !important;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0 !important;
}

@media (min-width: 768px) {
    .RuleContainer .gameRule {
        width: 52%;
        float: right;
        display: inline-block;
    }

    .RuleContainer .prize {
        width: 43%;
        float: left;
        margin-left: 5%;
        margin-top: 30%;
        display: inline-block;
    }
}

.giftContainer .gift {
    width: 20%;
    max-width: 480px;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate3d(-50%, -80%, 0);
}

.giftContainer .products {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
    background: #d9eab3;
    padding-top: 80px;
    padding-bottom: 50px;
}

.giftContainer .products .product30, .giftContainer .products .product20 {
    max-width: 1400px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.giftContainer h1 span {
    color: red;
}

.giftContainer .products ul {
    margin: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.giftContainer .products li {
    width: 16%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.giftContainer .products li .price {
    font-weight: bold;
    font-size: 18px;
}

.giftContainer .products li .buyButton {

}

.giftContainer .products li .buyButton a {
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 16px;
    background: #00a7e1;
    color: #fff;
}

.resultAlert {
    background-color: transparent !important;
    box-shadow: none !important;
}

.rewardResult {
    width: 300px;
    position: relative;
    overflow: hidden;
    display: none;
}

.rewardResult img {
    width: 100%;
}

.rewardResult .extend {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 7px 7px 0 7px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
}

.rewardResult .extend p {
    margin: 0;
    font-size: 20px;
    color: red;
    line-height: 1;
}

.rewardResult .extend .productImage {
    width: 100px;
}

.rewardResult .extend .name {
    position: absolute;
    left: 10px;
    bottom: 10%;
    width: 100px;
    font-weight: bold;
}

.rewardResult .extend .name span {
    color: red;
    width: 100%;
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
}

.rewardResult .extend .code {
    text-align: center;
}

.comments {
    width: 100%;
    margin-top: 30px;
}

.comments .commentItems, .comments .submitComment, .comments .loadMore, .comments .login {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 5%;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
}

.comments .loadMore {
    display: none;
}

.comments .loadMore button {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    background: #00a7e1;
    color: #fff;
    cursor: pointer;
}

.comments .login a {
    color: #00a7e1;
}

.comments .commentItems .commentItem {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    position: relative;
    display: flex;
}

.comments .commentItems .commentItem .user {
    width: 100px;
}

.comments .commentItems .commentItem .content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.comments .commentItems .commentItem .date {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.comments .commentItems .commentItem .user .name {
    display: block;
    text-align: center;
    color: #888884;
}

.comments .submitComment .textArea {
    width: 100%;
    padding: 50px 50px 20px;
    box-sizing: border-box;
}

.comments .submitComment .submit {
    width: 100%;
    box-sizing: border-box;
    text-align: right;
    padding-right: 50px;
}

.comments .submitComment .textArea textarea {
    width: 100%;
    min-height: 200px;
}

.comments .submitComment .submit button {
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    background: #00a7e1;
    color: #fff;
    cursor: pointer;
}

.comments .commentItems .commentItem .user img {
    display: block;
    width: 100%;
}

.comments .title {
    text-align: center;
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .playContainer .giveaway h1 {
        font-size: 30px;
    }

    .comments .submitComment .textArea {
        padding: 0;
    }

    .comments .submitComment .textArea textarea {
        min-height: 100px;
    }

    .comments .submitComment .submit {
        padding: 0;
    }

    .RuleContainer {
        margin-top: 80px;
    }

    .giftContainer {
        margin-top: 60px;
    }

    .RuleContainer .gameRule img {
        width: 100%;
    }

    .RuleContainer .prize img {
        width: 100%;
        margin: 20px 0;
    }

    .giftContainer .products li {
        width: 33.3333333%;
    }
}
