* {
    user-select: none;
    margin: 0;
    padding: 0
}

html,
body {
    height: 100%;
}


img {
    width: 100%;
    pointer-events: none;
}

.kf {
    position: fixed;
    top: 230px;
    right: 0px;
    z-index: 9999;
}

.kf .floatright {
    width: 60px !important;
    height: auto !important
}

* {
    padding: 0px;
    margin: 0px
}

.box {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 750px;
    margin: 0 auto;
}

.fullpages-footer {
    position: fixed !important;
    bottom: 0px !important;
    width: 10%;
    height: 8px;
    z-index: 10;
    overflow: hidden;
    left: 0px !important;
    color: #fff;
    /*background: url(../images/top@bg.png) no-repeat 0/cover*/
}

.fullpages-footer img {
    width: 42px;
    float: left;
    display: block;
    border-radius: 5px;
    margin: 20px 5px 5px 10px;
    height: 42px
}

.fullpages-footer a {
    padding: 4px 5px;
    color: #ff3e6a;
    font-weight: 600;
    border-radius: 13px;
    text-decoration: none;
    font-size: 15px;
    margin-right: 2px;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0px 0px 6px #fff;
    display: none
}

.fullpages-footer a.start-btn {
    background-color: #ff3e6a;
    box-shadow: 0px 0px 6px #ff3e6a;
    color: #fff
}

.fullpages-footer p {
    margin-top: 22px;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    width: 130px;
    line-height: 35px;
    float: left;
    font-size: 13px;
    font-weight: bold
}

.fullpages-footer-btn {
    float: left;
    width: calc(100% - 192px);
    float: left;
    padding-top: 27px;
    text-align: right
}


.out-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 50;
}


.out-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    width: 80%;
    margin: 0 auto;
    width: 90%;
    height: 330px;
    padding-top: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
}

.out-panel img {
    width: 40%;
}

.out-panel p {
    color: black;
    margin-bottom: 5px;
    font-size: 22px;
}

.out-panel .out-close {
    position: absolute;
    right: 10px;
    width: 20px;
    top: 10px;
}


.out-panel .rule-open {
    position: absolute;
    display: inline-block;
    width: 50%;
    text-align: center;
    height: 1rem;
    font-size: 0.35rem;
    line-height: 1rem;
    max-height: 30px;
    bottom: 15%;
    left: 25%;
    color: #80787c;
}

.out-panel .game-down {
    position: absolute;
    display: block;
    width: 50%;
    bottom: 10px;
    left: 25%;
}

.out-panel .game-down img {
    width: 100%;
}



@media all and (max-width: 767px) {
    .box2 {
        display: none;
    }
}

@media all and (min-width: 750px) {
    .box{
        display: none;
    }
    img{
        width: 40%;
    }
    html,
    body {
        height: 100%;
        position: relative;
    }

    body {
        text-align: center;
        color: #ffa79a;
        font-size: 14px;
        line-height: 1.5;
        background: url(../imgs/bg.jpg) no-repeat center center;
        background-size: cover;
    }

    .head {
        position: absolute;
        top: -20%;
        left: -150%;
        width: 425px;
        height: 200px;
        background: url(../imgs/show.png)center no-repeat;
    }

    .main {
        width: 475px;
        height: 650px;
        position: absolute;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);
        text-align: center;
        box-sizing: border-box;
    }
    
    /*.download img.des[data-v-8175861c] {*/
    /*    width: 13.15rem;*/
    /*    flex-shrink: 0*/
    /*}*/

    .img1 {
        width: 50%;
    }

    .img2 {
        margin-top: 36px;
        width: 70%;
    }

    .main p {
        position: absolute;
        bottom: 30px;
        width: 100%;
    }

    .main p a:first-child {
        position: absolute;
        left: 0;
    }

    .main p a:last-child {
        position: absolute;
        right: 0;
    }
    .main p img{
        width: 40%;
    }
    .main #show {
        position: absolute;
        right: -370px;
        display: none;
    }
    .main #show img{
        width: 70%;
    }
}

.down1 img:first-child {
    margin-right: 12rem;
}

.down1 img {
    width: 5.0rem;
    height: 5.0rem;
}
img {
    border: 0;
    vertical-align: top;
}

/*.cc {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-weight: 700;*/
/*    font-size: .55rem;*/
/*    height: 3rem;*/
/*    color: #fff;*/
/*    padding-top: 200px;*/
/*    !*padding-bottom: 100px;*!*/
/*}*/
.down2{
    width: auto;
}













