#mask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99999999;
}
#mask .white_mask{
    width: 547px;
    height: 413px;
    background: url("../../images/mask/background@2x.png") no-repeat bottom center;
    background-size: cover;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
#mask .mask_close{
    position: absolute;
    width: 22px;
    right: 0px;
    top: 0px;
}
#mask .p25{
    font-size: 25px;
    color: #5A5555;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 196px;
}
#mask .p25bold{
    font-size: 25px;
    color: #5A5555;
    letter-spacing: 3.6px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}
#mask .p25bold .blue{
    color: #2989FF;
}
#mask .button_list .recover{
    float: left;
    width: 180px;
    height: 40px;
    text-align: center;
    background: #2BDB4C;
    border-radius: 2px;
    margin-left: 84px;
    position: relative;
}
#mask .button_list .recover img{
    width: 40px;
    height: 40px;
    position: absolute;
    top: -1px;
    right: -1px;
}
#mask .button_list .recover a{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
}
#mask .button_list .expert_reocver{
    float: left;
    width: 180px;
    height: 40px;
    text-align: center;
    background: #2989FF;
    border-radius: 2px;
    margin-left: 17px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
}
#mask .ewm{
    position: absolute;
    width: 180px;
    height: 197px;
    bottom: -3px;
    left: 480px;
    background: url("../../images/mask/codebackground@2x.png") no-repeat center;
    background-size: cover;
    padding: 35px 18px 18px 18px;
    box-sizing: border-box;
    box-shadow: 0 0 11px 0 rgba(0,0,0,0.14);
    transform: rotate(-90deg);
    display: none;
}
#mask .ewm img{
    width: 144px;
    height: 144px;
}
.rotate_img{
    position: absolute;
    width: 59px;
    height: 59px;
    right: 74px;
    bottom: 278px;
    animation:mymove 2s linear infinite;
    -webkit-animation:myrotate 2s linear infinite; /* Safari 和 Chrome */
}
@keyframes myrotate
{
    from {
        transform:rotate(0deg);
        -ms-transform:rotate(0deg); 	/* IE 9 */
        -moz-transform:rotate(0deg); 	/* Firefox */
        -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
        -o-transform:rotate(0deg); 	/* Opera */
    }
    to {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg); 	/* IE 9 */
        -moz-transform:rotate(360deg); 	/* Firefox */
        -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
        -o-transform:rotate(360deg); 	/* Opera */
    }
}

@-webkit-keyframes myrotate /*Safari and Chrome*/
{
    from {
        transform:rotate(0deg);
        -ms-transform:rotate(0deg); 	/* IE 9 */
        -moz-transform:rotate(0deg); 	/* Firefox */
        -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
        -o-transform:rotate(0deg); 	/* Opera */
    }
    to {
        transform:rotate(360deg);
        -ms-transform:rotate(360deg); 	/* IE 9 */
        -moz-transform:rotate(360deg); 	/* Firefox */
        -webkit-transform:rotate(360deg); /* Safari 和 Chrome */
        -o-transform:rotate(360deg); 	/* Opera */
    }
}



