* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	outline: none;
	box-sizing: border-box;
}

.body_count {
	width: 340px;
	position: fixed;
	left: 5px;
}

.body_count_top {
	width: 100%;
	text-align: center;
	color: white;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 8px;
}

.login_count {
	width: 340px;
	height: 380px;
	padding: 10px;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #50b4ff;
	margin-top: 5px;
}

.login_count_a {
	width: 100%;
}

.login_count_a_l {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}


#all {
	width: 80%;
	margin: 30px auto 0px;
}

#option {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #ceffff;
	margin-bottom: 10px
}

#option li {

	text-align: center;
	/*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, #5a96ff, #50b4ff);
	color: white;
	border-radius: 20px;
}

#card li {
	height: 100%;
	display: none;
}

#card li.active {
	display: block;
}

.login_bot_count {
	width: 100%;
	border: 1px solid #5a96ff;
	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: 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: 20px;
	font-size: 14px!important;
}

.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_button {
	margin-top: 20px;
	width: 100%;
	border: 0px;
	height: 35px;
	font-size: 16px;
	color: white;
	background: linear-gradient(to left, #5a96ff, #50b4ff);
}

.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: white;
	background-color: #26CBD6;
	padding: 5px;
	font-size: 12px;
	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, #40E4E5, #28CCD6);
}

.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: 18px;
}

.login_b_l_t {
	color: white;
	font-size: 12px;
	padding: 3px;
	background: linear-gradient(to right, #26CBD6, #3EE1E2);
}

.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;
}
input {
	font-size: 18px
}
#errortips{color: red;}

/* 发送验证码按钮绿色样式 */
.send-sms-btn {
    color: white;
    background-color: #52C41A; /* 阿里云主题绿色 */
    border: none;
    padding: 6px 12px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.send-sms-btn:hover {
    background-color: #73D13D; /* 悬停时颜色变亮 */
}

.send-sms-btn:disabled {
    background-color: #B7EB8F;
    cursor: not-allowed;
}