#alone-ip{
    display: none;
}
.aloneip_icon{
    width: 48px;
}
.aloneip_tips{
    margin-top: 3%;
}
.aloneip_tips .short_txt{
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #D5D5D5;
}
.aloneip_clause{
    display: inline-block;
    border: none;
    width: 450px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 1.5%;
    color: #333;
}
.disabled_btn{
    background: #b7b7b7;
}
.aloneip_desc dt{
    font-size: 18px;
    margin-bottom: 12px;
}
.aloneip_select_btn{
    display: inline-block;
    width: 119px;
    line-height: 35px;
    background: #4285f4;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
/*购买游戏列表*/
.game_list_wrap{
    display: none;
}
.game_con{
    padding: 0 22px;
}
.search_wrap{
    border: 1px solid #858585;
    line-height: 40px;
    overflow: hidden;
    margin-top: 3.7%;
}
.search_ipt{
    float: left;
    border: none;
    width: calc(100% - 66px);
    font-size: 14px;
    text-indent: 2em;
    color: black;
}
.search_btn{
    float: left;
    width: 66px;
    text-align: center;
    border-left: 1px solid #858585;
}
.search_btn img{
    cursor: pointer;
}
.game_tips{
    color: #666;
    font-size: 14px;
    margin-top: 1%;
    margin-bottom: 2.4%;
}
.game_items_wrap{
    overflow: hidden;
}
.game_menu{
    overflow: hidden;
}
.game_menu span{
    float: left;
    color: #333;
    font-size: 16px;
    margin-bottom: 2%;
    cursor: pointer;
    padding: 0 5px 5px 5px;
    margin-right: 16px;
}
.game_menu .active{
    color: #4285f4;
    border-bottom: 1px solid #4285f4;
}
.game_items{
    width: 100%;
    background: #f0f0f0;
    padding: 12px 9px;
    overflow-y: scroll;
    height: 314px;
    margin-bottom: 20px;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.game_items::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #f0f0f0;
    border-radius: 10px;
}

/*定义滚动条轨道 内阴影+圆角*/
.game_items::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px #f0f0f0;
    border-radius: 10px;
}

/*定义滑块 内阴影+圆角*/
.game_items::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #dadada;
    background-color: #dadada;
}
.game_items .item{
    overflow: hidden;
    padding: 6% 8%;
    width: 92.68%;
    cursor: pointer;
    margin-bottom: 1.2%;
}
.game_logo{
    float: left;
    width: 46px;
    height: 46px;
    border-radius: 8px;
}
.item_w{
    float: left;
    width: calc(94% - 46px);
    margin-left: 6%;
}
.game_items .active .item{
    background: url("../png/btn3.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.game_name{
    font-size: 16px;
    color: #333;
    margin-top: 1%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.game_type{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.next_btn{
    display: block;
    width: 178px;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 4.4% auto 4.7%;
    background: url("../png/btn5.png") 0 0 no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.next_btn_active{
    background: url("../png/btn6.png") 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.selected_wrap{
    display: none;
}
.change_game_btn{
    color: #4285f4;
    cursor: pointer;
    display: inline-block;
    margin-left: 8px;
}
.aloneip_select_game{
    font-size: 16px;
}
/*套餐*/
.aloneip_type_con{
    float: left;
    width: calc(100% - 75px);
}
.aloneip_items{
    border: 1px dashed #fff;
    padding: 30px 17px;
}
.aloneip_title{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.aloneip_info{
    font-size: 13px;
    text-align: center;
    margin: 10px 0 22px;
}
.aloneip_prod ul{
    overflow: hidden;
}
.aloneip_prod ul li{
    float: left;
    width: 229px;
    margin-right: 20px;
    cursor: pointer;
}
.aloneip_prod ul li:nth-child(even){
    margin-right: 0;
}
.aloneip_type .fonts{
    float: left;
}
.aloneip_game{
    margin-top: 24px;
}
.aloneip-money-warp .aloneip_money {
    font-size: 1.5em;
    color: #ff5905;
}
