html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
select,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0;
    vertical-align: middle
}

li {
    list-style: none
}

:focus {
    outline: 0
}

button,
input,
select,
textarea {
    *font-size: 100%
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hide {
    display: none
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    clear: both
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden
}

*html .clearfix {
    zoom: 1
}

*+html .clearfix {
    zoom: 1
}

a:hover {
    text-decoration: none
}

body {
    font: 14px/1.8 Microsoft Yahei, Arial, Helvetica, sans-serif;
    background: #f2f5fa url(../images/bg.jpg) no-repeat center 95px;
    color: #fff;

}

.wrapper {
    *zoom: 1;
    width: 1000px;
    margin: 0 auto
}

.wrapper:after,
.wrapper:before {
    content: "";
    display: table
}

.wrapper:after {
    clear: both
}

a {
    color: #f6ff00;
    text-decoration: none
}

.green {
    color: #2efc06 !important
}

.yellow {
    color: #ffff15 !important
}

.blue {
    color: #04f2fb !important
}

.red {
    color: #fe080d !important
}

.fc-blue {
    color: #04f2fb !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-line {
    text-decoration: underline
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-40 {
    margin-top: 40px
}

.header {
    height: 100px;
    background: #001529;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.header .wrapper {
    height: 100px;
    width: 1400px;
    display: flex;

}

.header .logo {
    margin-top: 8.5px;
}

.header .logo img {
    vertical-align: middle
}

.header .nav {
    position: relative;
    height: 48px;
    padding-top: 28px;
    display: flex;
    margin-left: 15%;
}

.header .nav li {
    width: calc(((1400px - 300px) / 4) - 20px);
    height: 100px
}

.header .nav a {
    width: 133px;
    height: 39px;
    line-height: 39px;
    display: block;
    color: #00b7fd;
    font-size: 15px;
    text-align: center;
    font-weight: 700
}

.header .nav a.current,
.header .nav a:hover {
    color: #f9f4f3;
}

.home {
    background: url(../images/nav1.png) 0% 50% no-repeat;
}

.home:hover {
    background: url(../images/nav1_h.png) 0% 50% no-repeat;
}

.gift {
    background: url(../images/nav5.png) 0% 50% no-repeat;
}

.gift:hover {
    background: url(../images/nav5_h.png)0% 50% no-repeat;
}

.app {
    background: url(../images/nav3.png) 0% 50% no-repeat;
}

.app:hover {
    background: url(../images/nav3_h.png) 0% 50% no-repeat;
}

.serve {
    background: url(../images/nav4.png) 0% 50% no-repeat;
}

.serve:hover {
    background: url(../images/nav4_h.png) 0% 50% no-repeat;
}

.bg {
    height: 400px;
    padding-top: 70px;
}

.banner {
    height: 280px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.banner .wrapper {
    height: 100%;
    position: relative;
}

.cuntdown {
    width: 600px;
    height: 260px;
    background: url(../images/bowl_0.png) no-repeat center top;
    margin: 0 auto;
    padding-top: 28px;
    display: none;

}

.banner .txt {
    color: #fbf160;
    text-align: center;
    font-size: 33px;
    vertical-align: top;
    font-weight: 600;
}

.banner .HotDate {
    font-size: 0
}

.banner .HotDate>span {
    vertical-align: top;
    text-align: center;
    display: inline-block;
    color: #fbf160;
    font-size: 33px
}

.banner .HotDate>span em {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    font-style: normal;
    font-family: Arial;
    color: #fff;
    margin-right: 8px;
    background: url(../images/num.png) no-repeat
}


.banner .HotDate #t_h,
.banner .HotDate #t_h_1,
.banner .HotDate #t_h_2,
.banner .HotDate #t_h_3 {
    margin-left: 5px
}

.banner .HotDate #t_m,
.banner .HotDate #t_m_2,
.banner .HotDate #t_m_3 {
    margin-left: 5px
}

.banner .HotDate #t_s,
.banner .HotDate #t_s_1,
.banner .HotDate #t_s_2,
.banner .HotDate #t_s_3 {
    margin-left: 5px
}

