﻿@charset "utf-8";
/* CSS Document */

*{ padding:0px; margin:0px;box-sizing: border-box;}
body{ font-family:"microsoft yahei"; font-size:14px; }
a{ text-decoration:none;}
ul{list-style:none;}
.clear{ clear:both;}
.ftl{ float:left;}
.ftr{ float:right;}
.mb20{ margin-bottom:20px;}
.ml15{ margin-left:15px;}
.mr15{ margin-right:15px;}
img{ border:none;}


.pageContain{width:100%;height:100%;}
.leftArea{width: 50%;float:left;}
.leftArea img{width: 90%;float: right;margin-top: 5%;}


.rightArea{width: 50%;float: right;}
.loginBox{width: 60%;margin:20% auto 0 auto;background:#fff;border:13px solid #CACEF1;border-radius:1px;}
.xtName{display: block;margin:35px auto;width:65%;}
.inputBox{width: 67%;margin:0 auto;padding-bottom:30px;}
.inputBox input{width:100%;height:50px;line-height: 50px;margin-bottom:25px;border:none;border-bottom:1px solid #3272DE;padding-left: 50px;font-size: 18px;outline: none;}
.usernameInput{background: #fff url(../images/iconUserName.png) no-repeat 0px 6px;}
.passwordInput{background: #fff url(../images/iconPassword.png) no-repeat 0px 5px;}
.yzmInput{background: #fff url(../images/icYzm.png) no-repeat 0px 6px;}

.relativeBox{position:relative}
.yzmPic{position:absolute;right:0;top: 0px;max-width: 8em;}

.submitBtn{display: block;width:100%;border-radius:8px;color:#fff;text-align: center;height:50px;line-height: 50px;font-size:18px;margin-bottom: 15px;
    background: -webkit-linear-gradient(left, #2875FF , #56BDFE); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#2875FF,#56BDFE); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#2875FF,#56BDFE); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#2875FF ,#56BDFE); /* 标准的语法（必须放在最后） */}

.tipTxt{height:25px;line-height: 25px;text-align: right;}


.foot{width:100%;height:50px;line-height: 50px;position:absolute;bottom:0;left:0;color:#fff;text-align: center;}













