﻿html, body {
    min-width: 1366px;
}

.bigLogo {
    height: 670px;
    background-image: url(../images/login.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    position: relative;
    z-index: 0;
}

.logoName {
    font-size: 64px;
    color: #f3d882;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    line-height: 64px;
}

.logoLeft > img {
    vertical-align: middle;
}

.logoTitle {
    position: absolute;
    width: 1300px;
    left: 50%;
    margin-left: -650px;
    padding-left: 77px;
    top: 245px;
}

.linkMsg {
    vertical-align: bottom;
    margin-top:27px
}

.linkName {
    font-size: 18px;
    color: #f3d882;
    line-height: 18px;
    margin-bottom: 28px;
}

.linkUrl {
    font-size: 36px;
    color: #216ad9;
    background: #ffffff;
    display: inline-block;
    padding: 0 13px;
    line-height: 45px;
}

.logoLeft {
    width: 514px;
    text-align: center;
}

.loginbox {
    position:absolute;
    background:#fff;
    width:400px;
    z-index:2;
    top:-110px;
    left:796px;
    padding-top:20px;
    padding-bottom:20px;
}

.loginname {
    font-size:24px;
    font-weight:bold;
    padding-left:34px
}

.loginline {
    height: 75px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    line-height: 75px;
    margin-left: 34px;
    margin-right: 34px;
    padding-left:10px
}

.loginico {
    vertical-align:middle;
}

.logininput {
    vertical-align: middle;
    border: none;
    background: transparent;
    outline:none;
    margin-left:10px;
    font-size:14px
}

.loginkeybord {
    position:absolute;
    right:0;
    top:30px;
}

.logintext {
    line-height:68px;
    text-align:center;
    font-size:14px;
}

.loginbtn {
    font-size: 18px;
    color: #fff;
    background: #2273de;
    width:200px;
    line-height:53px;
    text-align:center;
    border-radius:5px;
    border:none;
    margin:0 auto;
    display:inline-block;
    cursor:pointer
}

.tip-box {
    font-size:12px;
    text-align:center;
    line-height:24px;
    color:#ff0000
}

.otherlogin {
    text-align:center;
    margin-top:20px
}

.send {
    position:absolute;
    top:10px;
    margin-left:30px
}

.sy {
    font-size: 18px;
    color: #fff;
    background: #1fa7e7;
    width: 120px;
    line-height: 53px;
    text-align: center;
    border-radius: 5px;
    border: none;
    margin: 0 auto;
    display: inline-block;
    cursor: pointer;
    margin-left:10px;
}

.btnbox {
    text-align:center;
    padding-left:34px;
    padding-right:34px;
}