@charset "utf-8";

*{font-size: 12px;border:0;margin:0;padding:0;zoom:1;
}
html,body
{
    width:100%;
    height:100%;
}
body{
    width: 100%;
    height: 100%;
    font-family: "Microsoft YaHei", Arial, Verdana, sans-serif, 宋体;
    background: #ffffff;
    color:#000000;
    margin:0px;
    padding:0px;
    overflow:hidden;

}
ul{
    list-style-type:none;
    margin:0;
}
a,a:hover,a:link,a:focus,a:active{
    text-decoration: none;
}
img{vertical-align: middle}
.header {
    height: 100px;
    line-height: 100px;
    width: 100%;
    background-color: #f4f4f4;
    border-bottom:1px solid #a5a5a5;
}
.header .logo {
    background: url(../images/message/logo.png) no-repeat left center;
    height: 100px;
    line-height: 100px;
    width:450px;
    margin-left:35px;
    float:left;
    display:inline;
}
.header .logo h3{
    margin-left:220px;
    font-size:18px;
    color:#3c3a3a;
    font-weight: normal;
}

.header .right-info {
    float:right;
    display:inline;
    padding-right:35px;
}

.header .right-info a{
    font-size:18px;
    color:#3c3a3a;
    font-weight: normal;
}
.header .right-info span{
    font-size:24px;
    color:#3c3a3a;
    font-weight: normal;
    padding:0px 10px;
}











.main{
    width:950px;
    margin:10px auto;
    height:400px;
}


.info_panel{
    padding:100px 20px;
    line-height:50px;
    width:500px;
    margin:0px auto;
}

.info_icon{
    font-size:14px;
    height:50px;
    line-height:50px;
}
.info_label label{
    font-size:14px;
}
.info_text{
    border:1px solid #ddd;
    width:500px;
    height:30px;
    line-height:30px;
    padding:5px;
    font-size:14px;
}



.method_panel{
    text-align: center;
}


.method{
    display: block;
    border:2px solid #fc852e;
    width:300px;
    height: 80px;
    padding:10px 0px 0px 10px;
    margin:0px 5px;
    cursor: pointer;
}
.method:hover{
    background:#fc852e;
}
.method_icon{
    width:50px;
    height: 100%;
}
.method_info{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}





.sucess_title{
    font-size:18px;
    padding-left:20px;
}
.sucess_login{
    display: block;
    width:170px;
    font-size:18px;
    padding-left:20px;
    color:#3e85ed;
    background: url(../images/message/arrow_right_circle1.png) no-repeat right center;
}

.sucess_login:hover{
    background: url(../images/message/arrow_right_circle.png) no-repeat right center;
}





.form_panel{
    width:950px;
    margin:0px auto;
}
.form_text{
    border:1px solid #ddd;
    width:300px;
    height:30px;
    line-height:30px;
    padding:5px;
    font-size:14px;
}
.form_title{
    font-size:14px;

}






.foot {
    background-color: #f4f4f4;
    border-top:1px solid #a5a5a5;
    height: 100px;
    line-height: 100px;
    width: 100%;
    font-size:14px;
    text-align:center;
}