@charset "utf-8";
body {
    background: #f5f5f5;
    min-width: 1200px;
    overflow-x: hidden;
    padding-top: 102px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.nav {
    height: 102px;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
}

.logo {
    display: inline-block;
    float: left;
    margin-top: 28px;
}

.nav-line {
    display: inline-block;
	float: left;
}

.nav-line a {
    height: 50px;
    margin-right: 50px;
    display: block;
    line-height: 46px;
    margin-top: 27px;
    float: left;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    box-sizing: border-box;
}
.nav-line a:last-child{
	margin-right: 0;
}
.nav-line a:hover, .nav-line a.active {
    border-bottom: solid 3px #33bfff;
	color: #33bfff;
}
.nav .index-login {
    float: right;
    color: #333;
    font-size: 18px;
	padding-top: 36px;
}

.nav .index-login a {
	margin: 0;
    color: #2d99e5;
    text-decoration: none;
}

.footer {
    background: #7f7f7f url("footer.png") center no-repeat;
    /* width: 1919px;
    height: 144px; */
    margin: 0 auto;
}

.footer p.txt {
    font-size: 18px;
    color: #fff;
    padding: 20px 0 0;
    text-align: center;
}

.logo-txt {
    text-align: center;
    margin: 15px auto 0;
    font-size: 18px;
    color: #fff;
}

.logo-txt img {
    float: left;
    margin-right: 20px;

}

.banner {
}

.banner img {
    width: 1920px;
    position: relative;
    top: 0;
    left: 50%;
    margin-left: -960px;
    display: block;
}

/**/
.title {
    padding: 30px 0;
}

.title span {
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 24px;
    background: #fff;
    display: inline-block;
    font-size: 18px;
    border-radius: 40px;
    border: solid 1px #19d4ff;
    color: #19d4ff;
}

.list {
    overflow: hidden;
}

.list ul {
    width: 1230px;
}

.list ul li {
    width: 380px;
    margin-right: 30px;
    float: left;
    margin-bottom: 50px;
}

.list-b {
    padding: 40px 30px;
    overflow: hidden;
}

.game-img {
    width: 226px;
    height: 226px;
    display: block;
    overflow: hidden;
    float: left;
}

.game-name {
    height: 24px;
    line-height: 24px;
    color: #333333;
    font-size: 16px;
}

.list-b a {
    width: 65px;
    height: 24px;
    line-height: 24px;
    border-radius: 40px;
    font-size: 14px;
    color: #666666;
    display: block;
    text-decoration: none;
    background: #6be5f4;
    text-align: center;
    text-align: center;
    margin-top: 20px;
}

.list-b a:hover {
    background: #3fc4d4;
    color: #fff;
}

.list-b a.game-download {
    margin-right: 36px;
}

/*game*/
.game-container {
}

.game-container .list ul li {
    width: 382px;
    margin-right: 436px;
    margin-bottom: 20px;
}

.game-container .list ul li:nth-child(2n) {
    margin-right: 0;
}

.game-container .list-b {
    padding: 24px 0;
    overflow: auto;
}

.game-container .game-img {
    width: 382px;
    height: 382px;
    display: block;
    float: none;
}

.game-container .game-name {
    float: left;
}

.game-container .list-b a {
    float: right;
    margin-top: 0;
    background: #eae3f0;
}

.game-container .list-b a:hover {
    background: #ccc;
}

/*detail*/
.detail-banner {
    overflow: hidden;
}

.detail-banner img {
    position: relative;
    left: 50%;
    margin-left: -960px;
}

.detail-w1 {
    width: 1200px;
    padding: 50px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    margin: 60px auto 0;
    box-shadow: 1px 1px 10px #ddd;
}

.detail-w1-l {
    float: left;
}

.detail-w1-l a {
    width: 120px;
    height: 24px;
    border-radius: 4px;
    background: #33bfff;
    font-size: 14px;
    line-height: 24px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
}

.detail-w1-c {
    padding: 0 20px;
    color: #333333;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
}

.detail-w1-r {
    float: right;
}
.detail-w1-r a:hover{
    opacity: .8;
}

.detail-w2 {
    width: 1550px;
    margin: 60px auto;
    overflow: hidden;
}

.detail-w2 ul {
    width: 1560px;
}

.detail-w2 ul li {
    width: 300px;
    float: left;
    margin-right: 10px;
}

/*about*/
.about-left {
    width: 284px;
    margin-right: 30px;
    float: left;
}

.about-left ul li {
    width: 284px;
    height: 87px;
    line-height: 87px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-bottom: 50px;
    cursor: pointer;
}

.about-left ul li:last-child {
    margin-bottom: 0;
}

.about-left ul li.active {
    background: #f5f5f5;
    color: #333;
}

.about-right {
    min-height: 810px;
    overflow: hidden;
    background: #f5f5f5;
    padding: 30px;
    box-sizing: border-box;
    display: none;
}

.about-right h3 {
    text-align: center;
    font-size: 18px;
    color: #666666;
    padding: 30px 0;
}

.about-right p {
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}

.about-right p.pdt40 {
    padding-top: 40px;
}

.about-wrap h3 {
    font-size: 18px;
    color: #666666;
    padding: 50px 0 80px;
    text-align: center;
    font-weight: bold;
}

.about-wrap p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.job-wrap p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}

