* {
            padding: 0;
            margin: 0;
        }

        html,
        body {
            width: 100%;
            height: 100%;
        }

        .cms_login {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            background-repeat: no-repeat;
            background-image: url(../image/login.png);
            background-size: 100% 100%;
			
        }

        .flexCenter {
            text-align: center;
            margin: auto;
        }

        .cms_login_container {
            width: 70%;
            height: 70%;
            display: flex;
            justify-content: center;
        }

        .cms_login_image {
            width: 60%;
            height: 100%;
        }

        .cms_login_from {
            width: 40%;
            min-height: 400px;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0px 0px 10px #ccc;
			overflow: hidden;
        }

        /* .cms_login_container {
            width: 30%;
            height: 70%;
            border: 1px solid red;
        } */

        img {
            width: 100%;
            height: 100%;
        }

        .divBox {
            display: flex;
            justify-content: center;
            width: 80%;
            height: 46px;
            margin-top: 20px;
            margin-left: 10%;
            position: relative;
        }
		

        .cms_login_logo {
            display: flex;
            justify-content: center;
            width: 80%;
            height: 60px;
            /* border: 1px solid green; */
            margin-left: 10%;
            margin-bottom: 22px;
            margin-top: 80px;
			padding-top: 40px;
			padding-bottm: 40px;
        }

        .cms_login_img {
            width: 36px;
            height: 36px;
            position: absolute;
            top: 5px;
            left: 5px;
        }

        .cms_login_ipt {
            width: 100%;
            outline: none;
            padding-left: 50px;
			border: 1px solid #cccccc;
        }

        .cms_login_ipt60 {
            width: 60%;
            outline: none;
            padding-left: 50px;
        }

        .cms_login_ver {
            width: 30%;
            outline: none;
            margin-left: 8%;
            border: 1px solid #c32c2c;
            background-color: #bd7070;
            line-height: 46px;
            letter-spacing: 4px;
            border-radius: 4px;
            cursor: default;
            color: white;
        }

        .margin_top60 {
            margin-top: 40px;
        }

        .login_btn {
            width: 100%;
            height: 60px;
            letter-spacing: 10px;
            font-size: 24px;
            background-color: #2a7af0;
            border: none;
            outline: none;
            border-radius: 10px;
            color: white;
        }

        .login_btn:hover {
            background-color: #044468;
            border: none;
            outline: none;
        }
.login_tab{
	width: 100%;
	height: 50px;
	display: inline;
	float: left;
}	
.login_tab1{
	width: 50%;
	height: 50px;
	text-align: center;
	display: inline;
	float: left;
	background-color: #ffffff;
	color: #505050;
	line-height: 50px;
	font-size: 15px;
	font-family: "微软雅黑";
}
.login_tab2{
	width: 50%;
	height: 50px;
	text-align: center;
	display: inline;
	float: left;
	background-color: #f2f2f2;
	color: #3974bc;
	line-height: 50px;
	font-size: 15px;
	font-family: "微软雅黑";
}
.log_ms {
    width: 80%;
    height: 30px;
    margin-left: 10%;
    position: relative;
	display: inline;
	float: left;
	line-height: 30px;
	text-align: right;
	color: #333333;
	font-size: 14px;
	font-family: "微软雅黑";
}
.log_ms span{
	color: #ff7f00;
}
.radio_span{
    width: 24px;
    height: 18px;
}
.radio_span > input {
    display: inline-block;
}
.on {
    background-position: 0 0;
}
.radioClass {
    opacity: 0;
    cursor: pointer;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
 
.check-custom {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
    background-image: url(../image/checkbox_01.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    margin-right: 5px;
}
 
.check-on {
    background-position: 0 -21px;
}
.divBox1 {
		    display:inline;
			float: left;
		    width: 80%;
		    height:40px;
			line-height: 40px;
		    margin-left: 10%;
		}