.u63_btn:hover{
    cursor: pointer;
    background: #a30014;
    border: 2px solid #a30014;
}
#u111_img{
    opacity: .6;
}
.items{
    color: white;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    min-height: 25px;
    line-height: 30px;
    margin-top: 20px;
}
.items:not(:last-child){
    border-bottom: 1px solid white;
}
.icons{
    width: 30px;
    height: 30px;
    background: url('../png/u2061.png')no-repeat;
    background-size: 100%;
}
.desn{
    color: #7B7B7B;
    font-size: 16px;
    font-weight: 500;
    width: 90%;
    display: none;
    padding: 0 40px 0 0;
    box-sizing: border-box;
}
.items:hover{
    cursor: pointer;
    color: rgb(255,0,31);
}
.items:hover .icons{
    width: 30px;
    height: 30px;
    background: url('../png/u2062.png')no-repeat;
    background-size: 100%;
}
.faqContainer{
    margin: 0 auto;
}
.fapTitle{
    color: white;
    font-size: 50px;
    text-align: center;
    margin: 180px 0 100px;
}
.u113_text_tilte{
    margin-top: 20px;
    font-weight: 700;
    color: #A30014;
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    /* width: 330px; */
}
.u113_text_text{
    /* width: 330px; */
    text-align: left;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    color: #404040;
    line-height: 1.5;
}
#u425:hover{
    color: #A30014;
}
.more_text{
    display: none ;
}
.game{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #a30014;
    padding:0 28px;
    justify-content: space-between;
}
.game:hover{
    color: white;
}
.u426Back{
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background: url('../png/u426.png');
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: 100%;
}
#u425:hover .more{
    display: block;
}
.more{
    margin-bottom: 0;
}
.back{
    display: none;
    margin-bottom: 0;
}
#u425:hover .back{
    display: none;
}
#u426:hover .u426Back{
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background: url('../png/u429.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
#u426:hover #u425{
    color: #a30014;
}