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";
    font-size: 14px;

}

i {
    font-style: normal;
}

b {
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: "Microsoft YaHei";
}

fieldset, img {
    border: 0;
    vertical-align: bottom;
}

address, caption, cite, code, dfn, em, 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;
    color: #555555;
}

button, textarea {
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container-width {
    width: 1200px;
    margin: auto;
}

.fn-clear:after {
    visibility: hidden;
    display: table;
    font-size: 0;
    content: "";
    clear: both;
    height: 0;
}

.content-container {
    width: 100%;
    height: 100%;
    max-width: 1920px;
    margin: auto;
    background: rgb(242, 242, 242);
}

.content-container a,
.content-container div,
.content-container span,
.content-container i,
.content-container b,
.content-container p {
    text-align: left;
}

/*å¤´éƒ¨ç™»é™†ç›¸å…³ä¿¡æ¯*/
#head {
    width: 100%;
    height: 35px;
    background: rgb(249, 249, 249);
    border-bottom: 1px solid rgb(232, 232, 232);
    line-height: 35px;
}

#head a {
    color: #999999;
    position: relative;
}

#head a i {
    display: block;
    float: left;
    width: 22px;
    height: 24px;
    background: url(../images/ico.png) no-repeat -170px -663px;
    margin: 6px 10px 0 0;
}

#head .app em {
    height: 18px;
    line-height: 18px;
    padding-left: 15px;
    background: url(../images/ico.png) no-repeat -22px -73px;
}

#head .app:hover em {
    background-position: -22px -93px;
}

#game-head-bg {
    width: 100%;
    height: 333px;
    line-height: 333px;
    background: url(../images/zqhead.jpg) no-repeat;
    position: relative;
    padding-top: 145px;
    box-sizing: border-box;
}

#game-head-bg .game-logo {
    height: 42px;
    position: absolute;
    top: 40px;
    left: 82px;
    line-height: 42px;
    font-size: 20px;
    color: white;
    font-weight: bold;
}

#game-head-bg .game-logo i {
    display: block;
    width: 38px;
    height: 42px;
    float: left;
    margin-right: 20px;
    background: url(../images/ico.png) no-repeat -126px -664px;
}

#game-head-bg .game-head-content {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 48px;
    color: white;
    letter-spacing: 2px;
}

#game-head-bg .game-head-content span {
    font-size: 56px;
    font-weight: bold;
}

.login-info .weixin {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../images/ico.png) no-repeat 0 -72px;
    position: relative;
    top: 4px;
}

.login-info .weixin:hover {
    background-position: 0 -92px;
}

.code-container {
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -44px;
    width: 88px;
    height: 88px;
    background: white;
    z-index: 10;
    display: none;

}

#head .weixin:hover .code-container {
    display: block;
}

#head .app:hover .code-container {
    display: block;
    margin-left: -42px;
}

.code-container img {
    display: block;
    margin: 4px;
    float: left;
    width: 80px;
    height: 80px;
}

.login-info i {
    padding: 0 8px;
    font-style: normal;
    font-size: 12px;
    position: relative;
    top: -1px;
    color: #999999;
}

.web-nav {
    display: inline-block;
    color: #999999;
    cursor: pointer;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    padding-left: 8px;
    position: relative;
}

.web-nav em {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/ico.png) no-repeat -36px -74px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.web-nav:hover {
    background: white;
    border-color: rgb(232, 232, 232);
}

.web-nav:hover em {
    background-position: -36px -94px;
}

.web-nav i {
    display: inline-block;
    width: 7px;
    height: 5px;
    background: url(../images/ico.png) no-repeat -56px -80px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.web-nav:hover i {
    background-position: -56px -100px;
}

#head-nav-container {
    width: 752px;
    box-sizing: border-box;
    background: white;
    padding: 30px 30px 30px 0;
    position: absolute;
    z-index: 10;
    right: -1px;
    top: 36px;
    border: 1px solid #e3e3e3;
    border-top: 0;
    display: none;
}

.web-nav:hover #head-nav-container {
    display: block;
}

#head-nav-container:before {
    content: "";
    width: 114px;
    height: 6px;
    position: absolute;
    top: -2px;
    right: 0;
    background: white;
}

.head-nav-content {
    width: 33.3%;
    border-left: 1px solid #e3e3e3;
    float: left;
    padding-left: 42px;
    box-sizing: border-box;
}

#head-nav-container .head-nav-content:first-child {
    border-left: 0;
}

.head-nav-content p {
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    color: #05bcc6;
}

.head-links-container {
    overflow: hidden;
}

.head-nav-content .head-links-container a {
    width: 50%;
    float: left;
    color: #666666;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    margin-top: 20px;
    box-sizing: border-box;
    padding-right: 8px;
}

#head-nav-container .head-links-container a:hover {
    color: #05bcc6;
    text-decoration: underline;
}

/*æœç´¢logo*/
#search-logo {
    width: 100%;
    height: 110px;
    background: white;
}

.logo {
    display: block;
    width: 196px;
    height: 64px;
    margin-top: 23px;
    background: url(../images/ico.png) no-repeat 0 0;
}

