/*================ 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,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%;
    vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}
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: #FFF;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
}
ul li,ol li {
    color: #ffd8a3;
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

/* Input */
input {
    color: #FFF;
    background-color: #690000;
    border: 1px solid #d6232e;
    height:30px;
}
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 */
.title-head {
    text-align: center;
    font-size: 32px;
    color: #39335b;
    margin-bottom: 60px;
    letter-spacing: 3px;
}
.animatedParent {
    overflow: hidden;
}
.container{
    padding-right: 0;
    padding-left: 0;
}
/*================ Header Style ================*/
header {
    font-family: 'Microsoft Yahei', serif;
    position: relative;
    margin: 0;
    background-color: #6a0d06;
    /* Old browsers */
    background: -moz-linear-gradient(top,#6a0d06 0%, #a72316 25%, #a72316 70%, #6a0d06 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #6a0d06 0%,#a72316 25%,#a72316 70%,#6a0d06 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #6a0d06 0%,#a72316 25%,#a72316 70%,#6a0d06 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a0d06', endColorstr='#6a0d06',GradientType=0 );
    /* IE6-9 */
}


header.index {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    margin: 0;
    /*background-color: transparent;*/
    height: 140px;
}

.top{
    height:100px;
    min-width:1050px;

}
.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:1rem;
    border-radius:30px;
    background:#fe9800;
    padding: 0 20px;
    /*border:2px solid #b7e24e;*/
    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:#fe5c00;
}

.container.desktop-menu{
    z-index: 2;
    margin: 0 auto;
    background-color: #6A0D06;
    height: 40px;
    line-height: 40px;
    width:100%;
}

.navbg{
    height:40px;
    background-color:#6A0D06;
    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:auto;
    margin:0 12.5px;
    text-align:center;
    position:relative;
    left:50%
}
.nav li a{
    color:#FFFFFF;
    font-size:15px;
}
.nav li:hover{
    background-color:#8c0001;
}

.section_1{
    background-color: #ba003d;
}
/*.section_1 img{
  width:100%;
}
*/
.section1_title{
    position: absolute;
    top:12%;
    left:50%;
}

.section1_title h3{
    font-size: 36px;
    color:#fff0f0;
    font-weight: bold;
    position: relative;
    left:-50%;
    /*letter-spacing: 0;*/
}
.time_section{
    padding:0 100px;
    text-align: center;
    margin-top: -10px;
}
.time{
    position: absolute;
    top:48%;
    left:51%;
}

.juhd{
    text-align:center;
    font-size: 27px;
    font-weight:bold;
    color:#f6ff00;
    position: relative;
    left:-51%;
}
.juhd span{
    width:80px;
    height:80px;
    display:inline-block;
    background: url(../image/kuaibx.png) no-repeat center top;
    line-height:80px;
    font-weight:normal;
    font-size:34px;
    color:#fff;
    background-size: cover;
}
.juhd em{
    color:#ffff01;
    font-style:normal;
    padding:5px;
}
.wheel_section{
    background: url(../image/c7edc43fd2a4e92f6b0f5085bcdbea45.png) no-repeat;
    background-size:cover;
    /*padding-bottom: 42px;*/

}
.btn_go{
    cursor: pointer;
}
.last_time{
    position: absolute;
    z-index: 1;
    top: 53%;
    width:100%;
}
.last_time h4{
    position: relative;
    z-index: 20;
    color: #fff4e3;
    font-size: 3.1rem;
    text-align: center;
    margin-left: .2rem;
}
/*================ Content ================*/

.neir{
    background: #91153e;
    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 0;
    background-size: cover;
    background: #bd003e;
}
.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: #ffbf82;

}
.info-events {
    padding: 10px 20px 20px 20px;
    margin-bottom:50px;
    box-shadow: 1px 1px 30px rgba(14, 21, 34, 0.07);
    border-radius: 4px;
    background-color: #87002c;
    width: 100%;
    display: inline-block;
}
.info-events h4 {
    font-size: 24px;
    color: #FDD005;
    letter-spacing: 2px;
}

.yel{color: #ffed13;}

/* 04. Footer */
footer {
    background-color: #6A0D06;
}

.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);
}


/*================ 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:#ffd89b;
}
.icon-bars{
    font-size: 28px;
}
.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-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-cell-padding-2 th,.table-cell-padding-2 td{
    padding:2px !important;
}

.item .inside{
    width: 100%;
    top: 28%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;"
}

/* Popup's modal */

body.modal-open {
    overflow-y: hidden;
    height: 100vh;
}
body.viewport-lg {
    position: absolute;
}

body::-webkit-scrollbar {
    display: none;
}

.modal-dialog{
    width:700px;
    margin-top: 12vh;
}
.s-size{
    width:450px;
}
.s-size.modal-content{
    height:164px;
}
.s-size .modal-body {
    height: auto;
}
.s-size .modal-body .form-inline{
    margin-top: 20px
}
/*.reward{*/
/*  display: table-cell;*/
/*  width:446px;*/
/*  vertical-align: middle;*/
/*  text-align: center;*/
/*}*/
/*.reward_text{*/
/*  color:#FFF;*/
/*}*/
/*.modal-content{*/
/*  background-color:#920004;*/
/*}*/

