@charset "utf-8";
body,ul,ol,h1,h2,h3,h4,h5,h6,li,p{
margin:0;
padding:0;
}
body {
margin:0;
width:100%;
height:100%;
font-size:14px;
font-family:"Microsoft YaHei",PingFangSC-Semibold,Arial,sans-serif,Helvetica,STHeiti;
-webkit-box-sizing:border-box;
background-image: url(../images/loginBg.jpg);
background-repeat: no-repeat;
background-size: cover;
}
dl,dt,dd{display:block;margin:0;}
img{border:0px; vertical-align:middle;}
.clearfix::after{
	content:'';
	clear:both;
	display:block;
}
a{text-decoration:none}
li{list-style:none}
/*通用清除样式*/
.login-head{
    height: 100px;
}
.logo{
    background-image: url(../images/login_03.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 1050px;
    height: 100px;
    margin: 0 auto;
}
.login-box{
    margin: 0 auto;
    width: 1150px;
    height: 550px;
}
.download-search-box{
    position: relative;
    float: left;
    padding: 10px;
    width: 640px;
    height: 508px;
    background: rgba(255,255, 255, 0.8)
}
.stretch{
    position: absolute;
    padding-left: 10px;
    top: -40px;
    left: 0;
    width: 126px;
    height: 34px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 3px #ddd;
    line-height: 34px;
    color: #818181;
    background-image: url("../images/down_10.png") ;
    background-repeat: no-repeat;
    background-position: 118px 14px;
    cursor: pointer;
}
.stretch:hover{
    background-color: #f6f6f6;
}
.login_title{
    position: relative;
    padding-left: 10px;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    color: #1473cf;
    border-bottom: 2px solid #dddddd;
}
.login_title::before{
    position: absolute;
    content: "";
    display: block;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 178px;
    background-color: #0068cb;
}
.white{
    margin-left:30px;
    float: left;
    width: 460px;
    height: 550px;
}
.login-input-box{
    width: 460px;
    height: 430px;
    background: rgba(255,255, 255, 0.8);
    border-radius: 15px;
}
.login-title{
    position: relative;
	padding: 6px 25px 6px 0;
	border-bottom: 1px solid #F2F2F2;
	font-size: 18px;
	font-weight: bold;
    text-indent: 45px;
    line-height: 32px;
}
.login-title::before{
	display: block;
	content: "";
	position: absolute;
    top: 14px;
    left: 24px;
	width: 6px;
	height: 22px;
	background-color: #3962EE;
}
.userBox{
    padding: 15px 40px;
}
.userBox input{
    height: 46px;
    border: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: 16px;
    color: #999;
    text-indent: 45px;
}
#user{
    background-image: url(../images/user_10.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}
#password{
    background-image: url(../images/password_13.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
}
#verification{
    background-image: url(../images/verification_15.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
    width: 250px;
}
.landing{
    margin: 28px auto 0;
    width: 320px;
    height: 46px;
    background-color: #2c80da;
    border-radius: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 46px;
    font-weight: bold;
    cursor: pointer;
}
.landing:hover{
    background-color: #2b92ff;
}
/* 2020-7-24新增 */
.search-box{
	padding: 20px 0 5px 20px;
    background-color: #fff;
    border-bottom: 1px dashed #d4d4d4;
}
.searchUlList li{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.selectInput{
	width: 150px;
	height: 28px;
	border: 1px solid #D5D5D5;
	color: #949494;
}
.inputBox{
	width: 358px;
	height: 24px;
	border: 1px solid #D5D5D5;
	color: #949494;
}
.searchBtn{
	padding: 6px 18px;
	background-color: #4E7FF6;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
	font-size: 15px;
}
.submissionBtn{
	padding: 6px 18px;
	background-color: #4E7FF6;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
	font-size: 15px;
	margin-right: 10px;
}
.commonList{
	margin-top: 10px;
	border-collapse: collapse;
	background-color: #fff;
	border-radius: 5px 5px 0 0 ;
}
.commonList tr{
	height: 42px;
}
.commonList tr:hover{
	background-color: #F3F7FF;
	color: #3763E0;
}
.commonList tr:first-child{
	background-color: #CEDEFF;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.commonList tr td{
	border: 1px solid #EFEFEF;
}
.commonList tr td>span{
	color: #0058f5;
	cursor: pointer;
	line-height: 24px;
}
.commonList tr td>span:hover{
	background-color: #0099FF;
	color: #fff;
	border: 1px solid #0099FF;
}
.grey{
    background-color: #f0f0f0;
}
.copyright{
    margin-top: 20px;
}
.copyright>p{
    line-height: 28px;
    color: #f0f0f0;
    text-align: center;
}