.search-container {
    width: 300px;
    height: 40px;
    background-color: #ffffff;
    margin-top: 35px;
    position: relative;
}

.search-content {
    height: 40px;
    border-radius: 20px;
    border: solid 2px #02bcbc;
    width: 296px;
    box-sizing: border-box;
    padding: 0 40px 0 16px;
    line-height: 36px;
}

.search-game {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #ddd;
    right: 20px;
    top: 10px;
    cursor: pointer;
    background: url(../images/ico.png) no-repeat -88px -74px;
}

/*å¤´éƒ¨å¯¼èˆª*/
#nav-container {
    width: 100%;
    line-height: 52px;
    height: 52px;
    background-color: #05bcc6;
    position: relative;
}

.nav-container {
    position: relative;
}

.nav-container .search-container {
    position: absolute;
    top: 1px;
    right: 20px;
    background: transparent;
    margin-top: 0;

}

.nav-container .search-container .search-game {
    top: 17px;
}

.nav-container a {
    width: 10%;
    display: block;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    color: #ffffff;
    float: left;
    text-align: center !important;
}

.nav-container a.checked {
    background: rgb(4, 147, 155);
}

/*å›¾æ–‡é“¾æŽ¥*/
.img80 {
    width: 80px;
    position: relative;
    display: block;
}

.img80 img,
.img84 img,
.img56 img,
.img72 img {
    width: 100%;
    border-radius: 22%;
}
.img72 img{
    height: 72px;
}
.img80 b {
    width: 100%;
    height: 80px;
    border-radius: 22%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: url(../images/down100.png);
    background-size: 100%;
}

.img80 span,
.img90 span {
    display: block;
    height: 30px;
    line-height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center !important;
}

.img56 {
    width: 56px;
    position: relative;
    display: block;
}

.img72 {
    width: 72px;
    position: relative;
    display: block;
    float: left;
}

.img74 {
    width: 74px;
    position: relative;
    display: block;
    float: left;
}

.img84 {
    width: 84px;
    position: relative;
    display: block;
}

.img90 {
    width: 90px;
    position: relative;
    display: block;
    height: 90px;
}

.img80:hover img {
    opacity: 0.8;
}

.img80:hover span {
    color: #05bcc6;
}

/*æ¯éƒ¨åˆ†æ ‡é¢˜*/
.title-container {
    width: 100%;
    height: 22px;
    line-height: 22px;
    margin: 12px auto;
    position: relative;
}

.title-container i {
    width: 5px;
    height: 22px;
    background-color: #05bcc6;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 12px;
}

.title-container span {
    font-size: 20px;
    color: #333333;
}

.title-container a {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
}

.title-container a:hover {
    color: rgb(5, 188, 198);
}

a > img {
    width: 100%;
    height: 100%;
}

.img-bottom-title {
    height: 56px;
    line-height: 72px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    text-align: center !important;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(/images/textshadow.png) center top;
}

/*é¢åŒ…å±‘å¯¼èˆª*/
#crumbs-nav {
    width: 1200px;
    margin: auto;
    height: 52px;
    line-height: 52px;
    color: #555555;
}

#crumbs-nav a {
    padding: 0 3px 0 3px;
}

#crumbs-nav a:hover {
    color: rgb(5, 188, 198);
}

.page-container {
    height: 30px;
    line-height: 30px;
    text-align: center !important;
    margin: 30px auto 50px;
}

.page-container a {
    border-radius: 5px;
    padding: 7px 12px;
    font-size: 14px;
    color: #333333;
    background: white;
    border: 1px solid rgb(230, 230, 230);
    cursor: pointer;
    margin: 0 2px;
}

.page-container a:hover,
.page-container a.checked {
    color: white;
    background: rgb(5, 188, 198);
    border-color: rgb(5, 188, 198);
}

.load-more {
    width: 83px;
    height: 16px;
    line-height: 16px;
    text-align: right !important;
    margin: 60px auto;
    display: block;
    background: url(../images/loading.gif) no-repeat;
    background-size: 16px 16px;
    color: #999999;
}

/*åº•éƒ¨*/
#footer-container {
    width: 100%;
    background: rgb(51, 51, 51);
    margin: 50px auto 0;
    color: #6f6f6f;
    font-size: 12px;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
    z-index: 10;
}

#footer-container .footer-content {
    width: 1200px;
    margin: auto;
}

#footer-container .links-title {
    height: 55px;
    line-height: 70px;
    font-weight: bold;
    color: #b2b2b2;
}

.footer-links-a a {
    color: #b2b2b2;
    word-break: keep-all;
    font-size: 12px;
    margin-bottom: 8px;
    display: inline-block;
}

.footer-links-a a:hover {
    color: #05bcc6;
}

.footer-links-a i {
    font-size: 12px;
    padding: 0 12px 0 15px;
    color: #b2b2b2;
    display: inline-block;
}

.copyright-info p {
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center;

}

.copyright-footback{
    color: #b2b2b2;
}
.copyright-info {
    margin: 19px auto;
}

.share-container {
    float: right;
    margin-top: 45px;
}

.share-container {
    font-size: 12px;
}

