html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	font: inherit;

	vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

	display: block;

}

body {

	line-height: 1;

	height: 100vh;

/*	overflow: hidden;*/

	background-color: #fff;

	font-family: 'Poppins', sans-serif;
}

ol, ul {

	list-style: none;
}

blockquote, q {

	quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {

	content: '';

	content: none;
}

table {

	border-collapse: collapse;

	border-spacing: 0;
}

/*******************************/

input:focus,select:focus{

	outline-color: transparent;
}

a:hover, a:focus{

	text-decoration: none;
}

.btn{

	margin: 0px !important;

	text-align: center !important;

	line-height: 1em;

	font-size: 13px;

	text-transform: capitalize;
}

.btn:hover{

	opacity: 0.90;

	color: #fff;
}

button:focus{

	outline: none;
}

html{

	font-size: 10px;
}

body{

	font-size: 1.4rem;

}

body.modal-open{

	overflow: hidden;
}

.modal{

	overflow-y: auto;
}

/**/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Edge */
  color: #9eaadd;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9eaadd;
}

input::placeholder,
textarea::placeholder {
  color: #9eaadd;
}

/**/


section.login-pge {
	position: relative;
	float: left;
	width: 100%;
	height: 100vh;
	/*background-image: url(../images/20231.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;*/
}
body.body-login {
	font-size: 1.4rem;
	background: url(../images/index-bgCNY2023.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

section.login-pge .center{

	position: absolute;

	width: 100%;

	top: 50%;

	transform: translateY(-50%);

	padding: 0px 70px;
}

section.login-pge .center .lft{

	position: relative;

	float: left;

	width: calc(100% - 800px);

	padding-right: 7rem;
}

section.login-pge .center .lft .inn{

	position: absolute;

	left: 0;

	width: 100%;

	top: 50%;

	transform: translateY(-50%);
}

section.login-pge .center .lft h1{

	font-size: 5rem;

	color: #fff;

	float: left;

	width: 100%;

	line-height: 70px;

    max-width: 650px;
}

section.login-pge .center .lft figure{

	width: 100%;

	float: left;

	margin-bottom: 3rem;
}

section.login-pge .center .lft figure img{

	width: 100%;

	max-width: 180px;
}

section.login-pge .center .rgt{

	position: relative;

	float: left;

	width: 400px;
}

section.login-pge .center .rgt figure{

	position: relative;

	float: left;

	width: 100%;

	text-align: center;

	margin-bottom: 1.5rem;
}

section.login-pge .center .rgt figure img{

	width: 130px;
}

section.login-pge .center .rgt .inn{

	position: relative;

	float: left;

	width: 100%;

	padding: 3rem 3.5rem;

	background-color: #fff;

	border-radius: 10px;
}

section.login-pge .center .rgt .inn li{

	position: relative;

	float: left;

	width: 100%;

	margin-bottom: 1.5rem;
}

section.login-pge .center .rgt .inn li input{

	float: left;

	width: 100%;

	border: none;

	border-radius: 5px;

	height: 40px;

	padding: 7px 15px;

	padding-right: 30px;

	background-color: #F9F9F9;

	font-size: 14px;
}


section.login-pge .center .rgt .inn li a.view{

	position: absolute;

	width: 20px;

	right: 10px;

	top: 12px;
}

section.login-pge .center .rgt .inn li a.view img{

	width: 20px;
}

section.login-pge .center .rgt .inn a.btn{

	position: relative;

	float: left;

	width: 100%;

	border-radius: 5px;

	height: 40px;

	padding: 7px 15px;

	

	color:black;

	text-align: center;

	font-size: 14px;

	line-height: 26px;

	margin-top: 3.5rem !important;

}

section.login-pge .center .rgt .inn .social-log{

	position: relative;

	float: left;

	width: 100%;

	margin-top: 2rem;
}

section.login-pge .center .rgt .inn .social-log .btn{

	display: inline-block;

	float: left;

	width: 50%;

	padding: 0;

	box-shadow: none;
}


section.login-pge .center .rgt .inn .social-log .btn img{

	width: 100%;
}

section.login-pge .center .rgt .inn .line{

	position: relative;

	/*float: left;*/

	width: 100%;

	/*margin-top: 2.5rem;

	margin-bottom: 0rem;*/

	text-align: center;

	overflow:visible;
}
	section.login-pge .center .rgt .inn .pline {
		position: relative;
		float: left;

		width: 100%;
		margin-top: 2.5rem;

	margin-bottom: 0rem;

		text-align: center;
		overflow: visible;
	}
section.login-pge .center .rgt .inn .line span{

	display: inline-block;

	position: relative;

	margin-top: 0;

	margin: 0 auto;

	padding: 0px 8px;

	color: #999;
}

section.login-pge .center .rgt .inn .line span:before{

	content: "";

	position: absolute;

	width: 170px;

	height: 0.1rem;

	top: 50%;

	transform: translateY(-50%);

	right: 100%;

	background-color: #e0e0e0;
}

section.login-pge .center .rgt .inn .line span:after{

	content: "";

	position: absolute;

	width: 170px;

	height: 0.1rem;

	top: 50%;

	transform: translateY(-50%);

	left: 100%;

	background-color: #e0e0e0;
}
