/**
投票模板公共css
 */


[v-cloak] *{
    visibility: hidden;
}


.front-extend{
    background-color:initial !important;
    max-height:initial !important;
    overflow:initial !important;
}
.front-extend .layui-layer-load{
    background:url(/assets/awesome/theme/default/loading-2.gif) center center no-repeat rgba(0,0,0,0);
}
.front-extend iframe{
    height:100vh !important;
}
.front-extend .layui-layer-resize{
    display:none;
}
div.complain
{
    position: fixed;
    left: 15px;
    color: white;
    background: black;
    padding: 3px 10px;
    border-radius: 2vh;
    top: 21px;
    z-index:2;
    opacity:0.5;
}
div.complain a{
    color:white;
}
div.complain a:hover{
    text-decoration: none;
}
.marquee {
    height: 25px;
    line-height: 25px;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}
.swiper-box {
    padding-left: 0;
    padding-right: 0;
}

.swiper-box img {
    width: 100%;
    z-index:2;
    cursor: pointer;
    position: relative;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000000;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100% !important;
    background: #000;
    opacity: .2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

.screen {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
}

.screen-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #ccc;
    border-radius: 1rem !important;
}




.captcha-input, .captcha-input:focus {
    border: none;
    border-bottom: 1px solid #ccc;
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
}

.widget-audio-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: fixed;
    right: 18px;
    top: 18px;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    z-index: 3;
}

/**
背景音乐图标
 */
.animation-rotate {
    transform-origin: 50% 50%;
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

/**
漂浮物
 */
.float-img-item {
    position: fixed;
    top: -20%;
    list-style: none;
    display: block;
    width: 3rem;
    animation: downFloat 10s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 10;
}

@keyframes downFloat {
    0% {
        top: -20%;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        top: 110%;
        -webkit-transform: rotate(600deg);
        transform: rotate(600deg)
    }
}

@keyframes upFloat {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-2000px) rotate(600deg);
        transform: translateY(-2000px) rotate(600deg)
    }
}

/**
弹窗关闭按钮
 */
.layui-layer-setwin .layui-layer-close2 {
    right: -15px !important;
    top: -59px !important;
}

.layui-layer, .layui-layer-content {
    border-radius: .3rem !important;
}


.safe-box {
    width: 100%;
    height: calc(env(safe-area-inset-bottom) - 10px) !important;
    height: calc(constant(safe-area-inset-bottom) -10px) !important;
}
/*.slidercaptcha {
    margin: 0 auto;
    width: 314px;
    height: 286px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);

}

    .slidercaptcha .card-body {
        padding: 1rem;
    }

    .slidercaptcha canvas:first-child {
        border-radius: 4px;
        border: 1px solid #e6e8eb;
    }

    .slidercaptcha.card .card-header {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.03);
    }

.refreshIcon {
    top: -54px;
}*/

