/*全局*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
header,
footer,
section,
aside,
article {
    padding: 0;
    margin: 0
}

body {
    background: #f9faf9 url(../images/bg-body.jpg);
    font-size: 12px;
    font-family: "Microsoft YaHei", Tahoma, SimSun, Verdana;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal
}

abbr,
acronym,
img,
input {
    border: 0
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

ul,
ol,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.disb {
    display: block;
}

.hid {
    display: none;
}

.disib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

a {
    color: #d7b591;
    text-decoration: none
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus,
input:focus {
    outline: 0
}

img {
    border: 0;
    vertical-align: top;
}

.clr {
    clear: both;
}

.mainboxtop {
    margin: 0 auto;
    width: 100%;
    margin-top: -60px;
    position: relative;
    z-index: 10;
    min-width: 1200px;
}

.mainbox {
    margin: 0 auto;
    width: 1200px;
    height: 0;
    position: relative;
    min-width: 1200px;
}

.mainboxbottom {
    margin: 0 auto;
    width: 100%;
    position: relative;
    min-width: 1200px;
}

/*------顶部导航------*/

.topnavbox {
    height: 72px;
    width: 100%;
    position: absolute;
    z-index: 9999;
    background: #fff;
    background: url(../images/bg-topnav.png) repeat-x;
    min-width: 1200px;
}

.topnavbox .cntbox {
    width: 1200px;
    height: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.topnavbox .toplogo {
    width: 330px;
    height: 70px;
    float: left;
}

.topnavbox .toplogo img {
    width: auto;
    height: 62px;
    margin-top: 4px;
    float: left;
}

.topnavbox .toplogo h1 {
    width: 250px;
    color: #c99154;
    font-size: 32px;
    line-height: 54px;
    font-weight: bold;
    float: left;
    margin: 5px 0 0 12px;
    text-shadow: 0 1px 10px #fff;
}

.topnav {
    width: 825px;
    height: 42px;
    margin: 10px 0 0;
    float: right;
}

.topnav ul li {
    float: left;
    text-align: center;
    margin: 0 5px;
}

.topnav a {
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    display: block;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .7);
}

.topnav a.current {
    font-weight: bold;
}

.topnav a:hover {
    line-height: 44px;
}

.donghua {
    transition: all .5s ease-out;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    _display: inline
}

.tx:hover .donghua {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

/*------ banner大图 ------*/

#banner {
    width: 1920px;
    height: 1030px;
    min-width: 1200px;
    z-index: 9;
    margin: 0 auto;
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
}

.bannervideo {
    width: 100%;
    height: auto;
    position: absolute;
    margin: 0 auto;
    top: 0;
    z-index: 2;
    display: block !important;
    overflow: hidden;
}

.bannervideo video {
    object-fit: fill;
    width: 100% !important;
    height: auto;
    min-width: 1200px;
}

#bannerbg {
    width: 1920px;
    height: 1030px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
    background: url(../images/bg.jpg) no-repeat center top;
    min-width: 1200px;
    top: 0;
    background-size: 100% auto;
}

#bannertxt {
    width: 1200px;
    height: 1030px;
    z-index: 999;
    margin: 0 auto;
    position: relative;
    display: block;
    min-width: 1200px;
    overflow: hidden;
}

#logo {
    width: 690px;
    height: auto;
    position: absolute;
    left: 0;
    top: 7%;
    z-index: 99;
    text-align: center;
    overflow: hidden;
}

#logo img {
    width: auto;
    height: 200px;
}

#banner .txt1 {
    width: 695px;
    height: auto;
    position: absolute;
    top: 27%;
    left: 0;
}

#banner .txt2 {
    width: 695px;
    height: auto;
    position: absolute;
    top: 58%;
    left: 0;
}

#banner .txt1 img,
#banner .txt2 img {
    width: 100% !important;
    height: 100%;
}

/*------下载------*/

.gamedown87 {
    width: 620px;
    height: 180px;
    position: absolute;
    top: 710px;
    left: 47px;
    display: block;
    margin: 0 auto;
    z-index: 9999;
}

.gamedown87 i {
    font-size: 40px;
    width: 40px;
    display: block;
    float: left;
    margin: 5px 5px 0 16px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .3);
}

/*扫码下载*/

