/* 如何购买 */
button:focus {
	outline: none;
}

.rhgm3 input:focus-visible {
	outline: none;
}

.rhgm1 {
	margin-top: 2vw;
	display: block;
	padding: 0.7vw;
}

.rhgm1 .dxys002 {
	width: 100%!important;
}
.rhgm1 .dxys002 input{
	outline:none;
}
.rhgm2 {
	background-color: var(--ztys--wz);
	width: 15vw;
	height: 3vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0.7vw;
}

.rhgm2 button {
	background-color: transparent;
	color: #fff;
	font-size: 1vw;
	border: none;
}

.rhgm2 button:focus-visible {
	border: none;
}

.rhgm2:hover {
	cursor: pointer;
}

.rhgm2:active {
	filter: brightness(0.9);
}

.rhgm3 .dataform .form006 .form007 .col-md-1,
.dataform .form006 .form007 .col-md-2,
.dataform .form006 .form007 .col-md-3,
.dataform .form006 .form007 .col-md-4,
.dataform .form006 .form007 .col-md-5,
.dataform .form006 .form007 .col-md-6,
.dataform .form006 .form007 .col-md-7,
.dataform .form006 .form007 .col-md-8,
.dataform .form006 .form007 .col-md-9,
.dataform .form006 .form007 .col-md-10,
.dataform .form006 .form007 .col-md-11,
.dataform .form006 .form007 .col-md-12 {
	padding: 0.7vw 0.7vw 0 0.7vw;
}

.rhgm3 {
	padding-bottom: 8vw;
	display: flex;
}

.rhgm4 {
	width: 17vw;
	position: absolute;
	margin-top: 2vw;
	right: 10vw;
	color: #000;
}

.rhgm5 {
	background-color: #f0f0f0;
	margin-top: 1vw;
	padding: 2vw;
}
.rhgm5:hover{
	background-color: var(--ztys--wz);
	color: #fff;
}
.rhgm5:first-child:hover img{
	content: url(../img/wztp139-2.png);
}
.rhgm5:last-child:hover img{
	content: url(../img/wztp138-2.png);
}
.rhgm5 img {
	height: 2.5vw;
	margin-bottom: 2vw;
}

.rhgm5 p {
	font-size: 1.1vw;
	font-weight: bold;
	margin: 0;
}

.rhgm5 span {
	font-size: 1vw;
	margin-top: 0.25vw;
	display: block;
}
.rhgm6{
	opacity: 0.3;
}
.rhgm6:hover{
	cursor: auto;
}
.rhgm3 input[type="checkbox"]:focus {
    outline: none;
}
.rhgm1 input[type="checkbox"]:focus {
    outline: none;
}