/*清除默认样式*/
*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei";
}
img{
    border:0;
}
ol, ul ,li{
    list-style: none;
}
a{
    text-decoration: none;
}

/*设置默认样式*/
p{
    display: inline;
    font-size: 14px;
    font-color: #c6beaa;
}
.hilghttext{
    color: #ff8f35!important;
}
.text_white{
    color: white;
    font-size: 10px;
    font-weight: bold;
    margin: 0 8px;
}
.text_white:hover{
    color: #ff8f35;
}
.text_grey{
/*     display: block; */
    color: #bfbfbf;
    font-size: 10px;
}
.text_grey a{
    color: #ccc;
    /*text-decoration: underline;*/
}
#main{
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(res/backgroundpic.png);
    background-position-x: center;
    background-position-y: top;
    background-size: initial;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #120500;
}
/*设置中间视觉主题宽度及水平居中*/
.centercontainer{
    width: 980px;
    height: 100%;
    margin: 0 auto;
}

/*导航栏*/
.loginpart{
    position: absolute;
    float: left;
    z-index: 999;
    width: 350px;
    height: 45px;
    line-height: 45px;
}
.logintext{
    font-size: 14px;
    color: #b4ae00;
    text-decoration: underline;
    margin: 0 10px;
}
.logintext_line{
    font-size: 14px;
    color: #b4ae00;
    text-decoration: underline
    margin: 0 4px;
}
.toper{
    height:70px;
    background-image: url(res/toper.png)
}
.topertitle{
    padding-top :12px;
    z-index: 999;
    float: right;
}
.topertitletext{
    display: inline;
    z-index: 999;
    font-size :16px;
    margin: 10px 15px;
    color: #c6beaa;
}
.topertitletext_line{
    display: inline;
    font-size :16px;
    margin: 10px 15px;
    color: #c6beaa;
}
.topertitletext:hover{
    color: #ff8f35;
}

/* 页脚模块 */
.footer{
    width: 100%;
    background-color: black;
    padding: 30px 0;
}
.footertext{
    text-align: center;
    margin: 0 auto;
    line-height: 30px;
}
.police{
    position: absolute;
    background-image: url(res/police.png);
    float: left;
    width: 15px;
    height: 15px;
}

/*游戏封面轮播模块*/
.header{
    position: relative;
    height:720px;
}
#npc_index{
    position: absolute;
    background-image: url(res/npc_index.png);
    float: right;
    right: -80px;
    top: -30px;
    width: 321px;
    height: 382px;
}
#logo{
    position: absolute;
    background-image: url(res/logo.png);
    left: -180px;
/*     top: -80px; */
    width: 823px;
    height: 268px;
}
.gamepicframe{
    position: absolute;
    top:285px;
    width: 980px;
    height: 400px;
    overflow: hidden;
    border: 2px solid #252723;
    border-radius: 20px;
}
#gamepic{
    position: absolute;
    height: 320px;
    left: 0;
    width: calc(980px*2);
    // background-image: url(res/game1.png);
}
#gamepic img{
    float: left;
    height: 320px;
}
.gamepic_cover{
    float: left;
    width: 300px;
    margin:20px;
}

// .play{
//     animation-name: ma_pic;
//     animation-iteration-count: infinite;
//     animation-duration: 5s;
//     animation-timing-fuction: cubic-bezier(0,0.5,1);
//     animation-direction: alternate;
// }
// @keyframes ma_pic{
//     0%,30%{margin-left: 0px;}
//     30%,60%{margin-left:0px;}
//     60%,100%{margin-left: -978px;}
// }

.gametitlebg{
    height:80px;
    margin-top: 320px;
    text-align: center;
    background-image: url(res/gametitlebg.png);
}
.gametitle{
    /* width: 488px; */
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    color: #c6beaa;
}
/* #game1{
    float: left;
} */
#game2{
    float: right;
}
/* .game1:hover ~ .gamepic{animation: ma1 .5s ease-out forwards;}
.game2:hover ~ .gamepic{animation: ma2 .5s ease-out forwards;} */
.gametitle_high{
    position: relative;
    width: 488px;
    height: 104px;
    bottom: 20px;
    text-align: center;
    font-size: 24px;
    color: #ff8f35;
    line-height: 118px;
    background-image: url(res/gametitle_chosenbg.png);
}
/*详细模块*/
.details{
    height: 800px;
}
.detailsheader{
    height: 40px;
    background-image: url(res/detailsheader.png);
    line-height: 40px;
}
.detailstitle{
    position: relative;
    color: #c6beaa;
    float: left;
    left: 28px;
    font-size: 16px;
}
.detailsmore{
    position: relative;
    color: #816c52;
    font-size: 14px;
    float:right;
    right: 16px;
}
.detailsbg{
    background-color: #b7a994;
}
.detailstext{
    color: #473c2e;
    font-size:14px;
}

