﻿/*登录页面样式*/

@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
}

body {
	padding: 0;
	margin: 0;
}

.body_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1
}

.body_bg img {
	position: fixed;
	height: 100%;
	width: 100%;
}


/*登录方式切换*/

			.juese_tab ul {
				position: relative;
				margin: 0px;
				padding: 0px;
				height: 50px;
			}
			
			.juese_tab ul li {
				display: list-item;
				list-style-type: none;
				text-decoration: none;
			}
			
			.tab_sty {
	 cursor: pointer;
    float: left;
    color: #c9c7c7;
    border-bottom: none;
    text-align: center;
    font-size: 20px;
    padding: 0px 20px;
    margin-top: 15px;
			}
			
			.tab_sty:hover {
				color: #00d3c4;
			}
			

			.tab_sty.active {
				font-weight: 600;
				color: #243476;
			}
			
			/*登录方式切换结束*/
			
			.yannum{
	position: absolute;
    right: 13px;
    top: 11px;
    color: #00d3c4;
    cursor: pointer;
				
			}
			

input {
	border: 1px solid #e0d8d8;
	border-radius: 3px;
	/*behavior: url(css/PIE.htc);*/
}

input:focus {
	outline: none;
	border: 1px solid #00d3c4;
	border-radius: 3px;
	/*behavior: url(css/PIE.htc);*/
}

.logtext {
	float: right;
	margin-right: 10%;
}

.logtext a {
	color: red;
	text-decoration: none;
}

#box {
	width: 100%;
	height: 400px;
	position: absolute;
}


/*右侧登录区域*/

.logDiv .logGet {
	width: 400px;
	position: absolute;
	float: right;
	right: 15%;
	top: -15%;
	border-radius: 12px;
	background-color: white;
/*	border: 1px solid #019c41;*/
	background-color: rgba(255, 255, 255, 1);
	/*behavior: url(css/PIE.htc);  /*css3处理插件兼容ie8*/
	*/ background: url(log.png);
	background-size: 450px 450px;
	/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
	webkit-box-shadow: 0 0 30px rgba(121, 113, 113, 0.5);
    -moz-box-shadow: 0 0 30px rgba(121, 113, 113, 0.5);
    box-shadow: 0 0 15px rgba(121, 113, 113, 0.5);
}

.logDiv .logGet .logDtip {
	    margin-top: 20px;
    margin-bottom: 30px;
	border-left: 5px solid #243476;
	/*behavior: url(css/PIE.htc);*/
}

.logDiv .logGet .lgD {
	width: 86%;
	margin: 0px auto;
	position: relative;
	margin-bottom: 35px;
}

.logDiv .logGet .lgD img.img1 {
	position: absolute;
	top: 9px;
    left: 8px;
}

.logDiv .logGet .lgD input {
	width: 100%;
	height: 45px;
	/*text-indent: 2.5rem;*/
}

.logDiv .logGet .lgD .input_left {
	padding-left: 36px;
	box-sizing: border-box;
}


/*兼容IE8*/

@media \0screen {
	.input_left {
		padding-top: 10px;
	}
}

.logDiv .logGet .lgD input.getYZM {
	width: 25px;
	display: inline-block;
	float: left;
	height: 20px;
	margin-top: 2px;
}

.getYZM input {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	/*behavior: url(css/PIE.htc);*/
}

.logDiv .logGet .lgD .logYZM {
	width: 100px;
	height: 46px;
	overflow: hidden;
	display: inline-block;
	position: relative;
	top: 18px;
}

.logDiv .logGet .lgD .logYZM img.yzm {
	width: 100%;
}

.logDiv .logGet .logD2 {
	margin-top: 20px;
}

.logDiv .logGet .logD .p1 {
	display: inline-block;
	font-size: 26px;
	line-height: 70px;
	color: #c9c7c7;
}

.logDiv .logGet .logD .p2 {
	display: inline-block;
	font-size: 18px;
	margin-top: 40px;
	float: right;
	color: #e60012;
}

.logDiv .logC {
	width: 86%;
	margin: 0px auto;
	margin-top: 35px;
}

.jzpwd {
	color: #ababab;
}

.jzpwd a {
	float: right;
	text-decoration: none;
	cursor: pointer;
	color: #019c41;
}

.jzpwd a:hover {
	color: #22cd68;
}

.logDiv .logC button {
    cursor: pointer;
    width: 100%;
    margin: 35px 0px;
    height: 50px;
    background: #019c41;
    border: none;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    /*behavior: url(css/PIE.htc);*/
    background: -webkit-linear-gradient(top, #243476, #243476);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(top, #243476, #243476);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(top, #243476, #243476);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to top, #243476, #243476);
    /* 标准的语法 */
}

    .logDiv .logC button:hover {
        background: #22cd68;
        background: -webkit-linear-gradient(top, #243476, #243476, #243476);
        /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(top, #243476, #243476, #243476);
        /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(top, #243476, #243476, #243476);
        /* Firefox 3.6 - 15 */
        background: linear-gradient(to top, #243476, #243476, #243476);
        /* 标准的语法 */
    }

.logDiv .logC button:focus {
	outline: none;
}

.logFoot {
	width: 100%;
	text-align: center;
}

.logFoot {
	padding-top: 0px;
	font-size: 14px;
	color: #969696;
	margin-bottom: 5px;
	margin-top: 5PX;
}


/*右侧登录区域结束*/

.logbottom {
	position: absolute;
	bottom: 20px;
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: white;
}


/*登录页面样式end*/