* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	overflow: hidden;
}

a:link,
a:hover,
a:active,
a:visited {
	text-decoration: none;
}

ul {
	list-style: none;
}

/*登录*/
.login_section {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/bg_img.jpg) no-repeat center;
	background-size: cover;
}

.form_wrapper {
	width: 100%;
	padding: 15px;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.form_wrapper .logo_wrap {
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -86px;
	width: 172px;
	height: 90px;
}

.form_wrapper .logo_wrap img {
	width: 100%;
	height: 100%;
}

.form_wrapper .form_content {
	background: #fff;
	border-radius: 5px;
	padding: 30px 20px 15px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.form_tab {
	font-size: 0;
	z-index: 101;
	position: relative;
}

.form_tab a {
	display: inline-block;
	width: 50%;
	padding: 10px;
	0;
	line-height: 20px;
	font-size: 14px;
	color: #898989;
	text-align: center;
}

.form_tab a.active {
	color: #00a2ff;
}

.form_wrapper .form_cont {
	display: none;
	transition: all .3s;
}

.form_wrapper .form_cont.active {
	display: block;
}

.form_wrapper .form-horizontal {
	position: relative;
	z-index: 3;
}

.form_wrapper .form_item {
	margin: 10px -15px 0;
}

.form_wrapper .form_item.tip_item {
	margin-top: 2px;
}

.form_wrapper .form_item .text {
	margin-bottom: 4px;
	padding: 0;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 20px;
}

.form_wrapper .tip {
	display: block;
	margin: 0;
	color: #898989;
	font-weight: 500;
	font-size: 14px;
	text-align: right;
}

.form_wrapper .tip:hover {
	color: #00a2ff
}

.form_wrapper .form_item.form_btns {
	margin: 15px 0 0;
}

.form_btns .form_btn .btn {
	height: 50px;
	color: #fff;
	margin: 0;
	background: #00a2ff;
	font-size: 18px;
	font-weight: 600;
}

.form_btns .form_btn .btn[disabled] {
	background: #e5e5e5;
	color: #fff;
	font-size: 16px;
	opacity: 1;
}

.form_btns .form_btn .btn.active {
	background: #00a2ff;
	color: #fff;
}

.appose_item.form_item {
	margin: 10px 0 0;
}

.appose_item .item_value {
	position: relative;
}

.appose_item .item_value .text {
	width: 100%;
	padding-right: 140px;
}

.appose_item .code_box {
	position: absolute;
	right: 0;
	top: -2px;
}

.appose_item img {
	width: 120px;
	height: 44px;
}

.bottom_wrap {
	margin-top: 20px;
}

.third_list {
	margin: 0;
	font-size: 0;
	text-align: center;
}

.third_list .item {
	display: inline-block;
}

.third_list .icon {
	display: block;
	border-radius: 100%;
	width: 40px;
	height: 40px;
}

.third_list .icon.icon_weixin {
	background: url(../images/icon_weixin.png) no-repeat center;
	background-size: cover;
}

.third_list .icon.icon_weixin:hover {
	background: url(../images/icon_weixin_on.png) no-repeat center;
	background-size: cover;
}

/*找回密码*/
.form_wrapper .form_content.pwd_found {
	padding: 15px 30px 15px 15px;
}

.form_wrapper .form_content.pwd_found .form_title {
	margin: 8px -15px 10px 0;
	text-align: center;
	font-size: 18px;
	color: #666;
}

.form_wrapper .form_content.pwd_found label {
	width: 64px;
	height: 44px;
	line-height: 44px;
	padding: 0;
	margin: 0 12px 0 0;
	text-align: right;
	font-weight: 500;
	color: #666;
}

.form_wrapper .pwd_found .form_item {
	margin: 10px 0 0;
}

.form_wrapper .pwd_found .item_value {
	width: calc(100% - 76px)
}

.form_wrapper .pwd_found .item_value .text {
	padding: 0 10px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}

.form_wrapper .pwd_found .appose_item .item_value .text {
	width: calc(100% - 140px);
}

.form_wrapper .pwd_found .appose_item .item_value .code_box {
	top: 2px;
}

.submit_btn {
	width: 100%;
	padding: 0;
	margin: 2px 0 0;
	line-height: 44px;
	background: #00a2ff;
	color: #fff;
	border: 0;
	border-radius: 2px;
}

.form_item .text {
	margin-bottom: 20px;
	height: 44px;
	border-color: #e5e5e5;
	box-shadow: none;
	border-radius: 2px;
	color: #666;
}

.code_btn {
	width: 120px;
	height: 40px;
	background: #00b2ff;
	border: 0;
	color: #fff;
	border-radius: 2px;
}

.code_btn:hover,
.submit_btn.btn:hover {
	color: #fff;
}

/*底部*/
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.footer .copyright {
	color: rgba(37, 48, 74, .5);
	font-size: 14px;
	text-align: center;
	line-height: 1.1;
	padding: 15px;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.form_wrapper {
		position: absolute;
		left: 50%;
		top: 18%;
		width: 480px;
		padding: 15px 0;
		margin-left: -240px;
		transform: none;
		padding: 0;
	}

	.form_wrapper .logo_wrap {
		top: -62px;
		left: 50%;
		margin-left: 0;
		width: 400px;
		height: 120px;
		transform: translateX(-50%);
	}

	.form_wrapper .form_content {
		padding: 45px 60px 20px;
	}

	.form_wrapper .form_content.pwd_found {
		padding: 15px 60px 15px 30px;
	}

	.form_wrapper .form_content.pwd_found .form_title {
		margin: 15px -30px 20px 0;
	}

	.form_wrapper .form_content.pwd_found label {
		width: 72px;
	}

	.form_wrapper .pwd_found .item_value {
		width: calc(100% - 84px)
	}

	.form_wrapper .form_item .text {
		margin-bottom: 14px;
	}

	.form_wrapper .form_item.form_btns {
		margin: 20px 0 0;
	}

	.submit_btn {
		width: 248px;
		margin: 6px 0 5px;
	}

	.footer .copyright {
		padding: 30px 15px;
	}
}

/* input-placeholder */
.text::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #cacaca;
	font-size: 14px;
}

.text:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #cacaca;
	font-size: 14px;
}

.text::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #cacaca;
	font-size: 14px;
}

.text:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #cacaca;
	font-size: 14px;
}

/* 弹框部分 */
.bullet{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .35);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.bullet-box {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 700px;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(8, 30, 50, 0.3);
}

.bullet-box .bullet-box-title{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.bullet-box-title .bullet-box-title-info{
	font-size: 16px;
	color: #3D3D3D;
}

.bullet-box-title-info .bullet-box-title-text{
	margin-top: 5px;
}

.bullet-box-title .bullet-box-title-fork{
	font-size: 25px;
	cursor: pointer;
}

.bullet-box .bullet-box-info{
	width: 80%;
	margin-top: 88px;
}

.bullet-box-info .bullet-box-info-title{
	text-align: center;
	color: #202020;
	font-size: 18px;
	font-weight: bold;
}

.bullet-box-info .bullet-box-info-text{
	text-align: center;
	margin-top: 10px;
}

.bullet-box .bullet-box-footer{
	width: 70%;
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
}

.bullet-box-footer .bullet-box-footer-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 10px 24px;
	border: 1px solid #B2B2B2;
	cursor: pointer;
}

.bullet-box-footer .bullet-box-footer-btn-bule{
	background: #01A1FF;
	color: #FFF;
	border: none;
}

.bullet-box-footer-btn .bullet-box-footer-text{
	margin-top: 4px;
}