.banner .HotDate .tle {
    color: #df3c43;
    font-size: 16px;
    width: 40px;
    line-height: 20px;
    height: 70px;
    padding-top: 10px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 3px;
}

.scrollBox {
    margin: 10px auto 0;
    width: 840px;
    padding: 35px 0 0 45px;
    height: 276px;
    background: url(../images/scrollBox.png) no-repeat
}

.scrollBox .box {
    float: left;
    width: 404px;
    height: 230px;
    overflow: hidden
}

.scrollBox ul {
    height: 230px
}

.scrollBox li {
    padding-left: 30px;
    color: #faec8d;
    font-size: 14px;
    line-height: 28px
}

.scrollBox span {
    color: #faec8d;
}

#main {
    margin: 0 auto;
}

#main .bowl_box {
    text-align: center;
    min-height: 100px;
    position: relative;
}

#main .bowl_box .date {
    box-sizing: border-box;
}

#main .bowl_box .date p span {
    width: 67px;
    height: 67px;
    padding: 0 2px 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
}

#main .bowl_box .date p span i {
    color: #fffc00;
    display: block;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
}

#main .bowl_box .input {
    margin: 0 auto 0;
    margin-top: 30px;
    width: 510px;
    height: 70px;
    background: url("../images/member-input.png") no-repeat;
    position: relative;
    overflow: hidden;
    zoom: 1;
    position: absolute;
    z-index: 9;
    top: 175px;
    left: 245px;
}

#main .bowl_box .input input {
    margin: 0;
    padding-left: 75px;
    padding-right: 150px;
    width: 500px;
    height: 70px;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 100px;
    box-sizing: border-box;
    border: none;
    background: transparent;
}

#main .bowl_box .input input::-webkit-input-placeholder {
    color: #fff;
}

#main .bowl_box .input input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

#main .bowl_box .input input:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

#main .bowl_box .input .submit {
    display: block;
    position: absolute;
    top: 3px;
    right: 4px;
}


.content .wrapper {
    position: relative;
    left: -1px;
    background: #c23333;
    width: 1080px;
    border-left: 10px solid #b61010;
    border-right: 10px solid #b61010;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.reeltop {
    display: block;
    margin: auto;
    margin-bottom: -48px;
}

.reelbottom {
    display: block;
    margin: auto;
    margin-top: -30px;
    padding-bottom: 40px;
}

#item_box {
    margin: 0 auto;
}

#item_box .tabNavi {
    margin: 12px 0 24px 0px;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

#item_box .tabNavi li {
    margin: 0 0 0 7px;
}

#item_box .tabNavi li img {
    display: block;
    margin: auto;
    padding-top: 32px;
}

#item_box .tabNavi li a {
    display: block;
    width: 345px;
    height: 92px;
    background: url(../images/btn_bg01.png) no-repeat;
}

#item_box .tabNavi li.on a,
#item_box .tabNavi li a:hover {
    background-image: url(../images/btn_bg02.png);
}

.content {
    *zoom: 1;
    padding-top: 16px;
}

.content:after,
.content:before {
    content: "";
    display: table
}

.content:after {
    clear: both
}

.content .notice {
    padding: 8px 7px
}

.content .notice .inner {
    height: 173px;
    background: url(../images/notice-bg.png) #a51111 no-repeat center 0
}

.content .notice marquee {
    margin: 6px 0 0;
    height: 160px;
    color: #fff;
    font-size: 16px;
    padding: 0 0 0 20px
}

.content .notice marquee ul {
    display: inline-block;
    padding: 0 10px;
    border-right: solid 1px #dfa853
}

.content .notice marquee ul.bor-none {
    border: 0
}

.content .notice marquee ul span {
    padding: 0 15px
}

