@charset "UTF-8";
/*
* made in fanfan
*/
html {
    font-size: 37.5px;
    font-family: "Myriad Set Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body {
    background-color: #fff;
    color: #333;
    font-size: 12px;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active {
    color: inherit;
}

/*常用样式*/
.fl {
    float: left;
}

.fr {
    float: right;
}

/*遮罩*/
.shade {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9000;
    display: none;
}

.shade.show {
    display: block;
}

.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.dialog.show {
    display: block;
}

.content {
    margin: auto;
    -webkit-overflow-scrolling: touch;
}

.scroll {
    -webkit-overflow-scrolling: touch;
}

.row:after {
    content: " ";
    display: block;
    clear: both;
}

.row .col-10 {
    width: 10%;
    float: left;
}

.row .col-16 {
    width: 16.6%;
    float: left;
}

.row .col-20 {
    width: 20%;
    float: left;
}

.row .col-25 {
    width: 25%;
    float: left;
}

.row .col-33 {
    width: 33.33%;
    float: left;
}

.row .col-40 {
    float: left;
    width: 40%;
}

.row .col-50 {
    width: 50%;
    float: left;
}

.row .col-60 {
    width: 60%;
    float: left;
}

.row .col-75 {
    width: 75%;
    float: left;
}

img.block {
    width: 100%;
    display: block;
}

.ui_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui_2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.btn {
    display: inline-block;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.btn:active {
    opacity: 0.8;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.dandan {
    color: red;
}

html {
    height: 100%;
}

body {
    height: 100%;
    min-width: 1000px;
    overflow: hidden;
    background: #000 url(../images/j_bg.jpg) top center no-repeat;
    background-size: auto 100%;
}

.main {
    position: absolute;
    left: 50%;
    top: 44%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1000px;
    margin: auto;
    text-align: center;
}

.btn-group {
    margin-top: 60px;
    font-size: 0;
    margin-left: -25px;
    margin-right: -25px;
}

.btn-group .btn {
    display: inline-block;
    margin: 0 25px;
}

.dialog-prize {
    width: 550px;
    height: 570px;
    background: url(../images/prize.png) center no-repeat;
    background-size: contain;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -285px;
}

.dialog-prize .close {
    position: absolute;
    z-index: 2;
    right: 35px;
    top: 190px;
    width: 62px;
    height: 62px;
    background: url(../images/close.png) center no-repeat;
    background-size: contain;
}

.dialog-prize .txt {
    width: 400px;
    margin: auto;
    margin-left: 80px;
    text-align: center;
    color: #fff;
    margin-top: 350px;
}

.dialog-prize .txt .t1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.dialog-prize .txt .t2 {
    font-size: 30px;
    color: #fff;
}

.dialog-prize .txt b {
    color: #fbf430;
    font-weight: bold;
    font-size: 50px;
}

.dialog-prize .txt2 {
    width: 400px;
    margin: auto;
    margin-left: 80px;
    text-align: center;
    color: #fff;
    margin-top: 300px;
}

.dialog-prize .txt2 .t1 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

.dialog-prize .txt2 .t2 {
    font-size: 30px;
    color: #fff;
}

.dialog-prize .txt2 b {
    color: #fbf430;
    font-weight: bold;
    font-size: 50px;
}

.dialog-prize .txt2 .btn {
    background-color: #fbe130;
    width: 213px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 30px;
    color: #c82314;
    font-weight: bold;
    border-radius: 24px;
    margin-top: 20px;
}

.dialog-rank {
    width: 474px;
    height: 543px;
    left: 50%;
    top: 50%;
    margin-left: -223px;
    margin-top: -237px;
    background: url(../images/rank.png) center no-repeat;
    background-size: contain;
    overflow: visible;
    padding-top: 1px;
}

.dialog-rank .close {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 50px;
    height: 50px;
    background: url(../images/close2.png) center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.dialog-rank .title {
    font-size: 30px;
    font-weight: bold;
    color: #400a10;
    text-align: center;
    margin-top: 40px;
    line-height: 1;
    margin-bottom: 30px;
}

.dialog-rank .t1 {
    text-align: center;
    font-size: 18px;
    color: #696969;
    line-height: 2;
}

.dialog-rank .t2 {
    text-align: center;
    font-size: 18px;
    color: #ff0014;
    line-height: 2;
    font-weight: bold;
}

.dialog-rank table {
    width: 384px;
    margin: auto;
}

.dialog-rank table td, .dialog-rank table th {
    border: 1px solid #b62c36;
    text-align: center;
}

.dialog-rank table th {
    line-height: 38px;
    background: #b62c36;
    font-size: 16px;
    color: #fff;
}

.dialog-rank table td {
    font-size: 18px;
    color: #000000;
    line-height: 32px;
}

.pages {
    text-align: center;
    margin: 10px auto;
}

.pages a {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    line-height: 22px;
    border: 1px solid #b62c36;
    padding: 0 5px;
    font-size: 18px;
    color: #b62c36;
}

.pages a.on {
    background: #b62c36;
    color: #fff;
}