#inquiry-popup-box {
	position: relative;
	z-index: 10000;
}
#inquiry-popup-box .upload-imgs {
	padding: 10px 20px;
	color: #3c5179;
	font-size: 14px;
	background: #e0e5f0;
	box-sizing: border-box;
	border-radius: 5px;
	margin-right: 10px;
	margin-top: 5px;
	display: inline-block;
}
#inquiry-popup-box .curp {
	cursor: pointer;
	margin-left: 5px;
}
#inquiry-popup-box .shade {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 97;
	background-color: rgba(0, 0, 0);
	opacity: .3;
}
#btnShade {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background-color: rgba(0, 0, 0);
	opacity: 0;
}

/* 右边客服 */
.rightWindow{position: fixed; z-index: 99; right: 10px; bottom: 10%;}
.rightWindow li{margin-bottom: 3px; font-size: 0;width: 57px; height: 57px; right: 0; position: relative;}
.rightWindow li a{width: 57px;	height: 57px; display: block; position: absolute; z-index: 9; right: 0;	top: 0;	overflow: hidden; background: #292e39; -webkit-transition: all .5s ease; transition: all .5s ease; white-space: nowrap;}
.rightWindow li .icon-font:after{width: 30px; height: 30px; content: ""; background-image: url("../images/icon_right.png"); background-repeat: no-repeat; position: absolute; left: calc(50% - 15px); top: calc(50% - 15px);}
.rightWindow li .icon-font{display: inline-block; vertical-align: middle; width: 57px; height: 57px; background-color: #d9d9d9; position: relative;}
.rightWindow li .icon-ewm:after{background-position: 0 0;}
.rightWindow li .icon-message:after{background-position: 0 -30px;}
.rightWindow li .icon-top:after{background-position: 0 -60px;}
.rightWindow li .wz{display: inline-block; line-height: 57px; vertical-align: middle; color: #fff; padding-left: 10px;}
.rightWindow li.ewm .ewm-box{position: absolute; z-index: 1; padding: 10px; background: #292e39; width: 130px; right: 120%; top: 0; opacity: 0; visibility: hidden; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all .7s; transition: all .7s;}
.rightWindow li.ewm .ewm-box p{text-align: center; font-size: 14px;	color: #fff; margin-top: 5px;}
.rightWindow li.ewm .ewm-box img{width: 100%;}
.rightWindow li.ewm .ewm-box:after {content: ''; position: absolute; right: -5px; top: 20px; width: 0; height: 0; line-height: 0; font-size: 0; overflow: hidden; border-width: 5px; cursor: pointer; border-style: dashed dashed dashed solid; border-color: transparent transparent transparent #292e39; border-right: none;}
.rightWindow li.ewm:hover .ewm-box{opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0);}
.rightWindow li.backtop{cursor: pointer;}
.rightWindow li.backtop .iconfont{color: #fff; background-color: #292e39;}
.rightWindow li:hover a{width: 200px; background: rgb(59,57,57);}
.rightWindow li:hover .icon-font{background-color: #292e39;}
.rightWindow li:hover .icon-ewm:after{background-position: -30px 0;}
.rightWindow li:hover .icon-message:after{background-position: -30px -30px;}
.rightWindow li:hover .icon-top:after{background-position: -30px -60px;}

@media only screen and (max-width:768px) {
	.rightWindow{display: none;}
}