﻿h1,
h2,
h3,
h4,
h5,
div,
body,
a,
ul,
li,
form,
p,
input,
table,
tr,
th,
td,
span,
img,
button,
label,
select,
option,
input,
textarea {
	margin: 0;
	padding: 0;
	outline: none !important;
	font-family: "Microsoft YaHei";
}

a {
	text-decoration: none;
	color: #000;
}

ul，ol {
	list-style: none;
}

*{
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	background: url(img/BG.png);
	background-size: 1920px auto;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: auto;
	position: relative;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.font-black {
	color: #000;
}

.font-white {
	color: #fff;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-18 {
	font-size: 18px;
}

@font-face {
	font-family: 'Bauhaus93';
	src: url(font/bauhs93.ttf);
}

input {
	border: none;
}

input:focus {
	outline: none;
}

body {
	min-width: 1200px;
	width: 100%;
}

.bgmg {
	background-size: 1920px auto;
	background-repeat: no-repeat;
	background-position: center -50px;
	width: 100%;
	height: 800px;
	position: relative;
}
.banners{
	display: block;
	margin: 60px auto 15px auto;
}
.logins {
	width: 360px;
	height: 220px;
	margin: 0px 60px 0 40px;
	margin: 0 auto;
}

.logins .lo_bt {
	width: 200px;
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 3px solid #8eb4e3;
	font-size: 28px;
}

.logins .lo_inp {
	width: 360px;
	padding:5px 0;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
	font-size: 21px;
}

.lo_inp label {
	font-weight: 500;
}

.lo_inp input {
	background-color: #d3cdcd;
	color: #FFFFFF;
	display: inline-block;
	width: 360px;
	font-size: 16px;
	padding-left: 25px;
	color: #000000;
	height: 30px;
}

.bomt-p {
	color: #d3cdcd;
	text-align: center;
	font-size: 18px;
    margin-bottom:5px;
}
.bomt-p2{
	font-size: 20px;
}
.bgtop {
	position: relative;
	padding-left: 60px;
}

.bgtop .loft {
	position: absolute;
	font-family: Bauhaus93;
	color: #7f7f7f;
	font-size: 28px;
	right: 60px;
	bottom: 0;
}

.bgtop img {
	width: ;
	margin-bottom: -25px;
	margin-top: 30px;
}

.bgtom {
	padding: 0;
}

.li_inp {
	margin: 5px auto ;
}

.li_inp input[type="text"] {
	width: 170px;
	height: 30px;
	vertical-align: middle;
	background-color: #d3cdcd;
	padding-left: 25px;
	font-size: 16px;
}

.li_inp .yzmg {
	width: 115px;
	height: 40px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 700;
	display: inline-block;
	letter-spacing: 4px;
	font-size: 21px;
	text-align: center;
	vertical-align: -11px;
	margin-left: 20px;
	background-color: #d3cdcd;
}

.li_inp input[type="checkbox"] {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-left: 0px;
}

.li_inp p {
	font-size: 21px;
	color: #FFFFFF;
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}

.terms-of-use{
	color: #d3cdcd;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}
.terms-of-use a{
	color: #d3cdcd;
	text-decoration:underline;
}
.login{
	width: 130px;
	height: 32px;
	display: block;
	border: 0;
	background:url(img/login.png);
	background-size: 100% 100%;
	color: #FFFFFF;
	margin: 20px auto;
}