.content .notice marquee ul em {
    font-style: normal;
    font-weight: 700;
    color: #f3d086
}

.content .notice marquee ul li {
    line-height: 30px;
    height: 30px;
    overflow: hidden
}

.content .notice marquee ul .spa2 em {
    font-weight: 700;
    color: #fff
}

.content .wrapper {
    position: relative;
    left: -1px;
    background: #c23333;
    width: 1080px;
    border-left: 10px solid #b61010;
    border-right: 10px solid #b61010;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.content .hd {
    text-align: center;
}

.content .hd2 {
    text-align: center;
    padding-top: 25px;
}

.content h2 {
    color: #faec8d;
    font-size: 16px;
    text-align: center;
    font-weight: 400
}

.content p {
    font-size: 15px;
    color: #fbf5f5;
    line-height: 30px
}

.content p b {
    text-decoration: underline
}

.content .table {
    margin: 8px 0 20px 0
}

.content table {
    width: 100%;
    text-align: center;
    font-size: 14px
}

.content table th {
    border: solid 1px #b21717;
    background: #df3c43;
    height: 45px;
    color: #f1f3b3;
}

.content table td {
    background: #ae011a;
    border: solid 1px #c23333;
    height: 45px;
    color: #fff;
}

.content table span {
    display: block
}

.content .foot {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 30px 0 0 0
}

.footer {
    padding-top: 33px;
    padding-bottom: 24px;
    text-align: center;
    font-size: 15px;
    background: #2c2e31;
}

.footer .links a {
    color: #b7b5b7;
    margin: 0 8px
}

.footer .copy {
    text-align: center
}

.codeLeft,
.codeRight {
    z-index: 99;
    position: absolute;
    top: 300px;
    width: 135px;
    height: 256px;
    background: url(../images/codeLeft.png) no-repeat
}

.codeLeft a,
.codeRight a {
    display: block;
    width: 135px;
    height: 256px
}

.codeLeft img,
.codeRight img {
    vertical-align: middle
}

.codeLeft .txt,
.codeRight .txt {
    padding-top: 68px;
    text-align: center
}

.codeLeft .code,
.codeRight .code {
    display: block;
    width: 110px;
    height: 108px;
    padding-top: 2px;
    padding-left: 13px
}

.codeLeft .code img,
.codeRight .code img {
    width: 110px;
    height: 108px
}

.codeLeft i,
.codeRight i {
    display: block;
    width: 70px;
    height: 20px;
    position: absolute;
    left: 35px;
    bottom: 0;
    cursor: pointer
}

.codeLeft {
    left: 40px
}

.codeRight {
    right: 40px
}


#msgDiv {
    z-index: 10001;
    width: 588px;
    height: 400px;
    background: #fff;
    position: fixed;
    display: none;
    font-size: 16px;
    border-radius: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%) translateY(-50%);
}

#msgDiv .i-close {
    width: 30px;
    height: 30px;
    background: url(../images/i-close.png);
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer
}

#msgDiv .hd {
    height: 42px;
    line-height: 40px;
    padding-left: 20px;
    background: linear-gradient(to top, #ba1818 0%, #d52828 15%, #ac0302 100%);
    border-radius: 8px 8px 0px 0px;
}

#msgDiv .hd h2 {
    font-size: 18px;
    color: #f1f3b3;
    letter-spacing: 2px;
}

#msgDiv .bd {
    padding: 30px;
}

#msgDiv .search {
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding-left: 40px;
    display: flex;
}

#msgDiv .search label {
    display: block;
    line-height: 32px;
    display: inline-block;
    color: #ac0302;
    font-weight: 600;
}

#msgDiv .search .ipt {
    float: left;
    width: 240px;
    border: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    vertical-align: top;
    border: solid 1px #c23333;
    box-sizing: border-box;
    color: #393939;
}