.gamedown87 .saoma {
    width: 140px;
    height: 148px;
    padding: 10px 0 0;
    margin: 0 20px 0 0;
    float: left;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.gamedown87 .saoma span {
    width: 140px;
    height: 120px;
    display: block;
    text-align: center;
}

.gamedown87 .saoma img {
    width: 120px;
    height: 120px;
}

.gamedown87 .saoma p {
    width: 130px;
    padding: 0 5px;
    text-align: center;
    color: #d9a74e;
    font-size: 16px;
    line-height: 24px;
}

.gamedown87 .android,
.gamedown87 .ios,
.gamedown87 .pc,
.gamedown87 .recharge {
    width: 210px;
    height: 70px;
    float: left;
    position: relative;
    margin: 0 20px 18px 0;
    box-shadow: 0 3px 5px rgba(255, 255, 255, .3);
}

/*安卓下载 苹果下载*/

.gamedown87 .android a,
.gamedown87 .ios a {
    width: 210px;
    height: 70px;
    display: block;
    font-size: 28px;
    color: #fff;
    line-height: 52px;
    text-align: left;
    border-radius: 4px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .3);
}

.gamedown87 .android a {
    background: #5c8a1a;
    background: linear-gradient(180deg, #9bd052 0%, #5c8a1a 100%);
}

.gamedown87 .ios a {
    background: #696969;
    background: linear-gradient(180deg, #696969 0%, #383838 100%);
}

.gamedown87 .android span,
.gamedown87 .ios span {
    width: 140px;
    height: 40px;
    display: block;
    float: left;
    letter-spacing: 1px;
}

.gamedown87 .android span.en,
.gamedown87 .ios span.en {
    height: 20px;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
    padding-top: 2px;
    letter-spacing: 0;
}

.gamedown87 .android span.en {
    color: #d7eeb8;
}

.gamedown87 .ios span.en {
    color: #a5a5a5;
}

/*PC桌面版 在线充值*/

.gamedown87 .pc a,
.gamedown87 .recharge a {
    width: 210px;
    height: 70px;
    display: block;
    text-align: left;
    font-size: 28px;
    color: #fff;
    line-height: 64px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, .3);
}

.gamedown87 .pc a {
    background: url(../images/down-pc.png) no-repeat center;
}

.gamedown87 .recharge a {
    background: url(../images/btn-chongzhi.png) no-repeat center;
}

.gamedown87 .pc span,
.gamedown87 .recharge span {
    width: 140px;
    display: block;
    float: left;
    letter-spacing: 1px;
}

.gamedown87 .pc i,
.gamedown87 .recharge i {
    margin: 0 5px 0 16px;
}

/*弹出二维码*/

#boxIOS,
#boxAndroid {
    display: none;
    width: 140px;
    height: 140px;
    background: #f6f6f6;
    border-radius: 0.5em;
    padding: 10px;
    text-align: center;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    position: absolute;
    left: 25px;
    top: -160px;
}

#boxIOS img,
#boxAndroid img {
    width: 140px;
    height: 140px;
}

.donghua {
    transition: all .5s ease-out;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    _display: inline
}

.tx:hover .donghua {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

/*------游戏介绍------*/

.newsbox {
    width: 1200px;
    height: 510px;
    margin: 0 auto;
    display: block;
}

.title-news {
    width: 100%;
    height: 72px;
    z-index: 99;
    margin-bottom: 20px;
    background: url(../images/title-news.png) no-repeat center top;
}

.newsboxbg {
    width: 1160px;
    height: 346px;
    margin: 0 auto;
    padding: 20px 20px 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 3px 8px rgba(113, 115, 129, .12);
}

/*介绍轮播*/

.swiper-container1 {
    width: 580px;
    height: 326px;
    overflow: hidden;
    float: left;
    position: relative;
    --swiper-theme-color: #cf9343;
}

.swiper-container1 .swiper-wrapper {
    width: 580px;
    height: 326px;
    position: relative;
}

.swiper-container1 .swiper-button-prev,
.swiper-container1 .swiper-button-next {
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 45%;
    position: absolute;
    float: left;
    z-index: 99;
}

.swiper-container1 .swiper-button-prev {
    background: url(../images/btn-prev.png) no-repeat;
    left: 0;
    opacity: .5;
}

.swiper-container1 .swiper-button-next {
    background: url(../images/btn-next.png) no-repeat;
    right: 0;
    opacity: .5;
}

.swiper-container1 .swiper-button-prev:hover,
.swiper-container1 .swiper-button-next:hover {
    opacity: 1;
}

.swiper-container1 .swiper-slide {
    text-align: center;
}

.swiper-container1 .swiper-slide img {
    width: 580px;
    height: 326px;
}

.swiper-container1 .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    border: 1px solid #fff;
}

