* {
	margin:0;
	padding:0;
}
html,body {
	height:100%;
}
body {
	background:url(../../static/images/main-bg.png) no-repeat #000b2e;
	font-family:Arial,Helvetica,sans-serif;
	font-size:100%;
	color:#fff;	
	background-position: top center;
    background-size: 1168px;
}
html {
	min-width:856px;
}
img {
	border:0;
	vertical-align:top;
	text-align:left;
}
object {
	vertical-align:top;
	outline:none;
}
ul,ol {
	list-style:none;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.clear {
	clear:both;
}
.col-1,.col-2,.col-3 {
	float:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.wrapper {
	width:100%;
	overflow:hidden;
}
.container {
	width:100%;
}
/*==== GLOBAL =====*/
#main {
	width:1168px;
	margin:0 auto;
	font-size:.75em;
	position:relative;
}
#header {
	height:130px;
	overflow:hidden;
	position:relative;
}
#content {
    width: 860px;
    margin: 0 auto;
}
#content .mainContent {
	float:left;
	width:566px;
}
#content .mainContent img{
	width:100%;
}
#content .mainContent.left {
	margin-right:30px;
}
#content .mainContent.left .banner{

}
#content .mainContent.left .banner img{
}
#content .mainContent.left .game{
	width: 100%;
	height:364px;
	background:url(../../static/images/game-bg.png) no-repeat;
	background-size: cover;
	color:#fff;
}
#content .mainContent.left .game h2 {
	padding: 8px 0 0 20px;
	text-align:left;
	color:#fff;
	font-weight: 700;
    font-size: 20px;
}
#content .mainContent.left .game ul{
	padding-left: 100px;
    padding-right: 32px;
}
#content .mainContent.left .game ul li h4{
	font-size:16px;
	color:#ade4ed;
	font-weight:bold;
}
#content .mainContent.left .gallery{
	width: 100%;
	height:364px;
	background:url(../../static/images/gallery-bg.png) no-repeat;
	background-size: cover;
	color:#fff;
}
#content .mainContent.left .gallery h2 {
	padding: 8px 0 0 20px;
	text-align:left;
	color:#fff;
	font-weight: 700;
    font-size: 20px;
}
#content .mainContent.left .gallery ul{
	display: flex;
}
#content .mainContent.left .gallery ul li{
	width: 180px;
    padding: 10px 0 0 20px;
}
#content .mainContent.left .gallery ul li img{
	border: 1px solid #fff;
	border-radius: 6px;
}
#content .mainContent.right {
	margin-left:47px;
}

#content .aside {
	float:left;
	width:254px;
}
#content .aside .startgame {
	width:100%;
	height:288px;
	background:url(../../static/images/download-bg.png) no-repeat;
	background-size: cover;
}

#content .aside .startgame h2 {
	padding:  8px 0 0 0px;
	text-align:center;
	color:#fff;
	font-weight: 700;
    font-size: 20px;
}

#content .aside .startgame img {
	width:100%;
	padding: 14px;
    margin-top: 10px;
}

#content .aside .contactus {
	width:100%;
	height:522px;
	background:url(../../static/images/contactus-bg.png) no-repeat;
	background-size: cover;
}

#content .aside .contactus h2 {
	padding:  8px 0 0 0px;
	text-align:center;
	color:#fff;
	font-weight: 700;
    font-size: 20px;
}

#content .aside .contactus img {
	width:100%;
	padding: 14px;
    margin-top: 10px;
}
#content .aside .contactus .address{
	padding-left: 16px;
    font-size: 14px;
    padding-top: 4px;
}
#content .aside .inner {
	padding:30px 30px 20px 29px;
}
#footer {
	font-size:11px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#9a958d;
}
/*----- forms parameters -----*/

