* {
	margin:0;
}


html,body {
	width:100%;
	height:100%;
	font-family: 'Gilroy Light','Noto Sans SC', "microsoft yahei";
	background: url(../image/bg5.png) no-repeat 50% 50%;
	background-size: contain;
	background-color:black;
	 
}

input[type='checkbox']{
	width: 14px;
	height: 14px;
	background-color: #fff;
	-webkit-appearance:none;
	border: 1px solid #c9c9c9;
	border-radius: 2px;
	outline: none;
}


.container {
	display: block;
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	opacity: 1;
	z-index: 99;
	display: none;
}

.flex-container {
	display: flex;
	width: 100%;
	height: 100%;
}

.container-l, .container-r {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.container-l {
	background: url(../image/Edenglubg_03.png) no-repeat center;
	background-size: 60% auto;
}
.container-r input::-webkit-input-placeholder {
	color: #000;
}
.container-l:hover {
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
	transition: all 0.5s linear;
}



.menu ul {
	padding: 0;
}

.menu li {
	list-style: none;
}


.menu .h33 {
	border-bottom: 1px solid rgba(255,255,255,0.8);
	padding: 5px;
	line-height: 33px;
	margin: 25px 0;
}

.register .menu .h33 {
	border-bottom: 1px solid rgba(255,255,255,0.8);
	padding: unset;
	line-height: 33px;
	margin: 25px 0;
}

.focusOn{
	border: 1px solid #0e85a0 !important;
	box-shadow: 0 0 10px #3c8df5;
}

.menu .h33 input:focus{
	/*border: 1px solid #00aeef;*/
}

.menu div.unline {
	border-bottom: 1px solid #00aeef;
}

/*username&password*/



.menu .h33 span:nth-of-type(1){
	width: 15%;
	display: inline-block;
	color: #FFFFFF;
}

.register .menu .h33 span:nth-of-type(1){
	width:unset !important;
}

.menu .icon {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}

.login_container .menu li:nth-child(1) .icon {
	width: 21px;
	height: 23px;
	margin: 0 5px;
}

.login_container .menu li:nth-child(2) .icon {
	width: 22px;
	height: 26px;
	margin: 0 5px;

}
.login_container .forgetPassword{
	text-align: right;
	text-decoration: underline;
	cursor: pointer;
	float: right;
}



.menu .icon-uname {
	background: url(../../../../assets/img/modules/login/user_duck.png) no-repeat center;
	background-size: cover;
}

.menu .icon-psd {
	background: url(../../../../assets/img/modules/login/lock_duck.png) no-repeat center;
	background-size: cover;
}

.menu li:nth-child(1) .changeicon {
	background: url(../../../../assets/img/modules/login/user1.png) no-repeat center;
}

.menu li:nth-child(2) .changeicon {
	background: url(../../../../assets/img/modules/login/lock1.png) no-repeat center;
}

.container-r input[type="text"], .container-r input[type="password"] {
	display: inline-block;
	border: none !important;
	outline: none !important;
	background: none !important;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color:#fff;
	border-radius: 3px;
	/*margin:0 15px;*/
}
.register .h33 span:nth-of-type(1){
	color: #fff;
}

/*娉ㄥ唽*/
.register .menu{
	margin: 115px 56px 63px;
	height: 510px;
	width: 363px;
}
.register .authCode_line .h33:nth-of-type(1){
	width: 65%;
	display: inline-block;
	margin: 0;
}
.register .authCode_line .h33:nth-of-type(2){
	width: 33%;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: none;
	text-align:center;
}
.register .h33 span.countDown{
	width:100%;
	display: inline-block;
}
.register .h33 span.countDown input{
	width: 100%;
}

.register .authCode_line .h33:nth-of-type(2) input{
	border: none;
	height: 45px;
	border-radius: 5px;
	/*border: 1px solid #134e6a;*/
}
.register p{
	color: #94a0a4;
	margin: 5px 0;
}


h1 em{
	font-size: 14px;
	font-style: normal;
	opacity: 0.8;

}
.register .container-r h1 em{
	font-style: normal;
	margin-left: 70px;
}
.red{
	color: red;
}
.green{
	color: green;
}

.register .menu .sub-res{
	margin-top: 25px;
	min-width: 300px;
}





.menu .check7, .menu .sub-res {
	min-width:300px;
}

.menu .bottm-res{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	display: block;
}
.menu .bottm-res span.errorInfo{
    color: red;
}
.menu .bottm-res span:nth-of-type(2){
	width: 40%;
	float: right;
	color: #fff;
	opacity: 0.8;
	filter:alpha(opacity=80)
}
.menu .bottm-res span i{
	font-style: normal;
}

.menu .checkspan {
	position: relative;
}

#check7 {
	position: absolute;
	visibility: hidden;
}

