* {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	overflow-y: auto;
}

body {
	position: relative;
	background: #121c1f;
	color: white;
	background-image: url(../images/bg-high-res.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-overflow-scrolling: touch;
}

.header {
	padding: 0 15px !important;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background-color: rgba(0, 0, 0, .3);
	/* 	-webkit-box-shadow: 0 1px 6px #ccc; */
	/* 	box-shadow: 0 1px 6px #ccc; */
}

a, a:hover, a:active {
	color: white;
}

.layui-icon-play, .layui-icon-pause {
	font-size: 1.7rem;
}

.none {
	display: none !important;
}

.zanwei {
	height: 46px;
}

.controll {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.controll .title {
	font-size: 4rem;
	margin-top: 3rem;
}

.controll .subtitle {
	font-size: 14px;
	margin: 0.5rem auto;
}

.controll .quick-btns {
	margin: 2.2rem auto;
	display: flex;
	align-content: center;
	align-items: center;
}

.quick-btns .layui-btn {
	border-radius: 30px;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	border: 2px solid #fff !important;
	background-color: #ffffff00 !important;
}

.quick-btns .layui-btn, .quick-btns .layui-btn * {
	color: #fff !important;
	font-size: 20px;
	margin: auto;
}

.quick-btns .layui-btn:hover {
	background-color: rgba(255, 255, 255, .3) !important;
}

.quick-btns .layui-btn.active {
	background-color: rgba(255, 255, 255, .5) !important;
}

.fz80 {
	font-size: 80px !important;
}

.more-btns .layui-btn {
	min-width: 100px;
	margin: 0 20px;
}

.flex-center, .load1 .loadingIndicator {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.sound-list {
	margin: 2.1rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sound-item {
	position: relative;
	padding: 20px 30px;
	width: 150px;
	height: 180px;
}

.sound-item .sound-image {
	width: 100px;
	height: 100px;
	position: relative;
	margin: 0;
	margin-bottom: 1rem;
	background-color: transparent;
	border: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	margin-bottom: 1rem;
	cursor: pointer;
}

.sound-item .sound-image .loadingIndicator {
	opacity: 0;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	background-color: rgba(0, 0, 0, .6);
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.load0 .loadingIndicator, .load2 .loadingIndicator {
	display: none !important;
}

.load1 .loadingIndicator {
	opacity: 1 !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.sound-item .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-image: url(../images/sound_item_icons.png);
	width: 100px;
	height: 100px;
}

.sound-item .image.fill {
	opacity: 0.5;
}

.sound-item .sound-slider {
	width: 100px;
	margin: 0 auto;
	margin-top: 1rem;
}

.sound-slider .layui-slider {
	height: 8px;
}

.sound-slider .layui-slider-wrap-btn {
	width: 20px;
	height: 20px;
}

.sound-slider .layui-slider-wrap {
	top: -15px;
}

.full-slider .layui-slider {
	height: 3px;
}

.full-slider .layui-slider-wrap-btn {
	width: 10px;
	height: 18px;
	border-radius: 5px;
}

.full-slider .layui-slider-wrap {
	top: -23px;
}

.header .left-box {
	width: 140px;
	float: left;
	padding-right: 20px;
	height: 40px;
	display: flex;
	align-items: center;
	align-content: center;
}

.slider {
	display: block;
	width: 100%;
}

.none {
	display: none !important;
}

.tac {
	text-align: center !important;
}

.desc {
	margin: 0 auto;
	padding: 20px;
}

.layui-layer, .layui-form {
	color: #333;
}

.layui-layer .layui-form {
	padding: 10px 15px;
}

.layui-layer .layui-form-mid {
	height: 32px;
	line-height: 32px;
}

.layui-layer .input-cpslider {
	width: 70px;
}

.layui-layer .layui-slider-input {
	top: 0px;
}

.layui-layer .select-box .layui-btn {
	position: relative;
}

.layui-layer .select-box .layui-btn-normal:before {
	content: "\1005";
	position: absolute;
	right: 1px;
	top: -11px;
}