.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 公共头部 */

.ComHeader {
    margin: 0 auto;
    min-width: 1200px;
    height: 36px;
    background-color: #f2f2f3;
}

.ComHeader a:hover {
    color: #e23703;
}

.ComHeader .ComHeaderBox {
    margin: 0 auto;
    width: 1200px;
    height: 36px;
    font-size: 12px;
    color: #444;
}

.ComHeader .ComHeader-Home {
    float: left;
    height: 36px;
    line-height: 36px;
    color: #444;
    padding-left: 14px;
    background: url(//image.gamersky.com/webimg15/qznav.png) 0 11px no-repeat;
}

.ComHeader .ComHeader-Nav {
    float: right;
    height: 36px;
    line-height: 36px;
    color: #444;
}

.ComHeader .ComHeader-Nav i {
    display: inline-block;
    width: 10px;
    height: 36px;
    line-height: 36px;
    color: #c5c5c5;
    font-family: SimSun;
    font-style: normal;
    text-align: center;
}

.ComHeader .ComHeader-UserInfo {
    float: right;
    height: 36px;
}

.ComHeader .loginItem {
    display: none;
    height: 36px;
    line-height: 36px;
}

.ComHeader .loginItem img {
    margin-right: 7px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -2px;
}

.ComHeader .UnLogin {
    padding-left: 33px;
    background: url(//image.gamersky.com/webimg15/qznav.png) 6px -66px no-repeat;
}

.ComHeader .UnLogin a {
    margin-right: 10px;
}

.ComHeader .UnLogin a:last-of-type {
    margin: 0;
}


/* 公共导航 */

.nav {
    min-width: 1200px;
    height: 70px;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.nav .navVes {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}

.nav .Gslogo {
    float: left;
    height: 70px;
    width: 138px;
    background: url("../image/logo.png") no-repeat center;
    background-size: contain;
    margin-right: 80px;
}

.nav .navBox {
    float: left;
    height: 70px;
    font-size: 20px;
    color: #3b3b3b;
}

.nav .navBox a {
    position: relative;
    float: left;
    display: block;
    height: 70px;
    line-height: 70px;
    margin-right: 50px;
}

.nav .navBox a:last-of-type {
    margin: 0;
}

.nav .navBox a.active,
.nav .navBox a:hover {
    font-weight: bold;
    color: #ff7200;
}

.nav .navBox a.active::before,
.nav .navBox a:hover::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #ff7200;
}

.nav .search {
    position: relative;
    float: right;
    width: 240px;
    height: 34px;
    border: 1px solid #c5c5c5;
    border-radius: 17px;
    background: #f2f2f2;
    margin-top: 18px;
}

.nav .search input {
    width: 100%;
    height: 32px;
    padding: 0 40px 0 17px;
    font-size: 15px;
    color: #999;
    box-sizing: border-box;
}

.nav .search i {
    display: block;
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: url("../image//search.png") no-repeat center;
    background-size: contain;
}


/* 首页内容部分 */

.bannerTop {
    min-width: 1200px;
    height: 400px;
    background: url("../image//bannerTopBg.jpg") no-repeat center;
    margin-bottom: 40px;
}

.bannerTop .bannerTopBox {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}

.bannerTop .bannerTopBox .userInfoBox {
    float: left;
    margin-top: 30px;
    padding: 20px;
    width: 300px;
    height: 330px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 29, 45, .04);
    box-sizing: border-box;
}

.bannerTop .bannerTopBox .userInfoBox .onLogin,
.bannerTop .bannerTopBox .userInfoBox .unLogin {
    display: none;
}

.bannerTopBox .userInfoBox .user {
    height: 72px;
    margin-bottom: 28px;
}

.bannerTopBox .userInfoBox .user .HeadImage {
    float: left;
    width: 72px;
    height: 72px;
    margin-right: 20px;
}

.bannerTopBox .userInfoBox .user .HeadImage img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.bannerTopBox .userInfoBox .user .UserDetail {
    float: left;
    height: 72px;
    padding-top: 13px;
    box-sizing: border-box;
}

.bannerTopBox .userInfoBox .user .UserDetail .NameBox {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.bannerTopBox .userInfoBox .user .UserDetail .NameBox span {
    max-width: 110px;
    display: inline-block;
    vertical-align: middle;
}

.bannerTopBox .userInfoBox .user .UserDetail .NameBox div {
    display: inline-block;
    width: 44px;
    height: 16px;
    margin-left: 5px;
    border-radius: 2px;
    background: #eff5fa;
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}

.bannerTopBox .userInfoBox .user .UserDetail .BindList {
    height: 18px;
}

.bannerTopBox .userInfoBox .user .UserDetail .BindList a {
    float: left;
    margin-right: 6px;
    display: inline-block;
    width: 20px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 2px;
    overflow: hidden;
    background: url('//image.gamersky.com/webimg13/user/binding.png') no-repeat;
    background-position-y: 0px;
}

.bannerTopBox .userInfoBox .user .UserDetail .BindList a:hover {
    background-color: #f7f7f7;
    border: 1px solid #d5d5d5;
}

.bannerTopBox .userInfoBox .user .UserDetail .BindList a.email {
    background-position-x: 0;
}

.bannerTopBox .userInfoBox .user .UserDetail .BindList a.phone {
    background-position-x: -20px;
}

.bannerTopBox .userInfoBox .user .UserDetail .BindList a.wx {
    background-position-x: -40px;
}

.bannerTopBox .userInfoBox .user .UserDetail .BindList a.qq {
    background-position-x: -60px;
}

.bannerTopBox .userInfoBox .user .UserDetail .BindList a.wb {
    background-position-x: -80px;
}

.bannerTopBox .userInfoBox .user .UserDetail .BindList a.active {
    background-position-y: -18px;
}

.bannerTopBox .userInfoBox .handleBox {
    height: 56px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.bannerTopBox .userInfoBox .handleBox .TopUp {
    float: left;
    width: 130px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    background: #ff7200;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
    border-radius: 5px;
}

.bannerTopBox .userInfoBox .handleBox .handleUser {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #888;
}

.bannerTopBox .userInfoBox .handleBox .handleUser a:hover {
    color: #ff7200;
}

.bannerTopBox .userInfoBox .handleBox .handleUser i {
    display: inline-block;
    width: 10px;
    text-align: center;
    height: 14px;
}

.bannerTopBox .userInfoBox .UserGameList {
    padding-top: 16px;
}

.bannerTopBox .userInfoBox .UserGameList .UserGameItem {
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
}

.bannerTopBox .userInfoBox .UserGameList .UserGameItem:last-of-type {
    margin-bottom: 0;
}

.bannerTopBox .userInfoBox .UserGameList .UserGameItem span {
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.bannerTopBox .userInfoBox .UserGameList .UserGameItem span:last-of-type {
    margin: 0;
}

.bannerTopBox .userInfoBox .UserGameList .UserGameItem span.GameName {
    width: 96px;
    color: #3b3b3b;
}

.bannerTopBox .userInfoBox .UserGameList .UserGameItem span.GameServer {
    width: 86px;
    color: #999;
}

.bannerTopBox .userInfoBox .UserGameList .UserGameItem a.GameRun {
    width: 56px;
    height: 22px;
    background: #eff5fa;
    border-radius: 2px;
    color: #444;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    float: right;
}


/* 未登录 */

.bannerTopBox .userInfoBox .inputBox div {
    height: 40px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
}

.bannerTopBox .userInfoBox .inputBox i {
    display: block;
    float: left;
    width: 20px;
    height: 100%;
}

.bannerTopBox .userInfoBox .inputBox .UserName i {
    background: url("../image/username.png") no-repeat center;
}

.bannerTopBox .userInfoBox .inputBox .PassWord i {
    background: url("../image/password.png") no-repeat center;
}

.bannerTopBox .userInfoBox .inputBox input {
    display: block;
    float: left;
    padding: 0 12px;
    height: 100%;
    width: calc(100% - 20px);
    line-height: 40px;
    box-sizing: border-box;
}

.bannerTopBox .userInfoBox .PwdSelect {
    height: 55px;
    line-height: 55px;
    margin-bottom: 9px;
    overflow: hidden;
}

.bannerTopBox .userInfoBox .PwdSelect a {
    float: left;
    font-size: 14px;
    color: #666666;
}

.bannerTopBox .userInfoBox .PwdSelect a:hover {
    color: #ff7200;
}

.bannerTopBox .userInfoBox .PwdSelect a:last-of-type {
    float: right;
}

.bannerTopBox .userInfoBox .LoginBtn {
    width: 260px;
    height: 45px;
    line-height: 45px;
    background: #ff7200;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 6px;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto 35px;
    cursor: pointer;
}

.bannerTopBox .userInfoBox .LoginHr {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 27px;
}

.bannerTopBox .userInfoBox .LoginHr span {
    display: block;
    position: absolute;
    left: 50%;
    top: -13px;
    width: 104px;
    height: 26px;
    font-size: 14px;
    color: #aaa;
    text-align: center;
    line-height: 26px;
    background: #fff;
    margin-left: -52px;
}

.bannerTopBox .userInfoBox .OtherLogin {
    position: relative;
    width: 222px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
}

.bannerTopBox .userInfoBox .OtherLogin a {
    display: block;
    width: 40px;
    height: 40px;
}

.bannerTopBox .userInfoBox .OtherLogin a.QQLogin {
    float: left;
    background: url("../image/qqLogin.png") no-repeat center;
}

.bannerTopBox .userInfoBox .OtherLogin a.WXLogin {
    float: right;
    background: url("../image/wxLogin.png") no-repeat center;
}

.bannerTopBox .userInfoBox .OtherLogin a.WBLogin {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    background: url("../image/wbLogin.png") no-repeat center;
}


/*轮播*/

.BannerBox {
    width: 870px;
    height: 310px;
    overflow: visible;
    position: relative;
    margin-top: 40px;
    float: right;
}

#carousel {
    width: 870px;
    height: 310px;
    overflow: visible;
    position: relative;
}

#carousel img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 560px;
    height: 252px;
    margin: -126px 0 0 -280px;
    cursor: pointer;
    transition: all .25s ease-out;
}

#carousel img.on {
    width: 690px;
    height: 310px;
    margin: -155px 0 0 -345px;
    cursor: default;
}

#carousel a.btn {
    display: block;
    width: 56px;
    height: 82px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 100;
}

