/* 即时通讯样式 */
.extensions {
    width: 606px;
    height: 520px;
}

.fix-header {
    z-index: 2;
    width: 100%;
    height: 64px;
    line-height: 24px;
    padding-top: 14px;
    padding-left: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #E1E1E1;
    position: relative;
    box-sizing: border-box;
}
.fix-header .avatar {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
}
.fix-header .name {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}
.fix-header .name .name-txt {
    font-size: 14px;
    line-height: 20px;
}
.fix-header .name .talk-title {
    font-size: 12px;
    line-height: 17px;
    position: relative;
    opacity: 0.7;
}
.adv-text-inner img{max-width:150px;height:auto}
.fix-header .ctrls span:hover {
    background-color: rgba(0, 0, 0, 0.2);
}
.fix-header .ctrls {
    position: absolute;
    top: 0;
    right: 0;
    height: 34px;
    text-align: center;
    overflow: hidden;
    zoom: 1;
}

.fix-header .ctrls span {
    float: left;
    font-size: 16px;
    line-height: 1;
    color: white;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
}

.fix-header .ctrls .minify i {
    height: 2px;
    width: 12px;
    background: white;
    display: block;
    margin: 0 auto;
    margin-top: 16px;
}

.extensions .main {
    width: 380px;
    height: 456px;
}
.extensions .aside {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 230px;
    height:456px;
    border-left: 1px solid #E1E1E1;
    z-index: 1;
	padding: 0 18px;
}
.aside .cs-info {
    position: relative;
}
.aside .cs-info .detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
 .aside .cs-info .detail.info-avatar {
    height: 88px;
    margin-top: 24px;
}

.aside .cs-info .detail.info-name {
    height: auto;
    margin: 12px 6px 11px;
    line-height: 20px;
}
.aside .cs-info .detail-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left;
    position: relative;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
}
.aside .adv-text {
    width: 100%;
    position: relative;
    
    overflow: auto;
    margin-top: 20px;
}
.aside .cs-info .detail-info .key {
    display: inline-block;
    width: 50px;
    color: #888F9E;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}








.show {
	display: block;
}

.chathide {
	right: -115px;
}

.chattrans {
	-webkit-transition: right .3s;
	transition: right .3s;
}

#chat_float_btn {
	text-align: center;
	height: 70px;
	width: 35px;
	border-radius: 35px 0 0 35px;
	position: fixed;
	top: 160px;
	right: 0;
	z-index: 1001;
	background: url(../images/chat_float_btn.png) no-repeat 12px center;
	cursor: pointer;
}

#chat_window {
	position: fixed;
	right: 20px;
	bottom: 10%;
	;
	z-index: 99;
}

#chat_window .chat_box {}

#chat_window .chat_box .box {
	display: block;
}

#chat_window .chat_box.pc_limit:hover .box, #chat_window .chat_box.cur .box {
	display: block;
}

#chat_window .chat_box .chat_item {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: url(../images/icon_chat.png) no-repeat 0 0;
	margin-bottom: 6px;
}

#chat_window .chat_box a.chat_item {
	text-indent: 100px;
	overflow: hidden;
	white-space: nowrap;
}

#chat_window .chat_box .chat_qq {
	background-color: #4cafe9;
}

#chat_window .chat_box .chat_skype {
	background-color: #ff5555;
	background-position: 0 -50px;
}

#chat_window .chat_box .chat_email {
	background-color: #f5b246;
	background-position: 0 -100px;
}

#chat_window .chat_box .chat_trademanager {
	background-color: #33bbf9;
	background-position: 0 -150px;
}

#chat_window .chat_box .chat_wechat {
	background-color: #59c682;
	background-position: 0 -200px;
}

#chat_window .chat_box .chat_whatsapp {
	background-color: #55d5bb;
	background-position: 0 -250px;
}

#chat_window .chat_box .abs {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0px;
	margin-right: 50px;
	padding-right: 15px;
}

#chat_window .chat_box .more_box {
	position: relative;
	padding: 10px 0px;
	border: 1px solid #e8e8e8;
	background: #fff;
	border-radius: 5px;
}

#chat_window .chat_box .more_box:before {
	content: '';
	position: absolute;
	bottom: 19px;
	right: -8px;
	border-width: 7.5px 0 7.5px 8px;
	border-color: transparent;
	border-left-color: #e8e8e8;
	border-style: solid;
}

#chat_window .chat_box .more_box:after {
	content: '';
	position: absolute;
	bottom: 19px;
	right: -6.5px;
	border-width: 7.5px 0 7.5px 8px;
	border-color: transparent;
	border-left-color: #fff;
	border-style: solid;
}

