html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
em,
button,
blockquote {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

button {
    cursor: pointer;
}

.select_role {
    display: inline !important;
}

.logout_btn {
    display: inline !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th,
ul,
ol {
    padding: 0;
}

img {
    border: 0;
    vertical-align: bottom;
}

em {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

i {
    font-style: normal;
}

button,
input,
select,
textarea {
    border: none;
    outline: none;
    font-family: "Microsoft Yahei";
    -webkit-appearance: none;
    appearance: none;
}

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

.clearfix {
    *zoom: 1;
}

/* link */

a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:focus {
    outline: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

html,
body {
    width: 100%;
    background: #fff;
    font-size: 12px;
    max-width: none;
    -webkit-touch-callout: none;
    /*系统默认菜单被禁用*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -khtml-user-select: none;
    /*早期浏览器*/
    -moz-user-select: none;
    /*火狐*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
}

[v-cloak] {
    display: none;
}

@font-face {
    font-family: "fangzheng";
    src: url("../font/fangzheng.ttf");
}

.wrap *,
.wrap *:before,
.wrap *:after {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #fff9ea;
    /*ie下隐藏滚动条*/
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.header-box {
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
}

.header-box.fixed {
    position: fixed;
}

.header-box .nav-list {
    display: flex;
}

.header-box .nav-list .nav-item {
    color: #fff9ea;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: "fangzheng";
}

.header-box .nav-list .nav-item.on {
    background: url("../images/nav-li-bg.png") no-repeat center/100% 100%;
}

.header-box .icon-hamburg {
    background: url("../images/icon-hamburg.png") no-repeat center/100% 100%;
    display: none;
}

/* pc端微信登录二维码处理 */
#ams_loginWxDiv {
    box-sizing: content-box;
}

/* footer */
#gfooter {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
}

#gfooter .foot {
    background: transparent;
    color: #ffe9d1;
}

#gfooter .foot_lefts {
    display: block;
    float: none;
}

#gfooter .foot_ieg_logo {
    /* background-color: #fff; */
    display: block;
    float: none;
    margin: -20px auto;
}

#gfooter .foot_links {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
}

#gfooter .foot_cpright {
    padding: 0;
}

.foot_links .link_map span,
.foot_links .link_map a,
.copyright_zh a,
.copyright_public a,
.foot_links .copyright_txt {
    color: #ffe9d1 !important;
    font-family: "fangzheng";
}

/*分页器*/
.page-device {
    color: #c89f5d;
    text-align: center;
}

.page-device button {
    display: inline-block;
    cursor: pointer;
    color: #c89f5d;
    background: transparent;
    border: 1px solid #e0caa9;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
    color: #c89f5d;
    border: 1px solid #e0caa9;
}

.page-device .current {
    background: #c89f5d;
    color: #faf2e8;
}

/* 页面数量 */
.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #0073a9;
    margin: 0 5px;
}

/*button禁用*/
.page-device button:disabled {
    opacity: 0.5;
    cursor: no-drop;
}

.game_advice {
    font-family: "FangZheng", Arial, sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.game_advice2 {
    font-family: "FangZheng", Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}
