		.djq_content{
			height:35%;
			width:80%;
			position: fixed;
			left: 10%;
			top:30%;
			text-align: center;
			background-color: white;
			border-radius: 15px;
		}
		.commitButton{
			position: absolute;
			top: 70%;
			left: 53%;
			height:35px;
			width: 40%;
			color: RGB(37,37,37);
			background: white;
			border-radius: 20px;
			background-color: #42a969;
			color:white;
			font-size: 15px;
			border: 1px solid #42a969;
		}
		.canelButton{
			position: absolute;
			right: -15px;
			height:35px;
			width: 35px;
			border-radius: 20px;
			top:-15px;
		}
		.canelButton-span{
			display: inline-block;
			width: 0.6rem;
			height: 0.6rem;
			position: absolute;
			top: -12px;
			right: -18px;
			border: 1px solid;
			border-radius: 17px;
			border-color: #ccc;
			color: #ccc;
			background-color: rgba(0,0,0,0.5);
			font-size: larger;
			line-height: 28px;
		}
		.rebindButton{
			position: absolute;
			top: 70%;
			left: 7%;
			height:35px;
			width: 40%;
			color: RGB(37,37,37);
			background: white;
			border-radius: 20px;
			background-color: #42a969;
			color: white;
			font-size: 15px;
			border: 1px solid #42a969;
		}
		.gobindButton{
			height:35px;
			width: 50%;
			color: rgb(0 0 0 / 85%);
			background: white;
			border-radius: 20px;
			background-color: #42a969;
			color: white;
			font-size: 15px;
			border: 1px solid #42a969;
		}
		#wxdjqLoading {
		    position: absolute;
		    z-index: 100;
		    width: 100%;
		    height: 100%;
		    background-color: rgba(0, 0, 0, 0.5);
		    display: flex;
		    align-items: center;
		    justify-content: center;
		  }