#carousel a.btn.prev {
    background: url("../image//bannerPrev.png") no-repeat center;
    left: 0;
}

#carousel a.btn.next {
    background: url("../image//bannerNext.png") no-repeat center;
    right: 0;
}

#bannerNav {
    width: 100%;
    height: auto;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 0;
    top: 326px;
}

#bannerNav a {
    margin: 0 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    background: #aff8ff;
}

#bannerNav a.on {
    background: #fdff73;
}


/* 主要内容 */

.module {
    min-width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.module .moduleBox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}


/* 首页标题 */

.moduleTitle {
    height: 34px;
    line-height: 34px;
    margin-bottom: 20px;
}

.moduleTitle i {
    display: inline-block;
    width: 30px;
    height: 34px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -7px;
}


/* 精品游戏标题 */

.moduleTitle.SuperiorGame i {
    background: url("../image/SuperiorGameIcon.png") no-repeat center;
}


/* 最新游戏标题 */

.moduleTitle.NewGames i {
    background: url("../image/NewGames.png") no-repeat center;
}


/* 热门H5游戏标题 */

.moduleTitle.HotH5 i {
    background: url("../image/HotH5.png") no-repeat center;
}


/* 热门页游标题 */

.moduleTitle.HotGames i {
    background: url("../image/HotGames.png") no-repeat center;
}


/* 更多游戏标题 */

.moduleTitle.MoreGame i {
    background: url("../image/MoreGame.png") no-repeat center;
}


/* 开服列表标题 */

