body{
	background: #0d354c;
}
/*.loginBox{
	min-height: 760px;
}*/
.tipsBox{
	height: 60px;
	line-height: 60px;
	width: 100%;
	background: #f0fffc;
	border-bottom: 1px solid #e6f0ed;
	margin-top: 60px;
	position: absolute;
	top: 0px;
	display: none;
}
.tips{
	width: 1400px;
	margin: 0 auto ;
	font-size: 14px;
	color: #68b2a3;
}
.tipsBox .close_icon{
	width: 16px;
	height: 16px;
	float: right;
	padding-top: 22px;
}
.loginMsg{
	width: 420px;
	/* height: 366px; */
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	padding: 50px 80px;
	
}
.loginForm{
	width: 320px;
	background: #273f59;
	padding: 36px 50px;
	border-radius: 5px;
	position: relative;
}
.loginBox .logo_icon{
	width: 200px;
	height: 200px;
}
/* .no-more {
	letter-spacing: -1px;
	color: #e1e1e1;
	text-align: center;
	background: #fff;
	padding: 15px 0 0px;
	font-size: 12px;
}
.no-more span {
	letter-spacing: 0;
	margin: 0 19px;
} */
.sigma-content{
    margin-top: 15px;
    text-align: center;
    background-color: #fff;
}
.sigma-middle-line:before{
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;/*颜色需与主题大背景色一致*/ 
    position: relative;
    top: 14px;/*调节线高*/
    left: 0;
}
.sigma-line-text{
    display: inline-block;
    background: #fff;
    padding: 0 18px 0 18px;
    position: relative;
    font-size: 16px;
    color: #888;
}
.inputBox {
	border: 1px solid #c1c1c1;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	text-align: left;
	border-radius: 20px;
}
.loginBox .inputBox .input {
	font-size: 14px;
	color: #888;
	padding:0 20px 0 10px;
	display: inline-block;
}
.loginBox .inputBox input {
	font-size: 14px;
	width: 94%;
	background: none;
	margin-left: 15px;
	color: #fff;
}
.loginBox .inputBox .icon{
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.loginBox .btn-login{
	height: 40px;
	line-height: 40px;
	background: #709b33;
	color: #fff;
	margin-top: 30px;
	border-radius: 20px;
}
.loginBox .btn-login:hover{
	background: #8aba46;
}
.loginBox .btn-login input{
	line-height: 40px;
	width: 100%;
	display: block;
	cursor: pointer;
}
.loginBox .btn-login input{
	background: none;
	color: #fff;
	font-size: 16px;
	width: 100%;
    height: 40px;
}
.loginBox .email-error{
	font-size: 12px;
	color: #fb2121;
	text-align: left;
	position: absolute;
	top: 162px;
}
.password-error,.code-error{
	font-size: 12px;
	color: #fb2121;
	text-align: left;
	position: absolute;
	top: 235px;
}
.code-error{
	display: none;
	top: 246px;
}
#gg.code-error{
	top: 279px;
}
.loginBox .left{
	font-size: 14px;
	color: #01d2a8;
	float: left;
	margin-top: 10px;
}
.loginBox .left:hover{
	text-decoration: underline;
}
.loginBox .right{
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
	display: inline-block;
}
.loginBox .right span:hover{
	text-decoration: underline;
}
.reseat-emaile{
	display: none;
	text-align:right;
	font-size: 14px;
	color: #888;
}
.loginBox .right a,.reseat-emaile a{
	color:#01d2a8;
}
.loginBox .right a:hover{
	text-decoration: underline;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #273f59 inset;
    -webkit-text-fill-color: #e4e4e4;
}
/* Add image verification  */
.loginBox .click{
	height: 40px;
	line-height: 40px;
	border: 1px solid #c1c1c1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f7f7f7;
	margin-top: 30px;
	font-size: 14px;
	color: #888;
	cursor: pointer;
}
.loginBox .click:hover{
	background: #f0f0f0;
}
.loginMsg .inputBox.green{
	border: 1px solid #1aa2a0;
}
.red-input{
    border: 1px solid #fb2121;
}
.promptBox{
	width:440px;
	background: #fff;
	padding: 35px 38px 22px;
	font-size: 20px;
	text-align: center;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 20px #ccc;
	box-shadow: 0px 0px 20px #ccc;
	position: absolute;
	left: 50%;
	margin-left: -258px;
	top: 30%;
	display: none;
	color: #888;
}
.promptBox .title{
	font-size: 24px;
	margin-bottom: 10px;
	color: #333;
}
.promptBox .btnOk{
	font-size: 26px;
	color: #28cbab;
	text-decoration: underline;
	margin-top: 10px;
}
.clearfix .right span{
	cursor: pointer;
}
#robot>div:first-child{
	margin: 0 auto;
}
.loginBox .loginForm .lo-tips{
	font-size: 12px;
	color: #fff;
}
.loginBox .loginForm .lo-tips img{
	width: 18px;
}


@media only screen and (max-width: 768px){
    .loginBox {
    	overflow: hidden;
    }
    .loginMsg{
    	padding: 50px 0;
    }
}