/* @charset 'UTF-8'; */
.luckydraw{
    line-height: 1.5;
}
.luckydraw img{
    max-width:100%;
}

.luckyC1__msg{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.luckyC1__intro{
    display: flex;
    margin: 30px 0;
}
.luckyC1__vision{
    flex: 1 1 50%;
    order: 2;
    text-align: center;
}
.luckyC1__text{
    flex: 1 1 50%;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.luckyC1__text__inner{
    display: inline-block;
    max-width: 450px;
}
.luckyC1__h1{
    font-size: 48px;
    font-weight: bold;
}
.luckyC1__h1--mobile{
    display: none;
}
.luckyC1__editor{
    margin: 50px 0;
}
.luckyC1__drawlots{
    display: block;
    width: 100%;
    margin: 1.6em auto 0;
    padding: 0.5em 1.25em;
    background: #555;
    color: #fff;
    font-size: 24px;
    outline: 0;
    border: 0;
    border-radius: 1.25em;
    transition: all .2s ease-in-out;
}

.luckyC1__drawlots:hover{
    background: #000;

}

.luckyC1__award{
    position: relative;
    display: none;
    margin: 120px 0 0;
    padding: 0;
}
.has_award .luckyC1__award{
    display: block;
}
.luckyC1__award__title{
    margin: 0 0 50px;
    font-size:36px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.luckyC1__award__title span{
    display: inline-block;
    vertical-align: middle;
}
.luckyC1__award__title__awardname{
    overflow: hidden;
    opacity: 1;
    max-width: 100vw;
    transition: all 1.5s;
}
.isprocess .luckyC1__award__title__awardname{
    opacity: 0;
    max-width:0;
    transition: all 0.2s;
}
.luckyC1__award__img{
    margin:0 auto;
    text-align: center;
    filter: blur(0px);
    opacity: 1;
    transition: all 1s;
}
.luckyC1__award__editor{
    font-size: 15px;
    margin: 1em 0;
    filter: blur(0px);
    opacity: 1;
    transition: all 1s;
}
.luckyC1__note{
    margin: 2em 0 0;
}
.luckyC1__share{
    display: block;
    /* width: 80px; */
    margin: 15px auto;
    font-size:0;
    text-align: center;
    opacity: 1;
    transform: translateY(0);
    transition: all 1s 1s;
}
.luckyC1__share__btn{
    display: inline-flex;
    padding: 0;
    margin: 0 1em;
    justify-content: center;
    align-items: center;
    background: #ccc;
    border-radius: 3px;
    color: #fff;
    font-size:17px;
    line-height: 2.8235;
}
.luckyC1__share__btn:hover{
    text-decoration: none;
    color: #fff;
}
.luckyC1__share__btn:focus{
    color: #fff;
}
.luckyC1__share__btn--line{
    background: #00b900;
}
.luckyC1__share__btn--line:hover{
    background: #00b900;
}
.luckyC1__share__btn--fb{
    background: #3b5998;
}
.luckyC1__share__btn--fb:hover{
    background: #3b5998;
}
.luckyC1__share__btn span{
    padding: 0 1.25em;
}
.luckyC1__share__btn .ii{
    width: 2.4em;
    line-height: 2.4;
    font-size: 1.176em;
    border-right: #fff 1px solid;
}

.luckyC1__process{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    /* background: rgba(0, 0, 0, 0.8); */
    color: #222;
    font-weight: bold;
    letter-spacing: 2px;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: all .25s ease-in-out;
    
}
.isprocess .luckyC1__process{
    pointer-events: all;
    opacity: 1;
    animation: processing ease-in-out .8s 0s infinite;
}

@keyframes processing{
    0%{opacity: 1;}
    50%{opacity: 0.5;}
    100%{opacity: 1;}
}
.luckyC1__process__icon{
    text-align: center;
}
.luckydraw .luckyC1__process__img{
    max-width: 300px;
}
.isprocess .luckyC1__award__img{
    filter: blur(25px);
    opacity: .3;
}
.isprocess .luckyC1__award__editor{
    filter: blur(25px);
    opacity: .3;
}
.luckyC1__process__text{
    margin: .75em 0 0;
    font-size:24px;
}


.luckyC1__replay{
    display: block;
    margin: 2em auto;
    padding: 0 2em;
    width: 456px;
    max-width: 100%;
    font-size: 24px;
    line-height: 2.667;
    border: 0;
    border-radius: 1.34em;
    outline: 0;
    color: #fff;
    background: #444;
    opacity: 1;
    transform: translateY(0);
    transition: all 1s;
}
.isprocess .luckyC1__replay{
    opacity: 0;
    transform: translateY(100%);
    transition: all .5s;
}
.isprocess .luckyC1__share{
    opacity: 0;
    transform: translateY(100%);
    transition: all .5s;
}




.luckyC1__process .spinner3 {
    width: 40px;
    height: 40px;
    position: relative;  
    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}

.luckyC1__process .spinner3 .dot1, .luckyC1__process .spinner3 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #222;
    border-radius: 100%;
    -webkit-animation: spinner3bounce 2.0s infinite ease-in-out;
    animation: spinner3bounce 2.0s infinite ease-in-out;
}

.luckyC1__process .spinner3 .dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@keyframes rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
@keyframes spinner3bounce {
    0%, 100% { 
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% { 
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}



.luckyC1__process .spinner4 {
    width: 30px;
    height: 30px;
    background-color: #222;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
    0% { 
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    } 50% { 
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    } 100% { 
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
@media (max-width:991px){
    .luckyC1__intro{
        flex-flow: column nowrap;
    }
    .luckyC1__vision{
        order: unset;
    }
    .luckyC1__h1{
        font-size: 36px;
    }
    .luckyC1__h1--pc{
        display: none;
    }
    .luckyC1__h1--mobile{
        display: block;
        margin: 0 0 30px;
        text-align: center;
    }
    .luckyC1__editor{
        margin: 30px 0;
    }
    .luckyC1__share__btn{
        font-size: 15px;
    }
}
@media (max-width:767px){
    .luckyC1__h1{
        font-size: 28px;
    }
    .luckyC1__drawlots{
        font-size: 20px;
    }
    .luckyC1__replay{
        font-size: 20px;
    }
    .luckydraw .luckyC1__process__img {
        max-width: 40%;
    }
    .luckyC1__share__btn{
        font-size: 13px;
    }
    .luckyC1__process__text{
        font-size:16px;
    }
}