@charset "utf-8";

/*登录部分*/
.login_wrap{width: 1200px;margin: 0 auto;}
.login_box{  height:300px; background:rgba(0,0,0,.75);margin-top:25px;float: right;background:hsla(216, 45%, 96%, 1.0);}
.login_title{  height:40px;}
.login_title li{ float:left; width:176px; height:40px; line-height:40px; font-size:16px; color:#fff; text-align:center; cursor:pointer;}

.login_main{ margin-left:40px;}
.login_main li{ width:270px; height:40px; line-height:40px;}
.login_main label{ font-size:14px; color:#111; cursor:pointer;position:relative;padding-left:18px;}
.login_main .forget_pws{ font-size:14px; color:#111; cursor:pointer;}

.login_main input[type="button"]{ border:none; outline:none; width:120px; height:36px; background:#0f93df;color:#fff; font-size:16px; cursor:pointer;}

.login_main .user_input_box{ margin-top:20px; margin-bottom:16px; position:relative;}
.login_main .pws_input_box{ position:relative;}
.login_main input[type="text"]{ border:none; outline:none; width:250px; height:36px; padding:0 10px;font-size:100%;border-radius:0;}
.login_main input[type="password"]{ border:none; outline:none; width:250px; height:36px; padding:0 10px;;font-size:100%;border-radius:0;}
.login_main input[type="checkbox"]{display:inline-block;width:16px;height:16px;position:absolute;left:0;top:2px;}
.login_main .icon_user{ width:16px; height:20px; position:absolute; top:9px; left:7px;}
.login_main .icon_pws{ width:16px; height:20px; position:absolute; top:8px; left:7px;}
.login_main .login_btn{ margin-right:30px; margin-top:20px;}

.current_tab{ line-height:40px; text-align:center; background-color:rgba(0,0,0,.6);}

#divResource .kejian div:first-child {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 50%;
    top: 50%;
    margin: -58px 0px 0px -38px;
    z-index: 2;
    cursor: pointer;
}

#divResource .kejian {
    position: relative;
}


.img-animate{overflow:hidden;}
.img-animate img{display:block;-webkit-transform:scale(1);-webkit-transition:1s transform ease;transform:scale(1);transition:1s transform ease;}
.img-animate img:hover{-webkit-transform:scale(1.1);-webkit-transition:1s transform ease;transform:scale(1.1);transition:1s transform ease;}
