.result {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	z-index:2;
}

.result-wrapper{
  position: absolute;
}

.resultMain {
	width: 100%;
	position: relative;
	margin: 0 auto 0;
	top: 128px;
}

.result-box{
  width:720px;
  margin-left:30px;
}

.resultBg {
	display: block;
	width:720px;
	height:1056px;
  margin-left:30px;
}

.characterRole {
	display: block;
  width: 490px;
  position: absolute;
  left: 50%;
  top: 518px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 3;
}

.characterCover {
  display: block;
  width: 222px;
  position: absolute;
  left: 50%;
  top: 714px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  z-index: 2;
}

.result-character-name{
  font-size: 30px;
  color: #bdc0c4;
  font-family: zaozi;
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  top:886px;
}

.resultBtn {
	width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
  margin-top:28px;
}

.resultBtn img {
	display: block;
	width: 220px;
	height:61px;
	cursor: pointer;
}

.result-xing1 {
	display: block;
	width: 50px;
  position: absolute;
  left: -20px;
  top: 726px;
	animation: star 1s linear infinite;
	-webkit-animation: star 1s linear infinite;
}

.result-xing2 {
	display: block;
  width: 89px;
  position: absolute;
  left: -1px;
  top: 983px;
	animation: star 2s linear infinite;
	-webkit-animation: star 2s linear infinite;
}

.result-xing3 {
	display: block;
	width: 81px;
	position: absolute;
	right: -37px;
  top: 254px;
	animation: star 3s linear infinite;
	-webkit-animation: star 3s linear infinite;
}

.result-xing4 {
	display: block;
	width: 39px;
	position: absolute;
  right: 35px;
  top: 589px;
	animation: star 2s linear infinite;
	-webkit-animation: star 2s linear infinite;
}

.result-xing5 {
	display: block;
	width: 81px;
	position: absolute;
  right: -11px;
  top: 1105px;
	animation: star 3s linear infinite;
	-webkit-animation: star 3s linear infinite;
}