﻿@charset "utf-8";
/* CSS Document */

.wrapLogin { width: 100%; height: 790px; background: url(../images/login_bg.jpg) no-repeat center top;}
.loginTit { width: 560px; height: 145px; margin: 0 auto; clear: both; background: url(../images/login_logo.png) no-repeat center center; overflow: hidden; text-indent: -999px;}

.loginBox { width: 400px; margin: 0 auto; background-color: #ffffff; border: #d8d9de 1px solid; font-size: 16px; line-height: 20px;}
.loginForm { margin: 0 auto; width: 300px;}
.loginForm li { margin: 20px 0; position: relative;  font-size: 15px;}
.loginForm .input { width: 280px; height: 20px; padding: 14px 9px; background-color: #f6f8f9; border: #eeeeee 1px solid; font-size: 16px; color: #000;}
.loginForm .input:focus {color:#333; border:1px solid #1093ee; background-color: #ffffff; }
.loginForm .input2 { width: 140px; height: 20px; padding: 14px 149px 14px 9px; background-color: #f6f8f9; border: #eeeeee 1px solid; font-size: 16px; color: #000; float: left; overflow: hidden;}
.loginForm .input2:focus {color:#333; border:1px solid #1093ee; background-color: #ffffff; }
.loginForm .yzmBox { width: 120px; height: 46px; text-align: center;  overflow: hidden; position: absolute; top: 0px; right: 1px; z-index: 1;background:#656565;}
.yzmBox a{ color: #fff; }
.loginForm .yzmBox img { max-height: 48px; max-width: 120px;width: 98px;height: 47px;margin-top: -3px;cursor: pointer;}
.loginForm .yzmMobile { height: 18px; margin-top: 16px; cursor: pointer;  width: 110px; text-align: center; line-height: 18px; border-left: #8b95a0 1px solid; color: #8b95a0; position: absolute; top: 1px; right: 1px; z-index: 1;}
.checkbox { border: #8b95a0 1px solid; width: 14px; height: 14px; float: left;margin-top: 4px; }

.placeholder { width: 280px; height: 20px; padding: 14px 9px; background-color: #f6f8f9; border: #eeeeee 1px solid; font-size: 16px; color: #666666; position: absolute; left: 0; top: 0; z-index: 1;}
.loginForm li.yzm { height: 50px; background-color: #f6f8f9;}

.prompt { height: 30px; text-align: center; font-size: 14px; line-height: 30px; color: #ffffff;}
.prompt.error { background-color: #ff4f5d;}
.prompt.success { background-color: #4fafff;}
.prompt span { display: inline-block;  padding-left: 30px; background-image: url(../images/ico_prompt.png); background-repeat: no-repeat;}
.prompt.success span { background-position: 0 0;}
.prompt.error span { background-position: 0 -40px;}

.loginBt { display: block; height: 50px; line-height: 50px; font-size: 18px; text-align: center; background-color: #4fafff;cursor: pointer; }
.loginBt:hover { background-color: #3da3f8;}
.loginType { height: 40px; padding: 10px 0; text-align: center;}
.loginType a { display: inline-block; width: 40px; height: 40px; margin: 0 10px; background-image: url(../images/ico_login.png); background-repeat: no-repeat; overflow: hidden; text-indent: -999px;}
.loginType a.t1 { background-position: 0 0;}
.loginType a.t2 { background-position: 0 -50px;}
.loginType a.t3 { background-position: 0 -100px;}
.loginEnd { height: 40px; font-size: 16px; text-align: center; line-height: 40px; margin-bottom: 20px;}

.loginForm .gray { color: #8b95a0;}
.gray a{ color: #3da3f8 !important; }
.gray a:hover{ color: #00adef; }

.normalspan{ font-size: 12px;color: #fd1616; }