/*** Spinner ***/
#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}


/*** Button ***/
.btn {
	transition: .5s;
	font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
	color: var(--light);
}

.btn-square {
	width: 38px;
	height: 38px;
}

.btn-sm-square {
	width: 32px;
	height: 32px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}

/* 关于我们 start */
.err-notice {
	font-size: 14px;
	color: red;
	display: none;
}

.about-body {
	background-color: #F3F7FB !important;
}

.about-body .company-list-wrap {
	padding-top: 125px;
}

.about-body .color-yellow {
	background-color: #FEE101;
}

.about-body .color-black {
	background-color: #1C222B;
}

.about-body .company-wrap {
	border-radius: 20px;
}

.about-body .company-wrap .cont-hight {
	height: 120px;
}



.about-body .company-wrap .btn-default {
	width: 230px;
	height: 56px;
	border-radius: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #333333;
}

.about-body .about-wrap .about-wrap-bg {
	width: 872px;
	height: 400px;
}

.about-body .about-wrap .about-wrap-icon {
	margin-top: -140px;
	width: 54px;
	height: 54px;
}

.about-body .about-wrap .about-wrap-left {
	padding-top: 50px;
	text-align: justify;
	height: 320px;
}

.about-body .about-wrap .about-wrap-right {
	text-align: justify;
	height: 320px;
}

.about-body .honor-wrap {
	padding: 0;
	min-height:554px ;
	position: relative;
	background-image: url('../img/tantan/about/about_company_bg.png');
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
}

.about-body .honor-wrap .about-company-bg-blur {
	width: 100%;
	background-color: #FFFFFF;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	bottom:0;
	z-index: 1;
}

.about-body .honor-wrap .container {
	position: relative;
	z-index: 2;
	height: 554px;
}

.about-body .honor-wrap .honor-img {
	/* width: 100%; */
	width: 100%;
	height: 210px;
	max-width: 300px;
	min-width: 300px;
	/* width: 100%;
	height: auto; */
}
.about-body .honor-wrap .honor-imgCer {
	/* width: 100%; */
	width: 134px;
	height: 210px;
	/* width: 100%;
	height: auto; */
}

.body-wrap {
	padding-top: 90px;
}

@media (max-width: 992px) {
	.body-wrap {
		padding-bottom: 56px;
		padding-top: 54px;
	}

	.mobile-bottom-fixed {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 999;
		width: 100%;
		height: 56px;
		background: #33CC99;
		display: flex !important;
		justify-content: space-between !important;
		color: #FFFFFF;
		padding: 0 30px !important;
	}

	.mobile-bottom-fixed-phone {
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 56px;
		margin: 0;
	}

	.mobile-bottom-fixed-btn {
		width: 98px;
		height: 34px;
		background: #FFFFFF;
		border-radius: 100px;
		font-size: 14px;
		font-weight: bold;
		color: #33CC99;
	}

	.navbar-toggler {
		border: none !important;
	}

	.navbar-toggler:focus {
		box-shadow: none !important;
	}

	.about-body .company-list-wrap {
		padding-top: 30px;
	}

	.about-body .company-wrap .cont-hight {
		height: auto;
		text-align: justify;
	}

	.about-body .about-wrap {
		padding-top: 0 !important;
	}

	.about-body .about-wrap .about-wrap-bg {
		width: 100%;
		height: auto;
	}

	.about-body .about-wrap .about-wrap-icon {
		margin-top: -40px;
		width: 54px;
		height: 54px;
	}

	.about-body .about-wrap .col-lg-5 {
		padding: 0 20px !important;
	}

	.about-body .about-wrap .about-wrap-left {
		text-align: justify;
		height: auto;
		padding-top: 0;
	}

	.about-body .about-wrap .about-wrap-right {
		text-align: justify;
		height: auto;
	}

	

	
}

/* 关于我们 end */


/* 弹弹伙伴 start */
.partner-body {
	background-color: #F7F8FE !important;
}

