/* .upload-code {
	width: 160px;
	height: 632px;
	position: fixed;
	bottom: 53px;
	right: 30px;
	z-index: 100;
} */
.upload-code img {
	width: 100%;
	height: 100%;
}
.remove {
	position: absolute;
	top: 0;
	right: 3px;
	font-size: 30px;
	font-weight: 200;
	color: #999;
	z-index: 200;
}
.upload-code {
    width: 10rem !important;
    height: 39rem !important;
    position: fixed !important;
    bottom: 95px !important;
    right: 1rem !important;
    z-index: 100 !important;
}

.upload-code-qrbut {
    width: 4rem !important;
    height: 4rem !important;
    position: fixed !important;
    bottom: 95px !important;
    right: 4rem !important;
    z-index: 100 !important;
}
.upload-code-qrbut img {
    width: 100%;
    height: 100%;
}

.scroll-Top-but {
    width: 3.8rem !important;
    height: 3.8rem !important;
    position: fixed !important;
    bottom: 10px !important;
    right: 4rem !important;
    z-index: 100 !important;
}
.scroll-Top-but img {
    width: 100%;
    height: 100%;
}