@-ms-viewport {
	width: device-width;
}

@media only screen and (min-device-width:800px) {
	html {
		overflow: hidden;
	}
}

html {
	height: 100%;
}

body {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a{
	text-decoration: none;
}
#adv_load{
	width: 100%;
	height: 100%;
	/* background: url(../img/platadv.jpg) no-repeat center center #fdfdfe; */
	background: url(../img/gg.jpg) no-repeat center center #fdfdfe;
	background-size:cover;
	position: fixed;
	z-index: 9999999999;
	left: 0;
	top: 0;
	text-align: center;
	-webkit-animation-name:'hidetip';/*动画属性名，也就是我们前面keyframes定义的动画名*/
	-webkit-animation-duration: 1s;/*动画持续时间*/
	-webkit-animation-timing-function: linear; /*动画频率，和transition-timing-function是一样的*/
	-webkit-animation-delay: 3s;/*动画延迟时间*/
	-webkit-animation-iteration-count:1;/*定义循环资料，infinite为无限次*/
	-webkit-animation-direction: alternate;/*定义动画方式*/
}

@keyframes hidetip {
      0 {
        opcity: 1;
      }
      100% {
        opacity: 0;
      }
    }
    @-webkit-keyframes hidetip {
      0 {
        opcity: 1;
      }
      100% {
        opacity: 0;
      }

}
#adv_load .loading{
	position: absolute;
	left: 50%;
	top: 65%;
	transform: translate(-50%,-50%);
	webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	font-size: 0.625rem;
	color: #000;
}
#adv_load .loading img{
	display: block;
	margin: 1rem auto;
}
.iframe{
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.show{
	display: block;
}

.mui-preview-image.mui-fullscreen {
	position: fixed;
	z-index: 20;
	background-color: #000;
}
.mui-preview-header,
.mui-preview-footer {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 10;
}
.mui-preview-header {
	height: 44px;
	top: 0;
}
.mui-preview-footer {
	height: 50px;
	bottom: 0px;
}
.mui-preview-header .mui-preview-indicator {
	display: block;
	line-height: 25px;
	color: #fff;
	text-align: center;
	margin: 15px auto 4;
	width: 70px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 12px;
	font-size: 16px;
}
.mui-preview-image {
	display: none;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.mui-preview-image.mui-preview-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.mui-preview-image.mui-preview-out {
	background: none;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
	display: none;
}
.mui-zoom-scroller {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-backface-visibility: hidden;
}
.mui-zoom {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.mui-slider .mui-slider-group .mui-slider-item img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
	width: 100%;
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
	display: inline-table;
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
	display: table-cell;
	vertical-align: middle;
}
.mui-preview-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.mui-preview-loading.mui-active {
	display: block;
}
.mui-preview-loading .mui-spinner-white {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	height: 50px;
	width: 50px;
}
.mui-preview-image img.mui-transitioning {
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.add_wx_cont{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999999;
	background: rgba(0,0,0,0.5);
	padding:50% 20% 0 20%;
	display: none;
}
.add_wx_cont img{
	max-width: 100%;
	max-height: 300px;
	display: block;
}
.add_msg_cont{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999999;
	
	display: none;
}
.add_msgbg_cont{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.add_form{
	width: 300px;
	background: white;
	padding:1rem;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position: absolute;
	z-index: 99;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -150px;
	
}
.add_msg_cont input,.add_msg_cont textarea{
	color: #000;
}
.add_msg_cont button{
	width: 100%;
	border: none;
	background: #ff9c00;
	color: white;
	min-height: 44px;
}

.qwys_a_cont{
	width: 100%;
	height: 100%;
	background: url(../img/qwys_a.jpg) no-repeat left top;
	background-size:100% ;
	position: relative;
}
.qwys_b_cont{
	width: 100%;
	height: 100%;
	background: url(../img/qwys_b.jpg) no-repeat left top;
	background-size:100% ;
	position: relative;
}
.qwys_a_cont span,.qwys_b_cont span{
	position: absolute;
	display: block;
	width: 1rem;
	height: 1rem;
	background: white;
	left: 38.5vw;
	top: 58vw;
	border-radius: 50%;
	animation: myfirst 2s infinite;
	-moz-animation: myfirst 2s infinite;	/* Firefox */
	-webkit-animation: myfirst 2s infinite;	/* Safari 和 Chrome */
	-o-animation: myfirst 2s infinite;	/* Opera */
	opacity: 0;
}
.qwys_b_cont span{
	left: 48vw;
	top: 77vw;
}

.vr_tab{
	position: absolute;
	z-index: 9;
	width: 6rem;
	height: 2rem;
	background: rgba(0,0,0,0.5);
	right: 1rem;
	top: 4rem;
	border-radius: 1rem;
}
.vr_tab a{
	display: block;
	float: left;
	width: 50%;
	height: 2rem;
	padding-top: 4px;
}
.vr_tab a img{
	width: 24px;
	height: 24px;
	margin: 0 auto;
	display: block;
}
.vr_tab:after{
	content: "";
	display: block;
	width: 1px;
	height: 1rem;
	background: #666;
	position: absolute;
	left: 3rem;
	top: 0.5rem;
}
@keyframes myfirst
{
0 {opacity: 0;}
50% {opacity: 1;transform: scale(2);}
100%{opacity: 0;}
}

@-moz-keyframes myfirst /* Firefox */
{
0 {opacity: 0;}
50% {opacity: 1;transform: scale(2);}
100%{opacity: 0;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
0 {opacity: 0;}
50% {opacity: 1;transform: scale(2);}
100%{opacity: 0;}
}

@-o-keyframes myfirst /* Opera */
{
0 {opacity: 0;}
50% {opacity: 1;transform: scale(2);}
100%{opacity: 0;}
}


@keyframes dgss
{
0 {opacity: 0;}
50% {opacity: 1;}
100%{opacity: 0;}
}

@-moz-keyframes dgss /* Firefox */
{
0 {opacity: 0;}
50% {opacity: 1;}
100%{opacity: 0;}
}

@-webkit-keyframes dgss /* Safari 和 Chrome */
{
0 {opacity: 0;}
50% {opacity: 1;}
100%{opacity: 0;}
}

@-o-keyframes dgss /* Opera */
{
0 {opacity: 0;}
50% {opacity: 1;}
}


@keyframes logo_an
{
0 {width: 0;}
100% {width: 100%;}
}

@-moz-keyframes logo_an /* Firefox */
{
0 {width: 0;}
100% {width: 100%;}
}

@-webkit-keyframes logo_an /* Safari 和 Chrome */
{
0 {width: 0;}
100% {width: 100%;}
}

@-o-keyframes logo_an /* Opera */
{
0 {width: 0;}
100% {width: 100%;}
}

@keyframes logo_btn
{
0 {width: 0;height: 0;}
100% {width:160px;height: 44px;}
}

@-moz-keyframes logo_btn /* Firefox */
{
0 {width: 0;height: 0;}
100% {width:160px;height: 44px;}
}

@-webkit-keyframes logo_btn /* Safari 和 Chrome */
{
0 {width: 0;height: 0;}
100% {width:160px;height: 44px;}
}

@-o-keyframes logo_btn /* Opera */
{
0 {width: 0;height: 0;}
100% {width:160px;height: 44px;}
}


/*流星效果*/
.space {
    width: 100%;
    height: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.space .star {
    display: block;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: #fff;
    top: -50px;
    left:200px;
    position: relative;
    transform-origin: 100% 0;
    animation: star-ani 6s infinite ease-out;
    box-shadow: 0 0 0px 0px rgba(255, 255, 255, .3);
    opacity: 0;
    z-index: 2;
}
.space .star:after {
    content: '';
    display: block;
    top: -10px;
    left: 200px;
    border: 0px solid #fff;
    border-width: 0px 90px 3px 90px;
    border-color: transparent transparent transparent #fff;
    transform: rotate(-45deg) translate3d(1px, 3px, 0);
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, .1);
    transform-origin: 0% 100%;
    animation: shooting-ani 1s infinite ease-out;
}


.space .star1 {
    top: -10px;
    left: 300px;
    background: #fff;
    animation-delay: 0.5s;
    -webkit-animation-delay:0.5s;
    -moz-animation-delay: 0.5s;
}
.space .star1:after {
    border-color: transparent transparent transparent #fff;
    animation-delay: 0.5s;
    -webkit-animation-delay:0.5s;
    -moz-animation-delay: 0.5s;
}
.space .star2 {
    top: 100px;
    left: 200px;
    background: #fff;
    animation-delay: 0s;
    -webkit-animation-delay:0s;
    -moz-animation-delay: 0s;
}
.space .star2:after {
    border-color: transparent transparent transparent #fff;
    animation-delay: 0;
    -webkit-animation-delay:0s;
    -moz-animation-delay: 0s;
}
.space .star3 {
    top: -10px;
    left: 100px;
    background: #fff;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}
.space .star3:after {
    border-color: transparent transparent transparent #fff;
   animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay:1.5s;
}
.space .star4 {
    top: 100px;
    left: 250px;
    background: #fff;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}
.space .star4:after {
    border-color: transparent transparent transparent #fff;
   animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay:1.5s;
}
.space .star5 {
    top: 200px;
    left: 250px;
    background: #fff;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}
.space .star5:after {
   border-color: transparent transparent transparent #fff;
   animation-delay: 1.5s;
   -webkit-animation-delay: 1.5s;
   -moz-animation-delay: 1.5s;
}
.space .star6 {
    top: -10px;
    left: 100px;
    background: #fff;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}
.space .star6:after {
    border-color: transparent transparent transparent #fff;
   animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}


.space .star7 {
    top: 100px;
    left: 200px;
    background: #fff;
    animation-delay: 3s;
    -webkit-animation-delay:3s;
    -moz-animation-delay: 3s;
}
.space .star7:after {
    border-color: transparent transparent transparent #fff;
    animation-delay: 3s;
    -webkit-animation-delay:3s;
    -moz-animation-delay: 3s;
}
.space .star13 {
    top: -10px;
    left: 210px;
    background: #fff;
    animation-delay: 3s;
    -webkit-animation-delay:3s;
    -moz-animation-delay: 3s;
}
.space .star13:after {
    border-color: transparent transparent transparent #fff;
    animation-delay: 3s;
    -webkit-animation-delay:3s;
    -moz-animation-delay: 3s;
}
.space .star14 {
    top: -100px;
    left: 150px;
    background: #fff;
    animation-delay: 2s;
    -webkit-animation-delay:2s;
    -moz-animation-delay: 2s;
}
.space .star14:after {
    border-color: transparent transparent transparent #fff;
    animation-delay: 2s;
    -webkit-animation-delay:2s;
    -moz-animation-delay: 2s;
}


.space .star15 {
    top: 200px;
    left: 250px;
    background: #fff;
    animation-delay: 2.5s;
    -webkit-animation-delay:2.5s;
    -moz-animation-delay: 2.5s;
}
.space .star15:after {
    border-color: transparent transparent transparent #fff;
    animation-delay: 2.5s;
    -webkit-animation-delay:2.5s;
    -moz-animation-delay: 2.5s;
}
.space .star8 {
    top: -10px;
    left: 100px;
    background: #fff;
    animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
}
.space .star8:after {
    border-color: transparent transparent transparent #fff;
   animation-delay: 3s;
    -webkit-animation-delay: 3s;
    -moz-animation-delay:3s;
}
.space .star9 {
    top: 100px;
    left: 250px;
    background: #fff;
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
}
.space .star9:after {
    border-color: transparent transparent transparent #fff;
   animation-delay: 4s;
    -webkit-animation-delay: 4s;
    -moz-animation-delay:4s;
}
.space .star10 {
    top: 200px;
    left: 250px;
    background: #fff;
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
}
.space .star10:after {
    border-color: transparent transparent transparent #fff;
   animation-delay: 5s;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
}
.space .star11 {
    top: -10px;
    left: 100px;
    background: #fff;
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
}
.space .star11:after {
    border-color: transparent transparent transparent #fff;
   animation-delay: 5s;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
}
.space .star12 {
    top: -10px;
    left: 100px;
    background: #fff;
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
}
.space .star12:after {
    border-color: transparent transparent transparent #fff;
   animation-delay: 6s;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
}
@keyframes star-ani {
    0% {
        opacity: 0;
        transform: scale(0) rotate(0) translate3d(0, 0, 0);
        -webkit-transform: scale(0) rotate(0) translate3d(0, 0, 0);
        -moz-transform: scale(0) rotate(0) translate3d(0, 0, 0);
    }
    50% {
        opacity: 1;
        transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);
        -webkit-transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);
        -moz-transform: scale(1) rotate(0) translate3d(-300px, 300px, 0);
    }
    100% {
        opacity: 0;
        transform: scale(1) rotate(0) translate3d(-400px, 300px, 0);
        -webkit-transform: scale(1) rotate(0) translate3d(-400px, 400px, 0);
        -moz-transform: scale(1) rotate(0) translate3d(-400px, 400px, 0);
    }
} 
