* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../img/timg4.jpg) no-repeat fixed;
	background-size: cover;
	width: 100%;
}
#div_Man_box {
	width: 100%;
}
#div_box {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#div_line1, #div_line2 {
	width: 100px;
	height: 8px;
	border-radius: 5px;
	background-color: #1571fa;
}
#div_line2 {
	position: absolute;
	right: 0;
}
#div_start1 {
	width: 170px;
	height: 170px;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
	background-image: linear-gradient(#1571fa, #ffffff);
	display: block;
}
#div_start2 {
	width: 150px;
	height: 150px;
	background-color: #232325;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
	top: 10px;
	font-weight: 700;
	font-size: 23px;
	color: #fff;
}
#div_start3 {
	width: 130px;
	height: 130px;
	background-color: #2d75ac;
	margin: 0 auto;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 10px;
	line-height: 130px;
	font-size: 30px;
	font-weight: 600;
	text-shadow: 10px 5px 6px #000;
}
#div_NetMonitor {
	width: 400px;
	height: 50px;
	position: absolute;
	bottom: 50px;
	background-color: rgba(255,255,255,0.4);
	border-radius: 0 30px 30px 0;
	margin-left: -350px;
}
#div_netMon1, #div_netMon2, #div_netMon3, #div_netMon4 {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	float: left;
	margin-left: 7px;
	border: 3px solid #ffffff;
	cursor: pointer;
}
#div_netMon5 {
	float: left;
	width: 90px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	margin-left: 32px;
}
#div_netMon6 {
	float: right;
	width: 30px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	padding-left: 20px;
	border-radius: 0 30px 30px 0;
	cursor: pointer;
}
.icon-suspension {
	width: 1.5em;
	height: 1.5em;
	display: block;
	position: absolute;
	margin-top: 13px;
	margin-left: -10px;
}
#icon-sus1 {
	display: block;
}
#icon-sus2 {
	display: none;
}
#div_netMon1 img, #div_netMon2 img, #div_netMon3 img, #div_netMon4 img {
	width: 44px;
	height: 44px;
	border-radius: 50%;
}
#div_validation-go {
	width: 450px;
	height: 300px;
	margin: 0 auto;
	background-color: rgba(39, 40, 34,0.6);
	display: none;
	border-radius: 10px;
	border: 2px solid #FFFFFF;
}
#div_box-v1 {
	width: 350px;
	height: 200px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#div_box-v1-top {
	width: 350px;
	height: 40px;
}
#div_box-v1-top-1 {
	width: 90px;
	height: 40.5px;
	float: left;
	background-color: rgba(39, 40, 34,1);
	margin-right: 15px;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	color: #1571fa;
	font-size: 13px;
	line-height: 38px;
}
#div_box-v1-top-2 {
	width: 90px;
	height: 40.5px;
	float: left;
	background-color: rgba(39, 40, 34,1);
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 38px;
}
#div_box-v1-bottom {
	width: 350px;
	height: 160px;
	background-color: rgba(39, 40, 34,0.6);
	border: 2px solid #FFFFFF;
	border-radius: 0 10px 0 0;
	display: block;
}
#div_box-v1-bottom #txtName, #div_box-v1-bottom #txtPass {
	width: 200px;
	height: 40px;
	outline: none;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
	margin-top: 10px;
	text-indent: 10px;
}

::-webkit-input-placeholder {
color: #FFFFFF;
}
::selection {
	background: #272822;
	color: #fff;
}
::-moz-selection {
 background:#272822;
 color:#fff;
}
::-webkit-selection {
 background:#272822;
 color:#fff;
}
#login {
	margin-top: 13px;
	width: 60px;
	height: 30px;
	background-color: #1571FA;
	border: none;
	outline: none;
	border-radius: 15px;
	cursor: pointer;
	color: #FFFFFF;
}
#div_box-v1-bottom2 {
	width: 350px;
	height: 160px;
	background-color: rgba(39, 40, 34,0.6);
	border: 2px solid #FFFFFF;
	border-radius: 0 10px 0 0;
	display: none;
}
#div_box-v1-bottom2 #txtPhone {
	width: 200px;
	height: 40px;
	outline: none;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
	margin-top: 10px;
	text-indent: 10px;
}
#div_box-v1-bottom2 #txtVer {
	width: 118px;
	height: 40px;
	outline: none;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #FFFFFF;
	color: #FFFFFF;
	margin-top: 10px;
	text-indent: 10px;
}
#div_box-v1-bottom2 span {
	color: #FFFFFF;
	display: inline-block;
	width: 75px;
	height: 38px;
	line-height: 38px;
	cursor: pointer;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	font-size: 13px;
}
#div_box-v1-bottom2 span:hover {
	color: #1571FA;
	border: 2px solid black;
}
#register {
	margin-top: 13px;
	width: 80px;
	height: 30px;
	background-color: #1571FA;
	border: none;
	outline: none;
	border-radius: 15px;
	cursor: pointer;
	color: #FFFFFF;
}
