﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ul {
	list-style: none;
}
body{
    overflow-x:hidden;
}

.login-container{    
    height:960px;    
	background:url("../../Images/back.jpg") no-repeat; 
    background-size: cover;
    display:flex;
    justify-content:center;
    align-items:center;	

	
}
.login-c{	
    display:flex;
    justify-content:center;
    align-items:center;
	
}
.log-item{
    width:320px;
    background-color:#fff;    
    height:480px;
    padding:20px;
    box-sizing:border-box;
}
.log-img{
    height:100%;
    width:100%;
    border-right:1px solid #f3e4f1;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.log-img .pic1{
    width:84px;
    height:100px;
}
.log-img .pic2{
    width:124px;
    height:60px;
    margin-top:80px;
}
.log-img .pic2 img,.log-img .pic1 img{
    width:100%;
    height:100%;
}

.login-box{
    background:#fff;   
    height:480px;
    width:520px;
    padding: 0 30px;
    box-sizing:border-box;
    display:flex;
    flex-direction:column;
    align-items:center; 
    
}
.login-box .logoimg{
    width:74px;
    height:30px;
    margin:26px 0 10px 0;
}
.login-box .logoimg img{
    width:100%;
    height:100%;
}
.login-box .input-item{
    height:40px;
    line-height:40px;    
    margin-top:10px;
}
.login-box .input-item i{
    display:inline-block;
    width:80px;
    text-align:right;
    padding-right:30px
}
.login-box .input-item input{
    height:32px;
    line-height:32px;
    font-size:16px;
    width:300px;

}
.login-box .vercode-item{
    display:flex;
    justify-content:center;
    align-items:center;
}
.login-box .vercode-item input{
    
    width:160px;    

}
.login-box .vercode-item img{
    margin-left:10px;
}
.login-box .agreement-item{
    height:32px;
    line-height:32px;
    font-size:14px;
    color:#d3d3d3;
    padding:10px 0 0 0;
}

.top_r{
	width:100%;			
	background-color:#220035;	
	height:110px;
}
.top_r img{
	margin-top: 30px;
	margin-left: 200px;
    
}
.login{
    width: 680px;
    height: 620px;
    background-color: #fff;
    
           
           
            
}
.btn{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:400px;
}

.submit-button{
    width: 200px;
    height: 40px;
   
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to bottom, #a42d90, #8833a2);
    border-radius: 8px;
    margin: 0 10px;
}
p.log_txt{
    font-size:14px; 
}
p.log_txt a{
    color:#ad2b8a;
}
.vscoder{
    position: relative;
}
.vscoder img{
    position: relative;
    left: 10px;
    top: 15px;
}
.qqc{
    margin-bottom: 10px;
}