.background {
    background-color: #bbb;
    position: absolute;
    overflow: hidden;
    z-index: -10;
    background: url() no-repeat center center;
    width: 100%;
    height: 100%;
    background-size: cover;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
}
.login{
    width: 436px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    box-shadow: 0px 20px 60px rgba(0,0,0,0.4), 0px 0px 150px rgba(0,0,0,0.4);
    width: 428px;
    border-radius: 4px;
}
.title{
    height: 150px;
    background: rgba(0,0,0,0.1);
    font-weight: 100;
    padding-top: 0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid rgba(255,255,255,0.03)

}
.main{
    padding: 28px 18px;
    position: relative;
    background: #fff;
    background: rgba(255,255,255,0.8);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.text i{
    top: 9px;
    font-size: 36px;
    margin-right: 10px;
}
.text_one{
    text-align: center;
    font-size: 35px;
    width: 100%;
    padding-top: 30px;
    color: #fff;
    -webkit-box-reflect: below -2px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.2)));
    background-image: -webkit-linear-gradient(92deg,#FFFFFF,#14A1FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 6s 100 linear;
}
.text_two{
    padding-top: 10%;
    padding-right:12px;
    font-size: 12px;
    color: #aaddff;
    text-align:right;
}
.input-group{
    padding: 10px 0px;
}
button{
    margin-top: 12px;
}
.bom{
    color: #eee;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 98%;
    background: #444;
    background: rgba(0,0,0,0.3);
    padding: 10px;
}
.bom p{
    margin: 0;
}
/*重置框架*/
.layui-form-pane .layui-form-label {
    width: 90px;
}
.layui-form-pane .layui-input-block {
    margin-left: 90px;
}
.icon {
   width: 1.5em; height: 1.2em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}
.submit{
    margin: 0;
    outline: none;
    background: #6699cc;
    color: #fff;
    padding: 2px 15px\9;
    padding: 6px 0px;
    width: 242px;
    border-radius: 4px;
    border: 1px solid #217ef2;
    background-color: #3890ff;
    background-image: linear-gradient(0deg,hsla(0,0%,100%,.06) 0,hsla(0,0%,100%,.06)),linear-gradient(0deg,rgba(9,109,236,.5) 0,rgba(76,155,255,.5));
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.08), 0 1px 1px rgba(0,0,0,.08);
    text-shadow: 0 -1px 0 rgba(0,0,0,.1);
    line-height: 0px;
    display: block;
    margin: 0 auto;
    }
.layadmin-user-login-body .layui-form-item{
    width: 240px;
    padding-left: 20%;
}
.layadmin-user-login-body .layui-form-item .layui-input{
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    outline: none;
    box-shadow: none;
    border: 1px solid #bbb;
}

.font-icon {
    position: absolute;
    left: 79px;
    top: 1px;
    width: 38px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    background: #bbb;
}
.logo {
	height: 45px;
	margin: 20px 40px;
	font-size: 30px;
	color: white;
}

.img_l {
	position: fixed;
	width: 40%;
	top: 25%;
	left: 15%;
}

.body_count {
	/* width: 340px; */
	position: fixed;
	top: 20%;
    left: 65%;
}

.body_count_top {
	width: 100%;
	text-align: center;
	color: white;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 8px;
}

.login_count {
	margin-left: auto;
	margin-right: auto;
	width: 360px;
	height: 380px;
	padding: 10px;
	background-color: white;
	border-radius: 5px;
	/* box-shadow: 0px 0px 15px #2aa2a3; */
	margin-top: 20px;
	opacity: 0.9;
}

.login_count_a {
	width: 100%;
}

.login_count_a_l {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

.icon_e {
	height: 20px;
}

.login_a_l_t {
	color: white;
	font-size: 12px;
	padding: 3px;
	background: linear-gradient(to left, #ffb443,#ff9900);
}

.triangle {
	float: left;
	width: 0;
	height: 0;
	border-width: 11px;
	border-style: solid;
	border-color: transparent #ffb443 transparent transparent;
	transform: rotate(180deg);
}

#all {
	width: 80%;
	margin: 50px auto 0px;
}

#option {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #f3a735;
	margin-bottom: 40px;
}

#option li {
	float: left;
	text-align: center;
	width: 50%;
	/*background: white;*/
	/* height: 38px; */
	cursor: pointer;
	color: #4f4f4f;
	font-size: 16px;
	border-radius: 20px;
	font-weight: bold;
}

#option li.active {
	background: linear-gradient(to left, #ffb443,#ff9900);
	color: white;
	border-radius: 18px;
}

#card li {
	height: 100%;
	display: none;
}

#card li.active {
	display: block;
}

.login_bot_count {
	width: 100%;
	border: 1px solid #c4c4c4;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	height: 40px;
	padding: 3px;
	margin-top: 10px;
}

.login_bot_count>img {
	height: 20px;
    padding-left: 5px;
}

.login_bot_count>input {
	height: 35px;
	border: 0px;
	width: 90%;
}

.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: 10px;
}

.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: 20px;
	width: 100%;
	border: 0px;
	height: 35px;
	font-size: 16px;
	color: white;
	background: linear-gradient(to left, #ffb443,#ff9900);
}

.login_account_count {
	width: 100%;
	border: 1px solid #c4c4c4;
	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: 90%;
}

.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 #c4c4c4;
	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: 58%;
}

.account_code {
	color: white;
	background-color: #ffb443;
	padding: 5px;
	font-size: 14px;
	cursor: pointer;
	border: 0px;
}

.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, #ffb443,#ff9900);
}

.login_count_b {
	width: 100%;
	display: none;
}

.login_count_b_l {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

.icon_e,
.icon_z {
	height: 20px;
}

.login_b_l_t {
	color: white;
	font-size: 12px;
	padding: 3px;
	background: linear-gradient(to left, #ffb443,#ff9900);
}

.login_b_title>img {
	height: 22px;
	margin-right: 5px;
}

.login_b_title {
	width: 100%;
	margin-top: 30px;
	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;
}
