/* 入口分流弹出框（首页顶栏与公共头共用，样式全部挂在 .modal-login-mask 下以防主题覆盖） */
.modal-login-mask{
	display:none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(55,55,55,.6);
	height: 100%;
	z-index: 600;
}
.modal-login-mask .loginModal {
	position:fixed;
	left:50%;
	top:40%;
	margin-top:-176px;
	margin-left: -370px;
	visibility: inherit;
	z-index: 1021;
	width: 750px;
	height: 590px;
	border: none;
	border-radius: 0;
}
.modal-login-mask .lgin-header-div {
	border-width:0;
	position:absolute;
	left:0;
	top:0;
	width:750px;
	height:52px;
	background-color:rgba(169, 15, 16, 1);
	border:none;
	border-radius:5px 5px 0 0;
	box-shadow:none;
	font-size:16px;
	color:#FFFFFF;
	text-align:left;
}
.modal-login-mask .lgin-header-name-div {
	position:absolute;
	padding:2px 2px 2px 10px;
	box-sizing:border-box;
	width:100%;
	line-height: 46px;
	color:#fff;
}
.modal-login-mask .lgin-header-close-div{
	position: absolute;
	right: 15px;
	line-height: 44px;
	font-size: 28px;
	padding-top: 2px;
	color:#fff;
}
.modal-login-mask .lgin-header-close-div:hover{
	cursor: pointer;
}
.modal-login-mask .lgin-header-close-div p,
.modal-login-mask .lgin-header-close-div span{
	margin:0;
	padding:0;
	display:inline;
	float:none;
	width:auto;
	color:#fff;
}
.modal-login-mask .lgin-content-div{
	padding-top: 48px;
	background-color: #fff;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	box-sizing: border-box;
}
.modal-login-mask .lgin-content-ms-div {
	position: absolute;
	top: 72px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	/* 随内容增高；给足空间避免固定高度 + overflow:hidden 裁切末行 */
	height: auto;
	max-height: 290px;
	padding: 0 28px;
	overflow-x: hidden;
	overflow-y: auto;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	text-align: left;
	display: block;
}
.modal-login-mask .lgin-content-ms-div .login-ms-block{
	display: block;
	margin-bottom: 8px;
}
.modal-login-mask .lgin-content-ms-div .login-ms-title{
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
	line-height: 26px;
}
.modal-login-mask .lgin-content-ms-div .login-ms-body{
	display: block;
	text-indent: 2em;
	line-height: 26px;
	margin-bottom: 2px;
	text-align: left;
	float: none;
	width: auto;
}
.modal-login-mask .lgin-content-qfdq-div{
	display: flex;
	justify-content: center;
	top: 370px;
	position: absolute;
	width: 100%;
	text-align: center;
}
.modal-login-mask .lgin-content-yzw-item-div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	vertical-align: top;
	width: 44%;
	height: 210px;
	font-style: normal;
	font-size: 20px;
	border: 1px solid #ccc;
	margin: 0 auto;
	box-sizing: border-box;
	float: none;
}
.modal-login-mask .lgin-content-yzw-item-div:hover{
	cursor: pointer;
	border: 1px solid rgba(169, 15, 16, 1);
}
/* 红字与「点此登录」作为一组在白框内垂直居中，间距均衡（避免旧 padding-top / 过大上半区造成顶重） */
.modal-login-mask .lgin-content-yzw-item-div .yzwdq {
	height: auto;
	width: 100%;
	text-align: center;
	display: block;
	overflow: visible;
	padding: 0;
	box-sizing: border-box;
	flex: 0 0 auto;
}
.modal-login-mask .lgin-content-yzw-item-div .yzwdq .yzwdqzs{
	text-align: center;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
}
.modal-login-mask .lgin-content-yzw-item-div .yzwdq p,
.modal-login-mask .lgin-content-yzw-item-div .yzwdq span{
	margin:0;
	float:none;
	display:inline;
	width:auto;
}
.modal-login-mask .lgin-content-yzw-item-div .dlan {
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.5);
	width: 100%;
	margin-top: 36px;
	flex: 0 0 auto;
}
.modal-login-mask .lgin-content-yzw-item-div .dlan a{
	display: inline-block !important;
	float: none !important;
	width: auto !important;
	margin: 0 auto;
	text-decoration: none;
}
.modal-login-mask .lgin-content-yzw-item-div .dlan .tologin{
	display: inline-block !important;
	float: none !important;
	box-sizing: border-box;
	width: auto !important;
	min-width: 108px;
	padding: 2px 28px;
	border: 1px solid rgba(169, 15, 16, 1);
	border-radius: 10px;
	color: rgba(169, 15, 16, 1);
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}
.modal-login-mask .lgin-content-qfdq-item-div {
	display: inline-block;
	vertical-align: top;
	width: 44%;
	height: 210px;
	font-style: normal;
	font-size: 20px;
	border: 1px solid #ccc;
	margin: auto;
	box-sizing: border-box;
	float: none;
}
.modal-login-mask .lgin-content-qfdq-item-div:hover{
	cursor: pointer;
	border: 1px solid rgba(169, 15, 16, 1);
}
.modal-login-mask .lgin-content-qfdq-item-div .dqts {
	height: 150px;
	padding-top: 65px;
	text-align: center;
}
.modal-login-mask .lgin-content-qfdq-item-div .dlan {
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.5);
}
.modal-login-mask .lgin-content-qfdq-item-div .dlan a{
	display: inline-block !important;
	float: none !important;
	width: auto !important;
}
.modal-login-mask .lgin-content-qfdq-item-div .dlan .tologin{
	display: inline-block !important;
	float: none !important;
	box-sizing: border-box;
	width: auto !important;
	min-width: 108px;
	padding: 2px 28px;
	border: 1px solid rgba(169, 15, 16, 1);
	border-radius: 10px;
	color: rgba(169, 15, 16, 1);
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}
