/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(green.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}
.icheckbox_square-green.hover {
    background-position: -24px 0;
}
.icheckbox_square-green.checked {
    background-position: -48px 0;
}
.icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-green.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-green {
    background-position: -120px 0;
}
.iradio_square-green.hover {
    background-position: -144px 0;
}
.iradio_square-green.checked {
    background-position: -168px 0;
}
.iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-green.checked.disabled {
    background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-green,
    .iradio_square-green {
        background-image: url(green@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}


/*20180520*/
input::-webkit-input-placeholder{ /*WebKit browsers*/
	color: #234764;
}
input::-moz-input-placeholder{ /*Mozilla Firefox*/
	color: #234764;
}
input::-ms-input-placeholder{ /*Internet Explorer*/ 
	color: #234764;
}
body{
	margin: 0;
}
.auth_logo {
    background-color:#be270f;
    width: 100%;
    height: 80px;
    clear: both;
}
.auth_logo img {
    width: 280px;
    padding-top: 5px;
    padding-left: 100px;
    display: block;
    float: left;
}
.tap-nav {
    float: right;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tap-nav li {
    margin-right: 100px;
    color: #fff;
}
.tap-nav a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    line-height: 80px;
}
.auth_tab {
    margin: 0 auto;
    margin-top: 140px;
    width: 348px;
}
.auth_tab_content {
    border-radius: 20px;
    background-color: rgba(255, 255, 255,.7);
    box-shadow: 2.5px 4.33px 5px 0px rgba(102, 102, 102, 0.51);
    padding: 20px 24px 0px 24px;
    min-height: 290px;
}
.form-title {
    font-size: 22px;
    font-weight:normal;
    color: #332c2b;
	font-family:"宋体";
}
.auth_tab_content_item p {
    margin-bottom: 16px;
}
.userlogin-box {
    border-width: 1px;
    border-color: rgb(35, 71, 100);
    border-style: solid;
    background-color: rgba(255, 255, 255);
}
.auth_icon_bar {
    background: url(../../images/code.png) center no-repeat;
}
.auth_icon {
    width: 28px;
    height: 28px;
    float: left;
	background-color: rgba(255, 255, 255,.8);
}
.auth_icon_user {
    background: url(../../images/usericon.png) center no-repeat;
}
.auth_icon_pwd {
    background: url(../../images/password.png) center no-repeat;
}
.auth_input {
    border: none;
    padding: 8px 2px;
    background-color: rgba(255, 255, 255,.0);
}
.auth_error {
    color: red;
    font-size: 13px;
}
/*.auth_tab_content_item p label {
    color: #234764;
}*/
.auth_login_forgetp {
    float: right;
    display: block;
    color: 234764;
}
.full_width {
    margin-top: -10px;
}
.auth_login_btn {
    border-radius: 5px;
    background-color: rgb(0, 97, 174);
    border-color: rgb(0, 97, 174);
}
.btn_weixin {
    background: url(../../images/wx.png) 30px no-repeat;
}
.btn_weixin {
    background-color: #2f9a41;
}
.btn_qq {
    background: url(../../images/qq.png) 35px no-repeat;
}
.btn_qq {
    background-color: #2f709a;
    float: right;
}
.auth_btn {
    color: #fff;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    padding: 6px 26px;
    font-size: 12px;
    width: 70px;
    display: inline-block;
    border-radius: 5px;
    padding-left: 46px;
    margin-top: -6px;
}
/*.logon-rule{
	margin-top: 26px;
}*/
.logon-rule .logon-rule-title {
    font-size: 14px;
}
.logon-rule h3 {
    font-size: 12px;
    color: #fff;
    margin-top: 4px;
    font-weight: normal;
    color: #333;
}
.logon-rule .logon-rule-title {
    font-size: 14px;
	margin: 0;
}

.auth_login_footer {
    background-color:#be270f;
    height: 26px;
    position: fixed;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
	width:100%;
}
.auth_bg img {
    top: -140px;
}
.form-title{
	font-size: 26.689px;
	font-family: "Microsoft YaHei";
	color: rgb(166, 72, 57);
	margin-bottom: 16px;
}
/*.auth_tab_content_item div {
    margin-bottom: 16px;
}*/
.auth_input {
    /*border: 1px solid #ccc;
    padding: 8px 12px;*/
    font-size: 12px;
    width: 209px;
    margin: 0;
    color: #000;
}
.userlogin-box {
    border-width: 1px;
    border-color: #b2b2b2;
    border-style: solid;
    background-color: rgba(255, 255, 255,.8);
	margin-bottom: 16px;
}
#cpatchaDiv{
    margin-bottom: 16px;
}
#cpatchaDiv .captcha-input{
	width:100px;
	background-color: rgba(255, 255, 255,.8);
	border:1px solid #b2b2b2;
	border-left:none;
	height: 12px;
}
.captcha-img {
    width: 90px;
    height: 29px;
    margin-right: 60px;
    vertical-align: top;
    float: right;
}
.auth_icon_bar{
	border:1px solid #b2b2b2;
	border-right:none;
}

@media screen and (max-width: 1566px) {
	.auth_btn{
		width:40px;
		padding:6px 28px;
		padding-left: 58px;

	}
	.auth_tab_content{
		width:260px;
	}
	.auth_tab {
		margin: 0 auto;
		margin-top: -20px;
		width:300px;
	}
	.userlogin-box {
		margin-bottom: 12px;
	}
	.dlan{
		margin-bottom:16px;
	}
	.auth_tab_content_item p {
		margin-bottom: 12px;
	}
	.form-title {
		font-size: 23px;
		margin-bottom: 14px;
	}
	.logon-rule .logon-rule-title {
		font-size: 13px;
	}
	.logon-rule h3 {
		font-size: 10px;
	}
	.logon-rule{
		margin-top: 2px;
	}
	.auth_logo {
		width: 100%;
		height: 70px;
		clear: both;
	}
	.auth_logo img {
		width: 220px;
		padding-top: 10px;
		padding-left: 100px;
		display: block;
		float: left;
	}
	.tap-nav a {
		text-decoration: none;
		font-size: 12px;
		color: #fff;
		line-height: 70px;
	}
	.auth_bg img {
		width:50%;
	}
	.auth_tab_content {
		min-height: 270px;
	}
	.auth_tab {
		margin-top: 40px;
	}
	.captcha-img {
		margin-right: 26px;
	}
}
@media screen and (min-width: 1920px){
	.form-title {
		font-size: 24px;
	}
	.auth_btn {
		padding: 8px 26px;
		font-size: 12px;
		width: 70px;
		display: inline-block;
		border-radius: 5px;
		padding-left: 46px;
		margin-top: -2px;
	}
}