﻿body {
    font-size: 12px;
    font-family: '微软雅黑',"宋体",Arial;
    line-height: 200%;
    color: #333;
    width: 100%;
    text-align: left;
    background-color: #eaedef;
    word-break: break-all;
}
div{
    display:block;
}
a{
    color:#1890ff;
    text-decoration:none;
    cursor:pointer;
}
input{
    outline:none;
    vertical-align:middle;
}
table{
    border-collapse:separate;
    border-spacing:2px;
}
.test{
    color:dodgerblue
}
.two{
    color:red;
    padding-top:100px;
}
.loginContainer{
    width:100%;
    margin:0 auto;
}
.whiteBox{
    background:#fff;
    width:100%;
    padding:15px;
    margin-bottom:5px;
    -webkit-box-sizing:border-box;
}
.f1{
    float:left;
    display:inline;
}
.showcase {
    width:660px;
    height:350px;
    overflow:hidden;
    float:left;
    padding-right:20px;
    position:relative;
}
.loginForm{
    width:280px;
    text-align:center;
}
.loginArea{
    height:320px;    
}
.inputText{
    border:1px solid #D7D7D7;
    border-radius:3px;
    height:14px;
    padding:8px 0;
    line-height:14px;
    padding-left:5px;
    font-size:12px;
    display:inline-block;
    width:160px;
}
.loginInput{
    width:260px;
}
.loginButton{
    width:270px;
    height:40px;
    font-size:16px;
    text-align:center;
    line-height:40px;
}
.wf100{
    width:100%;
}
.nopadding{
    padding:0;
}
.blueButton{
    background-color:#2a7eed;
    border:1px solid #2a7eed;
    color:#fff;
    display:inline-block;
    border-radius:3px;
    box-sizing:border-box;
}
.button{
    cursor:pointer;
}
.regButton {
    background-color: #2a7eed;
    border: 1px solid #2a7eed;
    color: #fff;
    border-radius: 3px;
    width:200px;
    font-size:24px;
}