*{
	margin:0;
	padding:0;
	border:0;
}
.logo01{
	width: 100%;
	height: 20%;
	position:absolute;
	top:0;
}
.logo_L{
	width: 30%;
	height: 120px;
	background: url('/content/login/logo.png') no-repeat 110px 60px;
}
.title01{
	width: 100%;
	height: 18%;
	position:absolute;
	top:20%;
}
.title_C{
	width: 449px;
	height: 46px;
	/*background: url('/content/login/title.png') no-repeat;*/
	position:absolute;
	left: 50%;
	margin-left:-12%;
}
.user01{
	width: 100%;
	height: 62%;
	position:absolute;
	top:29%;
}
.user_C {
    width: 449px;
    height: 299px;
    background: url('/content/login/user.png') no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -12%;
}
    .user_C dt {
        width: 449px;
        height: 74px;
        background: url('/content/login/usl.png') no-repeat 148px 27px;
    }
.user_C dd{
	text-shadow:#217883 1px 0 0,#217883 0 1px 0,#217883 -1px 0 0,#217883 0 -1px 0;
    -webkit-text-shadow:#217883 1px 0 0,#217883 0 1px 0,#217883 -1px 0 0,#217883 0 -1px 0;
    -moz-text-shadow:#217883 1px 0 0,#217883 0 1px 0,#217883 -1px 0 0,#217883 0 -1px 0;
    *filter: Glow(color=#217883, strength=1);
	padding:0 0 0 60px;
	font-size:16px;
	font-family: "微软雅黑";
	font-weight: bold;
	color:#fff;
	line-height: 32px;
	margin-bottom: 16px;
}
    .user_C dd.ys input {
        width: 186px;
        height: 32px;
        border-radius: 5px;
        background-color: #fff;
        float: right;
        margin-right: 90px;
        padding-left: 5px;
    }
.user_C dd .inp{
	width: 100px;
	border-radius: 5px;
	float:left;
	
    background-color:#fff;
}
.user_C dd .codeimg{
   float:right;
     border-radius: 3px; border: 1px solid rgb(26, 117, 152);cursor: pointer;
     
}
.user_C dd .codeDiv{
	float:right;
	margin-right:50px;

}
.user_C dd .infodiv{
	float:right;
	margin-right:40px;
    font-size: 12pt;
            font-family: Helvetica Neue,Hiragino Sans GB,Microsoft YaHei,\\9ED1\4F53,Arial,sans-serif;
            font-weight:normal;
            text-shadow:none;
}

.user_C dd .yzm{
	float:left;
	width: 100px;
	height: 30px;
	background: url('/content/login/yzm.png') no-repeat 30px;
}
.user_C dd .btn01{
	text-shadow:#217883 1px 0 0,#217883 0 1px 0,#217883 -1px 0 0,#217883 0 -1px 0;
    -webkit-text-shadow:#217883 1px 0 0,#217883 0 1px 0,#217883 -1px 0 0,#217883 0 -1px 0;
    -moz-text-shadow:#217883 1px 0 0,#217883 0 1px 0,#217883 -1px 0 0,#217883 0 -1px 0;
    *filter: Glow(color=#217883, strength=1);
	background: linear-gradient(bottom,#4d97a6,#6fbdcc); 
    background: -ms-linear-gradient(bottom,#4d97a6,#6fbdcc); 
    background: -webkit-linear-gradient(bottom,#4d97a6,#6fbdcc); 
    background: -o-linear-gradient(bottom,#4d97a6,#6fbdcc); 
    background: -moz-linear-gradient(bottom,#4d97a6,#6fbdcc);
    border:1px solid #4e93a0;
    width:112px; 
    height:32px; 
    border-radius:5px; 
    text-align: center; 
    vertical-align: middle; 
    margin-left: 10%; 
    font-size:1.6em; 
    z-index: 999; 
    font-size:18px;
    font-weight:bold;
    color:#fff;
    font-border:1px solid #4e93a0;
    margin:55px 0 0 -175px;
}

.mycheck label {
    display: inline-block;
    border: 1px solid #bdc3c7;
    border-radius: 60px;
    width: 60px;
    height: 30px;
    position: relative;
    transition: all .3s;
    margin-right: 60px;
    vertical-align: middle;
}

.mycheck input {
    display: none;
}

.mycheck label:before {
    width: 20px;
    height: 20px;
    content: '';
    display: inline-block;
    background-color: #99a1a7;
    border-radius: 100%;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: all .3s;
}

.mycheck :checked ~ label {
    background-color: #26b22b;
    border-color: #26b22b;
}

    .mycheck :checked ~ label:before {
        left: 35px;
        background-color: #fff;
    }