﻿/*
Theme Name: sxd官网
Theme URI: sxd.xd.com
Description: It's for sxd
Version: 2.0
Author: lirui
Author URI: lirui
Tags: sxd
*//********************************* 全局 ***********************************/
*
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
table
{
    font-size: 100%;
}
body
{
    line-height: 1.5;
    font-family: Arial,sans-serif;
    font-size: 12px;
    *overflow: hidden;
}
:focus
{
    outline: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary
{
    display: block;
}
nav ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
body
{
    background: #0b0d0e url(../image/bg-1439282905.jpg) repeat center top;
    color: #556977;
    position: relative;
}
a
{
    text-decoration: none;
    cursor: pointer;
    background: transparent;
}
a:link
{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
label
{
    cursor: pointer;
}
ul li
{
    list-style: none;
}
.clearfix:after
{
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
ul.clearfix li
{
    float: left;
}
.clearfix
{
    *height: 1%;
}
.marginBottom5
{
    margin-bottom: 5px;
}
.lineHeight26
{
    line-height: 26px;
}
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.textLeft
{
    text-align: left;
}
.textRight
{
    text-align: right;
}
.textCenter
{
    text-align: center;
}
.hide
{
    display: none;
}
.link
{
    cursor: pointer;
    text-decoration: underline;
}
.color_primary
{
    color: #556977;
}/*浅色背景上正文颜色*/
.color_primary_tip
{
    color: #b29551;
}/*浅色背景上辅助颜色*/
.color_primary_tip_2
{
    color: #c9c9c9;
}/*浅色背景上的辅助颜色2*/
.color_special1
{
    color: #ddd4c6;
}/*开始游戏上的提示文字颜色*/
.color_special2
{
    color: #848383;
}/*页脚颜色*/
.color_special3
{
    color: #967d47;
}/*次级侧边栏标题颜色*/
.color_special4
{
    color: #599fb2;
}/*深色背景上显著（链接颜色）*/
.infoError
{
    color: #f00;
}/*警告信息颜色*/
.size_small
{
    font-size: 9px;
}
.size_middle
{
    font-size: 12px;
}
.size_large
{
    font-size: 14px;
}
.size_larger
{
    font-size: 18px;
}
.size_largest
{
    font-size: 24px;
}
.bold
{
    font-weight: bold;
}
.link_primary a
{
    color: #c0392b;
}/*深色背景链接颜色*/
.link_primary a:hover
{
    color: #fa503f;
}
.link_secondary a
{
    color: #459faa;
}/*浅色背景链接颜色*/
.link_secondary a:hover, .link_secondary a.hover
{
    color: #3cc;
}
.link_third a
{
    color: #a7a7a7;
}/*页脚链接颜色*/
.link_third a:hover
{
    color: #838383;
}
.link_fourth a
{
    color: #fff;
}/*按钮中字体颜色*/
.link_fourth a:hover
{
    color: #fff;
}
a.link_secondary
{
    color: #459faa;
}/*浅色背景链接颜色*/
a.link_secondary:hover
{
    color: #3cc;
}
a.link_third
{
    color: #a7a7a7;
}
a.link_third:hover
{
    color: #838383;
}
a.link_fourth
{
    color: #fff;
}/*按钮中字体颜色*/
a.link_fourth:hover
{
    color: #fff;
}
.link_sub_page_nav a
{
    color: #cccbb2;
}/*子导航链接颜色*/
.link_sub_page_nav a:hover
{
    color: #7f7b61;
}
.link_sub_page_nav a.on
{
    color: #7f7b61;
}/*子导航当前页面链接颜色*/
.link_sub_page_nav a.on:hover
{
    color: #cccbb2;
}
.bg_color_primary
{
    background-color: #40251f;
}/*深色背景*/
.bg_color_primary_2
{
    background-color: #351d18;
}/*深色背景2：用于登录处*/
.border_color_primary
{
    border-color: #482c26;
}/*深色背景分界线*/
.border_color_primary_2
{
    border-color: #40251f;
}/*深色背景分界线2：用于登录处*/
::-webkit-input-placeholder
{
    color: #ccc;
    vertical-align: middle;
    font-size: 12px;
}
::-moz-placeholder
{
    color: #ccc;
    vertical-align: middle;
    font-size: 12px;
}
.placeholder
{
    color: #ccc!important;
    font-size: 12px!important;
    white-space: nowrap;
    text-indent: 6px;
    top: 4px;
}
.custom-btn
{
    display: block;
    cursor: pointer;
}
.btn_primary
{
    width: 67px;
    height: 25px;
    background: url(../image/btn-1439282905.png) no-repeat 0 -52px;
    line-height: 25px;
    text-align: center;
}/*翻页搜索等按钮样式*/
.btn_primary:hover
{
    background-position: -146px -52px;
}
.btn_secondary
{
    width: 158px;
    height: 51px;
    background: url(../image/btn-1439282905.png) no-repeat -159px 0;
    text-align: center;
    display: block;
    overflow: hidden;
}/*最近登录过的服务器按钮样式*/
.btn_secondary:hover
{
    background-position: 0 0;
}
.btn_secondary .sname
{
    padding-top: 16px;
    font-size: 14px;
}
.btn_secondary .show_rolename
{
    padding-top: 8px;
}
.btn_secondary .rolename
{
    max-width: 100px;
    display: inline-block;
    vertical-align: top;
    _vertical-align: baseline;
}
.btn_third
{
    width: 158px;
    height: 31px;
    background: url(../image/btn-1439282905.png) no-repeat -159px -78px;
    line-height: 31px;
    text-align: center;
    display: block;
    position: relative;
}/*服务器按钮样式*/
.btn_third:hover
{
    background-position: 0 -78px;
}
.sname .new, .sname .hot
{
    position: absolute;
    right: 4px;
    top: 0;
    width: 15px;
    height: 18px;
    background-image: url(../image/btn-1443590876.jpg);
    background-repeat: no-repeat;
}
.sname .new
{
    background-position: -350px -25px;
}
.sname .hot
{
    background-position: -366px -25px;
}
.search
{
    _zoom: 1;
    background: url(../image/btn_play_search.png) no-repeat 0 -146px;
    width: 156px;
    height: 27px;
}
.search input.input
{
    border: none;
    height: 27px;
    width: 128px;
    background: none;
    line-height: normal;
    line-height: 27px\9;
    text-indent: 6px;
    outline: none;
}
.search .custom-btn
{
    width: 24px;
    height: 24px;
    margin-top: 1px;
}
.search .custom-btn:hover
{
    background: url(../image/btn-1443590876.jpg) no-repeat -382px -25px;
}
.text_changer
{
    cursor: pointer;
    width: 2em;
    display: inline-block;
    text-align: center;
}
.text_changer.on
{
    color: #3cc;
}
.bshare-custom
{
    display: inline;
}
.no_break
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.noword
{
    text-indent: -9999px;
}
.noselect
{
    -moz-user-select: none;
}
ul.no_line li
{
    padding-top: 10px;
}
.bottom_line li
{
    border-bottom: 1px dashed #ede7dd;
    line-height: 20px;
    padding: 8px 0;
}
.bottom_line li.end
{
    border-bottom: none;
}
body.have_topnav
{
    background-position: center 40px;
}
#layout
{
    position: relative;
    _zoom: 1;
}
.layout
{
    width: 960px;
    margin: 0 auto;
    background-repeat: no-repeat;
    position: relative;
}
.bg
{
    background-position: center 0;
    background-repeat: no-repeat;
    position: relative;
}
.background
{
    background: url(../image/header_bg-1439282905.jpg) no-repeat center top;
}
.loadding
{
    display: inline-block;
    height: 16px;
    margin: 0 auto;
    padding-left: 16px;
    background: url(../image/loading.gif) no-repeat 0 center;
    line-height: 16px;
}
.space, .inner-span span
{
    margin-right: 6px;
}
.block_narrow, .block_wide
{
    background-color: #fdfcfb;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}
.block_narrow .block_narrow_header
{
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px dashed #ede7dd;
}
.block_narrow .block_narrow_header .title
{
    background-image: url(../image/btn-1443590876.jpg);
    background-repeat: no-repeat;
    height: 20px;
    width: 110px;
}
.block_narrow .block_narrow_body
{
    padding: 0 20px 20px;
}
.block_wide .block_wide_body
{
    padding: 0 30px 14px;
}
a.special-title
{
    cursor: default;
    color: #665c52;
    position: relative;
}
a.special-title:hover
{
    color: #665c52;
    background: none;
    position: relative;
    border: none;
}
a.special-title .popup-for-title
{
    visibility: hidden;
    display: block;
    border: 1px solid #ccc;
    background-color: #f5f5c0;
    color: #999;
    position: absolute;
    white-space: nowrap;
    line-height: 21px;
    padding: 0 6px;
    margin-left: 6px;
    top: -2px;
    left: 100%;
}
a.special-title:hover .popup-for-title
{
    visibility: visible;
}/********************************* header ***********************************/
#header
{
    position: relative;
    z-index: 3;
}
#header .bg
{
    background: url(../image/header-1439282905.jpg) no-repeat center top;
}
#header .body
{
    position: relative;
    z-index: 2;
}
#header #logo_game
{
    width: 182px;
    height: 84px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -75px;
    z-index: 3;
}
#header .body .full
{
    padding: 135px 0 0 2px;
    position: relative;
}
#header .search
{
    margin-bottom: 7px;
}
#header #age_reminder
{
    position: absolute;
    top: 6px;
    right: 170px;
    color: #000;
}
#header #age_reminder span
{
    color: #f00;
}/*导航*/
#nav
{
    padding: 22px 0;
    width: 628px;
}
#nav li a
{
    height: 24px;
    width: 84px;
    display: block;
    text-indent: -9999px;
}
#nav li a.on, #nav li a:hover
{
    background-image: url(../image/header_nav_hover.jpg);
    background-repeat: no-repeat;
}
#nav li #nav_index
{
    margin-right: 48px;
}
#nav li #nav_index:hover, #nav li #nav_index.on
{
    background-position: -15px -4px;
}
#nav li #nav_guide
{
    margin-right: 43px;
}
#nav li #nav_guide:hover, #nav li #nav_guide.on
{
    background-position: -147px -4px;
}
#nav li #nav_recharge
{
    margin-right: 41px;
}
#nav li #nav_recharge:hover, #nav li #nav_recharge.on
{
    background-position: -274px -4px;
}
#nav li #nav_bbs
{
    margin-right: 42px;
}
#nav li #nav_bbs:hover, #nav li #nav_bbs.on
{
    background-position: -399px -4px;
}
#nav li #nav_service
{
    margin-right: 34px;
}
#nav li #nav_service:hover, #nav li #nav_service.on
{
    background-position: -525px -4px;
}/*登录*/
#play_login
{
    width: 271px;
    position: relative;
    padding-top: 34px;
}
#play_login #playgame
{
    position: relative;
    z-index: 2;
    background: url(../image/btn_play_search.png) no-repeat 0 0;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="//web.xdcdn.net/game/sxd/img/v2/btn_play.png");
    height: 72px;
    color: #e8b3b3;
    font-weight: bold;
}
#play_login #playgame:hover
{
    background-position: 0 -73px;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="//web.xdcdn.net/game/sxd/img/v2/btn_play_hover.png");
}
#playgame .lately_server
{
    display: inline-block;
    margin-top: 51px;
}
#login
{
    position: relative;
    z-index: 2;
    width: 260px;
    margin: 0 auto;
    border-top-width: 1px;
    border-style: solid;
    border-radius: 0 0 3px 3px;
}
#login .content
{
    height: 26px;
    line-height: 26px;
    width: 220px;
    margin: 0 auto;
}
.yes-login
{
    display: none;
}
span.username
{
    max-width: 80px;
    display: inline-block;
}
#login .loadding
{
    height: 27px;
    line-height: 27px;
}/********************************* main ***********************************/
#main
{
    position: relative;
    z-index: 4;
}
#main .layout
{
    background: url(../image/bg-1439282905.jpg) repeat 0 0;
}
#main .background
{
    background-position: center -268px;
}
#main .bg
{
    background: url(../image/header-1439282905.jpg) no-repeat center -268px;
    padding: 10px 0 0 0;
}/********************************* main-siderbar ***********************************/
#sidebar
{
    width: 275px;
    position: relative;
}
#sidebar .block
{
    margin-bottom: 10px;
}/*活动日历板块*/
#activity_calendar
{
    background-color: #40251f;
    border-radius: 4px;
    border-left: solid 1px #815f49;
    position: relative;
    color: #b9a059;
}
#calendar
{
    position: relative;
    padding: 5px 20px 15px;
}
#calendar .header
{
    position: relative;
}
#calendar .header .title
{
    width: 120px;
    height: 24px;
    background: url(../image/btn-1443590876.jpg) no-repeat -10px 0;
}
#calendar .detail
{
    position: relative;
    padding: 12px 0 9px;
    color: #bba46c;
    font-size: 14px;
    border-top: 1px solid #482c26;
}
#calendar .detail #year_month
{
    position: relative;
    width: 120px;
    height: 24px;
    margin: 0 auto;
}
#calendar .detail #year_month span
{
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 0 1px;
}
#calendar .controller
{
    position: absolute;
    top: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url(../image/btn-1443590876.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
}
#calendar .controller.previous
{
    left: -24px;
    background-position: -50px -25px;
}
#calendar .controller.previous:hover
{
    background-position: 0 -25px;
}
#calendar .controller.next
{
    right: -24px;
    background-position: -75px -25px;
}
#calendar .controller.next:hover
{
    background-position: -25px -25px;
}
#calendar .body
{
    position: relative;
    margin-right: -1px;
}
#calendar .body li
{
    width: 33px;
}
#calendar .body .title
{
    height: 25px;
}
#calendar .body .full
{
    position: relative;
    height: 120px;
    overflow: hidden;
}
#calendar .full .calendar
{
    position: absolute;
    top: 0;
    left: 0;
    _height: 100%;
}
#calendar .calendar li.fill
{
    color: #614626;
}
#calendar .body .content li span
{
    display: block;
    cursor: pointer;
    text-align: center;
    margin: 2px auto;
    width: 22px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
}
#calendar ul.calendar li.special span
{
    background-image: url(../image/point-1439282905.png);
    background-repeat: no-repeat;
    background-position: center -7px;
}
#calendar ul.calendar li.today span
{
    background-color: #5c4125;
    color: #422906;
}
#calendar ul.calendar li.special.chosen span
{
    background-position: center 16px;
}
#calendar ul.calendar li.today.chosen span, #calendar ul.calendar li.chosen span
{
    background-color: #886f40;
    color: #422906;
}
#calendar .footer
{
    height: 3px;
    margin-top: -1px;
    _font-size: 0;
}
#activity
{
    padding-top: 10px;
    position: relative;
    _zoom: 1;
}
#activity .body
{
    height: 131px;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}
.activity
{
    position: absolute;
    width: 230px;
}
.activity li
{
    color: #b89f59;
    border-bottom: 1px #482c26 solid;
    *font-size: 0;
}
.activity li a, .activity li a:hover
{
    color: #b89f59;
    display: block;
    cursor: default;
}
.activity li a.have-link, .activity li a.have-link:hover
{
    cursor: pointer;
}
.activity li a, .activity li span
{
    display: block;
    line-height: 24px;
    height: 24px;
    *font-size: 12px;
}
.activity li a.text
{
    float: left;
    max-width: 140px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activity li .period
{
    float: right;
    width: 76px;
    text-align: center;
}
.activity li.attention a, .activity li.attention a:hover
{
    color: #6b9556;
}
.activity li.warning a, .activity li.warning a:hover
{
    color: #c0392b;
}
.activity li.no_activity
{
    font-size: 12px;
}
#activity .footer
{
    height: 20px;
}
#calendar .body .content li span:hover, .activity li a.have-link:hover
{
    color: #d4bb76;
}
.guide
{
    border: 2px solid #d8d8d8;
    width: 270px;
    height: 70px;
}
.guide img
{
    height: 70px;
    width: 270px;
    display: block;
}/*微端下载*/
#wdDownload.block
{
    display: none;
}/*热门主题*/
#hot_topic .block_narrow_header .title
{
    background-position: -277px 0;
}
#hot_topic .block_narrow_body .title
{
    width: 232px;
    display: block;
    overflow: hidden;
    word-break: break-all;
}/*客服板块*/
#service .block_narrow_header .title
{
    background-position: -143px 0;
}/*媒体合作*/
#mediaCooperation .block_narrow_header .title
{
    background-position: -545px 0;
}/********************************* main-subpage-siderbar ***********************************/
#sidebar.sub .block_narrow_header .title
{
    background-position: -411px 0;
}
#sidebar.sub .block_narrow_body
{
    padding-top: 10px;
}
#sidebar.sub .block_narrow_body .title
{
    line-height: 30px;
}
#sidebar.sub .content
{
    padding: 0 20px 10px;
}
#sidebar.sub .content li
{
    width: 90px;
}/*游戏攻略*/
#sidebar.sub #guide_information .content li
{
    width: 190px;
}
#sidebar.sub #guide_information .content li a.no_break
{
    width: 100%;
    display: block;
    text-align: left;
}
#sidebar.sub #guide_information .more
{
    width: 100%;
    padding: 8px 0 0;
}
#sidebar.sub .footer
{
    height: 36px;
}/********************************* main-index ***********************************/
.main_content
{
    width: 675px;
    margin-left: 10px;
    position: relative;
}
.main_content .block
{
    margin-bottom: 10px;
}
#topbanner
{
    background: url(../image/main_top_banner.jpg) no-repeat 0 0;
    width: 675px;
    height: 269px;
    position: relative;
}
#topbanner .hover
{
    height: 30px;
    width: 30px;
    position: absolute;
    top: 116px;
    left: 332px;
}
#topbanner:hover .hover
{
    background: url(../image/btn-hover.jpg);
}/*新闻公告*/
#news .news_content
{
    padding: 0;
    width: 100%;
}
.article
{
    width: 100%;
    border-bottom: 1px solid #e5e5e4;
    padding: 24px 0;
}
#news .article
{
    padding: 25px 30px 30px;
    width: auto;
}
.article .content
{
    width: 440px;
}
.article .content .body
{
    line-height: 18px;
    height: 74px;
    overflow: hidden;
    margin: 10px 0 33px;
}
.article .image
{
    border: 2px solid #eee;
    margin-top: 25px;
}
.article .image img
{
    width: 150px;
    height: 150px;
    display: block;
}
.page_nav
{
    padding: 10px 0;
    line-height: 32px;
}
.page_nav .nav
{
    display: inline-block;
}/********************************* main-archive ***********************************/
.tag-list
{
    margin-bottom: 12px;
    border: 1px solid #d8d8d8;
    background-color: #fffbf4;
    color: #459faa;
}
.tag-list .tag-header
{
    border-bottom: 1px solid #d8d8d8;
    line-height: 24px;
    padding: 0 10px;
    font-size: 14px;
}
.tag-list .tag-body
{
    padding: 0 10px;
    line-height: 30px;
}
.tag-list a
{
    display: inline-block;
    margin-right: 10px;
    color: #459faa;
}/********************************* main-sub-page-index ***********************************//*single页面*/
.sub_content .breadcrumb
{
    text-indent: 30px;
    z-index: 2;
    position: relative;
    line-height: 30px;
}
.sub_content .block_wide .block_wide_body
{
    min-height: 220px;
    _height: 220px;
}
.sub_content .block_wide .block_wide_body .article
{
    border-bottom: none;
    overflow: hidden;
}
.sub_content .block_wide .block_wide_body .article.list_link a
{
    display: inline-block;
    width: 148px;
    line-height: 32px;
}
.sub_content .article
{
    padding-top: 12px;
}
.sub_content .article .header .title
{
    padding: 0 0 28px;
}
.sub_content .article .body
{
    margin: 8px 0;
    padding: 8px 0;
    border-width: 1px 0;
    border-style: dotted;
    border-color: #dbd4c7;
    line-height: 28px;
}
.sub_content .article .body .post-adjacent
{
    padding-top: 8px;
    border-top: 1px dotted #dbd4c7;
}
.sub_content .article .footer
{
    background: none;
    height: auto;
}
.article .page_nav
{
    line-height: 30px;
}
.article .page_nav .wp-pagenavi span, .wp-pagenavi a
{
    display: inline-block;
    width: 2em;
}
.article .page_nav .current
{
    color: #3cc;
}
.sub_content .block_wide .block_wide_body .article ul.dotted_line li
{
    border-bottom: 1px dotted #dbd4c7;
    line-height: 30px;
}/*评论*/
.sub_content .comment .header
{
    border-bottom: 1px solid #dbd4c7;
    line-height: 30px;
    padding-top: 20px;
}
.sub_content .comment .body
{
    border-top: 1px solid #fff;
}
.sub_content .comment .avatar
{
    border: 2px solid #eee;
    margin-top: 10px;
}
.sub_content .comment .avatar img
{
    width: 48px;
    height: 48px;
    display: block;
}
.sub_content .comment_textarea
{
    padding: 20px 0 10px;
}
.sub_content .comment_textarea textarea
{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 520px;
    resize: none;
    overflow-y: auto;
    padding: 6px;
    margin: 0 0 5px 0;
}
.comment .detail
{
    padding-left: 10px;
    padding-top: 10px;
}
.comment .detail .title
{
    padding-bottom: 8px;
}
.comment .detail .content
{
    width: 540px;
    overflow: hidden;
    word-wrap: break-word;
}
.comment_content li
{
    margin: 10px 0;
    border-top: 1px dotted #dbd4c7;
}/*搜索*/
#search.sub_content .article .body
{
    border-top-style: solid;
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
}
#search.sub_content .content
{
    border-bottom: 1px dotted #dbd4c7;
    padding: 24px 0;
    width: auto;
}
#search.sub_content .content .header .title
{
    padding: 0;
}
#search.sub_content .content .body
{
    border: none;
    padding: 0;
    margin: 0;
}/********************************* foot ***********************************/
#foot .bg .layout
{
    padding: 30px;
}
#foot #note
{
    height: 82px;
    line-height: 48px;
}
#foot_link
{
    margin-top: 110px;
}
#foot #logo_xd.custom-btn
{
    background: url(../image/game_footer_black.png) no-repeat 0 center;
    width: 140px;
    height: 40px;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="//web.xdcdn.net/xd/imgs/xdlogo/game_footer_black.png");
    _background: none;
    _margin-top: 4px;
}
#foot #logo_gh
{
    position: absolute;
    float: none;
    top: 190px;
    background: url(../image/logo_gh.png) no-repeat 0 center;
    width: 112px;
    height: 40px;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="//web.xdcdn.net/game/sxd/img/v2/logo_gh.png");
    _background: none;
}
#goTop
{
    padding: 6px;
    cursor: pointer;
    position: fixed;
    z-index: 99;
    left: 9999px;
    _position: absolute;
    background: #f9f7f3;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}
#goTop span
{
    width: 12px;
    line-height: 12px;
    display: block;
}/********************************** popup *********************************/
.popup_choose
{
    width: 614px;
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin-left: -307px;
    top: 40px;
}
.popup_choose .popup_header
{
    background: url(../image/block_bg.png) -1px 0;
    height: 7px;
    position: relative;
    _font-size: 0;
}
.popup_choose .popup_body
{
    width: 100%;
    position: relative;
    background: url(../image/serverlist_bg.png) repeat-y 0 0;
    padding: 20px 0;
}
.popup_choose .header
{
    border-bottom: 2px solid #ededed;
    padding-bottom: 5px;
    margin: 0 5px;
}
.popup_choose .header .title
{
    width: 130px;
    height: 30px;
    margin: 0 auto;
    background: url(../image/btn-1443590876.jpg) no-repeat -257px -50px;
}
.popup_choose .popup_body .body
{
    position: relative;
    padding: 0 28px;
}
.popup_choose .body .part
{
    padding: 20px 0 0;
    position: relative;
}
.popup_choose .body .part .title
{
    background: url(../image/btn-1443590876.jpg) no-repeat;
    height: 16px;
    _font-size: 0;
}
.popup_choose .body .part.played .title
{
    background-position: -471px -50px;
    width: 68px;
}
.popup_choose .body .all
{
    padding-left: 0;
    *zoom: 1;
}
.popup_choose .body .part.all .title
{
    background-position: -388px -50px;
    width: 82px;
}
.popup_choose .body .part .list
{
    padding: 0 0 0 22px;
}
.popup_choose .body .part .list .item
{
    padding-right: 20px;
    padding-top: 10px;
}
.popup_choose .body .part.all .detail
{
    padding-top: 10px;
}
.popup_choose .body .part.all .list
{
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #dfa09a;
    padding-bottom: 12px;
}
.all .part_panel_tab
{
    display: none;
    border-bottom: 1px solid #dfa09a;
}
.all .tab
{
    width: 82px;
    height: 24px;
    background-image: url(../image/btn-1443590876.jpg);
    background-repeat: no-repeat;
    color: #fff;
    background-position: -388px -67px;
    margin-bottom: -1px;
    _position: relative;
}
.all .on
{
    background-position: -471px -67px;
    color: #cd5216;
}
.all .tab .custom-btn
{
    line-height: 24px;
}
.popup_choose .popup_footer
{
    height: 6px;
    background: url(../image/block_bg.png) no-repeat -1px -8px;
    _font-size: 0;
}
.popup_choose .header .close, .popup_tip .header .close
{
    position: absolute;
    width: 27px;
    height: 25px;
    background: url(../image/btn-1439282905.png) no-repeat -318px 0;
    right: 18px;
    top: 5px;
}
.popup_choose .header .close:hover, .popup_tip .header .close:hover
{
    background-position: -318px -26px;
}
.popup_choose a.played_server
{
    color: #ff9;
}
.popup_choose a.future_server
{
    color: #d3d3d3;
}
.popup_tip
{
    width: 400px;
    background: #f9f7f3;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}
.popup_tip .header
{
    height: 50px;
}
.popup_tip .header .close
{
    right: 6px;
    top: 6px;
}
.popup_tip .body
{
    padding: 0 30px;
}
.popup_tip .body .tip
{
    padding-bottom: 40px;
}
.popup_tip .custom-btn
{
    margin: 0 auto;
}
.popup_tip .footer
{
    height: 30px;
}
#popup_video_container
{
    border: 5px solid #fff;
    background: #fff;
}
#popup_video
{
    width: 848px;
    height: 470px;
}/*下拉式选服*/
select.servers_select
{
    width: 150px;
    height: 25px;
}
body #fancybox-outer
{
    background: transparent;
}
body #fancybox-overlay
{
    background: #000!important;
}/*移动版提示*/
#alert_mobile
{
    position: relative;
    background: -webkit-linear-gradient(top,#fff,#ccc);
    background: -moz-linear-gradient(top,#fff,#ccc);
    background: -o-linear-gradient(top,#fff,#ccc);
    text-align: center;
    display: none;
    border: 1px solid #969696;
}
#alert_mobile a
{
    height: 232px;
    color: #fff;
    display: block;
    text-align: center;/*background: url(../game/sxd/img/v2/sxd_m_bg2.png?1&v=1439282905) no-repeat center center;*/
}
#alert_mobile table
{
    margin: 0 auto;
}
#alert_mobile td.desc
{
    font-size: 52px;
    line-height: 52px;
    color: #666;
    padding-top: 54px;
    padding-bottom: 20px;
}
#alert_mobile td .button
{
    padding: 20px 52px;
    font-size: 34px;
    line-height: 34px;
    background: #f60;
    border-radius: 8px;
    color: #fff;
    box-shadow: 0 1px 1px #a9a9a9;
}
#alert_mobile .alert_close
{
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    color: #fff;
    font-size: 24px;
    padding: 54px 20px;
}
#alert_mobile .alert_close span
{
    width: 30px;
    height: 30px;
    background: #333;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    line-height: 31px;
    box-shadow: 0 1px 1px #333;
}/*文章展示区域样式*/
.custom_content_display h1
{
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.custom_content_display h2
{
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.custom_content_display h3
{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.custom_content_display h4
{
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.custom_content_display h5
{
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.custom_content_display h6
{
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.custom_content_display p
{
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.custom_content_display strong
{
    font-weight: bold;
    color: #b29551;
}
.custom_content_display ol, .custom_content_display ul
{
    list-style-position: inside;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin
{
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened
{
    z-index: 8030;
}
.fancybox-opened .fancybox-skin
{
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
}
.fancybox-outer, .fancybox-inner
{
    position: relative;
}
.fancybox-inner
{
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner
{
    -webkit-overflow-scrolling: touch;
}
.fancybox-error
{
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe
{
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image
{
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span
{
    background-image: url('../image/fancybox_sprite.png');
}
#fancybox-loading
{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div
{
    width: 44px;
    height: 44px;
    background: url('../image/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close
{
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav
{
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../image/blank.gif');/* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev
{
    left: 0;
}
.fancybox-next
{
    right: 0;
}
.fancybox-nav span
{
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span
{
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span
{
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span
{
    visibility: visible;
}
.fancybox-tmp
{
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important;
}/* Overlay helper */
.fancybox-lock
{/*overflow: hidden !important;*/
    width: auto;
}
.fancybox-lock body
{
    overflow: hidden!important;
}
.fancybox-overlay
{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../image/fancybox_overlay-1439283243.png');
}
.fancybox-overlay-fixed
{
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay
{
    overflow: auto;
    overflow-y: scroll;
}/* Title helper */
.fancybox-title
{
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title
{
    visibility: visible;
}
.fancybox-title-float-wrap
{
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child
{
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;/* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0,0,0,.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap
{
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap
{
    padding-top: 10px;
}
.fancybox-title-over-wrap
{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8);
}/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5)
{
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span
    {
        background-image: url('../image/fancybox_sprite@2x.png');
        background-size: 44px 152px;/*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div
    {
        background-image: url('../image/fancybox_loading@2x.gif');
        background-size: 24px 24px;/*The size of the normal image, half the size of the hi-res image*/
    }
}
.clearfix:after
{
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
ul.clearfix li
{
    float: left;
}
.clearfix
{
    *zoom: 1;
}
.hide-text
{
    text-indent: -9999px;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.force-hide
{
    display: none!important;
}
.relative
{
    position: relative;
}/***************** topnav *******************/
body
{
    background-position: center 40px;
}
#topnav *
{
    box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
}
#topnav
{
    position: relative;
    width: 100%;
    min-width: 980px;
    height: 40px;
    background: #1e1e1e;
    box-shadow: 0 0 2px #1e1e1e;
    font-family: 'Lucida Grande',Tahoma,Arial,sans-serif;
    z-index: 1999;
    color: #556977;
    font-size: 12px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
#topnav a
{
    text-decoration: none;
    color: #bababa;
}
#topnav a:hover
{
    color: #fff;
}
#topnav .auxiliary
{
    position: absolute;
    border-style: solid;
    border-color: transparent;
    font-size: 0;
    line-height: 0;
}
#topnav .logo
{
    left: 20px;
    top: 0;
    display: block;
    width: 140px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../image/logo_topnav.png");
    background-image: -webkit-image-set(url('../image/logo_topnav.png') 1x,url('imgs/xdlogo/logo_topnav_2x.png?5&v=1517307131') 2x);
    position: absolute;
    z-index: 1;
}
#topnav .logo img
{
    opacity: .9;
    transition: opacity .3s ease-in;
}
#topnav .logo:hover img
{
    opacity: 1;
}
#topnav .topnav-notice
{
    padding-left: 200px;
    padding-right: 490px;
    line-height: 40px;
    position: relative;
}
#topnav .topnav-notice p
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#topnav .topnav-notice-link
{
    color: #c7880e;
}
#topnav .topnav-notice-link:hover
{
    color: #beb03f;
}
#topnav .topnav-links
{
    width: auto;
    height: 40px;
    top: 0;
    right: 40px;
    position: absolute;
    z-index: 1;
}
#topnav .topnav-links li
{
    padding: 10px 0;
}
#topnav .topnav-links .sec
{
    padding: 0 15px 0 35px;
    width: auto;
    *width: 60px;
    height: 20px;
    line-height: 20px;
    text-indent: 0;
    font-size: 14px;
    border: none;
    background-image: url('../image/icon-1471228156.png');
    background-image: -webkit-image-set(url('../image/icon-1471228156.png') 1x,url('imgs/v4/topnav/icon_2x.png?4&v=1471228162') 2x);
    background-repeat: no-repeat;
    display: block;
}
#topnav .topnav-links li.hoverlikeactive:hover a, #topnav .topnav-links li a.sec1
{
    background-position: 14px -288px;
}
#topnav .topnav-links li a.sec2
{
    background-position: 14px -172px;
}
#topnav .topnav-links li a.sec3
{
    background-position: 14px -230px;
    border-right: 1px solid #4c4d4d;
    padding-right: 6px;
}
#topnav .topnav-links a:hover.sec1
{
    background-position: 14px -114px;
}
#topnav .topnav-links a:hover.sec2
{
    background-position: 14px 2px;
}
#topnav .topnav-links a:hover.sec3, #topnav .topnav-links #topnavGameCenter:hover .sec3
{
    background-position: 14px -56px;
}
#topnav .topnav-dropdown-container
{
    position: relative;
}
#topnav .topnav-dropdown-container .topnav-dropdown-body
{
    display: none;
    position: absolute;
    opacity: 0;
    margin-top: -5px;
}
#topnav .support-transition .topnav-dropdown-body, #topnav .transition-on-click .topnav-dropdown-body
{
    visibility: hidden;
    display: block;
    margin-top: 0;
    transform: matrix(1,0,0,1,0,-5);
    -webkit-transform: matrix(1,0,0,1,0,-5);
    transition: opacity .3s ease-in-out,transform .3s ease-in-out,height .3s ease-in-out,visibility 0s linear .3s;
    -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out,height .3s ease-in-out,visibility 0s linear .3s;
    -moz-transition: opacity .3s ease-in-out,-moz-transform .3s ease-in-out,height .3s ease-in-out,visibility 0s linear .3s;
}
#topnav .support-transition:hover .topnav-dropdown-body, #topnav .transition-on-click.active .topnav-dropdown-body
{
    opacity: 1;
    visibility: visible;
    transform: matrix(1,0,0,1,0,0);
    -webkit-transform: matrix(1,0,0,1,0,0);
    transition: opacity .3s ease-in-out,transform .3s ease-in-out,height .3s ease-in-out,visibility 0s linear 0s;
    -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out,height .3s ease-in-out,visibility 0s linear 0s;
}
#topnav .topnav-dropdown-container .topnav-dropdown-item
{
    display: block;
}
#topnavGameCenter .topnav-dropdown-body
{
    background: #1f1e1e;
    width: 340px;
    right: 0;
    border-radius: 0 0 5px 5px;
    position: absolute;
    overflow: hidden;
    top: 100%;
    height: 400px;
}
#topnav .topnav-links #topnavGameCenter:hover
{
    background-color: #2f3033;
}
#topnav .topnav-links #topnavGameCenter:hover .sec3
{
    color: #fff;
}
#topnavGameCenter.unfold .topnav-dropdown-body
{
    height: 652px;
}
#topnavGameCenter .topnav-dropdown-item
{
    border-bottom: 1px dashed #292827;
    padding: 6px 10px;
    *height: 58px;
}
#topnavGameCenter .topnav-dropdown-item:hover
{
    background-color: #292827;
}
#topnavGameCenter .topnav-dropdown-item .topnav-logo
{
    text-indent: -9999px;
    width: 120px;
    height: 58px;
    background: url(../image/nav_logo.png) no-repeat center 0;
}
#topnavGameCenter .topnav-dropdown-item-sg2 .topnav-logo
{
    background-position: -15px -10px;
}
#topnavGameCenter .topnav-dropdown-item-sy .topnav-logo
{
    background-position: -15px -80px;
}
#topnavGameCenter .topnav-dropdown-item-xxd .topnav-logo
{
    background-position: -15px -156px;
}
#topnavGameCenter .topnav-dropdown-item-js .topnav-logo
{
    background-position: -15px -222px;
}
#topnavGameCenter .topnav-dropdown-item-ktpd .topnav-logo
{
    background-position: -15px -300px;
}
#topnavGameCenter .topnav-dropdown-item-sxd .topnav-logo
{
    background-position: -15px -370px;
}
#topnavGameCenter .topnav-dropdown-item-sssg .topnav-logo
{
    background-position: -15px -444px;
}
#topnavGameCenter .topnav-dropdown-item-tdyx .topnav-logo
{
    background-position: -15px -514px;
}
#topnavGameCenter .topnav-dropdown-item-xxd2 .topnav-logo
{
    background-position: -15px -584px;
}
#topnavGameCenter .topnav-dropdown-item .topnav-title
{
    font-size: 14px;
    line-height: 28px;
    display: block;
}
#topnavGameCenter .topnav-dropdown-item .topnav-more
{
    line-height: 18px;
}
#topnavGameCenter .topnav-toggle-button
{
    position: absolute;
    bottom: 0;
    _bottom: -1px;
    left: 0;
    background-color: #292827;
    width: 100%;
    height: 30px;
}
#topnavGameCenter .topnav-toggle-button .before
{
    _border-color: #292827;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-top-color: #fff;
    margin: 11px auto 0;
    transition: border-top-color .2s ease-in;
}
#topnavGameCenter .topnav-toggle-button:hover .before
{
    border-top-color: #f60;
}
#topnavGameCenter.unfold .topnav-toggle-button .before
{
    border-bottom-color: #fff;
    border-top-width: 0;
}
#topnavGameCenter.unfold .topnav-toggle-button:hover .before
{
    border-bottom-color: #f60;
}
#topnav .topnav-btn
{
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    background-color: #515150;
    border-radius: 8px;
    display: block;
}
#topnav .topnav-btn-primary
{
    background-color: #f60;
    color: #fff;
}
#topnav .topnav-links .topnav-login-container
{
    padding: 8px 0 0 20px;
}
#topnav .topnav-login-layout
{
    width: 116px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}
#topnav .topnav-login-panel
{
    display: block;
    height: 32px;
    overflow: visible;
}
#topnav .topnav-login-container .logging
{
    width: 24px;
    height: auto;
    margin: 0 auto;
}
#topnav .topnav-login-layout .topnav-btn
{
    margin-right: 16px;
}
#topnav .yes-login .topnav-dropdown-menu
{
    margin-right: 0;
    position: relative;
    color: #bababa;
}
#topnav .yes-login .topnav-dropdown-menu .username
{
    width: 84px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#topnav .yes-login .topnav-dropdown-menu .after
{
    _border-color: #292827;
    _filter: chroma(color=#292827);
    top: 8px;
    right: 8px;
    border-width: 8px;
    border-top-color: #b2b2b2;
}
#topnav .topnav-login-container .active .topnav-dropdown-menu
{
    background-color: #6a6a6a;
    color: #fff;
}
#topnav .topnav-login-container .active .topnav-dropdown-menu .after
{
    border-top-color: #fff;
}
#topnav .yes-login .topnav-dropdown-body
{
    background: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    padding: 4px 0 8px;
    top: 32px;
    box-shadow: 0 0 3px #b2b2b2;
}
#topnav .yes-login .topnav-dropdown-body .auxiliary
{
    left: 100%;
    _border-color: #292827;
    _filter: chroma(color=#292827);
}
#topnav .yes-login .topnav-dropdown-body .before
{
    border-width: 8px;
    border-top: 0;
    border-bottom-color: #b2b2b2;
    top: -8px;
    margin-left: -38px;
}
#topnav .yes-login .topnav-dropdown-body .after
{
    border-width: 7px;
    border-top: 0;
    border-bottom-color: #fff;
    top: -7px;
    margin-left: -37px;
}
#topnav .yes-login .topnav-dropdown-item
{
    width: 112px;
    text-indent: 15px;
    color: #f60;
    font-size: 12px;
}
#topnav .yes-login .topnav-dropdown-item:hover
{
    color: #fff;
    background: #f60;
}/*** 游戏官网联系客服***/
.qq_wpa
{
    width: 89px;
    height: 39px;
    padding: 3px 0 0 37px;
    line-height: 38px;
    color: #325f7f;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none!important;
    text-shadow: none!important;
    display: inline-block;
    cursor: pointer;
    background: url(../image/wpa_a06.png) no-repeat;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../image/wpa_a06.png",sizingMethod="scale");
    zoom: 1;
}
.qq_wpa:hover
{
    text-decoration: none!important;
}
.kefu-qq-link
{
    width: 92px;
    height: 22px;
    text-indent: -9999px;
    line-height: 22px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    *display: block;
    *zoom: 1;
    background-repeat: no-repeat;
    background: transparent url(../image/qq_kefu-1517203137.png);
    background-size: 100%;
}
#topnavGameCenter .topnav-dropdown-body .content
{
    width: 100%;
    line-height: 30px;
    height: 400px;
}
#topnavGameCenter .topnav-dropdown-body .have-border
{
    border-left: 1px solid #2f3033;
}
#topnavGameCenter .topnav-dropdown-body .content .title_container
{
    background-color: #2f3033;
    padding: 10px 0;
    margin-bottom: 10px;
}
#topnavGameCenter .topnav-dropdown-body .game_title
{
    border-left: 4px solid #f60;
    padding-left: 22px;
    line-height: 16px;
    color: #999;
    font-size: 14px;
    white-space: nowrap;
}
#topnavGameCenter .topnav-dropdown-body .content td
{
    padding-left: 26px;
}
#topnavGameCenter .topnav-dropdown-body .content td a:hover
{
    color: #f60;
    transition: color .3s ease;
}
#topnavGameCenter .topnav-dropdown-body .content a
{
    *zoom: 1;
}
#topnavGameCenter .icon
{
    color: #fff;
    font-size: 8px;
    line-height: 10px;
    height: 10px;
    width: 10px;
    text-align: center;
    display: inline;
    position: absolute;
    margin-top: 10px;
    margin-left: 5px;
    border-radius: 2px;
    z-index: 100;
}
#topnavGameCenter .topnav-dropdown-body .content .new
{
    background-color: #1abc9c;
}
#topnavGameCenter .topnav-dropdown-body .content .hot
{
    background-color: #f60;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm)
{
    #topnavGameCenter .for-chrome
    {
        -webkit-transform: scale(.6);
        display: block;
    }
}/* https://www.xd.com 
 * button
 * v4 2014-12-4
 * 相应js为button.js
 */
.btn
{
    line-height: 20px;
    display: inline-block;
    padding: 10px 12px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 14px;
    user-select: none;
    -webkit-transition: .25s;
    transition: .25s;
}
.btn:hover, .btn:focus
{
    text-decoration: none;
    outline: 0;
}
.btn:active, .btn-active
{
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn[disabled], .btn.disabled
{
    cursor: not-allowed;
    pointer-events: none;
}
.btn.disabled
{
    cursor: not-allowed;
    pointer-events: none;
}
.btn-block
{
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.btn-lg
{
    padding: 12px 18px 13px;
    font-size: 16px;
    line-height: 20px;
}
.btn-sm
{
    padding: 6px 13px 8px;
    font-size: 14px;
    line-height: 20px;
}
.btn-xs
{
    padding: 8px 13px 9px;
    font-size: 12px;
    line-height: 1.2;
}
.btn-default
{
    background-color: #bdc3c7;
    color: #fff;
}
.btn-default:hover, .btn-default-hover
{
    background-color: #cacfd2;
    color: #fff;
}
.btn-default:active, .btn-default.active
{
    background-color: #a1a6a9;
    color: #eef0f1;
}
.btn-default.disabled, .btn-default[disabled]
{
    color: #eef0f1;
    background-color: #d1d5d8;
}
.btn-default-disabled
{
    color: #eef0f1;
    _background-color: #cacfd2;
}
.btn-primary
{
    background-color: #f60;
    color: #fff;
}
.btn-primary:hover, .btn-primary-hover
{
    background-color: #ff8533;
    color: #fff;
}
.btn-primary:active, .btn-primary.active
{
    background-color: #d95700;
    color: #ffd9bf;
}
.btn-primary.disabled, .btn-primary[disabled]
{
    color: #ffd9bf;
    background-color: #ff944d;
}
.btn-primary-disabled
{
    _background-color: #ff8533;
}
.btn-danger
{
    background-color: #e74c3c;
    color: #fff;
}
.btn-danger:hover, .btn-danger-hover
{
    background-color: #ec7063;
    color: #fff;
}
.btn-danger:active, .btn-danger.active
{
    background-color: #c54133;
    color: #f9d2ce;
}
.btn-danger.disabled, .btn-danger[disabled]
{
    color: #f9d2ce;
    background-color: #ee8176;
}
.btn-danger-disabled
{
    _background-color: #ec7063;
}
.btn-info
{
    background-color: #84cbca;
    color: #fff;
}
.btn-info:hover, .btn-info-hover
{
    background-color: #9dd5d5;
    color: #fff;
}
.btn-info:active, .btn-info.active
{
    background-color: #70adac;
    color: #e0f2f2;
}
.btn-info.disabled, .btn-info[disabled]
{
    color: #e0f2f2;
    background-color: #a9dbda;
}
.btn-info-disabled
{
    _background-color: #9dd5d5;
}
.btn.disabled
{
    _filter: alpha(opacity=75);
}
.btn-link
{
    color: #666;
    cursor: pointer;
    border-radius: 0;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active
{
    border-color: transparent;
    background-color: transparent;
}
.btn-link:hover, .btn-link:focus
{
    color: #f60;
    text-decoration: none;
}
.iti
{
    position: relative;
    display: inline-block;
}
.iti *
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.iti__hide
{
    display: none;
}
.iti__v-hide
{
    visibility: hidden;
}
.iti input, .iti input[type=text], .iti input[type=tel]
{
    position: relative;
    z-index: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-right: 36px;
    margin-right: 0;
}
.iti__flag-container
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.iti__selected-flag
{
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.iti__arrow
{
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.iti__arrow--up
{
    border-top: none;
    border-bottom: 4px solid #555;
}
.iti__country-list
{
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup
{
    bottom: 100%;
    margin-bottom: -1px;
}
@media(max-width: 500px)
{
    .iti__country-list
    {
        white-space: normal;
    }
}
.iti__flag-box
{
    display: inline-block;
    width: 20px;
}
.iti__divider
{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.iti__country
{
    padding: 5px 10px;
    outline: none;
}
.iti__dial-code
{
    color: #999;
}
.iti__country.iti__highlight
{
    background-color: rgba(0,0,0,.05);
}
.iti__flag-box, .iti__country-name, .iti__dial-code
{
    vertical-align: middle;
}
.iti__flag-box, .iti__country-name
{
    margin-right: 6px;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]
{
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container
{
    right: auto;
    left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover
{
    cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag
{
    background-color: rgba(0,0,0,.05);
}
.iti--allow-dropdown input[disabled]+.iti__flag-container:hover, .iti--allow-dropdown input[readonly]+.iti__flag-container:hover
{
    cursor: default;
}
.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag, .iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag
{
    background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag
{
    background-color: rgba(0,0,0,.05);
}
.iti--separate-dial-code .iti__selected-dial-code
{
    margin-left: 6px;
}
.iti--container
{
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}
.iti--container:hover
{
    cursor: pointer;
}
.iti-mobile .iti--container
{
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}
.iti-mobile .iti__country-list
{
    max-height: 100%;
    width: 100%;
}
.iti-mobile .iti__country
{
    padding: 10px 10px;
    line-height: 1.5em;
}
.iti__flag
{
    width: 20px;
}
.iti__flag.iti__be
{
    width: 18px;
}
.iti__flag.iti__ch
{
    width: 15px;
}
.iti__flag.iti__mc
{
    width: 19px;
}
.iti__flag.iti__ne
{
    width: 18px;
}
.iti__flag.iti__np
{
    width: 13px;
}
.iti__flag.iti__va
{
    width: 15px;
}
@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi)
{
    .iti__flag
    {
        background-size: 5652px 15px;
    }
}
.iti__flag.iti__ac
{
    height: 10px;
    background-position: 0 0;
}
.iti__flag.iti__ad
{
    height: 14px;
    background-position: -22px 0;
}
.iti__flag.iti__ae
{
    height: 10px;
    background-position: -44px 0;
}
.iti__flag.iti__af
{
    height: 14px;
    background-position: -66px 0;
}
.iti__flag.iti__ag
{
    height: 14px;
    background-position: -88px 0;
}
.iti__flag.iti__ai
{
    height: 10px;
    background-position: -110px 0;
}
.iti__flag.iti__al
{
    height: 15px;
    background-position: -132px 0;
}
.iti__flag.iti__am
{
    height: 10px;
    background-position: -154px 0;
}
.iti__flag.iti__ao
{
    height: 14px;
    background-position: -176px 0;
}
.iti__flag.iti__aq
{
    height: 14px;
    background-position: -198px 0;
}
.iti__flag.iti__ar
{
    height: 13px;
    background-position: -220px 0;
}
.iti__flag.iti__as
{
    height: 10px;
    background-position: -242px 0;
}
.iti__flag.iti__at
{
    height: 14px;
    background-position: -264px 0;
}
.iti__flag.iti__au
{
    height: 10px;
    background-position: -286px 0;
}
.iti__flag.iti__aw
{
    height: 14px;
    background-position: -308px 0;
}
.iti__flag.iti__ax
{
    height: 13px;
    background-position: -330px 0;
}
.iti__flag.iti__az
{
    height: 10px;
    background-position: -352px 0;
}
.iti__flag.iti__ba
{
    height: 10px;
    background-position: -374px 0;
}
.iti__flag.iti__bb
{
    height: 14px;
    background-position: -396px 0;
}
.iti__flag.iti__bd
{
    height: 12px;
    background-position: -418px 0;
}
.iti__flag.iti__be
{
    height: 15px;
    background-position: -440px 0;
}
.iti__flag.iti__bf
{
    height: 14px;
    background-position: -460px 0;
}
.iti__flag.iti__bg
{
    height: 12px;
    background-position: -482px 0;
}
.iti__flag.iti__bh
{
    height: 12px;
    background-position: -504px 0;
}
.iti__flag.iti__bi
{
    height: 12px;
    background-position: -526px 0;
}
.iti__flag.iti__bj
{
    height: 14px;
    background-position: -548px 0;
}
.iti__flag.iti__bl
{
    height: 14px;
    background-position: -570px 0;
}
.iti__flag.iti__bm
{
    height: 10px;
    background-position: -592px 0;
}
.iti__flag.iti__bn
{
    height: 10px;
    background-position: -614px 0;
}
.iti__flag.iti__bo
{
    height: 14px;
    background-position: -636px 0;
}
.iti__flag.iti__bq
{
    height: 14px;
    background-position: -658px 0;
}
.iti__flag.iti__br
{
    height: 14px;
    background-position: -680px 0;
}
.iti__flag.iti__bs
{
    height: 10px;
    background-position: -702px 0;
}
.iti__flag.iti__bt
{
    height: 14px;
    background-position: -724px 0;
}
.iti__flag.iti__bv
{
    height: 15px;
    background-position: -746px 0;
}
.iti__flag.iti__bw
{
    height: 14px;
    background-position: -768px 0;
}
.iti__flag.iti__by
{
    height: 10px;
    background-position: -790px 0;
}
.iti__flag.iti__bz
{
    height: 14px;
    background-position: -812px 0;
}
.iti__flag.iti__ca
{
    height: 10px;
    background-position: -834px 0;
}
.iti__flag.iti__cc
{
    height: 10px;
    background-position: -856px 0;
}
.iti__flag.iti__cd
{
    height: 15px;
    background-position: -878px 0;
}
.iti__flag.iti__cf
{
    height: 14px;
    background-position: -900px 0;
}
.iti__flag.iti__cg
{
    height: 14px;
    background-position: -922px 0;
}
.iti__flag.iti__ch
{
    height: 15px;
    background-position: -944px 0;
}
.iti__flag.iti__ci
{
    height: 14px;
    background-position: -961px 0;
}
.iti__flag.iti__ck
{
    height: 10px;
    background-position: -983px 0;
}
.iti__flag.iti__cl
{
    height: 14px;
    background-position: -1005px 0;
}
.iti__flag.iti__cm
{
    height: 14px;
    background-position: -1027px 0;
}
.iti__flag.iti__cn
{
    height: 14px;
    background-position: -1049px 0;
}
.iti__flag.iti__co
{
    height: 14px;
    background-position: -1071px 0;
}
.iti__flag.iti__cp
{
    height: 14px;
    background-position: -1093px 0;
}
.iti__flag.iti__cr
{
    height: 12px;
    background-position: -1115px 0;
}
.iti__flag.iti__cu
{
    height: 10px;
    background-position: -1137px 0;
}
.iti__flag.iti__cv
{
    height: 12px;
    background-position: -1159px 0;
}
.iti__flag.iti__cw
{
    height: 14px;
    background-position: -1181px 0;
}
.iti__flag.iti__cx
{
    height: 10px;
    background-position: -1203px 0;
}
.iti__flag.iti__cy
{
    height: 14px;
    background-position: -1225px 0;
}
.iti__flag.iti__cz
{
    height: 14px;
    background-position: -1247px 0;
}
.iti__flag.iti__de
{
    height: 12px;
    background-position: -1269px 0;
}
.iti__flag.iti__dg
{
    height: 10px;
    background-position: -1291px 0;
}
.iti__flag.iti__dj
{
    height: 14px;
    background-position: -1313px 0;
}
.iti__flag.iti__dk
{
    height: 15px;
    background-position: -1335px 0;
}
.iti__flag.iti__dm
{
    height: 10px;
    background-position: -1357px 0;
}
.iti__flag.iti__do
{
    height: 14px;
    background-position: -1379px 0;
}
.iti__flag.iti__dz
{
    height: 14px;
    background-position: -1401px 0;
}
.iti__flag.iti__ea
{
    height: 14px;
    background-position: -1423px 0;
}
.iti__flag.iti__ec
{
    height: 14px;
    background-position: -1445px 0;
}
.iti__flag.iti__ee
{
    height: 13px;
    background-position: -1467px 0;
}
.iti__flag.iti__eg
{
    height: 14px;
    background-position: -1489px 0;
}
.iti__flag.iti__eh
{
    height: 10px;
    background-position: -1511px 0;
}
.iti__flag.iti__er
{
    height: 10px;
    background-position: -1533px 0;
}
.iti__flag.iti__es
{
    height: 14px;
    background-position: -1555px 0;
}
.iti__flag.iti__et
{
    height: 10px;
    background-position: -1577px 0;
}
.iti__flag.iti__eu
{
    height: 14px;
    background-position: -1599px 0;
}
.iti__flag.iti__fi
{
    height: 12px;
    background-position: -1621px 0;
}
.iti__flag.iti__fj
{
    height: 10px;
    background-position: -1643px 0;
}
.iti__flag.iti__fk
{
    height: 10px;
    background-position: -1665px 0;
}
.iti__flag.iti__fm
{
    height: 11px;
    background-position: -1687px 0;
}
.iti__flag.iti__fo
{
    height: 15px;
    background-position: -1709px 0;
}
.iti__flag.iti__fr
{
    height: 14px;
    background-position: -1731px 0;
}
.iti__flag.iti__ga
{
    height: 15px;
    background-position: -1753px 0;
}
.iti__flag.iti__gb
{
    height: 10px;
    background-position: -1775px 0;
}
.iti__flag.iti__gd
{
    height: 12px;
    background-position: -1797px 0;
}
.iti__flag.iti__ge
{
    height: 14px;
    background-position: -1819px 0;
}
.iti__flag.iti__gf
{
    height: 14px;
    background-position: -1841px 0;
}
.iti__flag.iti__gg
{
    height: 14px;
    background-position: -1863px 0;
}
.iti__flag.iti__gh
{
    height: 14px;
    background-position: -1885px 0;
}
.iti__flag.iti__gi
{
    height: 10px;
    background-position: -1907px 0;
}
.iti__flag.iti__gl
{
    height: 14px;
    background-position: -1929px 0;
}
.iti__flag.iti__gm
{
    height: 14px;
    background-position: -1951px 0;
}
.iti__flag.iti__gn
{
    height: 14px;
    background-position: -1973px 0;
}
.iti__flag.iti__gp
{
    height: 14px;
    background-position: -1995px 0;
}
.iti__flag.iti__gq
{
    height: 14px;
    background-position: -2017px 0;
}
.iti__flag.iti__gr
{
    height: 14px;
    background-position: -2039px 0;
}
.iti__flag.iti__gs
{
    height: 10px;
    background-position: -2061px 0;
}
.iti__flag.iti__gt
{
    height: 13px;
    background-position: -2083px 0;
}
.iti__flag.iti__gu
{
    height: 11px;
    background-position: -2105px 0;
}
.iti__flag.iti__gw
{
    height: 10px;
    background-position: -2127px 0;
}
.iti__flag.iti__gy
{
    height: 12px;
    background-position: -2149px 0;
}
.iti__flag.iti__hk
{
    height: 14px;
    background-position: -2171px 0;
}
.iti__flag.iti__hm
{
    height: 10px;
    background-position: -2193px 0;
}
.iti__flag.iti__hn
{
    height: 10px;
    background-position: -2215px 0;
}
.iti__flag.iti__hr
{
    height: 10px;
    background-position: -2237px 0;
}
.iti__flag.iti__ht
{
    height: 12px;
    background-position: -2259px 0;
}
.iti__flag.iti__hu
{
    height: 10px;
    background-position: -2281px 0;
}
.iti__flag.iti__ic
{
    height: 14px;
    background-position: -2303px 0;
}
.iti__flag.iti__id
{
    height: 14px;
    background-position: -2325px 0;
}
.iti__flag.iti__ie
{
    height: 10px;
    background-position: -2347px 0;
}
.iti__flag.iti__il
{
    height: 15px;
    background-position: -2369px 0;
}
.iti__flag.iti__im
{
    height: 10px;
    background-position: -2391px 0;
}
.iti__flag.iti__in
{
    height: 14px;
    background-position: -2413px 0;
}
.iti__flag.iti__io
{
    height: 10px;
    background-position: -2435px 0;
}
.iti__flag.iti__iq
{
    height: 14px;
    background-position: -2457px 0;
}
.iti__flag.iti__ir
{
    height: 12px;
    background-position: -2479px 0;
}
.iti__flag.iti__is
{
    height: 15px;
    background-position: -2501px 0;
}
.iti__flag.iti__it
{
    height: 14px;
    background-position: -2523px 0;
}
.iti__flag.iti__je
{
    height: 12px;
    background-position: -2545px 0;
}
.iti__flag.iti__jm
{
    height: 10px;
    background-position: -2567px 0;
}
.iti__flag.iti__jo
{
    height: 10px;
    background-position: -2589px 0;
}
.iti__flag.iti__jp
{
    height: 14px;
    background-position: -2611px 0;
}
.iti__flag.iti__ke
{
    height: 14px;
    background-position: -2633px 0;
}
.iti__flag.iti__kg
{
    height: 12px;
    background-position: -2655px 0;
}
.iti__flag.iti__kh
{
    height: 13px;
    background-position: -2677px 0;
}
.iti__flag.iti__ki
{
    height: 10px;
    background-position: -2699px 0;
}
.iti__flag.iti__km
{
    height: 12px;
    background-position: -2721px 0;
}
.iti__flag.iti__kn
{
    height: 14px;
    background-position: -2743px 0;
}
.iti__flag.iti__kp
{
    height: 10px;
    background-position: -2765px 0;
}
.iti__flag.iti__kr
{
    height: 14px;
    background-position: -2787px 0;
}
.iti__flag.iti__kw
{
    height: 10px;
    background-position: -2809px 0;
}
.iti__flag.iti__ky
{
    height: 10px;
    background-position: -2831px 0;
}
.iti__flag.iti__kz
{
    height: 10px;
    background-position: -2853px 0;
}
.iti__flag.iti__la
{
    height: 14px;
    background-position: -2875px 0;
}
.iti__flag.iti__lb
{
    height: 14px;
    background-position: -2897px 0;
}
.iti__flag.iti__lc
{
    height: 10px;
    background-position: -2919px 0;
}
.iti__flag.iti__li
{
    height: 12px;
    background-position: -2941px 0;
}
.iti__flag.iti__lk
{
    height: 10px;
    background-position: -2963px 0;
}
.iti__flag.iti__lr
{
    height: 11px;
    background-position: -2985px 0;
}
.iti__flag.iti__ls
{
    height: 14px;
    background-position: -3007px 0;
}
.iti__flag.iti__lt
{
    height: 12px;
    background-position: -3029px 0;
}
.iti__flag.iti__lu
{
    height: 12px;
    background-position: -3051px 0;
}
.iti__flag.iti__lv
{
    height: 10px;
    background-position: -3073px 0;
}
.iti__flag.iti__ly
{
    height: 10px;
    background-position: -3095px 0;
}
.iti__flag.iti__ma
{
    height: 14px;
    background-position: -3117px 0;
}
.iti__flag.iti__mc
{
    height: 15px;
    background-position: -3139px 0;
}
.iti__flag.iti__md
{
    height: 10px;
    background-position: -3160px 0;
}
.iti__flag.iti__me
{
    height: 10px;
    background-position: -3182px 0;
}
.iti__flag.iti__mf
{
    height: 14px;
    background-position: -3204px 0;
}
.iti__flag.iti__mg
{
    height: 14px;
    background-position: -3226px 0;
}
.iti__flag.iti__mh
{
    height: 11px;
    background-position: -3248px 0;
}
.iti__flag.iti__mk
{
    height: 10px;
    background-position: -3270px 0;
}
.iti__flag.iti__ml
{
    height: 14px;
    background-position: -3292px 0;
}
.iti__flag.iti__mm
{
    height: 14px;
    background-position: -3314px 0;
}
.iti__flag.iti__mn
{
    height: 10px;
    background-position: -3336px 0;
}
.iti__flag.iti__mo
{
    height: 14px;
    background-position: -3358px 0;
}
.iti__flag.iti__mp
{
    height: 10px;
    background-position: -3380px 0;
}
.iti__flag.iti__mq
{
    height: 14px;
    background-position: -3402px 0;
}
.iti__flag.iti__mr
{
    height: 14px;
    background-position: -3424px 0;
}
.iti__flag.iti__ms
{
    height: 10px;
    background-position: -3446px 0;
}
.iti__flag.iti__mt
{
    height: 14px;
    background-position: -3468px 0;
}
.iti__flag.iti__mu
{
    height: 14px;
    background-position: -3490px 0;
}
.iti__flag.iti__mv
{
    height: 14px;
    background-position: -3512px 0;
}
.iti__flag.iti__mw
{
    height: 14px;
    background-position: -3534px 0;
}
.iti__flag.iti__mx
{
    height: 12px;
    background-position: -3556px 0;
}
.iti__flag.iti__my
{
    height: 10px;
    background-position: -3578px 0;
}
.iti__flag.iti__mz
{
    height: 14px;
    background-position: -3600px 0;
}
.iti__flag.iti__na
{
    height: 14px;
    background-position: -3622px 0;
}
.iti__flag.iti__nc
{
    height: 10px;
    background-position: -3644px 0;
}
.iti__flag.iti__ne
{
    height: 15px;
    background-position: -3666px 0;
}
.iti__flag.iti__nf
{
    height: 10px;
    background-position: -3686px 0;
}
.iti__flag.iti__ng
{
    height: 10px;
    background-position: -3708px 0;
}
.iti__flag.iti__ni
{
    height: 12px;
    background-position: -3730px 0;
}
.iti__flag.iti__nl
{
    height: 14px;
    background-position: -3752px 0;
}
.iti__flag.iti__no
{
    height: 15px;
    background-position: -3774px 0;
}
.iti__flag.iti__np
{
    height: 15px;
    background-position: -3796px 0;
}
.iti__flag.iti__nr
{
    height: 10px;
    background-position: -3811px 0;
}
.iti__flag.iti__nu
{
    height: 10px;
    background-position: -3833px 0;
}
.iti__flag.iti__nz
{
    height: 10px;
    background-position: -3855px 0;
}
.iti__flag.iti__om
{
    height: 10px;
    background-position: -3877px 0;
}
.iti__flag.iti__pa
{
    height: 14px;
    background-position: -3899px 0;
}
.iti__flag.iti__pe
{
    height: 14px;
    background-position: -3921px 0;
}
.iti__flag.iti__pf
{
    height: 14px;
    background-position: -3943px 0;
}
.iti__flag.iti__pg
{
    height: 15px;
    background-position: -3965px 0;
}
.iti__flag.iti__ph
{
    height: 10px;
    background-position: -3987px 0;
}
.iti__flag.iti__pk
{
    height: 14px;
    background-position: -4009px 0;
}
.iti__flag.iti__pl
{
    height: 13px;
    background-position: -4031px 0;
}
.iti__flag.iti__pm
{
    height: 14px;
    background-position: -4053px 0;
}
.iti__flag.iti__pn
{
    height: 10px;
    background-position: -4075px 0;
}
.iti__flag.iti__pr
{
    height: 14px;
    background-position: -4097px 0;
}
.iti__flag.iti__ps
{
    height: 10px;
    background-position: -4119px 0;
}
.iti__flag.iti__pt
{
    height: 14px;
    background-position: -4141px 0;
}
.iti__flag.iti__pw
{
    height: 13px;
    background-position: -4163px 0;
}
.iti__flag.iti__py
{
    height: 11px;
    background-position: -4185px 0;
}
.iti__flag.iti__qa
{
    height: 8px;
    background-position: -4207px 0;
}
.iti__flag.iti__re
{
    height: 14px;
    background-position: -4229px 0;
}
.iti__flag.iti__ro
{
    height: 14px;
    background-position: -4251px 0;
}
.iti__flag.iti__rs
{
    height: 14px;
    background-position: -4273px 0;
}
.iti__flag.iti__ru
{
    height: 14px;
    background-position: -4295px 0;
}
.iti__flag.iti__rw
{
    height: 14px;
    background-position: -4317px 0;
}
.iti__flag.iti__sa
{
    height: 14px;
    background-position: -4339px 0;
}
.iti__flag.iti__sb
{
    height: 10px;
    background-position: -4361px 0;
}
.iti__flag.iti__sc
{
    height: 10px;
    background-position: -4383px 0;
}
.iti__flag.iti__sd
{
    height: 10px;
    background-position: -4405px 0;
}
.iti__flag.iti__se
{
    height: 13px;
    background-position: -4427px 0;
}
.iti__flag.iti__sg
{
    height: 14px;
    background-position: -4449px 0;
}
.iti__flag.iti__sh
{
    height: 10px;
    background-position: -4471px 0;
}
.iti__flag.iti__si
{
    height: 10px;
    background-position: -4493px 0;
}
.iti__flag.iti__sj
{
    height: 15px;
    background-position: -4515px 0;
}
.iti__flag.iti__sk
{
    height: 14px;
    background-position: -4537px 0;
}
.iti__flag.iti__sl
{
    height: 14px;
    background-position: -4559px 0;
}
.iti__flag.iti__sm
{
    height: 15px;
    background-position: -4581px 0;
}
.iti__flag.iti__sn
{
    height: 14px;
    background-position: -4603px 0;
}
.iti__flag.iti__so
{
    height: 14px;
    background-position: -4625px 0;
}
.iti__flag.iti__sr
{
    height: 14px;
    background-position: -4647px 0;
}
.iti__flag.iti__ss
{
    height: 10px;
    background-position: -4669px 0;
}
.iti__flag.iti__st
{
    height: 10px;
    background-position: -4691px 0;
}
.iti__flag.iti__sv
{
    height: 12px;
    background-position: -4713px 0;
}
.iti__flag.iti__sx
{
    height: 14px;
    background-position: -4735px 0;
}
.iti__flag.iti__sy
{
    height: 14px;
    background-position: -4757px 0;
}
.iti__flag.iti__sz
{
    height: 14px;
    background-position: -4779px 0;
}
.iti__flag.iti__ta
{
    height: 10px;
    background-position: -4801px 0;
}
.iti__flag.iti__tc
{
    height: 10px;
    background-position: -4823px 0;
}
.iti__flag.iti__td
{
    height: 14px;
    background-position: -4845px 0;
}
.iti__flag.iti__tf
{
    height: 14px;
    background-position: -4867px 0;
}
.iti__flag.iti__tg
{
    height: 13px;
    background-position: -4889px 0;
}
.iti__flag.iti__th
{
    height: 14px;
    background-position: -4911px 0;
}
.iti__flag.iti__tj
{
    height: 10px;
    background-position: -4933px 0;
}
.iti__flag.iti__tk
{
    height: 10px;
    background-position: -4955px 0;
}
.iti__flag.iti__tl
{
    height: 10px;
    background-position: -4977px 0;
}
.iti__flag.iti__tm
{
    height: 14px;
    background-position: -4999px 0;
}
.iti__flag.iti__tn
{
    height: 14px;
    background-position: -5021px 0;
}
.iti__flag.iti__to
{
    height: 10px;
    background-position: -5043px 0;
}
.iti__flag.iti__tr
{
    height: 14px;
    background-position: -5065px 0;
}
.iti__flag.iti__tt
{
    height: 12px;
    background-position: -5087px 0;
}
.iti__flag.iti__tv
{
    height: 10px;
    background-position: -5109px 0;
}
.iti__flag.iti__tw
{
    opacity: 0;
    height: 14px;
    background-position: -5131px 0;
}
.iti__flag.iti__tz
{
    height: 14px;
    background-position: -5153px 0;
}
.iti__flag.iti__ua
{
    height: 14px;
    background-position: -5175px 0;
}
.iti__flag.iti__ug
{
    height: 14px;
    background-position: -5197px 0;
}
.iti__flag.iti__um
{
    height: 11px;
    background-position: -5219px 0;
}
.iti__flag.iti__un
{
    height: 14px;
    background-position: -5241px 0;
}
.iti__flag.iti__us
{
    height: 11px;
    background-position: -5263px 0;
}
.iti__flag.iti__uy
{
    height: 14px;
    background-position: -5285px 0;
}
.iti__flag.iti__uz
{
    height: 10px;
    background-position: -5307px 0;
}
.iti__flag.iti__va
{
    height: 15px;
    background-position: -5329px 0;
}
.iti__flag.iti__vc
{
    height: 14px;
    background-position: -5346px 0;
}
.iti__flag.iti__ve
{
    height: 14px;
    background-position: -5368px 0;
}
.iti__flag.iti__vg
{
    height: 10px;
    background-position: -5390px 0;
}
.iti__flag.iti__vi
{
    height: 14px;
    background-position: -5412px 0;
}
.iti__flag.iti__vn
{
    height: 14px;
    background-position: -5434px 0;
}
.iti__flag.iti__vu
{
    height: 12px;
    background-position: -5456px 0;
}
.iti__flag.iti__wf
{
    height: 14px;
    background-position: -5478px 0;
}
.iti__flag.iti__ws
{
    height: 10px;
    background-position: -5500px 0;
}
.iti__flag.iti__xk
{
    height: 15px;
    background-position: -5522px 0;
}
.iti__flag.iti__ye
{
    height: 14px;
    background-position: -5544px 0;
}
.iti__flag.iti__yt
{
    height: 14px;
    background-position: -5566px 0;
}
.iti__flag.iti__za
{
    height: 14px;
    background-position: -5588px 0;
}
.iti__flag.iti__zm
{
    height: 14px;
    background-position: -5610px 0;
}
.iti__flag.iti__zw
{
    height: 10px;
    background-position: -5632px 0;
}
.iti__flag
{
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url("../image/flags-1599722369.png");
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
@media(-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi)
{
    .iti__flag
    {
        background-image: url("../image/flags@2x-1599722369.png");
    }
}
.iti__flag.iti__np
{
    background-color: transparent;
}
.hide
{
    display: none;
}
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.textCenter
{
    text-align: center;
}
.orange_text
{
    color: #f60!important;
}
.noOutline
{
    outline: none;
}
.size-base
{
    font-size: 14px;
}
.popup_window a
{
    color: #666;
    transition: color .3s ease;
}
.popup_window a:hover, .popup_window a.hover
{
    color: #f60;
    transition: color .3s ease;
}
.popup_window a.underline
{
    text-decoration: underline;
}
.popup_window .btn-primary, .popup_window .btn-primary:hover
{
    color: #fff;
}
.popup_window
{
    color: #333;
    width: 500px;
    border-radius: 5px;
    font-size: 12px;
    padding-bottom: 30px;
    color: #999;
    position: relative;
    background: #fff;
}
.popup_window input
{
    *line-height: 22px;
}
.popup_window a.redlink
{
    color: #f60;
    text-decoration: none;
}
.popup_window a.redlink:hover
{
    text-decoration: underline;
}
.popup_window .popup_header
{
    height: 30px;
    overflow: hidden;
}
.popup_window .popup_header .addition
{
    float: right;
    padding: 6px 0 5px 10px;
    margin-right: 5px;
    line-height: 12px;
}
.popup_window .popup_header .addition .close
{
    width: 20px;
    height: 20px;
    background: url(../image/widget_close.gif) no-repeat 5px 0;
    display: block;
    text-indent: -9999px;
}
.popup_window .popup_header .addition .close:hover
{
    background-position: 5px -20px;
}
.popup_window .popup_body .left
{
    position: relative;
    z-index: 5;
    padding: 0 50px;
    border-right: 1px dashed #dadada;
}
.popup_window .popup_body p.title
{
    margin-bottom: 5px;
    font-size: 16px;
    color: #666;
}
.popup_window .popup_body #loginForm, .popup_window .popup_body #registerForm
{
    width: 246px;
    _width: 249px;
}
.popup_window .formlist li
{
    border: 1px solid #f1f1f1;
    background: #f8f8f8;
    border-radius: 3px;
    margin-bottom: 15px;
    height: 30px;
    line-height: 30px;
}
.popup_window .formlist li.special
{
    border: none;
    background: none;
    border-radius: 0;
    margin-top: 0;
    padding-left: 0;
    height: 20px;
    line-height: 20px;
}
.popup_window .formlist li label.label
{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    text-align: right;
}
.popup_window .formlist li input.input
{
    background: #f8f8f8;
    border: none;
    color: #333;
    height: 24px;
    width: 170px;
    margin-left: 72px;
}
.popup_window .formlist li input.captchaInput
{
    width: 80px;
}
.popup_window .formlist li .captchaImg
{
    vertical-align: top;
}
.popup_window .formlist li input.input::-webkit-input-placeholder
{
    color: #dbd9d9;
    vertical-align: middle;
}
.popup_window .formlist li input.input:-moz-placeholder
{
    color: #dbd9d9;
    vertical-align: middle;
}
.popup_window .formlist li .placeholder
{
    color: #dbd9d9!important;
    font-size: 12px!important;
    white-space: nowrap;
}
.popup_window .formlist .mobileField .flag-container
{
    left: 60px;
}
.popup_window .formlist .mobileField .flag-container .country-list li
{
    margin-bottom: 0;
    line-height: unset;
    height: unset;
}
.popup_window .formlist .mobileField .mobileInput
{
    padding-left: 36px;
}
.popup_window .formlist .sendSmsField .sendSmsButton.disabled
{
    background-color: #ccc;
    border: #ccc;
    color: #fff;
}
.popup_window .error
{
    margin-bottom: 5px;
    color: #f00;
    text-align: center;
}
.popup_window .popup_body .right
{
    padding-left: 15px;
    padding-top: 10px;
}
.popup_window .qqField, .popup_window .verycdField
{
    padding-left: 20px;
    padding-top: 10px;
    display: block;
    line-height: 16px;
}
.popup_window .qqField
{
    background: url(../image/Connect_logo_1.png) no-repeat 2px 10px;
}
.popup_window .verycdField
{
    background: url(../image/vc_icon.png) no-repeat 0 10px;
}
.popup_window .wechatField, .popup_window .verycdField
{
    padding-left: 20px;
    padding-top: 10px;
    display: block;
    line-height: 16px;
}
.popup_window .wechatField
{
    background: url(../image/weixin.png) no-repeat 2px 10px;
}
.popup_window .popup_body .bottom
{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
    height: 60px;
    background: url(../image/logo_gray.jpg) no-repeat center bottom;
}
.popup_window .password_strangth_level
{
    width: 16px;
    height: 12px;
    position: absolute;
    bottom: 9px;
    left: 220px;
    _width: 18px;
}
.popup_window .password_strangth_level span
{
    float: left;
    display: block;
    width: 3px;
    height: 12px;
    margin-left: 1px;
    background: #dadada;
}
.popup_window .popup_window .submitInput span
{
    width: 186px;
}
.popup_window .agreementField
{
    *line-height: 23px;
}
.popup_window #registerForm
{
    *border: 1px solid #fff;
}
.border-error
{
    border: 1px solid #e74c3c!important;
}
body .fancybox-overlay
{
    _background: #000;
    _filter: alpha(opacity=70);
}
.black-drop
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../image/fancybox_overlay-1439283243.png) repeat 0 0;
    _background: none;
    top: 0;
    left: 0;
    z-index: 8099;
}
.black-drop-for-ie6
{
    display: none;
    _display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    _filter: alpha(opacity=70);
    left: 0;
    top: 0;
}/*
 * popup block css
 */
.modal
{
    display: none;
    color: #333;
    width: 500px;
    border-radius: 5px;
    padding-bottom: 30px;
    color: #999;
    position: relative;
    background: #fff;
}
.modal .modal-header
{
    height: 30px;
    padding: 0 5px;
}
.modal .modal-header .close
{
    width: 20px;
    height: 20px;
    background: url(../image/widget_close.gif) no-repeat center 0;
    margin-top: 5px;
    text-indent: -9999px;
    float: right;
    text-decoration: none;
}
.modal .modal-header .close:hover
{
    background-position: 5px -20px;
}
.modal-dialog
{
    padding-bottom: 0;
    width: 640px;
    color: #333;
}
.modal-dialog a
{
    text-decoration: none;
}
.modal-dialog .btn-primary:visited
{
    color: #fff;
}
.modal-dialog .modal-header
{
    height: 60px;
    padding: 0 24px;
    font-size: 24px;
}
.modal-dialog .modal-header .title
{
    line-height: 60px;
    float: left;
}
.modal-dialog .modal-header .close
{
    background: none;
    text-indent: 0;
    width: auto;
    height: auto;
    line-height: 24px;
    margin-top: 18px;
    color: #666;
    transition: color .3s ease;
}
.modal-dialog .modal-header .close:hover
{
    color: #f60;
}
.modal-dialog .modal-body
{
    border-top: 2px solid #ecf0f1;
    padding: 30px 24px;
    font-size: 14px;
    line-height: 26px;
}
.modal-dialog .modal-body .text-strong
{
    color: #f60;
}
.modal-dialog .modal-footer
{
    background: #f0f0f0;
    text-align: right;
    padding: 20px 24px;
    border-radius: 0 0 5px 5px;
}
.modal-dialog .modal-footer .btn
{
    min-width: 154px;
    _width: 154px;
    margin-left: 12px;
}
@font-face
{
    font-family: xdicon;
    src: url("../font/xdicon.eot?");
    src: url("../font/xdicon.eot?") format("embedded-opentype"),url("../font/xdicon.woff") format("woff"),url("../font/xdicon.ttf") format("truetype"),url("../font/xdicon.svg") format("svg");
}
.xdicon
{
    position: relative;
    font-family: xdicon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}
#popup_fcm_box.modal-dialog
{
    width: 390px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#popup_fcm_box.modal-dialog .modal-body
{
    padding: 20px 30px 15px;
}
#popup_fcm_box.modal-dialog .form
{
    margin: 20px;
}
#popup_fcm_box.modal-dialog .form-group
{
    position: relative;
}
#popup_fcm_box.modal-dialog .form-group .input-group
{
    position: relative;
    margin-bottom: 30px;
    height: 42px;
    line-height: 42px;
}
#popup_fcm_box.modal-dialog .form-group .input-group .xdicon
{
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    color: #d8d8d8;
    font-size: 20px;
}
#popup_fcm_box.modal-dialog .form-group .input-group .form-control
{
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #333;
    width: 100%;
    height: 100%;
    padding-left: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#popup_fcm_box.modal-dialog .form-group .input-group .form-control::-webkit-input-placeholder
{
    color: #b2b2b2;
    vertical-align: middle;
    font-size: 14px;
}
#popup_fcm_box.modal-dialog .form-group .input-group .form-control:-moz-placeholder
{
    color: #b2b2b2;
    vertical-align: middle;
    font-size: 14px;
}
#popup_fcm_box.modal-dialog .form-group .input-group .form-control.input-captcha
{
    width: 50%;
}
#popup_fcm_box.modal-dialog .form-group .input-group .captcha-img
{
    position: absolute;
    left: 50%;
    bottom: 0;
    padding-left: 15px;
    width: 50%;
    height: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#popup_fcm_box.modal-dialog .form-group .help-block-feedback
{
    display: none;
    padding-left: 18px;
    position: absolute;
    text-align: left;
    left: 0;
    top: 44px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
#popup_fcm_box.modal-dialog .form-group .help-block-feedback .xdicon
{
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    font-size: 12px;
    text-align: center;
}
#popup_fcm_box.modal-dialog .form-group .help-block-feedback .help-block-text
{
    line-height: 20px;
    display: block;
}
#popup_fcm_box.modal-dialog .form-group .form-submit
{
    padding: 11px 0;
}
#popup_fcm_box.modal-dialog .form-group.has-error
{
    color: #e74c3c;
}
#popup_fcm_box.modal-dialog .form-group.has-error .form-control
{
    border-color: #e74c3c;
}
#popup_fcm_box.modal-dialog .form-group.has-error.has-feedback .help-block-feedback
{
    display: block;
}
@media screen and (max-width: 420px)
{
    #popup_fcm_box.modal-dialog
    {
        width: 100%;
    }
    #popup_fcm_box.modal-dialog .modal-body
    {
        padding: 20px 15px 15px;
    }
    #popup_fcm_box.modal-dialog .form
    {
        margin: 20px 0;
    }
}
#mediaCooperation .widget_body
{
    padding-top: 10px;
}
#mediaCooperation .container
{
    position: relative;
    height: 90px;
    overflow: hidden;
}
#mediaCooperation .container .item
{
    position: relative;
    display: inline;
    float: left;
    width: 45%;
    height: 24px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 5px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#mediaCooperation .container .item-right
{
    margin-right: 0;
}
#mediaCooperation .container .item img
{
    vertical-align: middle;
}
#mediaCooperation .container .page
{
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    padding: 0 5px;
}
#mediaCooperation .control
{
    position: relative;
    text-align: right;
}
#mediaCooperation .control a
{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}