#msgDiv .search .btn {
    float: left;
    width: 80px;
    height: 32px;
    color: #fff;
    border: 0;
    background: linear-gradient(to bottom, #ba1818 0%, #d52828 15%, #ac0302 100%);
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    overflow: hidden;
}

#msgDiv .search .btn:hover {
    opacity: .8
}

#msgDiv .table3 {
    width: 100%;
    margin: 25px 0;
    background: #700001;
}

#msgDiv .table3 th {
    height: 34px;
    text-align: center;
    border: solid 1px #b21717;
    background: #d52828;
    color: #f1f3b3;
    font-weight: 400;
}

#msgDiv .table3 td {
    text-align: center;
    padding: 0 10px;
    color: #fff;
    border: solid 1px #c23333;
    background: #ae011a;
}

#msgDiv .paging a,
#msgDiv .paging span {
    display: block;
    float: left;
    height: 30px;
    padding: 0 20px;
    line-height: 30px;
    margin-right: 5px
}

#msgDiv .paging .num {
    background: #a40000;
    color: #fff
}

#msgDiv .paging a {
    background: #69532a;
    color: #fff
}

#msgDiv .paging a:hover {
    background: #97773b
}

#bgDiv {
    display: none;
    position: absolute;
    z-index: 10000;
    height: 285%;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5
}

.numbox {
    width: 482px;
    height: 355px;
    margin: 0 auto;
    background: url(../images/bowl_bg.png) no-repeat;
}

.numbox .start_game {
    display: block;
    width: 160px;
    height: 67px;
    margin: 86px auto 0;
}

.numbox_bt {
    height: 36px;
    line-height: 36px;
}

.numbox_bt a {
    float: right;
}

.numbox_bt img {
    position: absolute;
    margin: 6px 0px 0px -41px;
}

.numbox_hy {
    font-size: 45px;
    color: #ffeeda;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 45px;
    padding-left: 10px;
    line-height: 52px;
    font-weight: 600;
}

.numbox_hy a {
    background: url(../images/bjs.jpg) no-repeat;
    height: 32px;
    width: 86px;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #750303;
}

.numbox_hy .title {
    color: #fbf160;
    font-size: 32px;
    font-weight: 400;
}

.numbox_bd {
    margin: auto;
    margin-top: 80px;
    color: #fff15b;
    font-size: 75px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    text-shadow: 0px 5px 1px #7a0307ad;
}

.numbox_bd span {
    font-size: 36px;
    vertical-align: 4px;
}

.numbox_bd img {
    padding: 0 9px 0 0px;
    vertical-align: 4px;
}




.dialog_box {
    display: none;
    position: fixed;
    width: 589px;
    height: 460px;
    z-index: 1002;
    overflow: auto;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%) translateY(-50%);
}

.bonusbox {
    width: 482px;
    height: 420px;
    margin: 0 auto;
    background: url(../images/pop-up.png) no-repeat;
}

.bonusbox .again_game {
    display: block;
    width: 160px;
    height: 67px;
    margin: 20px auto 0;
}

.bonusbox_bt {
    height: 36px;
    line-height: 36px;
}

.bonusbox_bt a {
    float: right;
}

.bonusbox_bt img {
    position: absolute;
    margin: 6px 0px 0px -41px;
}

.bonusbox_hy {
    font-size: 45px;
    color: #ffeeda;
    text-align: center;
    letter-spacing: 2px;
    padding-top: 0;
    padding-left: 10px;
    line-height: 48px;
    font-weight: 600;
}

.bonusbox_hy a {
    background: url(../images/bjs.jpg) no-repeat;
    height: 32px;
    width: 86px;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #750303;
}

.bonusbox_hy .title {
    color: #fbf160;
    font-size: 32px;
    font-weight: 400;
}

.bonusbox_bd {
    margin: auto;
    margin-top: 64px;
    color: #fff15b;
    font-size: 75px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    text-shadow: 0px 5px 1px #7a0307ad;
}

.bonusbox_bd span {
    font-size: 36px;
    vertical-align: 4px;
}

