* {
	font-family: "Arial"
}

html,
body {
	height: 100%
}

body {
	width: 100%;
	min-width: 1200px
}

#wrap {
	position: relative;
	overflow: hidden
}

.center {
	position: relative;
	width: 1200px;
	height: 100%;
	margin: 0 auto
}


.top {
	width: 100%;
	height: 480px;
	background: url(../../images/v4/index/bg-01.jpg) no-repeat top center
}

.top .navMain {
	background: url(../../images/v4/common/top_nav_bg.png) repeat;
	width: 100%;
	min-width: 1400px;
	height: 79px;
	position: absolute;
	left: 0px;
	z-index: 100
}

.top .navMain .nav_box {
	width: 1200px;
	height: 79px;
	margin: 0 auto;
	position: relative
}

.top .navMain .nav_box .logo_box {
	width: 141px;
	height: 79px;
	margin-right: 60px
}

.top .navMain .nav_box ul {
	height: 79px
}

.top .navMain .nav_box ul li {
	width: 114px;
	height: 79px;
	text-align: center;
	margin: 0 5px
}

.top .navMain .nav_box ul li a {
	font: 14px Arial;
	color: #cccccc;
	font-size: 16px;
	display: block;
	width: 114px;
	padding-top: 20px
}

.top .navMain .nav_box ul li a:hover {
	color: #e8b964;
	text-decoration: none
}

.top .navMain .nav_box ul li a:hover span {
	color: #e8b964
}

.top .navMain .nav_box ul li .logo {
	width: 90px;
	height: 70px;
	background: url(../../images/v4/common/logo.png) no-repeat center center;
	background-size: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 11;
	padding-top: 0;
	top: 5px
}

.top .navMain .nav_box ul li span {
	color: #999999;
	display: block;
	font-size: 14px
}

.top .navMain .menu {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 79px;
	left: 0px;
	background: url(../../images/v4/common/nav_opac.png) repeat-x center bottom;
	z-index: 1
}

.top .navMain .menu ul {
	width: 1200px;
	height: 200px;
	margin: 0 auto
}

.top .navMain .menu ul li {
	width: 134px;
	height: 180px;
	margin-top: 9px;
	font-size: 12px
}

.top .navMain .menu ul li .common_menu_2 {
	width: 114px;
	height: 80%
}

.top .navMain .menu ul li .common_menu_2 li {
	width: 100%;
	height: 16px;
	text-align: center
}

.top .navMain .menu ul li a {
	font-size: 12px;
	padding-top: 0
}

.top .navMain .menu ul li.logo {
	width: 141px;
	margin-right: 60px
}

.top .navMain .menu ul li.home {
	width: 110px
}

.top .navMain .menu ul li.news {
	width: 110px;
	border-right: 1px solid #726e65;
	padding-right: 15px;
	margin-right: 0
}

.top .navMain .menu ul li.gamedata {
	width: 110px;
	border-right: 1px solid #726e65
}

.top .navMain .menu ul li.account {
	width: 110px;
	border-right: 1px solid #726e65;
	padding-right: 10px;
	margin-right: 0
}

.top .navMain .menu ul li.download {
	width: 105px;
	border-right: 1px solid #726e65;
	padding-right: 10px;
	margin-right: 0
}

.top .navMain .menu ul li.player {
	width: 105px;
	border-right: 1px solid #726e65;
	padding-right: 10px;
	margin-right: 0
}

.top .navMain .menu ul li.kf {
	width: 105px;
	border-right: 1px solid #726e65;
	padding-right: 10px;
	margin-right: 0
}

.top .navMain .menu ul .pad_box {
	width: 141px;
	height: 180px
}

.top .slogan {
	position: absolute;
	top: 624px;
	left: 50%;
	margin-left: -255px;
	width: 510px;
	height: 47px;
	background: url(/images/v4/common/time.png) no-repeat
}

.top .slogan.time-1 {
	background-position-y: -94px
}

.top .slogan.time-2 {
	background-position-y: bottom
}

.top .header_link {
	display: block;
	width: 100%;
	height: 595px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(/images/index_v1/empty-0.png)
}

.top .warning {
	position: absolute;
	left: 50%;
	margin-left: -565px;
	top: 90px;
	color: #f00;
	font-size: 12px;
	font-family: 'Arial';
	font-weight: bold
}

.main {
	width: 100%;
	height: 1920px;
	background: #f5dac6 url(../../images/v4/index/bg-02.jpg) no-repeat top center
}

.main .newInfo {
	position: absolute;
	top: 75px;
	left: 0;
	width: 498px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #ffe8b6;
	background: url(../../images/v4/common/newInfo.png) no-repeat;
	text-align: center;
	cursor: pointer;
	overflow: hidden
}

.main .newInfo a {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #ffe8b6
}

.foot_w {
	position: relative;
}
.form-group label{
	display: block;
}
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="text"]{
	padding: 8px 12px;
	min-width: 250px;
	margin: 10px 0;
}
/*.btn{
    text-transform: uppercase;
    color: #fff;
    background: url(../../images/v4/index/top_btn.png) no-repeat;
    height: 50px;
	min-width: 141px;
	border: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
	margin-top: 15px;
}*/
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}
.wp-block-table table,
.MyTable {
	margin: 0 auto 10px;
	border-collapse: collapse
}
.wp-block-table table thead tr th,
.MyTable thead tr th {
	color: #ffc;
	background: #563c2f;
	font-weight: bolder;
	padding: 5px 10px;
	border: 1px solid #966
}
.wp-block-table table tbody tr td,
.MyTable tbody tr td {
	padding: 3px 10px;
	border: 1px solid #966
}

.MyTable .HorzRight {
	text-align: right!important
}

.MyTable .HorzCenter {
	text-align: center!important
}

.MyTable .VeztTop {
	vertical-align: top!important
}
.vongxoay-img {
	background: url('../../images/vong-quay-all.png') no-repeat;
	background-position: -5px 41px;
	height: 520px;
	margin-top: -41px;
}
.vongxoay-img img:nth-child(1) {
	position: relative;
	margin-top: 80px;
}
.vongxoay-img img:nth-child(2) {
	position: absolute;
	margin: 40px -173px;
}
#ketqua span{margin-top: 15px; display: block; padding: 10px; border-radius: 5px;}
#ketqua span.success{background-color: #12a730; color: #fff;}
#ketqua span.error{background-color: #ff151c; color: #fff;}