#mf-rightFixed {
	position: fixed;
	bottom: 105px;
	right: 30px;
	z-index: 99999;
}
#mf-rightFixed * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#mf-rightFixed .mf-rightItem {
	width: 49px;
	height: 49px;
	background: #000;
	border-radius: 50%;
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    cursor: pointer;
    user-select: none;
}
#mf-rightFixed .mf-rightItem:hover {
	background: #ccc;
}
#mf-rightFixed .mf-rightItem:not(:last-child) {
	margin-bottom: 10px;
}
#mf-rightFixed .mf-formPop {
	width:382px;
	box-shadow:0px 0px 16px 0px rgba(0,0,0,0.54);
	border-radius:10px;
	position: absolute;
	bottom: 60px;
	right: 100%;
	background: #fff;
	margin-right: 20px;
	display: none;
}
#mf-rightFixed .mf-formPop:after {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	bottom: 0;
	width: 21px;
	height: 100%;
	z-index: 10;
}
#mf-rightFixed .mf-formPop .pop-top {
	background:rgba(0,0,0,1);
	padding: 30px 20px;
	color: #fff;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
#mf-rightFixed .mf-formPop .pop-top a {
	color: #fff;
}
#mf-rightFixed .mf-formPop .pop-tel {
	margin-bottom: 20px;
}
#mf-rightFixed .mf-formPop .pop-tel span{
	font-size: 24px;
}
#mf-rightFixed .mf-formPop .pop-btn a {
	width:116px;
	height:36px;
	background:rgba(255,255,255,1);
	border-radius:18px;
	color: #000;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
}
#mf-rightFixed .mf-formPop .pop-btn a:not(:last-child) {
	margin-right: 30px;
}
#mf-rightFixed .mf-formPop form {
	padding: 20px;
}
#mf-rightFixed .mf-formPop form input {
	display: block;
	width: 100%;
	border: none;
	outline: none;
}
#mf-rightFixed .mf-formPop .mf-form-btn {
	text-align: right;
	margin-top: 30px;
}
#mf-rightFixed .mf-formPop .mf-form-btn .btn {
	width:61px;
	height:28px;
	background:rgba(193,193,193,1);
	border-radius:7px;
	line-height: 28px;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	user-select: none;
	transition: linear all 0.3s;
	margin-left: 10px;
}
#mf-rightFixed .mf-formPop .mf-form-btn .btn:hover {
	background: #000;
}
/*#mf-rightFixed .mf-rightItem1:hover .mf-formPop {
	display: block;
}*/

#mf-rightFixed .mf-rightItem2 {
	position: relative;
}
#mf-rightFixed .mf-rightItem3 {
	display: none;
}
#mf-rightFixed .mf-rightItem2 .mf-popCode {
	width:158px;
	background:rgba(0,0,0,.94);
	box-shadow:0px 0px 16px 0px rgba(0,0,0,0.54);
	border-radius:10px;
	padding: 10px 10px 15px;
	position: absolute;
	right: 100%;
	bottom: 0;
	margin-right: 20px;
	text-align: center;
	color: #fff;
	display: none;
	font-size: 14px;
}
#mf-rightFixed .mf-rightItem2 .mf-popCode img {
	width: 100%;
	margin-bottom: 6px;
}
#mf-rightFixed .mf-rightItem2:hover .mf-popCode {
	display: block;
}

#mf-rightFixed .mf-rightMobile {
	position: absolute;
	bottom: 0;
	right: 100%;
	background: #fff;
	margin-right: 10px;
	box-shadow:0px 0px 16px 0px rgba(0,0,0,0.24);
	white-space: nowrap;
	font-size: 12px;
	border-radius: 8px;
	overflow: hidden;
	display: none;
}
#mf-rightFixed .mf-rm-title {
	background: #4555FE;
	color: #fff;
	padding: 15px;
	font-size: 14px;
	position: relative;
}
#mf-rightFixed .mf-mb-close {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 18px;
	line-height: 1;
}
#mf-rightFixed .mf-mb-item {
	background: #f5f5f5;
	border-bottom: #fff 1px solid;
}
#mf-rightFixed .mf-mb-item a {
	color: #111;
	text-decoration: none;
	padding: 10px 15px;
	display: inline-block;
}
#mf-rightFixed .mf-mb-item a>*{
	vertical-align: middle;
}
#mf-rightFixed .mf-mb-code{
	text-align: center;
	padding: 10px 15px 15px;
	color: #999;
}
#mf-rightFixed .mf-mb-code img {
	width: 100px;
}

@media screen and (max-width: 991px) {
	#mf-rightFixed {
		right: 15px; display: none;
	}
	#mf-rightFixed .mf-rightItem {
		width: 30px;
		height: 30px;
	}
	#mf-rightFixed .mf-rightItem img {
		width: 16px;
	}
	#mf-rightFixed .mf-rightItem2,   #mf-rightFixed .mf-rm-qq,.mf-formPop{
		display: none !important;
	}
}

#autoPop {
	position: fixed;
	z-index: 1999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}
#autoPop .pop-container {
	display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    height: 100%;
}
#autoPop * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1;
}

#autoPop .pop-box {
	width: 100%;
	max-width: 568px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow:0px 0px 16px 0px rgba(0,0,0,0.54);
}
#autoPop .pop-main {
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	padding: 40px;
}
#autoPop .pop-main .pop-title {
	font-size: 18px;
	margin-bottom: 15px;
}
#autoPop .pop-main .pop-tel {
	font-size: 36px;
	margin-bottom: 15px;
}
#autoPop .pop-main .pop-btn a {
	display: inline-block;
	width:165px;
	height:42px;
	line-height: 40px;
	text-align: center;
	border:1px solid rgba(255,255,255,1);
	border-radius:21px;
	text-decoration: none;
	color: #fff;
}
#autoPop .pop-main .pop-btn .btn-left {
	margin-right: 20px;
	background: #fff;
	color: rgba(0, 0, 0, 1);
}

#autoPop form input{
		border: none;
		outline: none;
		display: block;
		width: 100%;
		height: 36px;	
}
#autoPop form input::-webkit-input-placeholder {
	color: #999;
}
#autoPop form {
	position: relative;
	background: #fff;
	padding: 16px 40px;
	padding-right: 150px;
}
#autoPop form button {
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -18px;
	width:85px;
	height:36px;
	background:rgba(193,193,193,1);
	border-radius:7px;
	color: #fff;
	outline: none;
	border: none;
	cursor: pointer;
	user-select: none;
	transition: linear 0.2s all;
}
#autoPop form button:hover {
	background: #111;
}
.phone_dc{
    margin-top: 20px!important;
    padding: 10px!important;
}
.message_dc{
	padding: 10px!important;
}
@media screen and (max-width: 991px)  {
	#autoPop {
		display: none !important;
	}
}
.btn-primary {
	background: # !important;
	opacity: 1 !important;
	border: none !important; 
}
.btn-primary:hover {
	background: #000 !important;
	opacity: 1 !important;
}