.el-dialog {
	width: 380px;
	text-align: center;
}

.el-dialog__body {
	padding: 0;
}

.slide-block {
	padding: 20px 15px 25px;
}

.slide-block .block {
	position: absolute;
	left: 0;
	top: 0;
	cursor: grab;
}

.slide-block .block:active {
	cursor: grabbing;
}

.slide-block .sliderContainer {
	position: relative;
	text-align: center;
	width: 310px;
	height: 40px;
	line-height: 40px;
	margin-top: 15px;
	background: #f7f9fa;
	color: #45494c;
	border: 1px solid #e4e7eb;
}

.slide-block .sliderContainer_active .slider {
	height: 38px;
	top: -1px;
	border: 1px solid #1991fa;
}

.slide-block .sliderContainer_active .sliderMask {
	height: 38px;
	border-width: 1px;
}

.slide-block .sliderContainer_success .slider {
	height: 38px;
	top: -1px;
	border: 1px solid #52ccba;
	background-color: #52ccba !important;
}

.slide-block .sliderContainer_success .sliderMask {
	height: 38px;
	border: 1px solid #52ccba;
	background-color: #d2f4ef;
}

.slide-block .sliderContainer_success .sliderIcon {
	background-position: 0 0 !important;
}

.slide-block .sliderContainer_fail .slider {
	height: 38px;
	top: -1px;
	border: 1px solid #f57a7a;
	background-color: #f57a7a !important;
}

.slide-block .sliderContainer_fail .sliderMask {
	height: 38px;
	border: 1px solid #f57a7a;
	background-color: #fce1e1;
}

.slide-block .sliderContainer_fail .sliderIcon {
	top: 14px;
	background-position: 0 -82px !important;
}

.slide-block .sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
	display: none;
}

.slide-block .sliderMask {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	border: 0 solid #1991fa;
	background: #d1e9fe;
}

.slide-block .slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	transition: background 0.2s linear;
	cursor: grab;
}

.slide-block .slider:active {
	cursor: grabbing;
}

.slide-block .slider:hover {
	background: #1991fa;
}

.slide-block .slider:hover .sliderIcon {
	background-position: 0 -13px;
}

.slide-block .sliderIcon {
	position: absolute;
	top: 15px;
	left: 13px;
	width: 14px;
	height: 12px;
	background: url(../images/icon_light.png) 0 -26px;
	background-size: 34px 471px;
}

.slide-block .refreshIcon {
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background: url(../images/icon_light.png) 0 -437px;
	background-size: 34px 471px;
}


/*媒体查询*/
@media(min-width: 1024px) {
	.footer {
		background: #333333;
	}

	.footerbox {
		width: 1245px;
		margin: 0 auto;
		padding: 90px 0 0 0;
		overflow: hidden;
	}

	.footer_left {
		float: left;
		width: 400px;
	}

	.footer_ltext {
		padding-top: 10px;
	}

	.footer_ltext img {
		display: inline-block;
		*display: inline;
		vertical-align: middle;
		margin-right: 15px;
	}

	.footer_ltext p {
		font-size: 16px;
		color: #bbbbbb;
		line-height: 2;
	}
	
	.footer_ltext_tel {
	    font-size: 20px !important;
	}

	.footer_right {
		display: flex;
		float: left;
		width: 680px;
	}

	.footer_right ul {
		overflow: hidden;
	}

	.footer_right li {
		float: left;
		margin-left: 50px;
		text-align: center;
	}

	.footer_right h2 {
		font-size: 23px;
		color: #fff;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.footer_right dt {
		line-height: 28px;
		font-size: 16px;
	}

	.footer_right dt a {
		color: #bbbbbb;
	}

	.footer_right dt a:hover {
		color: #fff;
	}

	/*免费通话*/
	.footerbox .footer_call {
		background-color: #E6F3FB;
		display: inline-block;
		padding: 10px 15px;
		text-align: center;
	}

	.footerbox .footer_call h2 {
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0.6px;
		font-family: SimHei;
		color: #454444;
		margin-bottom: 10px;
		margin-top: 0px;
	}

	.footerbox .footer_call .footer_call_text {
		color: #454444;
		line-height: 20px;
		font-size: 14px;
	}

	.footerbox .footer_call .footer_call_footerPhone {
		display: inline-block;
		width: 100%;
		height: 32px;
		padding: 0 6px 0 12px;
		margin: 10px 0;
		border: 1px solid #999;
		border-radius: 3px;
	}

	.footerbox .footer_call .footer_call_send {
		display: inline-block;
		width: 100%;
		padding: 0 6px;
		margin: 10px 0;
		border-radius: 3px;
		border: 0px;
		background-color: #D0080E;
		color: white;
		font-size: 16px;
		font-weight: bold;
		height: 34px;
		line-height: 34px;
		cursor: pointer;
	}

	.footerbox .footer_call .footer_call_connect {
		font-size: 11px;
		letter-spacing: 0.4px;
	}

	.footerbox .mobile_footer_call {
		display: none;
	}

	.form-item__error {
		color: #f56c6c;
		font-size: 12px;
		line-height: 1;
		padding-top: 4px;
		position: absolute;
		left: 2px;
		bottom: -4px;
	}

	.weixin_mobile {
		display: none;
	}

	.weixin {
		float: right;
		width: 120px;
		margin: 0 20px 0 10px;
		text-align: center;
	}

	.weixin img {
		width: 120px;
	}

	.weixin p {
		color: #bbbbbb;
		line-height: 28px;
		font-size: 16px;
	}

	.foot {
		text-align: center;
		padding: 45px 0;
	}

	.foot p {
		font-size: 16px;
		line-height: 24px;
		color: #999999;
	}
}


