body, textarea, input, button {
    color: #62a1c9;
}
html, body, fieldset, img, iframe, abbr {
    border: 0;
}
body {
    padding: 0;
    margin: 0;
    background: #fff;
}
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
a, a:hover {
    text-decoration: none;
    outline: 0;
    -moz-outline: 0;
}
a, button {
    cursor: pointer;
}

html, body {
    width: 100%;
    min-height: 930px;
    height: auto;
}
.wrap {
    position: relative;
    width: 100%;
    min-width: 1260px;
    max-width: 1920px;
    margin: 0 auto;
}
.topBar {
    width: 100%;
    background: rgba(255,255,255,.8);
    z-index: 9999;
    min-width: 1260px;
    position: relative;
    top: 0;
    left: 0;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
}
.topBar .header {
    width: 100%;
    background: rgba(255,255,255,.8);
}
.header .header-box {
    position: relative;
    width: 1260px;
    margin: 0 auto;
    height: 100px;
    overflow: visible;
}
.header .top-logo {
    position: relative;
    float: left;
    width: 65px;
    height: 65px;
    background: url(../images/icon.png) no-repeat;
    background-size: cover;
    top: 21px;
    display: block;
    font-size: 0;
}
.header .topBoxlist {
    position: relative;
    height: 100px;
    line-height: 100px;
    margin-left: 180px;
    color: #333;
}
.header .topBoxlist a {
    position: relative;
    float: left;
    margin: 0 40px;
    font-size: 16px;
    color: #818181;
    height: 100px;
    line-height: 100px;
}
.header .topBoxlist span {
    float: left;
    height: 100px;
    line-height: 100px;
    width: 4px;
}
.topBar .banner {
    height: 600px;
}

.main {
    width: 100%;
    position: relative;
    min-width: 1260px;
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
}
.bg-color-1 {
	background: #f8f9fc !important;	
}
.con-wrap {
    background: #f8f9fc;  
}
.con-wrap .con-box {
    width: 1260px;
    margin: 0 auto;
    height: 100%;
}


.games {
    background: #f8f9fc;
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
}
.games h2 {
    text-align: center;
    color: #000;
    padding: 75px 0 30px 0;
}
.games .con-box .game-cover {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
    gap: 30px;
}
.games .con-box .game-cover img {
    width: 400px;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.games .con-box .game-cover img:hover {
    transform: scale(1.1);
}


.description {
    background: #fff;
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
}
.description .con-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 75px 100px;
}
.description .con-box .content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    max-width: 632px;
    align-items: center;
    text-align: center;
    color: #000;
}

.description .con-box .content p {
    color: #666;
    font-size: 16px;
}


.game-rule {
    background: #fff;
    overflow: hidden;
    padding-bottom: 60px;
    position: relative;
}
.game-rule .con-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 75px 100px;
}
.game-rule .con-box .content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    max-width: 632px;
    align-items: center;
    color: #000;
}
.game-rule .con-box .content .text {
	line-height:30px;
}
.game-rule .con-box .content .title {
	text-align: center;	
}
.game-rule .con-box .content .name {
	font-weight:600;
}
.game-rule .con-box .content ul li {
	list-style: none;
}
.game-rule .con-box .content p {
    color: #666;
    font-size: 16px;
	padding: 5px 0 5px 0;
}









.party {
    background: #f8f9fc;
    overflow: hidden;
    padding: 30px 0 60px 0;
    position: relative; 
}

.party .con-box {
    display: flex;
    flex-direction: row;
}
.party .con-box .item1 {
    flex-grow: 1;
}
.party .con-box .item2  {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    max-width: 632px;
    align-items: center;
    text-align: center;
    color: #666;
}
.party .con-box .item2 h2 {
    color: #000;
}
.party .con-box .item1 img {
    width: 600px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.party .con-box .item1 img:hover {
     transform: scale(1.1);
 }

.declaration {
    background: #fff;
    overflow: hidden;
    padding: 50px 0 60px 0;
    position: relative; 
}

.declaration .con-box {
    display: flex;
    flex-direction: row;
}
.declaration .con-box .item1 {
    flex-grow: 1;
}
.declaration .con-box .item2  {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    max-width: 632px;
    align-items: center;
    text-align: center;
    color: #666;
    padding: 35px;
}
.declaration .con-box .item2 h2 {
    color: #000;
}
.declaration .con-box img {
    width: 600px;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.declaration .con-box img:hover {
    transform: scale(1.1);
}

.footer {
    width: 100%;
    min-width: 1260px;
    max-width: 1920px;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #272a2c;
    color: #fff;
}
.footer .copyright {
    width: 1024px;
    text-align: left;
    margin: 0 auto;
    padding: 15px 0 10px;
    font-size: 12px;
    line-height: 20px;
}

.bg1 {
    background: #fff;
}
.bg2 {
    background: #f8f9fc;
}


.copyright a:hover {
    text-decoration: underline;
}
.copyright a {
    color: #fff;
}

.copyright img {
    width: 50px;
}
.copyright .nie-cn-logo {
    display: inline-block;
    vertical-align: middle;
    height: 48px;
    min-width: 200px
}

.copyright .nie-cn-logo a {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.copyright .nie-cn-logo a.a0 img {
    padding-right: 0
}

.copyright .nie-cn-logo img {
    padding-right: 15px;
    padding-top: 5px;
    border: 0;
    vertical-align: middle;
}

.copyright .nie-cn-nav {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}

.copyright .nie-cn-nav i {
    font-style: normal
}

.copyright .nie-cn-nav i.nie-cn-nav-i2 {
    height: 28px;
    line-height: 28px;
    text-align: left;
}

.copyright .nie-cn-nav a {
    text-decoration: none
}

.copyright .nie-cn-nav a:hover {
    text-decoration: underline
}

.copyright .nie-cn-nav .nie-cn-reportcenter {
    padding-left: 18px;
    font-style: normal;
}

.copyright .nie-cn-nav a.nie-cn-guardianship {
    display: inline-block;
    color: #fff;
    background-color: #610000;
    position: absolute;
    z-index: 2;
    right: 0;
    height: 26px;
    line-height: 26px;
    padding: 0 3px;
    top: 21px
}
.copyright .nie-cn-part2 {
    padding-top: 10px;
    line-height: 24px
}

.copyright .nie-cn-part2 a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top
}

.copyright .nie-cn-part2 a:hover {
    text-decoration: underline
}

.copyright .nie-cn-part2 span {
    display: inline-block;
    vertical-align: top;
}

.nie-cn-part2 a img {
    vertical-align: top
}