* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body,html {
	width: 100%;
	overflow-x: hidden;
	background: #333;
}
ul,ol,li {
	list-style-type: none;
}
@font-face{
     font-family: 'fzssz'; 
     src: url('../font/fzssz.TTF');
}
a {
	font-style: normal;
	text-decoration: none;
}
i {
	font-style: normal;
}

.page {
	width: 7.5rem;
	margin: auto;
	background: #fff;
}


::-webkit-scrollbar {
  width: .08rem;
  height: .08rem;
}
  
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  background-color:#dccee6;
}
  
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	background: #8a56ac;
}
.m_title_1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 2;
}
.m_title_1 span {
	display: inline-block;
	position: relative;
	font-size: .6rem;
	color: #713c9f;
	font-family: 'fzssz';
	margin-bottom: .2rem;
}
.m_title_1 span:before {
	content: '';
	display: inline-block;
	width: 2.33rem;
	height: .3rem;
	background: url(../images/icon_3.png);
	background-size: 100% 100%;
	position: absolute;
	left: -2.63rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.m_title_1 span:after {
	content: '';
	display: inline-block;
	width: 2.33rem;
	height: .3rem;
	background: url(../images/icon_4.png);
	background-size: 100% 100%;
	position: absolute;
	right: -2.63rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.m_title_1 p {
	font-size: .24rem;
	color: #713c9f;
}

.m_title_2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.m_title_2 span {
	display: inline-block;
	position: relative;
	font-size: .36rem;
	color: #713c9f;
	font-family: 'fzssz';
	margin-bottom: .2rem;
}
.m_title_2 span:before {
	content: '';
	display: inline-block;
	width: 2.33rem;
	height: .3rem;
	background: url(../images/icon_3.png);
	background-size: 100% 100%;
	position: absolute;
	left: -2.63rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.m_title_2 span:after {
	content: '';
	display: inline-block;
	width: 2.33rem;
	height: .3rem;
	background: url(../images/icon_4.png);
	background-size: 100% 100%;
	position: absolute;
	right: -2.63rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.m_title_2 p {
	color: #713c9f;
	font-size: .24rem;
	line-height: .36rem;
}
.tab_hd {
	position: relative;
	z-index: 2;
}
.tab_hd a {
	cursor: pointer;
	transition: background .2s;
}
.tab_bd {

}
.tab_item {
	display: none;
	opacity: 0;
	animation: tab_item 1s;
	animation-fill-mode: forwards;
}
@keyframes tab_item
{
	from {opacity: 0}
	to {opacity: 1}
}
.tab_item.active {
	display: block;
}

.m_btn_purple {
	width: 2.8rem;
	height: .8rem;
	background: url(../images/icon_6.png);
	background-size: 100% 100%;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: .3rem;
	font-family: 'fzssz';
}
.m_btn_yellow {
	width: 2.8rem;
	height: .8rem;
	background: url(../images/icon_7.png);
	background-size: 100% 100%;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: .3rem;
	font-family: 'fzssz';
}

.m_box {
	position: relative;
}
.m_box_zs {

}
.m_box_zs i {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	background-size: 100% 100%;
}
.m_box_zs i:nth-child(1){
	background-image: url(../images/box_1.png);
	left: 0;
	top: 0;
}
.m_box_zs i:nth-child(2){
	background-image: url(../images/box_2.png);
	right: 0;
	top: 0;
}
.m_box_zs i:nth-child(3){
	background-image: url(../images/box_3.png);
	right: 0;
	bottom: 0;
}
.m_box_zs i:nth-child(4){
	background-image: url(../images/box_4.png);
	left: 0;
	bottom: 0;
}
.m_box_zs i:nth-child(5){
	background-image: url(../images/box_5.png);
	height: calc(100% - 40px);
	width: 20px;
	left: 0;
	top: 20px;
}
.m_box_zs i:nth-child(6){
	background-image: url(../images/box_6.png);
	width: calc(100% - 40px);
	height: 20px;
	left: 20px;
	top: 0px;
}
.m_box_zs i:nth-child(7){
	background-image: url(../images/box_7.png);
	height: calc(100% - 40px);
	width: 20px;
	right: 0;
	top: 20px;
}
.m_box_zs i:nth-child(8){
	background-image: url(../images/box_8.png);
	width: calc(100% - 40px);
	height: 20px;
	left: 20px;
	bottom: 0px;
}


.part_1 {
	height: 20.25rem;
	width: 100%;
	margin: auto;
	position: relative;
	padding-top: 7rem;
}
.part_1:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 9.09rem;
	background-image: url(../images/m_bg_1.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0;
}
.part_1:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 11.26rem;
	background-image: url(../images/m_bg_2.png);
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
}
.part_1 .topt {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-around;
	margin-bottom: .4rem;
}
.part_1 .top {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-around;
	padding: 0 .2rem;
	margin-bottom: .8rem;
}
.part_1 .top a {
	width: 2.2rem;
	height: .65rem;
	font-size: .24rem;
}
.part_1 .game {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.part_1 .game .m_title_1 {
	margin-bottom: .5rem;
}
.part_1 .game .cards {
	width: 6.6rem;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: .3rem;
}
.part_1 .game .cards .item {
	width: 1.5rem;
	height: 1.95rem;
	margin-bottom: .3rem;
	position: relative;
	perspective: 1000;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	-o-perspective: 1000px;
	perspective: 1000px;
}
.part_1 .game .cards .item:nth-child(1) {
	margin-left: .7rem;
}
.part_1 .game .cards .item:nth-child(3) {
	margin-right: .7rem;
}
.part_1 .game .cards .item:nth-child(4) {
	margin-left: .7rem;
}
.part_1 .game .cards .item:nth-child(6) {
	margin-right: .7rem;
}
.part_1 .game .cards .item .front {
	backface-visibility: hidden;
	transition: 0.6s ease-out;
	-webkit-transition: .6s ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.part_1 .game .cards .item .front img {
	width: 100%;
	height: 100%;
}
.part_1 .game .cards .item .back {
	backface-visibility: hidden;
	transition: 0.6s ease-out;
	-webkit-transition: .6s ease-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.part_1 .game .cards .item .back img {
	width: 100%;
	height: 100%;
}
.part_1 .game .cards .item .front {
	z-index: 2;
	transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
}
.part_1 .game .cards .item .back { 
	z-index:1;
	transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
}
.part_1 .game .m_btn_purple {

}
.part_1 .game .cards .item.active .back {transform: rotateY(0deg); -webkit-transform: rotateY(0deg);-moz-transform: rotateY(0deg);-ms-transform: rotateY(0deg);-o-transform: rotateY(0deg); z-index:2;}
.part_1 .game .cards .item.active .front { transform: rotateY(180deg);-webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);-ms-transform: rotateY(180deg);-o-transform: rotateY(180deg); z-index:1}


.part_2 {
	width: 100%;
	margin: auto;
	height: 45rem;
	position: relative;
	padding-top: .6rem;
}
.part_2:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 7.01rem;
	background-image: url(../images/m_bg_3.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0;
}
.part_2:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 6.62rem;
	background-image: url(../images/m_bg_5.png);
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
}
.part_2 .m_title_1 {
	position: relative;
	z-index: 2;
	margin-bottom: .2rem;
}
.part_2 .top {
	display: flex;
	position: relative;
	z-index: 1;
	margin-bottom: .6rem;
	flex-direction: column;
}
.part_2 .top .role {
	width: 100%;
	height: 3.5rem;
	position: relative;
}
.part_2 .top .role:before {
	content: '';
	display: inline-block;
	width: 7.5rem;
	height: 3.92rem;
	background-image: url(../images/m_role_1.png);
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.part_2 .top .intro {
	width: 6.7rem;
	height: 6.6rem;
	padding: .4rem .3rem .4rem .4rem;
	margin: auto;
}
.part_2 .top .intro .inner {
	overflow: auto;
	width: 100%;
	height: 100%;
}
.part_2 .top .intro .inner div {
	margin-right: .2rem;
	border-bottom: 1px solid #ece2f2;
	margin-bottom: .2rem;
	padding-bottom: .2rem;
    display: flex;
    flex-direction: column;
}
.part_2 .top .intro h5 {
	font-size: .32rem;
	color: #662d8b;
	font-family: 'fzssz';
	padding-left: .25rem;
	position: relative;
	display: inline-block;
	margin-bottom: .1rem;
}
.part_2 .top .intro h5:before {
	content: '';
	display: inline-block;
	width: .2rem;
	height:.2rem;
	background: url(../images/icon_11.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.part_2 .top .intro p {
	font-size: .24rem;
	line-height: .36rem;
	color: #85649c;
	text-indent: 2em;
}
.part_2 .center{
	position: relative;
	z-index: 2;
}
.part_2 .center .fabao {
	width: 6.7rem;
	margin: auto;
	margin-bottom: .6rem;
}
.part_2 .center .fabao .tab_bd {
	height: 9rem;
}
.part_2 .center .skill {
	width: 100%;
	margin: auto;
	margin-bottom: .6rem;
}
.part_2 .center .skill .swiper-container {
	width: 100%;
	margin: auto;
}
.part_2 .center .skill .swiper-wrapper {
	width: 100%;
}
.part_2 .center .skill .swiper-slide {
	width: 5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: .5rem;
}
.part_2 .center .skill .swiper-slide .img {
	width: 4rem;
	height: 3.4rem;
}
.part_2 .center .skill .swiper-slide .img img {
	width: 100%;
	height: 100%;
}
.part_2 .center .skill .swiper-slide span {
	color: #662d8b;
	margin: .1rem 0;
	font-size: .32rem;
	display: inline-block;
	position: relative;
}
.part_2 .center .skill .swiper-slide span:before {
	content: '';
	display: inline-block;
	width: .05rem;
	height: .05rem;
	border: 1px solid #662d8b;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -.15rem;
	margin: auto;
}
.part_2 .center .skill .swiper-slide span:after {
	content: '';
	display: inline-block;
	width: .05rem;
	height: .05rem;
	border: 1px solid #662d8b;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -.15rem;
	margin: auto;
}
.part_2 .center .skill .swiper-button-prev {
	width: .26rem;
	height: .49rem;
	background-image: url(../images/icon_12.png);
	background-size: 100% 100%;
	margin: 0;
	left: 1rem;
	top: 1.8rem;
}
.part_2 .center .skill .swiper-button-next {
	width: .26rem;
	height: .49rem;
	background-image: url(../images/icon_13.png);
	background-size: 100% 100%;
	margin: 0;
	right: 1rem;
	top: 1.8rem;
}
.part_2 .center .skill .swiper-slide p {
	font-size: .24rem;
	line-height: .36rem;
	color: #85649c;
	padding: 0 1rem;
}
.part_2 .center .m_title_2 {
	margin-bottom: .2rem;
}
.part_2 .center .tab_hd {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .2rem;
}
.part_2 .center .tab_hd a {
	display: inline-block;
	width: 1.8rem;
	height: .6rem;
	margin: 0 .2rem;
	border: 1px solid #ece1f3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .28rem;
	color: #662d8b;
}
.part_2 .center .tab_hd a.active {
	background: #6e4894;
	color: #fff;
}
.part_2 .center .tab_bd {
	width: 100%;
	height: 6rem;
}
.part_2 .center .fabao .tab_item {
	padding: .5rem;
}
.part_2 .center .fabao .tab_item img {
	width: 100%;
	height: 2.3rem;
}
.part_2 .center .fabao .tab_item p {
	color: #85649c;
	font-size: .24rem;
	line-height: .36rem;
	text-indent:2em;
}
.part_2 .center .fabao .tab_item span {
	font-size: .32rem;
	color: #662d8b;
	display: block;
	text-align:center;
	margin: .1rem 0;
}
.part_2 .center .skill .tab_item{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	animation:  tab_item2 1s;
	animation-fill-mode: forwards;
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
}
@keyframes tab_item2
{
	from {}
	to {}
}
.part_2 .center .skill .tab_item.active {
	z-index: 2;
	opacity: 1;
	animation:  tab_item 1s;
	animation-fill-mode: forwards;
}






.part_2 .center .tab_item {

}
.part_2 .bottom {
	position: relative;
	z-index: 2;
}
.part_2 .bottom .m_title_2 {
	margin-bottom: .7rem;
}
.part_2 .bottom .tab_hd {
	display: flex;
	align-items: center;
	margin-bottom: .1rem;
	width: 100%;
	justify-content: center;
}
.part_2 .bottom .tab_hd a {
	display: inline-block;
	width: 1.8rem;
	height: .6rem;
	margin: 0 .2rem;
	border: 1px solid #ece1f3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .28rem;
	color: #662d8b;
}
.part_2 .bottom .tab_hd a.active {
	background: #6e4894;
	color: #fff;
}
.part_2 .bottom .tab_bd {
	width: 100%;
}
.part_2 .bottom .tab_bd .tab_item {
	padding-top: .4rem;
}
.part_2 .bottom .tab_bd .tab_item .inner {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.part_2 .bottom .tab_bd .tab_item .left {
	width: 6.7rem;
	line-height:.4rem;
	font-size: .24rem;
	color: #85649c;
	margin: auto;
}
.part_2 .bottom .tab_bd .tab_item .right {
	width: 5rem;
	height: 5rem;
	margin: auto;
	margin-bottom: .3rem;
}
.part_2 .bottom .tab_bd .tab_item .right img {
	width: 100%;
	height: 100%;
}


.part_3 {
	width: 100%;
	margin: auto;
	height: 21rem;
	position: relative;
	padding-top: .6rem;
}
.part_3:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 8.54rem;
	background-image: url(../images/m_bg_6.png);
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
}
.part_3 .m_title_1 {
	margin-bottom: .6rem;
}
.part_3 .rule {
	position: relative;
	z-index: 2;
	margin-bottom: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 .4rem;
}
.part_3 .rule .left {
	flex: 1;
	margin-right: .2rem;
	padding-left: .4rem;
}
.part_3 .rule .left p {
	color: #662d8b;
	font-size: .24rem;
	line-height: .36rem;
	position: relative;
	margin-bottom: .1rem;
}
.part_3 .rule .left p:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 1px solid #662d8b;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	margin: auto;
}
.part_3 .rule .right {
	width:1rem;
	height: 1rem;
	background-image: url(../images/icon_15.png);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: .28rem;
	font-family: 'fzssz'
}

.part_3 .prize {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 2;
	margin-bottom: .2rem;
	flex-wrap: wrap;
}
.part_3 .prize .item {
	width: 3.35rem;
	height: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: .2rem;
}
.part_3 .prize .item span {
	display: inline-block;
	position: relative;
	font-size: .32rem;
	color: #f43244;
	font-family: 'fzssz';
	margin-bottom: .2rem;
}
.part_3 .prize .item span:before {
	content: '';
	display: inline-block;
	width: 1.02rem;
	height: .19rem;
	background: url(../images/icon_2.png);
	background-size: 100% 100%;
	position: absolute;
	left: -1.2rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.part_3 .prize .item span:after {
	content: '';
	display: inline-block;
	width: 1.02rem;
	height: .19rem;
	background: url(../images/icon_1.png);
	background-size: 100% 100%;
	position: absolute;
	right: -1.2rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
.part_3 .prize .item div {
	width: 2.5rem;
	height: 2.4rem;
	background-image: url(../images/icon_10.png);
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: .1rem;
}
.part_3 .prize .item div img {
	width: 2.3rem;
	height: 1rem;
}
.part_3 .prize .item p {
	font-size: .24rem;
	line-height: .36rem;
	color: #662d8b;
	font-weight: bold;
} 
.part_3 .prize .item p i{
	color: #f54757;
	margin: 0 .02rem;
	font-style: normal;
}
.part_3 .m_btn_purple {
	position: relative;
	z-index: 2;
	margin: auto;
	margin-bottom: 1rem;
}

.part_3 .m_title_2 {
	position: relative;
	z-index: 2;
	margin-bottom: .1rem;
}
.part_3 .arc_box {
	width: 6.7rem;
	position: relative;
	z-index: 2;
	margin: auto;
	padding:  .3rem;
}
.part_3 .arc_box .item {
	display: flex;
	padding: .2rem 0;
	border-bottom: 1px solid #f5f1f7;
}
.part_3 .arc_box .item:last-child {
	border-bottom: none;
}
.part_3 .arc_box .item .left {
	width: 1.8rem;
	height: 1.4rem;
	margin-right: .2rem;
}
.part_3 .arc_box .item .left img {
	width: 100%;
	height: 100%;
}
.part_3 .arc_box .item .right {
	flex: 1;
	height: 1.4rem;
	position: relative;
	display: flex;
	flex-direction: column;
}
.part_3 .arc_box .item .right p {
	font-size: .16rem;
	color: #85649c;
	line-height: .2rem;
}
.part_3 .arc_box .item .right a.title {
	color: #662d8b;
	font-size: .2rem;
	margin-bottom: .1rem;
	display: inline-block;
}
.part_3 .arc_box .item .right a.btn {
	width: 1.2rem;
	height: .35rem;
	background: #6e4894;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: .16rem;
	font-weight: bold;
}

/* 弹窗 */
.popup {
  width: 100%;
  height:100%;
  position: fixed;
  z-index:3;
  top: 0;
  display: none;
}
.popup.active {
  display: block;
}
.popup_bg {
  animation: popup_bg .5s linear;
  animation-fill-mode: forwards;
  background:black;
  opacity: 0;
  width:100%;
  height:100%; 
}
@keyframes popup_bg {
  form {opacity:0}
  to {opacity:.7}
}
.popup .popup_box {
  width: 7rem;
  height:400px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0px;
}
.popup .popup_box:before {
	content: '';
	display: inline-block;
	height: calc(100% - 40px);
	width: calc(100% - 40px);
	position: absolute;
	top: 20px;
	left: 20px;
	background:#fff;
  	animation: popup_content .5s;
    opacity: 0;
    animation-fill-mode: forwards;
}
.popup .popup_box .zs i {
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
  	animation: popup_content .5s;
    opacity: 0;
    animation-fill-mode: forwards;
}
.popup .popup_box .zs i:nth-child(1){
	background-image: url(../images/b_1.png);
	left: 0;
	top: 0;
}
.popup .popup_box .zs i:nth-child(2){
	background-image: url(../images/b_2.png);
	right: 0;
	top: 0;
}
.popup .popup_box .zs i:nth-child(3){
	background-image: url(../images/b_3.png);
	right: 0;
	bottom: 0;
}
.popup .popup_box .zs i:nth-child(4){
	background-image: url(../images/b_4.png);
	left: 0;
	bottom: 0;
}
.popup .popup_box .zs i:nth-child(5){
	background-image: url(../images/b_5.png);
	height: calc(100% - 60px);
	width: 30px;
	left: 0;
	top: 30px;
	background-repeat:repeat-y;
}
.popup .popup_box .zs i:nth-child(6){
	background-image: url(../images/b_6.png);
	width: calc(100% - 60px);
	height: 30px;
	left: 30px;
	top: 0px;
	background-repeat:repeat-x;
}
.popup .popup_box .zs i:nth-child(7){
	background-image: url(../images/b_7.png);
	height: calc(100% - 60px);
	width: 30px;
	right: 0;
	top: 30px;
	background-repeat:repeat-y;
}
.popup .popup_box .zs i:nth-child(8){
	background-image: url(../images/b_8.png);
	width: calc(100% - 60px);
	height: 30px;
	left: 30px;
	bottom: 0px;
	background-repeat:repeat-x;
}

@keyframes popup_box {
  from {height: 0;}
  to {height: 400px;}
}
.popup_flower i {
  display: inline-block;
  width: 1.5rem;
  height: .4rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../static/popup_box_1.png);
  background-size: 100% 100%;
}
.popup_flower span {
  display: inline-block;
  width: 1.5rem;
  height: .4rem;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../static/popup_box_2.png);
  background-size: 100% 100%;
}
.popup_flower a {
  display: inline-block;
  width: 3rem;
  height: .4rem;
  position: absolute;
  top: -.4rem;
  left: 0;
  background-image: url(../static/popup_box_3.png);
  background-size: 100% 100%;
}
.popup_flower b {
  display: inline-block;
  width: 3rem;
  height: .4rem;
  position: absolute;
  top: -.4rem;
  right: 0;
  background-image: url(../static/popup_box_4.png);
  background-size: 100% 100%;
}
.popup .popup_box .popup_close {
  display: inline-block;
  width: .5rem;
  height:.5rem;
  position: absolute;
  right: 0rem;
  left: 0;
  bottom: 0;
  opacity: 0;
  margin: auto;
  animation: popup_close .5s .5s;
  animation-fill-mode: forwards;
  z-index: 10;
}
@keyframes popup_close {
  from {opacity: 0;transform: translateY(0)}
  to {opacity: 1;transform:translateY(.5rem)}
}
.popup .popup_box .popup_close i {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/icon_14.png);
  background-size: 100% 100%;
  transition: transform .5s;
}
.popup .popup_box .popup_close:hover i{
  transform: scale(.8);
}
.popup .popup_box .popup_content {
  width: 100%;
  height: 100%;
  animation: popup_content .5s .5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes popup_content {
  from {opacity: 0;}
  to {opacity: 1;}
}

.popup_1 {
  display: none;
}
.popup_1 .popup_box {
  width: 7rem;
  height: 350px;
  animation: popup_box_1 .5s ease-in-out;
  animation-fill-mode: forwards;
} 
@keyframes popup_box_1 {
  from {height: 0;}
  to {height: 7.4rem;}
}
.popup_1 .popup_content {
  padding-top: .1rem;;
}
.popup_1 .popup_content >p {
  color: #fff;
  text-align: center;
  padding: .3rem 0;
  font-size: .32rem;
  color: #662d8b;
  line-height: .5rem;
  font-weight: bold;
}
.popup_1 .popup_content .luck_draw {
  padding: 0 1rem;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup_1 .popup_content .luck_draw .item {
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
  display: -moz-box; /* Firefox 17- */  
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
  display: -moz-flex; /* Firefox 18+ */  
  display: -ms-flexbox; /* IE 10 */  
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: .2rem;
}
.popup_1 .popup_content .luck_draw .item .img {
  width: 1.5rem;
  height: 1.5rem;
  box-sizing: border-box;
  background: #f3eef7;
  background-size: 100% 100%;
}
.popup_1 .popup_content .luck_draw .item .img img {
	width: 100%; 
	height:100%;
}
.popup_1 .popup_content .luck_draw .item span {
  color: #662d8b;
  font-size: .24rem;
  height: .4rem;
  line-height: .4rem;
  position: absolute;
  bottom: 0;
}
.popup_1 .popup_content .luck_draw .item.active .img {
  box-shadow: 0 0 .1rem #DC8600;
  border: 1px solid #DC8600;
}
.popup_1 .popup_content .btns {
  text-align: center;
  display: flex;
  justify-content: center;
}
.popup_1 .popup_content .btns >div {

}
.popup_1 .popup_content .btns >div >div {
	  width: 2.5rem;
	  height: .8rem;
	font-size: .24rem;
	margin: 0 .2rem;
	margin-bottom: .1rem;
}
.popup_1 .popup_content .btns >div p {
	color: #666;
	font-size: .24rem;
}
.popup_1 .popup_content .btns a {
  display: inline-block;
  width: 2.3rem;
  height: .7rem;
  margin: 0 .2srem;
  position: relative;
  background-image: url(../static/btns.png);
  background-size: 5.2rem 5.5rem;
}
.popup_1 .popup_content .btns a.i1 {
  background-position: 0 0rem;
}
.popup_1 .popup_content .btns a.i1:hover {
  background-position: 2.6rem 0rem;
}
.popup_1 .popup_content .btns a.i2 {
  background-position: 0 -1.1rem;
}
.popup_1 .popup_content .btns a.i2:hover {
  background-position: 2.6rem -1.1rem;
}
.popup_1 .popup_content .btns a span {
  position: absolute;
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  text-align: center;
  bottom: -.3rem;
  left: 0;
  color: #fff;
  font-size: .16rem;
}
.popup_1 .popup_content .btns a span i {

}
.popup_1 .popup_content .btns .i1 {

}
.popup_1 .popup_content .btns .i2 {

}
.popup_1 .popup_content .tip {
  color: #ea4159;
  text-align: center;
  font-size: .16rem;
}
.popup_2 {
  display: none;
}
.popup_2 .popup_box {
  width: 7rem;
  animation: popup_box_2 .5s ease-in-out;
  animation-fill-mode: forwards;
} 
@keyframes popup_box_2 {
  from {height: 0;}
  to {height: 8rem}
}
.popup_2 .popup_content {
  text-align: center;
  padding-top: 20px;
}
.popup_2 .popup_content .get {
  text-align: center;
  line-height: .6rem;
  color: #662d8b;
  font-size: .32rem;
  color: #662d8b;
  line-height: .5rem;
  background-image: url(../static/popup_flower.png);
  background-size: 4rem 100%;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: bold;
}
.popup_2 .popup_content .get span {
  color: #f43244;
  margin: 0 .2rem;
}
.popup_2 .popup_content .tip {
  color: #9986a5;
  text-align: center;
  font-size: .24rem;
  margin-bottom: .4rem;
  padding-top: .2rem;
}
.popup_2 .popup_content .form {
  box-sizing: border-box;
  padding: 0 .4rem;
  margin-bottom: .4rem;
}
.popup_2 .popup_content .form label {
  display: flex;
  height: .8rem;
  box-sizing: border-box;
  border: 1px solid #d0b3e6;
  margin-bottom: .2rem;
  background: #f3eef7;
}
.popup_2 .popup_content .form label input {
  background: none;
  border: none;
  width: 100%;
  height: 100%;
  padding-left: .2rem;
  box-sizing: border-box;
  font-size: .24rem;
  color: #afb6cd;
}
.popup_2 .popup_content .m_btn_purple {
	margin: auto;
}
.popup_2 .popup_content a {
  display: inline-block;
  width: 2.6rem;
  height: 1.1rem;
  margin: 0 .5rem;
  position: relative;
  background-image: url(../static/btns.png);
  background-size: 5.2rem 5.5rem;
  background-position: 0 -2.2rem;
}
.popup_2 .popup_content a:hover {
  background-position: 2.6rem -2.2rem;
}
.popup_3 {
  display: none;
}
.popup_3 .popup_box {
  width:5rem;
  height: 3.7rem;
  animation: popup_box_3 .5s ease-in-out;
  animation-fill-mode: forwards;
} 
.popup_3 .popup_content {
  text-align: center;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
  display: -moz-box; /* Firefox 17- */  
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
  display: -moz-flex; /* Firefox 18+ */  
  display: -ms-flexbox; /* IE 10 */  
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@keyframes popup_box_3 {
  from {height: 0;}
  to {height: 2.5rem;}
}
.popup_3 .popup_content p {
  font-size: .32rem;
  color: #662d8b;
  line-height: .5rem;
  color: #662d8b;
  font-weight: bold;
}
.popup_3 .popup_content a {
  display: inline-block;
  width: 2.6rem;
  height: 1.1rem;
  margin: 0 .5rem;
  position: relative;
  background-image: url(../static/btns.png);
  background-size: 5.2rem 5.5rem;
  background-position: 0 -4.4rem;
}
.popup_3 .popup_content a:hover {
  background-position: 2.6rem -4.4rem;
}
.popup_4 {
  display: none;
}
.popup_4 .popup_box {
  width: 7rem;
  height: 8rem;
  animation: popup_box_4 .5s ease-in-out;
  animation-fill-mode: forwards;
} 
@keyframes popup_box_4 {
  from {height: 0;}
  to {height: 6rem;}
}
.popup_4 .popup_content {

}
.popup_4 .popup_content span {
  padding: .6rem .5rem .3rem .5rem;
  display: block;
  font-size: .32rem;
  color: #662d8b;
  line-height: .5rem;
  color: #662d8b;
  font-weight: bold;
}
.popup_4 .popup_content p {
  padding: 0 .5rem;
  font-size: .24rem;
  line-height: .36rem;
  color: #73637d;
  margin-bottom: .1rem;
}
.popup_4 .popup_content div {
  padding: 0 .5rem;
  font-size: .24rem;
  line-height: ..36rem;
  color: #73637d;
  margin-top: .5rem;
}

.popup_5 {

}
.popup_5 .popup_box {
  width: 8rem;
  height: 4.6rem;
  animation: popup_box_5.5s ease-in-out;
  animation-fill-mode: forwards;
} 
@keyframes popup_box_5 {
  from {height: 0;}
  to {height: 4.6rem;}
}
.popup_5 .popup_content {

}
.popup_5 .popup_content video {
  width: 100%;
  height: 100%;
}


.dialog {
  width:4rem;
  height: 1rem;
  background: #030509;
  position: fixed; 
  color: #fff;
  top: -1rem;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
  display: -moz-box; /* Firefox 17- */  
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
  display: -moz-flex; /* Firefox 18+ */  
  display: -ms-flexbox; /* IE 10 */  
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: .2rem;
  z-index: 99;
  display: none;
  animation: dialong .2s;
  animation-fill-mode: forwards;
  border: 1px solid #1c4d8c;
  box-sizing: border-box;
}
.dialog.active {
  display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
  display: -moz-box; /* Firefox 17- */  
  display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
  display: -moz-flex; /* Firefox 18+ */  
  display: -ms-flexbox; /* IE 10 */  
  display:flex;
}
@keyframes dialong {
  from {transform: translateY(0)}
  to {transform: translateY(120%)}
}

.video_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}
.video_popup .video_close {
  
}
.video_popup .video_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
}
.video_popup video {
  width: 60%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}



.tip {
    width: 6rem;
    height: 1rem;
    background: rgba(0,0,0,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    border-radius: .05rem;
    font-size: .24rem;
    display: none;
    text-align: center;
    line-height: 1rem;
}





