﻿/*.wall #popUpSection {display: none;}
.wall .btnImg{cursor:pointer;}

.loading #errMessage{display: none;}
.finsh #btnComputer {display: none;}
.finsh #btnMobileShare {display: none;}
.finsh #txtImgSave {display: none;}*/

/*emoji*/
li > img {
    cursor: pointer;
}
.pup-box {
    width: 100%;
    height: 100%;
    line-height: 1.5;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.8);
}
.error-pup {
    width: 40%;
    max-width: 400px;
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -10%); */
    background: #fff;
    border: 5px solid #b2955c;
    box-sizing: border-box;
    padding: 30px 20px;
    color: #B00518;
    font-size: 1.8rem;
    text-align: center;
}

    .error-pup .btnOK {
        min-width: 50%;
        height: 30px;
        box-sizing: border-box;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: #B00518;
        font-size: 1.3rem;
        margin: 15px auto;
    }

    /*loading2*/
.loading-txt {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

    .loading-txt p.tit {
        font-size: 2.2rem;
        font-weight: bold;
        color: #961e23;
    }

    .loading-txt p {
        font-size: 1.3rem;
        font-weight: bold;
        color: #4e4d4d;
    }

        .loading-txt p.tips {
            font-size: 0.9rem;
            color: #961f23;
            margin: 10px 0 0 0;
        }


#btnLoading {
    cursor: pointer;
}

.loading-container {
    text-align: center;
}

.loading-text {
    font-size: 2.2rem;
    font-weight: bold;
    color: #961e23;
    letter-spacing: 1px;
    display: inline-block;
}


/*finish*/
#btnOneMoreTime {
    cursor: pointer;
}