﻿@charset "utf-8";
/*=========================Reset_start==========================*/
body,h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ol,ul,li,form,table,th,td,a,img,span,strong,var,em,input,textarea,select,option{margin: 0; padding: 0;-webkit-box-sizing: border-box;box-sizing: border-box;}
html,body{font-family:"微软雅黑","宋体",Arail,Tabhoma; font-size: 14px; text-align: left;}
ul,ol{list-style: none;}
img{border: 0;border: none;}
input,select,textarea,button{outline:0;}
input,button{border:none;outline: none}
textarea{resize:none; overflow-y: auto;}
table{border-collapse: collapse; border-spacing: 0;}
th,strong,var,em{font-weight: normal; font-style: normal;}
a{text-decoration: none;}
a:link,a:visited,a:hover,a:active{text-decoration:none;} 
/*==========================Reset_End===========================*/
.clearfloat:before,.clearfloat:after{display:table;content:"";} 
.clearfloat:after{clear: both;}
.fl{float: left;}
.fr{float: right;}
html,body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.container{
	width: 100%;
	height: 100%;
    background: url(/images/home/math/loginBg.jpg) no-repeat left top;
    background-size: cover;
    position: relative;
}
.forms{
	width: 685px;
	height: 391px;
	background: url(/images/home/math/formBg.png) no-repeat left top;
    background-size: cover;
	position: absolute;
	right: 13.6%;
	top: 21.8%;
}

.formLists{
	width: 66%;
	position: absolute;
    left: 17%;
    top: 15%;
}
.formList{
	position: relative;
	width: 100%;
	height: 60px;
	background: url(/images/home/math/line.png) no-repeat left bottom;
    background-size: contain;
}

.inputBg{
	display: block;
	height: 30px;
	margin-top: 15px;
}
.inputs{
	display: block;
	height: 30px;
	margin-top: 15px;
	margin-left: 20px;
	color: #fff;
	background: none;
	font-size: 16px;
}
#yzm{
	width: 120px;
}
.yzm{
	display: block;
	width: 105px;
	height: 46px;
	background: #31639e;
	margin-top: 7px;
	text-align: center;
	line-height: 46px;
}
.yzm font{
	font-size: 20px;
}
.change{
	display: block;
	width: 80px;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	position: absolute;
	right: -90px;
	top: 7px;
	color: #fff;
}
.forget{
	display: block;
	width: 100%;
	height: 30px;
	text-align: right;
	line-height: 30px;
	color: #d58a2d;
	cursor: pointer;
}

.submitBtn{
	display: block;
	width: 255px;
	height: 63px;
	cursor: pointer;
	background: url(/images/home/math/loginBtn.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
    margin: auto;
}
.submitBtn:hover{
	background: url(/images/home/math/loginBtnHover.png) no-repeat center center;
    background-size: contain;
}

.googletip{font-size: 15px;  margin-top: 400px; margin-left: 145px; color: white;}
.googletip a {color: #d58a2d}