.login_frame{
    position: absolute;
    width:558px;
    height:337px;
    z-index:999;
    top:20%;
    left:0;
    right:0;
    margin:0 auto;
    background: #F7F7F7;
    border-radius: 6px;
}
.login_frame_header{
    height:56px;
    line-height: 56px;
    font-size:16px;
    font-weight: bold;
    color:#333333;
    border-bottom: 1px solid #EDEDED;
    padding-left:15px;
}
.login_frame_header img{
    position: absolute;
    right:15px;
    top:20px;
    cursor: pointer;
    width:20px;
}
.login_frame_main{
    height:235px;
    width:100%;
}
.login_frame_main_left{
    width:290px;
    margin:15px 0 15px 15px;
    border-right:1px solid #F7F7F7;
    height:205px;
    float:left;
    border-right:1px solid #EDEDED;
}

.login_frame_main_left>p:first-of-type{
    color:#333333;
    font-size: 14px;
    font-weight: bold;
}
.login_frame_main_left input{
    background: #fff;
    border-radius: 6px;
    width:234px;
    line-height: 40px;
    height:40px;
    padding-left:15px;
    padding-right:15px;
    margin-top:10px;
}
.login_sub{
    margin-top:5px;
    display: block;
    color:#fff;
    width: 264px;
    height: 40px;
    border-radius: 6px;
    opacity: 1;
    line-height: 40px;
    text-align: center;
    background: #FF8400;
}
.login_sub:hover{
    
    color:#fff;
    background: rgba(255, 132, 0, 0.5);
}
.login_frame_xieyi{
    line-height:30px;
    height:30px;
}
.login_frame_main_right{
    padding:15px 0 0 15px;
    width:237px;
    height:100%;
    float:left;
}
.login_frame_main_right>p:first-of-type{
    color:#333333;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.login_frame_main_right>p:nth-of-type(2),.login_frame_main_right>p:nth-of-type(3){
    color:#000;
    font-size:12px;
}
.login_frame_footer{
    background: #EDEDED;
    width:100%;
    height:46px;
    line-height: 46px;
    border-radius: 0 0 6px 6px;
}
.login_frame_footer a{
    position: absolute;
    margin-top:5px;
}
