@charset "utf-8";

/*
 *
 * 
 *
 * 
 * Style - Password
 * Version: 6.1
 */

/* ---------- password ---------- */
.password .main-header {
	margin-bottom: 0px;
}

.password main {
	padding: 60px 0px;
}

.password .panel {
	width: 1000px;
	margin: 0px auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-color: #dddddd;
}

.password .panel .panel-heading {
	padding: 0px 20px;
	border-image: -webkit-linear-gradient(left, #e8e8e8, #f8f8f8) 1;
	border-image: -moz-linear-gradient(left, #e8e8e8, #f8f8f8) 1;
	border-image: linear-gradient(left, #e8e8e8, #f8f8f8) 1;
	border-width: 0px 0px 1px 0px;
	border-bottom: 1px solid #e8e8e8;
}

.password .panel .panel-heading h1 {
	line-height: 50px;
	font-size: 16px;
}

.password .panel .panel-body {
	padding: 30px 20px 15px 20px;
}

.password .panel .panel-footer {
	padding: 15px;
}
.Information {
	display: flex;
	width: 510px;
	height: 30px;
	margin: 0px 0px 20px 11%;
}
.Information li {
	width: 33.3%;
	text-align: center;
	line-height: 30px;
	color: #666666;
	background: #f5f5f5;
}
.Information_active {
	background: #EE3834 !important;
	color: #FFFFFF !important;
	text-align: center;
}
.Information_main {
	display: flex;
}
.Information-left {
	width: 70%;
}
.Information_right {
	width: 30%;
}
.iphones {
	font-size: 16px;
	color: #333333;
}
.iphone {
	font-size: 14px;
	color: #333333;
	margin: 14px 0px 4px 0px;
}
.iphonepossword {
	font-size: 12px;
	color: #666666;
}
.platform {
	font-size: 16px;
	color: #333333;
	margin-top: 30px;
}
.Informationtwo {
	display: none;
}
.platforms {
	width:80px;
	height:4px;
	background:linear-gradient(90deg,rgba(238,56,52,1) 0%,rgba(255,229,229,0.01) 100%);
	opacity:1;
	border-radius:4px;
}
.datazz {
	margin-top: 20px;
	height: 110px;
	border-left: 1px solid #EAEAEA;
	position: relative;
}
.datazz>li {
	font-size: 12px;
	color: #333333;
	padding-left: 12px;
}
.datazz li:nth-child(n+2){
	margin-top: 15px;
}
.dian {
	height: 110px;
	position: absolute;
	top: 0;
	left: -3px;
}
.dian li {
	width:5px;
	height:5px;
	background:#EE3834;
	border-radius:50%;
	opacity:1;
}
.dian li:nth-child(n+2){
	margin-top: 29px;
}
.submitbutton {
	width:436px;
	border-radius:4px;
	margin: 48px auto;
}
.InformationThree {
	display: none;
}