/* CSS Document */
html, body, div, span, object, iframe,h1, h2,
h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn,
em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd,
ol, ul, li,fieldset, form, label, legend,table, caption, tbody,
tfoot,thead,tr, th, td,article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary,time, mark,
audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline-style:none;/*FF*/
}

body {
    line-height:1;
}

a{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;

}
a:hover,a:focus{
    text-decoration:none;
    bblr:expression(this.onFocus=this.blur());/*IE*/
    outline-style:none;/*FF*/
}
table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}
.textbox{

}
/*css为clearfix，清除浮动*/
.clearfix::before,
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
* {
    padding:0;
    margin: 0;
    font-size: 14px !important;
    box-sizing: border-box;
    font-family: "Microsoft YaHei","宋体", Arial, Geneva, sans-serif;
}

.content{
    width: calc(100vw);
    height: calc(100vh);
    background: url("/images/backgroup1Edit.png") no-repeat;
    background-size: 100%;
    overflow: hidden;
}
.top-icon,.midder-icon,.loginBox,.log-icon,.bottom{
    /*float: left;*/
    /*width: 100%;*/
    /*overflow: hidden;*/
}
.top-icon{
    margin-top: 2%;
    margin-left: 3%;
}
.top-icon img{
    width:30%;
    height:6%;
}
.midder-icon{
    margin-top: 10%;
    margin-left: 30%;
}
.midder-icon .imgs{
    width:40%;
    height: 25%;
    text-align:center;
    overflow: hidden;
}
.midder-icon .imgs img:first-of-type{
    width:50%;
    height:60%;
}
.midder-icon .imgs img:last-of-type{
    width:60%;
    height:60%;
}
.midder-icon .imgs img:last-of-type{
    margin-top: 5%;
}
.loginBox{
    width:70%;
    margin-top:1%;
    margin-left:20%;
    padding-top:2.25%;
    padding-left:2%;
    height:15%;
    background: url("/images/box1.png") no-repeat;
    background-size: 90% 90%;
    overflow:hidden;
}
.loginBox input,.loginBox label{
    float:left;
}
.loginBox input[type="text"] {
    background:white;
    outline:none;
    border:#20bbdb 1px solid;
    width:15%;
    /* width:25%;*/
    height:40%;
    border-radius:5px;
    padding-left:5%;
    font-size:18px!important;
    color:black;
}
.companySelect{
    float: left;
    margin-right:5%;
    width: 28%;
    height: 40%;
    border-radius:5px!important;
    padding-left: 5px;
    background-color: white;
}
.companySelect input[type="text"]{
    border:none;
}

.loginBox input[type="text"]{
    margin-right:2.5%;
}

.loginBox input[type="password"] {
    background:white;
    outline:none;
    border:#20bbdb 1px solid;
    width:15%;
    height:40%;
    border-radius:5px;
    padding-left:5%;
    font-size:18px!important;
    color:black;
}



.loginBox input[type="checkbox"]{
    margin-top:1%;
    background:white;
    outline:none;
    border:0;
    width:2%;
    height:20%;
    -moz-appearance: none;
    margin-left:1%;
}
.loginBox label{
    margin-top:0.7%;
    margin-left:1%;
    color:white;
    font-size:18px!important;
    margin-right:2%;
}
.loginBox #loginButton{
    outline:none;
    border:0;
    width:10%;
    font-size:18px!important;
    height:40%;
    cursor: pointer;
    background: url("/images/register.png") no-repeat;
    background-size: 100% 100%;
}

.loginBox #registerButton{
    outline:none;
    border:0;
    width:10%;
    font-size:18px!important;
    height:40%;
    cursor: pointer;
    background: url("/images/register.png") no-repeat;
    background-size: 100% 100%;
}

.log-icon{
    margin-top:2%;
    text-align: center;
}
.log-icon img{
    width:15%;
    height:15%;
}
.bottom{
    position:absolute;
    bottom:2%;
    height:10%;
    color:white;
}
.bottom p{
    border-top:#eda102 1px solid;
    display: block;
    margin: 0 auto;
    padding-top: 1%;
    padding-left: 8%;
    width: 40%;
}

.icheckbox_minimal-green{
    position: fixed;
    width: 22px;
}
ins .iCheck-helper{
    display: none;
}