.bonusbox_bd img {
    padding: 0 9px 0 0px;
    vertical-align: 4px;
}


.packet-bg {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    filter: alpha(opacity=50);
    opacity: .5;
    display: none
}

.packet {
    display: none;
    width: 720px;
    height: 615px;
    position: fixed;
    z-index: 1001;
    left: 50%;
    top: 50%;
    margin-top: -242px;
    margin-left: -360px;
}

.packet .packet-close {
    width: 125px;
    height: 55px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 65px;
    margin-left: -235px;
    z-index: 5;
}

.packet .packet-1 {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    color: #2f2f2f;
    height: 100%;
    background: url(../images/packet-1.png) no-repeat center top;
}

.packet .packet-1 .packet-t {
    height: 380px;
    *zoom: 1
}

.packet .packet-1 .packet-t:after,
.packet .packet-1 .packet-t:before {
    content: "";
    display: table
}

.packet .packet-1 .packet-t:after {
    clear: both
}

.packet .packet-1 .packet-t .pic {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 40px auto 0
}

.packet .packet-1 .packet-t h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    padding: 15px 0
}

.packet .packet-1 .packet-t .num {
    margin-top: 160px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    letter-spacing: 2px;
}

.packet .packet-1 .packet-t .num span {
    color: #ffe45e;
    font-weight: 700;
    font-size: 32px;
}

.packet .packet-1 .packet-open {
    width: 165px;
    height: 165px;
    line-height: 165px;
    position: absolute;
    left: 50%;
    bottom: 178px;
    margin-left: -85px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.packet .packet-1 .packet-copy {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    text-align: center;
    color: #ffb02b;
    font-size: 16px
}

.packet .packet-2 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #2f2f2f;
    height: 100%;
    background: url(../images/packet-2.png) no-repeat center top;
}

.packet .packet-2 .packet-again {
    width: 125px;
    height: 55px;
    position: absolute;
    left: 50%;
    bottom: 65px;
    margin-left: 105px;
    z-index: 5;
}

.packet .packet-2 .pannel {
    height: 137px;
    background: url(../images/p-bg.png) no-repeat 0 0;
    position: relative
}

.packet .packet-2 .pannel .pic {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: -30px;
    margin-left: -50px
}

.packet .packet-2 h3 {
    font-size: 28px !important;
    color: #434343;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-top: 110px
}

.packet .packet-2 .num {
    text-align: center;
    font-size: 60px;
    color: #f4260b;
    margin-top: -30px;
    letter-spacing: -2px;
}

.packet .packet-2 .num span {
    font-size: 120px;
    font-family: Arial;
    position: relative;
    top: 5px;
    color: #f4260b;
    text-shadow: 0px 4px #00000040;
    font-weight: 600;
}

