@charset"utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
	margin: 0;
	padding: 0;
}

html,
body {
	font-size: 100%;
	font-family: "微软雅黑";
	width: 100%;
	height: 100%;
	/*overflow-x:auto;
		overflow-y:hidden;*/
}

body {
	min-width: 1250px;
	-webkit-text-size-adjust: none;
}

ul,
ol,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;

}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.mb_hover {
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}
body{
	background: linear-gradient(111deg, #357AFF, #62C2FF);
}
.content{
	width: 100%;
	height: calc(100vh - 32px) ;
	padding-top: 32px ;
	background-image: url(../images/bg.png);
	background-size: cover;
}
.info div:first-child{
	width: 302px;
	height: 74px;
	line-height: 74px;
	padding-left: 37px;
	background: #357AFF;
	border-radius: 0px 37px 37px 0px;
	font-size: 32px;
	color: #fff;
	margin-bottom: 25px;
	display: inline-block;
}
.info span{
	color: #FFFFFF;
	float: right;
	margin-right: 90px;
	font-size: 20px;
	margin-top: 22px;
}
.info span img{
	width: 27px;
}
.container {
	margin: 0 auto;
	overflow: hidden;
	width: 1003px;
	height: 490px;
	background: #FFFFFF;
	border-radius: 30px;
	box-shadow:  0 0 20px -5px #0066CC;
	padding: 78px 88px 70px 70px;
	background-image: url(../images/container.png);
	background-position: 10% center;
	background-repeat: no-repeat;
}

.tel {
	float: right;
	line-height: 80px;
}

.tel>img {
	vertical-align: middle;
	margin-top: -8px;
	margin-right: 10px;
}

.tel>span {
	color: #949494;
	font-size: 18px;
}
/*登录*/
.u-login {
	/* padding: 25px 30px 45px 30px; */
	width: 460px;
	margin-top: 39px;
	background-color: rgba(255, 255, 255, 0.9);
	float: right;
}
.u-login h1 {
	text-align: center;
	color: #333;
	font-size: 40px;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: 4px;
}
.u-login p{
	width: 100%;
	height: 18px;
	font-size: 18px;
	color: #999999;
	text-align: center;
	margin-bottom: 55px;
}
.xhjyy {
	width: 44px;
	height: 43px;
	vertical-align: sub;
}
form input {
	font-family: "微软雅黑";
	outline: 0;
	background: #fff;
	width: 100%;
	border: none;
	border-bottom: 2px solid #eee;
	margin: 10px 0 20px;
	padding: 16px;
	box-sizing: border-box;
	font-size: 18px;
	color: #999;
}

.user_name,
.password {
	width: 29px;
	padding: 19px 0 0 65px;
	position: absolute;
	top: 5px;
	left: -63px;
}

.use,
.pwd {
	padding-left: 45px;
}
.btn-function .zc{
	text-align: center;
	font-size: 16px;
	color: #357AFF;
	float: left;
	width: 100%;
	cursor: pointer;
}
form a {
    color: #B8B8B8;
    font-size: 14px;
    float: right;
}
form label {
    color: #B8B8B8;
    font-size: 14px;
    float: left;
    margin-left: 2px;
}
form #remember_me {
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    float: left;
    opacity: 0.3;
	margin-top: 5px;
}
.remind span {
	display: inline-block;
	color: #4CAF50;
	text-decoration: none;
	vertical-align: middle;
	margin-left: 4px;
	margin-top: 20px;
}

.sim-button {
	line-height: 40px;
	height: 40px;
	text-align: center;
	width: 150px;
	cursor: pointer;
	border-radius: 8px;
	border: none;
	font-family: "微软雅黑";
	font-size: 16px;
	outline:none;
}
.sim-button:hover{
	background: #006DCC;
}
.button5 {
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
}

.button5:hover {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.login {
	float: right;
	margin: 18px 0;
	width: 460px;
	height: 46px;
	background: #357AFF;
	border-radius: 23px;
	font-size: 18px;
}
.footer{
	width: 100%;
	text-align: center;
	margin-top: 65px;
	font-size: 16px;
	color: #fff;
}
.footer span:first-child{
	margin-right: 75px;
}
/*弹框css*/
#loader {
	position: fixed;
	background-color: #000000;
	opacity: 0.3;
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	display: none;
	top: 45%;
	left: 56.2%;
	margin-left: -300px;
	width: 320px;
	height: 156px;
	position: absolute;
	z-index: 101;
	padding: 24px 20px 20px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	background-color: #FFF;
}

.reveal-modal p {
	color: #666666;
	font-size: 14px;
	margin-top: 23px;
}

.reveal-modal button {
	width: 80px;
	height: 28px;
	font-size: 12px;
	line-height: 28px;
	background-color: #2BBB59;
	border-radius: 4px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}