html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    font-family: "Î¢ÈíÑÅºÚ";
    padding:0;
    margin: 0;
}
.branch-container{
    width: 100%;
	min-width:1020px;
    height: 100%;
    background: url(/static/personalCenter/image/login.jpg) repeat-x;
    margin: 0;
    text-align: center;
}
.branch-logo{
	min-width:1020px;
    height: 57px;
    padding-top: 58px;
    margin-bottom: 35px;
    background-image: url(../image/branch/logo.png);
    background-repeat: no-repeat;
    background-position: center 58px;
}
.branch-body{
    width: 1000px;
    padding:10px;
    margin: 0 auto;
    background-color: #fff;
	-moz-box-shadow:3px 3px 20px rgba(136,136,136,1);/*firefox*/
	-webkit-box-shadow:3px 3px 20px rgba(136,136,136,1);/*webkit*/
	box-shadow:3px 3px 20px rgba(136,136,136,1);/*opera»òie9*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=0, Strength=3)
			progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=90, Strength=15)
			progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=180, Strength=15)
			progid:DXImageTransform.Microsoft.Shadow(color=#bfbfbf, Direction=270, Strength=3);
	margin-bottom:45px;
    min-height:400px;
}
.branch-title{
    height: 46px;
    line-height: 46px;
    background-color: #12aaf0;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.branch-content{
    margin-top: -10px;
    text-align: left;
}
.content-block{
    width: 178px;
    height: 70px;
    margin-top: 20px;
    margin-left: 15px;
    display: inline-block;
    overflow: hidden;
}
.content-block-first{
    margin-left: 16px;
}
.content-block>div{
    width: 178px;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    text-align: center;
}
.content-block>div>a{
    display: block;
    text-decoration: none;
    color: #fff;
}
.content-block>div>a>span{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    line-height: 22px;
}
.branch-content ul{
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
.branch-content ul li{
    list-style: none;
    margin-bottom: 20px;
    width: 100%;
}
.branch-content ul li .group-name{
    font-size: 16px;
    color: #0193d6;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 12px;
    background-image: url("/static/home/image/list.png");
    background-repeat: no-repeat;
    background-position: 0px 4px;
    display: inline-block;
    width: 967px;
    margin-left: 15px;
}
.branch-content ul li .group-name .name{
    margin-left: 24px;
    width:846px;
    float: left;
}
.branch-content ul li .group-name .img{
    margin: 0px 10px;
    float: right;
}
.branch-content ul li .group-name .img img{

    width:20px;
    height:20px;

}
.branch-content ul li .group-img{
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
/*ÉìËõ²ã*/
.qr-code-icon{
    width: 54px;
    height: 54px;
    position: fixed;
    right: 0;
    bottom: 86px;
    z-index: 99;

}
.icon-img{
    width: 46px;
    height: 38px;
    position: relative;
    top: 8px;
    left: 5px;
    background-image: url(/static/home/image/column/wechat1.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.qr-code-content{
    width: 133px;
    height: 124px;
    position: fixed;
    right: 55px;
    bottom: 55px;
    z-index: 99;
    background-image:url('/static/home/image/column/qrcode-content-bg.png');
    background-position:center center;
    background-repeat:no-repeat;
}
