body{background-color: #f5f5f5!important;}
.login_top{
    position: fixed;
    z-index: 3;
    right: -50px;
    top: -149px;
    width: 208px;
    height: 208px;
    box-shadow: -2px 5px 13px rgb(166 3 0 / 20%);
    background: linear-gradient(
37.87deg,#ff6c72,#ff8343);
    border-radius: 50%;
}
.login_left{
    position: fixed;
    z-index: 5;
    left: -52px;
    top: 10%;
    width: 93px;
    height: 93px;
    rotate: 64deg;
    -webkit-transform: rotateY(
180deg);
    transform: rotateY(
180deg);
    background: linear-gradient(
177.56deg,rgba(255,108,114,.36),rgba(255,131,67,.36));
    border-radius: 50%;
}
.foter1{
    position: fixed;
    z-index: 16;
    left: -63px;
    bottom: -247px;
    width: 304px;
    height: 304px;
    rotate: 64.22359211670927deg;
    -webkit-transform: rotateY(
180deg);
    transform: rotateY(
180deg);
    background: linear-gradient(
37.87deg,rgba(255,108,114,.3),rgba(255,131,67,.3));
    border-radius: 50%;
}
.foter2{
    position: fixed;
    z-index: 4;
    left: 161px;
    bottom: -200px;
    width: 260px;
    height: 290px;
    box-shadow: -5px 5px 10px rgb(166 3 0 / 30%);
    rotate: 64.22359211670927deg;
    -webkit-transform: rotateY(
180deg);
    transform: rotateY(
180deg);
    background: linear-gradient(
177.56deg,#ff6c72,#ff8343);
    border-radius: 50%;
}
#notice{
	margin:0;
    height:100px;
    line-height:100px;
    font-size: 20px!important;
    font-weight: 800;
    color:#F00;
    text-align: center;
	margin-top:20%;
}
form{
	position: relative;
    padding: 0;
    border: 0;
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}
.container {
	display: block;
	width: 96%;

	margin:0 auto;
	border-radius: 20px;
	box-shadow: 0 4px 8px rgb(166 3 0 / 20%), inset -2px -2px 0 #fff, inset 2px 2px 0 #fff;
	background: hsla(0,0%,100%,.3);
	margin-top:10%;
}
.container ul{
	 width: 90%;
    margin: 0 auto;
    padding: 20px 0;
}
.container ul li{
	position: relative;
	clear: left;
    overflow: hidden;
	border-bottom:1px solid #eee;
}
.container ul li .login_input{
	text-indent: 1rem;
	-webkit-text-fill-color: #999999 !important;
	margin-bottom: 0;
    border: 0;
    border-radius: 0;
	line-height:50px;
    width: 100%;
    height:50px;
	padding: 10px 15px;
	outline: 0;
	-webkit-appearance: none;
	font-family: 'Helvetica Neue',Helvetica,sans-serif;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
	color:#999999;
	font-size:14px;

}
.container ul li .left{
	float:left;
	width:50%;
}
.container ul li .right{
	float:right;
	width:50%;
	text-align:right;
	margin-top:7px;
}
.ny-user {
    background: url(../images/login_icon_01.png) no-repeat 0 0;
    background-size: contain;

	
}
.ny-user.active {
	background-image: url(../images/login_icon_01_active.png);
}
.ny-tel {
    background: url(../images/mobile-img.png) no-repeat 0 0;
    background-size: contain;
	
}
.ny-pass {
    background: url(../images/login_icon_02.png) no-repeat 0 0;
    background-size: contain;
	
}
.ny-pass.active {
	background-image: url(../images/login_icon_02_active.png);
}
.ny-code {
    background: url(../images/login_icon_03.png) no-repeat 0 0;
    background-size: contain;
	
}
.ny-code.active {
	background-image: url(../images/login_icon_03_active.png);
}
.ny-user, .ny-pass, .ny-code,.ny-tel  {
    width:18px;
    height:18px;
    position: absolute;
    top:16px;
    left:0px;
}
.ny-login-btn{
	margin-top:30px;
	width:100%;
	display: block;
    margin-bottom: 1rem;
    border: none;
    background-color:#f00;;
    color: #fff;
    height:50px;
    line-height:50px;
    padding: 0;
    font-size:18px;
    text-align: center;
    border-radius:10px;
}
.ny-reg-btn{
	
	width:100%;
	display: block;
    margin-bottom: 1rem;
    border: none;
    background-color:#093;
    color: #fff;
    height:50px;
    line-height:50px;
    padding: 0;
    font-size:18px;
    text-align: center;
    border-radius:10px;
}
.bq{
	display:none;
}