.main_div {
    position: relative;
}

.main_div .bgImg {
    width: 100%;
}

.main_div .headLogo_div {
    position: absolute;
    top: 20px;
    left: 5%;
}

.main_div .headLogo_div img {
    height: 60px;
}

.main_div .bottomImgBox_div {
    position: absolute;
    bottom: 6%;
    margin: auto;
    height: 135px;
    width: 1020px;
    left: 0;
    right: 0;
}

.main_div .bottomImgBox_div .oneImgBox_div {
    float: left;
    margin-left: 20px;
    cursor: pointer;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

.main_div .bottomImgBox_div .oneImgBox_div:first-child {
    margin-left: 0;
}

.main_div .bottomImgBox_div .oneImgBox_div:hover {
    transform: scale(1.05);
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .main_div .bottomImgBox_div .oneImgBox_div {
        margin-left: 10px;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .main_div .bottomImgBox_div {
        bottom: 4%;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .main_div .bottomImgBox_div {
        width: 990px;
        bottom: 2%;
    }
}

.main_div .carousel_div {
    width: 72%;
    position: absolute;
    bottom: 35%;
    margin: auto;
    right: 3%;
    transform: scale(0.68);
}

.main_div .carousel_div .swiper-slide {
    cursor: -webkit-grab;
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .main_div .carousel_div {
        bottom: 32%;
        transform: scale(0.55);
        width: 82%;
        right: -2%;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .main_div .carousel_div {
        bottom: 30%;
        transform: scale(0.48);
        width: 96%;
        right: -10%;
    }
}

.main_div .font_div {
    position: absolute;
    bottom: 22%;
    margin: auto;
    right: 0;
    left: 0;
    width: 1020px;
    font-size: 15px;
    color: #676767;
    box-sizing: border-box;
}

.main_div .font_div a {
    color: #676767;
}

.main_div .font_div p {
    text-align: justify;
    width: 65%;
    float: right;
    margin: 10px 0;
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .main_div .font_div p {
        margin-top: 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .main_div .font_div p {
        margin-top: 7px;
    }
}

@media (max-width: 1024px) {
    .main_div {
        display: none;
    }
}

.mobile_main_div {
    display: none;
    position: relative;
}

.mobile_main_div .bgImg {
    width: 100%;
}

.mobile_main_div .headLogo_div {
    position: absolute;
    top: 20px;
    left: 5%;
}

.mobile_main_div .headLogo_div img {
    height: 40px;
}

.mobile_main_div .bottomInfo_div {
    width: 100%;
}

.mobile_main_div .bottomInfo_div .gameFeature_div {
    padding: 1rem .5rem;
    box-sizing: border-box;
    background: #ffe5e4;
}

.mobile_main_div .bottomInfo_div .gameFeature_div .gameFeature_title_div {
    text-align: center;
}

.mobile_main_div .bottomInfo_div .gameFeature_div .gameFeature_title_div img {
    height: 20px;
}

@media (min-width: 768px) {
    .mobile_main_div .bottomInfo_div .gameFeature_div .gameFeature_title_div img {
        height: 30px;
    }
}

.mobile_main_div .bottomInfo_div .featureCarousel_div,
.mobile_main_div .bottomInfo_div .gameScreenshotCarousel_div {
    width: 100%;
    margin: 0 auto;
}

.mobile_main_div .bottomInfo_div .featureCarousel_div .swiper-slide,
.mobile_main_div .bottomInfo_div .gameScreenshotCarousel_div .swiper-slide {
    text-align: center;
}

.mobile_main_div .bottomInfo_div .featureCarousel_div .swiper-slide img,
.mobile_main_div .bottomInfo_div .gameScreenshotCarousel_div .swiper-slide img {
    width: 80%;
    margin-bottom: 1.5rem;
}

.mobile_main_div .bottomInfo_div .featureCarousel_pagination,
.mobile_main_div .bottomInfo_div .gameScreenshotCarousel_pagination {
    bottom: 0;
}

.mobile_main_div .bottomInfo_div .featureCarousel_pagination img,
.mobile_main_div .bottomInfo_div .gameScreenshotCarousel_pagination img {
    width: 18px;
    margin-left: 7px;
}

.mobile_main_div .bottomInfo_div .featureCarousel_pagination img:first-child,
.mobile_main_div .bottomInfo_div .gameScreenshotCarousel_pagination img:first-child {
    margin-left: 0;
}

.mobile_main_div .bottomInfo_div .featureCarousel_prev,
.mobile_main_div .bottomInfo_div .gameScreenshotCarousel_prev {
    background-image: url("../../images/products/shumen/leftArrow.png");
    left: 0;
}

.mobile_main_div .bottomInfo_div .featureCarousel_next,
.mobile_main_div .bottomInfo_div .gameScreenshotCarousel_next {
    background-image: url("../../images/products/shumen/rightArrow.png");
    right: 0;
}

.mobile_main_div .bottomInfo_div .gameIntroduction_div {
    margin-top: 2rem;
}

.mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_title_div {
    text-align: center;
}

.mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_title_div img {
    height: 20px;
}

@media (min-width: 768px) {
    .mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_title_div img {
        height: 30px;
    }
}

.mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_main_div {
    margin: 1rem;
    box-sizing: border-box;
    position: relative;
}

.mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_main_div img {
    width: 100%;
}

.mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_main_div .gameIntroduction_font_div {
    position: absolute;
    margin: auto;
    top: 1.1rem;
    bottom: 1.1rem;
    left: 1.1rem;
    right: 1.1rem;
    font-size: 10px;
}

.mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_main_div .gameIntroduction_font_div p {
    margin-top: .5rem;
    text-align: justify;
    color: #676767;
}

.mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_main_div .gameIntroduction_font_div p:first-child {
    margin-top: 0;
}

.mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_main_div .gameIntroduction_font_div p a {
    color: #676767;
}

@media (max-width: 350px) {
    .mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_main_div .gameIntroduction_font_div p {
        margin-top: .25rem;
    }
}

@media (min-width: 768px) {
    .mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_main_div .gameIntroduction_font_div p {
        margin-top: 1.5rem;
    }
}

@media (max-width: 350px) {
    .mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_main_div .gameIntroduction_font_div {
        top: .7rem;
        bottom: .7rem;
        left: .7rem;
        right: .7rem;
        font-size: 8px;
    }
}

@media (min-width: 391px) and (max-width: 450px) {
    .mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_main_div .gameIntroduction_font_div {
        top: 1.2rem;
        bottom: 1.2rem;
        left: 1.2rem;
        right: 1.2rem;
        font-size: 12px;
    }
}

@media (min-width: 451px) and (max-width: 767px) {
    .mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_main_div .gameIntroduction_font_div {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_main_div .gameIntroduction_font_div {
        top: 3.9rem;
        bottom: 3.9rem;
        left: 3.9rem;
        right: 3.9rem;
        font-size: 18px;
    }
}

@media (max-width: 1024px) and (min-width: 930px) {
    .mobile_main_div .bottomInfo_div .gameIntroduction_div .gameIntroduction_main_div {
        width: 72%;
        margin: 0 auto;
    }
}

.mobile_main_div .bottomInfo_div .gameScreenshot_div {
    padding: 1rem .5rem;
    box-sizing: border-box;
    margin-top: 2rem;
    background: #ffe5e4;
}

.mobile_main_div .bottomInfo_div .gameScreenshot_div .gameScreenshot_title_div {
    text-align: center;
    margin-bottom: 1rem;
}

.mobile_main_div .bottomInfo_div .gameScreenshot_div .gameScreenshot_title_div img {
    height: 20px;
}

@media (min-width: 768px) {
    .mobile_main_div .bottomInfo_div .gameScreenshot_div .gameScreenshot_title_div img {
        height: 30px;
    }
}

@media (max-width: 1024px) {
    .mobile_main_div {
        display: block;
    }
}

.shade_div {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    top: 0;
    z-index: 100;
    display: none;
}

.originalImgModal_div {
    display: none;
    position: fixed;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    width: 777px;
    height: 443px;
}

.originalImgModal_div img {
    width: 100%;
}