/* 18:10 */
.home {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1C0203;
    width: 100%;
    height: 100%;
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;

}

.shenhe {
    position: absolute;
    z-index: 999;
    top: 0;
    opacity: 0;
}

.home_body {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-container img {
    width: 100%;
    display: block;
    overflow: hidden;
}

.swiper_pagination_box {
    position: fixed;
    bottom: 30px;
    z-index: 1;
    width: 100%;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination {
    height: 24px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/m996box/swiper_list.png');
    /* background: rgba(255, 255, 255, 0.1); */
}

.swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    background: #9C8069 !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #FBEED5 !important;
    opacity: 1 !important;
}

.swiper-pagination span {
    margin: 0px 7px;
}

.swiper-pagination span:nth-child(1) {
    margin-left: 14px;
}
.swiper-pagination span:nth-child(5) {
    margin-right: 14px;
}

.btn_download {
    width: 100%;
    text-align: center;
    position: fixed;
    z-index: 1;
    /* bottom: 40px; */
    bottom: 50px;
}

.btn_download img {
    width: 140px;
}

.btn_fixed {
    position: fixed;
    width: 100vw;
    height: 150px;
    bottom: 50px;
    z-index: 1;
}

.btn_fixed::after {
    content: '.';
    color: rgba(255, 255, 255, 0);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 182px;
    height: 71px;
    background-size: cover;
    background-image: url('../img/m996box/btn.png')
}

/* 遮罩 */
.home_model {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    color: #FFF;
    z-index: 2;
    font-size: 0.3rem;
}

.home_model_box {
    margin: 0 auto;
    width: 318px;
}

.model_box_right {
    margin-top: 12px;
    text-align: right;
}

.model_box_right img {
    width: 64px;
    height: 86px;
}

.model_box_titles {
    margin: -19px 0px 0px 105px;
    width: 165px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    white-space: nowrap;
    line-height: 30px;
}

.model_box_titles span {
    color: rgba(255, 221, 149, 1);
}

.model_box_left {
    text-align: left;
    margin: -12px 0px 0px 68px;
}

.model_box_left img {
    width: 29px;
    height: 82px;
}

.model_box_center {
    text-align: center;
    margin: -26px 0px 0px 0px;
}

.model_box_center img {
    width: 82px;
}

.modal {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.modal_content {
    width: 70%;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
}

.modal_content p {
    font-size: 16px;
}

.modal_content button {
    width: 120px;
    line-height: 35px;
    background-color: #242424;
    color: #ffe6bc;
    border: none;
    outline: none;
    border-radius: 5px;
}