﻿@charset "UTF-8";

/*=======================
重置样式
一般需要根据设计把字体样式，背景色之类设为全局
=========================*/
html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    _background: url(about:blank);
}

body {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    font-family: 'Microsoft YaHei', arial;
    font-size: 12px;
    line-height: 1.5em;
}

* {
    margin: 0;
    padding: 0;
}

body,
input,
textarea,
select {
    color: #333;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #222;
}

a:hover {
    color: #F49003;
}

a img,
img {
    border: none 0;
}

textarea {
    resize: none;
}

/* 一些常用css名 */


.mt2 {
    margin-top: 2px;
}

.mt10 {
    margin-top: 10px;
}

.mt50 {
    margin-top: 50px;
}

/*全局模块头,块 */
.m-title {
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #E7E7E7;
    font-family: "微软雅黑";
}

.m-title h2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    border-bottom: 2px solid #ff7324;
    font-size: 22px;
    color: #222;
}

.more {
    position: absolute;
    right: 10px;
    top: 0;
    height: 40px;
    line-height: 40px;
    color: #000;
    font-size: 12px !important;
}

/*清除浮动*/
.clear {
    zoom: 1;
}

.clear:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: "clear";
}

.to-top {
    display: block;
    position: fixed;
    left: 50%;
    margin-left: 505px;
    bottom: 80px;
    z-index: 1;
    width: 40px;
    height: 40px;
    -webkit-user-select: none;
    background: #f3f3f3 url("../images/to-top.png") no-repeat 0 0;
}

.to-top:hover {
    background-color: #ff8a00;
    background-position: 0 -40px;
}


/*=======================
模块1：通用-顶部导航
=========================*/
.top-nav-wrap,
.top-nav {
    height: 74px;
    line-height: 74px;
}

.top-nav-wrap {
    width: 100%;
    background: #fff;
}

.top-nav {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}

.logo {
    float: left;
    width: 188px;
    height: 60px;
    background: url("../images/logo.png") no-repeat 0 0;
}

.logo a {
    display: block;
    height: 100%;
    text-indent: -9999px;
}

/*======================
主导航 main_nav.css
======================
*/
.main-nav-wrap {
    width: 100%;
    height: 46px;
    background: #3F3F3F;
}

.main-nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.main-nav {
    margin: 0 auto 0;
    width: 1000px;
    height: 46px;
    text-align: center;
}

.main-nav li {
    float: left;
    height: 46px;
}

.main-nav li a {
    display: block;
    width: 125px;
    height: 46px;
    line-height: 46px;
    border-radius: 2px;
    font-size: 17px;
    color: #fff;
    font-family: '微软雅黑';
}

.main-nav li a:hover,
.main-nav li a.action {
    color: #FFF;
    text-decoration: none;
    background: #F49003;
}

.main-nav .current {
    background: #F49003;
}


/*=================================
模块2：当前位置
=================================
*/
.localhost {
    width: 988px;
    height: 20px;
    border: 1px solid #e4e4e4;
    margin: 5px auto;
    padding: 5px 0 5px 10px;
}

.localhost a {
    /* color: #8C8C8C; */
}

.localhost span {
    float: right;
    padding-right: 20px;
    color: #f00;
}

/*======================
模块3：全局-页脚
========================*/
.footer-wrap {
    margin-top: 12px;
    height: auto;
    overflow: hidden;
}

.footer-wrap .footer {
    margin: 0 auto;
    padding: 20px 0 0;
    height: 74px;
    width: 1000px;
}

.footer-wrap .footer p {
    text-align: center;
    color: #A3A3A3;
}

.footer-wrap .footer a {
    text-align: center;
    color: #A3A3A3;
    font-size: 13px;
}

.footer-wrap .footer a:hover {
    color: #FC9914;
}

.firend-link-mode .m-title {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    border: none;
    height: 35px;
    border-bottom: 2px solid #EBEBEB;
    background: #F5F5F5;
}

.firend-link-mode .m-title h2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 35px;
    font-size: 16px;
    text-indent: 15px;
    color: #FF6700;
    border: none;
    border-bottom: 2px solid #FF6700;
}

.firend-link-mode .m-content {
    margin: 0 auto;
    padding: 5px;
    width: 1000px;
    color: #DBDBDB;
    border-bottom: 1px solid #F5F5F5;
}

.firend-link-mode .m-content a {
    padding: 0 3px;
    color: #333;
}

.main-wrap {
    position: relative;
    z-index: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.main-content {
    position: relative;
    z-index: 2;
    /* margin: 110px auto 0; */
    width: 1000px;
    padding-bottom: 20px;
    border-radius: 3px;
    background: #fff;
}

/*背景图*/
.bg {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    min-width: 1000px;
    height: 790px;
    background: url("../images/bg.jpg") no-repeat center 0;
    z-index: 0;
}

/*ios,android-ico*/
.ios-ico,
.android-ico {
    display: inline-block;
    vertical-align: bottom;
    width: 18px;
    height: 18px;
    background: url(../images/ios_and_ico.jpg) no-repeat;
}

.ios-ico {
    background-position: 0 0;
}

.android-ico {
    background-position: -20px 0;
}

.all-games-page {
    width: 100%;
    text-align: center;
}

.all-games-page a {
    display: inline-block;
    margin: 0 2px;
    padding: 0 11px;
    width: auto;
    height: 28px;
    line-height: 28px;
    color: #666;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.all-games-page a:hover,
.all-games-page .action {
    color: #fff;
    border-color: #FF6700;
    background-color: #FF6700;
    text-decoration: none;
}

.all-games-page .disable:hover,
.all-games-page .disable {
    color: #bbb !important;
    border-color: #f5f5f5 !important;
    background-color: #f5f5f5 !important;
    cursor: default;
}

.flex-new-list .news-title {
    width: 70%;
    overflow: hidden;
    text-wrap: nowrap;
    text-overflow: ellipsis;
}

/* 友情链接 */
.seo {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #E7E7E7;
}

.seo h2 {
    display: inline-block;
    font-weight: 400;
    padding: 0 15px;
    height: 40px;
    border-bottom: 2px solid #ff7324;
    font-size: 22px;
}

.g-linkbox {
    width: 1000px;
    margin: 0 auto;
}

.g-linkbox p {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.g-linkbox a {
    display: inline-block;
    color: #333;
    margin-right: 22px;
    overflow: hidden;
    margin-bottom: 6px;
}