@-webkit-keyframes before {
    0% {
		transform: translate(0,-50%);
    }
    50% {
		transform: translate(10px,-50%);
    }
    100% {
		transform: translate(0,-50%);
    }
}
@keyframes before {
    0% {
		transform: translate(0,-50%);
    }
    50% {
		transform: translate(10px,-50%);
    }
    100% {
		transform: translate(0,-50%);
    }
}
@-webkit-keyframes after {
    0% {
		transform: translate(0,-50%);
    }
    50% {
		transform: translate(-10px,-50%);
    }
    100% {
		transform: translate(0,-50%);
    }
}
@keyframes after {
    0% {
		transform: translate(0,-50%);
    }
    50% {
		transform: translate(-10px,-50%);
    }
    100% {
		transform: translate(0,-50%);
    }
}
body{
	background-image: url(/images/body-bg.png?e8dbbc1613fcf35e45719aa789638114);
	background-size: cover;
}
.main{
	padding-top: 72px;
	padding-bottom: 100px;
}
.title{
	position: relative;
	box-sizing: border-box;
	padding: 20px 40px 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.title::before{
	content: '';
	display: block;
	width: 75px;
	height: 32px;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(/images/title-before.png?2e43b999071fc3ddb094971672e36ad2);
	background-size: 100% 100%;
	-webkit-animation: before 2s ease-in-out infinite;
	        animation: before 2s ease-in-out infinite;
}
.title::after{
	content: '';
	display: block;
	width: 75px;
	height: 32px;
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(/images/title-after.png?8d6fdef9e860b72d4fab6fa972478c1f);
	background-size: 100% 100%;
	-webkit-animation: after 2s ease-in-out infinite;
	        animation: after 2s ease-in-out infinite;
}
.title-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.title-text{
	line-height: 56px;
	font-weight: bold;
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 0px;
	text-align: center;
	text-shadow: 0 0 8px #76C8FF;
	background: linear-gradient(to bottom, #C3F2FF, #CEF5FF, #EFFFFE);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.title-h2{
	position: relative;
	color: #ffffff;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 2px;
	text-align: center;
	background: linear-gradient(to bottom, #C3F2FF, #CEF5FF, #EFFFFE);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 32px;
	cursor: pointer;
	transition: right 2s;
	-webkit-transition: right 2s; /* Safari */
}
.title-h2::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%);
	width: 230px;
	height: 113px;
	background-image: url(/images/title-h2-before.png?eec4775b4ac5b0368b1d0f3d31d55fb9);
	background-size: 100% 100%;
    z-index:-1;
}
.title-h2::after{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background-image: url(/images/title-h2-after.png?2f360a57c4d88ba9e1e1f1007c65e42b);
	background-size: 100% 100%;
	transition: right .4s ease-in-out;
	-webkit-transition: right .4s ease-in-out;
}
.title-h2:hover::after{
	right: -10px;
}
.title-h2 a{
    font-family: "Font Awesome 5 Free", feather, "Glyphicons Halflings", "Microsoft YaHei UI", "Microsoft Yahei", 微软雅黑, PingFang, "Helvetica Neue", Helvetica, arial, sans-serif !important;
}
.content{
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.content-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* 头部导航header start */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background: #fff;
	z-index: 10;
    min-width: 930px;
    overflow-x: auto;
}
.header-logo{
	width: 154px;
	height: 32px;
}
.header-nav-item > a{
	font-size: 18px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 24px;
}
.header-nav-item > a:hover{
	color: #0099FF;
}
.header-nav-item > a.active{
    color: #0099FF;
}
/* 头部导航header end */

/* 通知 start */
.notice-box {
    position: fixed;
    top: 72px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    background-image: url(/images/notice-bg.png);
    background-position: center;
    background-size: 100%;
    border: 1px solid #eee;
    display: none;
}
.notice-left > .icon-notice {
    width: 20px;
    height: 21px;
    margin-right: 10px;
}
.notice-left > span{
    color: #383B40;
    font-size: 14px;
    letter-spacing: 1.4px;
}
.notice-right > .icon-logo {
    width: 20px;
    height: 20px;
}
/* 通知 end */

/* banner start */
.banner{

}
/* banner end */

/* commerce srart */
.commerce{
	padding: 120px 65px 60px;
}
.commerce-icon{
	width: 100px;
	height: 100px;
	margin-top: -4px;
}
.commerce-p1{
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 1.2px;
	/* line-height: 24px; */
	text-shadow: 0 0 12px #76c8ff;
	background: linear-gradient(to bottom, #C3F2FF, #CEF5FF, #EFFFFE);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.commerce-p2{
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 32px;
	text-shadow: 0 0 12px #76c8ff;
	background: linear-gradient(to bottom, #C3F2FF, #CEF5FF, #EFFFFE);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top: 12px;
}
.commerce-img{
	width: 120px;
	height: 120px;
	opacity: 0.7;
}
.commerce-img:hover{
	opacity: 1;
}
/* commerce end */

/* vip start */
.vip{
	padding: 90px 50px 40px 50px;
}
.vip-title{
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	letter-spacing: 1.8px;
	text-shadow: 0 0 8px #76C8FF;
	background: linear-gradient(to bottom, #C3F2FF, #CEF5FF, #EFFFFE);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.vip-img1{
	width: 404px;
	height: 320px;
}
.vip-img4{
	width: 283px;
}
.vip-add{
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    letter-spacing: 1.8px;
    text-shadow: 0 0 8px #76C8FF;
    background: linear-gradient(to bottom, #C3F2FF, #CEF5FF, #EFFFFE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 140px;
}
.vip-text{
	margin-top: 16px;
}
.vip-text p{
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 32px;
	text-shadow: 0 0 8px #76c8ff;
	background: linear-gradient(to bottom, #C3F2FF, #CEF5FF, #EFFFFE);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/* vip end */

/* step-1 start */
.step-text{
	position: relative;
}
.step-text p{
	position: relative;
	cursor: pointer;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0px;
	line-height: 24px;
	text-shadow: 0 0 8px #76c8ff;
	background: linear-gradient(to bottom, #C3F2FF, #CEF5FF, #EFFFFE);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 20px;
	text-align: justify;
    /* display: inline-block; */
}
.step-text p::after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 25px;
	max-width: 320px;
	transform: translateX(-50%);
	background-image: url(/images/step-text-after.png?58dd7bbdab9fe0579ade4e299a3fa753);
	background-size: 100% 100%;
	transition: opacity .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out;
	opacity: 0;
}
.step-text p:hover{
	font-weight: bold;
}
.step-text p:hover::after{
	opacity: 1;
}
.step-1,
.step-2{
	padding: 120px 50px 43px 50px;
}
.step1-img1{
	width: 459px;
}
.step1-text1{
	margin-top: 46px;
}
.step1-text2{
	margin-top: 37px;
}
.step1-text3{
	margin-top: 26px;
}
.step1-text4{
	margin-top: 0px;
}
.step1-text5{
	margin-top: 0px;
}
.step1-img2{
	width: 461px;
}
.step1-text6{
	margin-top: 22px;
}
.step1-text7{
	margin-top: 0px;
}
.step1-text8{
	margin-top: 0px;
}
/* step-1 end */

/* step-2 start */
.step2-text1,
.step2-text2{
	margin-top: 10px;
}
.step2-img5{
	width: 484px;
}
.step2-text5{
	margin-top: 48px;
}
.step2-text6{
	margin-top: 34px;
}
/* step-2 end */

/* step-3 start */
.step-3{
    padding: 110px 50px 40px 50px;
}
.step3-text{
	margin-top: 20px;
    margin-left: 10px;
}
.step3-text p{
	line-height: 19px;
}
/* step-3 start */

/* gift start */
.gift{
	padding: 120px 50px 43px 50px;
}
.gift-text1{
    padding-left: 24px;
    padding-right: 24px;
}
.gift-text2{
	margin-top: -20px;
}
.gift-text3{
	margin-top: 68px;
}
.gift-img3{
	width: 494px;
}
/* gift end */

/* detail start */
.detail{
	padding: 110px 50px 43px 50px;
	position: relative;
}
.detail-text{
	position: relative;
	cursor: pointer;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0px;
	line-height: 24px;
	text-shadow: 0 0 8px #76c8ff;
	background: linear-gradient(to bottom, #C3F2FF, #CEF5FF, #EFFFFE);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom: 20px;
	text-align: justify;
}
.detail-img1{
	position: absolute;
	right: 20px;
	bottom: 30px;
	width: 141px;
}
/* detail end */

.header-pc{
    display: block;
}
.header-sp{
    display: none;
}
@media only screen and (max-width: 930px){
    html, body{
        height: 100vh;
        box-sizing: border-box;
        min-width: auto;
    }
    .header-pc{
        display: none;
    }
    .header-sp{
        display: block;
    }
    .notice-box{
        padding: 10px 0px;
        top: 60px;
    }
    .main{
        min-width: 930px;
    }
}




/* ipad start */
@media screen and (min-width: 1024px) and (max-width: 1200px){

}
@media screen and (min-width: 769px) and (max-width: 1023px){

}
/* ipad end */

/* iphone start */
@media only screen and (max-width: 768px){

}
/* iphone end */




