body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
iframe {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

a:link,
a:visited {
    text-decoration: none;
    outline: none;
}

img {
    border: none;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.trn {
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
}

.breadth {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

html {
    width: 100%;
}

body {
    overflow-x: hidden !important;
    min-width: 1248px;
}

.wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: url(//qjjl.ixinyou.com/images/hdzone/bg-mask.png) center top no-repeat;
}
.bg-video{
    width: 1920px;
    height: 1080px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

#header {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 1080px;
}

#header .logo {
    position: absolute;
    left: 400px;
    top: 90px;
    width: 354px;
    height: 254px;
	background:url(//qjjl.ixinyou.com/images/hdzone/logo.png) no-repeat;
}

#header .top {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
#header .slogan{
	background:url(//qjjl.ixinyou.com/images/hdzone/250617/slogan.png) no-repeat;
	width:1012px;
	height:262px;
	position:absolute;
	top: 325px;
    left: 133px;
	z-index:1;
}
#header .start-time {
	position: absolute;
    left: 220px;
    top: 312px;
    font-size: 26px;
    line-height: 59px;
    color: #fff;
    width: 469px;
    height: 61px;
    text-align: center;
    z-index: 1;
}
#header .btn_yuyue {
	width: 414px;
    height: 96px;
    background: url(//qjjl.ixinyou.com/images/hdzone/btn_yuyue.png) no-repeat top center;
	top: 563px;
    left: 393px;
    display: block;
    position: absolute;
    text-indent: -9999px;
	z-index:2;
	animation: head_yuyue 1s steps(3) infinite;
	-webkit-animation: head_yuyue 1s steps(3) infinite;
}
 
#header .btn_yuyue:hover{
	animation-play-state: paused;
	transform: background-position-y:0;
}	

@keyframes head_yuyue {
		  0% { background-position-y:0; }
		  100% {background-position-y:-360px }
		}
@-webkit-keyframes head_yuyue {
		  0% { background-position-y:0; }
		  100% {background-position-y:-360px }
		}

#subscribe {
	top: 315px;
	position:absolute;
	z-index:2;
	width:1100px;
}
.sub_title {
	text-align:center;
	font-size:21px;
	color:#fff;
	text-indent: 217px;
}


