@charset "utf-8";
/*common*/
* {
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    border: 0;
    font-style: normal;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -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
}

img {
    border-style: none;
}

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

a:hover {
    outline: 0
}

.hide {
    display: none !important;
}

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

.download {
    /* background: url("../images/bg_tth.js") no-repeat 0 0; */
    background-size: auto 100%;
    height: 100%;
    -webkit-animation: bg-data-v-8175861c 20s linear infinite;
    animation: bg-data-v-8175861c 20s linear infinite
}

.download .wrap {
    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 .cc {
    font-weight: 700;
    font-size: .55rem;
    height: 3rem;
    color: #fff;
    padding: 1rem;
    margin-bottom: 40px;
}

.download .cc span:last-child {
    margin-left: .2rem
}

.download .fill {
    height: 0;
    flex-grow: 1;
}

.download .fill:first-child {
    height: 2rem;
}

.download img.live-kf {
    height: 1.5rem
}

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

.download img.logo {
    width: 8rem;
    flex-shrink: 0
}

.download div.title {
    flex-shrink: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    padding: 1rem 0;
}

.download img.down-img {
    width: 19rem;
    flex-shrink: 0
}

.download div.downs {
    display: flex;
    flex-shrink: 0
}

.ios {
    margin-top: 25px;
}

.download div.downs img {
    width: 4.5rem;
    height: 4.5rem
}

.download div.downs img:first-child {
    margin-right: 1.22rem
}

.download img.des {
    width: 8rem;
    flex-shrink: 0;
	margin-bottom:10%;
}

@-webkit-keyframes bg-data-v-8175861c {

    0%,
    to {
        background-position-x: 0
    }

    50% {
        background-position-x: 100%
    }
}

@keyframes bg-data-v-8175861c {

    0%,
    to {
        background-position-x: 0
    }

    50% {
        background-position-x: 100%
    }
}

.pop{
	background-color: #fff;
	z-index: 999; 
	position: fixed;
	margin:auto;
	left:50%; 
	top:50%; 
	width:76%; 
	border-radius: 10px;
	padding: 15px;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	display: none;
}
.pop .pop-img{
	width: 280px;
}
.pop .pop-img img{
	width: 100%;
}
.pop-btn {
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}








