body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0
}

body {
	margin: 0
}

* {
	list-style: outside none none;
	text-decoration: none
}

body,
figure,
figcaption {
	margin: 0;
	padding: 0
}

* {
	transition: all 1.5s
}

html,
body {
	font-family: 微软雅黑, MicrosoftYahei, sans-serif;
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	position: relative;
	background: #0c132e;
	overflow: hidden;
}

.v {
	width: 450px;
	height: 450px;
	background-color: rgba(255, 255, 255, 0.08);
	position: absolute;
	left: 50%;
	margin-left: -200px;
	border-radius: 8px;
	top: 9%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}



.f div {
	margin-top: 400px
}

.v h2 {
	width: 100%;
	text-align: center;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	font-size: 22px;
	/* margin-bottom: 50px; */
}

.v h2 span {
	opacity: 0
}

.v h2 span i {
	animation-name: b;
	animation-iteration-count: infinite;
	animation-play-state: paused
}

.v h2 span i:nth-of-type(1) {
	animation-duration: 1.05s
}

.v h2 span i:nth-of-type(2) {
	animation-duration: 1.1s
}

.v h2 span i:nth-of-type(3) {
	animation-duration: 1.15s
}

@keyframes b {
	50% {
		opacity: 0
	}
}

.b {
	width: 100%;
	height: 250px;
	margin: 0 auto;
	padding: 30px 0;
	transform: translate(0px, 0px);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.input-item {
	width: 60%;
	margin-top: 20px;
	border-bottom: 1px solid #b6b8bf;
}

.v .input-item input {
	width: 100%;
	background: rgba(255, 255, 255, 0);
	padding: 10px 0;
	/* placeholder变更为大写字体 */
	text-transform: uppercase;
	/* 边框效果 */
	border: 0;
	outline: none;
	color: #ffffff;
	-webkit-text-fill-color: #fff !important;

}

input::placeholder {
	color: #b6b8bf !important;
	-webkit-text-fill-color: #b6b8bf !important;
}

input:focus {
	/* 当输入框获取焦点时的效果 */
	animation: bBottom 2s infinite;
	-webkit-text-fill-color: #fff !important;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #fff !important;
	transition: background-color 5000s ease-in-out 0s;
}

.submit {
	margin: 40px 0 0;
	width: 60%;
	/* height: 40px; */
	text-align: center;
	line-height: 40px;
	background-color: #71f8fd;
	border-radius: 6px;
	color: #0d142c;
	font-size: 16px;
	cursor: pointer;
}
.submit-bd {
	margin: 40px 0 0;
	width: 60%;
	/* height: 40px; */
	text-align: center;
	line-height: 40px;
	background-color: #71f8fd;
	border-radius: 6px;
	color: #0d142c;
	font-size: 16px;
	cursor: pointer;
}
.submit-wx {
	margin: 20px 0;
	width: 60%;
	/* height: 40px; */
	text-align: center;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 0);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
}
.submit-wx a{
	display: block;
}
.submit-wx span {
	color: #ffffff;
}

.submit-wx img {
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 6px;
}

@keyframes a {
	0% {}

	25% {}

	50% {
		transform: rotatez(365deg)
	}

	75% {
		margin: -400px 0 0 0
	}

	100% {}
}

.input-item span {
	width: 100px;
	color: #b6b8bf;
	font-size: 14px;
	padding: 10px 0;
}

.input-item .item-mn {
	width: 20px;
}

.input-item .msgBtn {
	width: 173px;
	color: #71f8fd;
	font-size: 14px;
	cursor: pointer;
	border: 0;
	background: #ffffff00;
}
.input-item .msgBtna {
	width: 173px;
	color: #71f8fd;
	font-size: 14px;
	cursor: pointer;
	border: 0;
	background: #ffffff00;
}
.arrow-right {
	width: 10px;
	height: 10px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	transform: rotate(-45deg);
	position: absolute;
	left:20px;
	top:60px;
	color: #ffffff;
}
