body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
section,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
}

body {
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background: url(../images/sydi.jpg);
	margin: 0;
	font-family: '微软雅黑', 'lucinda grande', 'trebuchet ms', 'verdana', 'sans-serif';
	min-width: 1100px;
}

@font-face {
	font-family: zaofang;
	/*这里是说明调用来的字体名字*/
	src: url(../font/MFYueHei_Noncommercial-Regular.otf);
	/*这里是字体文件路径*/
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}
.wrap{
	width: 1200px;
    background-color: rgba(255,255,255,0.5);
    margin: auto;
    height: 550px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.wrapleft{
	width: 70%;
	height: 100%;
	float: left;
	position: relative;
}
.wrapleft1{
	width: 15%;
	position: absolute;
	left: 20px;
	top: 20px;
}
.wrapleft2{
	width: 70%;
    position: absolute;
    left: 15%;
    top: 13%;
}
.wrapright{
	width: 30%;
	height: 100%;
	background-color: #ffffff;
	padding:30px;
	float: right;
	text-align: center;
	padding-top: 7%;
}
.wrapleft div{
	height: 50px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: right;
}
.wrapleft div img{
	height: 25px;
}
.wrapleft div p{
	font-size: 17px;
    line-height: 17px;
    color: #ffffff;
    margin-top: 5px;
    font-weight: bold;
}
.wrapright h1{
	font-size: 17px;
    line-height: 22px;
    color: #4abfc8;
    margin-bottom: 10px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrapright h2{
	font-size: 18px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 45px;
    font-weight: bold;
}
.wrapright h2 span{
	position: relative;
}
.wrapright h2 span:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 3px;
	background-color: #2196f3;
}
.login ul{
	width: 100%;
}
.login ul li{
	width: 100%;
	background-color: #f2f7ff;
	position: relative;
	border-radius: 20px;
	height: 40px;
	padding:0 20px;
	padding-left: 44px;
	overflow: hidden;
	margin-bottom: 25px;
}
.login ul li .tb{
	height: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.login ul li input{
	width: 100%;
	background-color: #f2f7ff;
	border:none;
	outline-style: none;
	height: 40px;
}
.verify_img{
	position:absolute;
	right: 0;
	top: 0;
}
.verifycode-wrapper{
	padding-right: 140px;
}
#login_btn_wraper{
	width: 100%;
	margin-top: 35px;
}
#login_btn_wraper button{
	width: 100%;
	height: 40px;
	background-color: #395ce0;
	color: #ffffff;
	outline-style: none;
	font-size: 15px;
}
.tips_error {
    color: #ff581b !important;
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
.tips_success{
	color: #4abfc8 !important;
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
@media only screen and (max-width: 1300px){
.wrap {
    width: 1000px;
}
.wrapleft {
    width: 65%;
}
.wrapright {
    width: 35%;
}
.wrapleft2 {
    top: 22%;
}


}

@media only screen and (max-width: 640px) {
	body{
		min-width: 100%;
	}
	.wrap {
    width: 100%;
    background-color: rgba(255,255,255,0);
    margin: auto;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 15px;
}
	.wrapleft{
		display: none;
	}
	.wrapright {
    width: 100%;
    /* height: 100%; */
    background-color: #ffffff;
    padding: 20px;
    float: right;
    text-align: center;
}






}