.moduleTitle.ServerList i {
    background: url("../image/ServerList.png") no-repeat center;
}


/* 新闻活动标题 */

.moduleTitle.NewsList i {
    background: url("../image/NewsList.png") no-repeat center;
}


/* 快速通道标题 */

.moduleTitle.Express i {
    background: url("../image/Express.png") no-repeat center;
}

.moduleTitle .more {
    font-size: 14px;
    color: #888;
    float: right;
    margin-right: 53px;
}

.moduleTitle .more:hover {
    color: #ff7200;
}

.moduleTitle .Name {
    font-size: 22px;
    color: #444;
    margin-right: 7px;
}

.moduleTitle .Small {
    font-size: 14px;
    color: #aaa;
}

.moduleTitle .TitleTab {
    float: right;
    margin-right: 40px;
    height: 34px;
    line-height: 34px;
}

.moduleTitle .TitleTab a {
    font-size: 14px;
    color: #666;
}

.moduleTitle .TitleTab a:hover,
.moduleTitle .TitleTab a.active {
    color: #ff7200;
}

.moduleTitle .TitleTab span {
    display: inline-block;
    height: 34px;
    width: 28px;
    text-align: center;
    line-height: 34px;
    vertical-align: middle;
    margin-top: -3px;
}

.moduleTitle .TitleTab span:last-of-type {
    display: none;
}


/* 分页标题 */

.moduleBlockTitle {
    height: 34px;
    line-height: 34px;
    margin-bottom: 20px;
}

.moduleBlockTitle .Name {
    font-size: 22px;
    color: #444;
    margin-right: 7px;
}

.moduleBlockTitle .Small {
    font-size: 14px;
    color: #aaa;
}


/* 精品游戏列表 */

.module.SuperiorGame {
    margin-bottom: 37px;
}

.SuperiorGameList {
    overflow: hidden;
}

.SuperiorGameItem {
    float: left;
    position: relative;
    width: 220px;
    height: 330px;
    border: 1px solid #eee;
    box-sizing: border-box;
    background: #fff;
    margin-right: 25px;
}

.SuperiorGameItem .labIcon {
    position: absolute;
    right: 0;
    top: 0;
    width: 58px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.SuperiorGameItem .labIcon.h5lab {
    background: url("../image/h5lab.png") no-repeat center;
}

.SuperiorGameItem .labIcon.yeyoulab {
    background: url("../image/yeyoulab.png") no-repeat center;
}

.SuperiorGameItem:hover {
    border-color: #ff7200;
}

.SuperiorGameItem:last-of-type {
    margin-right: 0;
}

.SuperiorGameItem .GameImage {
    display: block;
    width: 100%;
}

.SuperiorGameItem .GameName {
    height: 39px;
    text-align: center;
    line-height: 39px;
}

.SuperiorGameItem .Gameyeyou {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -109px;
    width: 218px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: #444;
    background: #fff;
    padding-left: 14px;
    box-sizing: border-box;
}

.SuperiorGameItem .Gameyeyou a:hover {
    color: #ff7200;
}

.SuperiorGameItem .Gameyeyou i {
    display: inline-block;
    width: 10px;
    text-align: center;
    vertical-align: middle;
    margin-top: -3px;
}

.SuperiorGameItem .Gameyeyou a.GameRun {
    float: right;
    display: block;
    width: 120px;
    height: 41px;
    line-height: 41px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #f6a304;
    margin-top: -1px;
}

.SuperiorGameItem .Gameyeyou a.GameRun:hover {
    color: #fff;
}

.SuperiorGameItem .GameH5 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.SuperiorGameItem .GameH5 .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}

.SuperiorGameItem .GameH5 .code {
    position: absolute;
    left: 0;
    top: 53px;
    width: 100%;
}

.SuperiorGameItem .GameH5 .code .img {
    display: block;
    width: 133px;
    height: 133px;
    margin: 0 auto 28px;
    padding: 2px;
    box-sizing: border-box;
    background: #fff;
}

.SuperiorGameItem .GameH5 .code p {
    text-align: center;
    margin-bottom: 8px;
    font-size: 15px;
    color: #fff;
}

.SuperiorGameItem .GameH5 .GameRun {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: #f6a304;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
}

.SuperiorGameItem:hover .Gameyeyou,
.SuperiorGameItem:hover .GameH5 {
    display: block;
}


/* 左侧主体内容 */

.moduleLeft {
    float: left;
    width: 898px;
}


/* 最新游戏列表 */

.NewGamesList {
    overflow: hidden;
}

.SmallItem {
    float: left;
    height: 65px;
    margin-bottom: 40px;
    margin-right: 32px;
    overflow: hidden;
}

.SmallItem img {
    float: left;
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 10px;
    margin-right: 7px;
}

.SmallItem div {
    float: left;
    width: 110px;
    overflow: hidden;
}

.SmallItem div h5 {
    font-size: 14px;
    color: #3b3b3b;
    line-height: 1;
    margin-bottom: 8px;
}

.SmallItem div p {
    font-size: 14px;
    color: #999;
    margin-bottom: 7px;
    line-height: 1;
}

.SmallItem div a {
    display: block;
    width: 78px;
    height: 22px;
    background: #f5f5f5;
    font-size: 14px;
    color: #444;
    text-align: center;
    line-height: 22px;
    border-radius: 2px;
}

.SmallItem div a:hover {
    background: #ff7200;
    color: #fff;
}


/* 热门H5游戏列表 */

.HotH5List {
    overflow: hidden;
}

.H5Item {
    position: relative;
    float: left;
    width: 200px;
    height: 154px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin: 0 15px 30px 0;
}

.H5Item:hover {
    border-color: #ff7200;
}

.H5Item .GameImage {
    display: block;
    width: 100%;
}

.H5Item .GameName {
    height: 34px;
    text-align: center;
    line-height: 34px;
}

.H5Item .GameH5 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.H5Item .GameH5 .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}

.H5Item .GameH5 .code {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 100%;
    overflow: hidden;
}

