body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, button, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei";
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
    outline: 0;
    border: 0;
}

a {
    text-decoration: none;
}

body {
    background: #333c47;
}

button, textarea {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.fn-clear:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}
.page-section{
    height:800px;
}
/*fullpage.css*/
.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    height: auto !important;
}

.footer {
    height: 287px;
    background: black;
    width: 100%;
}
.footer .fhyx_footer{
    margin-top:0;
}
.header {
    height: 200px;
    background: black;
}

.section-container {
    height: 100%;
    width: 100%;
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.section-container a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #202121;
    box-sizing: border-box;
}

.time-container {
    width: 1000px;
    height: 32px;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
    z-index: 12;
}

.time-toggle {
    width: 144px;
    height: 32px;
    background-color: #000000;
    border-radius: 16px;
    float: right;
    cursor: pointer;
}

.time-toggle a {
    width: 50%;
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    border-radius: 16px;
}

.time-toggle a:first-child {
    background: #fa4f20;
}

.time-toggle.checked a:first-child {
    background: transparent;
}

.time-toggle.checked a + a {
    background: #fa4f20;
}

.top-container {
    width: 1000px;
    height: 344px;
    position: absolute;
    top: 14%;
    left: 0;
    right: 0;
    margin: auto;
}

.top1-container {
    float: left;
    width: 455px;
    height: 344px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 16px 37px 0 37px;
}

.top-container .top1-container-right {
    float: right;
}

.ranking-name {
    height: 54px;
    border-bottom: 1px solid #ffffff;
    line-height: 54px;
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 27px;
}

.top1-content {
    width: 100%;
    overflow: hidden;
    height: 210px;
    display: block;
}

.top1-content > img {
    float: left;
    width: 158px;
    height: 210px;
    border-radius: 6px;
}

.top1-content > div {
    width: 200px;
    float: left;
    margin-left: 20px;
    height: 210px;
}

