@charset "utf-8";
/* CSS Document */
body{
	background-color:#f0f0f0;
}
.suppliers_header{
	background:url(../images/personal_center2.png) no-repeat;
	background-size: 100% 100%;
	/*background-color:#f39800;*/
	width:98%;
	margin:auto;
	text-align:center;
	/*color:#fff;*/
    padding-top: 20px;
    padding-bottom: 30px;
	font-size: 17px;
    line-height: 25px;
	margin-top: 1%;
}
.suppliers_header img{
	margin:auto;
	width:20%;
	margin-bottom: 5px;
	border-radius:50%;
}
.suppliers_header .col_zhicheng{
	font-size:15px;
}
.suppliers_content{
	width:96%;
	margin:auto;
	border-radius:5px;
	background-color:#fff;
	margin-bottom: 50px;
	position: relative;
    top: -10px;
}
.suppliers_content .row_content>div{
	border-bottom: 1px solid #f0f0f0;
    padding: 0px;
    width: 94%;
    display: block;
    margin: auto;
    margin-left: 3%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
.suppliers_content .row_content>div .tebie{
	color:#999;
}
.suppliers_content .row_content>div span{
	line-height:25px;
}
.suppliers_last{
	height:50px;
	background-color:#fff;
	border-top:1px solid #f0f0f0;
	text-align: center;
    line-height: 50px;
    font-size: 16px;
	position: fixed;
    bottom: 0px;
    width: 100%;
}
.suppliers_last img{
	display:inline-block;
	width: 11%;
    vertical-align: baseline;
}
.suppliers_last .col_right{
	background-color:#ff7c20;
	color:#fff;
    padding: 0px;
}

.group-boxes{
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 99;
}
.group-boxes-bg{
    width: 55px;
    height: 55px;
    background-color: #eeba00;
    border-radius: 55px;
}
.group-boxes-words{
    text-align: center;
    line-height: 55px;
    font-size: 16px;
    letter-spacing: 1px;
    color: white;
}
.group-boxes-words a{
    color: white;
}
