﻿@charset "UTF-8";
body{
    font-family: Arial, sans-serif,"Microsoft JhengHei", "Microsoft YaHei", "LiHei Pro Medium", "SimHei";
    background: fixed;
    background-position: bottom center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../img/login-bg.jpg);
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}
html{
    width: 100vw;
    min-height: 100%;
}
body >div{
    background: fixed;
    background-position: bottom rightr;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../img/login-img01.png);
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
}
body >div> img{
    width: 100%;
}
body >div>div{
    position: absolute;
    max-width: 1209px;
    width: 100%;
    right: 0;
    top: 0;
}
.logo{
    position: absolute;
    top: 231px;
    left: 418px;
    z-index: 4;
}
body >div>div ul{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30rem;
    left: 350px;
    max-width: 450px;
    width: 100%;
    z-index: 4;
}
body >div>div li{
	list-style: none;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding: 30px 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
body >div>div li:last-child{
    border: 0;
}
label{
	width: 120px;
	color: #000;
}
body >div>div li i{
    padding-right: 5px;
}
input {
    border: 0;
    background: none;
    font-size: 16px;
    color: #000;
}
.code input{
    width: 150px;
    margin-right: 10px;
}
.code div{
	width: 130px;
	color: #000;
}
button{
	width: 60%;
	font-size: 18px;
	color: #fff;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	padding: 5px 0;
	margin: auto;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(89,92,33,0.5);
}
button:hover{
    opacity: .7;
}
@media (max-width: 1580px){
    body >div>div{
        right: -147px;
        top: -97px;
    }
}
@media (max-width: 1580px){
    body >div> img{
        margin-left: -150px
    }
}
@media (max-width: 1280px){
    body >div>div> img{
        width: 1000px;
    }
    .logo{
        top: 209px;
        left: 376px;
    }
    .logo img{
        width: 300px;
    }
    body >div>div ul{
        top: 25rem;
        left: 250px;
    }
}
@media (max-width: 1280px){
    body >div> img{
        display: none;
    }
    body >div>div{
        text-align: center;
        top: 0;
        left: 0;
    }
    body >div>div ul{
        text-align: left;
    }
}
/*
@media (max-width: 850px){
    body >div>div> img{
        position: absolute;
        top: 0;
        left: calc(50% - 500px);
    }
    .logo{
       left: calc(50% - 150px);
    }
    body >div>div ul{
        left: calc(50% - 225px);
    }
}
*/
@media (max-width: 1024px){
    body >div>div> img{
        display: none;
    }
    .logo,body >div>div ul{
        position: relative;
        top: auto;
        left: auto;
    }
    .logo{
        background: #fff;
        width: 100%;
        padding: 0;
    }
    .logo img{
        max-width: 100%;
    }
    body >div>div{
	height: 100vh;
	background-color: rgba(202,173,96,0.6);
    }
    body >div>div ul{
        margin: auto;
        max-width: 100%;
        padding: 20px;
        
    }
}

@media (max-width: 650px){
    body >div>div li{
        display: block;
        padding-bottom: 10px;
    }
    .logo img{
        width: 200px;
    }
    label{
        width: 100%;
    }
    input{
        width: 100%;
        background: rgba(255,255,255,.3);
    }
    .code input{
        width: 100%;
        margin-right: 0;
    }
    .code div{
        width: 100%;
    }
    body,body>div{
        overflow-y:auto;
    }
    body >div{
        min-height: 100%;
    }
    body,body >div>div{
        height: auto;
        min-height: 100%;
    }
}
@media screen and (max-width: 850px) and  (orientation: landscape){
    body,body>div{
        overflow-y:auto;
    }
    body,html,body >div>div{
        height: auto;
    }
}
