@charset "utf-8";

html,body{
	font-family: "微软雅黑", "黑体", "宋体", arial;
}

.top {
	width:100%;
    height: 72px;
    margin: 0px auto;
	background-color:rgba(0,0,0,0.4);
}
.top .box{
    margin: 0px auto;
}
.top .box .top-right{
	float:right;
	margin-top:-32px;
}

@media (max-width: 768px) {
	h2 {
	    color: #fff;
	    letter-spacing: 0.2em;
	    font-family: "微软雅黑";
	    font-size: 24px;
	    font-weight: 900;
	    margin:0px;
	}
    .footer-copyright {
        background-color: #F2F5F7;
        text-align: center;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #D9D9D9;
        overflow: hidden;
        position: fixed;
        bottom: -1px;
        height: 48px;
        width: 100%;
        font-size: 12px;
        padding-top: 6px;
        color: #6E6E6E;
        z-index:99;
    }
}
h2 {
	color: #fff;
	letter-spacing: 0.2em;
	font-family: "微软雅黑";
	font-size: 36px;
	font-weight: 900;
	margin:0px;
}
#slider {
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-position:center center;
	background-size: cover;
    z-index:-1;
}
.main {
	width: 960px;
	margin: 0px auto;
	position: absolute;
	left: 0px;
	top: 110px;
	right: 0px;
	z-index:99;
}


.right {
	opacity: 1;
	background-color: rgba(248,249,250,0.8);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #DFDFDF;
	   -moz-box-shadow:2px 3px 5px #333333;
	-webkit-box-shadow:2px 3px 5px #333333;
			box-shadow:2px 3px 5px #333333;
}

.bottom {
    width: 100%;
    height: 60px;
    text-align: center;
}

.clear {
    clear: both
}

.title {
    height: 36px;
    margin: 10px 20px 0px 20px;
    height: 36px;
	padding-top:10px;
}

.title h3 {
	margin: 0px;
	padding: 8px 0px 6px 0px;
	font-weight: bold;
	font-family: "微软雅黑", "黑体", "宋体", arial;
	font-size: 16px;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0E4E94;
}

#validCode {
    width: 65px;
    height: 24px;
    margin: 0px;
    padding: 0px;
}

.kaptcha {
    width: 90px;
    height: 26px;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    cursor: pointer;
}
.firefox {
	color: #B40404;
	margin: 0px;
	padding-left: 28px;
	font-family: "微软雅黑", "黑体", "宋体", arial;
	font-size: 15px;
	line-height: 32px;
	font-weight: bold;
	height: 32px;
	display: block;
	background-image: url(../images/firefox_24px.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.pdf {
    color: #B40404;
    margin: 0px;
    padding-left: 36px;
    font-family: "微软雅黑", "黑体", "宋体", arial;
    font-size: 15px;
    line-height: 32px;
    font-weight: bold;
    height: 32px;
    display: block;
    background-image: url(../images/icons/pdf_32px.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.footer-copyright {
	background-color: #F2F5F7;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	overflow: hidden;
	position: fixed;
	bottom: -1px;
	height: 48px;
	width: 100%;
	font-size: 12px;
	padding-top: 12px;
	color: #6E6E6E;
	z-index:99;
}

  .login, .login-field {
    border-radius: 0.25em;
  }

  .login {
	margin: 20px;
	margin-bottom: 30px;
  }
.login div {
	margin: 10px 0px 0px 0px;
	padding:5px 0px;
	font-size:14px;
	
}


  .login-field {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 0.25em;
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0.5em;
    position: relative;
    vertical-align: middle;
    width: 100%;

    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .login-field:focus {
    border-color: #0088cc;
    outline: transparent;
    z-index: 2;
  }
	/*
  .login-field-username {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -2px;
  }

  .login-field-password {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -2px;
  }
	*/
  .login-option {
    padding: 0.25em 0.5em 0.5em;
  }

  .login-option input {
    vertical-align: baseline;
  }
  .hideShowPassword-toggle {
    background-image: url(../images/wink.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    text-indent: -9999em;
    width: 44px;
  }
  .hideShowPassword-toggle-hide {
    background-position: -44px center;
  }
  .my-toggle-class {
    color: #888;
    cursor: pointer;
    font-size: 0.75em;
    font-weight: bold;
    padding: 0.5em 1em;
    text-transform: uppercase;
  }
  .weixin{
    position: fixed;
    z-index: 999;
    background-color: #fff;
    left: 15px;
    bottom: 65px;
    text-align: center;
  }