.packet .packet-2 .packet-copy {
    text-align: center;
    color: #6f6f6f;
    font-size: 16px;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.audiobox {
    width: 27px;
    height: 27px;
    position: fixed;
    z-index: 111111;
    right: 50px;
    bottom: 25px;
    background: url(../images/audio.png);
    cursor: pointer
}

.audiobox.on {
    animation: rotating 1.2s linear infinite;
    -webkit-animation: rotating 1.2s linear infinite;
    -moz-animation: rotating 1.2s linear infinite;
    -o-animation: rotating 1.2s linear infinite
}

.duilian {
    top: 500px;
    position: absolute;
    overflow: hidden;
    display: none;
    z-index: 10001
}

.duilian_left {
    left: 10px;
    width: 130px;
    height: 330px;
    background: url(../images/xf-left.png) no-repeat
}

.duilian_left .block1,
.duilian_left .block2,
.duilian_left .duilian_close {
    position: absolute
}

.duilian_left .block1 {
    width: 130px;
    height: 35px;
    top: 95px;
    left: 5px
}

.duilian_left .block2 {
    width: 130px;
    height: 35px;
    top: 185px;
    left: 5px
}

.duilian_left .duilian_close {
    width: 75px;
    height: 23px;
    left: 36px;
    bottom: 0
}

.duilian_right {
    right: 10px;
    width: 78px;
    height: 161px;
    background: url(../images/xf-right.png) no-repeat;
    position: absolute
}

.duilian_right .block1,
.duilian_right .block2,
.duilian_right .block3,
.duilian_right .duilian_close {
    position: absolute
}

.duilian_right .block1 {
    width: 100%;
    height: 80px;
    top: 0;
    left: 0
}

.duilian_right .block2 {
    width: 100%;
    height: 80px;
    top: 80px;
    left: 0
}

.duilian_right .block3 {
    width: 100%;
    height: 80px;
    top: 90px;
    left: 0
}

.duilian_right .duilian_close {
    width: 60px;
    height: 24px;
    left: 35px;
    bottom: 0
}

.rightfloat {
    position: fixed;
    background: url(../images/rightfloat.png);
    width: 250px;
    height: 470px;
    right: 0px;
    top: calc(50vh - 235px);
    z-index: 999;
}

.rightfloat i {
    display: block;
    width: 60px;
    height: 32px;
    position: absolute;
    left: 50%;
    bottom: 0;
    cursor: pointer;
    margin-left: -30px;
    z-index: 5;
}

.rightfloat img {
    width: 111px;
    height: 111px;
    display: block;
    margin: auto;
}

.close-message {
    color: #000;
    font-size: 2rem;
}

header {
    width: 100%;
    max-height: 100px;
    height: 100px;
    background: #001529;
    box-sizing: border-box;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    animation: fadeDown_In 1s;
    transition: .5s;
    z-index: 10;
    position: fixed;
    top: 0;
}

header .container {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: center;
}

.logo {
    display: inline-block;
    margin: 8.5px auto 0 0;
    transition: .2s;
}

.logo img {
    display: inline-block;
    width: 300px;
    margin: 0 auto;

}

.nav {
    float: right;
    display: inline-block;
    margin: 0;
    text-align: justify;
    height: 100%;
}

.nav ul {
    text-align: justify;
    height: 48px;
}

.nav ul::after {
    content: '';
    display: inline-block;
    width: 100%;
}

.nav li {
    display: inline-block;
    width: calc(((1400px - 300px) / 6) - 20px);
    max-width: 144px;
    height: 100px;
    vertical-align: top;
    margin: 0 0 0 30px;
    transition: .2s;
}

.nav li:nth-child(3) {
    margin: 0 0 0 1vw;
}

.nav li:nth-child(4) {
    margin: 0 0 0 1vw;
}

.nav li a {
    color: #32a8ff;
    font-size: 1.3vw;
    line-height: 2vw;
    display: inline-block;
    height: 100%;
    width: 100%;
    transition: .1s;
}

.nav li:nth-child(1) a {
    background: url(../images/nav1.png) 0% 50% no-repeat;
    background-size: 144px 48px;
}

.nav li:nth-child(1) a:hover {
    background: url(../images/nav1_h.png) 0% 50% no-repeat;
    background-size: contain;
}

.nav li:nth-child(2) a {
    background: url(../images/nav5.png) 0% 50% no-repeat;
    background-size: contain;
}

.nav li:nth-child(2) a:hover {
    background: url(../images/nav5_h.png) 0% 50% no-repeat;
    background-size: contain;
}

.nav li:nth-child(3) a {
    background: url(../images/nav3.png) 0% 50% no-repeat;
    background-size: contain;
}

.nav li:nth-child(3) a:hover {
    background: url(../images/nav3_h.png) 0% 50% no-repeat;
    background-size: contain;
}

.nav li:nth-child(4) a {
    background: url(../images/nav4.png) 0% 50% no-repeat;
    background-size: contain;
    position: relative;
}

.nav li:nth-child(4) a:hover {
    background: url(../images/nav4_h.png) 0% 50% no-repeat;
    background-size: contain;
}

.nav li a i {
    font-size: .8vw;
    line-height: 1vw;
    display: block;
    font-style: normal;
    color: #a7c3d7;
}


.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=70);
}