.H5Item .GameH5 .code .img {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 7px;
    padding: 2px;
    box-sizing: border-box;
    background: #fff;
}

.H5Item .GameH5 .code p {
    float: left;
    display: block;
    height: 80px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding-top: 20px;
    box-sizing: border-box;
}

.H5Item .GameH5 .GameRun {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 33px;
    background: #f6a304;
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
}

.H5Item:hover .GameH5 {
    display: block;
}


/* 热门页游 */

.HotGamesList {
    overflow: hidden;
}

.yeyouItem {
    position: relative;
    float: left;
    width: 200px;
    height: 154px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin: 0 15px 30px 0;
}

.yeyouItem:hover {
    border-color: #ff7200;
}

.yeyouItem .GameImage {
    display: block;
    width: 100%;
}

.yeyouItem .GameName {
    height: 34px;
    text-align: center;
    line-height: 34px;
}

.yeyouItem .Gameyeyou {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #444;
    background: #fff;
    padding-left: 14px;
    box-sizing: border-box;
}

.yeyouItem .Gameyeyou a:hover {
    color: #ff7200;
}

.yeyouItem .Gameyeyou i {
    display: inline-block;
    width: 10px;
    text-align: center;
    vertical-align: middle;
    margin-top: -3px;
}

.yeyouItem .Gameyeyou a.GameRun {
    float: right;
    display: block;
    width: 104px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #f6a304;
}

.yeyouItem a.GameRun:hover {
    color: #fff;
}

.yeyouItem:hover .Gameyeyou {
    display: block;
}


/* 右侧主体内容 */

.moduleRight {
    float: left;
    width: 301px;
    margin-bottom: 30px;
}

.ServerListBox {
    margin-bottom: 30px;
}

.ServerListBox .ServerListTitle {
    overflow: hidden;
    height: 14px;
    line-height: 14px;
    margin-bottom: 15px;
}

.ServerListBox .ServerListTitle div {
    float: left;
    font-size: 14px;
    color: #aaa;
}

.ServerListBox .ServerListTitle .game {
    width: 107px;
    padding-left: 13px;
    box-sizing: border-box;
}

.ServerListBox .ServerListTitle .server {
    width: 115px;
}

.ServerListBox .ServerListTitle .time {}

.ServerListBox .ServerListItem {
    position: relative;
}

.ServerListBox .ServerListItem hr {
    position: absolute;
    left: 1.5px;
    top: -20px;
    width: 1px;
    height: calc(100% + 20px);
    background: #ccc;
}

.ServerListBox .ServerListItem a {
    position: relative;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

.ServerListBox .ServerListItem a>i {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 3px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
}

.ServerListBox .ServerListItem a i i {
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1.5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ccc;
}

.ServerListBox .ServerListItem a div {
    float: left;
    font-size: 14px;
    color: #3b3b3b;
}

.ServerListBox .ServerListItem a:hover div {
    color: #ff7200;
}

.ServerListBox .ServerListItem a div.game {
    width: 107px;
    padding-left: 13px;
    box-sizing: border-box;
}

.ServerListBox .ServerListItem a div.server {
    width: 115px;
}

.ServerListBox .ServerListItem a div.time {
    color: #999;
}


/* 新闻活动 */

.NewsListBox {
    margin-bottom: 40px;
}

.NewsListBox a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.NewsListBox a:last-of-type {
    margin: 0;
}

.NewsListBox a i {
    display: block;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1.5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ccc;
}

.NewsListBox a .name {
    float: left;
    font-size: 14px;
    color: #3b3b3b;
    max-width: 250px;
    padding-left: 13px;
    box-sizing: border-box;
}

.NewsListBox a:hover .name {
    color: #ff7200;
}

.NewsListBox a .time {
    float: right;
    color: #999;
    font-size: 14px;
}


/* 方块广告 */

.module-block {
    margin-bottom: 40px;
    width: 300px;
    height: 250px;
}

.module-block img {
    display: block;
    width: 100%;
    height: 100%;
}


/* 快速通道 */

.ExpressList {
    overflow: hidden;
    border: 1px solid #f2f2f2;
    border-right: none;
    border-bottom: none;
}

.ExpressItem {
    padding-top: 25px;
    float: left;
    height: 114px;
    width: 50%;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.ExpressItem img {
    display: block;
    margin: 0 auto 10px;
}

.ExpressItem p {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.ExpressItem:hover p {
    color: #ff7200;
}


/* 底部模块 */


/* 友情链接 */

.Links {
    background: #e6e6e6;
}

.Links .moduleBox {
    padding: 35px 0;
    border-bottom: 1px solid #d5d5d5;
}

.Links .moduleBox .linksTitle {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.Links .moduleBox .LinksList a {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #999;
}

.Links .moduleBox .LinksList a:hover {
    color: #ff7200;
}


/* 底部备案 */

.footer {
    background: #e6e6e6;
    padding: 30px 0;
}

.footer .UrlList {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
}

.footer .UrlList a {
    display: inline-block;
    color: #888;
}

.footer .UrlList a:hover {
    color: #ff7200;
}

.footer .UrlList i {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.footer p {
    text-align: center;
    font-size: 14px;
    color: #888;
}


/* 分页 */

#page {
    width: 100%;
    height: 30px;
    /* margin: 50px 0; */
    margin: 0 auto 30px;
}

#page .custom-pagination {
    width: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#page .custom-pagination ul li.current-page {
    background-color: #ff7200;
}

#page .custom-pagination ul li {
    border-radius: 5px;
}

#page .custom-pagination ul li:hover {
    background-color: #ff7200;
}

#page .custom-pagination a.prev-page:hover,
#page .custom-pagination a.next-page:hover {
    background-color: #ff7200;
}


/* 游戏大厅页 */


/* 筛选 */

.GameScreen {
    padding: 20px;
    background: #f5f5f5;
    box-sizing: border-box;
    margin-top: 40px;
}

.GameScreen .GameScreenList {
    height: 22px;
    overflow: hidden;
    margin-bottom: 15px;
}

