@charset "UTF-8";

/* 全局 */
html, body {
	height: 100%;
}

.gray-bg {
    background-color: #f0f3f4;
}

body {
    font-family: "Microsoft YaHei","Source Sans Pro","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
}

.nopadding {
	padding: 0;
}

.middle-box {
	width: calc(100% - 20px);
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

@media screen and (max-width: 1100px){
	.middle-box {
		max-width: 330px;
	}
}

.middle-box h1 {
    font-size: 170px;
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 20px;
}

.logo-name img{
    max-width: 300px;
}

h3 {
	margin-top: 5px;
	font-weight: 600;
    font-size: 18px;
}

.maxwidth{
	width:100%;
}

.login-tip{
	text-align: left;
    color: #999;
}
#btnSumit{
	background-color: var(--main_color)!important;
    color: #fff!important;
}
.welcome{
	margin-top:170px;
}