




.container{
	background-color: #eee;
	width: 100%;
	height: 100%;
}
.content{
	width: 1200px;
	height: auto;
	margin: 25px auto 0;
	overflow: hidden;
}


.leftBar{
	-webkit-box-shadow: 0px 0px 7.2px 0.8px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 0px 7.2px 0.8px rgba(0, 0, 0, 0.06);
	width: 126px;
	padding:20px 0 20px 20px;
	background-color: #fff;
	float: left;
}
.leftBarList{
	margin: 0 0 8px 0;
}
.leftBarList:last-of-type{
	margin-bottom: 0;
}
.leftBarList>li{
	padding-left: 30px;
	font-size: 14px;
	color: rgb(68, 68, 68);
	line-height: 26px;
	list-style:none;
}
    .leftBarList > li:first-of-type {
        font-weight: 600;
        background-image: url(../../img/helpCenter/sprite_help.png);
        background-repeat: no-repeat;
        /*background-size: */
    }
.leftBarList>li:not(:first-of-type){
	cursor: pointer;
}
.leftBarList:first-of-type>li:first-of-type{
	background-position: -17px -16px;
}
.leftBarList:nth-of-type(2)>li:first-of-type{
	background-position: -17px -62px;
}
.leftBarList:nth-of-type(3)>li:first-of-type{
	background-position: -17px -108px;
}

.rightBar{
	width: 1035px;
	float: right;
	background-color: #fff;
}


.rightBarList{
	width: 1035px;
	-webkit-box-shadow: 0px 0px 7.2px 0.8px rgba(0, 0, 0, 0.06);
	        box-shadow: 0px 0px 7.2px 0.8px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	min-height: 316px;
	display: none;
}

.rightBarList>h4{
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 15px;
	margin-left: 40px;
	margin-top: 35px;
}
.rightBarList>p{
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 20px;
	width: 950px;
}


/*买家*/
.rightBarBox{
	margin-left: 40px;
	width: 950px;
	overflow: hidden;
}
.rightBarToptxt{
	width: 50%;
	float: left;
}
.rightBarToptxt>h4{
	text-align: center;
	font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-left: 40px;
    margin-top: 35px;
}
.rightBarToptxt>p{
	font-size: 14px;
	line-height: 26px;
	color: rgb(68,68,68);
}
.rightBarToptxt i{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.rightBarToptxt>img,.rightBarBox>img{
	width: 950px;
}
.rightBarToptxt>img{
	margin:20px 0 60px 40px;
}

/*寻找服务商*/



/*账号与登录&&卖家入门*/
.accountList,.solderList,.buyerList{
	width: 315px;
	height: 156px;
	border:1px solid rgb(180, 180, 180);
	border-radius: 4px;
	-webkit-box-shadow: 0.5px 0.866px 10px 0px rgba(42, 42, 42, 0.34);
	box-shadow: 0.5px 0.866px 10px 0px rgba(42, 42, 42, 0.34);
	float: left;
	margin-left: 50px;
	margin-bottom: 30px;
	cursor: pointer;
}
.accountList:nth-child(2n),.solderList:nth-child(2n),.buyerList:nth-child(2n){
	margin-left: 45px;
}
.no{
	width: 33px;
  	height: 33px;
  	border-radius: 50%;
  	background-color: rgb(243, 75, 71);
  	color: #fff;
  	text-align: center;
  	line-height: 33px;
}
.accountList>i,.solderList>i,.buyerList>i{
	margin:35px auto 15px;
}
.accountList>span,.solderList>span,.buyerList>span{
	font-size: 18px;
	color: rgb(68, 68, 68);
	line-height: 26px;
	text-align: center;
}


/*list*/
.list{
	/*min-height: 465px;*/
}
.list>p{
	font-size: 14px;
	color: rgb(68, 68, 68);
	line-height: 26px;
	margin-left: 40px;
	width: 950px;
}
.list>img{
	margin-left: 40px;
	width: 945px;
}
.list>img:last-of-type{
	margin-bottom: 60px;
}
.list b{
	font-weight: 500;
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	color: red;
}

/*关于亿蜂*/
.aboutYB{
	height: 370px;
}
.aboutYB>*{
	margin-left: 40px;
}

/*联系我们*/
.contactUs{
	height: 316px;
	
}
.contactUs>*{
	margin-left: 40px;
}

.contactUs>span{
	font-size: 14px;
	color: rgb(68, 68, 68);
	margin-bottom: 5px;
}

