/*新手礼包领取页面结束*/
/*退出游戏页面开始*/
.out_page {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}
.out_page > div {
    /*width: 7rem;*/
    border-radius: 0.21333333rem;
    margin: auto;
    /*background: #FFF;*/
    z-index: 10000;
    transform: translateY(-50%);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 40%;
    /*height: 8.5rem;*/
}
.out_page > div a:nth-child(1) {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/x2.png) no-repeat;
    background-size: 0.5rem;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
}
.out_page > div .exit_title:nth-child(2) {
    color: #4a4a4a;
    margin: 0.4rem 0;
    font-size: 0.6rem;
}
.out_page > div .op_game:nth-child(3) {
    display: flex;
    width: 100%;
}
.op_game li {
    width: 25%;
    height: 2.4rem;
    position: relative;
    padding: 0 0.05rem;
}
.op_game li > div {
    overflow: hidden;
    margin: 0 0.33333333rem;
}
.op_game li > div img {
    width: 100%;
}
.op_game li > span {
    text-align: center;
    width: 100%;
    display: flex;
    margin: 0.1rem 0 0 0;
    font-size: 0.35rem;
    color: #424242;
    position: absolute;
    bottom: 0;
    align-items: center;
    justify-content: center;
    height: 1rem;
    line-height: 0.5rem;
}
.out_page > div span:nth-child(4) {
    margin: 0.1rem 0 0.2rem 0;
    color: #4a4a4a;
    font-size: 0.5rem;
}
.out_page > div img:nth-child(5) {
    width: 100%;
    height: 100%
}
.out_page > div .text_ewm:nth-child(6) {
    margin: 0.2rem 0 0.35rem 0;
    display: flex;
    align-items: center;
}
.text_ewm span{
    color: #939393;
    font-size: 0.35rem;
    margin: 0 0.2rem;
}
.text_ewm .line_e{
    width: 1rem;
    flex-grow: 0;
    height: 1px;
    background-color: #939393;
}
.out_page  .game_close {
    margin: 0.5rem 0 0.5rem 0;
    background: #2fc64b;
    width: 3rem;
    text-align: center;
    line-height: 1rem;
    color: #FFF;
    border-radius: 0.1rem;
    font-size: 0.33rem;
    letter-spacing: 0.04rem;
}
/*退出游戏页面结束*/


/*
消息框
*/
.out_page2 {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}
.out_page2 > div {
    width: 7rem;
    border-radius: 0.21333333rem;
    margin: auto;
    background: #FFF;
    z-index: 10000;
    transform: translateY(-50%);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 50%;
    /*height: 8.5rem;*/
}
.out_page2 > div a:nth-child(1) {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/x2.png) no-repeat;
    background-size: 0.5rem;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
}
.out_page2 > div .exit_title:nth-child(2) {
    color: red;
    margin: 0.4rem 0;
    font-size: 0.6rem;
}
.out_page2 > div .op_game:nth-child(3) {
    display: flex;
    width: 100%;
}
.out_page2 .op_game li {
    width: 25%;
    height: 2.4rem;
    position: relative;
    padding: 0 0.05rem;
}
.out_page2 .op_game li > div {
    overflow: hidden;
    margin: 0 0.33333333rem;
}
.out_page2 .op_game li > div img {
    width: 100%;
}
.out_page2 .op_game li > span {
    text-align: center;
    width: 100%;
    display: flex;
    margin: 0.1rem 0 0 0;
    font-size: 0.35rem;
    color: #424242;
    position: absolute;
    bottom: 0;
    align-items: center;
    justify-content: center;
    height: 1rem;
    line-height: 0.5rem;
}
.out_page2 > div span:nth-child(4) {
    margin: 0.1rem 0 0.2rem 0;
    color: #4a4a4a;
    font-size: 0.5rem;
}
.out_page2 > div img:nth-child(5) {
    width: 100%;
    height: 100%
}
.out_page2 > div .text_ewm:nth-child(6) {
    margin: 0.2rem 0 0.35rem 0;
    display: flex;
    align-items: center;
}
.out_page2 .text_ewm span{
    color: #939393;
    font-size: 0.35rem;
    margin: 0 0.2rem;
}
.out_page2 .text_ewm .line_e{
    width: 1rem;
    flex-grow: 0;
    height: 1px;
    background-color: #939393;
}
.out_page2  .game_close {
    margin: 0.5rem 0 0.5rem 0;
    background: #2fc64b;
    width: 3rem;
    text-align: center;
    line-height: 1rem;
    color: #FFF;
    border-radius: 0.1rem;
    font-size: 0.33rem;
    letter-spacing: 0.04rem;
}
/*退出游戏页面结束*/