* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 16px/1.5 "microsoft yahei";
	color: #666;
	font-weight: normal;
	font-family: 'microsoft yahei';
}

body {
	overflow-x: hidden;
	font-family: 'microsoft yahei';
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a,
a:active,
a:link,
a:visited {
	text-decoration: none
}

a {
	color: #000;
}

input {
	outline: none;
}

img {
	vertical-align: middle;
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
}

/*  */
.atmosphere{overflow: hidden;background: linear-gradient(135deg,#4ade81,#3c86f2);transition: all 0.75s;position: relative;}
/* .atmosphere.status1{background: linear-gradient(135deg,#4ade81,#3c86f2);} */
.atmosphere.status1{background: linear-gradient(135deg,#faca15,#f97415);}
.atmosphere.status2{background: linear-gradient(135deg,#f9ab15,#f95716);}
.atmosphere.status3{background: linear-gradient(135deg,#fb923d,#ef4744);}
.atmosphere.status4{background: linear-gradient(135deg,#fc773c,#ef4457);}
.atmosphere.status5{background: linear-gradient(135deg,#f87070,#ec4998);}
.atmosphere.status6{background: linear-gradient(135deg,#f770b3,#ed49e8);}
.atmosphere.status7{background: linear-gradient(135deg,#c083fa,#d9292c);}
.atmosphere.status8{background: linear-gradient(135deg,#fe007d,#da1415);}
.atmosphere.status9{background: linear-gradient(135deg,#495463,#030303);}
.atmosphere-list{width: 580px;margin: auto;position: relative;}
.atmosphere-list .atmosphere-btn{position: absolute;right: -150px;bottom: 0;}
.atmosphere-list .atmosphere-btn a{display: block;width: 110px;background: rgba(255, 255, 255, 0.2);height: 50px;color: #fff;
text-align: center;line-height: 50px;border-radius: 10px;margin-top: 20px;}

.title{text-align: center;margin: 10px 0 20px;}
.title h3{font-size: 42px;color: #fff;font-weight: bold;}
.title p{font-size: 14px;color: #fff;}

.role{position: relative;}
.role .prev{position: absolute;left: 0;top: 0;bottom: 0;margin: auto;z-index: 9;display: flex;align-items: center;width: 25px;font-size: 0;}
.role .next{position: absolute;right: 0;top: 0;bottom: 0;margin: auto;z-index: 9;display: flex;align-items: center;width: 25px;
justify-content: flex-end;font-size: 0;}
.role .prev img,.role .next img{max-width: 100%;opacity: 0.2;transition: all 0.3s;}
.role .prev:hover img,.role .next:hover img{opacity: 1;}
.role-list{margin: 0 30px;overflow: hidden;}
.role-list li.on dl{border: 1px solid rgba(255, 255, 255, 0.4);}
.role-list li.on dl::before{display: block;}
.role-list dl{background: rgba(255, 255, 255, 0.2);border-radius: 10px;padding: 8px;border: 1px solid rgba(255, 255, 255, 0.2);
position: relative;cursor: pointer;margin-bottom: 11px;}
.role-list dl::before{position: absolute;left: 0;right: 0;bottom: -12px;content: "";width: 17px;height: 11px;margin: auto;display: none;
background: url(triangle.png) no-repeat center;}
.role-list dl dt{border-radius: 10px;font-size: 0;overflow: hidden;text-align: center;height: 70px;}
.role-list dl dt img{width: 100%;}
.role-list dl dd{color: #fff;text-align: center;font-size: 15px;padding: 10px 0 0;}

.atmosphere-list-item{background: rgba(255, 255, 255, 0.2);border-radius: 20px;margin: 20px 0 30px;padding: 20px 30px 30px;position: relative;
box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.05);}
.atmosphere-tip{text-align: center;color: #fff;opacity: 0.6;font-size: 14px;margin-bottom: 60px;}

.form{position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);z-index: 99;display: none;}
.form-list{width: 680px;height: 470px;background: url(form.png) no-repeat center;position: absolute;left: 0;right: 0;top: 0;bottom: 0;
margin: auto;background-size: 100%;}
.form-list form{margin: 50px 80px 0;}
.form-list form p{margin: 0px 0 10px 0;font-size: 16px;}
.form-list form p em{color: #ff4e00;}
.form-list form p span{color: #f67c34;font-weight: bold;font-size: 24px;margin: 0 5px;}
/* linear-gradient(180deg,#fdc845,#ff4e00 50%,#f67c34) */
.form-list form .form-widget{position: relative;}
.form-list form .form-widget span{position: absolute;left: 0;top: 0;font-size: 18px;color: #aa8c59;background: #fffcf3;}
.form-list form .form-widget textarea{border: none;background: none;resize: none;outline: none;text-indent: 54px;width: 100%;height: 280px;
margin-top: 2px;color: #333;font-size: 16px;}
.form-list form .form-btn{display: flex;justify-content: center;}
.form-list form .form-btn em{width: 118px;height: 34px;margin-left: 20px;font-size: 18px;text-align: center;line-height: 34px;color: #e5c89c;
cursor: pointer;border: 1px solid #e5c89c;border-radius: 5px;}
.form-list form .form-btn span{width: 120px;height: 36px;background: url(btn.png) no-repeat center;border: none;color: #fff;font-size: 18px;
background-size: 100%;text-align: center;line-height: 36px;cursor: pointer;}
.form-list form.noTip p{display: none;}
.form-list form.noTip .form-widget textarea{height: 320px;}

.currentRole{color: #fff;font-size: 16px;}
.currentRole img{margin-right: 3px;}

.line{
	position: relative;
	height: 100px;
	margin-top: 15px;
}
.line .tc{
	display: none;
}
.line p{
	/* position: absolute;
	right: 100%;
	top: 0; */
	width: 190px;
	height: 80px;
	padding: 10px;
	background: rgba(255, 255, 255, 0.15);
	display: none;
	border-radius: 20px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	text-align: center;
	position: relative;
	
}

.line p::before{
	position: absolute;
	right: 25px;
	bottom: -24px;
	margin: auto;
	content: '';
	width: 20px;
	height: 24px;
	background: url(rightAngle.png) no-repeat center;
	background-size: 100%;
}
.line p em{
	display: block;
	font-size: 16px;
	color: #fff;
}
.line .all{
	background: rgba(255, 255, 255, 0.15);
	padding: 0 10px;
	border-radius: 20px;
	color: #fff;
	height: 100px;
	text-align: center;
	float: right;
	width: 190px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.line .all b{
	color: #fde047;
	font-size: 36px;
	display: block;
	height: 40px;
	line-height: 44px;
	font-family: Arial;
}
.ProfilePicture-box{
	/* border: 1px solid #666; */
	margin: 20px auto;
	width: 260px;
	height: 260px;
	position: relative;
}
.ProfilePicture-box span{
	position: absolute;
	right: -110px;
	top: 30px;
	background: #ccc;
	font-style: italic;
	display: block;
	background: #fff;
	/* box-shadow: 0 0 5px 1px #ccc; */
	background: url(bz.png) no-repeat center;
	background-size: 100%;
	width: 109px;
	height: 95px;
	text-align: center;
	font-weight: bold;
	/* line-height: 100px; */
	font-size: 18px;
	pointer-events: none; 
	display: none;
	z-index: 10;
	font-family: arial;
	color: #fff;
	text-stroke: 1px red;
	-webkit-text-stroke: 1px red;
}

.ProfilePicture-box span.bz{
	
	animation: bzAni 0.1s linear forwards;
}
@keyframes bzAni {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.5);
	}
}
.ProfilePicture-box span b{
	display: block;
	
	font-size: 40px;
	line-height: initial;
	line-height: 44px;
	height: 40px;
	margin-top: 10px;
	color: red;
	background: linear-gradient(to bottom, #ff3e06, #fea302);
	-webkit-background-clip: text;
	color: transparent;
	background-clip: text;
	text-stroke: 2px #fff;
	-webkit-text-stroke: 2px #fff;
}

.ProfilePicture{
	width: 100%;
	height: 100%;
	cursor: url('boxing.png') 0 0,auto;
	border-radius: 50%;
	overflow: hidden;
	/* perspective: 400px; */
	font-size: 0;
	position: relative;
}

.ProfilePicture img{
	width: 100%;
	/* display: none; */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 7;
	opacity: 0;
	transition: all 0.3s;
	/* transform-style: preserve-3d; */
}
.ProfilePicture img:nth-child(1){
	z-index: 8;
	opacity: 1;
}
.ProfilePicture.vibrate{
	animation: vibrateAni 0.1s ease-out forwards;
}
.ProfilePicture:hover{
	/* animation: vibrateAni 0.2s ease-out forwards; */
}

@keyframes vibrateAni {
	0% {
		margin: 0;
	}
	25% {
		margin: 0 0 0 10px;
	}
	50% {
		margin: 0;
	}
	75% {
		margin: 0 0 0 -10px;
	}
	100% {
		margin: 0;
	}
}


/* 波纹圆圈样式 */
.ripple {
	position: absolute;
	z-index: 9;
	width: 25px;
	height: 25px;
	/* background-color: rgba(0, 123, 255, 1); */
	border-radius: 50%;
	transform: translate(50%, -50%, 20%);
	pointer-events: none; 
	animation: ripple-effect 0.5s ease-out forwards;
	/* transform: rotate3d(1, 1, 0, -10deg); */
	/* transform: rotate(30deg); */
	/* display: flex; */
	/* align-items: center; */
	/* justify-content: center; */
}
/* 扩散动画 */
@keyframes ripple-effect {
	0% {
		width: 75px;
		height: 75px;
		opacity: 0.8;
	}
	100% {
		width: 20px;
		height: 20px;
		opacity: 0.35;
	}
}
.ripple.ripple2{
	animation: ripple2-effect 0.5s ease-out forwards;
}
@keyframes ripple2-effect {
	0% {
		width: 20px;
		height: 20px;
		opacity: 0.35;
	}
	100% {
		width: 0px;
		height: 0px;
		opacity: 0;
	}
}
/*  */
.ripple b{
	width: 140%;
	height: 140%;
	background: url(boxing.png) no-repeat center;
	background-size: 100%;
	display: block;
	margin: auto;
}

.process{
	/* width: 400px; */
	height: 10px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 10px;
	margin: 50px auto 15px;
	overflow: hidden;
	padding: 1px;
}
.process p{
	border-radius: 10px;
	height: 10px;
	width: 0;
	transition: all 0.3s;
	background: #ffdf4a;
}
.process p.status1{background: linear-gradient(to right,#ffdf4a,#f99c3c);}
.process p.status2{background: linear-gradient(to right,#ffdf4a,#f45f2f);}
.process p.status3{background: linear-gradient(to right,#ffdf4a,#ef3125);}
.process p.status4{background: linear-gradient(to right,#ffdf4a,#bf0303);}

.process-tip{
	color: #fff;
	text-align: center;
	font-size: 14px;
	opacity: 0.8;
	display: none;
}
.process-end{
	display: none;
}
.process-btn{
	text-align: center;
	font-size: 0;
}
.process-btn span{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 0 25px;
	background: linear-gradient(180deg,#fdc845,#ff4e00 50%,#f67c34);
	cursor: pointer;
	border-radius: 48px;
	margin-top: 10px;
	overflow: hidden;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
/* .矩形_879 {
  background-image: -moz-linear-gradient( 90deg, rgb(246,125,53) 0%, rgb(255,78,0) 50%, rgb(253,200,69) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(246,125,53) 0%, rgb(255,78,0) 50%, rgb(253,200,69) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(246,125,53) 0%, rgb(255,78,0) 50%, rgb(253,200,69) 100%);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 860px;
  top: 782px;
  width: 200px;
  height: 48px;
  z-index: 861;
} */


.cover-box{background: linear-gradient(135deg,#4ade81,#3c86f2);opacity: 0.75;}
.cover{position: fixed;left: 0;top: 0;right: 0;bottom: 0;margin: auto;overflow: hidden;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);}
.cover img{width: 100%;height: 100%;}
.cover img.pc{display: block;}
.cover img.wap{display: none;}
.cover div{position: absolute;left: 0;right: 0;bottom: 7.3%;text-align: center;display: flex;justify-content: center;}
.cover div span{margin-right: 3.5%;cursor: pointer;transition: all 0.3s;}
.cover div a{transition: all 0.3s;}
.cover div img{height: auto;}
.cover div span:hover{margin-top: -10px;}
.cover div a:hover{margin-top: -10px;}

.rule{position: fixed;margin: auto;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);display: flex;justify-content: center;
align-items: center;}
.rule-list{width: 55%;max-height: 80%;background: #fff;border-radius: 10px;padding: 20px;box-sizing: border-box;}
.rule-list>h3{color: #333;font-size: 20px;padding-bottom: 15px;position: relative;border-bottom: 1px solid #eee;margin-bottom: 15px;}
.rule-list>h3 img{position: absolute;right: 0;top: 0;width: 30px;margin: auto;cursor: pointer;transition: all 0.5s;}
.rule-list>h3 img:hover{transform: rotateY(180deg);}
.rule-list>div{font-size: 16px;max-height: calc(100% - 100px);overflow: auto;height: auto;}
.rule-list>div *{max-width: 100%;}

@media only screen and (max-width:750px){
	.atmosphere-list{width: auto;margin: 0 0.25rem;}
	.title{margin: 0.5rem 0;}
	.title h3{font-size: 0.5rem;}
	.title p{font-size: 0.24rem;}
	.role-list{margin: 0 0.4rem;}
	.role .prev{width: 0.4rem;}
	.role .next{width: 0.4rem;}
	.role-list dl{padding: 0.1rem;border-radius: 0.1rem;margin-bottom: 0.16rem;}
	.role-list dl::before{height: 0.16rem;bottom: -0.16rem;width: 0.24rem;}
	.role-list dl dt{border-radius: 0.1rem;height: 1.16rem;}
	.role-list dl dd{font-size: 0.26rem;padding-top: 0.1rem;}
	
	.atmosphere-list-item{margin: 0.4rem 0;border-radius: 0.2rem;padding: 0.25rem 0.25rem 0.5rem;}
	.currentRole{font-size: 0.3rem;}
	.line{margin-top: 0.25rem;height: 1.5rem;}
	.line .all{width: 48%;border-radius: 0.2rem;box-sizing: border-box;padding: 0 0.2rem;height: 1.5rem;font-size: 0.28rem;}
	.line .all b{font-size: 0.56rem;height: 0.6rem;line-height: 0.7rem;}
	.line .tc{width: 48%;}
	.line p{width: 100%;box-sizing: border-box;border-radius: 0.2rem;padding: 0.2rem;height: 1.5rem;}
	.line p::before{width: 0.3rem;height: 0.36rem;bottom: -0.36rem;right: 0.4rem;}
	.line p em{font-size: 0.28rem;height: auto;max-height: 100%;overflow: auto;}
	.ProfilePicture-box{width: 5rem;height: 5rem;margin: 0.5rem auto;}
	.ProfilePicture-box span{right: -0.75rem;width: 1.8rem;height: 1.6rem;top: 0.2rem;font-size: 0.3rem;color: red;-webkit-text-stroke: initial;}
	.ProfilePicture-box span b{font-size: 0.6rem;height: 0.7rem;line-height: 0.7rem;margin-top: 0.2rem;}
	.process{height: 0.15rem;border-radius: 0.15rem;margin: 0.5rem auto 0.2rem;}
	.process p{height: 100%;border-radius: 0.15rem;}
	.process-tip{font-size: 0.24rem;}
	.atmosphere-tip{font-size: 0.24rem;margin-bottom: 1rem;}
	.atmosphere-list .atmosphere-btn{position: relative;right: initial;bottom: initial;display: flex;justify-content: space-between;
	flex-wrap: wrap;}
	.atmosphere-list .atmosphere-btn a{width: 2rem;font-size: 0.28rem;height: 0.76rem;line-height: 0.76rem;border-radius: 0.1rem;
	margin-top: 0.25rem;width: 48%;width: 100%;}
	
	/* .cover{transform: rotate(90deg);} */
	.cover{border-radius: 0;}
	.cover img{height: 100%;}
	.cover img.pc{display: none;}
	.cover img.wap{display: block;}
	.cover div{display: block;}
	.cover div span{margin: 0;}
	.cover div img{height: auto;width: 55%;margin: 0.2rem 0 0 0;}
	.rule-list{margin: 0;padding: 0.25rem;border-radius: 0.15rem;width: 80%;}
	.rule-list>h3{font-size: 0.32rem;padding-bottom: 0.2rem;margin-bottom: 0.2rem;}
	.rule-list>h3 img{width: 0.44rem;}
	.rule-list>div{font-size: 0.28rem;line-height: initial;}
	
	.form-list{width: 100%;height: 5.2rem;}
	.form-list form{margin: 0.45rem 0.8rem 0;}
	.form-list form p{margin: 0rem 0 0.1rem 0;font-size: 0.26rem;}
	.form-list form p span{font-size: 0.36rem;margin: 0 0.06rem;}
	.form-list form .form-widget{margin-top: 0.15rem;}
	.form-list form .form-widget span{font-size: 0.3rem;}
	.form-list form .form-widget textarea{font-size: 0.28rem;text-indent: 0.9rem;margin-top: 0;height: 2.5rem;}
	.form-list form .form-btn span{width: 2rem;height: 0.6rem;font-size: 0.3rem;border-bottom: 1px solid #e5c99b;box-sizing: content-box;
	border-radius: 0.1rem;line-height: 0.6rem;}
	.form-list form .form-btn em{width: 2rem;height: 0.6rem;font-size: 0.3rem;line-height: 0.6rem;border-radius: 0.1rem;}
	.form-list form.noTip .form-widget textarea{height: 3.4rem;}
	.role .prev img,.role .next img{opacity: 0.5;}
	
	.process-btn span{font-size: 0.28rem;height: 0.76rem;line-height: 0.76rem;border-radius: 0.76rem;padding: 0 0.4rem;margin: 0.15rem auto;}
	
}