/*媒体查询*/
@media(max-width: 1245px) and (min-width: 1024px) {
	.footer {
		background: #333333;
	}

	.footerbox {
		width: 100%;
		margin: 0 auto;
		padding: 90px 1% 0 1%;
		overflow: hidden;
	}

	.footer_left {
		float: left;
		width: 380px;
	}

	.footer_ltext {
		padding-top: 10px;
	}

	.footer_ltext img {
		display: inline-block;
		display: inline;
		vertical-align: middle;
		margin-right: 15px;
	}

	.footer_ltext p {
		font-size: 16px;
		color: #bbbbbb;
		line-height: 2;
	}
	
	.footer_ltext_tel {
	    font-size: 20px !important;
	}

	.footer_right {
		float: left;
		width: 50%;
	}

	.footer_right ul {
		overflow: hidden;
	}

	.footer_right li {
		float: left;
		margin-left: 25px;
	}

	.footer_right h2 {
		font-size: 20px;
		color: #fff;
		font-weight: bold;
		margin-bottom: 15px;
	}

	.footer_right dt {
		line-height: 28px;
		font-size: 16px;
	}

	.footer_right dt a {
		color: #bbbbbb;
	}

	.footer_right dt a:hover {
		color: #fff;
	}

	/*免费通话*/
	.footerbox .footer_call {
		background-color: #E6F3FB;
		display: inline-block;
		padding: 10px 5px;
		text-align: center;

	}

	.footerbox .footer_call h2 {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 0.6px;
		font-family: SimHei;
		color: #454444;
		margin-bottom: 10px;
		margin-top: 0px;
	}

	.footerbox .footer_call .footer_call_text {
		color: #454444;
		line-height: 20px;
		font-size: 12px;
	}

	.footerbox .footer_call .footer_call_footerPhone {
		display: inline-block;
		width: 100%;
		height: 32px;
		padding: 0 6px 0 12px;
		margin: 10px 0;
		border: 1px solid #999;
		border-radius: 3px;
	}

	.footerbox .footer_call .footer_call_send {
		display: inline-block;
		width: 100%;
		padding: 0 6px;
		margin: 10px 0;
		border-radius: 3px;
		border: 0px;
		background-color: #D0080E;
		color: white;
		font-size: 14px;
		font-weight: bold;
		height: 34px;
		line-height: 34px;
		cursor: pointer;
	}

	.footerbox .footer_call .footer_call_connect {
		font-size: 11px;
		letter-spacing: 0.4px;
	}

	.footerbox .mobile_footer_call {
		display: none;
	}

	.weixin_mobile {
		display: none;
	}

	.weixin {
		float: right;
		width: 100px;
		text-align: center;
	}

	.weixin img {
		width: 100px;
	}

	.weixin p {
		color: #bbbbbb;
		line-height: 28px;
		font-size: 16px;
	}

	.foot {
		text-align: center;
		padding: 45px 0;
	}

	.foot p {
		font-size: 16px;
		line-height: 24px;
		color: #999999;
	}

}