#chat_window .chat_item:hover .abs {
	display: block;
}

#chat_window .chat_box .more_box a {
	position: relative;
	display: block;
	min-width: 80px;
	height: 30px;
	line-height: 30px;
	padding: 0px 17px;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
}

#chat_window .chat_box .more_box a:hover {
	background-color: #effaf7;
	text-decoration: none;
}

#chat_window .chat_box .more_box .item {
	width: auto;
	margin: 0;
	border: 0;
}

#chat_window .chat_box .more_box .relimg {
	display: none;
	position: absolute;
	top: 0;
	left: -105px;
	padding-right: 5px;
	width: 100px;
	height: 100px;
	text-align: right;
	margin-bottom: 5px;
}

#chat_window .chat_box .more_box .relimg img {
	padding: 2px;
	border: 1px solid #effaf7;
	border-radius: 2px;
	background: #fff;
}

#chat_window .chat_box .more_box a:hover .relimg {
	display: block;
}

#chat_window .chat_box .chat_box_menu {}

#chat_window .chat_box .chat_box_menu a {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 100%;
	margin-bottom: 6px;
	color:#fff;
	line-height:50px;
	text-align: center;
	/*background: #2580e6 url(../images/icon_chat_menu.png) no-repeat 0 0;*/
}

#chat_window .chat_box .chat_box_menu #go_top {
	visibility: hidden;
	opacity: 0;
}

#chat_window .chat_box .chat_box_menu #go_top.show {
	visibility: visible;
	opacity: 1;
}

#chat_window .chat_box .chat_box_menu .more {}

/*#chat_window .chat_box.pc_limit:hover .chat_box_menu .more,#chat_window .chat_box.cur .chat_box_menu .more{display: none;}*/

#chat_window .chat_box .chat_box_menu .more {
	display: none;
}

#chat_window .chat_box .chat_box_menu .more.default_show {
	/*display: block;*/
}

#chat_window .chat_box:hover .chat_box_menu .more.default_show {
	display: none;
}

#chat_window .chat_box .chat_box_menu .top {
	background-position: 0 -50px;
	background-color: #b0b0b0;
}

#chat_window .chat_box .box .chat_close {
	display: none;
}

#chat_window .chat_box a.chat_item {
	text-indent: 100px;
	overflow: hidden;
	white-space: nowrap;
	background-position: center;
    background-repeat: no-repeat;
}

@media (min-width:992px) {
	#chat_window .chat_box:hover .box {
		display: block;
	}
	#chat_window .chat_box:hover .chat_box_menu .more {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	#chat_window {}
	#chat_window .chat_box .box {
		display: block;
		visibility: hidden;
		opacity: 0;
		overflow: hidden;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		background: #fff;
		width: 85%;
		max-height: 250px;
		height: 80%;
		z-index: 10001;
		box-shadow: 0 0 4px rgba(0, 0, 0, .5);
		border-radius: 10px;
		/*box-sizing: border-box;overflow-y: scroll;padding: 5px 15px;*/
	}
	#chat_window .chat_box .box.show {
		visibility: visible;
		opacity: 1;
	}
	#chat_window .chat_box .abs {
		display: block;
		position: unset;
		padding-right: 0;
	}
	#chat_window .chat_box .box .box_area {
		position: absolute;
		left: 0;
		width: 100%;
		height: 90%;
		padding: 0 15px;
		box-sizing: border-box;
		overflow: hidden;
		overflow-y: scroll;
	}
	#chat_window .chat_box .box .chat_close {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 30px;
		background: url(../images/icon_close.png) no-repeat center/22px;
	}
	#chat_window .chat_box .chat_item {
		background: none;
		width: auto;
		height: auto;
		margin-bottom: 0;
	}
	#chat_window .chat_box a.chat_item {
		position: relative;
		display: block;
		min-width: 50px;
		height: 50px;
		line-height: 30px;
		padding: 0px 17px;
		font-size: 14px;
		color: #333;
		white-space: nowrap;
		text-indent: 0;
	}
	#chat_window .chat_box a.chat_wechat, #chat_window .chat_box a.chat_trademanager, #chat_window .chat_box .chat_wechat.chat_item, #chat_window .chat_box .chat_trademanager.chat_item {
		display: none;
	}
	#chat_window .chat_box .more_box {
		border: none;
		padding: 0;
	}
	#chat_window .chat_box .more_box a, #chat_window .chat_box a.chat_item {
		padding: 0;

		margin: 6px 0;
		background: no-repeat left center / 50px auto;
		border-radius: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#chat_window .chat_box .more_box a:hover {
		background-color: #fff;
	}
	#chat_window .chat_box .chat_qq .more_box a, #chat_window .chat_box a.chat_qq {
		background-image: url(../images/chat_qq.png);
	}
	#chat_window .chat_box .chat_skype .more_box a, #chat_window .chat_box a.chat_skype {
		background-image: url(../images/chat_skype.png);
	}
	#chat_window .chat_box .chat_email .more_box a, #chat_window .chat_box a.chat_email {
		background-image: url(../images/chat_email.png);
	}
	#chat_window .chat_box .chat_whatsapp .more_box a, #chat_window .chat_box a.chat_whatsapp {
		background-image: url(../images/chat_whatsapp.png);
	}
	#chat_window .chat_box .more_box:before, #chat_window .chat_box .more_box:after {
		display: none;
	}
	#chat_window .chat_box .more_box a:hover .relimg {
		display: none;
	}
	#chat_window .chat_box .chat_box_menu .more {
		display: none;
	}
	#chat_window .chat_box:hover .chat_box_menu .more.default_show {
		display: block;
	}
	#chat_window {
		/* left: 0; */
		bottom: 10%;
	}
	#chat_window .chat_box .chat_skype .more_box a,
	#chat_window .chat_box a.chat_skype {
		background-position: left center !important;
	}
}
.img {
    max-height: 414px;
    overflow: hidden;
}
.prod-li-img {
    height: 318px;
    overflow: hidden;
}

