.wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -8px;
    left: 8px;
    overflow: hidden;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    opacity: 0.6;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.wrap:hover {
    opacity: 0.9;
}

.wraps {
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 30px;
    line-height: 27px;
    position: absolute;
    top: 30px;
    right: -50px;
    z-index: 2;
    overflow: hidden;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border: 1px dashed;
    box-shadow: 0 0 0 1px #000, 0px 21px 5px -18px rgba(0, 0, 0, 0.6);
    background: rgb(1, 132, 127);
}

.flash {
    font-weight: bold;
    font-size: calc(10px + 4vh);
    line-height: calc(10px + 6.6vh);
    text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
    font-family: "Sacramento", cursive;
    text-align: center;
    animation: blink 1s infinite;
    -webkit-animation: blink 1s infinite;
    margin: 1rem 0;
}
.bling{text-align:center;margin: 2rem 0;}
.bling1 {
    margin: 0;
    padding: 0;
    color: white;
    display: inline-block;
    font-size: 2.3rem;;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}

/* sign0107 增加签到入口悬浮窗 start */
.xqbj-component-adfloat, .xqbj-component-aifloat {
    display: none;
    position: fixed;
    left: auto;
    right: 1.875rem;
    bottom: 5rem;
    z-index: 777;
    /*display: none;*/
}

.xqbj-component-aifloat {
    bottom: 12.5rem;
}

.xqbj-component-adfloat .xqbj-icon-close, .xqbj-component-aifloat .xqbj-icon-close {
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: -2rem;
    right: 1.5rem;
    cursor: pointer;
    z-index: 2;
    display: block;
}
.xqbj-component-adfloat img, .xqbj-component-aifloat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xqbj-component-adfloat .banner-swiper, .xqbj-component-aifloat .banner-swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.xqbj-component-adfloat .banner-swiper .swiper-wrapper, .xqbj-component-aifloat .banner-swiper .swiper-wrapper {
    width: 5.0rem;
    height: 5.0rem;
}
.xqbj-component-adfloat .banner-swiper .swiper-wrapper .swiper-slide, .xqbj-component-aifloat .banner-swiper .swiper-wrapper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.xqbj-component-adfloat .banner-swiper a, .xqbj-component-aifloat .banner-swiper a {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
.xqbj-component-adfloat .banner-swiper .swiper-pagination, .xqbj-component-aifloat .banner-swiper .swiper-pagination {
    height: 0.8rem;
    display: flex;
    justify-content: center;
}
.xqbj-component-adfloat .swiper-pagination, .xqbj-component-aifloat .swiper-pagination {
    text-align: center;
    transform: translate3d(0, 0, 0);
    margin: 0.3rem 0 0 0;
}
.xqbj-component-adfloat .swiper-pagination-bullet-active, .xqbj-component-aifloat .swiper-pagination-bullet-active {
    background: #ffffff !important;
}
.xqbj-component-adfloat .swiper-pagination-bullet, .xqbj-component-aifloat .swiper-pagination-bullet {
    width: 0.3125rem !important;
    height: 0.3125rem !important;
    opacity: 1;
    border-radius: 50%;

}
/* sign0107 增加签到入口悬浮窗 end */

/* yezhetian0410 app内打开按钮 start */
.launchapp-btn-container {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.5rem;
    z-index: 777;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #f29934;
    border-radius: 99rem;
    padding: 0.6rem 1.5rem;
    white-space: nowrap;
}

.launchapp-btn-container .launchapp-des { 
    color: #000;
    font-weight: 500;
    font-size: 1rem;
}

.launchapp-btn-container .launchapp-close-btn {  
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    top: -0.3rem;
    right: -0.3rem;
}

.launchapp-btn-container .launchapp-close-btn img {
    width: 100%;
    height: 100%;
}
/* yezhetian0410 app内打开按钮 end */

/* pc: rem = px/16 */
@media (min-width: 768px) { 
    .launchapp-btn-container {
        display: none !important;
    }
}