.fl {
	float: left;
}
.fr {
	float: right;
}
img {
	width: 100%;
}
ul,ol {
	list-style:none;
}
a {
	text-decoration: none;
}
p {
    margin: 0;
}
body {
	margin-bottom: 0;
	min-width: 1200px;
}
.bg-red {
	background-color:#b01f24;
}
.bg-blue {
	background-color: #20b3ed;
}
.bg-blue2 {
	background-color: #3783cf;
}
.bg-green {
	background-color: #a2bb2d;
}

.header {
	width: 100%;
    /*height: 87px;*/
    height: 46px;
    border: none;
    display: block;
}
.footer {
    width: 100%;
    min-width: 1200px;
    height: 96px;
    border: none;
    display: block;
    /*position: relative;*/
    /*bottom: 0;*/
    /*z-index: 100;*/
}
.contact-left {
	width: 222px;
    height: 217px;
    border: none;
    display: block;
}
.login {
    width: 100%;
    min-width: 360px;
    height: 316px;
    border: none;
    display: block;
}
.register-form {
    width: 100%;
    height: 560px;
    border: none;
    display: block;
}
.height-50 {
	width: 100%;
	height: 50px;
}

.font-red {
    color: red;
}

.cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 1000;
}
.login-container {
    width: 360px;
    height: 316px;
    position: fixed;
    top: 50%;
    margin-top: -158px;
    left: 50%;
    margin-left: -180px;

    background: #ffffff;
}

.register-container {
    width: 420px;
    height: 560px;
    position: fixed;
    top: 50%;
    margin-top: -290px;
    left: 50%;
    margin-left: -210px;
    background: #ffffff;
    padding-top: 27px;
}

