* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	outline: none;
	box-sizing: border-box;
}

.body {
	background: url(../img/login-bg.jpg) no-repeat;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-size: 100% 100%;
	position: absolute;
}

.logo {
	height: 75px;
	margin: 5px 40px;
	font-size: 30px;
	color: white;
}
	.logo img {
		height:75px;
	}


.body_count {
	width: 870px;
	position: fixed;
	left: calc(50% - 435px);
	top: calc(50% - 290px);
}

.body_count_top {
	width: 100%;
	text-align: center;
	color: white;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 8px;
}

.login_count {
	width: 870px;
	background-color: white;
	border-radius: 10px;
	float:left;
}

.login_count_a {
	float:right;
	width: 340px;
}

.login_count_a_l {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	padding: 5px 10px;
}

.icon_e {
	height: 18px;
}

.login_a_l_t {
	color: white;
	font-size: 12px;
	padding: 3px;
	background: linear-gradient(to right, #fd6124, #fb8c45);
}

.triangle {
	float: left;
	width: 0;
	height: 0;
	border-width: 11px;
	border-style: solid;
	border-color: transparent #fb8c45 transparent transparent;
	transform: rotate(180deg);
}

#all {
	width: 80%;
	margin: 20px auto 0px;
}

#option {
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
}

#option li {
	float: left;
	text-align: center;
	width: 50%;
	height: 50px;
	cursor: pointer;
	color: #4f4f4f;
	font-size: 16px;
	font-weight: bold;
}

	#option li.active {
		color: #fb8c45;
		border-bottom: 3px solid #fb8c45;
	}

#card li {
	height: 100%;
	display: none;
}

#card li.active {
	display: block;
}

.login_bot_count {
	width: 100%;
	border: 1px solid #ddd;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 3px;
	margin-top: 10px;
	border-radius:5px;
}

.login_bot_count>img {
	height: 20px;
	padding-left: 5px;
}

.login_bot_count>input {
	height: 35px;
	border: 0px;
	width: 80%;
}

.login_bot_count>input::-webkit-input-placeholder {
	color: #dedede;
}

.login_bot {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}

.login_bot>a,
.login_bot>p {
	font-size: 12px;
	color: #898989;
}

.login_bot>p {
	width: 26%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}


/*记住密码勾选框*/

.login_bot>p>input[type="checkbox"] {
	width: 10px;
	height: 10px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 10px;
	position: relative;
}

.login_bot>p>input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #dedede;
}

.login_bot>p>input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: white;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border: 1px solid #dedede;
	color: #898989;
	font-size: 12px;
	font-weight: bold;
}


/*按钮样式*/
.login_button {
	margin-top: 15px;
	width: 100%;
	border: 0px;
	height: 40px;
	font-size: 16px;
	color: white;
	background: linear-gradient(to left, #fd6124, #fb8c45);
	border-radius:5px;
}
.login_button_border {
	margin-top: 15px;
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #fb8c45;
	border-radius: 5px;
	border: 1px solid #fb8c45;
	background: #fff;
}

.login_account_count {
	width: 100%;
	border: 1px solid #34D8DE;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 3px;
	margin-top: 10px;
}

.login_account_count>img {
	height: 20px;
	padding-left: 5px;
}

.mobile_input {
	height: 35px;
	border: 0px;
	width: 75%;
}

.account_select {
	color: #4F4F4F;
	font-size: 14px;
	border: 0px;
	margin: 0px 5px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 45px;
	z-index: 999;
	background: none;
}

.account_select_icon {
	position: relative;
	left: -8%;
	height: 10px!important;
}

.login_account_counts {
	width: 100%;
	border: 1px solid #34D8DE;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 3px;
	margin-top: 10px;
}

.login_account_counts>img {
	height: 20px;
	padding-left: 5px;
}

.login_account_counts>input:nth-of-type(1){
	height: 35px;
	border: 0px;
	width: 50%;
}

.account_code {
	color: #fd6124;
	background-color: #fff;
	padding: 5px;
	font-size: 12px;
	cursor: pointer;
	border-left: 1px solid #ddd !important;
}

.login_account_count>input::-webkit-input-placeholder {
	color: #dedede;
}

.login_account_counts>input::-webkit-input-placeholder {
	color: #dedede;
}


/*按钮样式*/

.login_account_button {
	margin-top: 40px;
	width: 100%;
	border: 0px;
	height: 35px;
	font-size: 16px;
	color: white;
	background: linear-gradient(to left, #fd6124, #fb8c45);
}

.login_count_b {
	width: 340px;
	display: none;
	float: right;
}

.login_count_b_l {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	padding: 5px 10px;
}

.icon_e,
.icon_z {
	height: 18px;
}

.login_b_l_t {
	color: white;
	font-size: 12px;
	padding: 3px;
	background: linear-gradient(to right, #fd6124, #fb8c45);
}

.login_b_title>img {
	height: 22px;
	margin-right: 5px;
}

.login_b_title {
	width: 100%;
	margin-top: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: black;
	font-size: 16px;
	font-weight: 1000;
}

.libqr {
	width: 60%;
	margin: 10px 20%;
}

.libqr_text {
	width: 100%;
	text-align: center;
	color: #c4c4c4;
	font-size: 12px;
}
.delivery_count_l_b>input:focus .delivery_count_l_b{
	border-bottom: 1px solid #26CAD6;
}
.login_count_a h2 {
	text-align: center;
	line-height: 80px;
	font-size: 26px;
	font-weight: 700;
}
.login-ad {
	float: left;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}
.login-ad img{
	float: left;
}
.login-footer {
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	color: #fff;
	font-size:14px;
}

.login-footer-copy {
	background: rgba(0,0,0,.5);
	padding: 15px;
}

.login-footer a {
	color: #fff;
}

	.login-footer a:hover {
		color: #2e95ff;
	}

.login-footer .login-footer-links {
	text-align: center;
}

	.login-footer .login-footer-links li {
		display: inline-block;
		padding: 15px 0;
		margin: 0 8px;
	}
button {
	cursor:pointer;
}