/*.login_matter{position: fixed;width: 100%;height: 100%;background: url(../images/logoBg.jpg) no-repeat center;background-size: 100% 100%;*/
    /*animation:login_matter 8s;-webkit-animation:login_matter 10s;}*/
.login_matter{position: fixed;width: 100%;height: 100%;}
.login_matter .bg{position:absolute;top:-15%;left:-15%;width: 130%;height: 130%;background: url(../images/logoBg.jpg) no-repeat center;background-size: 100% 100%;
background-position: 50% 50%;}
/*.login_matter .bg img{width: 125%;}*/
.login_matter .center{width: 360px;height: 545px;position: absolute;left: 50%;top: 50%;margin: -252px 0 0 -187px}
.login_matter .center .title{text-align: center;height: 150px;}
.login_matter .center .title .logo{width: 50px;height: 55px}
.login_matter .center p.name{font-size: 24px;color: #cbcfd1;font-family: "黑体";}
.login_matter .center .list1{height: 60px;border-bottom: 1px solid #626663; z-index: 2;position: relative}
.login_matter .center .list1 i{margin:13px 0 0 12px;width: 30px;height: 30px;float: left;background: url(../images/.login_matter.png) no-repeat;vertical-align: middle }
.login_matter .center .list1 input{height: 60px;vertical-align: middle;width: 300px;background: none;outline: none;border: none;padding: 0 10px;color: #fff;
    font-size: 14px;font-family: "Microsoft YaHei";line-height: 60px;float: left}
.login_matter .center .list1 input.yzm{width: 158px;}
.login_matter .center .list1 .img{width: 110px;height: 35px;border-radius: 5px;vertical-align: middle;opacity: .8;overflow: hidden;cursor: pointer;float: right;margin: 15px 10px 0  0}
.login_matter .center .list1 .img img{width: 100%;height: 100%;vertical-align: middle;}
.login_matter .center .list1 .iconUserName{background-position: 0 -30px;}
.login_matter .center .list1 .iconUserPsd{background-position: -30px -30px }
.login_matter .center .list1 .icon_img3{background-position: -60px -30px}

.login_matter .center .blue_k{border: 1px solid #a7a9a7!important;border-radius: 10px;overflow: hidden;background: rgba(255,255,255,0.09)}
.login_matter .center .blueGary{ height: auto;width: 100%;border: 1px solid #2aacfa!important;position:relative;border-radius: 10px;animation:blueGary 2s infinite;-webkit-animation:blueGary 2s infinite}
.login_matter .center .blueGary:after{content: "";box-shadow:0 0 10px #2aacfa inset;position:absolute;left:0;top:0;bottom:0;right:0;z-index: 1;animation:blueGaryafter 2s infinite;-webkit-animation:blueGaryafter 2s infinite}

.login_matter .center .list1 .iconUserName1{background-position: 0 1px!important;}
.login_matter .center .list1 .iconUserPsd1{background-position: -30px 1px!important; }
.login_matter .center .list1 .icon_img1{background-position: -60px 0 !important;}

.login_matter .center .loginBut{text-align: center;margin-top: 30px}
.login_matter .center .loginBut button{width: 350px;height: 50px;line-height: 50px;text-align: center;background: rgba(42,172,250,.4);border: none;
    font-size: 20px;color: #fff;letter-spacing: 5px;border-radius: 5px;cursor: pointer;font-weight: bold;outline: none;font-family: "Microsoft YaHei";}
.login_matter .center .loginBut button:hover{box-shadow:0 0 5px #2aacfa;background: rgba(42,172,250,1);color: #fff}
.login_matter .center p{text-align: center;margin-top: 15px;color: #aeaeb0;font-size: 14px}
.login_matter .center p a{color: #aeaeb0;}
.login_matter .center p a:hover{color: #2aacfa}
/*@keyframes login_matter /!* Safari and Chrome *!/*/
/*{*/
    /*to {background-size: 100% 100%;}*/
    /*from {background-size: 120% 120%;}*/
/*}*/
/*@-webkit-keyframes login_matter /!* Safari and Chrome *!/*/
/*{*/
    /*to {background-size: 100% 100%;}*/
    /*from {background-size: 120% 120%;}*/
/*}*/

.bgbh{
    -moz-transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -o-transform:scale(0.9);
    transition-duration:12000ms;
}

@keyframes blueGary /* Safari and Chrome */
{
    0% {box-shadow:0 0 10px #2aacfa;}
    50% {box-shadow:0 0 1px #2aacfa;}
    100% {box-shadow:0 0 10px #2aacfa;}
}
@-webkit-keyframes blueGary /* Safari and Chrome */
{
    0% {box-shadow:0 0 10px #2aacfa;}
    50% {box-shadow:0 0 1px #2aacfa;}
    100% {box-shadow:0 0 10px #2aacfa;}
}
@keyframes blueGaryafter {
    0% {content: '';box-shadow:0 0 10px #2aacfa inset;}
    50% {content: '';box-shadow:0 0 1px #2aacfa inset;}
    100% {content: '';box-shadow:0 0 10px #2aacfa inset;}
}
@-webkit-keyframes blueGaryafter {
    0% {content: '';box-shadow:0 0 10px #2aacfa inset;}
    50% {content: '';box-shadow:0 0 1px #2aacfa inset;}
    100% {content: '';box-shadow:0 0 10px #2aacfa inset;}
}

/*---------------------------重置密码-------------------------------------*/
.login_matter .center .nextBut,.login_matter .center .lastBut{text-align: center;margin-top: 30px;}
.login_matter .center .nextBut button,.login_matter .center .lastBut button{width: 350px;height: 50px;line-height: 50px;text-align: center;background: rgba(42,172,250,.4);border: none;font-size: 20px;
    color: #fff;letter-spacing: 5px;border-radius: 5px;cursor: pointer;outline: none;font-family: "Microsoft YaHei";font-weight: bold;}
.login_matter .center .nextBut button:hover,.login_matter .center .lastBut button:hover{box-shadow:0 0 5px #2aacfa;background: rgba(42,172,250,1);color: #fff}
.login_matter .center .list1 input{width: 70%;}
/*.list1.email .js_button{width: 100px;height: 30px;line-height: 30px;text-align: center;background: rgba(42,172,250,1);border: none;font-size:14px;*/
    /*color: #fff;border-radius: 5px;cursor: pointer;font-weight: bold;outline: none;position: relative;top:15px;}*/
/*.time{width: 100px;height: 30px;line-height: 30px;text-align: center;background:#c6c6c6;border: none;font-size:14px;*/
    /*color: #939393;border-radius: 5px;cursor: pointer;font-weight: bold;outline: none;position: absolute;left:70%;top: 30.5%;}*/
.list1.email .emailCode.fsyzm,.js_button.djs{width: 100px;height: 30px;line-height: 30px;text-align: center;background: rgba(42,172,250,1);border: none;font-size:14px;
    color: #fff;border-radius: 5px;cursor: pointer;font-weight: bold;outline: none;position: relative;top:15px;}
.list1.email .js_button.djs{background:#c6c6c6;color: #939393;position: absolute;top:15px;left:70%;cursor: default;}
.list1.email .emailCode.fsyzm{color:#fff;font-size: 14px;font-family: "Microsoft YaHei";font-weight: 400;}

.login_matter .center p.name{width: 185px;height:30px;text-align: center;margin:25px 0 0 87.5px;}
.login_matter .center p.name.st1{background: url("../images/title_wenzi.png") no-repeat center;background-position:0 -30px; }
.login_matter .center p.name.st2{background: url("../images/title_wenzi.png") no-repeat center;background-position:0 0; }
.login_matter .center p.name.st3{background: url("../images/title_wenzi.png") no-repeat center;background-position:0 -60px; }