input,select,textarea {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}
/*----- other -----*/
.img-indent {
	margin:0 20px 0 0;
	float:left;
}
.img-indent.outdent-img {
	margin:0 26px 0 -10px;
}
.img-box {
	width:100%;
	overflow:hidden;
	padding-bottom:20px;
}
.img-box img {
	float:left;
	margin:0 20px 0 0;
}
.extra-wrap {
	overflow:hidden;
}
p {
	margin-bottom:16px;
}
.p1 {
	margin-bottom:8px;
}
.p2 {
	margin-bottom:16px;
}
.p3 {
	margin-bottom:24px;
}
.p4 {
	margin-bottom:32px;
}
/*----- txt,links,lines,titles -----*/
a {
	color:#428bca;
	outline:none;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-size:32px;
	line-height:1.2em;
	color:#870503;
	text-transform:uppercase;
	margin:-10px 0 10px 0;
}
h1 span {
	font-size:20px;
	color:#1d1d1d;
}
h1 strong {
	color:#1d1d1d;
}
h2 {
	font-size:27px;
	line-height:1.2em;
	text-transform:uppercase;
	color:#000;
	margin-bottom:18px;
}
h2 span {
	display:block;
	margin-top:-10px;
	color:#870503;
}
h3 {
	font-size:1em;
	color:#870503;
	margin-bottom:8px;
	text-transform:uppercase;
}
.txt1 {
	color:#870503;
}
.button {
	float:right;
	background:url(../../static/images/button.gif) no-repeat 0 0;
	width:84px;
	height:25px;
	line-height:25px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	font-weight:bold;
}
.button:hover {
	text-decoration:underline;
}
.address {
	float:left;
	padding-top:20px;
}
.address dt {
	margin-bottom:16px;
}
.address dt:first-line {
	text-transform:uppercase;
	font-weight:bold;
}
.address dd {
	clear:both;
}
.address dd span {
	float:left;
	width:80px;
}
/*===== header =====*/
#header .logo {
	position:absolute;
	left:239px;
	top:62px;
}
#header .nav {
	position:absolute;
	bottom:0;
	background:url(../../static/images/nav-bg.png) no-repeat 0 0;
	width:100%;
	height:52px;
	text-align:center;
	overflow:hidden;
}
#header .nav ul {
	padding:0 0 0 10px;
}
#header .nav ul li {
	display:inline;
}
#header .nav ul li.first {
}
#header .nav ul li a {
	display:inline-block;
	padding:20px 15px 20px 15px;
	font-size:14px;
	line-height:1.2em;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	background:url(../../static/images/nav-splash.png) no-repeat;
	background-size: contain;
    background-position: center;
    width: 150px;
}
#header .nav ul li a:hover {
	text-decoration:none;
	background:url(../../static/images/nav-splash_active.png) no-repeat;
	background-size: contain;
    background-position: center;
    width: 150px;
}
#header .nav ul li .active {
	text-decoration:none;
	background:url(../../static/images/nav-splash_active.png) no-repeat;
	background-size: contain;
    background-position: center;
    width: 150px;
}
/*===== content =====*/
#content .indent {
	padding:74px 60px 0 69px;
}
dl.list1 dt {
	font-weight:bold;
	text-transform:uppercase;
}
dl.list1 dd {
	background:url(../../static/images/line-hor.png) no-repeat 50% 100%;
	padding:0 0 15px 0;
	margin-bottom:15px;
}
dl.list1 dd.last {
	background:none;
	padding:0;
}
.links li {
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:8px;
}
.links li a {
	text-decoration:none;
}
.links li a:hover {
	text-decoration:underline;
	color:#000;
}
/*===== aboutus =====*/
#aboutus {
	margin:36px auto;
	width: 860px;
	height:225px;
	background:url(../../static/images/aboutus-bg.png) no-repeat;
	background-size: cover;
	color:#fff;
}
#aboutus h2 {
	padding:0px 60px 0 69px;
	text-align:center;
	color:#fff;
	font-weight:900;
}
#aboutus p {
	padding:0px 60px 0 69px;
	font-size: 16px;
}
#aboutus .indent {
	padding:74px 60px 0 69px;
}
/*===== shop =====*/
#shop {
	margin:36px auto;
	width: 700px;
    height: 296px;
	background:url(../../static/images/shop-bg.png) no-repeat;
	background-size: cover;
	color:#fff;
}
#shop h2 {
	padding:0px 60px 0 69px;
	text-align:center;
	color:#fff;
	font-weight:900;
}
#shop p {
	padding:0px 60px 0 69px;
	font-size: 16px;
}
/*===== goods =====*/
#goods {
	margin:36px auto;
	width: 700px;
    height: 420px;
	color:#fff;
}

#goods .goodList {
    padding:0px;
    margin-top: 0px;
    overflow: auto;
    height: 420px;
}

#goods .good {
    float: left;
    width: 144px;
    height: 168px;
    position: relative;
    border-radius: 10px;
        margin: 0px 16px 26px 10px;
	cursor: pointer;
}
#goods .good .goodInfo {
    width: 100%;
    padding: 0 0 0;
    text-align: center;
    position: relative;
}
#goods .div-img {
    --width: var(--adm-image-width, auto);
    --height: var(--adm-image-height, auto);
    width: var(--width);
    height: var(--height);
    display: block;
    overflow: hidden;
}