.swiper-container1 .swiper-button-prev:after,
.swiper-container1 .swiper-container-rtl .swiper-button-next:after,
.swiper-container1 .swiper-button-next:after,
.swiper-container1 .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.pag1 {
    margin-bottom: 2px;
}

/*介绍列表*/

.newslist {
    width: 565px;
    height: 320px;
    float: left;
    margin-left: 15px;
    position: relative;
}

.newslist .hd {
    width: 565px;
    height: 42px;
    display: block;
    border-bottom: 1px solid #e0be79;
}

.newslist .hd ul {
    font-size: 20px;
}

.newslist .hd ul li {
    width: auto;
    padding: 0 25px;
    float: left;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    color: #333;
    text-align: center;
}

.newslist .hd ul .on {
    color: #e0be79;
    font-weight: bold;
    height: 40px;
    border-bottom: 3px solid #e0be79;
}

.newslist .bd {
    width: 565px;
    height: 285px;
    display: block;
}

.newslist .bd ul {
    padding: 10px 0 0 0;
}

.newslist .bd ul li {
    width: 565px;
    height: 54px;
    line-height: 54px;
    text-align: left;
    font-size: 14px;
}

.newslist li a {
    width: 565px;
    height: 54px;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    display: block;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newslist li a:hover {
    color: #6c709a;
}

.newslist .bd ul li.para {
    width: 565px;
    height: 285px;
    border-bottom: none;
}

.newslist .bd ul li.para p {
    width: 555px;
    display: block;
    color: #666;
    line-height: 28px;
    padding: 6px 5px 12px;
    margin-bottom: 12px;
    white-space: pre-wrap;
    border-bottom: 1px solid #e5e5e5;
}

.newslist .bd ul li.para p a {
    display: contents;
    color: #6c709a;
}

.newslist .bd ul li.para p a:hover {
    color: #111;
}

/*------角色介绍------*/

.role {
    width: 100%;
    height: 930px;
    display: block;
    min-width: 1200px;
    position: relative;
}

.title-role {
    width: 100%;
    height: 72px;
    z-index: 99;
    background: url(../images/title-role.png) no-repeat center top;
}

/*角色轮播*/

.rolelistbg {
    width: 100%;
    height: 840px;
    position: relative;
    background: url(../images/bg-role.jpg) no-repeat center 105px;
    min-width: 1200px;
    overflow: hidden;
}

.rolelist {
    width: 1200px;
    height: 830px;
    position: relative;
    margin-top: 10px;
}

.rolelist .hd {
    width: 390px;
    height: 38px;
    display: block;
    position: absolute;
    left: 408px;
    top: 0;
    z-index: 2;
    text-align: center;
}

.rolelist .hd ul {
    font-size: 26px;
}

.rolelist .hd ul li {
    cursor: pointer;
    width: 120px;
    height: 38px;
    float: left;
    line-height: 38px;
    color: #888;
    text-align: center;
}

.rolelist .hd ul span {
    color: #bbb;
    float: left;
}

.rolelist .hd ul .on {
    color: #6c709a;
    font-weight: bold;
}

.rolelist .hd ul li h4 {
    letter-spacing: 4px;
    font-weight: normal;
}

.rolelist .hd ul .on h4 {
    font-weight: bold;
}

.rolelist .bd {
    width: 1200px;
    height: 830px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
    background: url(../images/role-bg.png) no-repeat center 65px;
}

.rolelist .bd ul li {
    width: 1200px;
    height: 830px;
    position: relative;
}

.rolelist .bd ul li div.renwu {
    width: 1200px;
    height: 830px;
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 1;
}

.rolelist .bd ul li div.renwu img {
    width: 1200px;
    height: 830px;
}

.rolelist .bd ul li div.jieshao {
    width: 240px;
    height: 450px;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 190px;
    z-index: 2;
}

.rolelist .bd ul li div.jieshao .tit {
    font-size: 90px;
    font-family: "宋体";
    color: #4e5065;
    height: 110px;
    line-height: 110px;
    font-weight: bold;
    text-shadow: 0 2px 8px #fff;
    margin-bottom: 25px;
    letter-spacing: 4px;
}

.rolelist .bd ul li div.jieshao .copy {
    font-size: 16px;
    line-height: 30px;
    color: #4e5065;
    text-shadow: 0 1px 4px #fff;
}

.rolelist .bd ul li div.detail {
    width: 275px;
    height: 130px;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 458px;
    z-index: 2;
    overflow: hidden;
}

.rolelist .bd ul li div.detail p {
    width: 275px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rolelist .bd ul li div.detail b {
    font-size: 18px;
}

.rolelist .bd ul li div.detail span {
    width: 78px;
    height: 30px;
    margin: 0 5px 0 0;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: rgba(108, 112, 154, .7);
    display: block;
    float: left;
}

/*------游戏特色------*/

.tese {
    width: 100%;
    height: 630px;
    display: block;
    min-width: 1200px;
    position: relative;
    margin-bottom: 55px;
}

.title-tese {
    width: 100%;
    height: 72px;
    z-index: 99;
    margin-bottom: 18px;
    background: url(../images/title-tese.png) no-repeat center top;
}

/*特色轮播*/

.teselist {
    width: 1200px;
    height: 680px;
    margin: 0 auto;
    position: relative;
}

.teselist .hd {
    width: 390px;
    height: 500px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/tese-tabbg.jpg) no-repeat;
}

.teselist .hd ul li {
    cursor: pointer;
    width: 362px;
    height: 79px;
    padding: 20px 0 0 28px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #aeb1c5;
}

.teselist .hd ul li div.ico {
    width: 54px;
    height: 54px;
    border: 1px solid #fff;
    margin-right: 10px;
    float: left;
    background: url(../images/tese-tab-icon.png) no-repeat center;
    background-size: 100% 100%;
}

.teselist .hd ul li p,
.teselist .hd ul li span {
    width: 200px;
    float: left;
}

.teselist .hd ul li p {
    font-size: 26px;
}

.teselist .hd ul li span {
    font-size: 16px;
    color: #cfd3e7;
}

.teselist .hd ul .on {
    background: url(../images/tese-tab-hover.jpg) no-repeat center top;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.teselist .hd ul .on span {
    color: #faf5ed;
}

.teselist .bdbox {
    width: 860px;
    height: 484px;
    padding: 11px 10px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 3;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 8px rgba(113, 115, 129, .12);
}

.teselist .bd {
    width: 860px;
    height: 484px;
}

.teselist .bd ul li img {
    width: 860px;
    height: 484px;
}

/*------游戏截图------*/

.jietu {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    display: block;
    position: relative;
    min-width: 1200px;
}

.title-jietu {
    width: 100%;
    height: 72px;
    z-index: 99;
    margin-bottom: 20px;
    background: url(../images/title-jietu.png) no-repeat center top;
}

.jietulist {
    width: 1200px;
    height: auto;
    padding: 0;
    display: block;
    clear: both;
}

.jietulist ul {
    display: block;
    margin-right: -12px;
}

.jietulist li {
    width: 392px;
    height: 225px;
    text-align: center;
    float: left;
    margin-right: 12px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 3px 5px rgba(113, 115, 129, .12);
}

.jietulist li a {
    width: 382px;
    height: 215px;
    display: block;
    padding: 5px;
}

.jietulist li img {
    width: 382px;
    height: 215px;
}

/*------底部版权------*/

#footer {
    width: 100%;
    height: 410px;
    background: #1d1d1d;
    margin: 0 auto;
    min-width: 1200px;
}

/*联系我们 */

.contactbox {
    width: 100%;
    height: 200px;
    padding: 30px 0 0;
    border-bottom: 1px solid #333;
}

.title-contact {
    width: 210px;
    height: 140px;
    padding: 40px 20px 0 0;
    float: left;
    border-right: 1px solid #333;
}

.title-contact h3 {
    font-weight: normal;
    font-size: 32px;
    color: #a78657;
    margin-bottom: 12px;
}

.title-contact p {
    font-size: 14px;
    color: #666;
    letter-spacing: 5px;
}

.codelist {
    width: 380px;
    height: 180px;
    text-align: center;
    float: left;
}

.codelist li {
    width: 140px;
    height: 155px;
    padding: 10px;
    margin: 0 10px 0 0;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    background: rgba(0, 0, 0, .4);
}

.codelist li img {
    width: 120px;
    height: 120px;
    margin: 10px auto 0;
    display: block;
}

.codelist li p {
    font-size: 14px;
    color: #888;
}

.qqlist {
    width: 580px;
    height: 200px;
    float: left;
}

.qqlist ul {
    height: 52px;
    margin: 10px 0;
    clear: both;
}

.kefutime {
    height: 46px;
    line-height: 46px;
    display: block;
    text-align: left;
    font-size: 18px;
    color: #fff;
}

.qqlist h5 {
    height: 20px;
    display: block;
    color: #666;
    font-size: 14px;
    margin: 10px 0 0;
    text-align: left;
}

.qqlist li {
    width: 170px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    float: left;
    border: 1px solid #333;
    background: #111;
}

.qqlist li p {
    float: left;
    color: #666;
}

.qqlist li a {
    display: inline-block;
}

.qqlist li img {
    width: auto;
    float: left;
    padding: 7px 5px 0 0;
}

/*底部版权*/

.footerlogo {
    width: 220px;
    height: 130px;
    display: block;
    float: left;
    margin: 20px 0 0 0;
    text-align: center;
}

.footerlogo img {
    width: 220px;
    height: auto;
}

.copyright {
    width: 940px;
    float: left;
    text-align: left;
    padding: 0 0 0 5px;
    margin: 35px 0 0;
    color: #888;
    font-size: 12px;
    line-height: 24px;
}

.copyright .tips {
    color: #a78657;
    font-weight: normal;
}

.copyright a {
    color: #ccc;
}

/* 网页底部背景 */

.footerbg {
    width: 100%;
    height: 880px;
    margin: 0 auto;
    min-width: 1200px;
    position: absolute;
    bottom: 0;
    z-index: -1;
    background: url(../images/bg-bottom.jpg) no-repeat center bottom;
}

/*------右侧固定浮动------*/

.fixedbox {
    position: fixed;
    right: 15px;
    bottom: 25px;
    z-index: 9999;
    width: 240px;
    height: 525px;
}

@media (max-width:768px) {
    .fixedbox {
        display: none;
    }
}

.fixedbox div {
    text-align: center;
    color: #9b9b9b;
}

.fixedbox div img {
    margin: 5px 0;
}

.fixedbox .rightlogo {
    margin: -45px 0 0 10px;
}

.fixedbox .rightlogo img {
    width: 120px;
    height: auto;
}

.fixedbox .qq {
    margin: 5px 0 0;
}

.fixedbox .qq p,
.fixedbox .group p {
    display: inline;
    margin: 0 5px 0 0;
    line-height: 30px;
}

.fixedbox .kefutime {
    font-size: 16px;
    color: #e93c12;
    font-weight: bold;
    margin: 8px 0;
}

.fixedbox .chongzhi {
    width: 170px;
    height: 68px;
    margin: 10px auto;
    box-shadow: 0 2px 5px #000;
}

.fixedbox .chongzhi a {
    width: 170px;
    height: 68px;
    display: block;
}

.fixedbox .chongzhi img {
    width: 170px;
    height: 68px;
    margin: 0;
}

.fixedbox .code p {
    font-size: 16px;
    font-weight: bold;
}

.fixedbox .code div {
    width: 150px;
    height: 150px;
    margin: 10px auto;
}

.fixedbox .code img {
    width: 135px;
    height: 135px;
    margin: 10px 0 0;
}

.fixedbox .top {
    width: 100%;
    height: 40px;
    bottom: 10px;
    position: absolute;
    text-align: center;
}

.fixedbox .top a {
    width: 100%;
    height: 40px;
    display: block;
}

.h5bar {
    width: 208px;
    height: 523px;
    position: absolute;
    right: 0;
    background: rgba(33, 28, 33, .85);
    border: 1px solid #312b34;
}

.h5open {
    position: fixed;
    z-index: 99999;
    bottom: 290px;
    right: 0px;
    height: 120px;
    width: 30px;
    padding: 12px 0 0;
    text-align: center;
    background: url(../images/btn.png) no-repeat;
}

.h5close {
    height: 100px;
    width: 30px;
    position: absolute;
    left: 0;
    padding: 25px 0 0;
    background: url(../images/btn.png) no-repeat;
    text-align: center;
    margin: 165px 0 0;
}

.h5btn {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    cursor: pointer;
}

/*------适龄提示------*/

#cadpa {
    width: 120px;
    height: 100px;
    position: absolute;
    top: 710px;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 2;
}

