.guize_html {
    position: fixed;
    top: 25%;
    left: 50%;
    margin-top: -80px;
    margin-left: -150px;
    width: 300px;
    height: auto;
    /*border-radius: 30px;
    background-color: #fff;*/
    border-radius: 22px;
  background: linear-gradient(215.96deg, rgba(255, 248, 252, 1) 2.37%, rgba(255, 255, 255, 1) 55.87%, rgba(255, 229, 245, 1) 100.54%);
  backdrop-filter: blur(4px);
    color: #000;
    text-align: center;
    font-size: 15px;
}
.guize_html p {
	padding:0 10px;
	text-align:left;
	text-indent:2em;
}
.guize_html_nei {
	width:300px;
	min-height:350px;
	/*overflow-y:auto;*/
	max-height:500px;
	height:350px;
	display:block;
}
.btnXZ {
	display:block;
	margin:10px auto;
	width:125px;
	height:40px;
	/*border-radius:30px;
	background-color:#dc0075;*/
	border-radius: 60px;
  background: linear-gradient(90deg, #58349b 0%, #bd2fb8 100%);
	color:#fff;
	text-align:center;
	line-height:40px;
	cursor:pointer;
}


.GB {
	display:block;
	margin:10px auto;
	width:125px;
	height:40px;
	/*border-radius:30px;
	background-color:#7d7776;*/
	border-radius: 60px;
  	background: #5d5c5c;
	color:#fff;
	text-align:center;
	line-height:40px;
	cursor:pointer;
}


.overfloat {
	position:fixed;
	top:0;
	left:0;
	z-index:9;
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(1,1,1,.5);
}

 .btnXZ2{
   
	display: block;
	margin: 10px auto;
	width: 256px;
	height: 40px;
	border-radius: 30px;
	background-color: #FFF;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	color:#EC3096; 
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
}

.GB2{
	display: flex;
	padding: 5px 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	color: #FFF;
	font-family: PingFang SC;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
   }