/**
 * 总登录页页面样式、总主页面样式
 * 2019/12/05
 * hb60027
 */
@charset "utf-8";
*{
	padding:0;
	margin:0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;}

body {
	font-family: PingFangSC-Regular,Microsoft YaHei, "微软雅黑";
}
/*视频焦点事件*/
video:focus{
	outline: none;/*去除轮廓线*/
}
/*a标签鼠标经过时*/
a:hover{
	text-decoration: none;/*去除下划线*/
}
/*a标签焦点事件*/
a:focus{
	outline: none;/*去除轮廓线*/
	text-decoration: none;/*去除下划线*/
}
.b-answer{
	overflow: auto;
}
.b-answer-hidden{
	overflow: hidden;
}
.web-bg{
	position:fixed;/*固定定位*/
	top: 0;/*距上0px*/
	left: 0;/*距左0px*/
	width: 100vw;
	height: 100vh;
	z-index:-10;/*层级*/
	zoom: 1;
	background-color:black;/*背景颜色*/
}
.web-bg img{
	width: 100vw;
	height: 100vh;
}
.web-bg video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}


/* --------------------------------------新登录页样式----------------------------------------*/

/* ------------------顶部-------------------- */
/*退出*/
.exit{
	width: 100vw;
	height: 8.33vh;
	padding: 1vh;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.dl2{
	height: 5vh;
	width: 5vh;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 0.63vw;
}
.dl2 img{
	width:40%;
}
/*退出单击时*/
.dl2:hover{
	background-color:rgba(0,0,0,0.1);
}
.dl2:active{
	background-color:#ff0000;
}
/* ------------------中间内容区-------------------- */
.login{
	width: 100vw;
	height: 83.34vh;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: flex-start;
}
/*logo*/
.d-logo{
	height: 16.67vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.d-logo-pic{
	height:8.4vh;/*高度*/
	display: inline-block;/*转为行内块元素*/
	filter: drop-shadow(-0.36vw 0.64vh 0.36vw rgba(0,0,0,0.5));
}
.d-logo-pic>img{
	height: 8.4vh;/*高度*/
}
/* 字体logo */
.d-logo-pic span{
	font-size: 8.8vh;
	line-height: 1;
	font-weight: bold;
	font-family: 'Source Han Sans CN';
	background: linear-gradient(to right, #fbe2ba 10%,#f8c06b 50%,#fbe2ba 90%);
	-webkit-background-clip: text;
	color:transparent;
	vertical-align: middle;
	display: block;
	letter-spacing: 5px;
	text-align: center;
	padding-left: 10px;
}

.dl1{
	height:66.67vh;
	display: flex;
	align-items: center;
	justify-content: center
}
/*表单*/
.d-login-form{
	width: 28.125vw;
	margin: auto;
	height: 41.67vh;
	padding:2.81vw;
	background-color: #A10000;
	box-sizing: border-box;
	border-radius: 1vw;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 15.6vh;
	box-shadow: -0.36vw 0.64vh 0.6vw rgba(0,0,0,0.4);
}
/*用户名和密码*/
.inp-user{
	width: 100%;
	height: 7vh;
	margin: 2.84vh 0 0 0;
	border-radius: 0.63vw;
	letter-spacing: 1px;
	font-size: 1.14vw;
	padding-left: 2vh;
	color: #fff;
	background-color:rgba(0,0,0,0.2);
	border:rgba(0,0,0,0.2);
	padding: 0 1vw;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition-delay: 99999s;
	-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.inp-user:first-child{
	margin-top: 0;
}
.inp-user:focus{
	box-shadow: 0 0 0 2px #fff;
}
.ys001:focus{
	box-shadow: unset;
}
input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder{
	color: #f3f6f9;
}
input[type=text]::-moz-input-placeholder,input[type=password]::-moz-input-placeholder{
	color: #f3f6f9;
}
/*提示信息文本*/
.h5-tip{
	text-align: left;
	color: #fff;
	font-size: 1.14vw;
	height: 1.14vw;
	width: 100%;
	margin: 2.84vh 0 0 0;
	line-height: 1;
	padding-left: 1vw;
	letter-spacing: 1px;
	/*display: none;*/
}
/*登录按钮*/
.dl-register{
	width: 100%;
	height: 7vh;
	margin: 2.84vh 0 0 0;
	border-radius: 0.63vw;
	font-size: 1.14vw;
	background-color:#C70000;
	box-sizing: border-box;
	display: block;
	color: #fff;
	letter-spacing: 1px;
	/* 	margin-bottom: 1.5vh; */
	padding: 0;
}
.dl-register:hover{
	color: #fff;
	background-color:#d30000;
}
.dl-register:active{
	outline: none!important;
	color: #fff;
	background-color:#ff0000;
	border: unset !important;
	box-shadow: 0 0 0 2px #fff;
}
.dl-register:focus{
	outline: none!important;
	color: #fff;
}
.b-register:hover{
	color:#fff;/*文本颜色*/
}
/* ------------------底部-------------------- */
.bottom{
	width: 100%;
	height: 8.33vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* ---------隐私复选框------------ */
.ysdl1 input{
	margin: 0;
	margin-right: 0.5vw;
}
input[type="checkbox"] {
	width: 1.3vw;
	height: 2.2vh;
	outline: none;
}
.ysdl2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.ysdl2 a{
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.63vw;
}
.ys001 span{
	color: #fff!important;
	font-size: 1.14vw;
	line-height: 2vh;
	letter-spacing: 1px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: #8A0000; */
	width: 8.44vw;
	height: 5vh;
	border-radius: 0.63vw;
}
.ys001 span:hover {
	background-color:rgba(0,0,0,0.1);
	text-shadow: none;
	border: none;
}
.ys001 span:active {
	background-color: #ff0000;
	text-shadow: none;
	border: none;
}
/* --------------------------------------新登录页样式结束----------------------------------------*/


/*退出*/
.a-exit{
	position: fixed;
	right: 0;
	top: 0;
	display: inline-block;
	width: 4.43vw;
	height: 7vh;
	line-height: 7vh;
	text-align: center;
	font-size: 0;
}
.a-exit img{
	width: 1.15vw;
	filter:drop-shadow(-3px 4px 1px rgba(0,0,0,0.5));
}
/*退出单击时*/
.a-exit:active{
	background-color: #a20000;
}
/*登录按钮鼠标经过时*/
.b-register:focus{
	outline: none!important;
	color:#fff;/*文本颜色*/
}
.b-register:active{
	color:#fff!important;/*文本颜色*/
	outline: none;
	background-color: #a20000;/*背景颜色*/
}
/*表单文本*/
.d-form-text{
	text-align: center;/*文本居中*/
	color: #797878;/*文本颜色*/
	margin: 5.5vh auto 0;/*自动居中*/
	font-size: 14px;/*字号大小*/
}
.dl003{
	text-align: center;
	background: rgba(0,0,0,0.05);
	color: #fff;
	width: 75%;
	margin: 4vh auto 0vw;
	height: 16vh;
	display: block;
	line-height: 2vh;
	font-size: 2.8vh;
	border-radius: 8px;
	animation: dh001 1s ease;
	padding: 4.2vh;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.8);
	box-shadow: -0.63vw 1.11vh 0.63vw rgba(0,0,0,0.5);
}
/* @keyframes dh001{
0%{
opacity: 0;
transform: scale(0.2);
}
100%{
opacity: 1;
transform: scale(1);
}
} */
.dl004{
	margin-right: 3vw;
}
.dl005{
	text-align: center;
	color: #fff;
	display: block;
	line-height: 9vh;
	font-size: 2.8vh;
	animation: dh001 1s ease;
}
.dl006{
	height: 10vh!important;
	padding: 0;
	line-height: 10vh!important;
}
.dl007{
	width: 100vw;
	display: flex;
	justify-content: center;
}
.dl008{
	height: 6vh;
	margin-top: 2vh;
	filter: drop-shadow(-5px 5px 2px rgba(0,0,0,0.5));
}
.dl009{
	height: 6vh;
	margin-right: 2vw;
	margin-top: 2vh;
	filter: drop-shadow(-5px 5px 2px rgba(0,0,0,0.5));
}
/* .d-bottom{
height: 16.67vh;
display: flex;
align-items: center;
justify-content: center;
} */
@media screen and (max-width:768px){
	.d-login-form{
		width: 30vw;
		height: 47vh;
	}
	.b-register {
		width: 24vw;
	}
	.inp-user {
		width: 24vw;
	}
	.dl-register{
		width: 24vw;
	}
	.dl003{
		border-radius: 5px;
		line-height: 4vh;
		padding: 3.5vh 0;
		width: 80%;
	}
	.dl005{
		border-radius: 5px;
		line-height: 4vh;
		padding: 2vh;
	}
	.dl006 {
		padding: 0;
	}
}
.dl010{
	margin: 7vh auto 0vw;
}
.dl011{
	color: #fff;
	font-size: 7vh;
	letter-spacing: 0.8vw;
}
.dl012{
	padding-top: 9vh;
}
.dl013{
	height: 10vh;
	vertical-align: top;
	margin-right: 2vw;
}


/* 更多应用 */
.foot-moreApp{
	width: 12vw!important;
	background: rgba(0, 0, 0, 0.1);
	background-size: 40%;
	color: #fff!important;
	display: flex!important;
	align-items: center;
	justify-content: center;
	font-size: 2vh;
	font-family: PingFang SC,Microsoft YaHei, "微软雅黑";
}
.foot-moreApp img{
	margin-right: 0.4vw;
	height: 3vh;
}

/* 弹出框 */
.dlmt{
	height: 60vh;
	width: 60vw;
	border-radius: 1.25vw;
	-webkit-box-shadow: -0.36vw 0.64vh 0.36vw rgba(0,0,0,0.5);
	box-shadow: -0.36vw 0.64vh 0.36vw rgba(0,0,0,0.5);
	margin: auto;
}
.dlmt::-webkit-scrollbar {
	display:none;
}
.modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
}
.modal-content {
	border: 0;
	box-shadow: none;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #a20000;
}
.dlmt-title{
	font-size: 3vh;
	color: #fff;
	padding: 2vh 2vw;
	text-shadow: 0px 2px 2px rgb(0 0 0 / 80%);
}
.dlmt-con{
	overflow: hidden;
	padding: 2vh 2vw;
}
.dlmt-con ul{
	height: 100%;
	margin: 0;
	overflow-y: scroll;
}
.dlmt-con ul::-webkit-scrollbar{
	display: none;
	opacity: 0;
}
.dlmt-con .dc-item{
	color: #fff;
	font-size: 2.4vh;
	text-shadow: 0px 2px 2px rgb(0 0 0 / 80%);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 0 4vh;
	text-align: justify;
	letter-spacing: 0.2vw;
}
.dlmt-con .dc-item:last-child{
	margin-bottom: 0;
}
.dlmt-con .dc-con{
	padding-left: 0.4vw;
}
.dlmt-con .dc-con p{
	margin: 0;
}
.dlmt-con .dc-con p:last-child{
	padding-top: 1vh;
	line-height: 1.8;
}
.dlmt-confirm{
	width: 9vh;
	color: #fff!important;
	font-size: 1.8vh;
	font-family: 'PingFang SC';
	letter-spacing: 1px;
	background: rgba(0, 0, 0, 0.15);
	border-radius: 16px;
	box-shadow: none;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.7);
}
.dlmt-confirm:first-child{
	margin-right: 2vw;
}
.foot-item-tcc.dlmt-confirm:active{
	background-color: #a20000;
	box-shadow:  inset 0 0 0 2px #fff!important;
}

/* 左上角logo */
.d-logo-company{
	text-align: left;
	padding-left: 3vw;
	position: relative;
	top: -1vh;
}
.d-logo-company img{
	height: 5vh;
	filter: drop-shadow(-3px 4px 1px rgba(0,0,0,0.5));
}

input[type="checkbox"]{
	width: 1.6vw;
	height: 2.8vh;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	position: relative;
	margin-right: 1vw;
	margin-top: 0;
}
input[type="checkbox"]::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #adadad;
	width: 100%;
	height: 100%;
	border: 1px solid #adadad;
}
input[type="checkbox"]:checked::before{
	content: "\2713";
	background-color: #d30000;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	border: 1px solid #d30000;
	color:#fff;
	font-size: 1.8vh;
	font-weight: bold;
	line-height: 1.8vh;
	padding: 0.3vh 0;
}
.ys002{
	color: #fff;
	font-size: 2vh;
}
.ys002:hover{
	color: #fff;
}
.ys002:focus{
	color: #fff;
}
.ysdl2 input:hover{
	cursor:pointer;
}
.ys003{
	text-decoration: underline;
	margin-left: 0.5vw;
}
.ys003:hover{
	opacity: 0.85;
}
.ys003:active{
	transform: scale(0.9);
}