.share-container .share-qq {
    width: 24px;
    height: 26px;
    float: right;
    margin-left: 25px;
    margin-top: -4px;
    background: url(../images/ico.png) no-repeat -98px -791px;
    position: relative;
}

.share-container .share-qq:hover {
    background-position: -98px -819px;
}

.share-container .share-weixin {
    width: 30px;
    height: 24px;
    float: right;
    margin-left: 25px;
    margin-top: -4px;
    position: relative;
    background: url(../images/ico.png) no-repeat -129px -791px;
}

#footer-container .code-container {
    position: absolute;
    top: -93px;
    left: 50%;
    margin-left: -44px;
    width: 88px;
    height: 88px;
    background: white;
    display: none;
}

#footer-container .share-weixin:hover .code-container {
    display: block;
}

#footer-container .share-sina:hover .code-container {
    display: block;
}

#footer-container .share-qq:hover .code-container {
    display: block;
}

#footer-container .code-container img {
    display: block;
    margin: 4px;
    float: left;
    width: 80px;
}

.share-container .share-weixin:hover {
    background-position: -129px -819px;
}

.share-container .share-sina {
    width: 30px;
    height: 26px;
    float: right;
    margin-left: 25px;
    margin-top: -4px;
    background: url(../images/ico.png) no-repeat -162px -791px;
    position: relative;
}

.share-container .share-sina:hover {
    background-position: -162px -819px;
}

.load-more-btn {
    display: block;
    line-height: 44px;
    text-align: center !important;
    margin: 16px auto 0;
    background: none;
    width: 184px;
    height: 44px;
    border-radius: 23px;
    border: solid 1px #cccccc;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
}

/*æœç´¢å¤´*/
.result-color {
    color: #05bcc6 !important;
    padding: 0 3px !important;
}

.result-title {
    width: 100%;
    margin: 12px auto;
    position: relative;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
}

.result-title:before {
    content: "";
    width: 5px;
    height: 22px;
    background-color: #05bcc6;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 8px;
}

.result-title span {
    font-size: 20px;
    color: #333333;
}

.result-title a {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    font-weight: normal;
    float: right;
    margin-top: 8px;
}

.result-title a:hover {
    color: rgb(5, 188, 198);
}

.notfond {
    height: 120px;
    line-height: 120px;
    text-align: center !important;
    font-size: 16px;
}

.hot-search-container {
    position: absolute;
    top: 42px;
    left: 0;
    background: white;
    z-index: 10;
    width: 250px;
    box-sizing: border-box;
    padding-left: 20px;
    display: none;
}

.hot-search-container span {
    height: 40px;
    line-height: 45px;
    font-size: 14px;
    color: #666666;
    display: block;
}

.hot-search-container li {
    text-indent: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    color: #333333;
    cursor: pointer;
}

.hot-search-container li:hover {
    color: rgb(5, 188, 198);
}

.beian{
    display:inline-block;line-height:20px;padding-left: 20px;
}
.beianimg{
   float:left;width: auto;margin-right: 5px;
}



#shadow-resources {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

#shadow-resources .window-gift-container {
    width: 330px;
    height: 320px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: white;
    position: absolute;
}
.resources_box input{
    margin-right: 5px;
}
.resources_box .shuom{
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0;
}
.window-gift-head {
    height: 46px;
    line-height: 46px;
    text-indent: 10px;
    font-size: 14px;
    color: white;
    background: rgb(5, 188, 198);
}
.window-gift-head .close-resources {
    width: 20px;
    height: 20px;
    background: url(../images/x.png) no-repeat;
    float: right;
    margin: 10px 10px 0 0;
    cursor: pointer;
    background-size: contain;
}
.resources_box{
    padding: 10px;
}
.resources_box_1{
    display: flex;
    margin-top: 10px;
}
.resources_title{
    font-weight: 600;
    font-size: 14px;
    float: left;
    width: 50px;
}
.resources_box_radio{
    line-height: 22px;
    float: left;
    width: 300px;
}
.resources_box_radio label{
    padding: 0 55px 5px 0;
    display: inline-block;
    width: 100px;
    font-size: 14px;
}
.resources_box_radio label:nth-child(2n){
    padding-right: 0;
}
.resources_button{
    margin: 0.2rem auto 0 auto;
    display: flex;
}
.resources_box_2{
    margin-top: 10px;
}
.resources_textarea{
    border: 1px solid #ccc;
    width: 234px;
    height: 50px;
}
.resources_button a{
    text-align: center;
    margin: 0 auto;
    padding: 5px 10px;
    background: rgb(5, 188, 198);
    color: #fff;
}

.newsdl_l{
    width: 350px;
    left: 0px;
    height: 100%;
    top: 0px;
    position: fixed;
    display: block;
}
.newsdl_r{
    width: 350px;
    right: 0px;
    height: 100%;
    top: 0px;
    position: fixed;
    display: block;
}
.newsdl_st{
    position: fixed;
    display: block;
    right: 5px;
    width: 21px;
    height: 21px;
    cursor: pointer;
}
.newsdl_st img{cursor:pointer;width:21px;height:21px;float:right;display:inline;margin-top: 5px;}