html, body {
	height: 100%;
}

.main {
	max-width: 750px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-direction: column;
	background-color: #f6f8fa;
}

.player-wrap {
	position: relative;
}

#webPlayer {
	width: 100vw;
	height: 6rem;
	margin-top: -0.2rem;
}

.no-ctei {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/no_ctei.jpg);
	background-size: cover;
}

.no-ctei .mask {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
}

.no-ctei .plus {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	width: 1.333333rem;
	bottom: 0;
	margin: auto;
}

.has-ctei {
	position: absolute;
	z-index: 1;
	bottom: 0.2rem;
	left: 0;
	width: 100%;
}

.player-wrap .scan-error {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.453333rem;
	color: #fff;
}

.has-ctei .flex {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: rgba(98, 98, 98, .45);
	padding-top: 0.133333rem;
	padding-bottom: 0.133333rem;
}

.has-ctei .flex img {
	width: 0.666666rem;
	height: 0.666666rem;
}

.middle-contt {
	flex: 1;
	height: 1%;
	margin-top: -0.2rem;
	position: relative;
	z-index: 2;
	background: linear-gradient(to bottom, #fff, #ffe9e0);
}

.tab-0 {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.tab-0 .switch-btn {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}

.tab-0 .current-switch-btn-status {
	font-size: 0.35rem;
	text-align: center;
}

.tab-0 .switch-btn .item {
	position: relative;
	width: 2rem;
	height: 2rem;
	border-radius: 100%;
	overflow: hidden;
	box-shadow: 0 0 0.266666rem 0.066666rem #d7d7d7;
	background: linear-gradient(135deg, #c5c5c5, #7a7a7a);
}

.tab-0 .switch-btn .item.active.start {
	background: linear-gradient(135deg, #adf1d9, #9acebd);
}

.tab-0 .switch-btn .item.active.close {
	background: linear-gradient(135deg, #f8bcaa, #f86253);
}

.tab-0 .switch-btn .item.active.stop {
	background: linear-gradient(135deg, #f0e0ac, #ebcb64);
}

.tab-0 .switch-btn .item .text {
	position: absolute;
	z-index: 2;
	font-size: .8rem;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
}

.tab-0 .switch-btn .item .loading {
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.tab-0 .switch-btn .item .loading-bar1,
.tab-0 .switch-btn .item .loading-bar2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 0.133333rem solid transparent;
}

.tab-0 .switch-btn .item .loading-bar1 {
	z-index: 1;
	border-color: rgba(255, 255, 255, .46);
}

.tab-0 .switch-btn .item .loading-bar2 {
	z-index: 2;
	border-top-color: #fff;
	animation: circle 1s linear infinite;
}

.tab-0 .nav-tabs-group {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 0.35rem;
	border-radius: 0.133333rem;
	box-shadow: 0 0.133333rem 0.48rem 0 rgba(0, 0, 0, 0.05);
	margin-top: 0.4rem;
}

.tab-0 .nav-tabs {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tab-0 .nav-tabs + .nav-tabs {
	margin-top: 0.4rem;
}

.tab-0 .nav-tabs .item {
	flex: 1;
	position: relative;
}
 .nav-tabs .item .dot{
	 width: 5px;
	 height: 5px;
	 border-radius: 50%;
	 background-color: red;
	 position: absolute;
	 right: 15px;
 }
.tab-0 .nav-tabs .item img {
	width: 0.533333rem;
	height: 0.533333rem;
	margin-left: auto;
	margin-right: auto;
}

.tab-0 .nav-tabs .item h4 {
	margin-top: 0.266666rem;
	margin-bottom: 0;
	font-size: 0.35rem;
	text-align: center;
	font-weight: normal;
}

.tab-0 .open-record {
	margin-top: 0.666666rem;
	flex: 1;
	overflow-y: auto;
}

.tab-0 .open-record .has-data {
	height: 100%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.tab-0 .open-record .has-data .item {
	display: flex;
	align-items: center;
}

.tab-0 .open-record .has-data .item + .item {
	margin-top: 0.666666rem;
}

.tab-0 .open-record .has-data .item img {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 100%;
}

.tab-0 .open-record .has-data .item .info {
	flex: 1;
	width: 1%;
	margin-left: 0.266666rem;
}

.txt-overflow {
	display: inline-block;
	width: 2rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-right: 0.133333rem;
}

.tab-0 .open-record .has-data .item p {
	margin-top: 0;
	margin-bottom: 0;
	color: #7d7d7d;
	font-size: 0.32rem
}

.tab-0 .open-record .has-data .append-more {
	padding-top: 0.4rem;
	text-align: center;
	color: #bbb;
	font-size: .35rem;
	padding-bottom: 0.5rem;
}

.tab-0 .open-record .no-data {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .35rem;
	color: #777;
}

.tab-1 {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-1 .flex {
	position: relative;
	width: 4rem;
	height: 4rem;
	background-color: #fff;
	border-radius: 100%;
	box-shadow: 0 0.133333rem 0.48rem 0 rgba(0, 0, 0, 0.05);
	margin-left: auto;
	margin-right: auto;
}

.tab-1 .flex-wrap,
.tab-2 .flex-wrap {
	flex: 1;
}

.tab-1 .flex .img {
	position: absolute;
	z-index: 1;
	width: 1.333333rem;
	height: 1.333333rem;
	background-size: cover;
}

.tab-1 .caption,
.tab-2 .caption {
	font-size: .35rem;
	text-align: center;
	margin-top: 0.5rem;
	color: #bbb;
}

.tab-1 .flex .tp,
.tab-1 .flex .dn {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.tab-1 .flex .tp {
	top: 0;
}

.tab-1 .flex .dn {
	bottom: 0;
}

.tab-1 .flex .lft,
.tab-1 .flex .rt {
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
}

.tab-1 .flex .lft {
	left: 0;
}

.tab-1 .flex .rt {
	right: 0;
}

.tab-1 .flex .img img {
	width: 100%;
	height: auto;
}

.tab-2 {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab-2 img {
	width: 4rem;
	height: 4rem;
	margin-left: auto;
	margin-right: auto;
}

@keyframes circle {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}

.tab-0 .switch-btn .item .active-circle {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0054ab;
	border-radius: 100%;
	animation: scale 1s both;
}

@keyframes scale {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

.bottom-navbar {
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: #fff;
}

.bottom-navbar .item {
	padding-top: 0.266666rem;
	padding-bottom: 0.266666rem;
	flex: 1;
}

.bottom-navbar .item img {
	width: 0.666666rem;
	height: 0.666666rem;
	margin-left: auto;
	margin-right: auto;
}

.bottom-navbar .item h4 {
	text-align: center;
	font-size: 0.373333rem;
	margin-top: 0.2rem;
	margin-bottom: 0;
	color: #bfbfbf;
	font-weight: normal;
}

.bottom-navbar .item.active h4 {
	color: #FF8766;
	font-weight: bold;
}

.hd-dialog,
.play-sound-dialog {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hd-dialog .mask,
.play-sound-dialog .mask {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .45);
}

.hd-dialog .contt,
.play-sound-dialog .contt {
	position: absolute;
	z-index: 2;
	width: 90%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0.133333rem;
	background-color: #fff;
	padding: 0.333333rem;
	top: 50%;
	transform: translateY(-50%);
}

.hd-dialog .contt .title,
.play-sound-dialog .contt .title {
	text-align: center;
	margin-top: 0.266666rem;
	font-size: 0.35rem;
}

.hd-dialog .contt .input-group {
	display: flex;
	align-items: center;
}

.hd-dialog .contt .input-group label {
	font-size: 0.533333rem;
}

.hd-dialog .contt .input-group input,
.hd-dialog .contt .input-group select {
	flex: 1;
	width: 1%;
	height: 1.333333rem;
	margin-left: 0.266666rem;
	font-size: 0.533333rem;
	border-radius: 0.133333rem;
	padding-left: 0.266666rem;
	padding-right: 0.266666rem;
	border: 1px solid #b5b5b5;
	background-color: transparent;
}

.hd-dialog .contt .input-group  + .input-group {
	margin-top: 0.333333rem;
}

.hd-dialog .contt .btn-group,
.play-sound-dialog .contt .btn-group {
	margin-top: 0.333333rem;
}

.hd-dialog .contt .btn-group button,
.play-sound-dialog .contt .btn-group button {
	width: 100%;
	height: 1.2rem;
	line-height: 1.2rem;
	color: #fff;
	background-color: #FF8766;
	border-radius: 0.133333rem;
	border: 0;
	font-size: 0.48rem;
}

.play-sound-dialog .contt input {
	width: 100%;
	height: 1.333333rem;
	font-size: 0.533333rem;
	border-radius: 0.133333rem;
	padding-left: 0.266666rem;
	padding-right: 0.266666rem;
	border: 1px solid #b5b5b5;
	background-color: transparent;
}