#check7+label {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border: 1px solid #17befc;
}

#check7:checked+label:after {
	content: "";
	position: absolute;
	left: 2px;
	bottom: 8px;
	width: 9px;
	height: 4px;
	border: 2px solid #17befc;
	border-top-color: transparent;
	border-right-color: transparent;
	-ms-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	transform: rotate(-45deg);
}

.menu .checktxt {
	display: inline-block;
	height: 14px;
	margin-left: 15px;
	line-height: 12px;
	font-size: 15px;
}




.sub-res .sub, .sub-res .res, .sub-res .registerInput {
    width: 100%!important;
    height: 50px;
    line-height: 50px;
	/*background: rgba(255,255,255,0.2);*/
	background:none;
	border: 1px solid rgba(255,255,255,0.3);
	color: #fff;
	border-radius: 5px;
	font-size: 18px;
	letter-spacing: 4px;
	cursor: pointer;
    text-align:center;
}




#display{
	display: none;
	clear: both;
	margin-top: 25px;
	color: red;
	font-weight: bold;
	text-align: left;
}


.container-r .login_tit{
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
}
.menu{
	position: relative;
}
.login_container .menu, .findBackPas .menu {
	margin: 115px 56px 63px;
	height: 320px;
	width: 363px;
}
.menu legend{
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid rgba(255,255,255,0);
}
input#username,input#psd, input#registerUserIphone, input#registerPsd, input#registerUserMail, input#registerUserName, input#userCompany{
	width:72%;
}
input#userAuthCode{
	width:50%;
}



.menu .checktxt {
	width:165px;
	margin-left: 5%!important;
}

.save_login_div{
	color: #fff;
	margin: 0 0 15px;
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
	filter:alpha(opacity=80)
}

.save_login_div input {
	vertical-align: middle;
	/*margin-top: -2px;*/
	/*margin-bottom: 1px;*/
	width: 16px;
	height: 16px;
	appearance: none;/*娓呮榛樿鏍峰紡*/
	-webkit-appearance: none;
	opacity: 0;
	outline: none;
}

.save_login_div label {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 16px;
	height: 16px;
	border: 1px solid #ffffff;
	border-radius: 5px;
	opacity: 0.8;
	filter:alpha(opacity=80)
}

.save_login_div input:checked+label {
	background: #0e85a0;
}

.save_login_div input:checked+label::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 0;
	width: 5px;
	height: 12px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}

.save_login_div span:nth-of-type(3){
	position: absolute;
	right: 0;
}


.blue{
	color: #fffff;
	cursor: pointer;
}

/*鎵惧洖瀵嗙爜*/
.findBackPas .contact_info{
	width: 100%;
	margin: 50px 0;
	color: #fff;
}
.findBackPas .contact_info p:nth-of-type(1){
	font-size: 16px;
	margin-bottom: 30px;
	color: #fff
}
.findBackPas .contact_info p:nth-of-type(2){
	color: #FFFFFF;
}
.findBackPas .contact_info p:nth-of-type(3){
	color: #FFFFFF
}




