﻿/* 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;
}
.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;
}
.clearfix:after
{
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
ul.clearfix li
{
    float: left;
}
.clearfix
{
    *zoom: 1;
}
.hide-text
{
    text-indent: -9999px;
}
.float-left
{
    float: left;
}
.float-right
{
    float: right;
}
.force-hide
{
    display: none!important;
}
.relative
{
    position: relative;
}/***************** topnav *******************/
body
{
    background-position: center 40px;
}
#topnav *
{
    box-sizing: content-box;
    -o-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    margin: 0;
    padding: 0;
    border: 0;
}
#topnav
{
    position: relative;
    width: 100%;
    min-width: 980px;
    height: 40px;
    background: #1e1e1e;
    box-shadow: 0 0 2px #1e1e1e;
    font-family: 'Lucida Grande',Tahoma,Arial,sans-serif;
    z-index: 1999;
    color: #556977;
    font-size: 12px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}
#topnav a
{
    text-decoration: none;
    color: #bababa;
}
#topnav a:hover
{
    color: #fff;
}
#topnav .auxiliary
{
    position: absolute;
    border-style: solid;
    border-color: transparent;
    font-size: 0;
    line-height: 0;
}
#topnav .logo
{
    left: 20px;
    top: 0;
    display: block;
    width: 140px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../image/logo_topnav.png");
    background-image: -webkit-image-set(url('../image/logo_topnav.png') 1x,url('imgs/xdlogo/logo_topnav_2x.png?5&v=1517307131') 2x);
    position: absolute;
    z-index: 1;
}
#topnav .logo img
{
    opacity: .9;
    transition: opacity .3s ease-in;
}
#topnav .logo:hover img
{
    opacity: 1;
}
#topnav .topnav-notice
{
    padding-left: 200px;
    padding-right: 490px;
    line-height: 40px;
    position: relative;
}
#topnav .topnav-notice p
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#topnav .topnav-notice-link
{
    color: #c7880e;
}
#topnav .topnav-notice-link:hover
{
    color: #beb03f;
}
#topnav .topnav-links
{
    width: auto;
    height: 40px;
    top: 0;
    right: 40px;
    position: absolute;
    z-index: 1;
}
#topnav .topnav-links li
{
    padding: 10px 0;
}
#topnav .topnav-links .sec
{
    padding: 0 15px 0 35px;
    width: auto;
    *width: 60px;
    height: 20px;
    line-height: 20px;
    text-indent: 0;
    font-size: 14px;
    border: none;
    background-image: url('../image/icon-1471228156.png');
    background-image: -webkit-image-set(url('../image/icon-1471228156.png') 1x,url('imgs/v4/topnav/icon_2x.png?4&v=1471228162') 2x);
    background-repeat: no-repeat;
    display: block;
}
#topnav .topnav-links li.hoverlikeactive:hover a, #topnav .topnav-links li a.sec1
{
    background-position: 14px -288px;
}
#topnav .topnav-links li a.sec2
{
    background-position: 14px -172px;
}
#topnav .topnav-links li a.sec3
{
    background-position: 14px -230px;
    border-right: 1px solid #4c4d4d;
    padding-right: 6px;
}
#topnav .topnav-links a:hover.sec1
{
    background-position: 14px -114px;
}
#topnav .topnav-links a:hover.sec2
{
    background-position: 14px 2px;
}
#topnav .topnav-links a:hover.sec3, #topnav .topnav-links #topnavGameCenter:hover .sec3
{
    background-position: 14px -56px;
}
#topnav .topnav-dropdown-container
{
    position: relative;
}
#topnav .topnav-dropdown-container .topnav-dropdown-body
{
    display: none;
    position: absolute;
    opacity: 0;
    margin-top: -5px;
}
#topnav .support-transition .topnav-dropdown-body, #topnav .transition-on-click .topnav-dropdown-body
{
    visibility: hidden;
    display: block;
    margin-top: 0;
    transform: matrix(1,0,0,1,0,-5);
    -webkit-transform: matrix(1,0,0,1,0,-5);
    transition: opacity .3s ease-in-out,transform .3s ease-in-out,height .3s ease-in-out,visibility 0s linear .3s;
    -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out,height .3s ease-in-out,visibility 0s linear .3s;
    -moz-transition: opacity .3s ease-in-out,-moz-transform .3s ease-in-out,height .3s ease-in-out,visibility 0s linear .3s;
}
#topnav .support-transition:hover .topnav-dropdown-body, #topnav .transition-on-click.active .topnav-dropdown-body
{
    opacity: 1;
    visibility: visible;
    transform: matrix(1,0,0,1,0,0);
    -webkit-transform: matrix(1,0,0,1,0,0);
    transition: opacity .3s ease-in-out,transform .3s ease-in-out,height .3s ease-in-out,visibility 0s linear 0s;
    -webkit-transition: opacity .3s ease-in-out,-webkit-transform .3s ease-in-out,height .3s ease-in-out,visibility 0s linear 0s;
}
#topnav .topnav-dropdown-container .topnav-dropdown-item
{
    display: block;
}
#topnavGameCenter .topnav-dropdown-body
{
    background: #1f1e1e;
    width: 340px;
    right: 0;
    border-radius: 0 0 5px 5px;
    position: absolute;
    overflow: hidden;
    top: 100%;
    height: 400px;
}
#topnav .topnav-links #topnavGameCenter:hover
{
    background-color: #2f3033;
}
#topnav .topnav-links #topnavGameCenter:hover .sec3
{
    color: #fff;
}
#topnavGameCenter.unfold .topnav-dropdown-body
{
    height: 652px;
}
#topnavGameCenter .topnav-dropdown-item
{
    border-bottom: 1px dashed #292827;
    padding: 6px 10px;
    *height: 58px;
}
#topnavGameCenter .topnav-dropdown-item:hover
{
    background-color: #292827;
}
#topnavGameCenter .topnav-dropdown-item .topnav-logo
{
    text-indent: -9999px;
    width: 120px;
    height: 58px;
    background: url(../image/nav_logo.png) no-repeat center 0;
}
#topnavGameCenter .topnav-dropdown-item-sg2 .topnav-logo
{
    background-position: -15px -10px;
}
#topnavGameCenter .topnav-dropdown-item-sy .topnav-logo
{
    background-position: -15px -80px;
}
#topnavGameCenter .topnav-dropdown-item-xxd .topnav-logo
{
    background-position: -15px -156px;
}
#topnavGameCenter .topnav-dropdown-item-js .topnav-logo
{
    background-position: -15px -222px;
}
#topnavGameCenter .topnav-dropdown-item-ktpd .topnav-logo
{
    background-position: -15px -300px;
}
#topnavGameCenter .topnav-dropdown-item-sxd .topnav-logo
{
    background-position: -15px -370px;
}
#topnavGameCenter .topnav-dropdown-item-sssg .topnav-logo
{
    background-position: -15px -444px;
}
#topnavGameCenter .topnav-dropdown-item-tdyx .topnav-logo
{
    background-position: -15px -514px;
}
#topnavGameCenter .topnav-dropdown-item-xxd2 .topnav-logo
{
    background-position: -15px -584px;
}
#topnavGameCenter .topnav-dropdown-item .topnav-title
{
    font-size: 14px;
    line-height: 28px;
    display: block;
}
#topnavGameCenter .topnav-dropdown-item .topnav-more
{
    line-height: 18px;
}
#topnavGameCenter .topnav-toggle-button
{
    position: absolute;
    bottom: 0;
    _bottom: -1px;
    left: 0;
    background-color: #292827;
    width: 100%;
    height: 30px;
}
#topnavGameCenter .topnav-toggle-button .before
{
    _border-color: #292827;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-top-color: #fff;
    margin: 11px auto 0;
    transition: border-top-color .2s ease-in;
}
#topnavGameCenter .topnav-toggle-button:hover .before
{
    border-top-color: #f60;
}
#topnavGameCenter.unfold .topnav-toggle-button .before
{
    border-bottom-color: #fff;
    border-top-width: 0;
}
#topnavGameCenter.unfold .topnav-toggle-button:hover .before
{
    border-bottom-color: #f60;
}
#topnav .topnav-btn
{
    padding: 0 8px;
    height: 24px;
    line-height: 24px;
    background-color: #515150;
    border-radius: 8px;
    display: block;
}
#topnav .topnav-btn-primary
{
    background-color: #f60;
    color: #fff;
}
#topnav .topnav-links .topnav-login-container
{
    padding: 8px 0 0 20px;
}
#topnav .topnav-login-layout
{
    width: 116px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}
