html,
body {
	position: relative;
	min-height: 100%;
	height: 100%;
}
body,h1,h2,h3,h4,h5,h6,p,figure,pre,dl,dd,blockquote,button,input {margin:0;}
input,legend,input,textarea,button {padding:0;}
form,fieldset,th,td {margin:0;padding:0;}
ol,ul {	margin: 12px 0;	padding: 0 0 0 32px;}
ol.reset,ul.reset,ul,li {	margin: 0;	padding: 0;	list-style: none;}
ol ol,ol ul,ul ol,ul ul {	margin-top: 0;	margin-bottom: 0;}
input[type="button"],input[type="submit"],input[type="search"],input[type="reset"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input:focus,select:focus,button:focus,textarea:focus {
	outline: none;
}
.fl {float: left;}
.fr {float: right;}
.tr {text-align: right;}
.tc {text-align: center;}
a{text-decoration: none;}
/*a:link {color: #c6c9ce;}*/
a:link {color: #fff;}
a:visited {color: #fff;}
a:hover {color: #55adec;}
a:active {color: #0078d7;}
	* {
		margin:0;
		padding:0;
		box-sizing: border-box;
	}
/*滚动条*/
body {
	font-family:"Noto Sans SC";
	background: #354270;
}
body::-webkit-scrollbar,.item_detail::-webkit-scrollbar {
	width: 10px;
}
body::-webkit-scrollbar-track,.item_detail::-webkit-scrollbar-track {
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.20);
}
body::-webkit-scrollbar-thumb,.item_detail::-webkit-scrollbar-thumb {
	border-radius: 16px;
	background: #4E5C8F;
}


.content{
	display: flex;
	flex-direction: column;
	/*align-items: center;*/
	justify-content: space-between;
}

.bac_content{
	/*width: 100%;*/
	/*height: 100%;*/
	background-image: url("../images/login/index_bac.png");
	/*background-size: 100% 100%;*/
	background-repeat: no-repeat;
}


/*header*/
.header{
	height: 80px;
	padding: 20px;
	box-sizing: content-box;
}
.header>img{
	height: 100%;
}

/*用户header*/
.user_header {
	background: linear-gradient(270deg, rgba(58, 72, 120, 0.50) 0%, rgba(25, 38, 83, 0.50) 50%, rgba(58, 72, 120, 0.50) 100%);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/*align-items: center;*/
	width: 100%;
	height: 74px;
	padding: 0 10px 0 20px;
	color: white;
	position: relative;
}
.header_left{
	display: flex;
	align-items: center;
	gap: 10px;
}

.header_logo {
	width: 40px;
	height: 40px;
}
.header_title, .header_name {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.header_brain_logo{
	height: 40px;
}
/*.header_icon {*/
/*	width: 24px;*/
/*	height: 24px;*/
/*}*/
.header_logo img,.header_brain_logo img{
	height: 100%;
}
.header_right{
	display: flex;
	gap: 10px;
}
.header_right_box{
	width: 120px;
	/*width: 120px;*/
	/*!*justify-content: center;*!*/
}
.header_right_box:hover{
	cursor: pointer;
}
.nav-container{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-list{
	display: none;
}
.user_box:hover .nav-list{
	display: list-item;
}

.nav-list>li{
	background: #2b3362;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	line-height: 50px;
	color: #fff;
}
.nav-list>li:hover{
	background: #0e1235;
}



/*footer*/
.footer {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	/*height: 48px;*/
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.footer span {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/*大标题*/
.content_title{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}
.content_title>p{
	color: #FFF;
	text-align: center;
	font-family: Noto Sans SC;
	font-size: 50px;
	font-weight: 500;
}
.content_title>span{
	color: rgba(255, 255, 255, 0.75);
	font-family: Roboto;
	font-size: 28px;
	font-weight: 400;
}

/*错误提示*/
.error_span{
	height: 18px;
	display: block;
	color: #E95D8F;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
}
.note_span{
	height: 18px;
	display: block;
	color: #2DE476;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: inline-block;
}

/*按钮*/
.button_box{
	display: flex;
	width: 100%;
	height: 50px;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}
.button_box>button{
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: none;
	color: white;
	font-size: 22px;
	font-weight: 700;
	border-radius: 5px;
	background: linear-gradient(91deg, #53F1FB 0%, #2DCEEA 24.52%, #00A3FF 102.35%);
}
/*按钮下信息*/
.message{
	color: #FFF;
	font-size: 18px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.message>div{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.message div>a{
	color: #39E7FF;
}


/*radio选择框样式*/
.radio{
	width: 20px;
	height: 20px;
	appearance: none;
	position: relative;
}
.radio:before{
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
}
.radio:checked:before{
	content: '';
	width: 20px;
	height: 20px;
	border: 1px solid #2395FF;
	background:#2395FF;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
}
.radio:checked:after{
	content: '';
	width: 10px;
	height:5px;
	border: 2px solid white;
	border-top: transparent;
	border-right: transparent;
	text-align: center;
	display: block;
	position: absolute;
	top: 6px;
	left:5px;
	vertical-align: middle;
	transform: rotate(-45deg);
}
.radio:checked+label{
	color: #2395FF;
}


/*loading样式*/
.loading_box,.encode_box{
	display: none;
	position: fixed;
	top: 0;bottom: 0;left: 0;right: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.loading_text{
	color: #2AD9FF;
	font-family: Noto Sans SC;
	padding-top: 10px;
	font-size: 40px;
	font-weight: 400;
}
.loading_circle {
	position: relative;
	width: 50px;
	height: 50px;
	border: 4px solid #2AD9FF;
	border-top-color: rgba(0, 0, 0, 0.2);
	border-right-color: rgba(0, 0, 0, 0.2);
	border-bottom-color: rgba(0, 0, 0, 0.2);
	border-radius: 100%;
	animation: circle infinite 0.75s linear;
}
/*小按钮*/
.btn_wrapper{
	float: right;
	/*width: 50%;*/
}
.btn{
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	border: none;
	color: white;
	padding: 2px 10px;
	margin-left: 10px;
	border-radius: 5px;
	/*background: rgba(105, 174, 255, 0.10);*/
	background:  #00A3FF;
	text-wrap: nowrap;
	width: 100px;
}


/*加密输入*/
.encode_box{
	display: none;
}
.encode_wrapper{
	padding: 20px;
	background: #293663;
	color: #FFF;
	border-radius: 10px 10px 10px 10px;
	font-family: Source Han Sans CN;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 500px;
}
.encode_wrapper>input{
	font-size: 18px;
	color: white;
	width: 100%;
	height: 46px;
	padding: 5px 10px;
	margin: 10px 0 20px;
	border-radius: 2px;
	border: 1px solid rgba(105, 174, 255, 0.40);
	background: rgba(105, 174, 255, 0.10);
}
.encode_wrapper .input_title{
	width: 100%;
}
.encode_box .error_span{
	width: 100%;
}
.encode_box .note_wrapper span{
	height: 18px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: inline-block;

	color: rgba(255, 255, 255, 0.85);
}


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