/*================ Css Reset ================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,
center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
html{
  font-size: 20px;
}
body {
	line-height: 1;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
}
button:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
select::-ms-expand {
	display: none;
}
label {
	font-weight: normal;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	width: 100%;
}


body {
    font-weight: 400;
    font-family: 'Microsoft Yahei', serif;

}
.wrapper {
    position: relative;
}

h1 {
    font-size: 70px;
    line-height: 70px;
}
h2 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 2px;
}
h3 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 2px;
}
h4 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 3px;
}
h5 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1px;
}
h6 {
    font-size: 18px;
    line-height: 24px;
}
a {
    display: block;
    transition: 0.2s linear;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color:#FFF;
}
p {
    color: #6a0d06;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}
ul li,ol li {
    color: #f1e9e1;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/* Input */
input {
    color: #ff0000;
    background-color:#fff;
    border: 1px solid #ef1803;
    height:30px;
    vertical-align: middle;
}
input::-webkit-input-placeholder {
    font-size: 16px;
}
input::-moz-placeholder {
    font-size: 16px;
}
input:-ms-input-placeholder {
    font-size: 16px;
}
input:-moz-placeholder {
    font-size: 16px;
}

/* Title Head */

.animatedParent {
    /*overflow: hidden;*/
}
/*.container{
    padding-right: 0;
    padding-left: 0;
}*/
/*================ Header Style ================*/
header {
    font-family: 'Microsoft Yahei', serif;
    position: relative;
    margin: 0;
    background:#bd5049;
    background: -moz-linear-gradient(to bottom, #bd5049 0%, #670000 60%);
    background: -webkit-linear-gradient(to bottom, #bd5049 0%, #670000 60%);
    background: -o-linear-gradient(to bottom, #bd5049 0%, #670000 60%);
    background: -ms-linear-gradient(to bottom, #bd5049 0%, #670000 60%);
    background: linear-gradient(to bottom, #bd5049 0%, #670000 60%);
}

header .container{
	padding-left: inherit;
	padding-right: inherit;
}
header.index {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	margin: 0;
	background-color: transparent;
    height: 140px;
}

.top{
    height:100px;
}
.top .logo{
    display:block;
    width:280px;
    float:left;
    margin-top:21px;
    line-height: 0;
    overflow:hidden;
}
.top .logo img{
    height:58px;
    max-width:280px;
}
.top .title{
    width: 390px;
    float:left;
    margin-top:15px;
    padding-left:100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .title img{
    height:72px;
    max-width:290px;
    margin: 0 auto;
}


.header .btn1 {
    float: right;
    display:inline-block;
    height:38px;
    line-height:38px;
    margin: 31px 0 0 0;/*(100-38)/2*/
    font-size:0.8rem;
    border-radius:30px;
    background:#e9820a;
    padding: 0 20px;
    color:#fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
header .btn1 img{
    width:18px;
    margin-right: 5px;
    vertical-align:middle;
}
header .btn1:hover {
    background:#d35f00;
}

.container.desktop-menu{
    z-index: 2;
    margin: 0 auto;
    background-color:#4e0403;
    height: 40px;
    line-height: 40px;
    width:100%;
}

.navbg{
    height:40px;
    line-height:40px;
    margin:0 auto;
    width:1050px;
}
.nav{
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
}
.nav li{
    float:left;
    height:40px;
    width:102px;
    margin:0 12.5px;
    text-align:center;
    position:relative;
    left:50%
}

html:lang(pt_BR) .nav li{
	width:auto;
}


.nav li a{
    color:#FFFFFF;
    font-size:15px;
}
.nav li:hover{
    background-color:#521906;
}
.section_1{
    position: relative;
}

/*================ Content ================*/


.neir{
    background: #ae270d;
    padding: 10px 20px;
    text-align: left;
    border-radius: 7px;
}
.nei{
    position: relative;
}
.inside h4{
    text-align: center;
    background: url(../image/title_img.png) no-repeat  center;
    background-size: contain;
    color: #FDD005;
    margin:20px 0;
}


/* events */
.events {
    padding: 20px 0 20px;
}
.events h2 {
    font-size: 46px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: 'Microsoft Yahei', serif;
}
.events p {
    text-align: left;
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #fffaf2;

}
.info-events {
    padding: 10px 20px 20px 20px;
	margin-bottom:50px;
    box-shadow: 1px 1px 30px rgba(14, 21, 34, 0.07);
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    background: #f8bf53;
    /*background: linear-gradient(0deg, #ff932c 0%, #f8bf53 100%);*/
}
.info-events h4 {
    font-size: 24px;
    color: #fffce0;
    letter-spacing: 2px;
}

.yel{
    color: #ffed13;
}

/* 04. Footer */
/*
footer {
    background-color: #26144c;
}
*/
.copyright {
	width: 100%;
	height:50px;
	display: inline-block;
	text-align: center;
}
.copyright p {
    font-size: 12px;
	line-height: 50px;
	font-family: sans-serif;
	margin: 0;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}


/*================ Mobile Menu Style ================*/
/**
	Navigation File
	1. Mobile Menu
	2. Mobile Menu Btn
    3. Mobile Btn - Mobile's Brand
    4. Mobile's Brand Menu
 **/
/*=======
/* 01. Mobile Menu */
.mobile-menu {
    display: none;
    width: 100%;
	height: 50%;/*100vh*/
}

.mobile-menu .inside {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    /*justify-content: space-between;*/
	box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);	
}
.mobile-menu .menu {
    padding: 50px 0 0 0;
}
.mobile-menu .button-header {
    padding-bottom: 15px;
}
.mobile-menu .logo {
    padding: 30px 0 0;
}
.mobile-menu .menu li {
    width: 100%;
    padding: 15px 0;
    margin-right: 0;
    border-bottom: 1px dashed rgba( 255, 255, 255, .4);
}
.mobile-menu .menu li:before {
    bottom: 15px;
}
.mobile-menu .menu .sub-menu {
    margin: 20px auto 0;
    position: static;
    left: auto;
    -ms-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    opacity: 1;
    visibility: visible;
}
.mobile-menu .menu .children {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.mobile-menu .menu .children > a:after {
    content: "\f107";
    font-size: 18px;
    color: #fff;
    position: relative;
    left: 6px;
    top: 2px;
    font-family: FontAwesome, serif;
    display: inline-block;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.mobile-menu .menu .children .collapsed:after {
    -ms-transform: rotate(0);
        transform: rotate(0);
}
.mobile-menu .menu .children:hover .sub-menu {
  -ms-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1);
}
.mobile-menu .logo,
.mobile-menu .menu,
.mobile-menu .button-header {
    width: 100%;
    text-align: center;
}
.mobile-menu-open {
    overflow-y: hidden;
}
.mobile-menu-open .mobile-block {
    /*overflow-y: scroll;*/
	background-color:#7c0202;
}

/* 02. Mobile Menu Btn */
.search_m{
    position: absolute;
    display: inline-block;
    top: 18px;
    right: 8px;
}
.icon-search{
    font-size: 28px;
    color:#f1e9e1;
}
.icon-bars{
    font-size: 28px;
    color:#f1e9e1;
}
.side_bar {
    position: absolute;
    display: inline-block;
    top: 18px;
    left: 8px;
    height: 30px;
}
.menu .mm-list li span{
    padding-right: 15px;
}
.menu .mm-list li img{
    width:25px;
}

/*================ Cover Bootstrap's Style ================*/
.table_container{
  overflow-x: auto;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	font-size: 15px;
    line-height: 1.50;
    color: #666666;
}
.table{
    background-color: #8d1311;
    border:1px solid #c83737;
}

.table-bordered{
    border:1px solid #fef3ea;
}

.table-bordered>tbody>tr>td{
    border:1px solid #fef3ea;
    color: #fef3ea;
    text-align: center;
    vertical-align: middle;
    font-size: 14px
}
.table-bordered>thead>tr>th{
    border:1px solid #fef3ea;
    color:#fef3ea;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

/* Popup's modal */

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
body.viewport-lg {
    position: absolute; 
}
body::-webkit-scrollbar {
    display: none;
}


.s-size{
    width:450px;
}

#search .form-inline .form-group{
    margin-bottom: 10px;
}

#search .modal-content{
    background-color:#f0f6fc;
}
.modal-body{
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    /*border-radius: 5px;*/
}
.modal-body table{
    background-color: #f0f6fc;
    border:1px solid #95161a;
}
.modal-body .table-bordered>thead>tr>th{
    border:1px solid #95161a;
    color:#af3220;
}
.modal-body .table-bordered>tbody>tr>td{
    color:#7f716a;
    border:1px solid #95161a;
}
#search .modal-content .modal-header, #account .modal-content .modal-header, #rank .modal-content .modal-header {
    padding:10px;
    background-image: url(../image/modal_bg.png);
    height: 96px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    background-position: center;
}


.modal-header .close{
    color: #fff;
    line-height: 1.5;
    text-shadow: 0 2px 0 #a42421;
    opacity:.9;
}

.modal-content .modal-title {
    font-size: 20px;
    color:#f4f2ff;
    text-align: center;
    margin:30px 22px 0;
/*  font-weight: bold;*/ 
}

.btn2{
    background: linear-gradient(to bottom,#d6611d 0, #a11f21 100%);
    border-color: transparent;
    color: #fff;
    border: none;
}
.btn2:hover, .btn2:focus{
    background: linear-gradient(to bottom,#a11f21 0, #d6611d 100%);
}
.btn.focus, .btn:focus, .btn:hover{
    color:#FFF;
}

.form-group label{
    color:#a42421;
    font-size: .8rem;
}

.center {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: #735947;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin: 0 4px;
    font-size: .8rem
}

.pagination a.active {
    background-color:#a42421;
    color: white;
}

#reward {
    text-align: center;
}

/*================ mobile bottom nav ================*/
nav {
    height: 60px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background:#681c00;
}
nav a {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 52px;
    text-align: center;
    color: #f1e9e1;
    font-size: 0.7rem; 
}

nav span {
    position: absolute;
    left: 0;
    width: 100%;
    bottom:0;
}
nav img{
    margin-top: 7px;
    width:26px;
    height:26px;
}


/*==start of Left and Right Link==*/
.codeRight {
    right: 40px;
    position: absolute;
    top:362px;
    z-index: 3;
}
.codeLeft {
    left: 40px;
    padding-left: 18px;
    position: absolute;
    top:362px;
    z-index: 3;
}
.codeRight a img, .codeLeft a img{
    display: block;

}

.con1{
    overflow:hidden;
    background-color:#2c2051;
}
.winlist{
    width: 400px; 
    margin:0 auto; 
    height: 38px; 
    overflow:hidden; 
}
.winlist ul li{
    color:#FFF;
    font-size: 14px; 
    text-align: center; 
    height: 38px; 
    line-height: 38px;
}
.winlist ul li em{
    color:#ffc048;
    font-weight: bold;
    font-style: normal;
    margin:0 5px;
}


.main-wrap{
    background: #A00500 url(../image/61be42b1402c16e107d65cbbb9a0ab3d.jpg) no-repeat center top;
}
#main {
    margin: 0 auto;
    padding: 282px 0 43px;
    width: 1000px;
}
#luck {
    width: 1000px; 
    margin: 0 auto 26px;
    padding: 39px 35px 0 34px;
    height: 639px;
    box-sizing: border-box;
    background: url(../image/c0fd21b7f50d7ee6592268a7116f1f03.png) no-repeat center top;
}
#main #luck table {
    width: 100%;
    border-collapse: collapse;
}
#main #luck td {
    padding: 0 2px 10px 6px;
    border: none;
    text-align: center;
    vertical-align: top;
}
#main #luck td .item {
    padding-top: 17px;
    width: 146px;
    height: 103px;
    position: relative;
    color: #850d0d;
    font-size: 18px;
    box-sizing: border-box;
    background-color: #ffe7bf;
    border-radius: 10px;
}
#main #luck td .item span {
	margin-top: 6px;
	display: block;
}
#main #luck .active .item {
    background-color:#ffd94c !important;
}
#main #luck td .item img {
    height: 43px;
    margin: 0 auto 2px;
    display: block;
}
#main #luck td .item .hot {
    position: absolute;
    left: 10px;
    top: 0;
}
#main #luck td .box {
    padding: 17px 0 0;
}
#main #luck td .box .img {
    margin-bottom:128px;
    position: relative;
}
#main #luck td .box .img a {
    display: block;
    position: absolute;
    left: 62px;
    bottom: -102px;
}
#main .dateBox {
    text-align: center;
}
#main .dateBox .date {
    height: 54px;
    color: #342a45;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.5px;
    line-height: 54px;
    text-align: center;
    background: url(../image/time_bg.png) no-repeat center top;
}
#main .dateBox .date img {
    margin: -4px 7px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 30px
}
#main .dateBox .date span {
    margin-right: 2px;
    color: #ca0000;
}
#main .dateBox .date i {
    font-style: normal;
    display: inline-block;
    vertical-align:2px;
    font-size: 21px;
    color:#fff;
    margin-right: 50px;
}








