
.link {
    width: 1400px;
    height: 40px;
    margin: 10px auto;
	background-color: #e3ebf5;
	padding:10px
}
.link h4{
	float: left;
	margin:0;
	padding:0;
	width: 100px;
	height: 36px;
	color: #727171;
	line-height: 36px;
	text-align: center;
}
.link span{
	float:left;
	width:1250px;
	height:40px;
	line-height:33px;
	margin-left:50px;
}
.link span select{
	height: 40px;
    border: 0;
    padding-left: 10px;
    color: #727171;
    font-size: 16px;
    width: 380px;
	background: url(/css/../images/select_bg.png) 340px no-repeat;
    background-color: #ffffff;
}
.link p{
	float:right;
	width:880px;
	height:33px;
	line-height:33px;
}
.link p a{
	margin-left:24px;
	color:#000;
}
.link p a:hover{
	color:#1289D8;
}
/* 原始箭头样式 */
.cciepa-friend-select {
appearance: none;
	
  }
/* 更改后的箭头样式 */
.cciepa-friend-select:after {
	content: '▼'; /* 更改箭头形状，例如更改为向下的字符 */
	font-size: 10px; /* 更改箭头大小 */
	color: blue; /* 更改箭头颜色 */
  }
.mr0{margin-right: 0px;}