.GameScreen .GameScreenList:last-of-type {
    margin: 0;
}

.GameScreen .GameScreenList span {
    float: left;
    display: block;
    height: 22px;
    line-height: 22px;
    margin-right: 10px;
    font-size: 14px;
    color: #888;
}

.GameScreen .GameScreenList a {
    float: left;
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    border-radius: 2px;
    margin-right: 12px;
    font-size: 14px;
    color: #444;
}

.GameScreen .GameScreenList a:hover,
.GameScreen .GameScreenList a.active {
    background: #ff7200;
    color: #fff;
}

.GameLobbyBox,
.HotScheduleBox {
    position: relative;
    padding-top: 45px;
}

.GameLobbyBox .GameLobbyList {
    overflow: hidden;
}

.GameLobbyBox .GameLobbyNoneList {
    margin: 60px 0;
    text-align: center;
    font-size: 20px;
    color: #333;
    overflow: hidden;
}


/* 热门排期 */

.HotScheduleItem {
    position: relative;
    height: 53px;
    border-bottom: 1px solid #eee;
    padding-left: 10px;
    box-sizing: border-box;
}

.HotScheduleItem .num {
    float: left;
    display: block;
    height: 52px;
    line-height: 52px;
    margin-right: 15px;
}

.HotScheduleItem .num i {
    font-style: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #cccccc;
    color: #fff;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

.HotScheduleItem .num.num1 i {
    background: #ff6c45;
}

.HotScheduleItem .num.num2 i {
    background: #ff9648;
}

.HotScheduleItem .pic {
    display: none;
    float: left;
    width: 65px;
    height: 65px;
    margin-right: 15px;
    border-radius: 5px;
}

.HotScheduleItem .text {
    float: left;
    height: 100%;
    font-size: 14px;
    color: #444;
    line-height: 52px;
}

.HotScheduleItem .text .type,
.HotScheduleItem .text .templant {
    display: none;
}

.HotScheduleItem .gameStart {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 78px;
    height: 22px;
    font-size: 14px;
    color: #444;
    background: #f5f5f5;
    line-height: 22px;
    text-align: center;
    margin-top: -11px;
    border-radius: 2px;
}

.HotScheduleItem:hover {
    height: 85px;
    border-color: #ff7200;
    background: #ff7200;
    padding-top: 10px;
}

.HotScheduleItem:hover .num {
    display: none;
}

.HotScheduleItem:hover .pic {
    display: block;
}

.HotScheduleItem:hover .text {
    line-height: 1.5;
    color: #fff;
}

.HotScheduleItem:hover .text .type,
.HotScheduleItem:hover .text .templant {
    display: block;
}

.HotScheduleItem:hover .gameStart {
    background: #ffa800;
    color: #fff;
    text-shadow: 0px 0px 2px #ec7500;
}


/* 礼包中心 */

.GiftBagBox {
    overflow: hidden;
    padding-top: 40px;
}

.giftTab {
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 35px;
}

.giftTab .giftTabBox {
    overflow: hidden;
    width: 402px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #d5d5d5;
    border-bottom: 0;
}

.giftTab .giftTabBox div {
    float: left;
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid #d5d5d5;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}

.giftTab .giftTabBox div:last-of-type {
    border: none;
}

.giftTab .giftTabBox div.active {
    background: #ff7200;
    color: #fff;
}

.GiftBagList {
    overflow: hidden;
}

.GiftBagItem {
    float: left;
    width: 266px;
    height: auto;
    margin-right: 45px;
    margin-bottom: 60px;
    box-sizing: border-box;
}

.GiftBagItem:nth-child(4n) {
    margin-right: 0;
}

.GiftBagItem .GameImage {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.GiftBagItem .GameName {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #333;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-top: 0;
}

.GiftBagItem:hover .GameName {
    background: #ff7200;
    border-color: #ff7200;
    color: #fff;
}


/* 礼包弹窗 */

.GiftBagPop {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 700px;
    height: 550px;
    margin: -275px 0 0 -350px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 85px;
    box-sizing: border-box;
}

.GiftBagPop .GiftBagPop-title {
    height: 56px;
    line-height: 56px;
    background: #008ddd;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding-left: 40px;
}

.GiftBagPop .GiftBagPop-main {
    padding: 30px 40px 0;
}

.GiftBagPop .GiftBagPop-main .GiftBagPop-getKey {
    height: 34px;
    border-bottom: 1px dashed #e3e3e3;
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}

.GiftBagPop .GiftBagPop-main .GiftBagPop-selectServer {
    margin-bottom: 30px;
}

.GiftBagPop .GiftBagPop-main .GiftBagPop-selectServer p {
    font-size: 15px;
    color: #999;
    margin-bottom: 15px;
}

.GiftBagPop .GiftBagPop-main .GiftBagPop-selectServer div {
    overflow: hidden;
}

.GiftBagPop .GiftBagPop-main .GiftBagPop-selectServer .selectServer {
    width: 198px;
    background-position: 178px center;
}

.GiftBagPop .GiftBagPop-main .GiftBagPop-selectServer .selectGift {
    width: 160px;
    background-position: 140px center;
}

.select {
    display: block;
    float: left;
    margin-right: 8px;
    padding: 0 0 0 12px;
    height: 28px;
    line-height: 28px;
    background: #fff url(../image/select-arr.png) right center no-repeat;
    border: 1px solid #d5d5d5;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-size: 15px;
    color: #3b3b3b;
    border-radius: 3px;
}

.GiftBagPop .GiftBagPop-main .GiftBagPop-selectServer div a {
    display: block;
    float: left;
    width: 100px;
    height: 28px;
    background: #ff7200;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
    line-height: 28px;
}

.GiftBagPop .GiftBagPop-main .GiftBagPop-detail p {
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}

.GiftBagPop .GiftBagPop-Tips {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85px;
    background: #f5f5f5 url("../image/csprite.png") no-repeat 45px center;
    padding-left: 113px;
    box-sizing: border-box;
    padding-top: 20px;
}

.GiftBagPop .GiftBagPop-Tips p {
    position: relative;
    display: block;
    float: left;
    padding-left: 10px;
    width: 50%;
    font-size: 14px;
    color: #3b3b3b;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.GiftBagPop .GiftBagPop-Tips p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff7200;
    margin-top: -2px;
}

.GiftBagPop .GiftBagPop-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: url("../image/GiftBagPop-close.png") no-repeat center;
    cursor: pointer;
}


/* 客服中心 */

.CallCenterBox {
    padding-top: 115px;
    height: 766px;
    background: url(../image/bg_service.jpg) 0 0 no-repeat;
}

.CallCenterList {
    padding-left: 50px;
    height: 320px;
    overflow: hidden;
}

.CallCenterList a {
    display: block;
    float: left;
    width: 260px;
    height: 320px;
    background: #fff;
    padding-top: 44px;
    box-sizing: content-box;
    margin-right: 20px;
}

.CallCenterList a .img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto 20px;
    background: url("../image/CallCenter.png") no-repeat 0 0;
}

.CallCenterList a .img1 {
    background-position: 0 0;
}

.CallCenterList a .img2 {
    background-position: -110px 0;
}

.CallCenterList a .img3 {
    background-position: -220px 0;
}

.CallCenterList a .img4 {
    background-position: -330px 0;
}

.CallCenterList a:hover .img1 {
    background-position: 0 -110px;
}

.CallCenterList a:hover .img2 {
    background-position: -110px -110px;
}

.CallCenterList a:hover .img3 {
    background-position: -220px -110px;
}

.CallCenterList a:hover .img4 {
    background-position: -330px -110px;
}

.CallCenterList a p {
    font-size: 14px;
    color: #777;
    text-align: center;
    margin-bottom: 10px;
}

.CallCenterList a p.name {
    margin-bottom: 34px;
    font-size: 17px;
    color: #000;
    text-align: center;
}


/* 充值中心 */

.voucherCenterBox {
    height: 800px;
    padding-top: 40px;
    background: #f7f7f7;
}

.voucherCenterBox .moduleBox {
    height: 540px;
    padding-left: 20px;
    box-sizing: border-box;
}

.voucherCenterBox .ModeOfPayment {
    float: left;
    width: 206px;
    height: 100%;
    background: #e4d1ac;
    padding-top: 30px;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.voucherCenterBox .ModeOfPayment div {
    display: block;
    margin-bottom: 10px;
    width: 162px;
    height: 46px;
    border-radius: 0;
    overflow: visible;
}

.voucherCenterBox .ModeOfPayment div a {
    display: block;
    position: relative;
    padding-left: 75px;
    width: 87px;
    height: 46px;
    line-height: 46px;
}

.voucherCenterBox .ModeOfPayment div a .btn_bg {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../image/csprite1.png);
    background-position: -342px -58px;
    width: 171px;
    height: 54px;
}

.voucherCenterBox .ModeOfPayment div a.btn_wx .icons {
    display: block;
    position: absolute;
    left: 31px;
    top: 12px;
    background-image: url(../image/csprite1.png);
    background-position: -482px -274px;
    width: 28px;
    height: 23px;
}

.voucherCenterBox .ModeOfPayment div.cur a.btn_wx .icons {
    background-position: -288px -342px;
}

.voucherCenterBox .ModeOfPayment div a.btn_alipay .icons {
    display: block;
    position: absolute;
    left: 31px;
    top: 13px;
    background-image: url(../image/csprite1.png);
    background-position: -320px -342px;
    width: 29px;
    height: 22px;
}

.voucherCenterBox .ModeOfPayment div.cur a.btn_alipay .icons {
    background-position: -353px -342px;
}

.voucherCenterBox .ModeOfPayment div a span {
    position: relative;
    font-size: 16px;
    color: #444;
    font-weight: bold;
}

.voucherCenterBox .ModeOfPayment div.cur a .btn_bg {
    background-image: url(../image/csprite1.png);
    background-position: -342px 0px;
    width: 171px;
    height: 54px;
}

.voucherCenterBox .PaymentBox {
    float: left;
    height: 100%;
    width: calc(100% - 206px);
    background: #fff;
    padding: 35px 50px 0;
    box-sizing: border-box;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.PaymentBox .PaymentBox-May {
    height: 38px;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: bold;
    border-bottom: 1px dashed #e3e3e3;
    margin-bottom: 24px;
}

.PaymentBox .PaymentBox-May.WxMay span {
    color: #36b709;
}

.PaymentBox .PaymentBox-May.AlipayMay span {
    color: #008ddd;
}

.PaymentBox .PaymentBox-formItem {
    min-height: 28px;
    margin-bottom: 25px;
}

.PaymentBox .PaymentBox-formItem .label {
    height: 28px;
    width: 80px;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    float: left;
}

.PaymentBox .PaymentBox-formItem .group {
    float: left;
    min-height: 28px;
}

.PaymentBox .PaymentBox-formItem .group input {
    width: 170px;
    height: 28px;
    float: left;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin-right: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

.PaymentBox .PaymentBox-formItem .group a {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #008ddd;
}

.PaymentBox .PaymentBox-formItem .group .denger {
    display: none;
    float: left;
    height: 28px;
    line-height: 28px;
    padding-left: 20px;
    background: url("../image/denger.png") no-repeat left center;
    font-size: 14px;
    color: #e23703;
}

.PaymentBox .PaymentBox-formItem .group .normal {
    display: none;
    float: left;
    height: 28px;
    line-height: 28px;
    padding-left: 20px;
    background: url("../image/normal_tip.png") no-repeat left center;
    font-size: 14px;
    color: #000000;
}

.PaymentBox .PaymentBox-formItem .group .defualt {
    float: left;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
}

.PaymentBox .SelectGame {
    position: relative;
    width: 170px;
    height: 28px;
    float: left;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin-right: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.PaymentBox .SelectGame::before {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    background: url("../image/select-arr.png") no-repeat center;
    width: 13px;
    height: 10px;
    margin-top: -5px;
}

.PaymentBox .SelectGame .tips {
    display: none;
    position: absolute;
    left: 12px;
    top: 43px;
    font-size: 14px;
    color: #e23703;
}

.PaymentBox .SelectGame .SelectGameBox {
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    width: 408px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    z-index: 100;
}

.PaymentBox .SelectGame .SelectGameBox.active {
    display: block;
}

.PaymentBox .SelectGame .SelectGameBox .SelectGameBox-tab {
    height: 34px;
    overflow: hidden;
    margin-bottom: 22px;
}

.PaymentBox .SelectGame .SelectGameBox .SelectGameBox-tab div {
    float: left;
    width: 100px;
    height: 34px;
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #444;
    box-sizing: border-box;
    border-radius: 5px;
}

.PaymentBox .SelectGame .SelectGameBox .SelectGameBox-tab div.active {
    background: #ff7200;
    color: #fff;
}

.PaymentBox .SelectGame .SelectGameBox .SelectGameBox-tab i {
    display: block;
    float: left;
    height: 30px;
    width: 1px;
    background: #e3e3e3;
    margin: 2px 15px 0;
}

.PaymentBox .SelectGame .SelectGameBox .SelectGameBox-list {
    overflow-y: scroll;
    overflow-x: hidden;
    margin-right: -12px;
    max-height: 200px;
}

.PaymentBox .SelectGame .SelectGameBox .SelectGameBox-list span {
    display: block;
    float: left;
    height: 26px;
    padding: 0 10px;
    border: 1px solid #e3e3e3;
    background: #f9f9f9;
    color: #444;
    text-align: center;
    line-height: 24px;
    margin-right: 12px;
    margin-bottom: 12px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px;
}

.PaymentBox .SelectGame .SelectGameBox .SelectGameBox-list span:hover {
    border-color: #008ddd;
    color: #008ddd;
}

.PaymentBox .SelectGameItem {
    margin-bottom: 57px;
}

.SelectMoney {
    overflow: hidden;
}

.SelectMoney .group {
    width: 680px;
    margin-bottom: -12px;
}

.SelectMoney span {
    display: block;
    float: left;
    height: 34px;
    width: 100px;
    border: 1px solid #e3e3e3;
    background: #f9f9f9;
    color: #444;
    text-align: center;
    line-height: 32px;
    margin-right: 12px;
    margin-bottom: 12px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}

.SelectMoney span.active {
    border-color: #008ddd;
    color: #008ddd;
}

.PaymentBox-formItem .Money {
    margin-bottom: 42px;
}

.PaymentBox-formBox .NewTopUp {
    margin-left: 80px;
    width: 145px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #008ddd;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}


/* 注册账号 */

.registerBox {
    background: #f7f7f7;
}

.registerBox .RegisterTitle {
    position: relative;
    height: 64px;
    line-height: 64px;
}

.registerBox .RegisterTitle h4 {
    line-height: 64px;
    font-size: 24px;
    color: #333;
}

.registerBox .RegisterTitle a {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    color: #e23703;
}

.registerBox .RegisterForm {
    padding: 80px 0;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
    margin: 0 auto 80px;
}

.registerBox .RegisterForm .RegisterFormBox {
    width: 550px;
    margin: 0 auto;
}

.RegisterFormBox .tips {
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 14px;
    color: #e23703;
    line-height: 20px;
}

.RegisterFormBox .tips div {
    width: 62px;
    float: left;
    margin-right: 20px;
    text-align: right;
    padding-top: 1px;
}

.RegisterFormBox .tips p {
    float: left;
}

.RegisterFormBox .RegisterFormItem {
    height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}

.RegisterFormBox .RegisterFormItem .label {
    display: block;
    float: left;
    width: 62px;
    height: 50px;
    line-height: 50px;
    text-align: right;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}

.RegisterFormBox .RegisterFormItem .group {
    float: left;
    height: 50px;
}

.RegisterFormBox .RegisterFormItem .group input {
    display: block;
    height: 50px;
    width: 400px;
    line-height: 48px;
    border: 1px solid #e5e5e5;
    color: #444;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
}

.RegisterFormBox .RegisterFormAgreement {
    height: 30px;
    padding-left: 80px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    margin-bottom: 30px;
}

.Agreement {
    display: none;
    z-index: 100000;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .4)
}

.Agreement span {
    font-size: 16px
}

.AgreementBox {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 480px;
    height: 180px;
    margin: -150px 0 0 -150px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px 5px 5px 5px
}

.AgreementBox .btn {
    display: block;
    margin: 0 auto;
    background: #FF0000;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
    text-align: center;
    font-size: 18px;
    border: #DDD solid 1px
}

.AgreementBox .content {
    display: flex;
    flex-direction: column
}

.Agreement .content .title {
    margin-top: 30px
}

.Agreement .content .center {
    text-align: center
}

.Agreement .content .agreementcontent {
    margin-top: 20px;
    margin-bottom: 20px
}

.Agreement .AgreementBox .checkAgreement {
    width: 20px;
    height: 20px;
}

.blue {
    color: #00A2FE;
}

.RegisterFormBox .RegisterFormAgreement input {
    margin-right: 7px;
    vertical-align: middle;
    margin-top: -3px;
}

.RegisterFormBox .RegisterFormAgreement a {
    color: #008ddd;
}

.RegisterFormBox .RegisterRun {
    display: block;
    margin-left: 80px;
    width: 400px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #ff7200;
    border-radius: 10px;
}


/* 充值弹窗 */

.PayPop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
}

.PayPop .PayPopBox span {
    font-size: 16px;
    background-color: #4476A7;
    color: #FFFFFF;
    padding: 12px 60px 12px 60px;
    border-radius: 5px 5px 0px 0px;
}

.PayPopBox .QRCode {
    margin-top: 20px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-left: 50px;
}

.PayPopBox .QRCode_ok {
    background: #BBB5B5;
    color: #FFFFFF;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-right: 15px;
    float: right;
    padding-right: 15px;
}

.PayPop .PayPopBox {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 280px;
    height: 285px;
    margin: -150px 0 0 -150px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
}

.certificationPop {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../image/tips.png) no-repeat;
    border-radius: 10px;
    width: 273px;
    height: 131px;
    padding-top: 20px;
    padding-left: 35px;
    padding-right: 20px;
    z-index: 10;
    top: 15%;
    left: 35%;
}

.certificationPop .certificationBox .certification-active {
    background: #ff7200;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
    border-radius: 5px;
    border: #ff7200 solid 1px;
}

.certificationPop .tips {
    font-size: 14px;
}

.certificationPop .certificationBox .certification-close {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 30px;
    color: #808080;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    border: #DDDDDD solid 1px;
}

.certificationPop .certificationBox {
    display: flex;
    margin-top: 15px;
    flex-direction: row;
}


/* 未成年框 */

.underAge {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    right: 0;
    background: rgba(0, 0, 0, .4);
}

.underAge .Nr {
    position: absolute;
    left: 50%;
    top: 35%;
    width: 388px;
    height: 257px;
    margin-left: -194px;
    padding: 4px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
}

.underAge .Nr .titleBox {
    padding: 24px 0;
    color: #000000;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px #e0e0e0 solid;
}

.underAge .Nr .nr {
    width: 331px;
    padding: 24px 27px;
    font-size: 18px;
    text-align: left;
    color: #333333;
    border-bottom: 1px #e0e0e0 solid;
}

.underAge .Nr .close {
    padding: 24px 0;
    text-align: center;
    color: #E93B3D;
    font-size: 20px;
    cursor: pointer;
}

.certOprationPop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    right: 0;
    background: rgba(0, 0, 0, .4);
}

.certOprationPop .certPopBox {
    position: absolute;
    left: 50%;
    top: 25%;
    width: 480px;
    margin-left: -240px;
    height: 460px;
    padding: 4px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
}

.certOprationPop .certPopBox .titleBox {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.certOprationPop .certPopBox .title {
    color: #000000;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

.certOprationPop .certPopBox .user {
    width: 32px;
    margin-right: 14px;
    display: inline-block;
    vertical-align: middle;
}

.certOprationPop .certPopBox .idcard {
    width: 40px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.certOprationPop .certPopBox .contentBox {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 30px;
}

.certOprationPop .certPopBox .realname_input {
    padding: 5px;
    width: 260px;
    border: #e5e5e5 solid 1px;
}

.certOprationPop .certPopBox .idcard_input {
    margin-top: 10px;
    padding: 5px;
    width: 260px;
    border: #e5e5e5 solid 1px;
}

.certOprationPop .certPopBox .cert_btn {
    background: #ff7200;
    color: #FFFFFF;
    font-size: 16px;
    display: inline;
    vertical-align: middle;
    margin-left: 140px;
    width: 40%;
    border-radius: 4px;
    margin-top: 25px;
    text-align: center;
}

.certOprationPop .certPopBox .text {
    font-size: 15px;
    display: inline-block;
    text-align: left;
    color: #000000;
    margin-left: 30px;
    margin-top: 30px;
    margin-right: 20px;
}

.certOprationPop .certPopBox .text2 {
    font-size: 15px;
    color: #e43604;
    display: inline-block;
    text-align: left;
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.certOprationPop .certOprationPop_close {
    position: absolute;
    text-align: start;
    color: #FFFFFF;
    width: 60px;
    left: 65%;
    top: 20%;
}

.PayPop_ok {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
}

.PayPop_ok .PayPopBox {
    position: relative;
    left: 50%;
    top: 50%;
    width: 360px;
    height: 300px;
    margin: -150px 0 0 -150px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
}

.PayPop_ok .PayPopBox .content {
    display: flex;
    text-align: center;
    flex-direction: column;
}

.PayPop_ok .PayPopBox .ok_img {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.PayPop_ok .PayPopBox .title {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 5px;
}

.PayPop_ok .PayPopBox .tip {
    font-size: 16px;
    margin-top: 10px;
    color: #000000;
}

.PayPop_ok .PayPopBox .line {
    margin-bottom: 20px;
    background-color: #FFF;
    font-weight: 900;
}

.PayPop_ok .PayPopBox .pay_ok {
    background: #ff7200;
    color: #FFFFFF;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 32px;
    margin-left: 80px;
    margin-right: 80px;
}

.PayPop_ok .close {
    display: absolute;
    left: 50%;
    text-align: start;
    width: 30px;
    top: 32%;
}


/* 礼包领取 */

.GetGiftPop {
    display: none;
    position: fixed;
    left: 0;
    z-index: 1000;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
}

.GetGiftPop .PopBox {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 400px;
    height: 240px;
    margin: -150px 0 0 -150px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px 5px 5px 5px;
}

.GetGiftPop .PopBox .title {
    font-size: 20px;
    color: #000000;
    padding-top: 14px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
}

.GetGiftPop .PopBox .start_game {
    background: #ff7200;
    color: #FFFFFF;
    padding: 8px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 36px;
    margin-left: 80px;
    margin-right: 80px;
}

.GetGiftPop .PopBox .gift_copy {
    border: #ddd solid 1px;
    padding: 8px 20px 8px 20px;
    border-radius: 2px;
    background: #F9F9F9;
    margin-left: 5px;
}

.GetGiftPop .PopBox .gift_input {
    border: #DDD solid 1px;
    padding: 8px;
    margin-left: 5px;
    border-radius: 2px;
}

.GetGiftPop .PopBox .gift_code {
    margin-left: 26px;
}

.GetGiftPop .PopBox .hr {
    margin-bottom: 30px;
}

.GetGiftPop .GetGiftPop_close {
    position: absolute;
    text-align: start;
    color: #FFFFFF;
    width: 40px;
    left: 63%;
    top: 12%;
}

.v {
    display: flex;
    flex-direction: column;
}

.hidden {
    visibility: hidden;
}

.iframe {
    background: url(//image.gamersky.com/webimg15/login_bg.gif);
}