.hotgames{
    float: left;
    width: 632px;
    height: 510px;
}
.hotgamesbg{
    height: 430px;
}
.link{
    float: left;
    width: 632px;
    height: 160px;
}
.linkbg{
    height: 20px;
    padding: 20px;
    font-size: 12px;
}
// .linkbg a{
//     text-decoration: underline;
// }
.hotgamesbg h2{
    position: relative;
    text-align: center;
    top: 15px;
}
.hotgamestext{
    text-indent: 2em;
    position: relative;
    top: 20px;
    text-align: left;
    line-height: 26px;
    width: 592px;
    left: 20px;
}
.hotgamesbg a{
    text-decoration: underline;
}
.screenshots{
    padding: 20px;
    margin-top: 10px;
}
.screenshots span{
    display: block;
    font-size: 16px;
    color: #473c2e;
    margin: 5px, 0;
}
.screenshots .game_name{
    font-size: 16px;
    text-align: left;
}
.screenshots img{
    margin: 10px 10px;
}
.stories{
    float: left;
    width: 632px;
    height: 180px;
}
.storiesbg{
    height: 100px;
}
.newserver{
    float: right;
    width: 328px;
    height: 230px;
}
.newserverbg{
    height: 150px;
}
.newserverbg .detailstext{
    text-decoration: underline;
}
.servicecenter{
    float: right;
    margin-top: 10px;
    width: 328px;
    height: 240px;
}
.servicecenterbg{
    height: 150px;
}
.newscenter{
    float: right;
    margin-top: -10px;
    width: 328px;
    height: 180px;
}
.newscenterbg{
    height: 100px;
}
.newscenter a{
    text-decoration: underline;
}
// .servicecentertext{
//     position: relative;
//     text-align: left;
//     top: 200px;
//     width: 800px;
//     line-height: 26px;
// }

/* 注册登录页面 */
/* 通用样式 */
.userframe{
    width: 198px;
    height: 30px;
    float: right;
    border-radius: 5px;
    border: 1px solid #978876;
}
.userframe_title{
    float: left;
    color: #473c2e;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.userframe_combine{
    display: block;
    position: relative;
    padding: 25px 0 10px 0;
    width: 280px;
    height: 30px;
}
.btn_brown{
    position: relative;
    margin: 15px 80px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    background-color: #473c2e;
    box-shadow: 0 6px 0px 0 #a69a7d;
    cursor: pointer;
}
.btn_grey{
    position: relative;
    margin: 15px 80px;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    font-size: 18px;
    border-radius: 10px;
    border: none;
    background-color: #898989;
    box-shadow: 0 6px 0px 0 #8c8172;
}
.login_signup_switch{
    // position: relative;
    float: right;
    color: #ff8f35;
    // height: 20px;
    font-size: 10px;
    text-decoration: underline;
}
#remind{
    text-align: center;
    width: 280px;
    position: absolute;
    // margin: -17px auto;
    color: red;
    font-size: 10px;
    line-height: 10px;
}
#remind_pay{
    text-align: center;
    width: 280px;
    position: absolute;
    // margin: -17px auto;
    color: red;
    font-size: 10px;
    line-height: 10px;
}
.useragreement{
    color: #473c2e;
    font-size: 12px;
}
.useragreement input{
    margin-top: 2px;
    vertical-align: middle;
}
.useragreement a{
    color: #473c2e;
    cursor: pointer;
    text-decoration: underline;
}
.useragreement a:hover{
    color: #ff8f35;
    text-decoration: underline;
}