.login_pop{
	transition: opacity 0.1s ease-in-out;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
.login_btn, .register_btn{
	background: rgba(255,255,255,0);
	color: #00b0ff;
	letter-spacing: 5px;
	font-family: 'Gilroy Light','Noto Sans SC', "microsoft yahei", "Arial", sans-serif;

}





video{
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
	z-index: 0;
}
source{
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.login_button{
	position: fixed;
	right: 30px;
	top: 30px;
	width: 304px;
	height: 44px;
	display: block;
	background: url("../image/btn_login.png") top center no-repeat;
	background-size: 100%;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}

.login_container, .findBackPas{
	width: 475px;
	height: 498px;
	min-width: 475px;
	min-height: 498px;
	background: url("../image/Edenglubg_03.png") top center no-repeat;
	background-size: 100%;
	font-size: 14px;
}
.close_icon{
	width: 34px;
	height: 34px;
	position: absolute;
	right: -18px;
	top: 2px;
	z-index: 99;
	cursor: pointer;
}
.login_container .login_bg, .findBackPas .login_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 450px;
	min-height: 380px;
	background: rgba(0,0,0,0.5);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 100%;
	border: 1px solid #15303b;
	z-index: 1;
}

.register{
	width: 475px;
	height: 668px;
	min-width: 475px;
	min-height: 668px;
	background: url("../image/Edenglubg_03.png") top center no-repeat;
	background-size: 100%;
}

.register .login_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 450px;
	min-height: 570px;
	background: rgba(0,0,0,0.5);
	background-position:center center;
	background-repeat:no-repeat;
	background-size: 100%;
	border: 1px solid #15303b;
	z-index: 1;
}

.login_container .login_bg_conor_one, .register .login_bg_conor_one, .findBackPas .login_bg_conor_one{
	width: 39px;
	height: 37px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../../../../assets/img/modules/login/corner_01.png");
	z-index: 2;
}
.login_container .login_bg_conor_two, .register .login_bg_conor_two, .findBackPas .login_bg_conor_two{
	width: 39px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url("../../../../assets/img/modules/login/corner_02.png");
	z-index: 2;
}

.login_container .login_bg_conor_three, .register .login_bg_conor_three, .findBackPas .login_bg_conor_three{
	width: 39px;
	height: 38px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url("../../../../assets/img/modules/login/corner_03.png");
	z-index: 2;
}

.login_container .login_bg_conor_four, .register .login_bg_conor_four, .findBackPas .login_bg_conor_four{
	width: 39px;
	height: 38px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("../../../../assets/img/modules/login/corner_04.png");
	z-index: 2;
}


.passeye {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	color: #fff;
}
.passeye:before {
	content: "\f06e";
}
input {
	color:    #fff;
	background:none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #fff !important;
	background:none;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #fff !important;
	background:none;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #fff !important;
	background:transparent;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #fff !important;
	background:transparent;
}


@media screen and (min-width: 1199px) {
	body{
		overflow-y: hidden;
	}
}
@media screen and (max-width: 767px) {
	body{
		overflow-y: hidden;
	}
	.container-l {
		background: url(../../../../assets/img/modules/login/D-logo.png) no-repeat center;
		background-size: 60% auto;
	}
}
@media screen and (max-width: 600px) {
	body{
		overflow-y: hidden;
	}
	.container-l {
		background: url(../../../../assets/img/modules/login/D-logo.png) no-repeat center;
		background-size: 60% auto;
	}
}
@media screen and (max-width: 500px) {
	body{
		overflow-y: hidden;
	}
	.container-l {
		background: url(../../../../assets/img/modules/login/D-logo.png) no-repeat center;
		background-size: 60% auto;
	}
}


/*input {*/
/*	animation:back 20s infinite;*/
/*}*/

@keyframes back{
	0%{background-color:transparent;color:#fff;}
	100%{background-color:transparent;color:#fff;}
}

