body {
	width: 100%;
	height: auto;
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* background-color:#04165D;  */
}

.login {
	background-color: #fff;
	/* box-shadow: 5px 7px 16px 8px rgba(0,57,169,0.19); */
	border-radius: 6px;
	/* position: absolute;
	left: 60em;
	top: 10em; */
}

.title {
	width: 100%;
	font-size: 26px;
	color: white;
	padding: 30px 50px;
	position: absolute;
	z-index: 999;
}

.login-form {
	width:400px;
	padding: 2em;
	float:right;
	text-align:left;
	background: #FFFFFF;
	box-shadow: 0px 8px 16px 0px rgba(0,40,107,0.08);
	border-radius: 8px;
}

.outline {
	color: black;
	font-size: 24px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
}

.footer_word {
	width: 80%;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 1em;
}
/* .code-in{position:relative;width:calc(100% - 103px)} */
.code-box, .code-in {
	float: left;
	display: block
}

.code-box {
	margin-left: 8px;
	width: 30%;
	height: 38px;
	border: 1px solid #e6e8e9;
	border-radius: 3px;
	text-align: center;
	margin-top: 0px;
}
/* @media screen and (max-width: 500px) {
body{
width:500px;
height:100%;
overflow:scroll;
}
   }
@media screen and (min-width: 501px) {
body{
width:100%;
height:100%;
overflow:hidden;
}
   }   
@media screen and (max-width: 1070px) {
.imgDiv{
      display:none;
    }
.loginBox{
margin-left:0%; 
margin:30px auto;
}
   }

@media screen and (min-width: 1071px) {
.imgDiv{
      display:block;
    }
   } */

/* @media screen and (max-width: 1499px) {
.loginBox {
       margin:6% 6%;
       width:450px;
    }
   }
@media screen and (min-width: 1500px) {
    .loginBox {
       height:30%;
       margin:9% 12%;
    }
    	.img{
	max-width: 100%;
	float: right;
	margin: 18vh auto;
}
}   
@media screen and (max-width: 350px) {
.loginBox {
       margin:6% 6%;
       width:300px;
    }
   }
@media screen and (max-width: 1200px) {
.overflow_display {
      overflow:scroll
    }
   }
@media screen and (min-width: 1201px) {
.overflow_display {
       overflow:hidden
    }
   } */


.bigText {
	/* width: 197px; */
	height: 28px;
	font-family: PingFangSC-Semibold;
	font-size: 28px;
	color: #111926;
	letter-spacing: 0;
	text-align: left;
	line-height: 28px;
	font-weight: 600;
}

.clear:after {
	clear: both;
	content: '';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.denglu {
	display: inline-block;
	/* width: 56px; */
	height: 28px;
	font-family: PingFangSC-Semibold;
	font-size: 28px;
	color: #111926;
	letter-spacing: 0;
	text-align: left;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 32px;
}

.form-control {
	border-radius: 2px;
	font-size: 14px;
	line-height: 24.5px;
}

.form-group {
	margin-bottom: 20px;
}

.loginContain {
	width: 90%;
	margin: 0 auto;
	padding-top: 14.1%;
}

.part-one {
	width: 35%;
	float: left
}

.part-two {
	width: 32%;
	float: left;
	text-align: left;
	padding-top: 100px;
}

.part-three {
	width: 32%;
	float: right;
	text-align: left;
}

.smallText {
	margin-top: 26px;
	width: 336px;
	height: 24px;
	font-family: PingFangSC-Light;
	font-size: 24px;
	color: #5B5F66;
	letter-spacing: 0;
	text-align: left;
	line-height: 24px;
	font-weight: 200;
}

.titleWord {
	float: right;
	width: 72px;
	height: 24px;
	font-family: PingFangSC-Regular;
	font-size: 18px;
	color: #5B5F66;
	letter-spacing: 0;
	text-align: left;
	line-height: 24px;
	font-weight: 400;
	cursor: pointer;
}

.ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
}

.ant-row {
    flex-flow: row wrap;
}

.ant-row, .ant-row:after, .ant-row:before {
    display: flex;
}

.ant-form-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    margin-bottom: 24px;
    vertical-align: top;
}

.ant-form-item {
    margin-bottom: 25px;
}

.ant-form-item {
    height: auto;
}

.ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}

.ant-form-item-control {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ant-form-horizontal .ant-form-item-control {
    flex: 1 1 0;
    min-width: 0;
}

.ant-form-item-control:first-child:not([class^=ant-col-]):not([class*=" ant-col-"]) {
    width: 100%;
}

.ant-form-item-control-input {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 32px;
}

.ant-form-item-control-input-content {
    flex: auto;
    max-width: 100%;
}

.ant-input-affix-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
    display: inline-flex;
}

.ant-input-affix-wrapper {
    padding: 0 11px;
}

*, :after, :before {
    box-sizing: border-box;
}

.ant-input-affix-wrapper:before {
    width: 0;
    visibility: hidden;
    content: "\a0";
}

.ant-input-prefix, .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
}

#loginForm .ant-input-prefix {
    margin-right: 10px;
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
}

.ant-input {
    color: #1b283f;
    border: 1px solid #dadee6;
}

input[type=number], input[type=password], input[type=text], textarea {
    -webkit-appearance: none;
}

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    touch-action: manipulation;
}

.ant-input:placeholder-shown {
    text-overflow: ellipsis;
}

.ant-input {
    width: 100%;
    height: 44px;
}

.ant-input-affix-wrapper .ant-input {
    padding: 0;
    border: none;
    outline: none;
}

.ant-input-prefix, .ant-input-suffix {
    display: flex;
    flex: none;
    align-items: center;
}

.ant-input-suffix {
    margin-left: 4px;
}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ant-input-password-icon.anticon {
    color: rgba(0,0,0,.45);
    cursor: pointer;
    transition: all .3s;
}

.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
    color: #1b283f;
    border-color: #2677ff;
}

.bmd-form-group {
	width: 100%;
    height: 44px;
}


@media only screen and (max-width: 1600px) {
	.loginContain {
		padding-top: 12.2%;
	}	
}

@media only screen and (max-width: 1300px) {
	.loginContain {
		padding-top: 9%;
	}	
}

@media only screen and (max-width: 1100px) {
	.bigText {
	    text-align: center;
	}
	
	.loginContain {
		padding-top: 7%;
	}
	
	.login-form {
		margin: 30px auto 0;
		float: none;
		text-align: center;
	}

	.part-one {
		display: none;
	}
	
	.part-two {
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}
	
	.part-three {
		float: none;
		width: 100%;
		text-align: center;
	}	
	
	.smallText {
		margin-top: 0;
	    text-align: center;
	    width: auto;
	}
}

@media only screen and (max-width: 900px) {
	.loginContain {
		padding-top: 8%;
	}	
}

@media only screen and (max-width: 700px) {
	.loginContain {
		padding-top: 9.6%;
	}	
}

@media only screen and (max-width: 600px) {
	.loginContain {
		padding-top: 11.6%;
	}	
}

@media only screen and (max-width: 500px) {
	.loginContain {
		padding-top: 13.6%;
	}	
}