@charset "gb2312";
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q,
blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
input,
button,
textarea,
select {
    outline: none;
    *font-size: 100%;
    margin: 0;
    border: 0;
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}
img {
    border: 0;
    outline: 0;
    -webkit-user-drag:none
}
body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    background: #fbf7ee;
    width: 100%;
    height: 100%;
}
a {
    text-decoration: none;
    color: inherit;
}

/* 重置页面样式 */
.cjd_asidebox .game-simple .logoText {
    display: flex;
    flex-direction: row;
}
#container .main-body .main .listbox .a-list li .text span.author {
    position: absolute;
    bottom: 0;
    left: 0;
}

/* common */
.w12{
    width: 1200px;
    margin: 0 auto;
}
.btn_hover:hover{
    transform: scale(1.05);
}
button:hover{
    cursor: pointer;
}
.hide{
    display: none!important;
}
.wrap{
    background: url(../images/bg.png) no-repeat center 560px;
}


/* 头部 header */
#KV{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    text-align: center;
}
.header{
    min-width: 1200px;
    position: relative;
    overflow: hidden;
    /*background: url("../images/KV.jpg") no-repeat top center;*/
    min-height: 554px;
}
.header .header_box{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: nowrap;
    padding-top: 480px;
}
.header_box .btn_box{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: flex-start;
}
.header_box .btn_box a{
    display: inline-block;
    width: 217px;
    font-size: 27px;
    color: #efdb9f;
    letter-spacing: 2px;
}
.header_box .btn_box a img{
    width: 100%;
}
.header_box .btn_box .download,
.header_box .btn_box .pc{
    margin-right: 10px;
}
.header_box .nav_box{
    background: url('../images/nav_bg_1.png') no-repeat top;
    display: flex;
    height: 78px;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.header_box .nav_box ul{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    padding-left: 4px;
}
.header_box .nav_box ul li{
    width: 143px;
    color: #fffced;
    font-size: 24px;
    font-weight: 700;
    line-height: 73px;
    text-align: center;
    position: relative;
}
.header_box .nav_box ul li::after{
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header_box .nav_box ul li:nth-last-child(1)::after{
    display: none;
}
.header_box .nav_box ul li.on,
.header_box .nav_box ul li:hover{
    color: #feee31;
}
.header_box .nav_box ul li.on a,
.header_box .nav_box ul li:hover a{
    border-bottom: 2px solid #feee31;
    background: url(../images/nav_text_on.png) no-repeat 10px 18px;
}
.header_box .nav_box ul li:nth-child(2).on a,
.header_box .nav_box ul li:nth-child(2):hover a{
    background: url(../images/nav_text_on.png) no-repeat -126px 18px;
}
.header_box .nav_box ul li:nth-child(3).on a,
.header_box .nav_box ul li:nth-child(3):hover a{
    background: url(../images/nav_text_on.png) no-repeat -266px 18px;
}
.header_box .nav_box ul li:nth-child(4).on a,
.header_box .nav_box ul li:nth-child(4):hover a{
    background: url(../images/nav_text_on.png) no-repeat -411px 18px;
}
.header_box .nav_box ul li:nth-child(5).on a,
.header_box .nav_box ul li:nth-child(5):hover a{
    background: url(../images/nav_text_on.png) no-repeat -555px 18px;
}
.header_box .nav_box ul li:nth-child(6).on a,
.header_box .nav_box ul li:nth-child(6):hover a{
    background: url(../images/nav_text_on.png) no-repeat -700px 18px;
}
.header_box .nav_box ul li.on a::after,
.header_box .nav_box ul li:hover a::after{
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 8px solid #feee31;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.header_box .nav_box ul li a{
    display: block;
    width: 80%;
    margin: auto;
    background: url(../images/nav_text.png) no-repeat 10px 18px;
    height: 60px;
}
.header_box .nav_box ul li:nth-child(2) a{
    background: url(../images/nav_text.png) no-repeat -126px 18px;
}
.header_box .nav_box ul li:nth-child(3) a{
    background: url(../images/nav_text.png) no-repeat -266px 18px;
}
.header_box .nav_box ul li:nth-child(4) a{
    background: url(../images/nav_text.png) no-repeat -411px 18px;
}
.header_box .nav_box ul li:nth-child(5) a{
    background: url(../images/nav_text.png) no-repeat -555px 18px;
}
.header_box .nav_box ul li:nth-child(6) a{
    background: url(../images/nav_text.png) no-repeat -700px 18px;
}
.header_box .nav_box ul li a i{
    position: relative;
}
.header_box .nav_box ul li a b{
    display: none;
}
.header_box .nav_box .yzz_search{
    margin-right: 30px;
    position: relative;
}
.header_box .nav_box .yzz_search .searchForm{
    background: url("../images/bg_search.png") no-repeat center top;
    height: 37px;
    width: 310px;
}
.header_box .nav_box .yzz_search .ns_selbox{
    display: none;
}
.header_box .nav_box .yzz_search .ns_inbox{
    height: 28px;
    background: none;
    color: #fff;
    width: 224px;
    padding: 5px 45px 5px 25px;
    font-size: 14px;
    font-family: serif;
}
.header_box .nav_box .yzz_search .ns_inbox::-moz-placeholder{
    color: #eee2cc;
}
.header_box .nav_box .yzz_search .ns_inbox::-ms-input-placeholder{
    color: #eee2cc;
}
.header_box .nav_box .yzz_search .ns_inbox::-webkit-input-placeholder{
    color: #eee2cc;
}
.header_box .nav_box .yzz_search .ns_btnSearch{
    background: url('../images/btn_search.png') no-repeat top;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 6px;
    right: 15px;
}
.header_box .aticle_box{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    background-color: #fdfbf7;
    height: 66px;
    overflow: hidden;
    margin-top: -1px;
}
.header_box .aticle_box>div>div{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0 6px;
}
.header_box .aticle_box>div{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 12px;
}
.header_box .aticle_box>div h5{
    display: flex;
    width: 18px;
    font-size: 18px;
    color: #ec7540;
    font-weight: bold;
    line-height: 20px;
}
.header_box .aticle_box>div>div ul{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 5px;
}
.header_box .aticle_box>div ul a{
    color: #565656;
}
.header_box .aticle_box>div ul a:hover{
    color: #ea6a34;
    font-weight: bold;
}

/* footer */
#footer {
    min-width: 1200px;
    min-height: 100px;
    margin: 0 auto;
    clear: both;
    padding: 10px 0;
    color: #fff;
    position: relative;
    top: 0;
    z-index: 2;
    line-height: 24px;
    background-color: #000
}

#footer div {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 5px
}

#footer div a {
    color: #fff;
    margin: 0 10px
}

#footer div a:hover {
    text-decoration: underline
}

/*layer*/
#blackBG{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
}
.custom_tip{
    background: url("../images/alert_bg.png") no-repeat;
    width: 593px;
    height: 390px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
    display: none;
}
.custom_tip .content{
    text-align: center !important;
    line-height: 380px !important;
    font-size: 72px !important;
    color: #ec6b2c !important;
    font-family: serif !important;
}
.custom_tip .close{
    background: url("../images/btn_close.png") no-repeat;
    width: 55px;
    height: 51px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.custom_tip .close:hover{
    opacity: .7;
}