body p {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

a:active,
a:link {
	color: #333;
}

a:focus,
a:hover {
	text-decoration: none;
	color: #3365FA;
}

.speedbox-head {
	height: 64px;
	line-height: 64px;
	border-bottom: 1px solid #ececec;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}

.speedbox-head .pull-left img {
	width: 148px;
}

.speedbox-head .pull-right img {
	display: none;
}

.btn-group-sm>.btn,
.btn-sm {
	font-size: 14px;
}

.btn-default {
	border: none;
}
.code{
	display: flex;
    align-items: center;}
	.code_ins{margin-left:8px;}
.dropdown-menu {
	border: none;
	background: #FFFFFF;
	box-shadow: 0px 2px 8px 1px rgb(108 125 140 / 10%);
	border-radius: 4px;
}

.dropdown-menu>li>a {
	padding: 5px 20px;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default,
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
	color: #3365FA;
	background-color: #fff;
	border-color: #fff;
}

.btn:active,
.btn.active,
.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:active .caret,
.btn.active .caret,
.btn-group.open .dropdown-toggle .caret {
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	/*IE*/
	filter: FlipV;
}

.dropdown-menu {
	right: 0;
	left: inherit;
	min-width: 100px;
}

.panddingtop {
	padding-top: 20px;
}

.paddingbottom {
	padding-bottom: 20px;
}

.speedbox-main-title {
	text-align: center;
	z-index: 9;
	position: relative;
}

.speedbox-main-title h1 {
	font-size: 56px;
	font-weight: 500;
}

.speedbox-main-title h2 {
	font-size: 32px;
	font-weight: 500;
}

.speedbox-main-img {
	/* margin-top: -150px; */
	margin-top: -150px;
	text-align: center;
	z-index: -1;
}

.speedbox-main-img img {
	width: 60%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.speedbox-main-img img {
		width: 100%;
		}
}
.speedbox-main-box {
	background: #FFFFFF;
	box-shadow: 0px 2px 8px 1px rgba(108, 125, 140, 0.1);
	border-radius: 4px;
	display: flex;
	padding: 20px;
	margin-bottom: 20px;
	align-items: center;
}

.speedbox-main-box img {
	width: 70px;
	height: 70px;
	display: block;
}

.speedbox-main-head {
	margin: 0 20px;
}

.speedbox-main-head span {
	color: #6C7D8C;
}

.speedbox-footer {
	/* background: rgba(108, 125, 140, 0.1); */
	background: #f0f2f3;
	padding: 30px 0;
	/* position: fixed; */
	bottom: 0;
	left: 0;
	right: 0;
}

.speedbox-footer-pc {
	display: block;
}

.speedbox-footer-box {
	display: flex;
	margin-top: 15px;
}

.speedbox-footer-num {
	margin-right: 2.5rem;
	display: block;    
	padding-right: 2.5rem;
}

.speedbox-footer-num a {
	display: block;
	color: #333333;
	text-decoration: none;
}

.speedbox-footer-right {
	display: flex;
	justify-content: space-evenly;
}

.speedbox-footer-more {
	width: 120px;
	height: 32px;
	background: #3365FA;
	border-radius: 4px;
	cursor: pointer;
}

.speedbox-footer-more {
	color: #fff;
	line-height: 32px;
	text-align: center;
}

/**悬浮**/
.suspension {
	position: fixed;
	bottom: 30px;
	right: 70px;
	z-index: 99;
	display: flex;
}

.suspension-top {
	width: 48px;
	height: 78px;
	background: #3365FA;
	border-radius: 2px;
	margin-bottom: 12px;
	position: relative;
}

.suspension-top img {
	padding: 12px 12px 5px 12px;
}
.suspension-top .code img{padding:0}
.suspension-bottom {
	width: 48px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 2px;
	border: 1px solid #3365FA
}

.suspension-top .consult {
	text-align: center;
	color: #fff;
}

.suspension-bottom img {
	padding: 13px;
}

.suspension-pc {
	position: relative;
}

.suspension-left {
	width: 240px;
	height: 256px;
	background: #FFFFFF;
	box-shadow: 0px 2px 5px 0px rgba(108, 125, 140, 0.1);
	border-radius: 4px;
	margin-right: 20px;
	padding: 20px;
	cursor: pointer;
	display: none;
}

.suspension-left a {
	text-decoration: none;
	color: #333333;
}

.suspension-right {
	position: fixed;
	bottom: 40px;
	right: 30px;
	cursor: pointer;
}

.suspension-left-list {
	pdding-top:10px;
	padding-bottom: 10px;
	display: block;
}

.suspension-left-list p {
	color: #6C7D8C;
}

.speedbox-footer {
	padding-top: 10px;
}

.speedbox-footer-mobile {
	display: none;
}

.speedbox-footer-mb {
	display: flex;
	justify-content: space-between;
}

.suspension-mb {
	position: fixed;
	bottom: 110px;
	right: 20px;
	z-index: 99;
	display: flex;
	cursor: pointer;
	display: none;
}

.speedbox-footer-mb h5 {
	font-weight: 600;
}

.suspension-mb-box {
	width: 60px;
	height: 60px;
	background: #3365FA;
	border-radius: 30px;
}

.suspension-mb-box img {
	padding: 19px;
}

.suspension-mb-center {
	width: 240px;
	border-radius: 10px;
	background: #ffffff;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.suspension-mb-center-ph {
	color: #333333;
	font-weight: 500;
}

.suspension-mb-center-box {
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 1px solid #EEEEEE;
}

.placeholder {
	height: 176px;
}

@media (max-width:768px) {
	.suspension-mb {
		display: block;
	}

	.suspension-pc {
		display: none;
	}

	.speedbox-main-img {
		margin-top: 40px;
	}

	.speedbox-head .pull-right img {
		display: block;
		padding: 25px 0;
	}

	.speedbox-head .pull-left img {
		width: 120px;
	}

	.panddingtop {
		padding-top: 20px;
	}

	.paddingbottom {
		padding-bottom: 30px;
	}

	.speedbox-main-title h1 {
		font-size: 30px;
	}

	.speedbox-main-title h2 {
		font-size: 30px;
	}

	.speedbox-main-box img {
		width: 50px;
		height: 50px;
	}

	.speedbox-footer-mobile {
		display: block;
	}

	.speedbox-footer-showpc {
		display: none;
	}

	.placeholder {
		height: 100px;
	}
}
