﻿/* CSS Document */
*, body {
	margin:0;
	padding:0;
	font-family:"微软雅黑";
	color:#333;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
a {
	text-decoration:none;
}
/*--------------------------------------------
---------------------------------------------*/
body {
	background:#eff6fe;
}

 h1.logo{
	width:960px;
	padding:40px 0px;
    margin:0 auto;

}
    h1.logo img {
        margin-left:50px;
    }
.login-content {
	background:#6692ff;
}
.contain {
	margin:0 auto;
	padding:0px 22px;
    width:960px;
}
input:focus {
    border:0;
    outline:none;
}
.login-img {
	background:url(../MvcContent/loginImages/img01.png) no-repeat;
	width:360px;
	height:350px;
	margin:35px 0px 35px 30px;
    float:left;
}
.login-box {
	float:right;
    background:#fff;
    width:340px;
    padding:20px 10px;
    margin:45px 0px 20px 0px;
}
.login-box h2 {
	color:#103775;
	font-size:20px;
	font-weight:normal;
	margin:0px 15px 15px 10px;
}
.input-box {
	background:#fff;
	border:1px solid #d1d7de;
	width:320px;
	height:40px;
	margin:0px 10px 15px 10px;
}
.input-box .input {
	width:280px;
	border:0px;
	float:right;
	height:40px;
	font-size:14px;
	color:#444444;
	line-height:40px;
}
.input-box .input01 {
	width:140px;
	border:0px;
	float:left;
	height:40px;
	font-size:14px;
	color:#444444;
	margin-left:40px;
    line-height:40px;
}
.input-bg01 {
	background:#fff url(../MvcContent/loginImages/icon01.png) no-repeat 10px 12px;
}
.yzm-btn {
	background:#3e63a9;
	border:0;
	color:#fff;
	height:26px;
	vertical-align:middle;
	width:60px;
	margin:7px 10px 0px 0px;
	cursor:pointer;
}
.yzm-btn:hover {
	background:#4570c0;
}
.input-bg02 {
	background:url(../MvcContent/loginImages/icon02.png) no-repeat 10px 12px;
}
.input-bg03 {
	background:url(../MvcContent/loginImages/icon03.png) no-repeat 10px 12px;
    width:180px;
    float:left;
}
.yzm-img{
	float:left;
	margin:0px 0px 0px 0px;
    height:42px;
    width:130px;

}
.login-note {
    margin-left:10px;
    font-size:12px;
    vertical-align:top;
clear:both;}
.login-note input{
    float:left;
    margin-top:2px;
    margin-right:5px;
}
.input-bg02 {
	background:url(../MvcContent/loginImages/icon02.png) no-repeat 10px 12px;
}
.input-bg03 {
    background: url(../MvcContent/loginImages/icon03.png) no-repeat 10px 12px;
}
.input-bg04 {
    background: url(../MvcContent/loginImages/icon04.png) no-repeat 10px 12px;
}
.btn {
	background:#f3a717;
	border:0;
	color:#fff;
	margin:20px 10px 0px 10px;
	width:320px;
	height:40px;
	font-size:16px;
    cursor:pointer;
}
.note {
color:#ff0000;margin-bottom:20px;display:block;font-size:14px;
}
.footer {
	text-align:center;
	color:#666666;
	font-size:12px;
    margin-top:20px;
    display:block;
}


/*--------------------------------------------
     提示电子口岸卡验证的样式
---------------------------------------------*/
.div-icvalidate-shade
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60,style=0);
    opacity: 0.6;
    background-color: #000;
    top: 0px;
    left: 0px;
            
}
.div-icvalidate-dialog {
    position: fixed;
    width: 458px;
    height: 250px;
    z-index: 9999;
    border-radius: 2px;
    top: 26%;
    left: 38%;
    margin: 0;
    padding: 0;
    background-color: #eff0f4 ;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
}

.div-icvalidate-dialog .icvalidate-content {
    padding: 20px;
}
.div-icvalidate-dialog .icvalidate-btn-wrapper {
    text-align: center;
    padding: 0 10px 12px;
}
.div-icvalidate-dialog .icvalidate-btn-wrapper .icvalidate-btn {
    height: 28px;
    line-height: 28px;
    margin: 6px 6px 0;
    padding: 0 15px;
    border: 1px solid #dedede;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    width: 80px;
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
}

/*--------------------------------------------
     提示外贸云平台
---------------------------------------------*/
.logo-wrapper{
	width:1020px;
	margin:0 auto;
}
.logo-wrapper .img-wrapper{
	padding:40px 0px;
	width:269px;
	float:left;
}
.logo-wrapper .notice-wrapper{
	padding-left:320px;
	padding-top:25px;
	padding-right:30px;
}
.logo-wrapper .notice-wrapper a{
	color:#1d87d7;
}