@charset "utf-8";
/* CSS Document */

/*-- 公用 begin --*/
*{margin:0; padding:0; font-family:"微软雅黑"; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;}
html {height: 100%; background: #EADDEC url('../images/sub/sub-bg.png') no-repeat center bottom; background-size: 100% 236px; background-attachment: fixed;}
body{height: 100%; overflow-x:hidden;}
li{list-style:none;}
a{text-decoration:none; cursor:pointer; display:block;}
img{border:none; display:block; max-width:100%;}
b{font-weight:bold;}
i{font-style:normal;}
.fl{float: left;}
.fr{float: right;}
.fc{clear: both;}
.off{display:none;}
/* 滚动条样式 */
::-webkit-scrollbar {
	width: 7px;
}
/* 滑块样式 */
::-webkit-scrollbar-thumb{
	background-color: #A638A9; 
	border-radius: 3px;
}
/*-- 公用 end --*/
.time-bar {
	height: 32px;
	background: #fff;
}
.header {
	height: 80px;
	width: 100%;
	background: url('../images/sub/sub-header-bg.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
}
.header .texts {
	flex: 1;
	padding-left: 17px;
	position: relative;
	margin: 15px 0 0 35px;
}
.header .texts .line {
	position: absolute;
	left: 0;
	top: 3px;
	display: block;
	width: 6px;
	height: 47px;
	background: #fff;
	border-radius: 2.5px;
}
.header .texts h3 {
	font-size: 32px;
	color: #fff;
	font-family: 'mnjcy';
	font-weight: normal;
}
.header .texts p {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
.header .back-btn {
	width: 134px;
	height: 47px;
	background: #fff;
	border-radius: 24px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 17px 33px 0 0;
}
.header .back-btn img {
	width: 30px;
	height: 30px;
	margin-left: 22px;
}
.header .back-btn p {
	font-size: 25px;
	color: #A638A9;
	margin-left: 10px;
}
