#att_popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
}
.att_content {
    border-radius: 20px;
    background-color: #212121;
    padding: 3px;
    margin: 3% auto auto;
    border: 1px solid #5f5329;
    width: 80%;
    max-width: 1080px;
    overflow: hidden;
}
.att_title{	
    width: 100%;
    position: relative;
    background-color: #333333;
}
.att_title h3{
    line-height: 50px;
    margin-bottom: 0;
    font-size: 25px;
    color: #C1AD8B;
    font-weight: 900;
}	
.att_close {
    position: absolute;
    color: #aaa;
    font-size: 45px;
    font-weight: bold;
    right: 10px;
    top: 0;
    line-height: 45px;
}

.att_close:hover,
.att_close:focus {
    color: rgb(215, 155, 77);
    text-decoration: none;
    cursor: pointer;
}

.mon_change {
    font-size: 25px;
    color: #C1AD8B;
    font-weight: 700;
    padding: 0 5px;
    font-family: sans-serif;
    line-height: 25px;
}

.att_tip {
    position: relative;
    background-color: #212121;
    padding: 10px;
    margin-bottom: 0px;
    border: #1d1d1d solid 1px;
    color: #C1AD8B;
    width: 100%;
}
.tip_move {  
    white-space: nowrap;  
    overflow: hidden;  
    width:100%;
    height: 40px;  
    line-height: 20px;  
    position: relative;  
    padding-left: 100%; 
}  
@media (max-width: 768px) {
    .tip_move { 
        height: 30px;
    }
}
.tip_move_text {  
    position: absolute;  
    white-space: nowrap;  
    animation: scrollText 8s linear infinite;  
}  

@keyframes scrollText {  
    0% {  
    transform: translateX(0%);  
    }  
    100% {  
    transform: translateX(-180%);
    }  
}  
@media (max-width: 768px) {
    .tip_move_text {  
        position: absolute;  
        white-space: nowrap;  
        animation: scrollText2 8s linear infinite;  
    }  
    @keyframes scrollText2 {  
        0% {  
        transform: translateX(0%);  
        }  
        100% {  
        transform: translateX(-130%);
        }  
    } 
}

.att_mon {
    position: absolute;
    right: 3px;
    bottom: 3px;
    background-color: #343434;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .att_tip {
        margin-bottom: 30px;
    }
    .att_mon {
    bottom: -25px;
    }
}
.mon_change:link {
    color: #C1AD8B;
}

.mon_change:hover,
.mon_change:active,
.mon_change:visited {
    color: #e2cba3
}
.att_table {
    background-color: #1d1d1d;
    border: 1px solid #252525;
    overflow: hidden;
}
.att_table table {
    border-top:  solid 1px #5f5329;
    width: 100%;
}
.att_table table th {
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #C1AD8B
}
.att_table table td {
    border: 1px solid #343434;
    position: relative;
    padding: 8px;
    text-align: center;
    height: 110px;
}
.att_table table td.att_unchecked {
    background: url(./img/att2.png) 50% 50% no-repeat;
    background-size: 90px;
}
.att_table table td.att_checked {
    background: url(./img/att1.png) 50% 50% no-repeat;
    background-size: 90px;
}
@media (max-width: 768px) {
    .att_content {
        width: 100%;
        margin: 20px auto;
    }
    .att_table table td {
        height: 100px;
    }
    .att_table table td.att_unchecked {
        background-size: 90%;
    }
    .att_table table td.att_checked {
        background-size: 90%;
    }
}
@media (max-width: 500px) {
    .att_table table td {
        height: 65px;
    }
}
.att_table table td img {
    width: 100%;
    max-width: 90px;
}
.att_table table td:hover {
    background-color: #333333;
}
.att_table table td .att_day {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #696969;
    font-weight: 700;
    line-height: 15px;
}






.tip_move_text{
    font-size: 17px;
    font-weight: 900;
}
.tip_move_text .f-sm{
    font-size: 15px;
}
.tip_move_text span{
    margin-right: 30px;
}
.tip_move_text span em{
    font-size: 23px;
    color: #f65a5a;
}