/*寮圭獥*/

.guize_html {
    position: fixed;
    top: 36.5%;
    left: 50%;
    margin-top: -80px;
    margin-left: -150px;
    width: 300px;
    height: auto;
    border-radius: 30px;
    background-color: #090b21;
    color: #000;
    text-align: center;
    font-size: 12px;
}

.guize_html p {
    padding: 0 10px;
    text-align: left;
    text-indent: 2em;
}

.guize_html_nei {
    width: 300px;
    min-height: 350px;
    /*overflow-y:auto;*/
    max-height: 500px;
    height: 350px;
    display: block;
}

.btnXZ {
    display: block;
    margin: 10px auto;
    width: 125px;
    height: 40px;
    border-radius: 30px;
    background-image: linear-gradient(to right, #ff0c3d, #711bd4);
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.GB {
    display: block;
    margin: 10px auto;
    width: 125px;
    height: 40px;
    border-radius: 30px;
    background-color: #7d7776;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.overfloat {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, .5);
}

/*搴曟紓*/

.margingT {
margin-bottom: 80px;
}

.bottommob{
-webkit-box-sizing: border-box;
height: 110px;
position: fixed;
bottom: 0;
left: 0;
z-index: 1000;
padding: 0 10px;
overflow: hidden;
width: 100%;
background: linear-gradient(to right, #ff0c3d, #711bd4)
}

.bottom-pic {
position: absolute;
top: 10px;
width: 80px;
height: 80px;
overflow: hidden;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.bottom-pic img {
width: 100%;
height: 100%;
}

.bottom-text {
margin-left: 90px;
line-height: 100px;
font-size: 24px;
color: #fff;
}

.bottom-btn {
position: absolute;
top: 30px;
right: 10px;
height: 40px;
line-height: 40px;
color: #fff;
background-color: #60b900;
border-radius: 6px;
text-align: center;
font-size: 24px;
padding: 0 5px;
font-weight: bold;
}

.bottommob a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}




.bottommob {
    -webkit-box-sizing: border-box;
    height: 100px;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    overflow: hidden;
    width: 100%;
}
@media (min-width: 576px) {
    .bottommob {
        display: none;
    }
}
.bottom-bg {
    opacity: 0.85;
    background: linear-gradient(to right, #65deb3, #53afcf);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bottom-con {
    padding: 0 10px;
    position: absolute;
    width: 100%;
}
.bottom-pic {
    position: absolute;
    top: 6px;
    margin-left: 5px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.bottom-text {
    margin-left: -30px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.bottom-wenan {
    margin-left: 0px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
}
.bottom-btn {
    position: absolute;
    top: 12px;
    width: 120px;
    right: 20px;
    height: 45px;
    line-height: 45px;
    color: #ff2e4f;
    background: linear-gradient(90deg, #f6f6f6, #f6f6f6);
    border-radius: 55px;
    text-align: center;
    font-size: 20px;
    padding: 0 5px;
    font-weight: bold;
}
.bottommob a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bottom-wenan {
    margin-left: 50px;
    line-height: 25px;
    font-size: 16px;
    color: #fff;
}

.swiper-pagination {
    bottom: 0 !important;
}
.swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
}
.bottommob {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #fff;
}
.bottommobClose {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    z-index: 9999;
}


/*图片弹窗开始*/

.notice {
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -150px;
    z-index: 101;
}

.notice_close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 50%;
    cursor: pointer;
}
.notice_img {
    border-radius: 15px;
    width: 300px;
}
/*图片弹窗结束*/


