/* CH */

.r-tot {
    /* margin: -8px; */
    min-height: 120px;
    box-shadow: 0px 1px 10px #232323;
    background-color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    color: #585555;
    z-index: 999999999
}

.rr-content {
    font-size: 13px;
    text-align: center;
    overflow: hidden;
    padding: 0px 15px 0px 15px;
}

p.wel-p {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 13px
}

.rr-content p {
    color: #000
}

.rr-btn {
    padding: 4px 27px;
    border-radius: 29px;
    border: hidden;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in 0.01s;
    font-size: 13px;
    display: block;
    margin: -13px auto;
    background-color: #000;
    color: #FFF;
    font-family: '微軟正黑體';
    /* margin-bottom: 0px */
}

.rr-btn:hover {
    background-color: #404040
}


/* EN */

.tot-en {
    min-height: 110px;
    z-index: 9999999
}

.content-en {
    display: block;
    max-width: 600px;
    margin: 0px auto;
    padding: 10px 30px 0px 30px;
    line-height: 15px
}

.rr-btn-en {
    padding: 3px 22px;
    border-radius: 29px;
    border: hidden;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in 0.01s;
    font-size: 12px;
    display: block;
    margin: -13px auto;
    background-color: #000;
    color: #FFF;
    margin-bottom: 0px;
    text-align: justify;
}

.rr-btn-en:hover {
    background-color: #404040
}

@media(max-width:768px) {
    .pop {
        width: 100%
    }
}
