a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #010101;
}
a:hover {
    text-decoration: none;
    color: #1C84C6;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.container_2 {
max-width: 460px;
padding: 20px;
	color: #fff;
}
.container_2 a:link {
	color: #fff;
	text-decoration: none;
}
.container_2 a:hover {
    text-decoration: none;
    color: #00ccff;
}

.container_2 :visited {
    text-decoration: none;
    color: #F6FCFF;
}
.container_2 :active {
	text-decoration: none;
	color: #fff;
}

.zhuce{
    max-width: 100%;
    color: #fff;
    margin-top: 380px;
    padding-left: 30px;
}
.zhuce li{
    float: left;
    text-align: center;
	}
/*伪类 第一个执行以下样式*/
	.zhuce li:first-child{
    width: 33%;
	}
/**伪类 各行行执行以下样式（偶数）*/
	.zhuce li:nth-child(even){
    width: 0.3%;
	}

.zhuce a:link {
	color: #fff;
	text-decoration: none;
}
.zhuce a:hover {
    text-decoration: none;
    color: #fff;
}

.zhuce :visited {
    text-decoration: none;
    color: #F6FCFF;
}
.zhuce :active {
	text-decoration: none;
	color: #fff;
}

.zhuce li img{
	transition:all 0.3s linear;
}
.zhuce li img:hover{
	transform: scale(1.2);/*缩小数字*/
		opacity: 1;
}






.clearfix:after,	
 .login-row {
        position: relative;
        display: block!important;
    }
.form-group {
margin-bottom: 13px;
}
label {

display: block;

font-weight: bold;

margin-bottom: 5px;

}
input[type="text"],

input[type="password"] {
    width: 85%;
    border-radius: 8px;
    height: 43px;
    padding-left: 5%;
    padding-right: 10%;
}
input[type="submit"] {
    width: 100%;
    background-color: #00ccff;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    height: 50px;
    font-weight: bold;
    font-size: 18px;
    /* [disabled]text-align: justify; */
    letter-spacing: 20px;
}

input[type="submit"]:hover {

background-color: #01b9e7;

}
	.yzm{
    color: rgba(255,255,255,1.00);
	}
	.yzm li{
    float: left;
}
	.yzm li input{
    width: 300px;
    display: block;
    margin-right: 20px;
	}
	.yzm li img{
    height: 43px;
    padding-left: 35px;
}
	.yd_wjmm{
    clear: left;
    padding-top: 13px;
    padding-bottom: 50px;
	}
	.yd_wjmm li{
    float: left;
    width: 50%;
}
	.yd_wjmm li font{
    color: rgba(255,253,0,1.00);
}
	.yd_wjmm li span{
    color: rgba(255,125,57,1.00);
}
	.yd_wjmm li a:link{
    text-decoration: underline;
}
	.yd_wjmm input{
    margin-right: 10px;
}
	.yhm{
    background-image: url(../img/user.png);
    background-repeat: no-repeat;
	background-position: 94% 45%;
}
	.mima{
    background-image: url(../img/locked.png);
    background-repeat: no-repeat;
    background-position: 94% 45%;
}

	.yhm_2{
    background-image: url("../img/user_2.png");
    background-repeat: no-repeat;
	background-position: 94% 45%;
}
	.mima_2{
    background-image: url(../img/locked_2.png);
    background-repeat: no-repeat;
    background-position: 94% 45%;
}

@media screen and (max-width: 600px) {
    .yzm li input{
        width: 160px;
        display: block;
        margin-right: 20px;
        }
}