.tel {
	display: none;
}


/*媒体查询*/
@media(max-width: 1023px) {


	.footer {
		background: #333333;
	}

	.footerbox {
		width: 100%;
		margin: 0 auto;
		padding: .6rem 3% 0 3%;
		overflow: hidden;
	}

	.footer_left {
		float: left;
		width: 100%;
	}

	.footer_ltext {
		padding-top: .3rem;
	}

	.footer_ltext img {
		display: inline-block;
		*display: inline;
		vertical-align: middle;
		margin-right: .2rem;
	}

	.footer_ltext p {
	    width: 4rem;
		font-size: .26rem;
		color: #bbbbbb;
		line-height: 2;
	}

	.footer_ltext_tel {
	    font-size: 20px !important;
	}

	.footer_right {
		float: right;
		width: 100%;
		padding-top: .4rem;
	}

	.footer_right ul {
		overflow: hidden;
	}

	.footer_right li {
		width: 33.33%;
		float: left;
	}

	.footer_right h2 {
		font-size: .28rem;
		color: #fff;
		font-weight: bold;
		margin-bottom: .2rem;
	}

	.footer_right dt {
		line-height: 1.8;
		font-size: .26rem;
	}

	.footer_right dt a {
		color: #bbbbbb;
	}

	.footer_right dt a:hover {
		color: #fff;
	}


	.weixin {
		float: left;
		width: 120px;
		text-align: center;
		margin-top: 20px;
	}

	.weixin img {
		width: 120px;
		object-fit: cover;
	}

	.weixin p {
		color: #bbbbbb;
		line-height: 28px;
		font-size: 16px;
	}

	.foot {
		text-align: center;
		padding: .45rem 0;
	}

	.foot p {
		font-size: .26rem;
		line-height: 1.6;
		color: #999999;
	}


	/*免费通话*/
	.footerbox .mobile_footer_call {
		margin: 0 auto 0.4rem;
		width: 4.5rem;
		text-align: center;
	}

	.footerbox .mobile_footer_call h2 {
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 0.6px;
		font-family: SimHei;
		color: #fff;
		margin-bottom: 10px;
		margin-top: 0px;
	}

	.footerbox .mobile_footer_call .footer_call_text {
		color: #fff;
		line-height: 20px;
		font-size: 14px;


	}

	.footerbox .mobile_footer_call .footer_call_footerPhone {
		display: inline-block;
		width: 100%;
		height: 32px;
		padding: 0 6px 0 12px;
		margin: 10px 0;
		color: #fff;
		border: 1px solid #999;
		border-radius: 3px;
	}

	.footerbox .mobile_footer_call .footer_call_send {
		display: inline-block;
		width: 100%;
		padding: 0 6px;
		margin: 10px 0;
		border-radius: 3px;
		border: 0px;
		background-color: #D0080E;
		color: white;
		font-size: 16px;
		font-weight: bold;
		height: 34px;
		line-height: 34px;
		cursor: pointer;
	}

	.footerbox .mobile_footer_call .footer_call_connect {
		font-size: 11px;
		letter-spacing: 0.4px;
	}

	.footerbox .footer_call {
		display: none;
	}

	.form-item__error {
		color: #f56c6c;
		font-size: 12px;
		line-height: 1;
		padding-top: 4px;
		position: absolute;
		left: 2px;
		bottom: -4px;
	}

	.weixin_mobile {
		margin: 0.15rem 0;
		width: 2.5rem;
		float: right;
	}

	.weixin_mobile_img {
		width: 2.5rem;
	}

	.weixin_mobile_p {
		margin-top: 0.45rem;
		font-size: 0.28rem;
		color: #bbbbbb;
		text-align: center;
	}

	.weixin {
		display: none;
	}

	.el-dialog {
		width: 340px;
	}

	.el-dialog__wrapper {
		touch-action: none;
		touch-action: pan-y;
	}

	.slide-block .sliderContainer {
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
		border: 1px solid #e4e7eb;
	}

}