#cadpa img {
    width: 120px;
    height: 154px;
}

.cadpa-img {
    text-align: center;
    height: 120px;
}

.cadpa-img img {
    width: auto;
    height: 102px;
    display: inline-block;
    margin: 0 10px;
}

.cadpa-img img.gamelogo {
    height: 98px;
    padding: 0 20px;
    border: 2px solid #222;
    border-radius: 8px;
}

/*弹窗*/

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 1000px;
    min-width: 800px;
    height: 70%;
    z-index: 9999999999999;
    visibility: hidden;
    -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
    transform: translateX(-50%)translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 999999;
    opacity: 0;
    background: rgba(1, 1, 1, 0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show~.md-overlay {
    opacity: 1;
    visibility: visible;
}

/*弹窗内容*/

.md-content {
    height: 100%;
    color: #5b5b5b;
    background: #fff;
    position: relative;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
}

.md-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 20px 20px 0;
    text-align: center;
    background: #fff;
    border-radius: 8px;
    color: #333;
    overflow: hidden;
}

.md-content .md-close {
    width: 120px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    left: 43%;
    bottom: 15px;
    font-size: 16px;
    color: #fff;
    background: #6c709a;
    border: none;
    cursor: pointer;
    border-radius: 42px;
}

.md-content .md-close:hover {
    background: #8589b2;
}

