#shopInfo {
	width: 1190px;
	margin: 22px auto 0;
}
.reset-mt {
	margin: 10px auto !important;
}
#aboutMyShop {
	width: 200px;
}

#employ {
	border: 1px solid lightgray;
	padding: 15px 18px;
}

#employ>p {
	width: 172px;
	text-align: center;
}

.integrity {
	color: #999999;
}

#employ>a {
	display: block;
	color: rgb(255, 255, 255);
	font-size: 1.5em;
	text-align: center;
	line-height: 40px;
	margin-top: 10px;
	width: 170px;
	height: 40px;
	background: rgb(255, 96, 0);
}

#employ>a:hover {
	text-decoration: none;
}


/*公司服务中心样式*/

#serviceCenter,
#serverRankingList,
#code,
#shopFlow,
#link {
	margin-top: 15px;
	border-right: 1px solid lightgray;
	border-left: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	border-top: 2px solid rgb(26, 188, 156);
}

#serviceCenterTop,
#serverRankingListTop,
#codeTop,
#shopFlowTop,
#linkTop {
	width: 100%;
	height: 36px;
	background: rgb(244, 244, 244);
}

#serviceCenterTop p,
#serverRankingListTop p,
#codeTop p,
#shopFlowTop p,
#linkTop p {
	margin-left: 10px;
	line-height: 36px;
}

/*官方客服开始*/
#serviceCenterMid {
    position: relative;
    height: 58px;
    padding: 0 15px 0 14px;
    line-height: 58px;
    background-color: #FFF7ED;
}
#serviceCenterMid a{
    background-color: inherit;
}
#serviceCenterMid span{
    margin-right: 18px;
    color: #1ABC9C;
    font-size: 12px;
}
/*官方客服结束*/

/*客服中心开始*/
#servicesList {
    padding: 7px 0;
    margin: 0 15px 0 14px;
    font-size: 12px;
    border-bottom: 1px dotted #ddd;
}

#servicesList span {
    margin-right: 19px;
    margin-left: 0;
    font-size: 12px;
}

#serviceCenterQQ span {
    letter-spacing: 1px;
}

#servicesTime .tel-ul {
    margin-left: 0;
}

#servicesTime .tel-ul .tel-li {
    list-style: none;
    letter-spacing: 1px;
}

#telephoneInfo {
    margin-top: 5px;
    height: 28px;
}

#telephone{
    position: relative;
    height: 28px;
}
#telephone div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 28px;
    z-index: 2;
}

#telephone .contackUl {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 100%;
    height: 28px;
    z-index: 1;
    overflow: hidden;
    visibility: hidden;
}

#telephone img {
    float: none;
}

#servicesTimeInfo {
    padding: 0 15px 0 14px;
    font-size: 12px;
}
/*客服中心结束*/


/*服务排行榜样式*/
.serverRankingList{
	width: 180px;
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
	margin: 0 auto;
}
.serverRankingList:last-child{
	border-bottom:none !important;
	margin-bottom: 5px;
}
.serverRankingList div{
	margin-left: 10px ;
	margin-top: 8px ;
}
.serverRankingList div p{
	width: 112px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
}
.serverRankingList a,.serverRankingList div{
	float: left;
}
.serverRankingList img{
	width: 58px;
	height: 40px;
}
#serverRankingList a{
	display: block;
	margin-top: 10px;
}

/*二维码下载*/

#phoneCode,
#downLoadCode {
	/*width: 180px*/
	;
	border-bottom: 1px solid #f4f4f4;
	text-align: center;
	margin: 0 auto;
	width: 180px;
}

#downLoadCode {
	border-bottom: none!important;
	margin-top: 15px;
}


/*店铺流量*/

#shopFlowData {
	margin-left: 10px;
    margin-top: 10px;
}
#shopFlowData .flowData{
	font-size: 12px;
    line-height: 25px;
}

/*友情链接*/

#linkUrl {
	margin-left: 10px;
}