* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

input,
button {
	background: transparent;
	border: 0;
	outline: none;
}

/*body {
	height: 100vh;
	background: linear-gradient(#141e30, #243b55);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: #03e9f4;
}*/

.loginBox {
	/*width: 50%;*/
	/*height: 50%;*/
	/*background-color: #0c1622;*/
	/*margin: 50% auto;*/
	border-radius: 10px;
	box-shadow: 0px 1px 25px 10px rgb(206 167 167 / 60%);
	padding: 40px;
	box-sizing: border-box;
}

.loginBox h2 {
	color: #03e9f4;
	text-align: center;
	/*color: aliceblue;*/
	margin-bottom: 30px;
	font-family: 'Courier New', Courier, monospace;
}

.item {
	height: 45px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	position: relative;
}

.item input {
	width: 100%;
	height: 100%;
	color: #fff;
	/*padding-top: 20px;*/
	box-sizing: border-box;
	font-size: 25px;
}

.item input:focus+label,
.item input:valid+label {
	top: 0px;
	font-size: 10px;
}

.item label {
	color: #03e9f4;
	position: absolute;
	left: 0;
	top: 12px;
	transition: all 0.5s linear;
	font-size: 17px;
}

.btn {
	padding: 10px 20px;
	/*margin-top: 20px;*/
	color: #03e9f4;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.btn:hover {

	border-radius: 5px;
	color: #fff;
	background: #03e9f4;
	box-shadow: 0 0 5px 0 #03e9f4,
		0 0 25px 0 #03e9f4,
		0 0 50px 0 #03e9f4,
		0 0 100px 0 #03e9f4;
	transition: all 1s linear;
}

.btn>span {
	position: absolute;
}

.btn>span:nth-child(1) {
	width: 100%;
	height: 2px;
	background: -webkit-linear-gradient(left, transparent, #03e9f4);
	left: -100%;
	top: 0px;
	animation: line1 1s linear infinite;
}

@keyframes line1 {

	50%,
	100% {
		left: 100%;
	}
}

.btn>span:nth-child(2) {
	width: 2px;
	height: 100%;
	background: -webkit-linear-gradient(top, transparent, #03e9f4);
	right: 0px;
	top: -100%;
	animation: line2 1s 0.25s linear infinite;
}

@keyframes line2 {

	50%,
	100% {
		top: 100%;
	}
}

.btn>span:nth-child(3) {
	width: 100%;
	height: 2px;
	background: -webkit-linear-gradient(left, #03e9f4, transparent);
	left: 100%;
	bottom: 0px;
	animation: line3 1s 0.75s linear infinite;
}

@keyframes line3 {

	50%,
	100% {
		left: -100%;
	}
}

.btn>span:nth-child(4) {
	width: 2px;
	height: 100%;
	background: -webkit-linear-gradient(top, transparent, #03e9f4);
	left: 0px;
	top: 100%;
	animation: line4 1s 1s linear infinite;
}

@keyframes line4 {

	50%,
	100% {
		top: -100%;
	}
}

* {
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	text-decoration: none;

}

.cont_principal {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../img/bg.jpeg') center / cover;
}

.cont_join {
	overflow: hidden;
	position: absolute;
	width: 320px;
	height: 460px;
	box-shadow: 1px 1px 1000px 1000px rgba(0, 0, 0, 0.2), 0px 0px 20px 4px rgba(0, 0, 0, 0.2);
	left: 50%;
	top: 50%;
	margin-top: -230px;
	margin-left: -160px;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;

}

.cont_join:hover {
	box-shadow: 1px 1px 1000px 1000px rgba(0, 0, 0, 0.5), 0px 0px 20px 4px rgba(0, 0, 0, 0.4);

}

.cont_btn_join {
	position: absolute;
	bottom: 0px;
	width: 100%;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.cont_btn_join>a {
	display: block;
	text-align: center;
	padding: 10px 0px;
	background-color: rgba(21, 74, 118, 0.82);
	font-size: 20px;
	font-family: Arial;
	font-weight: 100;
	width: 100%;
	color: #fff;
}


.cont_letras {
	position: relative;
	float: right;
	margin: 16px;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}

.cont_letras>p {
	position: relative;
	margin: 0px 16px;
	font-size: 48px;
	font-family: 'Josefin Sans';
	font-weight: 1000;
	font-style: italic;
	color: #fff;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	left: 0px;
}

.cont_join_form_act {}

.cont_join_form_act>.cont_letras {
	right: 0px;
	height: 0px;
}

.cont_join_form_act>.cont_form_join {
	left: 0px;
}

.cont_form_join {
	position: relative;
	width: 100%;
	height: 94%;
	float: left;
	left: -320px;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	bottom: 0px;
}

.cont_form_join>h2 {
	font-family: 'Josefin Sans';
	font-wight: 800;
	color: #fff;
	font-size: 40px;
	margin-top: 15px;
}



.cont_form_join>p {
	font-family: 'Josefin Sans';
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	margin: 15px 0px 2px 15px;
	marigin-bottom: 2px;
	text-align: left;
}

.input_text {
	width: 270px;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 20px;
	text-align: left;
	background-color: rgba(255, 255, 255, 0.7);
	color: #777;
}



.cont_join_finish>.cont_btn_join {
	bottom: -200px;
}

.cont_join_form_finish {
	position: relative;
	top: 50%;
	left: -115px;
}

.cont_join_finish>.cont_join_form_finish {
	left: 115px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}


.cont_join_form_finish>h2 {
	font-family: 'Josefin Sans';
	font-weight: 700;
	color: #fff;
	font-size: 26px;
}

.cont_join_finish {
	box-shadow: 0px 0px;

}

.cont_join_finish:hover {
	box-shadow: 0px 0px;
}

/*.con{position:relative;height:1.875rem;line-height: 1.875rem;margin:1.0rem auto;text-align: center;}
        .con i{display:block;height:1px;background:#e1e1e1;position:absolute;top:0.9rem;width:100%;}
        .con p{
            display:inline-block;
            font-size: 0.95rem;
            color:#03e9f4;
            background:#0c1622;
            padding:0 1.875rem;
            text-align: center;
            margin:0 auto;
            position:relative;
            z-index:2;}*/

.con {
	display: flex;
	flex-direction: row;
	padding-top: 0.5rem;
}

.con:before,
.con:after {
	content: "";
	flex: 1 1;
	border-bottom: 1px solid #fff;
	margin: auto;
}

.con p {
	display: inline-block;
	font-size: 0.95rem;
	color: #03e9f4;
	padding: 0 1.875rem;
	text-align: center;
	margin: 0 auto;
	position: relative
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-text-fill-color: #ededed !important;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
	background-color: transparent;
	background-image: none;
	transition: background-color 50000s ease-in-out 0s;
}

input {
	background-color: transparent;
}

/* 钉钉扫码相关样式 */
#dd_login {
	margin: 0;
	padding: 0;
	outline: 0;
	line-height: 1.6;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
	text-align: center;
}

#ddTitle {
	text-align: center;
	font-size: 20px;
	color: #fff;
}

#ddCode {
	width: 280px;
	height: 280px;
	margin: 15px auto;
}

.modal-content1{
	
	 z-index:1000;
}

.modal-title{
	width:100%;
	
	
}

.inlinestyle{
	display:flex;
	justify-content: flex-start;
	width:100%;
	margin-top:1rem;
}

.backstyle{
 	width:100%;
	height:100%; 
	z-index:99;
	overflow-x:hidden;
	overflow-y:auto;
}



#mobile_login{
	margin-top:3rem;
}