body .main.stop-main {
	padding-top: 1.26rem;
}

.main.stop-main .login-tip {
	display: none;
}

.main.stop-main .stop-server-info {
	width: 328px;
	height: 226px;
	margin: 0 auto;
	padding: 20px;
	background: linear-gradient(180deg, #2d2e30 0%, #303133 100%);
	border: 1px solid;
	border-image: linear-gradient(
			to bottom,
			rgba(91, 93, 94, 1),
			rgba(91, 93, 94, 0)
		)
		1;
}

.main.stop-main .stop-server-info .title {
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	margin-bottom: 16px;
}

.main.stop-main .stop-server-info .con {
	color: rgb(189, 190, 190);
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	max-height: 148px;
	overflow-y: auto;
	word-wrap: break-word;
	white-space: pre-line;
}

.main.stop-main .operate-btn {
	cursor: pointer;
	margin: 0.16rem auto 0;
	width: 3.28rem;
	height: 0.34rem;
	border-radius: 0.02rem;
	color: #fff;
	font-weight: 700;
	font-size: 0.12rem;
	line-height: 0.34rem;
	text-align: center;
	background-color: #62d;
}

.main.stop-main .operate-btn:hover {
	background-color: #7538e0;
}
