* {
	margin: 0;
	padding: 0;
}

hr {
	margin: 0;
	padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.w-full {
	width: 100%;
}

.c-full-details-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 0.0625rem;
}

.c-full-details-container-bg {
	position: absolute;
	width: 100%;
	height: 4.3229rem;
	left: 3.3698rem;
	top: 0;
	/* background: url("/oss/images/img/官网切图/解决方案/complete-bg.png") no-repeat; */
	background-size: 100% 100%;
	/* transform: rotate(8.64deg); */
	z-index: -1;
}

.c-full-details-container-wrap {
	height: 4.3229rem;
	margin: 0.25rem 0.9635rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.c-full-details-container-left {
	display: flex;
	padding: 0 0;
	flex-direction: column;
	justify-content: space-between;
}

.c-full-details-container-left-company {
	font-size: 0.125rem;
	font-weight: 500;
	letter-spacing: 0rem;
	color: rgba(0, 0, 0, 1);
	height: 4.3229rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.c-full-details-container-left-company-text {
	font-size: 0.2083rem;
	font-weight: 700;
	letter-spacing: 0rem;
	line-height: 0.3017rem;
	color: rgba(0, 0, 0, 1);
}
.c-full-details-container-left-company-info {
	width: 4.5156rem;
}

.c-full-details-container-left-company-contact {
	font-size: 0.1146rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.1659rem;
	color: rgba(102, 102, 102, 1);
	margin: 0.1719rem 0 0.2708rem 0;
}

.c-full-details-container-left-company-wachat {
	width: 1.0052rem;
	text-align: center;
}

.c-full-details-container-left-company-wachat-img,
.c-full-details-container-left-company-wachat-img img {
	width: 1.0052rem;
	height: 1.0052rem;
}

.c-full-details-container-left-company-wachat-title {
	font-size: 0.125rem;
	font-weight: 500;
	letter-spacing: 0rem;
	line-height: 0.181rem;
	color: rgba(0, 0, 0, 1);
}

.c-full-details-container-left-company-wachat-text {
	font-size: 0.0938rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.1357rem;
	color: rgba(102, 102, 102, 1);
}

.c-full-details-container-left-company-line {
	width: 0.2604rem;
	height: 0.0313rem;
	background: #cd1e19;
	margin: 0.0885rem 0;
}

.c-full-details-container-right {
	width: 3.5469rem;
	height: 4.3229rem;
	background: #e5e5e5;
	padding: 0.3rem 0.4531rem;
}

.c-full-details-container-right-title-1 {
	font-size: 0.2188rem;
	font-weight: 700;
	letter-spacing: 0rem;
	line-height: 0.3168rem;
	color: rgba(0, 0, 0, 1);
}
.c-full-details-container-right-title-2 {
	font-size: 0.1146rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.1659rem;
	color: rgba(51, 51, 51, 1);
}

/* 表单区块 */
.c-full-details-form {
	flex: 0 1 40%;
	background: #f8f8f8;
	padding: 0.1563rem;
	border-radius: 0.0417rem;
}

.c-full-details-form-title {
	font-size: 0.1146rem;
	color: #333;
	margin-bottom: 0.0521rem;
}

.c-full-details-form-tip {
	color: #666;
	margin-bottom: 0.1302rem;
}

.c-full-details-form-wrap-item {
	margin-bottom: 0.1354rem;
}
/* 输入框样式 */
.c-full-details-input {
	width: 100%;
	height: 0.2656rem;
	padding: 0 0.0781rem;
	border: 0.0052rem solid #ddd;
	border-radius: 0.0208rem;
	font-size: 0.1146rem;
}

/* 验证码组合 */
.c-full-details-code-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.0625rem;
	background-color: #fff;
}
.c-full-details-code-btn {
	display: block;
	height: 0.2656rem;
	flex: 0 0 0.625rem;
	background: #eee;
	border: none;
	border-radius: 0.0208rem;
	cursor: pointer;
}

.c-full-details-code-group .c-full-details-input {
	margin: 0;
	border: none;
}
/* 提交按钮 */
.c-full-details-submit {
	width: 100%;
	height: 0.2604rem;
	background: #d43030;
	color: white;
	border: none;
	border-radius: 0.0208rem;
	margin-top: 0.1042rem;
	cursor: pointer;
	transition: background 0.3s;
	font-size: 0.1146rem;
	font-weight: 400;
	line-height: 0.1659rem;
	color: rgba(255, 255, 255, 1);
}

.c-full-details-submit:hover {
	background: #c40000;
}

.c-full-details-form-wrap {
	margin: 0.2083rem 0;
}

.c-full-details-form-wrap label {
	display: block;
	margin: 0;
	font-size: 0.1146rem;
	font-weight: 400;
	letter-spacing: 0rem;
	line-height: 0.1659rem;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 0.0521rem;
}

.c-full-details-code-btn {
	background: #fff;
	font-size: 0.0938rem;
	font-weight: 400;
	line-height: 0.1357rem;
	color: rgba(153, 153, 153, 1);
}

.c-full-details-line {
	border: 1px solid #999999;
	height: 0.1198rem;
}

input:focus {
	outline: none;
}

button:focus {
	outline: none;
}
a:hover {
	color: unset; /* 重置所有属性为默认值 */
}

.c-full-details-all-download {
	display: none;
}

.form-item-error {
	display: none;
	font-size: 12px;
	line-height: 1;
	padding-top: 4px;
	/* color: #f56c6c; */
	color: #d43030;
}