.job-wrap p.job-title {
    margin-top: 60px;
    font-weight: bold;
}

/*care*/
.care-title {
    font-size: 35px;
    color: #647384;
    font-weight: bold;
    text-align: center;
}

.care-txt1 {
    height: 40px;
    line-height: 40px;
    font-size: 23px;
    color: #647384;
    padding-left: 30px;
    position: relative;
    margin: 10px 0;
}

.care-txt1:after {
    width: 18px;
    height: 18px;
    background: #647384;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 12px;
}

.care-txt2 {
    font-size: 18px;
    color: #647384;
    margin-bottom: 20px;
}

.care-txt3 {
    font-size: 23px;
    color: #FF2970;
    font-weight: bold;
    margin-bottom: 20px;
}

.pay-left {
    width: 284px;
    height: 810px;
    margin-right: 30px;
    float: left;
    background: #cae5ec;
    padding-top: 80px;
    box-sizing: border-box;
}

.pay-left ul li {
    width: 284px;
    height: 87px;
    line-height: 87px;
    background: #ffffff;
    font-size: 18px;
    color: #df3131;
    text-align: center;
    cursor: pointer;
}

.pay-right {
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
}

.pay-title {
    padding: 20px 0;
    border-bottom: dashed 1px #c9c9c9;
}

.pay-title p {
    color: #e13333;
    font-size: 18px;
    float: left;
}

.pay-title span {
    float: right;
    color: #333;
    font-size: 18px;
}

.pay-title span a {
    color: #2d99e5;
    text-decoration: none;
}

.pay-select {
    font-size: 18px;
    color: #333;
    padding: 30px 0 50px;
}

.pay-select select {
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #2d99e5;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 60px;
}

.pay-list {
    font-size: 18px;
    color: #333;
}

.pay-list span {
    float: left;
}

.pay-list ul {
    width: 540px;
    overflow: hidden;
    border-top: solid 1px #333333;
    border-left: solid 1px #333333;
}

.pay-list ul li {
    width: 108px;
    height: 70px;
    line-height: 70px;
    border-bottom: solid 1px #333;
    border-right: solid 1px #333;
    box-sizing: border-box;
    float: left;
    font-size: 18px;
    text-align: center;
}

.pay-list ul li.active {
    background: url(list_icon.png) no-repeat;
    border-color: #2d99e5;
}

.pay-desc {
    font-size: 18px;
    color: #333;
    padding: 30px 90px;
}

.pay-desc i {
    color: #d90000;
    font-style: normal;
}

.pay-desc span {
    color: #2d99e5;
    margin-left: 50px;
}

.pay-desc a {
    color: #2d99e5;
    text-decoration: none;
    margin-left: 10px;
}