/* 登录模块 */
#npc_login{
    position: absolute;
    background-image: url(res/npc_login.png);
    float: left;
    width: 445px;
    height: 459px;
}
.logincontent{
    height: 750px;
}
.loginframe{
    background-image: url(res/loginframe_bg.png);
    position: absolute;
    width: 331px;
    height: 298px;
    margin: 100px 324.5px;
}
.loginframe_all{
    position: relative;
    width: 280px;
    margin: 80px auto;
}

/* 注册模块 */
.maincontent{
    height: 1000px;
}
.signupframe{
    background: url(res/signupframe_bg.png);
    position: absolute;
    width: 331px;
    height: 600px;
    margin: 70px 324.5px;
}
.signupframe_all{
    position: relative;
    width: 280px;
    margin: 80px auto;
}
.remindtitle{
    display: block;
    float: left;
    color: #e66227;
    font-weight: bold;
    font-size: 12px;
    height: 20px;
    width: 280px;
}
.idcardpart{
    position: relative;
    width: 280px;
    margin-top: 20px;
}
/* .idcard{
    margin-top: 43px;
} */

/* 个人中心模块 */
.logo_center{
    width: 823px;
    height: 268px;
    position: relative;
    margin: 0 auto;
    background-image: url(res/logo.png)
}
.userdatatitle{
    width: 380px;
    text-align: center;
    color: #c6beaa;
    left: 28px;
    font-size: 16px;
}
.userdataframe{
    margin: 0 auto;
    width: 380px;
    height: 700px;
}
.userdatabg{
    position: absolute;
    height: 540px;
    width: 380px;
}
.userdataframe_all{
    position: absolute;
    margin: 0 50px;
}
.userdatashow{
    width: 198px;
    height: 30px;
    float: right;
    line-height: 30px;
}
#modify_text{
    cursor: pointer;
}
#userdataframe_modify{
    display: none;
}

/* 游戏中心 */
.gamelist{
    margin: 30px auto;
    width: 980px;
    height: 600px;
}
.gameintroduce_wrap{
    width: 850px;
    height: 270px;
    border-radius: 45px;
    border: 2px solid #252723;
    background-color: #b7a994;
    margin: 40px auto;

}
.gamehead_frame{
    float: left;
    width: 250px;
    height: 250px;
    border-radius: 40px;
    border: 10px solid #473c2e;
    overflow: hidden;
}
.game1_head{
    background-image: url(res/game1_head.png);
}
.game2_head{
    background-image: url(res/game2_head.png);
}
.game_introduce{
    position: relative;
    float: left;
    margin: 20px 20px;
    width: 350px;
}
h2 a{
    position: relative;
    text-decoration: underline;
    float: right;
    right: 10px;
    color: #473c2e;
    top: 20px;
    text-shadow: none;
    font-size: 14px;
}
.game_name{
    font-size: 30px;
    color: #473c2e;
    margin-bottom: 20px;
    text-shadow: 0 8px 0 #8e8673;
}
.gameintroduce_text{
    margin: 10px 300px
    color: #473c2e;
    line-height: 30px;
}
.download_wrap{
    float: right;
    right: 0;
    width: 180px;
}
.qr_code{
    width: 120px;
    height: 120px;
    margin: 15px auto;
    background-color: white;
}
.download_android{
    float: right;
    width: 230px;
}
.download_ios{
    float: right;
    margin-top: -15px;
    width: 230px;
}

/* 家长监护 */
.banner{
    width:878px;
    height:121px;
    margin: -30px auto 0 auto;
}
.jiazhangjianhu{
    float: right;
    width: 878px;
    height: 121px;
    background-image: url(res/jiazhangjianhu.png)
}
.navigation{
    float:left;
    z-index: 999;
    height: 60px;
    margin-top: -60px;
    line-height: 60px;
}
.navigationtext{
    display: inline;
    z-index: 999;
    font-size :14px;
    margin: 2px 8px;
    color: #c6beaa;
}
.navigationtext:hover{
    color: #ff8f35;
}
.navigationtext_line{
    display: inline;
    z-index: 999;
    font-size :10px;
    margin: 2px 4px;
    color: #c6beaa;
}
/* 服务说明 */
#discriptionframe{
    position: relative;
    width: 878px;
    height: 620px;
    margin: 0 auto;
}
.discriptionbg{
    width: 878px;
    height: 580px;
}
.discriptiontext{
    position: relative;
    width: 800px;
    top: 10px;
    left: 40px;
    line-height: 26px;
}
.flower1{
    position: relative;
    float: left;
    z-index: 999;
    left: -80px;
    top: -220px;
    width: 174px;
    height: 375px;
    margin-top: -400px;
}

