html {
	/* 1rem = 10px */
	font-size: 10px;
	/* 禁止iOS微信字体大小调整 */
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	transition: 1ms linear all;
}

body {
	font-size: 2.6rem;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-justify: inter-ideograph;
	background-color: #eee;
	transition: 1ms linear all;
	/* overflow-y: auto; */
}

[class*=cr-ab-] {
	position: absolute;
	z-index: 10;
	background-size: 100% 100%;
}

[class*=cr-fixed-] {
	position: fixed;
	z-index: 1000;
	background-size: 100% 100%;
}

[class*=cr-ab-btn-] {
	display: block;
	cursor: pointer;
	z-index: 200;
}

[class*=cr-btn-] {
	cursor: pointer;
}

[class*=cr-page-] {
	display: none;
	position: relative;
	width: 640px;
	min-height: 960px;
	margin: 0 auto;
	overflow: hidden;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: white;
}
@media only screen and (max-width: 640px) {
	[class*=cr-page-] {
		min-height: 100vh;
	}
}
.cr-page-loading{
	position: relative;
	width: 640px;
	height: 1040px;
	min-height: 100vh;
	margin: 0 auto;
	overflow: hidden;
	background-size: 100% auto;
	background-position: left top; 
	background-repeat: no-repeat;
	background-image: url(../img/index/bg.jpg?v=2);
	background-color: #5aa7b6;
}
.cr-ab-loading-bg{
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
}

.cr-ab-loading-bg:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cr-loading-box {
	position: absolute;
	left: 120px;
	top: 700px;
	display: inline-block;
	z-index: 20;
	width: 400px;
	height: 40px;
	border: 2px solid white;
}

.cr-loading-rate {
	position: relative;
	width: 0%;
	height: 36px;
	background-color: white;
}
.cr-loading-number {
	position: absolute;
	width: 400px;
	top: 60px;
	color: white;
	text-align: center;
	font-size: 40px;
	letter-spacing: 4px;
	font-weight: bold;
}

.cr-ab-music {
	position: absolute;
	height: 0;
	width: 0;
	opacity: 0;
	z-index: -1;
}

.cr-fixed-modal {
	display: none;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 4000;
	text-align: center;
}

.cr-fixed-modal:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.cr-overflow-hidden {
	overflow: hidden;
}

.cr-vote-content img {
	width: 100%;
	height: auto;
}

.cr-color {
	color: #f4b7b7 !important;
}

.cr-bg-color {
	background-color: #f4b7b7 !important;
}

.cr-border-color {
	border-color: #f4b7b7 !important;
}

.cr-img {
	width: 100%;
	height: auto;
}

.cr-page-loading {
	display: block;
}

#cr-alert-modal {
	background: none;
}

.cr-modal {
	width: 540px;
	background-color: white;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	animation: cr-modal .3s forwards ease-in-out;
	border-radius: 10px;
}

#cr-alert-modal>.cr-modal {
	max-width: 500px;
	width: auto;
	color: white;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 6px;
	padding: 10px 30px;
}

.cr-modal-head {
	position: relative;
	padding: 20px;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
}

.cr-modal-body {
	padding: 20px;
}

.cr-btn-modal {
	padding: 15px;
	border-radius: 10px;
	margin: 20px;
	text-align: center;
	color: white;
	font-size: 28px;
}

.cr-text-center {
	text-align: center;
}

.cr-text-left {
	text-align: left;
}
.cr-music-btn {
	display: none;
	position: fixed;
	top: 10px;
	right: calc(50vw - 310px);
	cursor: pointer;
	z-index: 999;
	width: 60px;
	height: 60px;
	background-image: url(../img/stop-music.svg);
	background-size: 100%;
	opacity: .8;

}
.cr-icon-spin {
	background-image: url(../img/play-music.svg);
	animation: cr-spin 1.6s infinite linear;
}
.cr-btn-close-modal{
	position: absolute;
	width: 40px;
	height: 40px;
	top: calc( 50% - 20px);
	right: 30px;
	background-image: url(../img/icon-close.png);
	background-position: center center;
	background-size: 24px 24px;
	background-repeat: no-repeat;
}

#cr-video-modal .cr-modal{
	width: 600px;
}


.cr-qr{
	width: 400px;
	height: 400px;
	display: block;
	margin: 100px auto 20px auto;
}
.cr-qr-text{
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
}