.modal-content .modal-header {
    border-radius: 5px 5px 0 0;
    border-bottom: initial;
    background: url(../image/header_bg.png) center;
    position: relative;
    z-index: 1;
    height: 94px;
    line-height: 94px;
    background-repeat: no-repeat;
    padding:0 15px;
    overflow: hidden;
}

.modal-content{
    box-shadow:none;
    border:none;
    background:none;
}
.modal-header img{
    display: block;
    margin: 0 auto;
    width: 70%;
}
.modal-header .close{
    color: #fff;
    line-height: 1.5;
    text-shadow: 0 2px 0 #6A0D06;
    opacity:.9;
    text-shadow: inherit;
    margin-top: 10px;
}
.modal-body{
    padding-top: 82px;
    margin-top: -72px;
    position: static;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #bb1961, #b0135c, #a50d57, #9b0652, #90004d);
}
.modal-body .form-group input{
    background-color: #790342
}
.modal-body .table{
    background-color: #790342
}
.modal-content .modal-title {
    font-size: 18px;
    color:#ffed00;
    text-align: center;
    margin-left: 22px;
    height: 94px;
    line-height: 94px;
}

#reward .s-size .modal-body{
    height: inherit;
}
#reward .modal-content img{
    display: block;
    margin:0 auto;
    width: 70%;
}
#reward .content_text{
    position: absolute;
    width: 70%;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
}
#reward .modal-header{
    border-bottom: none;
    background-image: none;
    height: inherit;
    line-height: inherit;
}
#reward .modal-content .modal-title{
    margin-left: 0;
    line-height: inherit;
    height: inherit;
}
#reward .modal-body{
    background:none;
    box-shadow:none;
}

.reward_text{
    color:#FFF;
    font-size: 1.2rem
}
.btn {
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 50px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 10px 0;
    padding:4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn2{
    background: linear-gradient(to right,#ffbd28 0, #ff6c00 100%);
    border-color: transparent;
    color: #fff;
    border: none;
    margin:5px 0 7px;
}
.btn.focus, .btn:focus, .btn:hover{
    color:#FFF;
    background-color:#ff6c00;
}
.form-group{
    margin-bottom: 0;
}
.form-group label{
    color:#FDD005;
}

.draw{
    padding:5px 0 10px;
}

.center {
    text-align: center;
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: #FFF;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #ffae21;
    color: white;
}

/*================ mobile bottom nav ================*/
nav {
    height: 60px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background:#5c0404;
    z-index: 10;
}
nav a {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 52px;
    text-align: center;
    color: #ffd8a3;
    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:300px;
    z-index: 3;
}
.codeLeft {
    left: 40px;
    padding-left: 18px;
    position: absolute;
    top:362px;
    z-index: 3;
}
.codeRight a img, .codeLeft a img{
    display: block;

}

/* 大转盘样式 */
.banner{display:block;width:80%;margin-left:auto;margin-right:auto;}
.banner .turnplate{display:block;width:100%;position:relative;background-image:url(../image/cj_bg.gif);background-size:100% 100%; }
.banner .turnplate canvas.item{width:100%;}
.banner .turnplate img.pointer{position:absolute;width:24%;left:38%;top:35.2%;}
.more{display: block;width: 100%;position: fixed;top: 0;left: 0;height: 150px;}



#mark{width: 100%;height: 100%;background: rgba(0,0,0,0.5);position: fixed;top: 0;left: 0;display: none;}
.red-img{position: fixed;top: 10%;left: 5%;width: 90%;}



.con1{background: url(../image/winbg.png) center center no-repeat;background-size:contain;height:125px;overflow:hidden;margin-bottom: 20px;}
.winlist{width: auto; margin:0 auto;margin-top:44px; height: 50px; overflow:hidden; }
.winlist ul li{color: #ffd5b3; font-size: 18px; text-align: center; height: 50px; line-height: 50px; width: auto;}
.winlist ul li em{color: #fff100;font-weight: bold;font-style: normal;margin:0 5px;}

/*==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;

}

.btn_nav{
    position:relative;
    text-align:center;
}
.btn_nav ul{
    display: inline-block;
    margin:0 auto;
}
.btn_nav li{
    float:left;
    text-align:center;
    position:relative;
    /* width: 33%;*/
}
.push_button {
    position: relative;
    text-align:center;
    color:#FFF;
    text-decoration:none;
    font-size: 20px;
    line-height:26px;
    font-family:'Oswald', Helvetica;
    display: block;
    margin: 20px;
}
.push_button img{
    width: 100%;
}

a.push_button{
    color:#FFF;
    text-decoration: none;
    font-weight: bold
}

.active{
    top:5px;
    -webkit-filter: brightness(80%);
    filter: brightness(80%);
    opacity: 0.8;
}

@keyframes keyframesRotateInfinite {
    0%{
        transform: rotate(0); transform-origin: 50% 50% 0px;
    }
    100%{
        transform: rotate(360deg); transform-origin: 50% 50% 0px;
    }
}

.rotateInfinite{
    animation: keyframesRotateInfinite 13s infinite linear;
}
