@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: 250px;
}

h3 {
	margin-top: 5px;
	font-weight: 600;
    font-size: 18px;
}

.maxwidth{
	width:100%;
}

.login-tip{
	text-align: left;
    color: #999;
}
#btnSumit{
	background-color: #ee772d!important;
    color: #fff!important;
}


#small-content {position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 19891015; background: #fff; width: 100%; height: 100%; text-align: center; display: none;}
#goComputerDiv {position: absolute; top: calc(50% - 41.5px); left: calc(50% - 165px);}
.gocomputer {color: #999; font-size: 15px;}
@media screen and (max-width:1023px){
	#small-content {display:block!important;}
}

.login-code-div{
    display: flex;
    height: 38px;
}

.login-code{
    width: 150px;
    height: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.login-code img{
    width: 100%;
    cursor: pointer;
}

.login-code-div input{
    width: calc(100% - 150px);
}