@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: 230px; */
}

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;
}
.thdlog {
    margin-top: 20px;
}
.thdlog .divider--horizontal {
    margin-top: 0;
    margin-bottom: 15px;
}
.divider--horizontal {
    display: block;
    height: 1px;
    width: 100%;
    margin: 1.714285rem 0;
    background-color: #dcdfe6;
    position: relative;
}
.divider__text.is-center {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.thdlog .divider__text {
    font-weight: 400;
    color: #40404e;
    font-size: 14px;
}
.divider__text {
    position: absolute;
    background-color: #f0f3f4;
    padding: 0 1.428571rem;
    font-weight: 500;
    color: #303133;
    font-size: 1rem;
}
