﻿body.broswer {
	background-color: #2F3242;
}

.suppport_title {
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin: 5% 0 2% 0;
}

.suppport_sub_title {
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin: 0 0 5% 0;
}

.support_images {
	text-align: center;
}

.support_images img {
	margin: 3%;
	text-shadow: 1px 1px 1px #01b446;
	box-shadow: 0px 5px 5px rgba(60, 143, 230, 0.2);
}

.ban_down1 {
	display: inline-block;
	width: 206px;
	height: 50px;
	margin-top: 5%;
	background: #0fd25a;
	color: #fff;
	font-size: 22px;
	text-shadow: 1px 1px 1px #01b446;
	line-height: 50px;
	box-shadow: 0px 5px 5px rgba(60, 143, 230, 0.2);
}

#suppor_btn {
	text-align: center;
}

td input[type=text],
td input[type=number],
td input[type=Number],
.input_text,
.form-control {
	padding-right: 2px !important;
}

.form-control {
	box-shadow: none !important;
	padding: 0 12px;
}

.copyId {
	opacity: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
}

/*loading组件*/

.loading-box {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	display: none;
	z-index: 19891019;
}

.loader {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	display: block;
}

.circular {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite;
	height: 100%;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke: #2d8cf0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round
}

@-webkit-keyframes rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35
	}
	to {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35
	}
	to {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124
	}
}

[v-cloak] {
	display: none;
}