.container{
	position: relative;
	height: 100%;
	height: 100vh;
	background:-webkit-linear-gradient(top left, rgba(29,30,36,1) 0%, rgba(53,57,65,1) 100%);
	background:-o-linear-gradient(top left, rgba(29,30,36,1) 0%, rgba(53,57,65,1) 100%);
	background:linear-gradient(to bottom right, rgba(29,30,36,1) 0%, rgba(53,57,65,1) 100%);
}
.l-title{
	font-size:36px;
	color:rgba(213,160,120,1);
	line-height:44px;
	background:linear-gradient(180deg, rgba(230,188,153,1) 0%, rgba(216,156,111,1) 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	text-align: center;
	margin: 181px auto 0;
}
.l-subTtile,.l-tip{
    color: rgba(213,160,120,1);
    line-height: 18px;
    font-size: 12px;
    margin: 0 auto;
    min-width: 276px;
    text-align: center;
}
.l-subTtile{
	margin-bottom: 80px;
}
.l-ipt{
	height: 38px;
	width: 280px;
	margin: 0 auto 20px;
}
.l-ipt>*{
	float: left;
}
.l-ipt>span{
	font-size:18px;
	color:rgba(213,160,120,1);
	line-height:36px;
	margin-right: 14px;
}
.l-ipt>input{
	width:175px;
	height:36px;
	background:rgba(213,160,120,0.01);
	border:1px solid;
	border-color: rgba(230,188,153,1);
	text-indent: 1em;
	font-size:12px;
	color:rgba(213,160,120,1);
	line-height:17px;
	-webkit-border-image:-webkit-linear-gradient(rgba(230,188,153,1), rgba(216,156,111,1)) 1 1;
	-webkit-border-image:-o-linear-gradient(rgba(230,188,153,1), rgba(216,156,111,1)) 1 1;
	-webkit-border-image:linear-gradient(rgba(230,188,153,1), rgba(216,156,111,1)) 1 1;
	-o-border-image:-o-linear-gradient(rgba(230,188,153,1), rgba(216,156,111,1)) 1 1;
	border-image:linear-gradient(rgba(230,188,153,1), rgba(216,156,111,1)) 1 1;
	border-radius:2px;
}

.l-ipt>input::-webkit-input-placeholder{
    color:rgba(213,160,120,1);
}
.l-ipt>input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:rgba(213,160,120,1);
}
.l-ipt>input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:rgba(213,160,120,1);
}
.l-ipt>input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:rgba(213,160,120,1);
}
.l-login-button{
	width:260px;
	height:50px;
	background-color: rgba(232,184,145,1);
	background:-webkit-linear-gradient(rgba(232,184,145,1) 0%, rgba(229,178,138,1) 20%, rgba(226,173,131,1) 40%, rgba(223,167,124,1) 60%, rgba(219,162,118,1) 80%, rgba(216,156,111,1) 100%);
	background:-o-linear-gradient(rgba(232,184,145,1) 0%, rgba(229,178,138,1) 20%, rgba(226,173,131,1) 40%, rgba(223,167,124,1) 60%, rgba(219,162,118,1) 80%, rgba(216,156,111,1) 100%);
	background:linear-gradient(rgba(232,184,145,1) 0%, rgba(229,178,138,1) 20%, rgba(226,173,131,1) 40%, rgba(223,167,124,1) 60%, rgba(219,162,118,1) 80%, rgba(216,156,111,1) 100%);
	border-radius:2px;
	margin:76px auto 11px;
	font-size:22px;
	color:rgba(51,54,60,1);
}
.l-link{
	font-size:14px;
	color:rgba(213,160,120,1);
	line-height:18px;
	width: 100px;
	margin: 0 auto;
}


/*弹窗 公共样式*/
.l-shadow{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	z-index: 115;	
}
.l-shadow-box{
	width: 400px;
	height: 395px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.l-shadow-txt{
	width: 400px;
	height: 200px;
	background-color: #000;
	background:linear-gradient(136deg,rgba(29,30,36,1) 0%,rgba(61,64,70,1) 100%);
	border-radius:2px;
	border:1px solid;
	margin-bottom: 20px;
}
.l-shadow-txt>h4{
	margin: 43px auto 35px;
	text-align: center;
	background:-webkit-linear-gradient(rgba(232,184,145,1) 0%, rgba(229,178,138,1) 20%, rgba(226,173,131,1) 40%, rgba(223,167,124,1) 60%, rgba(219,162,118,1) 80%, rgba(216,156,111,1) 100%);
	background:-o-linear-gradient(rgba(232,184,145,1) 0%, rgba(229,178,138,1) 20%, rgba(226,173,131,1) 40%, rgba(223,167,124,1) 60%, rgba(219,162,118,1) 80%, rgba(216,156,111,1) 100%);
	background:linear-gradient(rgba(232,184,145,1) 0%, rgba(229,178,138,1) 20%, rgba(226,173,131,1) 40%, rgba(223,167,124,1) 60%, rgba(219,162,118,1) 80%, rgba(216,156,111,1) 100%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	font-size: 24px;
	line-height: 1.2;
	color:rgba(213,160,120,1);
}
.l-shadow-txt>span{
	width:252px;
	font-size:14px;
	color:rgba(213,160,120,1);
	line-height:20px;
	text-align: center;
	margin: 0 auto;
}
.l-shadow-button{
	width:400px;
	height:50px;
	background:rgba(218,160,116,1);
	border-radius:2px;
	font-size:18px;
	font-weight:600;
	color:rgba(51,54,60,1);
}
.l-shadow-close{
	width: 44px;
	height: 44px;
	margin: 80px auto 0;
} 
.l-shadow-button,.l-shadow-close{
	cursor: pointer;
}
.l-ipt:last-of-type{
    margin-bottom: 10px;
}
@media screen and ( max-width:1424px ){
    .l-title{
        font-size:27px;
        margin:134px auto 0;
    }
    .l-subTtile{
        margin-bottom:59px;
    }
    .l-ipt{
        width:245px;
    }
    .l-ipt>span{
        font-size:14px;
        margin-right:10px;
        line-height:27px;
    }
    .l-ipt>input{
        height:27px;
    }
    .l-login-button{
        width:193px;
        height:37px;
        margin-top:56px;
        font-size:16px;
    }
}