﻿/* https://www.xd.com 
 *
 * v3 Created By 代立晨
 * 2012-03-22
 *
 * v4
 * 2013-09-22
 *
 *//* Global Styles */
.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;
}
*
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
*
{
    box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -icab-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}/* ios font size */
@media screen and (max-device-width: 960px)
{
    body
    {
        -webkit-text-size-adjust: none;
    }
}/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}
html
{
    overflow-y: scroll;
    overflow-x: hidden;
}
body
{
    font: 14px/1.8 Arial,sans-serif;/*防止横向滚动条*/
    background: #fff none;
}
select
{
    border: 1px solid #dee1e3;
    font-size: 12px;
    color: #333;
    line-height: 12px;
}
ul
{
    list-style: none;
}
ol
{
    list-style: decimal inside;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
a
{
    text-decoration: none;
    cursor: pointer;
}
a:hover
{
    text-decoration: none;
}
a:focus
{
    outline: none;
}
span
{
    color: inherit;
}
a img
{
    vertical-align: middle;
}
label[for]
{
    cursor: pointer;
}/***************************** END OF RESET *********************************/
/*! 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*/
    }
}/* https://www.xd.com 
 *
 * v1 2014-01-09
 * carousel
 */
.carousel
{
    position: relative;
}
.carousel .carousel-inner
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.carousel .carousel-inner .item
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.carousel .carousel-inner .item img
{
    display: block;
}
.carousel .carousel-inner .active, .carousel .carousel-inner .next, .carousel .carousel-inner .prev
{
    display: block;
}
.carousel .carousel-inner .active
{
    left: 0;
}
.carousel .carousel-control
{
    position: absolute;
}
.header-sprite-sprite
{
    background-image: url('../image/header-sprite-1459932875.png');
    background-repeat: no-repeat;
}
.header-sprite-2x-sprite
{
    background-image: url('../image/header-sprite-2x.png');
    background-repeat: no-repeat;
}
*
{
    box-sizing: border-box;
}
@font-face
{
    font-family: boli;
    src: url("../font/boli.eot?");
    src: url("../font/boli.eot?") format("embedded-opentype"),url("../font/boli.woff") format("woff"),url("../font/boli.ttf") format("truetype"),url("../font/boli.svg") format("svg");
}
.font-boli
{
    font-family: boli;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a
{
    -webkit-transition: color .3s;
    transition: color .3s;
}
.hide
{
    display: none;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-left
{
    text-align: left;
}
.hide-text
{
    text-indent: -9999px;
}
.no-break
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
body
{
    background-color: #fff;
}
.layout
{
    width: 1024px;
    margin: 0 auto;
    position: relative;
}
.except-ie6
{
    _display: none!important;
    _background-image: none!important;
}
#header
{
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
    border-bottom: 2px solid #287d8e;
    height: 122px;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#header .layout
{
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,.5);
}
#header .nav-logo
{
    position: absolute;
    width: 418px;
    height: 168px;
    left: 50%;
    margin-left: -209px;
    top: 0;
    background: url('../image/header-sprite-1459932875.png') 0 -390px no-repeat;
    background-image: -webkit-image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    background-image: image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    z-index: 2;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/game_statics/boli/imgs/header-sprite/logo.png');
}
#header .nav-name, #header .nav-desc
{
    display: none;
}
#header .nav-switch
{
    display: none;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#header .nav-list
{
    margin: 0 auto;
    width: 958px;
    height: 122px;
    position: relative;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#header .nav-list .nav-item
{
    height: 100%;
    width: 153px;
    top: 0;
    position: absolute;
    z-index: 2;
    _height: 122px;
}
#header .nav-list .nav-item:before
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    content: '';
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background: url('../image/header-sprite-1459932875.png') 0 -70px no-repeat;
    background-image: -webkit-image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    background-image: image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
}
#header .nav-list .nav-item:hover:before
{
    opacity: 1;
}
#header .nav-list .nav-image
{
    width: 72px;
    height: 33px;
    top: 45px;
    left: 50%;
    margin-left: -36px;
    position: absolute;
    _background: none;
}
#header .nav-list #headerNavHome
{
    left: 0;
}
#header .nav-list #headerNavHome .nav-image
{
    background: url('../image/header-sprite-1459932875.png') 0 -35px no-repeat;
    background-image: -webkit-image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    background-image: image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/game_statics/boli/imgs/header-sprite/btn-home.png');
}
#header .nav-list #headerNavPets
{
    right: 155px;
}
#header .nav-list #headerNavPets .nav-image
{
    background: url('../image/header-sprite-1459932875.png') 0 -229px no-repeat;
    background-image: -webkit-image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    background-image: image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/game_statics/boli/imgs/header-sprite/btn-pets.png');
}
#header .nav-list #headerNavNews
{
    left: 155px;
}
#header .nav-list #headerNavNews .nav-image
{
    background: url('../image/header-sprite-1459932875.png') 0 -194px no-repeat;
    background-image: -webkit-image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    background-image: image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/game_statics/boli/imgs/header-sprite/btn-news.png');
}
#header .nav-list #headerNavForum
{
    right: 0;
}
#header .nav-list #headerNavForum .nav-image
{
    background: url('../image/header-sprite-1459932875.png') 0 0 no-repeat;
    background-image: -webkit-image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    background-image: image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/game_statics/boli/imgs/header-sprite/btn-forum.png');
}
#header .nav-list .nav-item-active
{
    background: url('../image/header-sprite-1459932875.png') 0 -70px no-repeat;
    background-image: -webkit-image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    background-image: image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/game_statics/boli/imgs/header-sprite/btn-hover-bg.png');
}
#header .share-container
{
    position: absolute;
    height: 28px;
    line-height: 28px;
    padding: 0 18px;
    top: 135px;
    right: 50%;
    margin-right: -480px;
    color: #fff;
    _width: 170px;
}
#header .share-container .share-bg
{
    background-color: rgba(16,125,175,.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 14px;
}
#header .share-container .text
{
    position: relative;
    vertical-align: top;
    display: inline-block;
}
#header .share-container .share
{
    position: relative;
    font-size: 20px;
    width: 27px;
    color: #fff;
    display: inline-block;
}
#header .share-container .share-wechat
{
    position: relative;
}
#header .share-container .share-wechat:hover
{
    _zoom: 1;
}
#header .share-container .share-wechat:hover .site-qrcode
{
    visibility: visible;
}
#header .share-container .site-qrcode
{
    position: absolute;
    right: 0;
    top: 28px;
    visibility: hidden;
}
@media \0screen\,screen\9
{
    #header .layout
    {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80ffffff,endColorstr=#80ffffff);
    }
    #header .share-container .share-bg
    {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80107daf,endColorstr=#80107daf);
    }
    #header .nav-list .nav-item:before, #header .nav-list .nav-item:after
    {
        display: none;
    }
    #header .nav-list .nav-item:hover
    {
        background: url('../image/header-sprite-1459932875.png') 0 -70px no-repeat;
        background-image: -webkit-image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
        background-image: image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
        _background: none;
        _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/game_statics/boli/imgs/header-sprite/btn-hover-bg.png');
    }
}
#footer
{
    background-color: #615a51;
    padding-top: 34px;
    padding-bottom: 30px;
    color: #918b84;
}
#footer .mute-link
{
    cursor: default;
}
#footer .xd-logo
{
    background: url(../image/game_footer_white.png) no-repeat 0 center;
    width: 140px;
    height: 32px;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../image/game_footer_white.png");
    _background: none;
}
#footer .logo-other
{
    position: absolute;
    top: 50px;
}
#footer .logo-jmyx
{
    left: 160px;
    margin-top: 6px;
    width: 94px;
    height: 23px;
    background: url('../image/header-sprite-1459932875.png') 0 -299px no-repeat;
    background-image: -webkit-image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    background-image: image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
}
#footer .logo-gravity
{
    left: 0;
    width: 141px;
    height: 33px;
    background: url('../image/header-sprite-1459932875.png') 0 -264px no-repeat;
    background-image: -webkit-image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
    background-image: image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
}
#footer a
{
    color: #b19e88;
}
#footer a:hover
{
    color: #f3d3aa;
}
#footer .for-small
{
    display: none;
}
#popupDownloadIos .modal-footer, #popupDownloadAndroid .modal-footer
{
    background-color: #fff;
    border-top: 2px solid #ecf0f1;
}
#popupDownloadIos .modal-footer a, #popupDownloadAndroid .modal-footer a
{
    color: #007989;
}
#popupDownloadIos .modal-footer a:hover, #popupDownloadAndroid .modal-footer a:hover
{
    color: #0094a8;
}
@media screen and (max-width: 1024px) and (min-width: 1001px)
{
    .layout
    {
        width: 1000px;
    }
}
@media screen and (max-width: 1000px)
{
    .layout
    {
        width: 100%;
    }
    #footer
    {
        border-top: 3px solid #9d7f46;
        padding: 56px 0;
    }
    #footer .xd-logo
    {
        display: none;
    }
    #footer .logo-other
    {
        display: none;
    }
    #footer .float-right
    {
        display: none;
    }
    #footer .for-small
    {
        display: block;
        text-align: center;
    }
    #footer .for-small .xd-wwybz
    {
        display: none;
    }
    #footer .for-small .xd-site-copyright, #footer .for-small .xd-site-name
    {
        display: block;
    }
}
@media screen and (max-width: 957px) and (min-width: 769px)
{
    #header .layout
    {
        padding-left: 418px;
    }
    #header .share-container
    {
        display: none;
    }
    #header .nav-list
    {
        width: 100%;
    }
    #header .nav-list .nav-item
    {
        width: 25%;
    }
    #header .nav-list #headerNavHome
    {
        margin-left: -418px;
    }
    #header .nav-list #headerNavNews
    {
        left: 25%;
        margin-left: -416px;
    }
    #header .nav-list #headerNavPets
    {
        right: 25%;
        margin-right: 2px;
    }
}
@media screen and (max-width: 768px)
{
    body
    {
        height: 100%;
    }
    #topnav
    {
        display: none;
    }
    #header
    {
        top: 0;
        height: 70px;
        -webkit-transition: height .5s,background-color .5s;
        transition: height .5s,background-color .5s;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    #header .layout
    {
        background-color: rgba(255,255,255,.9);
    }
    #header .share-container
    {
        display: none;
    }
    #header .nav-logo
    {
        width: 64px;
        height: 64px;
        background: url('../image/header-sprite-1459932875.png') 0 -324px no-repeat;
        background-image: -webkit-image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
        background-image: image-set(url('../image/header-sprite-1459932875.png') 1x,url('../image/header-sprite-2x.png') 2x);
        left: 5px;
        top: 2px;
        margin-left: 0;
    }
    #header .nav-name, #header .nav-desc
    {
        display: block;
        position: absolute;
        color: #287d8e;
        left: 80px;
        font-weight: normal;
        line-height: 1;
    }
    #header .nav-name
    {
        font-size: 18px;
        top: 10px;
        margin-left: 7px;
    }
    #header .nav-desc
    {
        font-size: 14px;
        top: 40px;
    }
    #header .nav-list
    {
        margin: 0;
        position: absolute;
        padding-top: 68px;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    #header .nav-list .nav-item
    {
        border-top: 2px solid;
        border-top-color: rgba(40,125,142,.5);
        position: relative;
        width: 100%;
        height: 100px;
        display: block;
        left: 0!important;
    }
    #header .nav-list .nav-item:hover, #header .nav-list .nav-item.nav-item-active
    {
        background: none;
    }
    #header .nav-list .nav-image
    {
        top: 36px;
    }
    #header .nav-switch
    {
        display: block;
        position: absolute;
        width: 50px;
        height: 35px;
        right: 8px;
        top: 18px;
        cursor: pointer;
        z-index: 2;
    }
    #header .nav-switch .line
    {
        position: absolute;
        width: 100%;
        height: 5px;
        left: 0;
        top: 15px;
    }
    #header .nav-switch .line, #header .nav-switch .line:before, #header .nav-switch .line:after
    {
        position: absolute;
        background-color: #287d8e;
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    #header .nav-switch .line:before, #header .nav-switch .line:after
    {
        width: 100%;
        height: 100%;
        content: '';
    }
    #header .nav-switch .line:before
    {
        top: -15px;
    }
    #header .nav-switch .line:after
    {
        top: 15px;
    }
    #header.on-open
    {
        height: 100%;
    }
    #header.on-open .line
    {
        background-color: transparent;
    }
    #header.on-open .line:before
    {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
    }
    #header.on-open .line:after
    {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
    }
}
@media screen and (max-width: 1280px) and (min-width: 1025px)
{
    .except-l
    {
        display: none;
        background: none!important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 769px)
{
    .except-m
    {
        display: none;
        background: none!important;
    }
}
@media screen and (max-width: 768px) and (min-width: 481px)
{
    .except-s
    {
        display: none;
        background: none!important;
    }
}
@media screen and (max-width: 480px)
{
    .except-xs
    {
        display: none;
        background: none!important;
    }
}
@media screen and (max-width: 320px)
{
    #header .nav-name, #header .nav-desc
    {
        left: 70px;
    }
    #header .nav-desc
    {
        font-size: 12px;
    }
}
#main .section-download .qr-code-container
{
    position: relative;
}
#main .section-download .qr-code
{
    display: block;
    width: 145px;
    height: 145px;
    position: absolute;
    left: 42px;
    top: 19px;
}
#main .section-download .btn-download-container
{
    width: 227px;
    height: 103px;
    position: relative;
}
#main .section-download .btn-download-container .btn-download
{
    position: absolute;
    left: 12px;
    top: 3px;
    width: 203px;
    height: 78px;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
#main .section-download .btn-download-container .btn-download:hover
{
    opacity: 1;
}
#main .section-download .btn-download-container-ios
{
    background: url('../image/sprite-1521103491.png') 0 -450px no-repeat;
    background-image: -webkit-image-set(url('../image/sprite-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-2x.png?v=1521103491') 2x);
    background-image: image-set(url('../image/sprite-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-2x.png?v=1521103491') 2x);
}
#main .section-download .btn-download-container-ios .btn-download
{
    background: url('../image/sprite-1521103491.png') 0 -370px no-repeat;
    background-image: -webkit-image-set(url('../image/sprite-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-2x.png?v=1521103491') 2x);
    background-image: image-set(url('../image/sprite-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-2x.png?v=1521103491') 2x);
}
#main .section-download .btn-download-container-android
{
    background: url('../image/sprite-1521103491.png') 0 -80px no-repeat;
    background-image: -webkit-image-set(url('../image/sprite-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-2x.png?v=1521103491') 2x);
    background-image: image-set(url('../image/sprite-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-2x.png?v=1521103491') 2x);
}
#main .section-download .btn-download-container-android .btn-download
{
    background: url('../image/sprite-1521103491.png') 0 0 no-repeat;
    background-image: -webkit-image-set(url('../image/sprite-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-2x.png?v=1521103491') 2x);
    background-image: image-set(url('../image/sprite-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-2x.png?v=1521103491') 2x);
}
#main .section-download .btn-download-container-common
{
    background: url('../image/sprite-1521103491.png') 0 -265px no-repeat;
    background-image: -webkit-image-set(url('../image/sprite-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-2x.png?v=1521103491') 2x);
    background-image: image-set(url('../image/sprite-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-2x.png?v=1521103491') 2x);
}
#main .section-download .btn-download-container-common .btn-download
{
    background: url('../image/sprite-1521103491.png') 0 -185px no-repeat;
    background-image: -webkit-image-set(url('../image/sprite-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-2x.png?v=1521103491') 2x);
    background-image: image-set(url('../image/sprite-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-2x.png?v=1521103491') 2x);
}
@media screen and (max-width: 480px)
{
    #main .section-download .btn-download-container
    {
        width: 154px;
        height: 71px;
    }
    #main .section-download .btn-download-container .btn-download
    {
        left: 8px;
        top: 2px;
        width: 139px;
        height: 54px;
    }
    #main .section-download .btn-download-container-ios
    {
        background: url('../image/sprite-xs-1521103491.png') 0 -314px no-repeat;
        background-image: -webkit-image-set(url('../image/sprite-xs-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-xs-2x.png?v=1521103491') 2x);
        background-image: image-set(url('../image/sprite-xs-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-xs-2x.png?v=1521103491') 2x);
    }
    #main .section-download .btn-download-container-ios .btn-download
    {
        background: url('../image/sprite-xs-1521103491.png') 0 -258px no-repeat;
        background-image: -webkit-image-set(url('../image/sprite-xs-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-xs-2x.png?v=1521103491') 2x);
        background-image: image-set(url('../image/sprite-xs-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-xs-2x.png?v=1521103491') 2x);
    }
    #main .section-download .btn-download-container-android
    {
        background: url('../image/sprite-xs-1521103491.png') 0 -56px no-repeat;
        background-image: -webkit-image-set(url('../image/sprite-xs-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-xs-2x.png?v=1521103491') 2x);
        background-image: image-set(url('../image/sprite-xs-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-xs-2x.png?v=1521103491') 2x);
    }
    #main .section-download .btn-download-container-android .btn-download
    {
        background: url('../image/sprite-xs-1521103491.png') 0 0 no-repeat;
        background-image: -webkit-image-set(url('../image/sprite-xs-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-xs-2x.png?v=1521103491') 2x);
        background-image: image-set(url('../image/sprite-xs-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-xs-2x.png?v=1521103491') 2x);
    }
    #main .section-download .btn-download-container-common
    {
        background: url('../image/sprite-xs-1521103491.png') 0 -185px no-repeat;
        background-image: -webkit-image-set(url('../image/sprite-xs-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-xs-2x.png?v=1521103491') 2x);
        background-image: image-set(url('../image/sprite-xs-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-xs-2x.png?v=1521103491') 2x);
    }
    #main .section-download .btn-download-container-common .btn-download
    {
        background: url('../image/sprite-xs-1521103491.png') 0 -129px no-repeat;
        background-image: -webkit-image-set(url('../image/sprite-xs-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-xs-2x.png?v=1521103491') 2x);
        background-image: image-set(url('../image/sprite-xs-1521103491.png') 1x,url('../game/boli/imgs/section-download/sprite-xs-2x.png?v=1521103491') 2x);
    }
}
a
{
    color: #918b84;
}
a:hover
{
    color: #287d8e;
}
#main
{
    width: 100%;
    margin-bottom: 130px;
    background-image: url('../image/bg-1459217643.jpg');
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: transparent;
    background-size: 1920px;
    background-image: -webkit-image-set(url('../image/bg-1459217643.jpg') 1x,url('../game/boli/imgs//category/bg-2x.jpg?1577688841&v=1459217644') 2x);
    background-image: image-set(url('../image/bg-1459217643.jpg') 1x,url('../game/boli/imgs//category/bg-2x.jpg?1577688841&v=1459217644') 2x);
}
#main .layout
{
    padding-top: 174px;
    width: 1024px;
    margin: 0 auto;
}
#main .sidebar
{
    width: 202px;
    height: 400px;
    float: left;
    position: relative;
}
#main .section-download
{
    position: absolute;
    width: 228px;
    left: -14px;
    top: -2px;
}
#main .section-download .qr-code-container
{
    width: 227px;
    height: 227px;
    background: url('../image/sprite-1465194125.png') 0 -42px no-repeat;
    background-image: -webkit-image-set(url('../image/sprite-1465194125.png') 1x,url('../image/sprite-2x-1465194125.png') 2x);
    background-image: image-set(url('../image/sprite-1465194125.png') 1x,url('../image/sprite-2x-1465194125.png') 2x);
}
#main .section-download .btn-download-container
{
    position: relative;
    display: block;
    margin-top: -10px;
}
#main .main-content
{
    width: 816px;
    *width: 814px;
    float: right;
    border: 1px solid #232527;
    background-color: rgba(255,255,255,.9);
    border-radius: 8px;
}
#main .main-content-header
{
    position: relative;
}
#main .main-content-header .title
{
    position: absolute;
    width: 88px;
    height: 40px;
    left: 36px;
    top: 20px;
    background: url('../image/sprite-1465194125.png') 0 0 no-repeat;
    background-image: -webkit-image-set(url('../image/sprite-1465194125.png') 1x,url('../image/sprite-2x-1465194125.png') 2x);
    background-image: image-set(url('../image/sprite-1465194125.png') 1x,url('../image/sprite-2x-1465194125.png') 2x);
    _background: url("https://web.xdcdn.net/game_statics/boli/imgs/category/title-ie6.jpg") 0 0;
    z-index: 1;
}
#main .main-content-header .breadcrumb
{
    background-color: #107daf;
    text-align: right;
    padding: 46px 36px 22px 0;
    color: #6ed1ff;
    line-height: 1;
    border-radius: 7px 7px 0 0;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
#main .main-content-header .breadcrumb-link
{
    color: #a6efff;
}
#main .main-content-header .breadcrumb-link:hover
{
    color: #dffff8;
}
#main .main-content-body
{
    border: 3px solid #9d7f46;
    border-width: 0 3px 3px;
    border-radius: 0 0 7px 7px;
    padding: 14px 28px 80px;
    color: #615a51;
}
#main .main-content-body .custom-btn
{
    line-height: 34px;
    padding: 0 14px;
    font-size: 12px;
    background-color: #b8a079;
    color: #fff;
    display: inline-block;
    -webkit-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
}
#main .main-content-body .custom-btn:hover
{
    color: #fff;
    background-color: #8e4c1f;
}
#main .main-content-body .sub-nav
{
    border-bottom: 2px solid #d0d0d0;
    font-size: 18px;
}
#main .main-content-body .sub-nav .nav-link
{
    line-height: 50px;
    width: 149px;
    text-align: center;
    padding: 0 0 1px;
    border-bottom: 9px solid transparent;
    _border-color: #ffc0cb;
    _\2dwebkit-filter: chroma(color=pink);
    _filter: chroma(color=pink);
    position: relative;
}
#main .main-content-body .sub-nav .nav-link:hover
{
    color: #615a51;
}
#main .main-content-body .sub-nav .font-boli
{
    position: absolute;
    font-size: 12px;
    line-height: 50px;
    top: 0;
    left: 50%;
    margin-left: -36px;
    visibility: hidden;
}
#main .main-content-body .sub-nav .filter-selected
{
    border-bottom-color: #d0d0d0;
    color: #615a51;
}
#main .main-content-body .sub-nav .filter-selected .font-boli
{
    visibility: visible;
}
#main .main-content-body .sub-nav .divide
{
    width: 1px;
    height: 50px;
    background-color: #d0d0d0;
}
#main .main-content-body .article
{
    position: relative;
    padding-right: 60px;
    position: relative;
    zoom: 1;
    line-height: 59px;
    border-bottom: 1px dashed #d0d0d0;
}
#main .main-content-body .article .title
{
    display: block;
}
#main .main-content-body .article .time
{
    position: absolute;
    right: 0;
    top: 0;
    color: #9e9e9e;
}
#main .main-content-body .page-nav-container
{
    border-bottom: 0;
    position: relative;
    width: 100%;
    padding: 24px 0;
    font-size: 16px;
}
#main .main-content-body .page-nav-container .page-nav
{
    color: #91a8ad;
    font-size: 16px;
}
#main .main-content-body .page-nav-container .page-nav:hover
{
    color: #287d8e;
}
#main .main-content-body .poster-title
{
    padding-top: 15px;
    font-size: 28px;
    line-height: 60px;
}
#main .main-content-body .other-note
{
    position: relative;
    line-height: 34px;
    padding-bottom: 10px;
    color: #9e9e9e;
}
#main .main-content-body .other-note .text-changer
{
    display: inline-block;
    width: 2em;
}
#main .main-content-body .other-note .on, #main .main-content-body .other-note .text-changer:hover
{
    color: #287d8e;
}
#main .main-content-body .poster-content
{
    padding-bottom: 30px;
    border-top: 1px dashed #d0d0d0;
    overflow: hidden;
}
#main .main-content-body .poster-content h1
{
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#main .main-content-body .poster-content h2
{
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#main .main-content-body .poster-content h3
{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#main .main-content-body .poster-content h4
{
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#main .main-content-body .poster-content h5
{
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#main .main-content-body .poster-content h6
{
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#main .main-content-body .poster-content p
{
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#main .main-content-body .poster-content strong
{
    font-weight: bold;
    color: #287d8e;
}
#main .main-content-body .poster-content ol, #main .main-content-body .poster-content .custom_content_display ul
{
    list-style-position: inside;
}
#main .main-content-body .poster-adjacent
{
    border-top: 1px dashed #d0d0d0;
    padding: 16px 0;
}
#main .main-content-body .comment-textarea, #main .main-content-body .comment-list
{
    padding-left: 74px;
}
#main .main-content-body .user-avatar, #main .main-content-body .comment-avatar
{
    position: absolute;
    left: 0;
    border: 2px solid #a99d89;
    top: 16px;
}
#main .main-content-body .user-avatar img, #main .main-content-body .comment-avatar img
{
    width: 52px;
    height: 52px;
    display: block;
}
#main .main-content-body .comment-textarea
{
    border-top: 1px dashed #d0d0d0;
    padding-top: 24px;
    position: relative;
    margin-bottom: 20px;
    _zoom: 1;
}
#main .main-content-body .comment-textarea .user-avatar
{
    top: 24px;
}
#main .main-content-body .comment-textarea .username
{
    font-size: 16px;
    line-height: 18px;
    height: 27px;
    color: #85786f;
}
#main .main-content-body .comment-textarea textarea
{
    background-color: #f0eeeb;
    border: 2px solid #a99d89;
    resize: none;
    padding: 6px;
    width: 678px;
    *width: 658px;
    overflow-y: auto;
    margin-bottom: 15px;
    display: block;
}
#main .main-content-body .comment-textarea textarea:focus
{
    outline: none;
}
#main .main-content-body .comment-content .page-nav-container
{
    padding: 14px 0;
}
#main .main-content-body .comment-content .page-nav-container .page-nav
{
    color: #fff;
    font-size: 12px;
}
#main .main-content-body .comment-list
{
    border-top: 1px dashed #d0d0d0;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
    _zoom: 1;
}
#main .main-content-body .comment-list .special-title
{
    position: relative;
    margin-left: 10px;
    cursor: default;
    color: #9e9e9e;
}
#main .main-content-body .comment-list .special-title .popup-for-title
{
    visibility: hidden;
    position: absolute;
    border: 1px solid #ccc;
    background-color: #f5f5c0;
    color: #999;
    white-space: nowrap;
    line-height: 21px;
    padding: 0 6px;
    margin-left: 6px;
    top: -2px;
    left: 100%;
}
#main .main-content-body .comment-list .special-title:hover .popup-for-title
{
    visibility: visible;
}
#main .main-content-body .comment-list .floor
{
    color: #9e9e9e;
}
#main .main-content-body .comment-list .comment-detail
{
    padding: 6px 0;
    line-height: 24px;
}
@media \0screen\,screen\9
{
    #main .main-content
    {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6ffffff,endColorstr=#E6ffffff);
    }
}
@media screen and (max-width: 1024px)
{
    #main .main-content
    {
        width: 100%;
    }
    #main .sidebar .section-download-container
    {
        background: none!important;
    }
}
@media screen and (max-width: 1024px) and (min-width: 816px)
{
    #main .layout
    {
        width: 816px;
    }
}
@media screen and (max-width: 815px)
{
    #main
    {
        width: 100%;
    }
    #main .main-content-body .sub-nav
    {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row;
    }
    #main .main-content-body .sub-nav .nav-link
    {
        float: none;
        -webkit-box-flex: 1;
        flex: 1;
        display: block;
        width: auto;
        font-size: 16px;
    }
    #main .main-content-body .sub-nav .nav-link .font-boli
    {
        margin-left: -32px;
    }
    #main .main-content-body .sub-nav .divide
    {
        float: none;
    }
    #main .main-content-body .comment-textarea textarea
    {
        width: 100%;
        border-radius: 0;
    }
}
@media screen and (max-width: 768px)
{
    #main
    {
        background-image: url('../image/bg-s.jpg');
        background-repeat: no-repeat;
        background-position: center 0;
        background-color: transparent;
        background-size: 768px;
        background-image: -webkit-image-set(url('../image/bg-s.jpg') 1x,url('../game/boli/imgs//category/bg-s-2x.jpg?1577688841&v=1459217644') 2x);
        background-image: image-set(url('../image/bg-s.jpg') 1x,url('../game/boli/imgs//category/bg-s-2x.jpg?1577688841&v=1459217644') 2x);
        margin-bottom: 0;
    }
    #main .layout
    {
        padding-top: 70px;
        width: 100%;
    }
    #main .main-content
    {
        border: none;
        border-radius: 0;
        background-color: #fff;
        width: 100%;
    }
    #main .main-content-header .title
    {
        position: relative;
        width: 100%;
        height: 82px;
        display: block;
        background-image: url('../image/news-title-s.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #107daf;
        background-size: 88px;
        background-image: -webkit-image-set(url('../image/news-title-s.png') 1x,url('../game/boli/imgs//category/news-title-s-2x.png?1577688841&v=1459217644') 2x);
        background-image: image-set(url('../image/news-title-s.png') 1x,url('../game/boli/imgs//category/news-title-s-2x.png?1577688841&v=1459217644') 2x);
        left: auto;
        top: auto;
    }
    #main .main-content-header .breadcrumb
    {
        background-color: #0c587b;
        border-radius: 0;
        text-align: left;
        padding: 0 0 0 12px;
        line-height: 40px;
        color: #107daf;
    }
    #main .main-content-header .breadcrumb-link
    {
        color: #44b9ee;
    }
    #main .main-content-header .breadcrumb-link:hover
    {
        color: #a6efff;
    }
    #main .main-content-body
    {
        border: 0;
        border-radius: 0;
        padding-left: 8px;
        padding-right: 8px;
    }
}
@media screen and (max-width: 480px)
{
    #main .main-content-body .comment-list .special-title:hover .popup-for-title
    {
        visibility: hidden;
    }
}
.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=1517307137') 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=1471228156') 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;
    }
}