@charset "utf-8";
.content{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    /* background:url('../images/loginBg.jpg') no-repeat;
    background-size:cover; */
    background-color:#fafafa;
}
.header a{
    display:block;
    text-align:left;
}
.header a img{
    height:40px;
}

.BD{
    position: relative;
    top:50%;
    margin-top:-20.5vw;
}
.loginBox{
    position: fixed;
    top: 50%;
    right: 50px;
    margin-top: -10.5vw;
    padding: 0 30px;
    width: 380px;
    height: 320px;
    border-radius: 2px;
    background-color: #fff;
    z-index: 9;
}
.qrCodeBox{
    position: fixed;
    top: 50%;
    right: 510px;
    margin-top: -10.5vw;
    padding: 0 0px;
    width: 300px;
    height: 320px;
    border-radius: 2px;
    background-color: #fff;
    z-index: 9;
}
.loginBox h1{
    display:block;
    width:100%;
    text-align:center;
    font-size:22px;
    margin-top:25px;
    margin-bottom:20px;
}
.loginBox input{
    width:350px;
    padding:0 15px;
    height:42px;
    border:1px solid #aaa;
    border-radius:2px;
    font-size:14px;
    margin-bottom:20px;
}
.loginBox .code{
    position:relative;
}
.loginBox .code img{
    position:absolute;
    top:0;
    right:-2px;
    width:120px;
    height:44px;
    cursor:pointer;
}
.loginBox button{
    width:380px;
    height:46px;
    background-color:#e53233;
    border-radius:2px;
    font-size:16px;
    color:#fff;
    margin-top:15px;
}

/* banner */
.bg{
   position:absolute;
   top:80px;
   left:0;
   width:100%;
   height:33.2vw;
   background:url('../images/login.jpg') no-repeat;
   background-position:center;
   background-size:contain;
   z-index:-1;
}
.bg>img{
    position:absolute;
    left:50%;
    top:0;
    height:280px;
    margin-top:5vw;
    margin-left:-600px;
}
/* .a-content{
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}
.a-content:before{
    content: '';
    width: 100%;
    height: 100hv;
    z-index:0;
    position:absolute;
    background: rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-5%,-5%);
    transform:translate(-5%,-5%);
	-ms-transform:translate(-5%,-5%);
	-moz-transform:translate(-5%,-5%);
	-o-transform:translate(-5%,-5%);
}
.a-content:after{
    content: '';
    position:absolute;
    width: 100%;
    height: 100hv;
    background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
	display: none;
}
.carousel-content{
	width: var(--mywidth);
	height: var(--myheight);
	position: relative;
	overflow: hidden;
    height:100vh;
    z-index:-1;
}
.carousel{
	height: var(--myheight);
	position: absolute;
}
.carousel li{
	float: left;
}
.carousel li,.carousel li img{
	width: var(--mywidth);
    height: var(--myheight);
    width:100vw;
    height:100vh;
}
.img-index{
	position: absolute;
    bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.img-index li{
	float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.2);
    font-size: 12px;
    cursor: pointer;
    margin: 0 3px;
    color: #fff;
}
.img-index li.js_index,.img-index li:hover{
	background-color: rgba(0,0,0,0.7);
}
.carousel-prev,.carousel-next{
	position: absolute;
	display: inline-block;
	top: 45%;
	cursor: pointer;
    display: none;
}
.carousel-prev{
	left: 0;
}
.carousel-next{
	right: 0;
} */

