@charset "utf-8";

/* Style Reset
-----------------------------------------------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0px;
	padding: 0px;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

html button::-moz-focus-inner {
	border-color: transparent !important;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

ul,
li,
dl,
dt,
dd,
ol {
	display: block;
	list-style: none;
}

fieldset,
img {
	border: 0;
}

iframe {
	background-image: none;
}

input,
textarea {
	outline: none;
}

.clear {
	clear: both;
	height: 0px;
}

.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

img {
	border: 0px;
}

body {
	font-family: "微软雅黑";
	color: #333333;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	font-size: 12px;
	background: #fff;
}

a {
	text-decoration: none;
	color: #333333;
	/*transition: all 0.5s ease;*/
}

a:hover {
	text-decoration: none;
	color: #d8200d;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.none {
	display: none;
}

.ani5 {
	transition: all ease-in-out .5s;
}

.ani {
	overflow: hidden;
}

.ani img {
	transition: all ease-in-out .3s;
	display: block;
}

.ani:hover img {
	transform: scale(1.05);
}

.h10px {
	height: 10px;
	width: 100%;
	clear: both;
}

.h15px {
	height: 15px;
	width: 100%;
	clear: both;
}

.h25px {
	height: 25px;
	width: 100%;
	clear: both;
}

.h50px {
	height: 50px;
	width: 100%;
	clear: both;
}

.mt15px {
	margin-top: 15px;
}

.mt10px {
	margin-top: 10px;
}

.mt20px {
	margin-top: 20px;
}

.mr15px {
	margin-right: 15px;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.blod {
	font-weight: bold;
}

html {
	-webkit-text-size-adjust: none;
	font-size: 12px;
	min-width: 1200px;
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

center {
	text-align: center;
	line-height: 60px;
	font-family: "微软雅黑"
}

em {
	font-style: normal;
}

.tecen {
	text-align: center !important;
}

.red {
	color: red !important;
}

i,
em {
	font-style: normal;
}

.red {
	color: #D8200D;
}

.bad_con dl:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/*
 内容样式开始
 * */

.login {
	background: url('../images/banner.jpg'); 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; 
}

.login_con {
	width: 1100px;
	margin: 0 auto;
	height: 100vh;
	box-sizing: border-box;
	min-height: 500px;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	position:relative;
}

.login_bd {
	width: 400px;
	padding:20px 50px 0;
	height: 350px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	margin-top: 70px;
	box-shadow: 5px 5px 5px rgba(145, 216, 216, .8);
	position:absolute;
	right:0;
}

.login_bd .bt {
	color: #fff;
	font-size: 24px;
	text-align: center;
	color: #0bb8c1;
	font-weight: bold;
	line-height: 28px;
	padding-bottom: 38px;
}

.login_bd .son {
	padding-bottom: 10px;
}

.login_bd .son input {
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #333;
	background: #f3fbfb;
	border: 1px #d2edf5 solid;
	border-radius: 10px;
	text-indent: 1em;
}

.login_bd .son.zy {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.login_bd .son input.xiao {
	width: 230px;
}

.login_bd .son .yzm {
	width: 150px;
	height: 50px;
	cursor: pointer;
}

.login_bd .dx {
	padding-bottom: 20px;
}

.login_bd label {
	cursor: pointer;
	display: flex;
	font-size: 16px;
	color: #666666;
	align-items: center;
}

.login_bd label input {
	width: 16px;
	height: 16px;
	border-color: #1162fb;
	margin-right: 10px;
}

.login_bd .btn {
	width:300px;
	height: 45px;
	background: linear-gradient(to right, #0bb8c1, #26cbcd);
	border-radius: 10px;
	border: none;
	overflow: hidden;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	cursor: pointer;
}