.pay-btn {
    width: 275px;
    height: 73px;
    line-height: 73px;
    margin-left: 90px;
    background: #ff9102;
    display: block;
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.pay-info {
    padding: 60px 0;
    font-size: 18px;
    color: #666666;
    border-top: dashed 1px #c9c9c9;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.6;
    z-index: 99;
    display: none;
}

.login, .register, .agreement {
    width: 460px;
    height: 565px;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -322px 0 0 -270px;
    z-index: 100;
    display: none;
}

.register {
    width: 480px;
    height: 615px;
    padding: 30px 30px 0;
}

.agreement {
    width: 900px;
    height: 600px;
    box-sizing: border-box;
    margin: -250px 0 0 -450px;
}

.agreement-cont {
    width: 100%;
    height: 100%;
    padding: 40px;
	box-sizing: border-box;
    overflow-x: hidden;
}
.agreement-cont h1 {
    font-size: 24px;
    color: #000;
    margin: 0 0 40px;
    text-align: center;
}
.agreement-cont h2 {
    font-size: 18px;
    color: #000;
    margin:20px 0;
}
.agreement-cont h3 {
    font-size: 18px;
    color: #666666;
    margin: 0 0 40px;
    text-align: center;
}

.agreement-cont p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}
.agreement-cont p strong{
	color: #333;
}

.agreement-cont p.pdt40 {
    padding-top: 40px;
}

.close-btn {
    width: 44px;
    height: 44px;
    display: block;
    background: url(close.png) no-repeat;
    position: absolute;
    top: -15px;
    right: -64px;
}

.popup-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.popup-input {
    width: 100%;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px;
}

.register .popup-input {
    height: 60px;
    line-height: 60px;
    margin-bottom: 20px;
}

.popup-input input {
    width: 100%;
    height: 100%;
    font-size: 24px;
    padding: 0 20px;
    box-sizing: border-box;
}

.register .popup-input input {
    font-size: 20px;
}

.popup-btns {
    font-size: 16px;
}

.popup-btns input {
    vertical-align: middle;
    margin-right: 4px;
}

.popup-btns a {
    color: #0da1f6;
}

.forget-btn {
    float: right;
    color: #333;
    text-decoration: none;
}

.login-data {
    width: 100%;
    height: 66px;
    display: block;
    background: #397fe9;
    margin: 50px 0;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 66px;
}

.register .login-data {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 20px auto;
}

.register .pay-desc {
    padding: 0;
}

/*version2*/
.index-cont-left {
    width: 781px;
    float: left;
    padding-bottom: 50px;
}

.index-cont-right {
    overflow: hidden;
    padding-left: 50px;
}

h3.title {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    padding: 50px 0;
    color: #333;
    font-weight: bold;
}

.index-cont-left ul {
    border-right: solid 1px #333333;
}

.index-cont-left ul li, .index-cont-right ul li {
    width: 390px;
    float: left;
    margin-bottom: 50px;
}

.index-cont-left ul li:after {
    content: '';
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
    line-height: 0;
}

.index-cont-right ul li:after {
    content: '';
    clear: both;
    visibility: hidden;
    display: block;
    font-size: 0;
    line-height: 0;
}

.mar0 {
    margin: 0;
}

.index-game-icon {
    float: left;
}

.index-game-hidden {
    overflow: hidden;
    padding: 0 20px;
}