.partner-body .banner-hight {
	height: 400px;
	background-image: url('../img/tantan/partner/partner_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.partner-body .partner-wrap {
	width: 100%;

}

.partner-body .partner-wrap .partner-item {
	height: 543px;
	background: #FFFFFF;
	overflow: hidden;
	border-radius: 20px;
}

.partner-body .partner-wrap .partner-item:hover {
	cursor: pointer;
	background: linear-gradient(134deg, #33CC99 0%, #109DDB 100%);
	transform: scale(1.03);
}

.partner-body .partner-wrap .partner-item .cxy_bold {
	text-align: justify;
}

.partner-body .partner-wrap .partner-item .title-des {
	text-align: justify;
}

.partner-body .partner-wrap .partner-item:hover .title-des {
	color: #fff !important;
}

.partner-body .partner-wrap .partner-item:hover .cxy_bold {
	color: #fff !important;
}

.partner-body .owl-stage-outer {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width: 992px) {
	.partner-body .partner-wrap .partner-item {
		height: 480px;
	}

	.partner-body .owl-item {
		margin-right: 10px !important;
	}

	.partner-body .partner-wrap .partner-item .cxy_bold {
		font-size: 14px !important;
	}

	.partner-body .partner-wrap .partner-item .title-des {
		font-size: 12px !important;
	}
}

/* 弹弹伙伴 end */

/* 弹弹价格 start */

.price2-body .contact-wrap {
	margin: 100px 0;
	padding: 0 50px;
	background: #FFFFFF;
	border-radius: 20px;
}

@media (max-width: 992px) {
	.aboutTanTanArrow {
		display: none;
	}

	.price2-body .contact-wrap {
		margin: 0;
	}

	.price2-body .service-wrap .col-xs-6 {
		justify-content: flex-start !important;
	}

	.price2-body .contact-wrap .people {
		width: 100% !important;
		height: auto;
	}
}

/* 弹弹价格 end */

/* 产品更新 start */
.update-body {
	background-color: #F7F8FE !important;
}

.update-body .banner-hight {
	height: 400px;
	background-image: url('../img/tantan/update/update_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.update-body .update-wrap {
	margin-top: -100px;
	background: #FFFFFF;
	border-radius: 20px;
	position: relative;
	z-index: 2;
}

.update-body .update-wrap .update-item {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 25px 20px;
}

.update-body .update-wrap .update-item .dot {
	padding-left: 14px;
	position: relative;
}

.update-body .update-wrap .update-item .dot::after {
	content: "";
	width: 6px;
	height: 6px;
	background: #33CC99;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}

/* 产品更新 end */




































.project-item,
.project-item .project-img {
	position: relative;
}

.project-item .project-img a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .5);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	opacity: 0;
	transition: .5s;
}

.project-item:hover .project-img a {
	opacity: 1;
}

.project-item .project-title {
	position: absolute;
	top: 3rem;
	right: 0;
	bottom: 0;
	left: 3rem;
	border: 1px solid var(--light);
	border-radius: 8px;
	display: flex;
	align-items: flex-end;
	padding: 18px;
	z-index: -1;
	transition: .5s;
}

.project-item:hover .project-title {
	background: var(--primary);
	border-color: var(--primary);
}

.project-item .project-title h4 {
	transition: .5s;
}

.project-item:hover .project-title h4 {
	color: #FFFFFF;
}









/*** Facts ***/
.facts {
	background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
}


/*** Callback ***/
.callback {
	position: relative;
}

.callback::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
	z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
	transition: .5s;
}

.feature .feature-box:hover {
	background: var(--primary);
	border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
	color: #FFFFFF !important;
}








/*** Team ***/
.team-item {
	position: relative;
	padding: 4rem 0;
}

.team-item img {
	position: relative;
	z-index: 2;
}

.team-item .team-text {
	position: absolute;
	top: 0;
	right: 3rem;
	bottom: 0;
	left: 3rem;
	padding: 15px;
	border: 1px solid var(--light);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	transition: .5s;
	z-index: 1;
}

.team-item .team-text h4 {
	transition: .5s;
}

.team-item:hover .team-text {
	background: var(--primary);
	border-color: var(--primary);
}

.team-item:hover .team-text h4 {
	color: #FFFFFF;
}

.team-item .team-social .btn {
	background: var(--light);
	color: var(--primary);
}

.team-item:hover .team-social .btn {
	background: #FFFFFF;
}

.team-item .team-social .btn:hover {
	background: var(--primary);
	color: var(--light);
}

@media (max-width: 991.98px) {
	.navbar .navbar-nav {
		margin-top: 10px;
		border-top: 1px solid rgba(0, 0, 0, .07);
		background: #FFFFFF;
	}

	.navbar .navbar-nav .nav-link {
		padding: 10px 0 !important;
	}

	.navLine {
		display: none;
	}
}





/* 
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
} */