html{height:100%;}
body{
	min-height:100%;
	margin:0;padding:0;
	position:relative;
}
.gbody{
    height: 880px;
    background: url("../../../guide/login/images/main_bg.png") no-repeat;
    background-size: 100% 100%;
    padding: 10px 10px 0px 10px;
}
.footer {
	clear: both;
	position:relative;
	bottom:0px;
    background: url("../../../guide/login/images/bottombg.png") no-repeat;
    background-size: cover;
    min-width:1200px;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    
    height: 102px;
    float: left;
    border-top: 1px solid #d6d6d6;
    margin: 0 auto;
    overflow: hidden;
}
.footer_bottom{
	position:absolute;
	bottom:0px;
}
.footer-icon{
	width: 52px;
    height: 63px;
    display: inline-block;
    background: url(../../../guide/login/images/f-icon.png) center center no-repeat;
    float: left;
    cursor: pointer;
}
.footer-icon1{
    width: 110px;
    height: 63px;
    display: inline-block;
    background: url(../../../guide/login/images/f-icon1.png) center center no-repeat;
    margin-right:5px;
    float: left;
    cursor: pointer;
}
.footer-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    background: #C8D7EA;
}
.footer-info{
	margin-left: 22px;
    float: left;
    line-height: 26px;
    text-align: left;
    /*margin-top: 24px;*/
    font-size: 14px;
    font-family: '//5FAE//8F6F//96C5//9ED1','宋体',serif;
    color: #6a7ea5;
}
.footer-info P {
    display: flex;
    margin-bottom: 0;
}

.f-first{
    width: 260px;
}
.f-second{
    width: 480px;
}