/* 登录、注册弹出层 */
.fixed-alert-view {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.fixed-alert-view.active {
    display: flex;
}

.fixed-alert-view>div{
	width: 480px;
	background: #FFFFFF;
	border-radius: 3px;
	position: relative;
	padding: 32px 32px 40px 32px;
	box-sizing: border-box;
}
.fixed-alert-view>div>.colse-icon{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 14px;
	cursor: pointer;
}
.fixed-alert-view>div>.fixed-section1{
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}
.fixed-alert-view>div>.fixed-section1>.left-view{
	width: 1px;
	flex: 1 1 auto;
	color: #252525;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fixed-alert-view>div>.fixed-section1>.right-view{
	margin-left: 12px;
	flex-shrink: 0;
	color: #979797;
	line-height: 28px;
	font-size: 20px;
	padding-right: 28px;
	box-sizing: border-box;
}
.fixed-alert-view>div>.fixed-section1>.right-view>span{
	color: #3391FF;
	text-decoration: underline;
	cursor: pointer;
	user-select: none;
}
.fixed-alert-view>div>.fixed-section2{
	height: 42px;
	padding: 0 0 8px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #979797;
	font-size: 20px;
}
.fixed-alert-view>div>.fixed-section3{
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.fixed-alert-view>div>.fixed-section3>.item{
	width: 1px;
	box-sizing: border-box;
	height: 100%;
	border: 1px solid #f0f0f0;
	flex: 1 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #979790;
	font-size: 16px;
	cursor: pointer;
	user-select: none;
}
.fixed-alert-view>div>.fixed-section3>.item.active{
	background: #3391FF;
	border-color: #3391FF;
	color: #FFFFFF;
}
.fixed-alert-view>div>.fixed-section4{
	margin-top: 24px;
}
.fixed-alert-view>div>.fixed-section4>.item{
	border: 1px solid #CFCFCF;
	box-sizing: border-box;
	height: 56px;
	border-radius: 2px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	border-bottom: none;
}
.fixed-alert-view>div>.fixed-section4>.item:nth-last-of-type(1){
	border-bottom: 1px solid #CFCFCF;
}
.fixed-alert-view>div>.fixed-section4>.item>input{
	width: 1px;
	flex: 1 1 auto;
	height: 100%;
	border: none;
	outline: none;
	padding: 0 24px;
	box-sizing: border-box;
	font-size: 18px;
	color: #252525;
	background: rgba(0,0,0,0);
	position: relative;
	z-index: 1;
}
.fixed-alert-view>div>.fixed-section4>.item>.button{
	width: 154px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #252525;
	font-size: 20px;
	cursor: pointer;
}
.fixed-alert-view>div>.fixed-section4>.item>.button.disabled{
	color: #979797;
	cursor: auto;
}
.fixed-alert-view>div>.fixed-section4>.item>.line{
	flex-shrink: 0;
	width: 1px;
	height: 16px;
	background: #D0D0D0;
}
.fixed-alert-view>div>.fixed-section4>.item>.invisible-icon{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 24px;
	z-index: 9;
	cursor: pointer;
}
.fixed-alert-view>div>.fixed-section5{
	margin-top: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.fixed-alert-view>div>.fixed-section5>.left-view{
	width: 1px;
	flex: 1 1 auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.fixed-alert-view>div>.fixed-section5>.left-view>.check-box-view{
	position: relative;
}
.fixed-alert-view>div>.fixed-section5>.left-view>.check-box-view input{
	opacity: 0;
	position: absolute;
}
.fixed-alert-view>div>.fixed-section5>.left-view>.check-box-view>.text-view{
	position: relative;
	padding-left: 30px;
	line-height: 1.4;
	font-size: 20px;
	text-align: center;
}
.fixed-alert-view>div>.fixed-section5>.left-view>.check-box-view>.text-view:after{
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 3px;
	border: #999 1px solid;
}
.fixed-alert-view>div>.fixed-section5>.left-view>.check-box-view input:checked + .text-view:after{
	content: '\2713';
	background-color: #3391FF;
	border-color: #3391FF;
	line-height: 1;
	color: #fff;
}
.fixed-alert-view>div>.fixed-section5>.left-view>.text-view{
	color: #626262;
	font-size: 20px;
	line-height: 28px;
}
.fixed-alert-view>div>.fixed-section5>.left-view>.text-view>span{
	color: #0091FF;
	cursor: pointer;
	user-select: none;
}
.fixed-alert-view>div>.fixed-section5>.right-view{
	margin-left: 12px;
	font-size: 20px;
	line-height: 28px;
	flex-shrink: 0;
	color: #3391FF;
	cursor: pointer;
	user-select: none;
}
.fixed-alert-view>div>.fixed-section6{
	width: 100%;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3391FF;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	margin-top: 24px;
}
.fixed-alert-view>div>.fixed-section7{
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.fixed-alert-view>div>.fixed-section7>.item{
	color: #3391FF;
	font-size: 20px;
	line-height: 28px;
	cursor: pointer;
	user-select: none;
}