.top1-content .game-c-name {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top1-content .game-e-name {
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px auto 13px;
}

.top1-content .game-score {
    margin-bottom: 16px;
    overflow: hidden;
}

.top1-content .game-score img {
    float: left;
    width: 46px;
}

.top1-content .game-score p {
    float: left;
    width: 110px;
    font-size: 14px;
    margin: 14px 0 3px 10px;
    color: rgba(255, 255, 255, 0.7);
}

.top1-content .game-score div {
    float: left;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: white;
    width: 135px;
    margin-left: 10px;
}

.top1-content .game-score div.hide {
    display: none;
}

.top1-content .game-score div b {
    float: left;
    margin-top: 4px;
    width: 106px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    margin-right: 5px;
}

.top1-content .game-score div b i {
    display: block;
    float: left;
    width: 60%;
    height: 8px;
    border-radius: 4px;
    background: #fa4f20;
}

.top1-content .game-describe {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    clear: both;
}

.others-container {
    width: 1000px;
    height: 175px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12%;
}

.others-container a {
    float: left;
    width: 96px;
    margin-left: 17px;
    display: block;
    position: relative;
    height: 175px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 4px 4px;
}

.others-container a:first-child {
    margin-left: 0;
}

.others-container .level-change {
    height: 0.42px;
    text-align: center;
}

.others-container .level-up {
    width: 0.2px;
}

.others-container .level-down {
    width: 0.2px;
}

.others-container .level-new {
    width: 0.25px;
    margin-top: 0.1px;
}

.others-container .level {
    width: 0.15px;
    margin-top: 0.16px;
}

.others-container .ranking-num {
    position: absolute;
    width: 27px;
    height: 27px;
    font-size: 12px;
    text-align: left;
    /*text-indent: 5px;*/

    line-height: 20px;
    background: url(../images/lt.png) no-repeat;
    left: -2px;
    top: -2px;
    color: white;
    text-indent: 7px;
}

.others-container a:last-child .ranking-num {
    text-indent: 2px;
}

.others-container .game-img {
    width: 100%;
    height: 127px;
    vertical-align: bottom;
}

.others-container .game-chinese {
    height: 16px;
    line-height: 16px;
    margin: 5px 0 5px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 3px;
}

.others-container .game-english {
    height: 14px;
    line-height: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    color: #999999;
    box-sizing: border-box;
    padding: 0 3px;
}

.all-ranking {
    width: 1000px;
    height: 595px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.all-ranking .ranking-container {
    width: 320px;
    height: 595px;
    background-color: rgba(0, 0, 0, 0.7);
    margin-left: 20px;
    box-sizing: border-box;
    padding: 8px 10px 0;
    float: left;
}

.all-ranking .ranking-container:first-child {
    margin-left: 0;
}

.ranking-container > h3 {
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #eaedf3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 22px;
}

.ranking-container .one-row {
    height: 20px;
    overflow: hidden;

}

.ranking-container li {
    overflow: hidden;
    margin-bottom: 18px;
    width: 100%;
    box-sizing: border-box;
    padding: 2px 0 0 2px;
}

.one-row span {
    float: left;
    width: 37px;
    text-align: left;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
}

.one-row div {
    float: left;
    width: 230px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

.one-row b {
    float: right;
    width: 16px;
    height: 15px;
    margin-top: 2px;
    background: url(../images/fh6.png) no-repeat center center;
}

.one-row .up {
    background-image: url(../images/fh9.png);
}

.one-row .down {
    background-image: url(../images/fh8.png);
}

.one-row .level {
    background-image: url(../images/fh7.png);
}

.main-content {
    display: none;
}

.ranking-container li.checked .main-content {
    display: block;
}

.ranking-container li.checked .one-row {
    display: none;
}

.main-content .a-img {
    float: left;
    width: 96px;
    height: 127px;
    border-radius: 6px;
    position: relative;
}

.main-content .a-img img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.main-content .a-img div {
    position: absolute;
    width: 27px;
    height: 27px;
    font-size: 12px;
    text-align: left;
    /* text-indent: 5px; */
    line-height: 20px;
    background: url(../images/lt.png) no-repeat;
    left: -2px;
    top: -2px;
    color: white;
    text-indent: 6px;
}

.ranking-container li:last-child .a-img div {
    text-indent: 2px;
}

.main-content .ranking-right {
    float: left;
    width: 190px;
    margin-left: 10px;
}

.ranking-right .game-name {
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.ranking-right .game-name a {
    float: left;
    max-width: 160px;
    overflow: hidden;
    height: 20px;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1px;
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}

.game-name b {
    float: right;
    width: 16px;
    height: 15px;
    margin-top: 2px;
    background: url(../images/fh6.png) no-repeat center center;
}

.game-name .up {
    background-image: url(../images/fh9.png);
}

.game-name .down {
    background-image: url(../images/fh8.png);
}

.game-name .level {
    background-image: url(../images/fh7.png);
}

.ranking-right p {
    font-size: 12px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.5);
    clear: both;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ranking-right {
    font-size: 0;
}

.ranking-right .buy-now {
    display: inline-block;
    width: 85px;
    height: 30px;
    background-color: #fa4f20;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
    margin-top: 8px;
}

.ranking-right .join-cart {
    display: inline-block;
    width: 93px;
    height: 30px;
    border-radius: 4px;
    border: solid 1px #fa4f20;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fa4f20;
    vertical-align: middle;
    margin: 8px 0 0 5px;
}

.special-container {
    width: 984px;
    height: 80%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.special-container p {
    margin: 0 auto 40px;
    width: 112px;
    height: 44px;
    line-height: 44px;
    border-bottom: 3px solid #fa4f20;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.special-ul {
    width: 100%;
    height: 90%;
}

.special-container .special-ul a {
    display: block;
    margin: 0 auto 30px;
    height: auto;
}

.special-container .special-ul a img {
    display: block;
    vertical-align: bottom;
    margin: auto;
    height: 16vh;
    border-radius:8px;
}

.bg-window {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

.video-window {
    position: fixed;
    width: 1000px;
    height: 600px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.6);
    z-index: 101;
    display: none;
}

.video-window .close-btn {
    position: absolute;
    top: 0;
    right: -27px;
    background: url(../images/close.jpg) no-repeat;
    width: 27px;
    height: 27px;
    cursor: pointer;
}

.fhyxhk_nav_c {
    height: 43px !important;
}

/*导航*/
#menu {
    position: fixed;
    right: 30px;
    top: 20%;
    width: 30px;
    z-index: 10;
}

#menu a {
    display: block;
    width: 34px;
    height: 30px;
    margin-bottom: 15px;
    background: url(../images/rt1.png) no-repeat center center;
}

#menu .active a {
    background-image: url(../images/rl1.png);
}

#menu .a3 {
    background-image: url(../images/rt2.png);
}

#menu .a3:hover,
#menu .active .a3 {
    background-image: url(../images/rl2.png);
}

#menu .a4 {
    background-image: url(../images/rt3.png);
}
#menu .a4:hover,
#menu .active .a4 {
    background-image: url(../images/rl3.png);
}

#menu .a5 {
    background-image: url(../images/rt4.png);
}
#menu .a5:hover,
#menu .active .a5 {
    background-image: url(../images/rl4.png);
}

#menu .a6 {
    background-image: url(../images/rt5.png);
}
#menu .a6:hover,
#menu .active .a6 {
    background-image: url(../images/rl5.png);
}

#menu .a7 {
    background-image: url(../images/rt6.png);
}
#menu .a7:hover,
#menu .active .a7 {
    background-image: url(../images/rl6.png);
}

#menu .a8 {
    background-image: url(../images/rt7.png);
}
#menu .a8:hover,
#menu .active .a8 {
    background-image: url(../images/rl7.png);
}

#menu .a9 {
    background-image: url(../images/rt8.png);
}
#menu .a9:hover,
#menu .active .a9 {
    background-image: url(../images/rl8.png);
}

#menu .a10 {
    background-image: url(../images/rt8.png);
    display: none;
    margin-bottom: 0;
}
#menu .a10:hover,
#menu .active .a10 {
    background-image: url(../images/rl8.png);
}

#menu .a11 {
    background-image: url(../images/rt8.png);
    display: none;
    margin-bottom: 0;
}
#menu .a11:hover,
#menu .active .a11 {
    background-image: url(../images/rl8.png);
}

#menu .a12 {
    background-image: url(../images/rt9.png);
}
#menu .a12:hover,
#menu .active .a12 {
    background-image: url(../images/rl9.png);
}

