﻿body {
    background-color: #fff; 
    width:100%;
    height:100%;
    text-align:center;
}


.divMain {

width:300px;
height:210px;
margin:auto;
}

#TuErGuaBox {
    width: 100%;
    margin: 50px auto 0;
    border: #FFF solid 1px;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    transition: all 2s;
    border-radius: 6px;
}

.divTuErGua {
    position: absolute;
    bottom: 0px;
    right: 30px;
    z-index: 10000;
    width: 130px;
    height: 30px;
}

    .divTuErGua a {
        color: #fff;
        opacity: 0.8;
        text-decoration:none;
    }

    .divFreshBtn {
        position: absolute;
        bottom: 0px;
        right: 0px;
        z-index: 10000;
        width: 30px;
        height: 30px;
    }

#imgFresh:hover {
    opacity: 1;
}

.divDefeated {
    background: #f4c0c0;
    color: red;
    border: solid 1px #ec7676;
}

.divSuccess {
    text-align: center;
    background: #D4FFF2;
    color: #01C7B5;
    border: 1px solid #0FBDA0;
}

.ImgRefresh {
    opacity: 0.5;
}


#TuErGuaBox .divFont {
    height: 100px;
    position: absolute;
}

    #TuErGuaBox .radio {
        position: absolute;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #f24444;
        color: #fff;
        border: 2px solid #fff;
        -webkit-box-shadow: 0 0 2px 0 rgba(255,255,255,.9);
        box-shadow: 0 0 2px 0 rgba(255,255,255,.9);
        font-size: 14px;
        text-align: center;
        line-height: 25px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-top: -11px;
        margin-left: -11px;
        z-index: 9999;
    }



    #TuErGuaBox span {
        font-size: 30px;
        position: absolute;
        z-index: 4;
        font-weight: bold;
        transition: all 2s;
        cursor:pointer;
    }

        #TuErGuaBox span:hover {
            font-family: 'Audiowide';
            text-align: center;
            font-size: 40px;
            transition: all 1s ease;
            color: #fff;
            animation: Glow 1s ease infinite alternate;
            margin-bottom: 30px;
        }



.dx_captcha_em {
    color: #F56A00;
    word-break: break-all;
    display:inline;
}



#imgFresh {

width:24px;
height:24px;
cursor:pointer;
}

#divClickWord {
    height: 40px;
    margin: 10px auto 0;
    padding-left: 8px;
    font-size: 14px;
    line-height: 40px;
    transition: all 2s;
    border-radius: 6px;
    box-sizing: content-box;
}

.divWord {
    border: 1px solid #e9e9e9;
    background-color: #F7F7F7;
    color: #000;
    text-align: left;
}



.fontContent {
    letter-spacing: 5px;
    font-weight: 700;
    margin-left: 8px;
    position: relative;
    color: #000;
    display:inline;
}



@keyframes Alow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #00FA9A, 0 0 70px #00FA9A, 0 0 80px #00FA9A, 0 0 100px #00FA9A, 0 0 150px #00FA9A;
    }

    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #00FA9A, 0 0 35px #00FA9A, 0 0 40px #00FA9A, 0 0 50px #00FA9A, 0 0 75px #00FA9A;
    }
}

.bg-blur {
    width: 100%;
    height: 100%;
    background-position: center; 
    background-size: cover;
    filter: blur(0.5px);
}
