<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.assistive-wrap{
	width: 58px;
    height: 58px;
    position: fixed;
    top: 50%;
    margin-top: -29px;
    left: 0;
	z-index: 999999;
		}

		.assistive-touch{
			width: 100%;
			height: 100%;
			background: #343434;
			border-radius: 10px;
			opacity: .3;
			position: relative;
			    overflow: hidden;
			    
		}

		.assistive-touch:before, .assistive-touch:after, .assistive-touch span{
			content: '';
			position: absolute;
			border-radius: 100%;
			box-shadow: 0 0 2px rgba(30, 30, 30, .5);
			display: block;
			background: rgba(255, 255, 255, .6);
		}

		.assistive-touch:before{
			width: 42px;
			height: 42px;
			left: 8px;
			top: 8px;
			opacity: .5;
		}

		.assistive-touch span{
			width: 34px;
			height: 34px;
			left: 12px;
			top: 12px;
		}

		.assistive-touch img{
			    width: 38px;
                height: 38px;
                left: 16px;
                top: 16px;
                background: #fff;
                margin: 10px 18%;
                    border-radius: 56%;
		}
.fade{
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
/*寮瑰嚭灞�*/ 
.succ-pop{
    width: 300px;
    height: 21%;
    background: #fff;
    position: fixed;
    left: 63%;
    top: 50%;
    margin-left: -200px;
    margin-top: -150px;
    z-index: 999;
    border-radius: 5px;
}

.succ-popTwo{
	      width: 53%;
    /* height: 25%; */
    background: #fff;
    position: fixed;
    left: 63%;
    top: 50%;
    margin-left: -38%;
    margin-top: -12%;
    z-index: 999;
    border-radius: 15px;
    padding: 0.2rem 0.2rem;
}

.ReturnHome{
	height: 2rem;
}
/*&lt;div class="ReturnHome-cancel"&gt;鍙栨秷&lt;/div&gt;
&lt;div class="ReturnHome-Determine"&gt;纭畾&lt;/div&gt;*/
/*鍙栨秷*/
.ReturnHome-cancel {
	text-align: center;
	float: left;
	width: 50%;
	height: 2rem;
	line-height: 2rem;
	color: #4395ff;
}
/*纭畾*/
.ReturnHome-Determine{
	text-align: center;
	float: left;
	width: 49%;
	line-height: 2rem;
	font-size:0.8rem ;
	color: #4395ff;
	height: 2rem;
}</pre></body></html>