.sub_box {
	text-align: center;
    width: 900px;
    margin: 0px auto 0 150px;
    position: relative;
}
.pro-title{
	background:url(//qjjl.ixinyou.com/images/hdzone/icon-t.png) no-repeat;
	width:93px;
	height:31px;
	position: absolute;
    top: 83px;
    left: 13px;
    z-index: 2;	
}
.box_pro_bg{
	background:url(//qjjl.ixinyou.com/images/hdzone/progress-bg.png) no-repeat;
	width:776px;
	height:36px;
	position:absolute;
	top: 82px;
    left: 105px;
	z-index:2;
}
.box_pro {
	background:url(//qjjl.ixinyou.com/images/hdzone/progress-h.png) no-repeat;
	/*width:0%;*/
	height:36px;
	position:absolute;
	top: 0;
    left: 0;
	z-index:3;
	transition: width .1s linear;	
}

.item_img {
	height: 194px;
    width: 692px;
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 148px;
}

.item_img .item{
	width:132px;
	height:132px;
	background:url(//qjjl.ixinyou.com/images/hdzone/icon-bg-n.png) no-repeat;
	position:relative;
}
.item_img .item img{
	position:absolute;
	z-index:2;
	left:0;
}
.item_img .item.active::after{
	content:"";
	background:url(//qjjl.ixinyou.com/images/hdzone/icon-bg-h.png) no-repeat;
	width:132px;
	height:132px;	
	position:absolute;
	z-index:1;
	left:0;
}
.item_img .item.active::before{
	content:"";
	background:url(//qjjl.ixinyou.com/images/hdzone/icon-start.png) no-repeat;
	width:132px;
	height:132px;	
	position:absolute;
	z-index:1;
	left:0;
}
.item_img .text{
	display:none;
    color: #818181;
    font-size: 13px;
    background: url(//qjjl.ixinyou.com/images/hdzone/icon-fc.png) no-repeat;
    width: 129px;
    height: 65px;
    text-align: left;
    text-indent: 9px;
    padding-top: 5px;
    background-size: 100% 100%;
	position:absolute;
    top: -40px;
    margin-left: 3px;
    z-index: 2;
}
.item_img .item:hover .text{
	display:block;
}


.role_num{
    height: 45px;
    width: 692px;
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 148px;
	top:140px;
	
}
.role_num p{
	font-weight:bold;
	text-align: center;
    width: 132px;
    font-size: 18px;
    line-height: 45px;	
	height: 45px;
background-image: linear-gradient(to bottom, #fff, #9ca5b2);
color: #ffffff; 
background-clip: text;
-webkit-background-clip: text; 
-webkit-text-fill-color: transparent; 
-webkit-text-stroke: .1px #000;
text-stroke: .1px #000;
}

.fc{
	background:url(//qjjl.ixinyou.com/images/hdzone/fc.png) no-repeat;
	width:229px;
	height:405px;
    position: fixed;
    right: 0px;
    bottom: 10%;
}

#reg_win4{ margin: 100px 125px;}

.checklink, .checklink:link, .checklink:hover, .checklink:visited{
    color:#a00a07;
    text-decoration: underline;
    font-size:18px;
    position: absolute;
    width:200px;
    height:24px;
    line-height:24px;
    top:675px;
    left:175px;
    cursor:pointer;
}
.topblank {
    width:100%;
    height:60px;
}
.accstat {
    background:#8e0805;
    width:200px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-radius:15px;
    color:#f8f4eb;
    float:right;
    margin-right:320px;
}
.accstat a, .accstat a:link, .accstat a:visited {
    color:#f8f4eb;
    text-decoration: underline;
}
.logininfo {
    display:none;
}
.logout {
    display:none;
}

/* popup */
.mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1004;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.76);
	display: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c2000000, endColorstr=#c2000000);
}
.pop {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1005;
}
.popapp {
	width: 508px;
	height: 310px;
	margin-left: -278px;
	margin-top: -260px;
	background-size: cover;
	display: none;
    background-color: #192634;
    border-radius: 5px;
}
.popmsg {
	width: 300px;
	height: 240px;
	margin-left: -150px;
	margin-top: -120px;
    background-color: #192634;
    border-radius:8px;
    display: none;
    color:#131213;
}
.poplogin {
	width: 359px;
	height: 524px;
	margin-left: -200px;
	margin-top: -260px;
    background: url(//qjjl.ixinyou.com/images/hdzone/tc.png) no-repeat;
    border-radius:8px;
	display: none;
}
.popmsgarea {
	width:220px;
	height:150px;
	margin:40px auto 0 auto;
	line-height:30px;
	font-size:18px;
	overflow:hidden;
}
.close_pop1,.close_pop2 {
	height: 30px;
	width: 30px;
	border-radius: 15px;
	color: #dbd1d1;
	cursor: pointer;
	position:absolute;
	margin: -25px -25px;
	font-size: 30px;
	text-align: center;
	line-height: 25px;
	overflow:hidden;
    left: unset;
    right: 0;
}
.close_pop3 {
	height: 30px;
	width: 30px;
	border-radius: 15px;
	color: #dbd1d1;
	cursor: pointer;
	position:absolute;
	margin: 0;
	font-size: 30px;
	text-align: center;
	line-height: 25px;
	overflow:hidden;
	top:6px;
	left:365px;
}
.loginfrm {
	width:330px;
	height:265px;
	position:absolute;
    top: 203px;
    left: 12px;
}
.dialogtitle {
    width:320px;
    height: unset;
    line-height: 35px;
    /* font-size: 24px; */
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    color: rgb(220, 252, 107);
    padding-top: 72px;
}
.appdlgpanel {
    width: 320px;
    height:340px;
    overflow: hidden;
    margin:0px;
}
.step01,.step03,.step04 {
    width: 320px;
    height:340px;
    overflow: hidden;
    padding: 45px 0 0 35px
}
.step02 {
    width: 300px;
    height: 200px;
    border: 1px solid #38a0ff;
    background: #182533;
    border-radius: 5px;
    position: relative;
    top: -320px;
    left: 10px;
}
.step04, .step02, .step03 {
    display:none;
}
.step01blank{
    width:100%;
    height:30px;
}
.step03blank {
    width:100%;
    height:20px;
}
.step03 .sub_btn {
    padding: 55px 0 0 10px;
}
.dlgtext, .inputline {
    color: #c89e9f;  
    line-height: 40px;
    font-size: 16px;
    width: 270px;
}
.dlgtext2 {
    height: 20px;
    color: #810a0c;  
    line-height: 20px;
    font-size: 14px;
}
.inputline {
    text-align:left;
}
.inputline02 {
    width:300px;
    height: 40px;
    color: #cdb7b7;  
    line-height: 40px;
    font-size: 16px;
    margin:0 auto;
}
.inputline02 .piccode{
    width:100px;
    height:30px;
    float:left;
    display:block;
}
.inputline02 .code1{
    width:76px;
    height:26px;
    float:left;
    display:block;
    margin:0 10px;
}
.inputline02 a{
    width:90px;
    height:30px;
    line-height: 30px;
    float:right;
    display:block;
    font-size:12px;
    text-align: right;
}
.inputline02 a#changelink {
    color: #fefefe;
}
.mobileinfo {
    width:138px;
}
.smscode {
    width:100px;
}
.mobibtn {
    width:80px;
    height:20px;
    background: #810a0c;  
    color:#fff;
    border-radius: 20px;
    text-align: center;
    border:none;
    font-size: 12px;
    cursor:pointer;
}
.mobibtn:disabled {
    background: #505050;
    color:#a0a0a0
}
.step01btn {
    height:50px;
    width:188px;
    line-height:50px;
    background: #810a0c;  
    border-radius: 25px;
    color:#fff;
    text-align:center;
    font-size:22px;
    font-weight:bold;
    cursor:pointer;
    background: #24303d url(../images/btn_ac_states.png) no-repeat 0 -118px / cover;
    margin: 45px 0 0 30px;
}
.step01btn:hover{
    background-position: 0 0;
}
.step02btn {
    height:35px;
    width:140px;
    line-height:35px;
    margin:10px auto;
    background: #38a0ff;  
    border-radius: 17.5px;
    color:#fff;
    text-align:center;
    font-size:20px;
    font-weight:bold;
    cursor:pointer;
}
.closestep02 {
	height: 30px;
	width: 30px;
    border-radius: 15px;
	color: #38a0ff;
	cursor: pointer;
	position:absolute;
	margin: 0;
	font-size: 30px;
	text-align: center;
	line-height: 25px;
	overflow:hidden;
	top:unset;
	left:unset;
}
.coderes {
    border: none;
    background: transparent;
    margin-right: 10px;
    outline: none;
    width: 230px;
    text-align: center;
    color: #ca4042;
    font-size: 18px;
}
.cardbtn {
    background: #810a0c;
    border: none;
    border-radius: 10px;
    height: 20px;
    width: 80px;
    line-height: 20px;
    color: #fff;
    cursor:pointer;
}
.qqlink {
    cursor:pointer;
    text-decoration: underline;
}
.popdwnbtn {
    width: 206px;
    height: 63px;
    margin: 60px auto 0 auto;
    background: url(//qjjl.ixinyou.com/images/hdzone/wzsj-btn-l.gif) no-repeat;
    background-size: contain;
}

.breath-light{
    opacity: 0.1;
    overflow: hidden;
    -webkit-animation-name: BreathLight;
    -moz-animation-name: BreathLight;
    -o-animation-name: BreathLight;
    animation-name: BreathLight;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;

}

@keyframes BreathLight {
    from {opacity: 0.8;}
    50% {opacity: 1;}
    to {opacity: 0.8;}
}
@-webkit-keyframes BreathLight {
    from {opacity: 0.8;}
    50% {opacity: 1;}
    to {opacity: 0.8;}
}


.heartbeat{
    opacity: 1;
    overflow: hidden;
    -webkit-animation-name: HeartBeat;
    -moz-animation-name: HeartBeat;
    -o-animation-name: HeartBeat;
    animation-name: HeartBeat;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;

    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;

}

@keyframes HeartBeat {
    from {transform:rotate(0deg) scale(0.8,0.8);}
    50% {transform:rotate(0deg) scale(1,1);}
    to {transform:rotate(0deg) scale(0.8,0.8);}
}
@-webkit-keyframes HeartBeat {
    from {transform:rotate(0deg) scale(0.8,0.8);}
    50% {transform:rotate(0deg) scale(1,1);}
    to {transform:rotate(0deg) scale(0.8,0.8);}
}

/*footer*/
.footer-box{display:block;background:#090b0b;padding:20px 0;font-size:12px;height:100%;overflow:hidden;}
.footer{width:1200px;margin:0 auto;    border-top: none; background-color: unset;height:auto;}
.footer-box .footer-cplogo{text-align:center;float: left;width: 190px;height: 80px;margin-top: 0px;color:#fff;}  
.footer-box .footer-cplogo img{margin:0 auto;}
.footer-box .footerlogo{background:url(http://www.ixinyou.com/ver_2020/img/ixy-logo2.png) no-repeat;width:155px;height:63px;display:block;float:left;text-indent:-9999px;overflow:hidden;margin-top:15px;}
.footer-box .footer p{text-align:center;color:#fff;margin:0;}
.footer-box .footertxt{float:left;width:750px;padding:0 0 0 20px;line-height:20px;color:#4c505c}
.footer-box .footertxt a{margin:0 5px;display:inline-block;color:#fff!important;}
.c_stage{position:relative;z-index:200}
.c_stage .c_userinfo img{*vertical-align:middle}
@media screen and (max-device-width:900px){
	.footer-box { display:none;}
}
.hd-rules{
    color: #fefefe;
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left:-935px;
    line-height: 30px;
    width: 736px;
    font-size: 0.8rem;
}
.hd-rule-title {
    font-size: 1.0rem;
    margin:-108px 0 0 505px;
    text-decoration: underline double;
    cursor: pointer;
}
.popmsgarea{
    font-size: 1.5rem;
    font-weight: 40px;
    line-height: 30px;
    color: rgb(220, 252, 107);
    text-align:center;
}

.miao-bian {
    background-image: linear-gradient(to bottom, #fff, #9ca5b2);
    color: #ffffff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .1px #000;
    text-stroke: .1px #000;
}

#btn_join_kefu{
    color: #75dd6f;
}
.btn_card{
    color: red;
    cursor: pointer;
    padding: 25px;
}

.step03 .btn_card{
    position: absolute;
    top: 160px;
    left: 207px;
}
.card-sn {
    font-size: 1rem;
    padding-top: 100px;
}
.copybtn{
    text-decoration: underline;    
    margin-left: 5px;
}
.btn_dl,.btn_dl:hover{
    display: block;
    width: 128px;
    height: 30px;
    background: #0000 url(../images/btn_download.png) no-repeat -1px -87px/cover;
    margin: 0 auto;
    margin-top: 35px;
}
.btn_dl:hover {
    background-position: -1px 0px;
}

.card-sn-content{
    width: 135px;
}

.popmsg .msg-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    color:rgb(220, 252, 107);
}

.add_wx{
    width: 240px;
    margin: 128px 40px 0 0;
}
.popmsgarea{
    width: unset;
    height:unset;
}

.popmsgarea .warning {
    padding-top: 60%;
}
.ac-info{
    top: 20px;
    left: 20px;
    position: absolute;
}

.hd-rule-details{
    width: 270px;
    color: aliceblue;
    font-size: 0.8rem;
    text-align: left;
    line-height: 37px;
    padding: 100px 0 0 25px;
}

.rule-pop-title{
    color: aliceblue;
    font-size: 28px;
    width: 286px;
    position: absolute;
    margin: 20px 0 0 10px;
}

.cont2{
	width:100%;
	height:960px;
	margin:0 auto;
	position:relative;
	background:url(//qjjl.ixinyou.com/images/hdzone/bg2.jpg) no-repeat center top;
}
#header .arrow{
    background-position: -448px -87px;
    width: 37px;
    height: 28px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 165px;
    background-image: url(//got.ixinyou.com/images/sprite_hd.png?b783231);
    background-repeat: no-repeat;
    z-index: 5;
}
#header .arrow{
	-webkit-animation: arrow 0.6s linear infinite alternate;
	animation: arrow 0.6s linear infinite alternate;
}
@keyframes arrow{
    0%{ transform:translateY(0); }
    100%{ transform:translateY(15px); }
}