/* 服务申请 */
#applicationframe{
    position: relative;
    width: 878px;
    height: 374px;
    margin: 40px auto;
}
.applicationbg{
    width: 878px;
    height: 334px;
}
.applicationtext{
    position: relative;
    width: 800px;
    top: 10px;
    left: 40px;
    line-height: 26px;
}
.flower2{
    position: relative;
    float: right;
    right: 0px;
    top: -40px;
    width: 222px;
    height: 374px;
}
/* 工程介绍 */
#introductionframe{
    position: relative;
    width: 878px;
    height: 1000px;
    margin: 0px auto;
}
.introductionbg{
    width: 878px;
    height: 960px;
}
.introductiontext{
    position: relative;
    width: 800px;
    top: 10px;
    left: 40px;
    line-height: 26px;
}
.flower3{
    position: relative;
    z-index: 999;
    left: -15px;
    top: -704px;
    width: 180px;
    height: 337px;
    margin-top: -400px;
}
/* 常见问题 */
#questionframe{
    position: relative;
    width: 878px;
    height: 730px;
    margin: 40px auto;
}
.questionbg{
    width: 878px;
    height: 500px;
}
.questiontext{
    position: relative;
    top: 10px;
    left: 40px;
    width: 800px;
    line-height: 26px;
}
.flower4{
    position: relative;
    float: right;
    top: -600px;
    z-index: 999;
    width: 762px;
    height: 255px;
}

/* 客服中心 */
.serviceframe{
    position: relative;
    width: 878px;
    height: 400px;
    margin: 50px auto;
}
.serviceframe0{
    position: relative;
    width: 878px;
    height: 400px;
    margin: 50px auto;
}
.serviceframe0 .servicetext{
    text-indent: 2em;
}
.servicebg0{
    width: 878px;
    height: 340px;
}
.servicebg{
    width: 878px;
    height: 200px;
}
.servicetext{
    position: relative;
    top: 10px;
    left: 40px;
    width: 800px;
    line-height: 26px;
}
.servicetext0{
    position: relative;
    top: 10px;
    left: 40px;
    width: 280px;
    line-height: 26px;
}

#elevator{
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background: url(res/elevator.png);
    background-color: rgba(193, 184, 170, 0.26);
    cursor: pointer;
    overflow: hidden;
    box-shadow: 3px 3px 3px 0px rgba(224, 206, 180, 0.41);

}

.agreementframe{
    position: relative;
    width: 878px;
    padding-bottom: 20px;
    margin: 50px auto;
}
.agreementbg{
    width: 878px;
    height: 100%;
    padding: 30px 0;
}
.agreementtext{
    text-indent: 2em;
    position: relative;
    top: 10px;
    left: 40px;
    width: 800px;
    line-height: 26px;
}
.sidelogin{
    float: right;
    width: 328px;
    height: 230px;
}
/* .sideloginbg{
    margin-top: -25px;
} */
.sideloginframe_all{
    position: relative;
    width: 280px;
    margin: 0 auto;
}
.side_login_signup_switch{
    // position: relative;
    float: right;
    color: #473c2e;
    // height: 20px;
    font-size: 10px;
    text-decoration: underline;
}
.side_login_signup_switch:hover{
    color: #ff8f35;
}
.paycenter{
    margin: 0 auto;
    width: 632px;
    /* height: 510px; */
}
.paycenterbg{
    /* height: 430px; */
    padding: 20px 40px;
}

.payloginframe_all{
    position: relative;
    width: 280px;
    height: 100%;
    margin: 0 auto;
}
.selectframe{
    width: 198px;
    height: 30px;
    float: right;
    border-radius: 5px;
    border: 1px solid #978876;
}
#paymon_text{
    margin-left: 6px;
    font-size: 16px;
    vertical-align: middle;
}
.attention{
    font-size: 12px;
    line-height: 1.7em;
}
