* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
input {
    padding: 0;
    margin: 0;
}

input {
    border: 0;
}

p,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #09f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: inherit;
}

pre {
    font-family: inherit;
    margin: 0;
}

i,
em {
    font-style: initial
}

button {
    color: inherit;
    border: 0;
    padding: 0;
    background-color: transparent;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: Microsoft YaHei, 'å¾®è½¯é›…é»‘', Arial, serif, sans-serif;
    background: #fff;
    color: #333;
    font-size: 16px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/*
æµ®åŠ¨å…¬å…±æ ·å¼
*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    visibility: hidden;
    clear: both;
}

/*
å¤´éƒ¨å¯¼èˆªæ ·å¼
*/
.nav-container {
    height: 100px;
    padding: 24px 0;
}

.nav-container .logo {
    width: 175px;
    height: 57px;
}

.nav-container .logo a,
.nav-container .logo img {
    display: block;
    width: 100%;
    height: 100%
}

.nav-container .menus {
    position: relative;
    padding-right: 108px;
}

.nav-container .menus ul {
    display: flex;
    flex-wrap: wrap;
}

.nav-container .menus li {
    flex: 1;
    width: 110px;
    height: 52px;
    line-height: 52px;
    text-align: center;
}

.nav-container .menus li a {
    font-size: 18px;
}

.nav-container .menus li.active a {
    color: #00D2E4;
}

.nav-container .submenu-btn {
    position: absolute;
    right: 0;
    top: -24px;
    width: 108px;
    height: 108px;
    background-color: #00D2E4;
    cursor: pointer;
    padding-top: 30px;
    z-index: 2
}

.nav-container .submenu-btn span {
    position: relative;
    display: block;
    width: 34px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    margin: 8px auto;
    opacity: 1;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.nav-container .submenu-btn.active span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
    -webkit-transform: translateY(12px) rotate(45deg);
    -moz-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
}

.nav-container .submenu-btn.active span:nth-child(2) {
    opacity: 0;
}

.nav-container .submenu-btn.active span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -moz-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
}

.nav-container .submenu {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    padding: 40px 0 60px;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1
}