.white_content {
    display: none;
    position: fixed;
    /* top: 25%;
    left: 35%; */
    width: 589px;
    height: 391px;
    z-index: 1002;
    overflow: auto;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    transform: translate(-50%) translateY(-50%);
}

.cxbox {
    width: 589px;
    height: 391px;
    margin: 0 auto;
    background: url(../images/bjcx.png) no-repeat;
}

.cxbox_bt {
    height: 36px;
    line-height: 36px;
}

.cxbox_bt p {
    font-size: 17px;
    color: #f1f3b3;
    float: left;
    padding-left: 15px;
}

.cxbox_bt a {
    font-size: 17px;
    margin-right: 20px;
    float: right;
}

.cxbox_hy {
    height: 50px;
    padding: 30px 0 0 90px;
}

.cxbox_hy p {
    float: left;
    font-size: 17px;
    color: #f1f3b3;
    line-height: 32px;
}

.cxbox_hy input {
    border: 1px solid #cb2129;
    height: 30px;
    line-height: 30px;
    width: 220px;
    background: #750606;
    float: left;
    font-size: 17px;
    color: #f1f3b3;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    padding-left: 10px;
}

.cxbox_hy a {
    background: url(../images/bjs.jpg) no-repeat;
    height: 32px;
    width: 86px;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    color: #7c0303;
}

.cxbox_bd table {
    margin: 0 auto;
    border-bottom: 1px solid #dd0002;
    border-left: 1px solid #dd0002;
}

.cxbox_bd table tr td {
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    border: 1px solid #dd0002;
    border-bottom: 0px;
    border-left: 0px;
}

.cxbox_bd table tr.ad {
    background: #700001;
}


.rbag {
    width: 500px;
    height: 500px;
    position: fixed;
    z-index: 10001;
    left: 50%;
    top: 50%;
    background: url(../images/rbag_bg.png) no-repeat 0 0;
    margin: -250px 0 0 -250px;
}

.rbag .close {
    width: 60px;
    height: 60px;
    background: url(../images/rbag_close.png) no-repeat 0 0;
    display: block;
    margin-left: 220px;
}

.rbag .cont {
    width: 355px;
    height: 184px;
    margin: 245px 0 0 75px;
    text-align: center;
}

.rbag .btn {
    width: 220px;
    height: 45px;
    line-height: 36px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #840c00;
    background: linear-gradient(to bottom, #f5e251 0%, #f2da37 20%, #f2da37 50%, #f2da37 80%, #be7d1e 100%);
    border-radius: 8px;
    border: none;
    margin-top: 15px;
    box-shadow: 0px 3px 3px 0px #0000003b;
}

.rbag .txt {
    width: 220px;
    height: 45px;
    border: 1px solid #ffffbd;
    background: #840c00;
    color: #fff;
    text-indent: 10px;
    border-radius: 8px;
    box-shadow: 0px 3px 3px 0px #0000003b;
}

.rbag .txt::-webkit-input-placeholder {
    color: #ffffbd;
    opacity: .4;
}

.rbag .txt::-moz-placeholder {
    color: #ffffbd;
    opacity: .4;
}

.rbag .txt:-moz-placeholder {
    color: #ffffbd;
    opacity: .4;
}


.snow {
    position: absolute;
    top: 0;
    color: #fff;
    z-index: 200;
    cursor: pointer
}

.snow.snow-1 {
    width: 90px;
    height: 111px;
    background: url(../images/s-1.png)
}

.snow.snow-2 {
    width: 80px;
    height: 111px;
    background: url(../images/s-2.png)
}

.snow.snow-3 {
    width: 100px;
    height: 188px;
    background: url(../images/s-3.png)
}