/*message*/
.fixm {
	position: fixed;
	bottom: 55%;
	right: 15px;
	z-index: 999;
}

.fix-ul {}

.fix-li {
	     margin-bottom: 10px;
	    display: block;
	 /*   border-radius: 105px;*/
	    overflow: hidden;
}

.fix-li-a {
	/* padding-top: 15px;
	width: 78px;
	height: 80px; */
	padding: 6px 13px;
	text-align: center;
	display: block;
	background-color: #d62020;
	background-color: #11bf57;
	color: #fff;
	font-size: 16px;
	width: 66px;
	height: 66px;
    border-radius: 5px;
}

.fix-li-a img {
	margin: 8px auto;
    display: inline-block;
    height: 40px;
    width: auto;
    vertical-align: middle;
}
.fix-li-a p{
	display: inline-block;
	line-height: 32px;
	margin: 0 12px;
	text-transform: capitalize;
}
.back-top {
	display: none;
}

.shade {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
	filter: alpha(opacity=60);
}

.fix-message {
	position: fixed;
	left: 60%;
	top: 20%;
	z-index: 3;
	margin-left: -360px;
	display: none;
 
	background-color: #fff;
}
.fix-message {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 100;
 	display: none;
 
	background-color: #fff;
}

.fix-message-top {
	/* margin: 0 1%;
	margin-bottom: 10px; */
	background: #d62020;
	    color: #fff;
	    margin: 0;
	    padding: 20px;
}
form#messageForm {
    padding: 22px;
}
.fix-message-tit {
	float: left;
	font-family:  'Microsoft YaHei',Arial,Helvetica,sans-serif;
	font-size: 24px;
	color: #fff;
}

.fix-message-close {
	float: right;
	width: 25px;
	height: 25px;
	/*background: url("../images/icon28.png") no-repeat center;*/
	cursor: pointer;
}

.fix-message-cont {}

.fix-inp {
	margin: 1%;
	float: left;
	width: 100%;
	height: 42px;
	padding-left: 40px;
	line-height: 42px;
	border: 1px solid #e3e1e1;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.fix-inp.icon1 {
	background-image: url("../images/icon29.png");
}

.fix-inp.icon2 {
	background-image: url("../images/icon30.png");
}

.fix-inp.icon3 {
	background-image: url("../images/icon31.png");
}

.fix-inp.icon4 {
	background-image: url("../images/icon32.png");
}

.fix-inp.icon5 {
	background-image: url("../images/icon33.png");
}

.fix-area {
	margin: 1%;
	float: left;
	width: 100%;
	padding: 10px;
	padding-left: 40px;
	border: 1px solid #e3e1e1;
	line-height: 24px;
	resize: none;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-image: url("../images/icon34.png");
}

.fix-btn {
	margin: 1%;
	float: left;
	width: 100%;
	height: 40px;
	background-color: #d62020;
	color: #fff;
	border-radius: 30px;
	border:none;
}
.clearchat:after {
    content: '';
    display: block;
    clear: both;
}
.whatsapp_img{display:none;position:absolute;right:60px;top:-25px;min-width:200px;}