.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.mainBody {
    background: url("../../image/static/school/main.jpg") no-repeat 0 0 / 100% 100%;
    padding-top: 5rem;
}

.gameRule {
    max-width: 1050px;
    margin: 0 auto;
    padding: 7rem 6rem 3rem;
    /*background: url("../../image/static/school/rule.png") no-repeat 0 0 / 100% 100%;*/
    box-sizing: border-box;
}

.gameRule img {
    width: 100%;
}

.gameRule .gameTitle {
    text-align: center;
}

.gameRule .gameTitle img {
    max-width: 100%;
}

.gameRule .ruleList {
    padding: 0;
    margin-top: 3rem;
}

.gameRule .ruleList li {
    list-style: decimal;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.question {
    position: relative;
    max-width: 971px;
    margin: 0 auto;
    margin-top: 5rem;
}

.question > img {
    max-width: 100%;
}

.selectList {
    position: absolute;
    bottom: 3rem;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
}

.selectList li {
    width: 150px;
    list-style: none;
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    padding: .6rem 0;
    text-align: center;
    margin: 1rem 2rem;
    cursor: pointer;
    font-size: 1.6rem;
}

.selectList li:hover, .selectList li.active {
    background: #00a7e1;
    color: #fff;
}

.products {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 5rem 0;
}

.products .product {
    width: 20%;
    box-sizing: border-box;
    padding: 20px 10px;
    margin: 2%;
    display: inline-block;
    background: #fff;
}

@media (max-width: 767px) {
    .products .product {
        width: 45%;
    }
}

@media (max-width: 500px) {
    .products .product {
        width: 96%;
        padding: 20px 30px;
    }
}

.products .product .productImage img {
    width: 100%;
}

.products .product .detail {
    padding: 1rem 0 1.5rem;
}

.products .product .detail .price {
    color: #ea522b;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}

.products .product .detail .price s {
    font-size: 2rem;
    color: #333;
}

.products .product .detail .review {

}

.products .product .detail .review .star {
    color: #fcac00;
    text-align: center;
    font-size: 2rem;
}

.products .product .detail .review .star i {
    padding: 0 2px;
}

.products .product .detail .review .reviewCount {
    text-align: center;
    font-style: italic;
    font-size: 2rem;
    color: #6b6666;
}

.products .product .detail .name {
    text-align: center;
    font-size: 2.2rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.products .product .detail .codeBox, .products .product .detail .buyButton {
    text-align: center;
    padding: 10px 20px;
}

.products .product .detail .codeBox > div {
    border: 1px solid #00a7e1;
    border-radius: 15px;
    overflow: hidden;
}

.products .product .detail .codeBox .code {
    display: inline-block;
    width: 70%;
    float: left;
    padding: 3px 10px;
    border: none;
    box-sizing: border-box;
}

.products .product .detail .codeBox .copy {
    display: inline-block;
    width: 30%;
    outline: none;
    border: none;
    float: right;
    background: #00a7e1;
    color: #fff;
    padding: 3px;
}

.products .product .detail .buyButton a {
    display: block;
    color: #fff;
    font-weight: bold;
    background: #00a7e1;
    border-radius: 15px;
    padding: 3px;
}

.prize {
    text-align: center;
    margin-bottom: 2rem;
}

.prize img {
    max-width: 100%;
}

.bottomImage img {
    width: 100%;
}

.layer-result {
    max-width: 600px;
    background-color: transparent !important;
    box-shadow: none !important;
}

.result {
    display: none;
    width: 473px;
}

.result img {
    width: 100%;
}

.result .moreInfo {
    margin: 1rem 0;
    text-align: center;
}

.result .moreInfo p {
    font-size: 1.4rem;
    color: #fff;
    margin: 0;
    text-align: center;
}

.result .moreInfo button {
    border: none;
    outline: none;
    background: #00a7e1;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.6rem;
}

.layui-layer-shade {
    opacity: .5 !important;
}

.social-share {
    text-align: center;
}

.social-share .icon-facebook {
    background: #44619D;
    border-color: #44619D;
    color: #fff;
}

.social-share .icon-twitter {
    background: #55acee;
    border-color: #55acee;
    color: #fff;
}

.startAlert {
    display: none;
    width: 600px;
}

.startAlert img {
    width: 100%;
}

@media (max-width: 767px) {
    .startAlert {
        width: 100%;
    }

    .result {
        width: 100%;
    }

    .layer-result {
        width: 85%;
    }

    .gameRule {
        padding: 0;
    }

    .gameRule .ruleList {
        margin-top: 2rem;
    }

    .gameRule .ruleList li {
        line-height: 1.3;
        font-size: 1.3rem;
        word-spacing: 2px;
    }

    .selectList {
        bottom: 0;
        padding: 0 1rem;
    }

    .selectList li {
        font-size: 1rem;
        width: auto;
        padding: 5px 10px;
        margin: 5px;
    }
}