.game-name {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-txt {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-star {
    padding: 10px 0;
}

.game-star i {
    width: 21px;
    height: 20px;
    display: inline-block;
}



.download, .home {
    width: 64px;
    height: 24px;
    line-height: 24px;
    text-decoration: none;
    background: #3875ce;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 10px;
    border-radius: 40px;
}

.game-list {
    width: 1560px;
    margin: 60px auto 0;
    overflow: hidden;
}

.game-list ul {
    width: 1570px;
}

.game-list ul li {
    width: 510px;
    margin-right: 10px;
    margin-bottom: 60px;
    float: left;
}

.list-img .img {
    width: 100%;
    display: block;
}

.list-bc {
    height: 42px;
    background: #eeeeee;
    padding: 24px;
}

.list-bc-l {
    float: left;
    padding: 0 20px;
    position: relative;
}

.list-bc-l:after {
    width: 8px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -18px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    content: "";
    display: block;
    clear: both;
    background: #3875ce;
}

.list-bc-t1 {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.list-bc-t2 {
    font-size: 16px;
    line-height: 20px;
}

.list-bc-r {
    width: 80px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    display: block;
    margin-top: 7px;
    float: right;
    border: solid 1px #6F6F6F;
    text-align: center;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

.list-bc-r:hover {
    background: #3875CE;
    color: #fff;
}

.contact-cont {
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #ddd;
    margin: 60px auto;
    padding: 20px;
    box-sizing: border-box;
}

.contact-cont-title {
    height: 62px;
    line-height: 62px;
    border-bottom: solid 1px #999;
    font-size: 24px;
    font-weight: bold;
}

.contact-cont-t1 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0;
}

.contact-cont-t2 {
    font-size: 16px;
    line-height: 30px;
}

.contact-cont ul {
    padding: 15px 0 0;
}

.contact-cont ul li {
    width: 290px;
    height: 70px;
    border-radius: 4px;
    float: left;
    margin-right: 144px;
    padding-top: 60px;
}

.contact-cont ul li:last-child {
    margin-right: 0;
}

.contact-cont ul li:nth-child(1) {
    background: #eee url(images/kf.png) no-repeat center 20px;
}

.contact-cont ul li:nth-child(2) {
    background: #eee url(images/phone.png) no-repeat center 20px;
}

.contact-cont ul li:nth-child(3) {
    background: #eee url(images/email.png) no-repeat center 20px;
}

.contact-cont ul li p.txt1 {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: #333;
}

.contact-cont ul li p.txt2 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    color: #333;
}

.gift-popup {
    width: 330px;
    height: 70px;
    padding: 40px 60px;
    background: #FFF;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -225px;
    z-index: 9;
    display: none;
    box-shadow: 2px 3px 33px #dddd;
}

.popup-bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.gift-popup p {
    font-size: 18px;
    text-align: center;
    line-height: 35px;
}

.close-gift {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    background: url(close.png) no-repeat;
}

/*20180828*/
.index-contanier2 {
    width: 1080px;
    padding: 50px 60px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 10px #ddd;
    margin: 60px auto;
}

.index-cont2-l {
    
}

.index-cont2-r {
    padding-left: 60px;
    overflow: hidden;
}

.cont2-title {
    height: 40px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 40px;
}

.cont2-title a {
    width: 106px;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    color: #33bfff;
    border: solid 1px #33bfff;
    border-radius: 4px;
    text-align: center;
    display: block;
    float: right;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}

.cont2-recommend {
    height: 220px;
}

.cont2-recommend a {
    width: 328px;
    height: 221px;
    overflow: hidden;
    display: block;
    float: left;
}

.cont2-recommend a:nth-child(2) {
    margin: 0 48px;
}

.cont2-game-list {
    width: 100%;
    overflow: hidden;
}

.cont2-game-list ul li {
    width: 234px;
    float: left;
    margin-top: 40px;
	margin-right: 48px;
}

.cont2-game-list ul li:nth-child(4n) {
    margin-right: 0;
}

.game-logo {
    width: 128px;
    height: 128px;
    overflow: hidden;
    float: left;
}

.game-logo img {
    width: 100%;
    display: block;
}

.game-desc {
    overflow: hidden;
    padding: 10px 0 10px 10px;
}

.game-desc .game-txt {
    font-size: 16px;
    margin-top: 10px;
}

.game-download {
    width: 65px;
    height: 24px;
    line-height: 24px;
    border-radius: 16px;
    font-size: 14px;
    color: #33bfff;
    border: solid 1px #33bfff;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.game-download:hover {
    color: #fff;
    background: #33bfff;
}

.game2-list {
    overflow: hidden;
}

.game2-list ul {
    width: 1336px;
}

.game2-list ul li {
    width: 403px;
    background: #FFF;
    border-radius: 8px;
    margin: 0 136px 40px 0;
    float: left;
    padding: 36px;
}

.game2-list ul li.hot {
    background: #fff url(images/hot.png) no-repeat 94% 16px;
}

.game2-list .game-desc {
    padding: 5px 0 0 20px;
}

.game2-list .game-name {
    float: none;
    margin-bottom: 10px;
}

.game2-list .game-txt {
    line-height: 24px;
    margin-top: 0;
}

.game2-list .game-btn a {
    width: 65px;
    height: 24px;
    line-height: 24px;
    border-radius: 16px;
    font-size: 14px;
    color: #33bfff;
    border: solid 1px #33bfff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.game2-list .game-btn a:hover {
    color: #fff;
    background: #33bfff;
}

#logo {
    display: inline-block;
    background: url("../resource/logo.png") center;
    width: 186px;
    height: 48px;
    border-bottom: none;
}