#topnav .topnav-login-panel
{
    display: block;
    height: 32px;
    overflow: visible;
}
#topnav .topnav-login-container .logging
{
    width: 24px;
    height: auto;
    margin: 0 auto;
}
#topnav .topnav-login-layout .topnav-btn
{
    margin-right: 16px;
}
#topnav .yes-login .topnav-dropdown-menu
{
    margin-right: 0;
    position: relative;
    color: #bababa;
}
#topnav .yes-login .topnav-dropdown-menu .username
{
    width: 84px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#topnav .yes-login .topnav-dropdown-menu .after
{
    _border-color: #292827;
    _filter: chroma(color=#292827);
    top: 8px;
    right: 8px;
    border-width: 8px;
    border-top-color: #b2b2b2;
}
#topnav .topnav-login-container .active .topnav-dropdown-menu
{
    background-color: #6a6a6a;
    color: #fff;
}
#topnav .topnav-login-container .active .topnav-dropdown-menu .after
{
    border-top-color: #fff;
}
#topnav .yes-login .topnav-dropdown-body
{
    background: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    padding: 4px 0 8px;
    top: 32px;
    box-shadow: 0 0 3px #b2b2b2;
}
#topnav .yes-login .topnav-dropdown-body .auxiliary
{
    left: 100%;
    _border-color: #292827;
    _filter: chroma(color=#292827);
}
#topnav .yes-login .topnav-dropdown-body .before
{
    border-width: 8px;
    border-top: 0;
    border-bottom-color: #b2b2b2;
    top: -8px;
    margin-left: -38px;
}
#topnav .yes-login .topnav-dropdown-body .after
{
    border-width: 7px;
    border-top: 0;
    border-bottom-color: #fff;
    top: -7px;
    margin-left: -37px;
}
#topnav .yes-login .topnav-dropdown-item
{
    width: 112px;
    text-indent: 15px;
    color: #f60;
    font-size: 12px;
}
#topnav .yes-login .topnav-dropdown-item:hover
{
    color: #fff;
    background: #f60;
}/*** 游戏官网联系客服***/
.qq_wpa
{
    width: 89px;
    height: 39px;
    padding: 3px 0 0 37px;
    line-height: 38px;
    color: #325f7f;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none!important;
    text-shadow: none!important;
    display: inline-block;
    cursor: pointer;
    background: url(../image/wpa_a06.png) no-repeat;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../image/wpa_a06.png",sizingMethod="scale");
    zoom: 1;
}
.qq_wpa:hover
{
    text-decoration: none!important;
}
.kefu-qq-link
{
    width: 92px;
    height: 22px;
    text-indent: -9999px;
    line-height: 22px;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    *display: block;
    *zoom: 1;
    background-repeat: no-repeat;
    background: transparent url(../image/qq_kefu-1517203137.png);
    background-size: 100%;
}
#topnavGameCenter .topnav-dropdown-body .content
{
    width: 100%;
    line-height: 30px;
    height: 400px;
}
#topnavGameCenter .topnav-dropdown-body .have-border
{
    border-left: 1px solid #2f3033;
}
#topnavGameCenter .topnav-dropdown-body .content .title_container
{
    background-color: #2f3033;
    padding: 10px 0;
    margin-bottom: 10px;
}
#topnavGameCenter .topnav-dropdown-body .game_title
{
    border-left: 4px solid #f60;
    padding-left: 22px;
    line-height: 16px;
    color: #999;
    font-size: 14px;
    white-space: nowrap;
}
#topnavGameCenter .topnav-dropdown-body .content td
{
    padding-left: 26px;
}
#topnavGameCenter .topnav-dropdown-body .content td a:hover
{
    color: #f60;
    transition: color .3s ease;
}
#topnavGameCenter .topnav-dropdown-body .content a
{
    *zoom: 1;
}
#topnavGameCenter .icon
{
    color: #fff;
    font-size: 8px;
    line-height: 10px;
    height: 10px;
    width: 10px;
    text-align: center;
    display: inline;
    position: absolute;
    margin-top: 10px;
    margin-left: 5px;
    border-radius: 2px;
    z-index: 100;
}
#topnavGameCenter .topnav-dropdown-body .content .new
{
    background-color: #1abc9c;
}
#topnavGameCenter .topnav-dropdown-body .content .hot
{
    background-color: #f60;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm)
{
    #topnavGameCenter .for-chrome
    {
        -webkit-transform: scale(.6);
        display: block;
    }
}/*  @author LR */
*
{
    box-sizing: border-box;
}
.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;
}
@font-face
{
    font-family: ro;
    src: url("../font/ro.eot?");
    src: url("../font/ro.eot?") format("embedded-opentype"),url("../font/ro.woff") format("woff"),url("../font/ro.ttf") format("truetype"),url("../font/ro.svg") format("svg");
}
.font-ro
{
    font-family: ro;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.custom-btn-primary
{
    background-color: #ab9350;
    color: #fff;
}
.custom-btn-primary:hover
{
    background-color: #bca973;
}
.custom-btn-primary:active
{
    background-color: #927d44;
}
.custom-btn-primary.disabled, .custom-btn-primary[disabled]
{
    background-color: #c4b485;
    color: #eae4d3;
}
.custom-btn-primary .btn-primary-disabled
{
    _background-color: #c4b485;
    _color: #eae4d3;
}
body
{
    background-color: #fff;
    color: #532300;
}
.layout, #body .section .section-body
{
    width: 1000px;
    margin: 0 auto;
}
.btn.custom-btn-primary
{
    font-size: 20px;
}
#header
{
    width: 100%;
    height: 126px;
    z-index: 2;
    background-image: url('../image/header.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
    position: absolute;
    top: 40px;
}
#header .header-nav
{
    width: 998px;
    height: 124px;
    line-height: 124px;
}
#header .header-nav li
{
    height: 100%;
}
#header .nav-item
{
    display: block;
    width: 145px;
    height: 100%;
    background-image: url('../image/header-sprite-1478841735.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
    background-position: -569px 0;
    text-align: center;
    font-size: 18px;
    color: #532300;
    position: relative;
}
#header .nav-item .new-feel
{
    text-align: center;
    font-size: 8px;
    text-indent: 0;
    color: #fff;
    border-radius: 2px;
    display: block;
    -webkit-transform: scale(.67);
    transform: scale(.67);
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #f60;
    position: absolute;
    top: 52px;
    right: 19px;
}
#header .nav-other
{
    z-index: 1;
}
#header .nav-other .new-other
{
    position: absolute;
    width: 145px;
    border: 1px solid #e0d6c1;
    height: auto;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: rgba(255,255,255,.72);
    display: none;
}
#header .nav-other .new-other .new-item
{
    display: block;
    width: 100%;
    height: 65px;
    line-height: 64px;
    color: #532300;
    font-size: 18px;
    border-bottom: 1px solid rgba(185,137,74,.2);
    text-align: center;
}
#header .nav-other:hover .new-other
{
    display: block;
}
#header .nav-item:hover, #header .nav-item-active
{
    color: #92745e;
    background-position: -422px 0;
}
#header .nav-logo
{
    width: 420px;
    background-position: 0 0;
}
#header .nav-logo:hover
{
    background-position: 0 0;
}
#header .nav-home
{
    width: 144px;
    background-position: -570px 0;
}
#header .nav-home:hover, #header .nav-home.nav-item-active
{
    background-position: -423px 0;
}
#header .nav-bbs
{
    width: 144px;
}
#header .share-container
{
    background-image: url('../image/header-sprite-1478841735.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
    width: 156px;
    height: 28px;
    line-height: 28px;
    background-position: -718px 0;
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: 344px;
    color: #fff;
}
#header .share-container .text
{
    padding-left: 16px;
}
#header .share-container .share
{
    color: #fff;
    font-size: 20px;
    width: 24px;
    display: inline-block;
}
#header .share-container .share-wechat
{
    position: relative;
}
#header .share-container .share-wechat:hover
{
    _zoom: 1;
}
#header .share-container .share-wechat:hover .ro-site-qrcode
{
    visibility: visible;
}
#header .share-container .ro-site-qrcode
{
    position: absolute;
    right: -5px;
    top: 28px;
    visibility: hidden;
}
#footer
{
    padding: 30px 0;
    background-color: #000;
    color: #534031;
}
#footer a
{
    color: #776859;
}
#footer a:hover
{
    color: #92745e;
}
#footer .xd-logo
{
    background: url(../image/game_footer_white.png) no-repeat 0 center;
    width: 140px;
    height: 40px;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https:../image/game_footer_white.png");
    _background: none;
    _margin-top: 4px;
    cursor: default;
}
#footer .logo-other
{
    position: absolute;
    top: 50px;
}
#footer .logo-jmyx
{
    left: 160px;
    margin-top: 6px;
    width: 94px;
    height: 23px;
    background: url('../image/footer-sprite.png') 0 -35px no-repeat;
}
#footer .logo-gravity
{
    left: 0;
    width: 141px;
    height: 33px;
    background: url('../image/footer-sprite.png') 0 0 no-repeat;
}
.ro-dialog
{
    width: 372px;
}
.ro-dialog .modal-header
{
    padding: 0;
    width: 340px;
    margin: 0 auto;
    border-bottom: 2px solid #ecf0f1;
    color: #9b8049;
    _overflow: hidden;
}
.ro-dialog .modal-header .title
{
    border-bottom: 2px solid #9b8049;
    z-index: 1;
    position: relative;
    line-height: 60px;
    height: 60px;
}
.ro-dialog .modal-header .close
{
    font-size: 30px;
    color: #ab9350;
    margin-top: 0;
    line-height: 60px;
}
.ro-dialog .modal-header .close:hover
{
    color: #caaa51;
}
.ro-dialog .modal-body
{
    color: #532300;
    border: none;
    line-height: 34px;
    padding-top: 18px;
}
.ro-dialog .modal-body .text-indent
{
    text-indent: 30px;
}
.ro-dialog .modal-body .text-center img
{
    display: block;
    margin: 10px auto;
}
.ro-dialog .modal-footer
{
    background-color: #fff;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 4px;
}
.ro-dialog .modal-footer .custom-btn-primary
{
    padding-left: 0;
    padding-right: 0;
    width: 126px;
    min-width: 126px;
    margin: 0;
}
.video-sprite
{
    background-image: url('../image/video-1504237450.png');
    background-repeat: no-repeat;
}
.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;
}
.carouselbtn-sprite
{
    background-image: url('../image/carouselbtn.png');
    background-repeat: no-repeat;
}
.jn-sprite
{
    background-image: url('../image/jn-1501168330.png');
    background-repeat: no-repeat;
}
.tx-sprite
{
    background-image: url('../image/tx-1501239545.png');
    background-repeat: no-repeat;
}
.food-sprite
{
    background-image: url('../image/food.png');
    background-repeat: no-repeat;
}
.gj-sprite
{
    background-image: url('../image/gj.png');
    background-repeat: no-repeat;
}
@-webkit-keyframes running-action
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 100%;
    }
}
@keyframes running-action
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 0 100%;
    }
}
@-webkit-keyframes character-action
{
    0%
    {
        transform: translate(-20px,0);
        -ms-transform: translate(-20px,0);/* IE 9 */
        -moz-transform: translate(-20px,0);/* Firefox */
        -webkit-transform: translate(-20px,0);/* Safari 和 Chrome */
        -o-transform: translate(-20px,0);
    }
    100%
    {
        transform: translate(0,0);
        -ms-transform: translate(0,0);/* IE 9 */
        -moz-transform: translate(0,0);/* Firefox */
        -webkit-transform: translate(0,0);/* Safari 和 Chrome */
        -o-transform: translate(0,0);
    }
}
@keyframes character-action
{
    0%
    {
        transform: translate(-20px,0);
        -ms-transform: translate(-20px,0);/* IE 9 */
        -moz-transform: translate(-20px,0);/* Firefox */
        -webkit-transform: translate(-20px,0);/* Safari 和 Chrome */
        -o-transform: translate(-20px,0);
    }
    100%
    {
        transform: translate(0,0);
        -ms-transform: translate(0,0);/* IE 9 */
        -moz-transform: translate(0,0);/* Firefox */
        -webkit-transform: translate(0,0);/* Safari 和 Chrome */
        -o-transform: translate(0,0);
    }
}
@-webkit-keyframes character-title-action
{
    0%
    {
        transform: translate(0,-20px);
        -ms-transform: translate(0,-20px);/* IE 9 */
        -moz-transform: translate(0,-20px);/* Firefox */
        -webkit-transform: translate(0,-20px);/* Safari 和 Chrome */
        -o-transform: translate(0,-20px);
    }
    100%
    {
        transform: translate(0,0);
        -ms-transform: translate(0,0);/* IE 9 */
        -moz-transform: translate(0,0);/* Firefox */
        -webkit-transform: translate(0,0);/* Safari 和 Chrome */
        -o-transform: translate(0,0);
    }
}
@keyframes character-title-action
{
    0%
    {
        transform: translate(0,-20px);
        -ms-transform: translate(0,-20px);/* IE 9 */
        -moz-transform: translate(0,-20px);/* Firefox */
        -webkit-transform: translate(0,-20px);/* Safari 和 Chrome */
        -o-transform: translate(0,-20px);
    }
    100%
    {
        transform: translate(0,0);
        -ms-transform: translate(0,0);/* IE 9 */
        -moz-transform: translate(0,0);/* Firefox */
        -webkit-transform: translate(0,0);/* Safari 和 Chrome */
        -o-transform: translate(0,0);
    }
}
@-webkit-keyframes ys-action
{
    0%
    {
        transform: translate(0,20px);
        -ms-transform: translate(0,20px);/* IE 9 */
        -moz-transform: translate(0,20px);/* Firefox */
        -webkit-transform: translate(0,20px);/* Safari 和 Chrome */
        -o-transform: translate(0,20px);
    }
    100%
    {
        transform: translate(0,0);
        -ms-transform: translate(0,0);/* IE 9 */
        -moz-transform: translate(0,0);/* Firefox */
        -webkit-transform: translate(0,0);/* Safari 和 Chrome */
        -o-transform: translate(0,0);
    }
}
@keyframes ys-action
{
    0%
    {
        transform: translate(0,20px);
        -ms-transform: translate(0,20px);/* IE 9 */
        -moz-transform: translate(0,20px);/* Firefox */
        -webkit-transform: translate(0,20px);/* Safari 和 Chrome */
        -o-transform: translate(0,20px);
    }
    100%
    {
        transform: translate(0,0);
        -ms-transform: translate(0,0);/* IE 9 */
        -moz-transform: translate(0,0);/* Firefox */
        -webkit-transform: translate(0,0);/* Safari 和 Chrome */
        -o-transform: translate(0,0);
    }
}
@-webkit-keyframes gj-animation
{
    0%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -1079px no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    21%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -1079px no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    23%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -1079px no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    23.1%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 0 no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    25%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 0 no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    46%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 0 no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    48%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 0 no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    48.1%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -3237px no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    50%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -3237px no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    71%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -3237px no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    73%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -3237px no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    73.1%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -2158px no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    75%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -2158px no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    96%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -2158px no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    98%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -2158px no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    98.1%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -1079px no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    100%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -1079px no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
}
@keyframes gj-animation
{
    0%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -1079px no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    21%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -1079px no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    23%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -1079px no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    23.1%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 0 no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    25%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 0 no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    46%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 0 no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    48%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 0 no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    48.1%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -3237px no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    50%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -3237px no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    71%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -3237px no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    73%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -3237px no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    73.1%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -2158px no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    75%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -2158px no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    96%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -2158px no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    98%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -2158px no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    98.1%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -1079px no-repeat;
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
    100%
    {
        height: 1079px;
        width: 1920px;
        background: url('../image/gj.png') 0 -1079px no-repeat;
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
}
@-webkit-keyframes table-animation
{
    0%
    {
        left: 0;
    }
    100%
    {
        left: -4992px;
    }
}
@keyframes table-animation
{
    0%
    {
        left: 0;
    }
    100%
    {
        left: -4992px;
    }
}
@-webkit-keyframes starteat-action
{
    0%
    {
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    100%
    {
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
}
@keyframes starteat-action
{
    0%
    {
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
    }
    100%
    {
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
    }
}
@-webkit-keyframes endeat-action
{
    0%
    {
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
        top: 150px;
    }
    100%
    {
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
        top: 50px;
    }
}
@keyframes endeat-action
{
    0%
    {
        opacity: 0;
        -webkit-filter: opacity(0);
        filter: opacity(0);
        top: 150px;
    }
    100%
    {
        opacity: 1;
        -webkit-filter: opacity(1);
        filter: opacity(1);
        top: 50px;
    }
}
#header .nav-item
{
    position: relative;
}
#header .nav-item .new-feel
{
    text-align: center;
    font-size: 8px;
    text-indent: 0;
    color: #fff;
    border-radius: 2px;
    display: block;
    -webkit-transform: scale(.67);
    transform: scale(.67);
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #f60;
    position: absolute;
    top: 52px;
    right: 19px;
}
#body
{
    width: 100%;
    margin: 0 auto;
    position: relative;
    _background: none;
}
#body .section
{
    height: 1080px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
#body .section .text-circle
{
    background-color: #717171;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 4px;
}
#body .section .section-body
{
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1000px;
    margin-left: -500px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
#body #section1
{
    background-image: url('../image/bg1-1505207515.jpg');
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: transparent;
    background-size: auto;
}
#body #section1 .section-body .share-container
{
    background-image: url('https://web.xdcdn.net/imgs/page-ep2/header-sprite.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
    width: 156px;
    height: 28px;
    line-height: 28px;
    background-position: -718px 0;
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: 344px;
    color: #fff;
}
#body #section1 .section-body .share-container .text
{
    padding-left: 16px;
}
#body #section1 .section-body .share-container .share
{
    color: #fff;
    font-size: 20px;
    width: 24px;
    display: inline-block;
}
#body #section1 .section-body .share-container .share-wechat
{
    position: relative;
}
#body #section1 .section-body .share-container .share-wechat:hover
{
    _zoom: 1;
}
#body #section1 .section-body .share-container .share-wechat:hover .ro-site-qrcode
{
    visibility: visible;
}
#body #section1 .section-body .share-container .ro-site-qrcode
{
    position: absolute;
    right: -5px;
    top: 28px;
    visibility: hidden;
}
#body #section1 .section-body .video-popup-handle
{
    position: absolute;
    width: 596px;
    height: 310px;
    top: 423px;
    left: 50%;
    margin-left: -298px;
    z-index: 2;
}
#body #section1 .section-body .video-popup-handle .video-cover
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/video-cover-1501233085.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}
#body #section1 .section-body .video-popup-handle .video-play-btn
{
    position: absolute;
    width: 596px;
    height: 310px;
    background-image: url('../image/video-play.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
    opacity: .5;
    filter: alpha(opacity=.5);
    left: 0;
    top: 0;
    transition: opacity .5s;
}
#body #section1 .section-body .video-popup-handle:hover .video-play-btn
{
    opacity: 1;
    filter: alpha(opacity=100);
}
#body #section1 .section-body .yy-btn
{
    width: 240px;
    height: 75px;
    position: absolute;
    top: 776px;
    left: 50%;
    margin-left: -120px;
}
#body #section1 .section-body .for-subscribe
{
    position: absolute;
    left: 50%;
    margin-left: -28px;
    top: 778px;
    height: 79px;
    width: 238px;
    background: url('../image/sprite-1521049659.png') 0 -369px no-repeat;
    z-index: 2;
}
#body #section1 .section-body .for-subscribe:hover
{
    height: 79px;
    width: 238px;
    background: url('../image/sprite-1521049659.png') 0 -126px no-repeat;
}
#body #section1 .section-body .xxf-download
{
    position: absolute;
    left: 50%;
    margin-left: -28px;
    top: 860px;
    height: 79px;
    width: 238px;
    background: url('../image/sprite-1521049659.png') 0 -288px no-repeat;
    z-index: 2;
}
#body #section1 .section-body .xxf-download:hover
{
    height: 79px;
    width: 238px;
    background: url('../image/sprite-1521049659.png') 0 -207px no-repeat;
}
#body #section1 .section-body .download-qrcode
{
    width: 219px;
    height: 160px;
    position: absolute;
    left: 50%;
    top: 780px;
    margin-left: -250px;
    background-image: url('../image/download-qrcode.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
    z-index: 2;
}
#body #section1 .section-body .mnq
{
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -30px;
    top: 950px;
    height: 16px;
    width: 90px;
    background: url('../image/sprite-1521049659.png') 0 -504px no-repeat;
}
#body #section1 .section-body .mnq:hover
{
    background: url('../image/sprite-1521049659.png') 0 -450px no-repeat;
}
#body #section1 .section-body .mnq-mac
{
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 950px;
    margin-left: -35px;
    height: 16px;
    width: 107px;
    background: url('../image/sprite-1521049659.png') 0 -486px no-repeat;
}
#body #section1 .section-body .mnq-mac:hover
{
    height: 16px;
    width: 107px;
    background: url('../image/sprite-1521049659.png') 0 -468px no-repeat;
}
#body #section1 .section-body .xxf-download
{
    position: absolute;
    left: 50%;
    margin-left: -28px;
    top: 860px;
    height: 79px;
    width: 238px;
    background: url('../image/sprite-1521049659.png') 0 -288px no-repeat;
    z-index: 2;
}
#body #section1 .section-body .xxf-download:hover
{
    height: 79px;
    width: 238px;
    background: url('../image/sprite-1521049659.png') 0 -207px no-repeat;
}
#body #section1 .section-body .btn-more-boli
{
    background-image: url('../image/boli-1460124779.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
    position: absolute;
    width: 188px;
    height: 48px;
    left: 50%;
    margin-left: -500px;
    top: 136px;
    z-index: 2;
}
#body #section2
{
    background-image: url('../image/bg2-1501168330.jpg');
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: transparent;
    background-size: auto;
}
#body #section2 .section-body #mwCarousel
{
    width: 1200px;
    height: 400px;
    top: 210px;
    right: 100px;
    position: relative;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container
{
    width: 910px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 10px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw
{
    width: 182px;
    height: 324px;
    cursor: pointer;
    float: left;
    position: relative;
    top: 20px;
    text-align: center;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw .mw-name
{
    color: #6c6165;
    visibility: hidden;
    z-index: 2;
    position: relative;
    text-shadow: 1px 1px 1px #fff;
    bottom: 15px;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw .mw-name.mw-name-cn
{
    font-size: 32px;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw .mw-name.mw-name-en
{
    font-size: 20px;
    bottom: 30px;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw1 .mw-unactive
{
    z-index: 1;
    width: 182px;
    height: 324px;
    height: 202px;
    width: 182px;
    background: url('../image/section2.png') 0 0 no-repeat;
    display: block;
    position: relative;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw1 .mw-active
{
    z-index: 1;
    width: 220px;
    height: 324px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: -25px;
    background-image: url('../image/bft.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 220px;
    animation: running-action 1s steps(19) infinite;
    -ms-animation: running-action 1s steps(19) infinite;/* IE 9 */
    -moz-animation: running-action 1s steps(19) infinite;/* Firefox */
    -webkit-animation: running-action 1s steps(19) infinite;/* Safari 和 Chrome */
    -o-animation: running-action 1s steps(19) infinite;
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw1.active-item .mw-unactive
{
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw1.active-item .mw-active
{
    display: block;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw1.active-item .mw-name
{
    visibility: visible;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw2 .mw-unactive
{
    z-index: 1;
    width: 182px;
    height: 324px;
    height: 202px;
    width: 182px;
    background: url('../image/section2.png') 0 -3034px no-repeat;
    display: block;
    position: relative;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw2 .mw-active
{
    z-index: 1;
    width: 220px;
    height: 324px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: -25px;
    background-image: url('../image/sml.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 220px;
    animation: running-action 1.6s steps(31) infinite;
    -ms-animation: running-action 1.6s steps(31) infinite;/* IE 9 */
    -moz-animation: running-action 1.6s steps(31) infinite;/* Firefox */
    -webkit-animation: running-action 1.6s steps(31) infinite;/* Safari 和 Chrome */
    -o-animation: running-action 1.6s steps(31) infinite;
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw2.active-item .mw-unactive
{
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw2.active-item .mw-active
{
    display: block;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw2.active-item .mw-name
{
    visibility: visible;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw3 .mw-unactive
{
    z-index: 1;
    width: 182px;
    height: 324px;
    height: 202px;
    width: 182px;
    background: url('../image/section2.png') 0 -222px no-repeat;
    display: block;
    position: relative;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw3 .mw-active
{
    z-index: 1;
    width: 220px;
    height: 324px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: -25px;
    background-image: url('../image/boli-1501168333.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 220px;
    animation: running-action .9s steps(17) infinite;
    -ms-animation: running-action .9s steps(17) infinite;/* IE 9 */
    -moz-animation: running-action .9s steps(17) infinite;/* Firefox */
    -webkit-animation: running-action .9s steps(17) infinite;/* Safari 和 Chrome */
    -o-animation: running-action .9s steps(17) infinite;
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw3.active-item .mw-unactive
{
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw3.active-item .mw-active
{
    display: block;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw3.active-item .mw-name
{
    visibility: visible;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw4 .mw-unactive
{
    z-index: 1;
    width: 182px;
    height: 324px;
    height: 202px;
    width: 182px;
    background: url('../image/section2.png') 0 -444px no-repeat;
    display: block;
    position: relative;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw4 .mw-active
{
    z-index: 1;
    width: 220px;
    height: 324px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: -25px;
    background-image: url('../image/dilong.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 220px;
    animation: running-action 1.5s steps(29) infinite;
    -ms-animation: running-action 1.5s steps(29) infinite;/* IE 9 */
    -moz-animation: running-action 1.5s steps(29) infinite;/* Firefox */
    -webkit-animation: running-action 1.5s steps(29) infinite;/* Safari 和 Chrome */
    -o-animation: running-action 1.5s steps(29) infinite;
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw4.active-item .mw-unactive
{
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw4.active-item .mw-active
{
    display: block;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw4.active-item .mw-name
{
    visibility: visible;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw5 .mw-unactive
{
    z-index: 1;
    width: 182px;
    height: 324px;
    height: 202px;
    width: 182px;
    background: url('../image/section2.png') 0 -666px no-repeat;
    display: block;
    position: relative;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw5 .mw-active
{
    z-index: 1;
    width: 220px;
    height: 324px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: -25px;
    background-image: url('../image/emo.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 220px;
    animation: running-action 1.5s steps(29) infinite;
    -ms-animation: running-action 1.5s steps(29) infinite;/* IE 9 */
    -moz-animation: running-action 1.5s steps(29) infinite;/* Firefox */
    -webkit-animation: running-action 1.5s steps(29) infinite;/* Safari 和 Chrome */
    -o-animation: running-action 1.5s steps(29) infinite;
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw5.active-item .mw-unactive
{
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw5.active-item .mw-active
{
    display: block;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw5.active-item .mw-name
{
    visibility: visible;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw6 .mw-unactive
{
    z-index: 1;
    width: 182px;
    height: 324px;
    height: 202px;
    width: 182px;
    background: url('../image/section2.png') 0 -888px no-repeat;
    display: block;
    position: relative;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw6 .mw-active
{
    z-index: 1;
    width: 220px;
    height: 324px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: -25px;
    background-image: url('../image/gn.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 220px;
    animation: running-action 1.5s steps(29) infinite;
    -ms-animation: running-action 1.5s steps(29) infinite;/* IE 9 */
    -moz-animation: running-action 1.5s steps(29) infinite;/* Firefox */
    -webkit-animation: running-action 1.5s steps(29) infinite;/* Safari 和 Chrome */
    -o-animation: running-action 1.5s steps(29) infinite;
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw6.active-item .mw-unactive
{
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw6.active-item .mw-active
{
    display: block;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw6.active-item .mw-name
{
    visibility: visible;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw7 .mw-unactive
{
    z-index: 1;
    width: 182px;
    height: 324px;
    height: 202px;
    width: 182px;
    background: url('../image/section2.png') 0 -1300px no-repeat;
    display: block;
    position: relative;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw7 .mw-active
{
    z-index: 1;
    width: 220px;
    height: 324px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: -25px;
    background-image: url('../image/llh.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 220px;
    animation: running-action .75s steps(14) infinite;
    -ms-animation: running-action .75s steps(14) infinite;/* IE 9 */
    -moz-animation: running-action .75s steps(14) infinite;/* Firefox */
    -webkit-animation: running-action .75s steps(14) infinite;/* Safari 和 Chrome */
    -o-animation: running-action .75s steps(14) infinite;
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw7.active-item .mw-unactive
{
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw7.active-item .mw-active
{
    display: block;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw7.active-item .mw-name
{
    visibility: visible;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw8 .mw-unactive
{
    z-index: 1;
    width: 182px;
    height: 324px;
    height: 202px;
    width: 182px;
    background: url('../image/section2.png') 0 -1522px no-repeat;
    display: block;
    position: relative;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw8 .mw-active
{
    z-index: 1;
    width: 220px;
    height: 324px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: -25px;
    background-image: url('../image/mtl.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 220px;
    animation: running-action 1.25s steps(24) infinite;
    -ms-animation: running-action 1.25s steps(24) infinite;/* IE 9 */
    -moz-animation: running-action 1.25s steps(24) infinite;/* Firefox */
    -webkit-animation: running-action 1.25s steps(24) infinite;/* Safari 和 Chrome */
    -o-animation: running-action 1.25s steps(24) infinite;
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw8.active-item .mw-unactive
{
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw8.active-item .mw-active
{
    display: block;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw8.active-item .mw-name
{
    visibility: visible;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw9 .mw-unactive
{
    z-index: 1;
    width: 182px;
    height: 324px;
    height: 202px;
    width: 182px;
    background: url('../image/section2.png') 0 -2812px no-repeat;
    display: block;
    position: relative;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw9 .mw-active
{
    z-index: 1;
    width: 220px;
    height: 324px;
    position: absolute;
    left: 50%;
    margin-left: -110px;
    top: -25px;
    background-image: url('../image/shenv.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 220px;
    animation: running-action 1.2s steps(23) infinite;
    -ms-animation: running-action 1.2s steps(23) infinite;/* IE 9 */
    -moz-animation: running-action 1.2s steps(23) infinite;/* Firefox */
    -webkit-animation: running-action 1.2s steps(23) infinite;/* Safari 和 Chrome */
    -o-animation: running-action 1.2s steps(23) infinite;
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw9.active-item .mw-unactive
{
    display: none;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw9.active-item .mw-active
{
    display: block;
}
#body #section2 .section-body #mwCarousel .mwcarousel-container .mw.mw9.active-item .mw-name
{
    visibility: visible;
}
#body #section2 .section-body #mwCarousel .mw-prev
{
    position: absolute;
    left: 100px;
    top: 200px;
    width: 44px;
    height: 75px;
    text-indent: -9999px;
    background-image: url('../image/carouselbtn.png');
    background-repeat: no-repeat;
    background-position: 0 -150px;
    background-color: transparent;
    background-size: auto;
}
#body #section2 .section-body #mwCarousel .mw-prev:hover
{
    background-image: url('../image/carouselbtn.png');
    background-repeat: no-repeat;
    background-position: 0 -225px;
    background-color: transparent;
    background-size: auto;
}
#body #section2 .section-body #mwCarousel .mw-next
{
    position: absolute;
    left: 1056px;
    top: 200px;
    width: 44px;
    height: 75px;
    text-indent: -9999px;
    background-image: url('../image/carouselbtn.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}
#body #section2 .section-body #mwCarousel .mw-next:hover
{
    background-image: url('../image/carouselbtn.png');
    background-repeat: no-repeat;
    background-position: 0 -75px;
    background-color: transparent;
    background-size: auto;
}
#body #section2 .section-body .mw-video
{
    position: absolute;
    width: 1120px;
    height: 370px;
    top: 616px;
    left: 50%;
    margin-left: -574px;
    z-index: 2;
}
#body #section2 .section-body .mw-video .mw-video-cover
{
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../image/mw-video-cover.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}
#body #section2 .section-body .mw-video .mw-video-cover .video-name
{
    font-family: BlinkMacSystemFont;
    color: #ab8b53;
    font-size: 28px;
    float: left;
    width: 280px;
    height: 60px;
    text-align: center;
    position: relative;
    top: 325px;
    right: 10px;
    z-index: 4;
}
#body #section2 .section-body .mw-video .mw-video-cover .mw-video-cover-container
{
    position: absolute;
    top: 0;
    left: 0;
    width: 1120px;
    height: 370px;
    z-index: 3;
}
#body #section2 .section-body .mw-video .mw-video-cover .mw-video-cover-container .video-cover-1
{
    width: 279px;
    height: 370px;
    float: left;
    background-image: url('../image/1-1501168329.jpg');
    background-repeat: no-repeat;
    background-position: 3px 0;
    background-color: transparent;
    background-size: auto;
    opacity: 1;
    filter: alpha(opacity=1);
    transition: opacity .5s;
    cursor: pointer;
}
#body #section2 .section-body .mw-video .mw-video-cover .mw-video-cover-container .video-cover-1.active
{
    opacity: 0;
    filter: alpha(opacity=0);
}
#body #section2 .section-body .mw-video .mw-video-cover .mw-video-cover-container .video-cover-2
{
    width: 279px;
    height: 370px;
    float: left;
    background-image: url('../image/2-1501168329.jpg');
    background-repeat: no-repeat;
    background-position: 3px 0;
    background-color: transparent;
    background-size: auto;
    opacity: 1;
    filter: alpha(opacity=1);
    transition: opacity .5s;
    cursor: pointer;
}
#body #section2 .section-body .mw-video .mw-video-cover .mw-video-cover-container .video-cover-2.active
{
    opacity: 0;
    filter: alpha(opacity=0);
}
#body #section2 .section-body .mw-video .mw-video-cover .mw-video-cover-container .video-cover-3
{
    width: 279px;
    height: 370px;
    float: left;
    background-image: url('../image/3-1501168329.jpg');
    background-repeat: no-repeat;
    background-position: 3px 0;
    background-color: transparent;
    background-size: auto;
    opacity: 1;
    filter: alpha(opacity=1);
    transition: opacity .5s;
    cursor: pointer;
}
#body #section2 .section-body .mw-video .mw-video-cover .mw-video-cover-container .video-cover-3.active
{
    opacity: 0;
    filter: alpha(opacity=0);
}
#body #section2 .section-body .mw-video .mw-video-cover .mw-video-cover-container .video-cover-4
{
    width: 279px;
    height: 370px;
    float: left;
    background-image: url('../image/4-1501168329.jpg');
    background-repeat: no-repeat;
    background-position: 3px 0;
    background-color: transparent;
    background-size: auto;
    opacity: 1;
    filter: alpha(opacity=1);
    transition: opacity .5s;
    cursor: pointer;
}
#body #section2 .section-body .mw-video .mw-video-cover .mw-video-cover-container .video-cover-4.active
{
    opacity: 0;
    filter: alpha(opacity=0);
}
#body #section2 .section-body .mw-video .carousel
{
    width: 1120px;
    height: 370px;
    z-index: 3;
}
#body #section3
{
    background-image: url('../image/bg3-1501168330.jpg');
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: transparent;
    background-size: auto;
}
#body #section3 .section-body .tx-container
{
    height: 300px;
    width: 171px;
    position: absolute;
    left: -140px;
    top: 300px;
}
#body #section3 .section-body .tx-container .tx
{
    height: 113px;
    width: 171px;
    display: block;
    margin: 20px 0;
    z-index: 1;
    cursor: pointer;
    position: relative;
}
#body #section3 .section-body .tx-container .tx.tx-szj
{
    background-image: url('../image/tx-1501239545.png');
    background-repeat: no-repeat;
    background-position: 0 -113px;
    background-color: transparent;
    background-size: auto;
}
#body #section3 .section-body .tx-container .tx.tx-wj
{
    background-image: url('../image/tx-1501239545.png');
    background-repeat: no-repeat;
    background-position: 0 -339px;
    background-color: transparent;
    background-size: auto;
}
#body #section3 .section-body .tx-container .tx .tx-active
{
    height: 113px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all .5s;
    width: 0;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=1);
}
#body #section3 .section-body .tx-container .tx .tx-active.tx-szj-active
{
    background-image: url('../image/tx-1501239545.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}
#body #section3 .section-body .tx-container .tx .tx-active.tx-wj-active
{
    background-image: url('../image/tx-1501239545.png');
    background-repeat: no-repeat;
    background-position: 0 -226px;
    background-color: transparent;
    background-size: auto;
}
#body #section3 .section-body .tx-container .tx.active .tx-active
{
    width: 171px;
    opacity: 1;
    filter: alpha(opacity=100);
}
#body #section3 .section-body .character-container
{
    position: absolute;
    width: 1300px;
    height: 1080px;
    left: 0;
}
#body #section3 .section-body .character-container .character-item
{
    width: 1300px;
    height: 1080px;
    display: none;
}
#body #section3 .section-body .character-container .character-item.character-item-szj
{
    display: block;
}
#body #section3 .section-body .character-container .character-item.character-item-wj
{
    display: none;
}
#body #section3 .section-body .character-container .character-item .character-img
{
    width: 922px;
    height: 1080px;
    position: absolute;
    left: 466px;
    top: 0;
    animation: character-action .5s;
    -ms-animation: character-action .5s;/* IE 9 */
    -moz-animation: character-action .5s;/* Firefox */
    -webkit-animation: character-action .5s;/* Safari 和 Chrome */
    -o-animation: character-action .5s;
}
#body #section3 .section-body .character-container .character-item .character-img.character-img-szj
{
    background-image: url('../image/character-szj.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}
#body #section3 .section-body .character-container .character-item .character-img.character-img-wj
{
    background-image: url('../image/character-wj.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}
#body #section3 .section-body .character-container .character-item .character-title
{
    width: 518px;
    height: 278px;
    position: absolute;
    left: 90px;
    top: 292px;
    animation: character-title-action .5s;
    -ms-animation: character-title-action .5s;/* IE 9 */
    -moz-animation: character-title-action .5s;/* Firefox */
    -webkit-animation: character-title-action .5s;/* Safari 和 Chrome */
    -o-animation: character-title-action .5s;
}
#body #section3 .section-body .character-container .character-item .character-title.character-title-szj
{
    background-image: url('../image/title-szj.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}
#body #section3 .section-body .character-container .character-item .character-title.character-title-wj
{
    background-image: url('../image/title-wj.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}
#body #section3 .section-body .character-container .character-item .ys-container
{
    width: 340px;
    height: 160px;
    position: absolute;
    left: 96px;
    top: 600px;
    animation: ys-action .5s;
    -ms-animation: ys-action .5s;/* IE 9 */
    -moz-animation: ys-action .5s;/* Firefox */
    -webkit-animation: ys-action .5s;/* Safari 和 Chrome */
    -o-animation: ys-action .5s;
}
#body #section3 .section-body .character-container .character-item .ys-container .ys-text
{
    width: 80px;
    height: 100px;
    color: #6c6165;
    font-size: 14px;
    text-align: center;
    line-height: 100px;
    float: left;
}
#body #section3 .section-body .character-container .character-item .ys-container .jn-container
{
    width: 240px;
    height: 160px;
    float: left;
}
#body #section3 .section-body .character-container .character-item .ys-container .jn-container .jn-item
{
    width: 108px;
    margin: 0 6px;
    height: 160px;
    float: left;
}
#body #section3 .section-body .character-container .character-item .ys-container .jn-container .jn-item .jn-img
{
    width: 108px;
    height: 108px;
    display: block;
    position: relative;
    cursor: pointer;
}
#body #section3 .section-body .character-container .character-item .ys-container .jn-container .jn-item .jn-img.jn-img-sszl
{
    background-image: url('../image/jn-1501168330.png');
    background-repeat: no-repeat;
    background-position: 0 -216px;
    background-color: transparent;
    background-size: auto;
}
#body #section3 .section-body .character-container .character-item .ys-container .jn-container .jn-item .jn-img.jn-img-yswg
{
    background-image: url('../image/jn-1501168330.png');
    background-repeat: no-repeat;
    background-position: 0 -324px;
    background-color: transparent;
    background-size: auto;
}
#body #section3 .section-body .character-container .character-item .ys-container .jn-container .jn-item .jn-img.jn-img-ddlj
{
    background-image: url('../image/jn-1501168330.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}
#body #section3 .section-body .character-container .character-item .ys-container .jn-container .jn-item .jn-img.jn-img-zqbs
{
    background-image: url('../image/jn-1501168330.png');
    background-repeat: no-repeat;
    background-position: 0 -432px;
    background-color: transparent;
    background-size: auto;
}
#body #section3 .section-body .character-container .character-item .ys-container .jn-container .jn-item .jn-img .jn-btn
{
    width: 108px;
    height: 108px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../image/jn-1501168330.png');
    background-repeat: no-repeat;
    background-position: 0 -108px;
    background-color: transparent;
    background-size: auto;
    display: none;
}
#body #section3 .section-body .character-container .character-item .ys-container .jn-container .jn-item .jn-img:hover .jn-btn
{
    display: block;
}
#body #section3 .section-body .character-container .character-item .ys-container .jn-container .jn-item .jn-text
{
    text-align: center;
    color: #6f5111;
    margin-top: 20px;
}
#body #section4
{
    height: 1080px;
    background-image: url('../image/bg4-1504237450.jpg');
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: transparent;
    background-size: auto;
}
#body #section4 .title
{
    width: 972px;
    height: 72px;
    position: absolute;
    left: 50%;
    margin-left: -486px;
    top: 90px;
    background-image: url('../image/title-1504237450.png');
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: transparent;
    background-size: auto;
    z-index: 2;
}
#body #section4 .gj
{
    width: 1920px;
    height: 1079px;
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    height: 1079px;
    width: 1920px;
    background: url('../image/gj.png') 0 -1079px no-repeat;
    animation: gj-animation 16s linear infinite;
    -ms-animation: gj-animation 16s linear infinite;/* IE 9 */
    -moz-animation: gj-animation 16s linear infinite;/* Firefox */
    -webkit-animation: gj-animation 16s linear infinite;/* Safari 和 Chrome */
    -o-animation: gj-animation 16s linear infinite;
}
#body #section4 .gj.unactive
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .video-popup-handle
{
    width: 180px;
    height: 224px;
    position: absolute;
    left: 50%;
    margin-left: -410px;
    top: 532px;
    z-index: 2;
    height: 224px;
    width: 180px;
    background: url('../image/video-1504237450.png') 0 -224px no-repeat;
}
#body #section4 .video-popup-handle:hover
{
    height: 224px;
    width: 180px;
    background: url('../image/video-1504237450.png') 0 0 no-repeat;
}
#body #section4 .table-container
{
    position: absolute;
    width: 1920px;
    height: 324px;
    bottom: 0;
    left: 50%;
    margin-left: -960px;
    z-index: 3;
}
#body #section4 .table-container .table-top
{
    width: 1920px;
    height: 40px;
    z-index: 3;
    background-image: url('../image/table-top.jpg');
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}
#body #section4 .table-container .table-middle
{
    width: 1920px;
    height: 240px;
    overflow: hidden;
    z-index: 4;
    position: relative;
    bottom: 88px;
}
#body #section4 .table-container .table-middle .table
{
    width: 6912px;
    height: 240px;
    z-index: 4;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background-image: url('../image/table-middle.jpg');
    background-repeat: repeat-x;
    background-position: 0 88px;
    background-color: transparent;
    background-size: auto;
    animation: table-animation 40s linear infinite;
    -ms-animation: table-animation 40s linear infinite;/* IE 9 */
    -moz-animation: table-animation 40s linear infinite;/* Firefox */
    -webkit-animation: table-animation 40s linear infinite;/* Safari 和 Chrome */
    -o-animation: table-animation 40s linear infinite;
}
#body #section4 .table-container .table-middle .table .food
{
    display: block;
    width: 310px;
    height: 240px;
    margin: 18px 37px;
    float: left;
    z-index: 5;
    cursor: pointer;
}
#body #section4 .table-container .table-middle .table .food.food-1
{
    height: 240px;
    width: 310px;
    background: url('../image/food.png') 0 0 no-repeat;
}
#body #section4 .table-container .table-middle .table .food.food-2
{
    height: 240px;
    width: 310px;
    background: url('../image/food.png') 0 -1200px no-repeat;
}
#body #section4 .table-container .table-middle .table .food.food-3
{
    height: 240px;
    width: 310px;
    background: url('../image/food.png') 0 -1440px no-repeat;
}
#body #section4 .table-container .table-middle .table .food.food-4
{
    height: 240px;
    width: 310px;
    background: url('../image/food.png') 0 -1680px no-repeat;
}
#body #section4 .table-container .table-middle .table .food.food-5
{
    height: 240px;
    width: 310px;
    background: url('../image/food.png') 0 -1920px no-repeat;
}
#body #section4 .table-container .table-middle .table .food.food-6
{
    height: 240px;
    width: 310px;
    background: url('../image/food.png') 0 -2160px no-repeat;
}
#body #section4 .table-container .table-middle .table .food.food-7
{
    height: 240px;
    width: 310px;
    background: url('../image/food.png') 0 -2400px no-repeat;
}
#body #section4 .table-container .table-middle .table .food.food-8
{
    height: 240px;
    width: 310px;
    background: url('../image/food.png') 0 -2640px no-repeat;
}
#body #section4 .table-container .table-middle .table .food.food-9
{
    height: 240px;
    width: 310px;
    background: url('../image/food.png') 0 -2880px no-repeat;
}
#body #section4 .table-container .table-middle .table .food.food-10
{
    height: 240px;
    width: 310px;
    background: url('../image/food.png') 0 -240px no-repeat;
}
#body #section4 .table-container .table-middle .table .food.food-11
{
    height: 240px;
    width: 310px;
    background: url('../image/food.png') 0 -480px no-repeat;
}
#body #section4 .table-container .table-middle .table .food.food-12
{
    height: 240px;
    width: 310px;
    background: url('../image/food.png') 0 -720px no-repeat;
}
#body #section4 .table-container .table-middle .table .food.food-13
{
    height: 240px;
    width: 310px;
    background: url('../image/food.png') 0 -960px no-repeat;
}
#body #section4 .table-container .table-middle .table:hover, #body #section4 .table-container .table-middle .table.active
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .table-container .table-bottom
{
    width: 1920px;
    height: 168px;
    z-index: 3;
    position: relative;
    bottom: 88px;
    background-image: url('../image/table-bottom.jpg');
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}
#body #section4 .table-container .table-bottom .bottom-text
{
    width: 248px;
    height: 30px;
    background-image: url('../image/bottom-text.png');
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
    margin: 0 auto;
    position: relative;
    top: 15px;
}
#body #section4 .showfood
{
    display: none;
    background-image: url('../image/shine.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
    width: 574px;
    height: 568px;
    position: absolute;
    left: 50%;
    margin-left: -287px;
    top: 250px;
    z-index: 10;
}
#body #section4 .showfood .eat-food
{
    width: 310px;
    height: 240px;
    position: absolute;
    left: 50%;
    margin-left: -155px;
    top: 150px;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
#body #section4 .showfood.showfood-1 .eat-food
{
    background-image: url('../image/1-1504237449.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 310px;
    animation: running-action 1.75s steps(6) 1s forwards;
    -ms-animation: running-action 1.75s steps(6) 1s forwards;/* IE 9 */
    -moz-animation: running-action 1.75s steps(6) 1s forwards;/* Firefox */
    -webkit-animation: running-action 1.75s steps(6) 1s forwards;/* Safari 和 Chrome */
    -o-animation: running-action 1.75s steps(6) 1s forwards;
}
#body #section4 .showfood.showfood-2 .eat-food
{
    background-image: url('../image/2-1504237449.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 310px;
    animation: running-action 1.75s steps(6) 1s forwards;
    -ms-animation: running-action 1.75s steps(6) 1s forwards;/* IE 9 */
    -moz-animation: running-action 1.75s steps(6) 1s forwards;/* Firefox */
    -webkit-animation: running-action 1.75s steps(6) 1s forwards;/* Safari 和 Chrome */
    -o-animation: running-action 1.75s steps(6) 1s forwards;
}
#body #section4 .showfood.showfood-3 .eat-food
{
    background-image: url('../image/3-1504237449.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 310px;
    animation: running-action 1.5s steps(5) 1s forwards;
    -ms-animation: running-action 1.5s steps(5) 1s forwards;/* IE 9 */
    -moz-animation: running-action 1.5s steps(5) 1s forwards;/* Firefox */
    -webkit-animation: running-action 1.5s steps(5) 1s forwards;/* Safari 和 Chrome */
    -o-animation: running-action 1.5s steps(5) 1s forwards;
}
#body #section4 .showfood.showfood-4 .eat-food
{
    background-image: url('../image/4-1504237449.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 310px;
    animation: running-action 1.5s steps(5) 1s forwards;
    -ms-animation: running-action 1.5s steps(5) 1s forwards;/* IE 9 */
    -moz-animation: running-action 1.5s steps(5) 1s forwards;/* Firefox */
    -webkit-animation: running-action 1.5s steps(5) 1s forwards;/* Safari 和 Chrome */
    -o-animation: running-action 1.5s steps(5) 1s forwards;
}
#body #section4 .showfood.showfood-5 .eat-food
{
    background-image: url('../image/5-1504237449.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 310px;
    animation: running-action 1.25s steps(4) 1s forwards;
    -ms-animation: running-action 1.25s steps(4) 1s forwards;/* IE 9 */
    -moz-animation: running-action 1.25s steps(4) 1s forwards;/* Firefox */
    -webkit-animation: running-action 1.25s steps(4) 1s forwards;/* Safari 和 Chrome */
    -o-animation: running-action 1.25s steps(4) 1s forwards;
}
#body #section4 .showfood.showfood-6 .eat-food
{
    background-image: url('../image/6-1504237449.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 310px;
    animation: running-action 1.5s steps(5) 1s forwards;
    -ms-animation: running-action 1.5s steps(5) 1s forwards;/* IE 9 */
    -moz-animation: running-action 1.5s steps(5) 1s forwards;/* Firefox */
    -webkit-animation: running-action 1.5s steps(5) 1s forwards;/* Safari 和 Chrome */
    -o-animation: running-action 1.5s steps(5) 1s forwards;
}
#body #section4 .showfood.showfood-7 .eat-food
{
    background-image: url('../image/7-1504237449.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 310px;
    animation: running-action 1.25s steps(4) 1s forwards;
    -ms-animation: running-action 1.25s steps(4) 1s forwards;/* IE 9 */
    -moz-animation: running-action 1.25s steps(4) 1s forwards;/* Firefox */
    -webkit-animation: running-action 1.25s steps(4) 1s forwards;/* Safari 和 Chrome */
    -o-animation: running-action 1.25s steps(4) 1s forwards;
}
#body #section4 .showfood.showfood-8 .eat-food
{
    background-image: url('../image/8-1504237449.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 310px;
    animation: running-action 1.5s steps(5) 1s forwards;
    -ms-animation: running-action 1.5s steps(5) 1s forwards;/* IE 9 */
    -moz-animation: running-action 1.5s steps(5) 1s forwards;/* Firefox */
    -webkit-animation: running-action 1.5s steps(5) 1s forwards;/* Safari 和 Chrome */
    -o-animation: running-action 1.5s steps(5) 1s forwards;
}
#body #section4 .showfood.showfood-9 .eat-food
{
    background-image: url('../image/9-1504237449.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 310px;
    animation: running-action 1.5s steps(5) 1s forwards;
    -ms-animation: running-action 1.5s steps(5) 1s forwards;/* IE 9 */
    -moz-animation: running-action 1.5s steps(5) 1s forwards;/* Firefox */
    -webkit-animation: running-action 1.5s steps(5) 1s forwards;/* Safari 和 Chrome */
    -o-animation: running-action 1.5s steps(5) 1s forwards;
}
#body #section4 .showfood.showfood-10 .eat-food
{
    background-image: url('../image/10-1504237449.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 310px;
    animation: running-action 1.25s steps(4) 1s forwards;
    -ms-animation: running-action 1.25s steps(4) 1s forwards;/* IE 9 */
    -moz-animation: running-action 1.25s steps(4) 1s forwards;/* Firefox */
    -webkit-animation: running-action 1.25s steps(4) 1s forwards;/* Safari 和 Chrome */
    -o-animation: running-action 1.25s steps(4) 1s forwards;
}
#body #section4 .showfood.showfood-11 .eat-food
{
    background-image: url('../image/11-1504237449.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 310px;
    animation: running-action 1.75s steps(6) 1s forwards;
    -ms-animation: running-action 1.75s steps(6) 1s forwards;/* IE 9 */
    -moz-animation: running-action 1.75s steps(6) 1s forwards;/* Firefox */
    -webkit-animation: running-action 1.75s steps(6) 1s forwards;/* Safari 和 Chrome */
    -o-animation: running-action 1.75s steps(6) 1s forwards;
}
#body #section4 .showfood.showfood-12 .eat-food
{
    background-image: url('../image/12-1504237449.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 310px;
    animation: running-action 1.5s steps(5) 1s forwards;
    -ms-animation: running-action 1.5s steps(5) 1s forwards;/* IE 9 */
    -moz-animation: running-action 1.5s steps(5) 1s forwards;/* Firefox */
    -webkit-animation: running-action 1.5s steps(5) 1s forwards;/* Safari 和 Chrome */
    -o-animation: running-action 1.5s steps(5) 1s forwards;
}
#body #section4 .showfood.showfood-13 .eat-food
{
    background-image: url('../image/13-1504237449.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 310px;
    animation: running-action 1.5s steps(5) 1s forwards;
    -ms-animation: running-action 1.5s steps(5) 1s forwards;/* IE 9 */
    -moz-animation: running-action 1.5s steps(5) 1s forwards;/* Firefox */
    -webkit-animation: running-action 1.5s steps(5) 1s forwards;/* Safari 和 Chrome */
    -o-animation: running-action 1.5s steps(5) 1s forwards;
}
#body #section4 .showfood .start-eat
{
    position: absolute;
    width: 128px;
    height: 66px;
    z-index: 12;
    left: 50%;
    margin-left: -70px;
    top: 50px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background-image: url('../image/start-eat.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
    animation: starteat-action .5s 1s forwards;
    -ms-animation: starteat-action .5s 1s forwards;/* IE 9 */
    -moz-animation: starteat-action .5s 1s forwards;/* Firefox */
    -webkit-animation: starteat-action .5s 1s forwards;/* Safari 和 Chrome */
    -o-animation: starteat-action .5s 1s forwards;
}
#body #section4 .showfood .after-eat
{
    opacity: 0;
    -webkit-filter: opacity(0);
    filter: opacity(0);
    position: absolute;
    width: 220px;
    height: 160px;
    z-index: 12;
    left: 50%;
    margin-left: -110px;
    top: 150px;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #ffe348;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    animation: endeat-action 1s 2s forwards;
    -ms-animation: endeat-action 1s 2s forwards;/* IE 9 */
    -moz-animation: endeat-action 1s 2s forwards;/* Firefox */
    -webkit-animation: endeat-action 1s 2s forwards;/* Safari 和 Chrome */
    -o-animation: endeat-action 1s 2s forwards;
}
#body #section4 .showfood .start-eat, #body #section4 .showfood .after-eat
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .showfood.showfood-1 .eat-food
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .showfood.showfood-2 .eat-food
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .showfood.showfood-3 .eat-food
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .showfood.showfood-4 .eat-food
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .showfood.showfood-5 .eat-food
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .showfood.showfood-6 .eat-food
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .showfood.showfood-7 .eat-food
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .showfood.showfood-8 .eat-food
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .showfood.showfood-9 .eat-food
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .showfood.showfood-10 .eat-food
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .showfood.showfood-11 .eat-food
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .showfood.showfood-12 .eat-food
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .showfood.showfood-13 .eat-food
{
    animation-play-state: paused;
    -ms-animation-play-state: paused;/* IE 9 */
    -moz-animation-play-state: paused;/* Firefox */
    -webkit-animation-play-state: paused;/* Safari 和 Chrome */
    -o-animation-play-state: paused;
}
#body #section4 .showfood.onactive .start-eat, #body #section4 .showfood.onactive .after-eat
{
    animation-play-state: running;
    -ms-animation-play-state: running;/* IE 9 */
    -moz-animation-play-state: running;/* Firefox */
    -webkit-animation-play-state: running;/* Safari 和 Chrome */
    -o-animation-play-state: running;
}
#body #section4 .showfood.onactive.showfood-1 .eat-food
{
    animation-play-state: running;
    -ms-animation-play-state: running;/* IE 9 */
    -moz-animation-play-state: running;/* Firefox */
    -webkit-animation-play-state: running;/* Safari 和 Chrome */
    -o-animation-play-state: running;
}
#body #section4 .showfood.onactive.showfood-2 .eat-food
{
    animation-play-state: running;
    -ms-animation-play-state: running;/* IE 9 */
    -moz-animation-play-state: running;/* Firefox */
    -webkit-animation-play-state: running;/* Safari 和 Chrome */
    -o-animation-play-state: running;
}
#body #section4 .showfood.onactive.showfood-3 .eat-food
{
    animation-play-state: running;
    -ms-animation-play-state: running;/* IE 9 */
    -moz-animation-play-state: running;/* Firefox */
    -webkit-animation-play-state: running;/* Safari 和 Chrome */
    -o-animation-play-state: running;
}
#body #section4 .showfood.onactive.showfood-4 .eat-food
{
    animation-play-state: running;
    -ms-animation-play-state: running;/* IE 9 */
    -moz-animation-play-state: running;/* Firefox */
    -webkit-animation-play-state: running;/* Safari 和 Chrome */
    -o-animation-play-state: running;
}
#body #section4 .showfood.onactive.showfood-5 .eat-food
{
    animation-play-state: running;
    -ms-animation-play-state: running;/* IE 9 */
    -moz-animation-play-state: running;/* Firefox */
    -webkit-animation-play-state: running;/* Safari 和 Chrome */
    -o-animation-play-state: running;
}
#body #section4 .showfood.onactive.showfood-6 .eat-food
{
    animation-play-state: running;
    -ms-animation-play-state: running;/* IE 9 */
    -moz-animation-play-state: running;/* Firefox */
    -webkit-animation-play-state: running;/* Safari 和 Chrome */
    -o-animation-play-state: running;
}
#body #section4 .showfood.onactive.showfood-7 .eat-food
{
    animation-play-state: running;
    -ms-animation-play-state: running;/* IE 9 */
    -moz-animation-play-state: running;/* Firefox */
    -webkit-animation-play-state: running;/* Safari 和 Chrome */
    -o-animation-play-state: running;
}
#body #section4 .showfood.onactive.showfood-8 .eat-food
{
    animation-play-state: running;
    -ms-animation-play-state: running;/* IE 9 */
    -moz-animation-play-state: running;/* Firefox */
    -webkit-animation-play-state: running;/* Safari 和 Chrome */
    -o-animation-play-state: running;
}
#body #section4 .showfood.onactive.showfood-9 .eat-food
{
    animation-play-state: running;
    -ms-animation-play-state: running;/* IE 9 */
    -moz-animation-play-state: running;/* Firefox */
    -webkit-animation-play-state: running;/* Safari 和 Chrome */
    -o-animation-play-state: running;
}
#body #section4 .showfood.onactive.showfood-10 .eat-food
{
    animation-play-state: running;
    -ms-animation-play-state: running;/* IE 9 */
    -moz-animation-play-state: running;/* Firefox */
    -webkit-animation-play-state: running;/* Safari 和 Chrome */
    -o-animation-play-state: running;
}
#body #section4 .showfood.onactive.showfood-11 .eat-food
{
    animation-play-state: running;
    -ms-animation-play-state: running;/* IE 9 */
    -moz-animation-play-state: running;/* Firefox */
    -webkit-animation-play-state: running;/* Safari 和 Chrome */
    -o-animation-play-state: running;
}
#body #section4 .showfood.onactive.showfood-12 .eat-food
{
    animation-play-state: running;
    -ms-animation-play-state: running;/* IE 9 */
    -moz-animation-play-state: running;/* Firefox */
    -webkit-animation-play-state: running;/* Safari 和 Chrome */
    -o-animation-play-state: running;
}
#body #section4 .showfood.onactive.showfood-13 .eat-food
{
    animation-play-state: running;
    -ms-animation-play-state: running;/* IE 9 */
    -moz-animation-play-state: running;/* Firefox */
    -webkit-animation-play-state: running;/* Safari 和 Chrome */
    -o-animation-play-state: running;
}
#body #section4 .link-container
{
    width: 246px;
    height: 334px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 6;
    transition: all 1s;
}
#body #section4 .link-container .link-bg
{
    width: 246px;
    height: 248px;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 6;
    background-image: url('../image/bg-1504237450.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}
#body #section4 .link-container .link-tx
{
    width: 164px;
    height: 334px;
    right: 0;
    bottom: 0;
    z-index: 7;
    position: absolute;
    background-image: url('../image/tx-1504237450.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}
#body #section4 .link-container .link-text
{
    width: 188px;
    height: 70px;
    z-index: 7;
    position: absolute;
    left: 0;
    bottom: 30px;
    background-image: url('../image/text-1504237450.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}
#body #section5
{
    height: 1080px;
    background-image: url('../image/bg5-1505207515.jpg');
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: transparent;
    background-size: auto;
}
#body #section5 .text-item
{
    color: #40397b;
    font-size: 16px;
    position: absolute;
    top: 450px;
    left: 50%;
    margin-left: -296px;
}
#body #section5 .section-body .info
{
    position: absolute;
    left: 50%;
    margin-left: -347px;
    width: 694px;
    height: 433px;
    top: 514px;
    background-image: url('../image/info-1505207515.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
    color: #936e27;
    line-height: 24px;
    font-size: 16px;
}
#body #section5 .section-body .info .wechat
{
    position: absolute;
    left: 130px;
    top: 260px;
}
#body #section5 .section-body .info .qq-group
{
    position: absolute;
    left: 314px;
    top: 100px;
    width: 340px;
    text-indent: 96px;
}
#body #section5 .section-body .info .sina
{
    position: absolute;
    left: 314px;
    top: 200px;
    width: 340px;
    text-indent: 96px;
    padding: 9px 0;
    color: #936e27;
}
#body #sectionGuideBar
{
    position: fixed;
    _display: none;
    right: 30px;
    top: 50%;
    width: 30px;
    margin-top: -171px;
    z-index: 8;
}
#body #sectionGuideBar .bar
{
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: relative;
}
#body #sectionGuideBar .bar .font-ro
{
    display: block;
    position: absolute;
    font-size: 30px;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 1;
    color: #6f5111;
    transition: opacity .5s;
}
#body #sectionGuideBar .for-active
{
    opacity: 0;
    filter: alpha(opacity=0);
}
#body #sectionGuideBar .for-unactive
{
    opacity: 1;
    filter: alpha(opacity=100);
}
#body #sectionGuideBar .bar-active .for-active
{
    opacity: 1;
    filter: alpha(opacity=100);
}
#body #sectionGuideBar .bar-active .for-unactive
{
    opacity: 0;
    filter: alpha(opacity=0);
}
#body #sectionGuideBar .bar-space
{
    height: 22px;
    width: 0;
    font-size: 0;
    border-left: 2px dotted #6f5111;
    margin: 0 auto;
}
.iti-mobile .intl-tel-input.iti-container
{
    z-index: 100000;
}
.pop-container
{
    position: relative;
    display: none;
    width: 592px;
    height: 372px;
    border-radius: 30px;
}
.pop-container .title
{
    width: 572px;
    height: 70px;
    padding: 15px 0;
    margin: 0 10px;
    border-bottom: 4px solid #ecf0f1;
    color: #ab9350;
    font-size: 20px;
    text-indent: 40px;
    z-index: 1;
}
.pop-container .btn-close
{
    position: absolute;
    right: 23px;
    top: 19px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 5;
    background-image: url('../image/close.jpg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: 30px;
}
.pop-container .for-order-1
{
    position: relative;
    width: 592px;
    height: 294px;
}
.pop-container .for-order-1 .form-group
{
    width: 300px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -144px;
    top: 60px;
    font-size: 14px;
    line-height: 20px;
    color: #592a09;
}
.pop-container .for-order-1 .form-group input
{
    font-size: 18px;
    color: #97835c;
    background-color: #ecf0f1;
    line-height: 37px;
    width: 200px;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
}
.pop-container .for-order-1 .form-group .intl-tel-input.allow-dropdown .selected-flag
{
    width: 46px;
    background-color: #ecf0f1;
    outline: none;
}
.pop-container .for-order-1 .form-group .country-list
{
    margin: 3px 0 0 0;
    font-size: 14px;
    z-index: 6;
    width: 200px;
    height: 210px;
}
.pop-container .for-order-1 .form-group .help-block
{
    margin-top: 10px;
    font-size: 18px;
    color: #e74c3c;
    padding-left: 73px;
    height: 36px;
}
.pop-container .for-order-1 .btn-submit
{
    width: 130px;
    height: 42px;
    background-color: #ab9350;
    position: absolute;
    left: 50%;
    margin-left: -63px;
    top: 160px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
}
.pop-container .for-order-1 .order-tip-text
{
    color: #8b8069;
    position: relative;
    top: 250px;
    text-align: center;
    font-size: 16px;
}
.pop-container .success-tip .success-title
{
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    color: #9b8049;
    margin-top: 10px;
    text-indent: 20px;
}
.pop-container .success-tip .success-qrcode
{
    position: relative;
    height: 148px;
    text-align: center;
}
.pop-container .success-tip .success-qrcode img
{
    width: 148px;
    height: 148px;
}
.pop-container .success-tip .some-other-text
{
    margin-top: 44px;
    color: #8b8069;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
}
.pop-container .return-tip .return-text
{
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    color: #9b8049;
    margin-top: 10px;
    text-indent: 20px;
}
.pop-container .return-tip .be-ok
{
    width: 130px;
    height: 42px;
    background-color: #ab9350;
    position: absolute;
    left: 50%;
    margin-left: -63px;
    top: 260px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
}
.pop-container .success-tip, .pop-container .return-tip
{
    display: none;
}
.pop-container.subscribe-success .success-tip
{
    display: block;
}
.pop-container.subscribe-success .for-order-1
{
    display: none;
}
.pop-container.subscribe-fail .return-tip
{
    display: block;
}
.pop-container.subscribe-fail .for-order-1
{
    display: none;
}
.black-drop, .black-food
{
    position: fixed!important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 9;
    display: none;
}
.popupvideo
{
    padding-top: 49.2%;
    position: absolute;
    width: 87.5%;
    top: 50%;
    left: 6.25%;
    margin-top: -24.6%;
}
.popupvideo video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#popupmnq
{
    color: #9b8049;
    width: 370px;
    height: 270px;
    padding: 0 15px 20px;
}
#popupmnq .modal-header
{
    position: relative;
    padding: 0 5px;
    height: 60px;
    font-size: 24px;
}
#popupmnq .modal-header .title
{
    font-size: 20px;
    line-height: 60px;
    float: left;
}
#popupmnq .modal-header .close
{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    background-image: url('../image/close.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: auto;
    background: none;
    text-indent: 0;
    float: right;
    line-height: 24px;
    margin-top: 18px;
    color: #666;
    transition: color .3s ease;
}
#popupmnq .modal-header .border-bottom
{
    position: absolute;
    bottom: -2px;
    left: 1px;
    width: 87px;
    height: 2px;
    background: #9b8049;
}
#popupmnq .modal-body
{
    font-size: 20px;
    padding: 15px 55px 0;
    border-top: 2px solid #ecf0f1;
    line-height: 26px;
}
#popupmnq .modal-body .itempopup
{
    width: 69px;
    height: 69px;
}
#popupmnq .modal-body .itempopup.popup1
{
    background-image: url('../image/ropopup1.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: auto;
}
#popupmnq .modal-body .itempopup.popup2
{
    background-image: url('../image/ropopup2.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: auto;
    margin: 0 5px;
}
#popupmnq .modal-body .itempopup.popup3
{
    background-image: url('../image/ropopup3.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: auto;
}
#popupmnq .modal-body .itempopup.popup4
{
    background-image: url('../image/ropopup4.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: auto;
}
#popupmnq .modal-body .has-tip-sm
{
    padding-top: 12px;
    clear: both;
    font-size: 16px;
}
#popupmnq .modal-body .has-bottom
{
    padding-bottom: 15px;
}
#popupmac
{
    color: #9b8049;
    width: 370px;
    height: 270px;
    padding: 0 15px 20px;
}
#popupmac .modal-header
{
    position: relative;
    padding: 0 5px;
    height: 60px;
    font-size: 24px;
}
#popupmac .modal-header .title
{
    font-size: 20px;
    line-height: 60px;
    float: left;
}
#popupmac .modal-header .close
{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    background: none;
    text-indent: 0;
    float: right;
    line-height: 24px;
    margin-top: 18px;
    color: #666;
    transition: color .3s ease;
    background-image: url('../image/close.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: auto;
}
#popupmac .modal-header .border-bottom
{
    position: absolute;
    bottom: -2px;
    left: 1px;
    width: 87px;
    height: 2px;
    background: #9b8049;
}
#popupmac .modal-body
{
    font-size: 20px;
    padding: 15px 55px 0;
    border-top: 2px solid #ecf0f1;
    line-height: 26px;
}
#popupmac .modal-body .itempopup
{
    width: 69px;
    height: 69px;
}
#popupmac .modal-body .itempopup.popup3
{
    display: block;
    margin: auto;
    background-image: url('../image/ropopup3.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: transparent;
    background-size: auto;
}
#popupmac .modal-body .has-tip-sm
{
    padding-top: 12px;
    clear: both;
    font-size: 16px;
}
#popupmac .modal-body .has-bottom
{
    padding-bottom: 15px;
}
#footer
{
    min-width: 1000px;
    overflow: hidden;
}