.nav-container .submenu ul {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.nav-container .submenu li {
    flex: 1;
    padding-right: 20px;
}

.nav-container .submenu dl {
    margin-bottom: 30px;
}

.nav-container .submenu dt {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 22px;
}

.nav-container .submenu dd {
    font-size: 14px;
    line-height: 24px;
    padding: 4px 0;
}

.nav-container .submenu a {
    color: #ccc;
}

.nav-container .submenu a:hover {
    color: #fff;
}

/* 首页热门推荐 */
.game_hot {
    padding: 100px 0 130px;
    overflow: hidden;
}

.game_hot h2 {
    position: relative;
    width: 126px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    color: #333;
    margin: 0 auto 120px;
}

.game_hot h2:before,
.game_hot h2:after {
    content: '';
    position: absolute;
    top: 16px;
    width: 213px;
    height: 12px;
    background: no-repeat center;
}

.game_hot h2:before {
    right: 136px;
    background-image: url('./images/icon_l.png')
}

.game_hot h2:after {
    left: 136px;
    background-image: url('./images/icon_r.png')
}

.game_hot li .pic,
.game_hot li .detail {
    position: relative;
    float: left;
    width: 50%;
    height: 490px;
}

.game_hot li .pic {
    background: no-repeat center center;
    background-size: cover;
}

.game_hot li .detail strong {
    display: block;
    font-size: 52px;
    padding: 30px;
    line-height: 70px;
    font-weight: 500;
}

.game_hot li .detail .box {
    position: absolute;
    top: 160px;
    left: -46px;
    padding: 40px 70px;
    z-index: 2;
    width: 640px;
    height: 250px;
    background-color: #fff;
    box-shadow: 0 30px 60px rgb(0 0 0 / 8%);
}

.game_hot li .detail .box p {
    line-height: 30px;
    font-size: 16px;
    color: #666;
}

.game_hot li .detail .box .link {
    display: block;
    width: 134px;
    height: 44px;
    color: #00D2E4;
    border: 2px solid #00D2E4;
    background-color: #fff;
    border-radius: 44px;
    text-align: center;
    line-height: 40px;
    margin-top: 16px;
    transition: all .3s linear;
}

.game_hot li .detail .box .link:hover {
    background-color: #00D2E4;
    color: #fff;
}

.game_hot li:nth-child(even) .pic {
    float: right;
}

.game_hot li:nth-child(even) .detail strong {
    text-align: right;
}

.game_hot li:nth-child(even) .detail .box {
    left: auto;
    right: -46px;
    padding: 36px 70px
}

.contentUS {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.contentUS .usLeft {
    float: left;
    width: 43%;
    padding-right: 2%;
}

.contentUS .usLeft .title h1 {
    font-size: 26px;
    font-weight: 400;
    color: #222;
    margin-bottom: 29px;
}

.contentUS .usLeft .title p {
    font-size: 16px;
    font-weight: 400;
    color: #777;
    opacity: .85;
    margin-bottom: 32px;
    font-variant: tabular-nums;
    line-height: 1.5715;
}

.contentUS .usLeft .list li {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-top: 37px;
}

.contentUS .usLeft .list li p {
    display: inline-block;
    font-weight: 400;
    color: #666;
}

.contentUS .usright {
    float: right;
    width: 53%;
    padding-left: 2%;
}

.contentUS .usright img {
    width: 100%;
    height: auto;
    border: 3px solid #0fd5e5;
}

.joinCon {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.joinCon .joinItem {
    float: left;
    width: 47%;

    margin-bottom: 40px;
}

.joinCon .joinItem:nth-child(odd) {
    margin-right: 6%;
}

.joinItem h6 {
    font-size: 22px;
    color: #222;
    margin-bottom: 30px;
}

.joinItem h6 span {
    color: #00D2E4;
    margin-left: 10px;
}

.joinCon dl dt {
    font-size: 18px;
    font-weight: 400;
    color: #222;
    margin-bottom: 30px;
}

.joinCon dl dd {
    font-size: 17px;
    font-weight: 400;
    color: #666;
    line-height: 28px;
    margin-bottom: 15px;
}


/*底部*/
.footer_bg {
    width: 100%;
    margin-top: 50px;
    background-color: #484848;
    padding-top: 60px;
}

.footer {
    margin: auto;
    font-size: 0;
    margin-bottom: 50px;
}

.footer_left,
.footer_right {
    
    display: inline-block;
    font-size: 14px;
    color: #fff;
    vertical-align: top;
}
.footer_left{
    width: 60%;
}
.footer_right{
    width: 40%;
}

.footer_left>img {
    margin-left: 25px;
}

.footer_left .footer_left_address {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin: 10px 40px 0 0;
}

.footer_left .footer_left_address div {
    margin-bottom: 10px;
}

.footer_left .footer_left_address .footer_left_address_title1 {
    font-size: 18px;
}

.footer_right .footer_right_left {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 40px;
}

.footer_right .footer_right_left div {
    margin-bottom: 10px;
}

.footer_right .footer_right_left .footer_right_tel {
    font-size: 18px;
}

.footer_right .footer_right_right {
    display: inline-block;
    float: right;
    margin-right: 125px;
}

.footer_bottom {
    position: relative;
    text-align: center;
}

.footer_bottom div {
    color: #969696;
    line-height: 14px;
    font-size: 14px;
    padding: 5px 0 25px;
    background-color: #484848;
    position: relative;
    z-index: 1;
    width: 30%;
    margin: auto;
}

.footer_bottom i {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #969696;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 0;
}


.privacyCon {
    width: 1200px;
    margin: 0 auto;
}

.privacyCon h1 {
    line-height: 48px;
    text-align: center;
    font-size: 28px;
    color: #333;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 400;
}

.subtit {
    line-height: 1.9;
    margin-top: 24px;
    font-size: 18px;
    color: #333;
}

.subcon {
    line-height: 1.9;
    margin-top: 24px;
    font-size: 16px;
    color: #666;
}
.subcon p {
font-size: 16px;
line-height: 28px;
color: #666;
margin-top: 16px;
}
.subcon h6{
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
.subcon dt{
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
.subcon dd{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-top: 16px;
}
.box-active{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 22;
}