#goods .div-img .good-img {
    width: 100px;
    margin: 20px auto 0px;
	object-fit: contain; 
	display: block;
}
#goods .good .goodInfo .title {
	font-size: 14px;
	color: #83d6ff;
	font-weight:bold;
}
#goods .good .goodInfo .title p{
	line-height:100%;
	font-weight:bold;
	font-size:20px;
}
#goods .good .priceBtn {
    font-size: 18px;
    color: #f5a72d;
    font-weight: bold;
    text-align: center;

}
#goods 	.coin_bg_01 {
    width: 144px;
    height: 168px;
	background-image: url(../../static/images/bg-good.png);
	position: relative;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
/*===== form =====*/
#form {
	margin:36px auto;
	width: 700px;
    height: 334px;
	background:url(../../static/images/form-bg.png) no-repeat;
	background-size: cover;
	color:#fff;
}
#form h2 {
	padding:0px 60px 0 69px;
	text-align:center;
	color:#fff;
	font-weight:900;
}
#form p {
	padding:0px 60px 0 69px;
	font-size: 16px;
}
/*===== pay =====*/
#pay {
	margin:36px auto;
	width: 700px;
    height: 276px;
	background:url(../../static/images/pay-bg.png) no-repeat;
	background-size: cover;
	color:#fff;
	padding:10px 20px 20px 68px;
}
#pay .form-group{
	margin-bottom:8px;
}
#pay .form-group label {
	text-align:center;
	color:#dd8c0d;
	font-size: 16px;
}
#pay p {
	padding:0px 60px 0 69px;
	font-size: 16px;
}
#faded {
	width:706px;
	position:relative;
	margin-top:20px;
}
#faded ul {
	list-style:none;
	padding:0;
	margin:0;
}
#faded ul.big-img {
	position:absolute;
	left:0;
	top:0;
	width:412px;
}
#faded ul.big-img li img {
	border:2px solid #fff;
}
#faded ul.big-img li .description {
	padding:10px 0 0 3px;
}
#faded ul.big-img li strong {
	text-transform:uppercase;
	color:#870503;
}
ul.pagination {
	position:absolute;
	right:0;
	top:0;
	width:236px;
}
ul.pagination li {
	float:left;
	margin-right:35px;
	margin-bottom:36px;
}
ul.pagination li.even {
	margin-right:0;
}
ul.pagination li img {
	border:2px solid #fff;
}
ul.pagination li.current img,ul.pagination li:hover img {
	border-color:#000;
}
ul.navigation {
	position:absolute;
	right:0;
	top:255px;
	width:232px;
}
ul.navigation li {
	display:inline;
}
ul.navigation .button.fleft {
	float:left;
}
ul.navigation .button.fright {
	float:right;
}
.works {
	width:100%;
	overflow:hidden;
	padding-top:18px;
}
.works li {
	float:left;
	margin:0 20px 21px 0;
}
.works li.last {
	margin-right:0;
}
.works li img {
	border:2px solid #fff;
}
/*===== footer =====*/
#footer {
	text-align:center;
	padding:20px 0 0px 0;
    width: 860px;
    height: 50px;
	background:url(../../static/images/footer-bg.png) no-repeat;
	background-size: cover;
	color:#fff;
	margin:0 auto;

}
#footer a {
	color:#9a958d;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
.inner_copy {
	border:0;
	color:#f00;
	float:left;
	width:50%!important;
	margin:-202px 0 0 0;
	overflow:hidden;
	line-height:0;
	padding:0;
	font-size:12px
}
/*==========================================*/


.form-group {
    display: flex;
	padding-top: 12px;
}
.form-group .fillin{
    color: #ffffff;
    border: 0px solid #7c399a;
    background-color: unset !important;

}
.form-group label {
    width: 200px;
    text-align: right;
    padding-right: 38px;
    line-height: 50px;
    color: #9bcfef;
    font-weight: 900;
    font-size: 20px;
}
.form-control{
	width:460px;
	height: 56px;
    padding: 6px 20px;
    font-size: 22px;
	border-radius: 40px !important;
}
.form-control:focus {
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
}
.form-control::placeholder {
  color: #fff;
  opacity: 1; 
}
.form-control[disabled], .form-control[readonly] {
	color: #696969;
    border: 0px solid #d7bbaf;
    background-color: unset !important;
}
.cart_pay{
	text-align: center;
	display: flex;
}
.cart_pay img {
	width: 110px;
    padding-right: 10px;
	padding-bottom: 10px;
}
.cart_pay label{
	width:unset !important;
	text-align: left !important;
    line-height: unset !important;
}
.payBtn {
	font-size:16px;
    display: flex;
    align-items: center;
    justify-content: center;
	height: 50px;
    width: 187px;
	background-image: url(../../static/images/pay.png); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin-bottom: 2px;
	color: #fff;
	font-weight:bold;
	background-color: unset !important;
	cursor:pointer;
}