* {
    padding: 0;
    margin: 0;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}
body {
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
	background: rgb(35, 19, 9);	
}
#main {
    max-width: 750px;
    margin: 0 auto 180px;
    overflow-x: hidden;
    min-height: 100vh;
}

.top {
	position: relative;
    background: radial-gradient(circle, #d4982c, #231309);
    background: -webkit-radial-gradient(circle, #d4982c, #231309);
    background: -o-radial-gradient(circle, #d4982c, #231309);
    background: -moz-radial-gradient(circle, #d4982c, #231309);
}
.top>img {
	position: relative;
	z-index: 2;
}
.top .img1 {
	position: absolute;
	height: 18px;
 	top: 280px; 
	left: 80px;	
}
.top .img2 {
	position: absolute;
	height: 18px;
	top: 100px; 
	left: 60px;
}
.top .img3 {
	position: absolute;
	height: 18px;
	top: 50px; 
	left: 337.5px;
}
.top .img4 {
	position: absolute;
	height: 18px;
	top: 120px; 
	left: 570px;
}
.top .img5 {
	position: absolute;
	height: 18px;
	top: 250px; 
	left: 525px;
}
.line1 {
	display: block;
    height: 2px;
    background: linear-gradient(to right, #4b1f05, #f28d38, #4b1f05);
    background: -webkit-linear-gradient(left, #4b1f05, #f28d38, #4b1f05);
    background: -o-linear-gradient(left, #4b1f05, #f28d38, #4b1f05);
    background: -moz-linear-gradient(left, #4b1f05, #f28d38, #4b1f05);
}
#main .section {
    background: -webkit-linear-gradient(bottom, #231309, #78370b, #231309);
    background: -o-linear-gradient(bottom, #231309, #78370b, #231309);
    background: -moz-linear-gradient(bottom, #231309, #78370b, #231309);
    background: linear-gradient(to top, #231309, #78370b, #231309);
}
.section .downBtn {
	margin: 5rem 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-content: center;
}
.section .downBtn a {
    cursor: pointer;
}
.section .title {
	max-width: 700px;
	margin: 0 auto;
}
.section .title .line2 {
 	background-color: #f28d38;
	height: 1px;
}
.section .listBox {
	max-width: 700px;
	margin: 0 auto;
} 
.listBox .line {
    display: flex;
    display: -webkit-flex;
    color: #ffd344;
    font-size: 24px;
    height: 70px;
    line-height: 70px;
    background: #341f11;
    border-radius: 70px;
    padding-left: 3.25rem;
    margin: 1rem 0;
    cursor: pointer;
}
.listBox .line span.icon {
	margin: 0 0.25rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.listBox .line span.icon img {
	width: 24px;
}
.listBox .ms {
	color: #15d65f;
	font-size: 16px;
}
.listBox .info {
    flex: 6;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.listBox .line .sub {
	flex: 2;
} 
.line:hover,
.line:active,
.line::after {
    color: #ffff9a;
}
.line_button {
    flex: 3;
    text-align: center;
    color: #ffffff;
	text-decoration: none;
    background: -webkit-linear-gradient(right, #6b1a00, #d03c00);
    background: -o-linear-gradient(right, #6b1a00, #d03c00);
    background: -moz-linear-gradient(right, #6b1a00, #d03c00);
    background: linear-gradient(to left, #6b1a00, #d03c00);
    border-top-right-radius: 70px;
    border-bottom-right-radius: 70px;
}
.line_button:hover,
.line_button:active,
.line_button::after {
    background: #d03c00;
}
.slickBox {
	margin: 4rem 0 2rem;
}
.section02 {
    padding-top: 3rem;
    background: -webkit-radial-gradient(circle, #833823, #231309);
    background: -o-radial-gradient(circle, #833823, #231309);
    background: -moz-radial-gradient(circle, #833823, #231309);
    background: radial-gradient(circle, #833823, #231309);
}

.wg-swiper-container {
    max-width: 600px;
    height: 100%;
}

.wg-swiper-wrapper {
    width: 280px;
}

.wg-swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.wg-swiper-slide img {
    width: 280px;
}

.hg-swiper-container {
    width: 100%;
    height: 100%;
}

.hg-swiper-slide {
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.footer {
    z-index: 20;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer a {
    max-width: 750px;
    height: 180px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: rgba(35, 19, 9, 0.9);
}
.footer img {
	width: 700px;	
}
.button {
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 30;
}
.button #IOSjc_open {
	cursor: pointer;
}
.button #AndroidBDjc_open {
	cursor: pointer;
}
.pcBox {
	display: none;
	width: 200px;
	position: fixed;
	top: 10%;
	left: 0;
}
.pcBox img {
	width: 100%;
}
#IOSjc {
	display: none;
}
#IOSjc .iosBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	z-index: 21;
}
#IOSjc .iosInfo {
	max-width: 750px;
	margin: 0 auto;	
}
#IOSjc img {
	vertical-align: top;
}
#AndroidBDjc {
	display: none;
}
.andBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	z-index: 21;
}
.andInfo {
	max-width: 750px;
	margin: 0 auto;
	min-height: 2530px;
	background: #2c1600;
}
#AndroidBDjc img {
	vertical-align: top;
}
#interceptWeChat {
	display: none;
}
#interceptWeChat .weBox {
	width: 100%;
	height: 100%;
	position: relative;
}
#interceptWeChat .weInfo {
	width: 100%;
	position: absolute;
	top: 3rem;
	text-align: center;
}
.weText {
	width: 100%;
	position: absolute;
	bottom: 3rem;
	font-size: 24px;
	text-align: center;
}
#interceptQQ {
	display: none;
}
#interceptQQ .qqBox {
	width: 100%;
	height: 100%;
	position: relative;	
}
#interceptQQ .qqInfo {
	width: 100%;
	position: absolute;
	top: 3rem;
	text-align: center;	
}
#interceptQQ .qqText {
	width: 100%;
	position: absolute;
	bottom: 3rem;
	font-size: 24px;
	text-align: center;
}
#interceptQQbrowser {
	display: none;
}
#interceptQQbrowser .qqbroBox {
	width: 100%;
	height: 100%;
	position: relative;	
}
#interceptQQbrowser .qqbroInfo {
	width: 100%;
	position: absolute;
	top: 20rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
#interceptQQbrowser .qqbroInner {
	width: 500px;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	border: 1px #dddddd solid;
	border-radius: 12px;
	font-size: 30px;
}
#interceptQQbrowser .imgBox {
	padding: 1.75rem;
	color: #ffffff;
	border-radius: 12px 12px 0 0;
	background: linear-gradient(to right, #01dbff , #00a8ff);	
}
#interceptQQbrowser .imgInfo {
	display: flex;
	display: -webkit-flex;	
}
#interceptQQbrowser .imgInfo img {
	width: 84px;
	height: 84px;
	background: #ffffff;
	padding: 12px;
	border-radius: 12px;
}
#interceptQQbrowser .imgtxt {
	flex: 1;
	margin-left: 1.75rem;
	line-height: 36px;
}
#interceptQQbrowser .urlBox {
	padding: 3rem 1.75rem;color: #ffffff;
}
#interceptQQbrowser .urlBox .urlInfo {
	display: flex;
	display: -webkit-flex;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
}
#interceptQQbrowser .qqbroText {
	width: 100%;
	position: absolute;
	bottom: 3rem;
	font-size: 24px;
	text-align: center;
}
#weburl {
    flex: 7;
    border-radius: 12px 0 0 12px;
    background: #f0f0f0;
    padding-left: 1rem;
    color: #aaaaaa;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.urlCopy {
    flex: 2;
    text-align: center;
    cursor: pointer;
    border-radius: 0 12px 12px 0;
    background: linear-gradient(to right, #01dbff, #00a8ff);
}

.urlCopy:hover,
.urlCopy:active,
.urlCopy::after {
    background: linear-gradient(to left, #01dbff, #00a8ff);
}

.cover {
	max-width: 750px;
	position: fixed;
	top: 0;
	width: 100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	z-index: 1200;
}
.out-mask {
	max-width: 750px;
	width: 100%;
	position: fixed;
	top: 50%;
	z-index: 2000;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.out-mask .mask {
	margin: 0 auto;
	padding: 50px 0 50px;
	width: 90%;
	background: #fff;
	border-radius: 6px;
}
.out-mask .mask p {
	margin: 0 0 60px 40px;
	color: #0C0524;
	font-size: 30px;
	text-align: left;
}
.out-mask .mask ul {
	margin-right: 0.5rem;
	text-align:right;
}
.out-mask .mask li {
	margin: 0 40px;
	display: inline;
}
.out-mask .mask li a {
	display: inline-block;
	color: #0A7FBD;
	font-size: 30px;
	line-height: 20px;
	text-align: center;
}










