body,html{
    width: 100%;
    height: 100%;
    background: #333;
    font-family: "Microsoft YaHei";
}
/*��¼*/
@font-face {
    font-family: "pangmenzhengdao";
    src: url("font/pangmenzhengdao.woff2") format("woff2"),
    url("font/pangmenzhengdao.woff") format("woff"),
    url("font/pangmenzhengdao.ttf") format("truetype"),
    url("font/pangmenzhengdao.eot") format("embedded-opentype"),
    url("font/pangmenzhengdao.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.top{
    height: 60px;
    border-bottom: solid 4px #F2B100;
    position: relative;
}
.logo{
    font-family: "pangmenzhengdao";
    font-size: 36px;
    position: absolute;
    top: 13px;
    left: 38px;
}
.title{
    color:#F2B100
}
.hou{
    color: #fff;
}
.main{
    width: 464px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: none;
}
.left{
    width: 42px;
    padding-top: 24px;
}
.user_name_icon{
    display: block;
    width: 42px;
    height: 40px;
    background: url("../../images/admin/login/user_name_icon.png");
    margin: 5px 0 40px 0;
}
.pwd_icon{
    width: 32px;
    height: 40px;
    display: block;
    background: url("../../images/admin/login/pwd_icon.png");
}
.center{
    width: 382px;
    margin: 0 15px 0 25px;
    height: 154px;
}
.prompt{
    font-size: 14px;
    color: #8F0202;
    margin-bottom: 5px;
}
.user_name,.pwd{
    width: 360px;
    height: 48px;
    border: solid 1px #C5940F;
    border-radius: 10px;
    background: none;
    outline: none;
    font-family: "Microsoft YaHei";
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
}
.user_name{
    margin-bottom: 30px;
}
.btn_box{
    width: 240px;
    height: 50px;
    margin: 60px auto 0;
}
.cancel{
    width: 100px;
    height: 50px;
    border: solid 1px #C2910D;
    background: none;
    border-radius: 5px;
}
.sub{
    width: 102px;
    height: 50px;
    background: #F2B100;
    border: none;
    margin-right: 33px;
}
.sub,.cancel{
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    letter-spacing: 5px;
}


/*��½�ɹ�ҳ��*/
.sign_out{
    position: absolute;
    right: 40px;
    top: 8px;
}
.sign_btn{
    width: 98px;
    height: 46px;
    background: none;
    color: #fff;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    border: solid 1px #C2910D;
    border-radius: 3px;
}
.user{
    position: absolute;
    right: 220px;
    top: 19px;
    color: #fff;
    font-size: 24px;
    font-family: "pangmenzhengdao";
}
.user_text{
    color: #F2B100;
}
.content{
    height: 769px;
    background: #D8DCDF;
    border-top: solid 1px #D8DCDF;
}
.content_list{
    width: 1080px;
    height: 160px;
    background: #88ABDA;
    margin: 24px auto 0;
    position: relative;
}
.content_list:hover{
    width: 1100px;
    height: 180px;
    margin: 14px auto -10px;
    -webkit-box-shadow:0 0 10px #898989;
    -moz-box-shadow:0 0 10px #898989;
    box-shadow:0 0 10px #898989;
}
.content_list a{
    display: block;
    width: 1080px;
    height: 160px;
}
.content_list:hover a{
    width: 1100px;
    height: 180px;
}
.con_box{
    width: 146px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) ;
}
.r_box{
    border-left: #d8dcdf 2px solid;
    padding-left: 7px;
}
.r_box p{
    font-size: 29px;
    color: #e2e3e3;
}
.icon{
    display: inline-block;
    width: 76px;
    height: 71px;
}
.con_icon{
    background: url("../../images/admin/login/content.png") no-repeat;
}
.ope_icon{
    background: url("../../images/admin/login/operate.png") no-repeat;
}
.mec_icon{
    background: url("../../images/admin/login/mechanism.png") no-repeat 0 5px;
}
.user_icon{
    background: url("../../images/admin/login/user.png") no-repeat 0 5px;
}
.btm{
    height: 240px;
    background: #393939;
    font-size: 12px;
    color: #fff;
    position: relative;
}
.btm_top{
    width: 705px;
    height: 16px;
    margin-bottom: 50px;
}
.btm_box{
    width: 705px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) ;
}
.btm_text{
    margin-right: 65px;
    display: inline-block;
}
.btm_btm{
    width: 435px;
    margin: 0 auto;
}
