* {
    padding: 0;
    margin: 0;
}

html,body{
  width: 100%;
  height: 100%;
}

header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 18%;
    display: flex;
    align-items: center;
}

header>div {
    display: inline-block;
}

header .logo {	
	width: 147px;
    height: 50px;
	margin-top: 5px;
}

header .logo img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

header .title {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #666666;
    letter-spacing: 0.68px;
}

header .title::before {
    content: '|';
    color: #999;
    font-size: 17px;
    margin: 0 4px 0 9px;
    position: relative;
    top: -1px;
}

header .lang a{
    text-decoration: none;
}

a {
    color: #666666;
}

.footer{
    width: 100%;
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#757575;
    font-size: 14px;
}
.footer .wrap a{
    text-decoration: none;
    color:#757575;
}
.aboutUS p{
	margin-bottom:0;
}

/* tip_layer */
.tip_layer{ 
    display: flex; 
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	height:100%;	
}
body .tip_layer_skin.layui-layer .layui-layer-content{
	margin:5px 0;
	height:100% !important;
}
body .tip_layer_skin.layui-layer{
	border-radius: 10px;
}

input[type="text"]:focus {
	border: 1px solid #1CB877;
	outline: none;
}

input[type="password"]:focus {
	border: 1px solid #1CB877;
	outline: none;
}

input{
	font-size: 15px;
}

#main {
    height: calc(100% - 160px);
}

/* 密码是否可见  */
.pwd_password{
    width: 325px;
    box-sizing: border-box;
    text-align: left;
    border: 1px solid #c8cccf;
    color: #6a6f77;
    padding-left: 30px;
    height: 46px;
}
.see-password .no-see-password-icon{
    position: absolute;
    display: block;
    top: 18px;
    right: 15px;
    width: 20px;
    height: 12px;
    background: url(/resources/images/pc/eye_un.png) no-repeat;
    cursor: pointer;
    z-index: 10;
}
.see-password .see-password-icon{
    position: absolute;
    display: block;
    top: 18px;
    right: 15px;
    width: 20px;
    height: 12px;
    background: url(/resources/images/pc/eye.png) no-repeat;
    cursor: pointer;
	display:none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}