html{
    height: 100%;
    width: 100%;
}

body {
    margin: 0px;
    height: 100%;
    width: 100%;
    min-height: 800px;
    min-width: 1024px;
}

/*header*/
.header {
    width: 100%;
    height: 80px;
    background-color: #0376b3;
}

.t-cont {
    display: inline;
}

.header-logo {
    display: inline-block;
    float: left;
    line-height: 80px;
    margin-left: 5%;
    margin-top: 10px;
}

.header-title {
    display: inline-block;
    color: white;
    font-size: 30px;
    float: left;
    line-height: 80px;
}

/*濞戞搩鍙冨Λ璺ㄤ沪閿燂拷*/
.main {
    width: 100%;
    height: calc(100% - 140px);;
    position: relative;
    background: ;
    background-size: cover;
    background-position-y: center;
}

.container {
    height: 100%;
    width: 700px;
    float: right;
}

/*闁谎嗩嚙缂嶅秴顩奸敓锟�*/
.login-box {
/*     height: 450px; */
    width: 350px;
    background-color: white;
    border-radius: 15px;
    /*float: right;*/
    margin-right:12%;
    margin-top: -30px;
}

.login-title {
    line-height: 20px;
    float: left;
    text-align: center;
    width: 100%;
    padding-top: 30px;
    font-size: 16px;
    font-weight: 400;
}

.login-tab {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

/* tab */
.tab {
    overflow: hidden;
    margin-left: 10%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 34px;
    transition: 0.3s;
    font-size: 18px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #014296;
}

/* Create an active/current tablink class */
.tab button.active {
    color: #014296;
    border-bottom: 2px solid #014296;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}


#login-password{
    margin: 0 30px;
}

.usernameBox {
    padding: 10px 20px;
}

.usernameBox div {
    display: table;
    margin-top: 10px;
    box-sizing: border-box;
    width: 100%;
    margin-left: -15px;
}

.usernameBox div * {
    display: table-cell;
}

.usernameBox div input {
    outline: none;
    border: 1px solid #ccc;
    border-radius: 15px;
    width: 90%;
    line-height: 30px;
    padding-left: 30px;
}

.icon {
    margin: 0 !important;
    position: relative !important;
    top: 6px;
    left: 25px;
    height: 20px;
    width: 20px;
    border: 0 !important;
}

.usernameBox div img {
    position: absolute;
    right: -12px;
    bottom: 0;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 16px;
}

.usernameBox div span {
    display: inline-block;
    margin-left: 10px;
    color: #5c7cf3;
    font-size: 16px;
}


#login-sms{
    margin: 0 30px;
}


.phoneBox {
    padding: 10px 20px;
}

.phoneBox div {
    display: table;
    margin-top: 10px;
    box-sizing: border-box;
    width: 100%;
    margin-left: -15px;
}

.phoneBox div * {
    display: table-cell;
}

.phoneBox div input {
    outline: none;
    border: 1px solid #ccc;
    border-radius: 15px;
    width: 90%;
    line-height: 30px;
    padding-left: 30px;
}


.phoneBox div img {
    position: absolute;
    right: -12px;
    bottom: 0;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 16px;
}

.phoneBox div span {
    display: inline-block;
    margin-left: 10px;
    color: #5c7cf3;
    font-size: 16px;
}

.getCode {
    font-size: 12px;
    width: 82px !important;
    height: 34px;
    position: absolute;
    right: -12px;
    bottom: 0;
    background-color: #014296;
    color: white;
    border-radius: 17px;
    cursor: pointer;
    line-height: 34px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}




/*闁谎嗩嚙缂嶅秹骞愭径鎰唉*/
.login-btn {
    margin-top: 10px;
    cursor: pointer;
    width: 65%;
    height: 30px;
    border: 0;
    background-color: #014296;
    border-radius: 15px;
    color: white;
    text-align: center;
    margin-left: 18%;
    line-height: 30px;
}




/*缂佹鍏涚粭渚�寮敓锟�*/
.third-line {
    text-align: center;
    padding: 1px 30px;
}

.third-line span {
    width: 30.3%;
    display: inline-block;
    color: #cccccc;
}

.line {
    height: 1px;
    background: #c7cace;
    vertical-align: middle;
}

.txt {
    background: #fff;
}

.third-login div {
    padding-top: 10px;
}

.third-login a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 20px;
    border-radius: 50%;
    text-align: center;
}

.third-login img {
    display: inline-block;
    margin-top: 8px;
}


/*闁绘鐗婂鍫熺┍閳╁啩绱�*/
.footer {
    display: inline-block;
    width: 100%;
    background-color: #0376b3;
    text-align: center;
    height: 60px;
    color: white;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0px;
    position: fixed;
}

