@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,nav,figure,menu {
    display: block;
}
/* CSS Document */
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: ease-out .3s;
    -o-transition: ease-out .3s;
    transition: ease-out .3s;
}

input {
    border: none;
    outline: medium;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 微软雅黑;
}

textarea {
    font-family: 微软雅黑;
}

body {
    width: 100%;
    font-family: 微软雅黑;
    background: #fff;
    color: #333;
    font-size: 1rem;
    min-width: 1200px;
}

table {
    border-collapse: collapse;
}

img {
    border: none;
    max-width: 100%;
}

li {
    list-style: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
/** 常用class **/
.fr {
    float: right;
}

.fl {
    float: left;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.w {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.nav {
    position: fixed;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    height: 70px;
    line-height: 70px;
    min-width: 1200px;
    left: 0;
    top: 0;
    z-index: 8009
}

.nav .logo img {
    display: block;
    height: 58px;
    width: auto;
    margin-top: 6px;
}

.nav .menu li {
    float: left;
    margin: 0 25px;
}

.nav .menu li a {
    color: #fff;
    line-height: 68px;
    display: block;
    box-sizing: border-box;
    border-bottom: 2px  solid transparent;
}

.nav .menu li a:hover {
    border-bottom: 2px  solid #fef102
}

.nav .menu li:last-child {
    margin-right: 0
}

.main {
    background-size: cover;
    height: 839px;
    background-position: center center;
    background-repeat: no-repeat;
}

.main .w {
    padding-top: 122px;
    box-sizing: border-box;
}

.main .ly-plate {
    width: 542px;
    height: 542px;
    float: right;
    position: relative;
}

.main .ly-plate .rotate-bg {
    width: 542px;
    height: 542px;
    background: url(../images/zhuanpan.png) no-repeat center center;
}

.main .ly-plate .lottery-star {
    cursor: pointer;
    width: 242px;
    height: 242px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -121px;
    margin-left: -121px;
}

.main .ly-plate .lottery-star img {
    width: 242px;
    height: 242px;
    display: block;
    transform: rotate(0deg);
}

#record-btn {
    margin-top: 50px;
    margin-right: 120px;
    display: inline-block;
    width: 273px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fec000;
    border-radius: 25px;
    box-sizing: border-box;
    text-align: center;
    font-size: 28px;
    background: #c5001e url(../images/btn-bk.png) no-repeat center bottom;
    color: #fff;
}

.fancybox-wrap iframe {
    overflow-x: hidden !important;
}

.fancybox-opened .fancybox-skin {
    padding: 0 !important;
}

.fancybox-type-iframe .fancybox-inner {
    height: auto !important;
}

#iframebox {
    position: fixed;
    left: 50%;
    top: 50%;
    height: auto;
    transform: translate(-50%,-50%);
    width: 433px;
    display: none;
    z-index: 8011;
}

#tan {
    width: 433px;
}

#close {
    background: url(../css/fancybox_sprite.png) no-repeat -4px -3px;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
}

#bk {
    background-color: rgba(0,0,0,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 8010;
    display: none;
}

.record-box {
    border: 4px solid #ffdd00;
    box-sizing: border-box;
    width: 433px;
    background-color: #fff;
}

.record-box h2 {
    background: #c5001e url(../images/btn-bk.png) no-repeat center bottom;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
}

.record-box form {
    text-align: center;
    padding: 40px 15px 10px;
}

.record-box form p.ser {
    margin-bottom: 15px;
}

.record-box form #account {
    border: 1px solid #f0bfc7;
    width: 187px;
    height: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-left: 10px;
}

.record-box form table {
    width: 100%;
    margin: 0 auto;
}

.record-box form table th {
    background-color: #f3f3f3;
    border: 1px solid #ddd;
}

.record-box form .btn {
    width: 270px;
    background-color: #c5001e;
    color: #fff;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
}

.introduce {
    background-color: #c5001e;
    padding-top: 22px;
}
.introduce .top{
    margin-bottom: 34px;
}
.introduce .top .left {
    width: 385px;
}

.introduce .top .left h2.tit {
    color: #c5001e;
    padding-left: 10px;
    background: url(../images/tiaojian.png) no-repeat left center;
    line-height: 70px;
    font-size: 30px;
    height: 86px;
    margin-bottom: 10px;
}

.introduce .top .left .list {
    background-color: #fff0cf;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 22px 32px;
}

.introduce .top .left .list li {
    color: #c5001e;
    padding-left: 12px;
    background: url(../images/list-dot.png) no-repeat left 10px;
    font-size: 20px;
    margin: 10px 0
}

.introduce .top .right {
    width: 780px;
}

.introduce .top .right h2.tit {
    background: url(../images/mingdan-bk.png) no-repeat center center;
    height: 66px;
    line-height: 70px;
    text-align: center;
    color: #c5001e;
    margin-bottom: 10px;
}

.introduce .top .right #scrollDiv {
    height: 218px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff0cf;
    box-sizing: border-box;
    padding: 20px 0;
}

.introduce .top .right #scrollDiv ul {
    height: 179px;
    background-color: #fff0cf;
    border-radius: 8px;
    overflow: hidden;
}

.introduce .top .right #scrollDiv ul li {
    line-height: 36px;
    height: 36px;
    padding: 0 88px;
    background-color: #ffe3a8;
}

.introduce .top .right #scrollDiv ul li.odd {
    background-color: #fff0cf;
}
.introduce .top .right #scrollDiv ul li table{
    width: 100%;
}
.introduce .top .right #scrollDiv ul li table td{
    text-align: center;
    color:#c5001e;
}
.introduce .bottom{
    background-color: #fff0cf;
    border-radius: 8px;
    position: relative;
}
.introduce .bottom .left{
    width: 819px;
}
.introduce .bottom .left h2.tit{
    text-align: center;
    color:#c5001e;
    background: url(../images/guize.png) no-repeat center center;
    height: 75px;
    line-height: 55px;
    font-size: 30px;
    margin-bottom: 10px;
}
.introduce .bottom .left .p{
    padding:0 20px 20px 40px;
    color:#cc0000;
    font-size: 16px;
}
.introduce .bottom .s{
    width: 2px;
    background-color: #e78b85;
    height: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: -ms-calc(100% - 40px);
    height: -o-calc(100% - 40px);
    position: absolute;
    left:819px;
    top:20px;
}
.introduce .bottom .right{
    width: 379px;
}
.introduce .bottom .right h2.tit{
    text-align: center;
    color:#c5001e;
    background: url(../images/guize.png) no-repeat center center;
    height: 75px;
    line-height: 55px;
    font-size: 30px;
    margin-bottom: 10px;
}
.introduce .bottom .right .p{
    padding:0 40px 20px 20px;
    color:#cc0000;
    font-size: 16px;
}
.introduce .cor{
    line-height: 45px;
    text-align: center;
    color:#fff0cf;
}