. {
	background-color: unset;

}



.content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;


}

.yonghu {

	margin-top: 120;
	text-align: center;


}

.from {

	width: 100%;
	height: 50%;
	/* z-index: 6666666666; */
	position: relative;
	margin: auto;


}

.mygroup {

	height: 50px;
	display: flex;
	text-align: center;
	margin-top: 20px;
}

.title {


	width: 18%;
	text-align: right;
	margin: auto;
	color: #ffffff;
	font-size: 23px;
	margin-right: 20px;
}

.mycontent {

	width: 70%;
	margin: auto
}

input {

	width: 90%;
	height: 80%;
	border: 1px solid #dfdfdd;
	float: left;
	border-radius: 6px;
}



/* yang 新增样式 */
/* body {
	background: #000;
} */

input:focus-visible {
	outline: 0;
}

.login-wrap {
	position: fixed;
	top: 50;
	left: 0;
	right: 0;
	bottom: 20;
	transform: scale(0.9);
	background: #1D1955;
	display: none;
	border-radius: 30px;
    
}


.nav-switch {
	margin-top: 10px;
	position: relative;
}

.nav-switch .nav {
	display: flex;
	justify-content: center;

}

.back-icon {
	position: absolute;
	right: 20px;
	color: #fff;
	top: 10px;
	font-size: 18px;
	z-index: 999;
}

.nav-switch .nav .active {
	border-bottom: 1px solid #FFFFFF;
}

.nav-switch .nav .active a {
	color: #FFFFFF;
}

.nav-switch .nav li a {
	color: #fff;
	font-size: 18px;
}

.nav-switch .nav li {
	margin-right: 15px;
}

.nav>li>a:hover {
	background-color: transparent;
}

.nav-switch .nav li:last-of-type {
	margin-right: 0;
}

.tab-content {
	padding: 20px 20px;
}

.tab-content .tab-pane .nav {
	display: flex;
}

.tab-content .tab-pane .nav .active {
    background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
	color: white;
}

.tab-content .tab-pane .nav .active a {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
	color: white;
}

.tab-content .tab-pane .nav li {
	margin-right: 10px;
}

.tab-content .tab-pane .nav a {
	min-width: 80px;
	text-align: center;
	font-size: 17px;
	padding: 7px 15px;
	color: #fff;
}


.child-wrap {
	padding: 0;
}

.form-wrap {
	margin-top: 20px;
}

.form-wrap form {
	display: flex;
	flex-direction: column;
}

.input-label {
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding: 10px;
  border-radius: 10px; /* 设置所有四个角为相同的圆角 */
  max-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: box-shadow 0.3s ease, border-color 0.3s ease; /* 过渡效果 */
  /* 设定初始的阴影为透明 */
  box-shadow: 0px 0px 0px 0px transparent;
  background: rgba(255, 255, 255, 0.05);
}

/* 当 .input-label 被点击时应用样式 */
.input-label:focus-within {
  box-shadow: 0px 0px 10px 0px #FFF; /* 设置阴影 */
  border-color: white; /* 设置边框颜色 */
}

.input-label .left-box {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.input-label .left-box img {
	width: 20px;
}

.input-label .left-box span {
	color: #fff;
	padding-left: 5px;
}

.input-label .right-box .close-pwd {
	display: none;
}

.form-wrap input {
	width: 100%;
	background-color: transparent;
	color: #999;
	border: 0;
}

.form-wrap .check-box label,
.form-wrap .check-box {
	display: flex;
	justify-content: space-between;
	color: #fff;
	align-items: center;
}

.form-wrap .check-box {
	margin-top: 17px;
}

.form-wrap .check-box .check-icon {
	width: 24px;
	margin-right: 10px;
}



.terms,
.form-wrap .check-box .forget-pwd {
	color: #B415FF; 
	padding-bottom: 5px;
	border-bottom: 1px solid #B415FF;
}


.form-wrap button {
	border: 0;
	margin-top: 15px;
	padding: 12px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4px;
	border-radius: 10px !important;
    background: #0085FF;
    box-shadow: 0px 10px 10px 0px rgba(255, 255, 255, 0.25) inset, 0px -10px 10px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 20px 0px #3E9BFF;
}

.code-box {
	display: flex;
	align-items: center;
}

.code-box input {
	width: 70%;
}

.code-box .send-code {
	flex: 1;
	font-weight: 400;
	margin-top: 4px;
	margin-left: 5px;
	padding: 10px 20px;
}


.footer-wrap {
	color: #908b8b;
}

.facebook-google-icon {
	margin: 10px 0 30px;
}

.facebook-google-icon img {
	width: 40px;
	height: 40px;
}

.facebook-google-icon img:last-of-type {
	margin-left: 10px;
}


/* 弹出 */
.popup-box {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
}

.popup-box .mask {
	background-color: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.popup-content-wrap {
	position: relative;
	z-index: 999;
	background-color: #22674b;
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
	top: 20%;
	padding: 20px;
	border-radius: 5px;
}

.popup-title {
	color: #fff;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
}

.popup-title .close-icon {
	color: #828181;
}

.popup-content-wrap .input-label {
	border: 0;
	background-color: #2f2f2f;
}

.popup-content-wrap .btn-wrap {
	display: flex;
	margin-top: 20px;
}

.popup-content-wrap .btn-wrap .back-btn {
	background-color: #2f2f2f;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
}

.popup-content-wrap .btn-wrap button {
	font-weight: 500;
	margin-top: 0;
	height: 40px;
	padding: 0;
	flex: 1;
	font-size: 15px;
}

.alert-info {
	padding: 10px;
	position: fixed;
	left: 5px;
	right: 5px;
	top: 5px;
	z-index: 9;
}

.form-wrap .check-box label input {
	width: 20px;
	height: 20px;
	background: #7ba267;
	margin-right: 10px;
}

.form-wrap .check-box label input[type="checkbox"] {
	position: relative;
	width: 20px;
	height: 20px;
}

.form-wrap .check-box label input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}

/** 选中的样式 */
.form-wrap .check-box label input[type="checkbox"]:checked::before {
	content: "\2713";
	/* 2713表示勾勾✓ */
	background: #7ba267;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

/* yang  End*/