﻿/*登录页面样式*/

@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%;
}

input {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

    input:focus {
        outline: none;
        border: 1px solid #197AFF;
        border-radius: 3px;
    }

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

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

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


/*右侧登录区域*/

.logDiv .logGet {
	 width: 400px;
    height: 400px;
    position: absolute;
    float: right;
    right: 10%;
    top: 10%;
	border-radius: 5px;
	background-color: white;
	background-color: rgba(255, 255, 255, 1);
	/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(170, 210, 233, .8);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(170, 210, 233, .8);
}

.logDiv .logGet .logDtip {
	width: 88%;
	margin: 0px auto;
	margin-bottom: 30px;
	text-align: center;
}

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

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

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

.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;
}

.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: 28px;
	margin-top: 30px;
	color: #17aaff;
}

.logDiv .logGet .logD .p2 {
	display: inline-block;
	font-size: 18px;
	margin-top: 40px;
	float: right;
	color: #e60012;
}
/********************************************************/
.logDiv .logC3 {
	width: 86%;
	margin: 0px auto;
	margin-top: 10px;
}

/*.jzpwd {
	color: #ababab;
}*/

.logDiv .logC3 button {
    cursor: pointer;
    width: 100%;
    height: 40px;
    background-color: #197AFF;
    border: none;
    color: white;
    font-size: 18px;
    border-radius: 5px;
}

    .logDiv .logC3 button:hover {
        background-color: #1a6ada;
    }

.logDiv .logC3 button:focus {
	outline: none;
}
/********************************************************/

/*****************免费试用***************************************/
.logDiv .logC {
    width: 32%;
    margin: 0px auto;
    margin-top: 20px;
    float: left;
}

.jzpwd {
    color: #ababab;
}

.logDiv .logC button {
    cursor: pointer;
    width: 100%;
    height: 40px;
    background-color: #197AFF;
    border: none;
    color: white;
    font-size: 18px;
    border-radius: 5px;

}

    .logDiv .logC button:hover {
        background-color: #1a6ada;
    }

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


.logDiv .logC2 {
    width: 32%;
    margin: 0px auto;
    margin-top: 20px;
    float: left;
}



    .logDiv .logC2 button {
        cursor: pointer;
        width: 100%;
        height: 40px;
        background-color: #f6d72b;
        border: none;
        color: white;
        font-size: 18px;
        border-radius: 5px;
        margin-left: 20px;
    }

    .logDiv .logC2 button:hover {
        background-color: #f8e994;
    }

    .logDiv .logC2 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;
}

.log_bottom_bj{
	position: absolute;
    float: left;
    right: -100px;
    bottom: -32px;
}
/*登录页面样式end*/