/*手机端样式*/

#app {
    text-align: left;
    color: #343333;
    font-size: 12px;
    line-height: 1.4;
    word-break: break-all
}

#app,
body,
html {
    height: 100%
}

.download[data-hc] {
    /*background: url("../images/bj.jpg") no-repeat 0 0;*/
    background-size: auto 100%;
    height: 100%;
    -webkit-animation: bg-data-hc 10s linear infinite;
    animation: bg-data-hc 10s linear infinite
}

.download .wrap[data-hc] {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, .3) no-repeat 0 0;
    background-size: 100% 100%
}

.download .live-kf {
    /*width: 250px;*/
    width: auto;
    /*height: 3.5rem;*/
}

.download .cc[data-hc] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: .55rem;
    height: 3rem;
    color: #fff
}

.download .cc span[data-hc]:last-child {
    margin-left: .2rem
}

.download .fill-box[data-hc] {
    height: 0;
    flex-grow: 1;
    height: 1.28rem
}

.download .fill[data-hc] {
    height: 0;
    flex-grow: 1
}

.download .fill[data-hc]:first-child {
    height: 6.19rem
}

.download .fill[data-hc]:nth-child(3) {
    height: .6rem
}

.download .fill[data-hc]:nth-child(5) {
    height: 4.15rem
}

.download .fill[data-hc]:nth-child(7) {
    height: 3.52rem
}

.download .fill[data-hc]:nth-child(9) {
    height: 2.95rem
}

.download .fill[data-hc]:nth-child(11) {
    height: 3.07rem
}

.download img.live-kf[data-hc] {
    height: 1.11rem
}

.download img.live-kf[src=""][data-hc] {
    opacity: 0;
    height: 0
}

.download img.logo[data-hc] {
    /*width: 3.65rem;*/
    width: auto;
    flex-shrink: 0
}

.download div.title[data-hc] {
    flex-shrink: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff
}

.download img.down[data-hc] {
    width: 13.15rem;
    flex-shrink: 0
}

.download div.down[data-hc] {
    display: flex;
    flex-shrink: 0
}

.download div.down img[data-hc] {
    width: 5.25rem;
    height: 5.25rem
}

.download div.down img[data-hc]:first-child {
    margin-right: 5rem
}

.download img.des[data-hc] {
    width: 15rem;
    /*width: auto;*/
    flex-shrink: 0
}

@-webkit-keyframes bg-data-hc {
    0%,
    to {
        background-position-x: 0
    }
    50% {
        background-position-x: 100%
    }
}

@keyframes bg-data-hc {
    0%,
    to {
        background-position-x: 0
    }
    50% {
        background-position-x: 100%
    }
}

body,
html {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f2f4f5
}

a,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
strong,
textarea,
time,
ul,
var {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal
}

li,
ul {
    list-style: none
}

b,
strong {
    font-weight: 700
}

img {
    border: 0;
    vertical-align: top
}

p {
    margin-top: 0;
    margin-bottom: 0
}

a {
    text-decoration: none;
    background-color: transparent;
    color: #333;
    cursor: pointer
}

a:hover {
    outline: 0
}

textarea {
    overflow: hidden;
    resize: none
}

button {
    overflow: visible;
    cursor: pointer
}

button,
select {
    text-transform: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    border: none;
    outline: none
}

hr {
    height: 0;
    box-sizing: content-box
}

pre {
    overflow: auto
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    margin: 0;
    padding: 0
}

input[type=button],
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input::-webkit-search-cancel-button,
input::-webkit-search-decoration {
    display: none
}

.top-line {
    position: relative
}

.top-line:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    height: 1px;
    width: 100%;
    background-color: #e6e6e6;
    display: block;
    z-index: 1;
    transform-origin: 50% 0;
    transform: scaleY(.5)
}

.bottom-line {
    position: relative
}

.bottom-line:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e6e6e6;
    display: block;
    z-index: 1;
    transform-origin: 50% 100%;
    transform: scaleY(.5)
}

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

.out-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 50;
}

.out-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    width: 80%;
    margin: 0 auto;
    max-width: 660px;
    padding: 15px 15px 0;
}

.out-panel .out-close {
    position: absolute;
    right: 0px;
    top: -20px;
    width: 40px;
}

.out-panel .out-bg {
    width: 40%;
}

.out-panel .game-down {
    position: absolute;
    display: block;
    width: 50%;
    bottom: 5px;
    left: 25%;
}

.out-panel .game-down img {
    width: 100%;
}
