#fix-qqbj {
	width: 100%;
	position: fixed;
	bottom: 100px;
	display: none;
	z-index: 9999;
	background-color: unset;
}

#fix-qqbj .wp {
	position: relative;
	max-width: 1000px;
	background-color: #f9fafc;
	border-radius: 20px;
}

.g-btn-exit-a1 {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 48px;
	color: #000;
	cursor: pointer;
}

.header .wp {
	overflow: unset !important;
}

#g-totop {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	position: fixed;
	right: 25px;
	bottom: 5%;
	background: #fff url(../images/totop.png) no-repeat center 50%;
	background-size: 100% 100%;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
	opacity: 0.85;
	z-index: 1000;
	display: none;
}

@media only screen and (max-width: 1300px) {
	#fix-qqbj {
		bottom: 7.692vw;
	}

	#fix-qqbj .wp {
		max-width: 76.92vw;
		border-radius: 1.538vw;
	}

	.g-btn-exit-a1 {
		right: 1.538vw;
		/* font-size: 3.692vw; */
	}
}

@media only screen and (max-width: 950px) {
	.g-btn-exit-a1 {
		font-size: 28px;
	}

	#fix-qqbj .g-input-file1 {
		height: 44px;
	}

	#g-totop {
		width: 48px;
		height: 48px;
		bottom: 15%;
		right: 16.5px;
	}
}

@media only screen and (max-width: 440px) {
	#fix-qqbj .g-input-checkbox1 {
		margin-bottom: 30px;
	}

	#fix-qqbj .g-input-file1 .filename {
		display: none;
	}
}