.md-content .md-main {
    padding: 0 40px;
    height: 79%;
    margin: 15px 0 0;
    font-size: 14px;
    overflow-y: scroll;
}

.md-content .md-main-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.md-content .md-main-img img {
    width: 90%;
    height: auto;
    margin: 0 0 20px;
    min-width: 320px;
}

.md-content>div p {
    line-height: 28px;
    text-indent: 28px;
    margin-bottom: 6px;
    text-align: left;
}

/* 弹窗动画 */

.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/*背景音乐*/

#musicbox {
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 9999999;
    top: 20px;
    right: 50px;
    opacity: 0.6;
}

#musicbox a {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #CCCCCC;
    border-radius: 60px;
    font-size: 26px;
    margin-top: 20px;
    background-image: url(../images/m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#musicbox a.play {
    animation: rotates 3s linear infinite;
    -webkit-animation: rotates 3s linear infinite;
}

#musicbox a img {
    width: 100%;
    height: 100%;
}

@keyframes rotates {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

/*------字体图标------*/

@font-face {
    font-family: 'iconfont';
    src: url('../icon/iconfont.eot');
    src: url('../icon/iconfont.eot?#iefix') format('embedded-opentype'), url('../icon/iconfont.woff') format('woff'), url('../icon/iconfont.ttf') format('truetype'), url('../icon/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*------ banner自适应 ------*/

@media screen and (min-width: 1441px) and (max-width: 1840px) {
    #banner,
    #bannertxt {
        height: 920px;
    }
    #logo {
        width: 600px;
        left: 4%;
    }
    #logo img {
        height: 170px;
    }
    #banner .txt1 {
        width: 600px;
        top: 25%;
        left: 4%;
    }
    #banner .txt2 {
        width: 600px;
        top: 55%;
        left: 4%;
    }
    .gamedown87 {
        top: 600px;
    }
    #cadpa {
        top: 600px;
    }
    .jietulist ul {
        margin-right: 0;
    }
    .jietulist li {
        margin-right: 4px;
        margin-left: 4px;
    }
    #musicbox {
        top: 60px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
    #banner,
    #bannertxt {
        height: 720px;
    }
    #logo {
        width: 520px;
        left: 8%;
    }
    #logo img {
        height: 130px;
    }
    #banner .txt1 {
        width: 520px;
        top: 25%;
        left: 8%;
    }
    #banner .txt2 {
        width: 520px;
        top: 58%;
        left: 8%;
    }
    .gamedown87 {
        top: 520px;
    }
    .mainboxtop {
        margin-top: 0;
    }
    #cadpa {
        top: 520px;
        right: 3%;
    }
    .jietulist ul {
        margin-right: 0;
    }
    .jietulist li {
        margin-right: 4px;
        margin-left: 4px;
    }
    #musicbox {
        top: 60px;
    }
}