/*!common/widgets/country-code/main.less*/
@charset "UTF-8"; 

.area_code_list+input {
	padding-left: 72px !important
}

.area_code {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	float: left;
	width: 50px;
	height: 44px;
	padding-right: 22px;
	line-height: 44px;
	cursor: default
}

.area_code:after {
	position: absolute;
	right: 8px;
	top: 19px;
	display: block;
	content: '';
	width: 10px;
	height: 5px;
	background:
		url(/static/common/widgets/country-code/code86.png)
		no-repeat
}

.area_code.active:after {
	transform: scale(-1)
}

.area_code_list {
	position: absolute;
	left: 0;
	top: 46px;
	z-index: 10;
	display: none;
	width: 200px;
	max-height: 288px;
	border: 1px solid #eee;
	overflow-y: scroll;
	background-color: #fff
}

.area_code_list dl {
	line-height: 36px;
	cursor: default
}

.area_code_list dt {
	padding: 0 12px;
	color: #999;
	background-color: #FBFBFB
}

.area_code_list dd {
	padding: 0 12px;
	color: #555
}

.area_code_list dd:hover {
	background-color: #F4F4F4;
	color: #00b38a
}

.area_code_list dd span {
	float: right
}

.area_code_list .tips {
	color: #B5B5B5;
	padding: 40px 12px
}
/*!common/widgets/chat-pop/main.less*/
.chat_me {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 16px;
	height: 16px;
	background:
	//	url(//www.lgstatic.com/www/static/common/widgets/chat-pop/img/icon_chat2_d162651.png)
		no-repeat 0 0
}

.chat_me.shows_on_left .chat_pop_up {
	left: -370px
}

.chat_me.shows_on_left .arrow {
	left: auto;
	right: -8px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg)
}

.chat_me .chat_pop_up {
	display: none;
	position: absolute;
	top: -30px;
	left: 40px;
	width: 312px;
	height: 132px;
	padding: 16px;
	background: #fff;
	z-index: 1;
	border-radius: 3px;
	border: 1px solid #dce4e6;
	box-shadow: 1px 1px 2px #f2f2f2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.chat_me .chat_pop_up.chat_pop_brief {
	width: 276px
}

.chat_me .chat_pop_up.chat_pop_brief .chat_main .tips_text {
	width: 110px
}

.chat_me.active .chat_pop_up {
	display: block
}

.chat_me .arrow {
	position: absolute;
	left: -8px;
	top: 33px;
	width: 14px;
	height: 14px;
	margin: 0 !important;
	background-color: #fff;
	border-left: 1px solid #dce4e6;
	border-top: 1px solid #dce4e6;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg)
}

.chat_me .chat_main>dt {
	width: 116px;
	height: 116px;
	float: right;
	border: 1px solid #eee;
	margin-top: 6px;
	padding: 0
}

.chat_me .chat_main dd {
	min-height: auto;
	clear: none;
	padding: 0
}

.chat_me .chat_main .hr_name {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal
}

.chat_me .chat_main .hr_position {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal
}

.chat_me .chat_main .tips_text {
	clear: left;
	font-size: 14px
}

.chat_me .chat_head .hr_headpic {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 22px;
	font-weight: 700;
	line-height: 62px;
	text-align: center
}

.chat_me .chat_head div.hr_headpic {
	color: #fff
}

.chat_me .chat_head .default0 {
	background: #ffe45d
}

.chat_me .chat_head .default1 {
	background: #80e89e
}

.chat_me .chat_head .default2 {
	background: #70aafa
}

.chat_me .chat_head .default3 {
	background: #ff8590
}

.chat_me .chat_head dt {
	width: 62px;
	height: auto;
	float: left;
	margin: 0 14px 10px 0;
	background: 0 0;
	border: 0;
	padding: 0
}

.chat_me .chat_head dd {
	min-height: 64px;
	color: #333;
	line-height: 22px
}

.chat_pop_brief {
	width: 276px
}

.chat_pop_brief .chat_left {
	width: 110px;
	margin-top: 10px;
	padding-top: 0
}

.chat_pop_brief .chat_left p {
	width: 118px
}

@media only screen and (-webkit-min-device-pixel-ratio:2) , only screen and
		(min--moz-device-pixel-ratio:2) , only screen and
		(-o-min-device-pixel-ratio:2) , only screen and
		(min-device-pixel-ratio:2) , only screen and (min-resolution:192dpi) ,
		only screen and (min-resolution:2dppx) {
	.chat_me {
		background-image:
		//	url(//www.lgstatic.com/www/static/common/widgets/chat-pop/img/icon_chat2@2x_ba7ea28.png);
		background-size: 16px 16px
	}
}