.dialog {
	background: var(--theme-color);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	/* padding: 1vh 0; */
	z-index: 100;
	border-radius: 6px;
	/* padding: 20px 50px 18px; */
	width: 388px;
	display: none;
	font-family: 'SanFranciscoDisplay-Regular';
}

#userInfomation {
	top: 60%;
}

#mask {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 8;
	background: rgba(0, 0, 0, 0.25);
	top: 0;
	left: 0;
	display: none;
}

.dialog .dialog_close {
	width: 0.24rem;
	height: 0.24rem;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	cursor: pointer;
}

.dialog .dialog_close.dialog_back {
	left: 20px;

}

.dialog_agree-terms {
	font-size: 12px;
	color: var(--theme-dialog-color);
	text-align: left;
	display: flex;
	align-items: center;
	margin: 0 10%;
}

.dialog_agree-terms img {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

.dialog_agree-terms span {
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

.dialogTips {
	color: red;
	font-size: 12px;
	margin: 0 10%;
}

.dialog .dialog_title {
	text-align: center;
	font-size: 20px;
	/* font-weight: 900; */
	line-height: 50px;
	/* height: 50px; */
	position: relative;
	color: var(--theme-dialog-title-color);
	border-bottom: var(--theme-dialog-title-border);
	margin-bottom: 10px;
}

.dialog .dialog-btn {
	text-align: center;
	color: var(--theme-color);
	padding: 4px 0;
	background: var(--theme-highlight-color);
	border: 1px solid var(--theme-highlight-color);
	border-radius: 100px;
	font-size: 14px;
	line-height: 24px;
	height: 32px;
	margin: 18px 0 15px;
	cursor: pointer;
	position: relative;
}

.dialog .form {
	padding: 0 10%;
	font-size: 14px;
	padding-top: 0.16rem;
}

.form-switch-input {
	width: 1em;
	height: 1em;
	vertical-align: top;
	background-color: var(--theme-dialog-backgound);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid var(--theme-border-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
}

.dialog .switch-box .form-switch-input:checked {
	background-color: var(--theme-btn-highlight);
	border-color: var(--theme-btn-highlight);
}

.dialog .switch-box .form-switch-input {
	width: 2em;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
	background-position: left center;
	border-radius: 2em;
	transition: background-position 0.15s ease-in-out;
}

.dialog .switch-box .form-switch-input:checked {
	background-position: right center;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.dialog .dialog-confirm {
	text-align: center;
	font-size: 16px;
	margin: 2vh 10%;
	margin-top: 3vh;
	line-height: 20px;
	color: var(--theme-dialog-color);
}

.dialog .dialog-confirm .packageName_pop {
	color: var(--theme-highlight-color);
}

.dialog .descIcon {
	width: 4vh;
	height: 4vh;
	margin: 0 auto;
	text-align: center;
	margin-top: 2vh;
}

.dialog .descIcon img {
	width: 100%;
	height: 100%;
	display: block;
}

.dialog .btn-group {
	font-size: 1.5vh;
	display: flex;
	justify-content: space-around;
	padding: 0 10%;
	margin-bottom: 5vh;
	margin-top: 5vh;
}

.dialog .btn-group_empty {
	margin-bottom: 10vh;
}

.dialog .btn-group .cancel-btn {
	width: 10vh;
	height: 3.5vh;
	border: 1px solid var(--theme-highlight-color);
	line-height: 3.5vh;
	border-radius: 3vh;
	color: var(--theme-highlight-color);
	background-color: var(--theme-color);
	text-align: center;
	cursor: pointer;
	font-size: 1.5vh !important;
}

.dialog .btn-group .confirm-btn {
	width: 10vh;
	height: 3.5vh;
	color: var(--theme-color);
	border: 1px solid var(--theme-highlight-color);
	line-height: 3.5vh;
	border-radius: 3vh;
	background: var(--theme-highlight-color);
	text-align: center;
	margin-left: 1vw;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.confirm-btn .confirm-btn-span {
	width: 100%;
	height: 100%;
	display: block;
}

.dialog .form .form-inner {
	/* border-bottom: 1px solid #34353a; */
	border: var(--input-border-base);
	display: flex;
	border-radius: 0.04rem;
	padding: 0 0.04rem;
}

.dialog .form .form-inner_phone {
	display: flex;
	padding: 0 0.04rem;
	border-bottom: 2px solid #F7F7F7;
}

.icon-xiangzuojiantou {
	position: absolute;
	top: 50%;
	left: 0.2rem;
	transform: translateY(-50%);
	font-size: 0.2rem !important;
}

.dialog .v-code,
.vcode-number {
	position: relative;
	margin-bottom: 18px;
}

.dialog .form .icon {
	width: 16px;
	display: inline-block;
	padding-top: 8px;
}

.dialog .form .icon img {
	max-width: 100%;
}

.dialog .v-code {
	display: flex;
	justify-content: end;
	color: var(--theme-highlight-color);
}

.dialog .form .label {
	color: #9a9a9a;
	font-size: 16px;
	display: none;
	/* margin-bottom: 8px; */
}

.dialog .form .label_mobile {
	display: block;
	margin-bottom: 0.4rem;
}

.dialog .form .common-input {
	flex: 1;
	outline: none;
	border: 0;
	background: var(--theme-dialog-backgound);
	color: var(--theme-input-text-color);
	height: 32px;
	font-size: 14px;
	text-indent: 0.04rem;
}

.dialog .form .inner-tips {
	color: #F56C6C;
	font-size: 12px;
	position: absolute;
	bottom: -16px;
	display: none;
}

.dialog .form .form-item {
	position: relative;
	margin-bottom: 12px;
}

.userBirthEdit {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #000;
}

.dialog .form .form-item .userBirthTitle {}

.datepickerBox {
	margin-left: 10px;
	width: 2.2rem;
	height: 0.5rem;
	border: 1px solid #999;
	border-radius: 4px;
	padding-bottom: 0.5rem;
	font-size: 14px;
}

#datepicker {
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	display: block;
	text-indent: 10px;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
}

.dialog .form select {
	height: 32px;
	background: var(--theme-dialog-backgound);
	color: var(--theme-input-text-color);
	outline: none;
	border: 0;
}

.dialog .form select option {
	background: var(--theme-input-text-color);
	font-size: 14px;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #606266;
	height: 34px;
	line-height: 34px;
	border: 0;
}

.dialog .form .form-btn {
	background-color: var(--theme-btn-highlight);
	border: none;
	border-radius: 100px;
	padding: 7px 10px;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	margin-top: 40px;
	position: relative;
}

.dialog .paddingBox {
	padding-bottom: 15vh;
}

.dialog-list {
	padding-bottom: 15vh;
}

.dialog-list ul li {
	padding: 16px 0;
	font-size: 14px;
	margin: 0 10%;
	border-bottom: var(--input-border-base);
}

.dialog-list ul li a {
	color: var(--theme-dialog-color);
	/* font-weight: 600; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.payway-list {
	max-height: 5rem;
	overflow-y: auto;
}

.payway-list::-webkit-scrollbar {
	display: none;
}

.payway-list {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.scroll-box::-webkit-scrollbar {
	display: none;
}

.icon-xiangyoujiantou {
	font-size: 0.2rem !important;
}

.dialog-list li .item-left_icon {
	width: 0.64rem;
	height: 0.42rem;
	display: inline-block;
	margin-right: 0.08rem;
}

.dialog-list li .item-left {
	display: flex;
	align-items: center;
}

.dialog-list li .item-right_icon {
	width: 15px;
	height: 15px;
	display: inline-block;
}

.dialog-list li .item-right_icon img {
	max-width: 100%;
	max-height: 100%;
}

.dialog .common-tips {
	color: var(--theme-input-tips-color);
	text-align: center;
	font-size: 14px;
	line-height: 16px;
}

.dialog .form select option {
	background: var(--theme-color);
	font-size: 14px;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--theme-input-text-color);
	height: 34px;
	line-height: 34px;
	border: 0;
}

#agree {
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.parent-control_setting--dialog .form .form-inner {
	border: 0;
	border-radius: 0;
	border-bottom: 0.01rem solid var(--theme-border-color);
}

.parent-control_setting--dialog .form .label {
	display: block;
}

input {
	/* -webkit-text-fill-color: var(--theme-input-text-color) !important; */
}

input:-webkit-autofill {
	transition: background-color 5000s ease-in-out 0s;
}

.custom-radio input[type="radio"]+label::before {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: solid 1px var(--input-border-color);
	background-color: var(--theme-color);
	margin-right: .06rem;
	box-sizing: border-box;
	position: relative;
	top: -2px;
}

.custom-radio label {
	font-size: 16px;
	margin-right: 16px;
	color: var(--theme-dialog-color);
}

textarea {
	width: 100%;
	margin-top: 1.5vh;
	outline: none;
	padding: 0.16rem;
	border: var(--input-border-base);
	border-radius: 0.08rem;
	color: var(--theme-input-text-color);
}

.custom-radio input[type="radio"]:checked+label::before {
	background-color: var(--theme-highlight-color);
	border: solid 1px var(--theme-highlight-color);
	background-clip: content-box;
	padding: 3px;
	box-sizing: border-box;
}

.custom-radio input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

.ant-spin-dot {
	position: relative;
	display: inline-block;
	/* font-size: 1rem; */
	width: 0.16rem;
	height: 0.16rem;
	top: 0.08rem;
}

.ant-spin-dot-spin {
	transform: rotate(45deg);
	animation: antRotate 1.2s infinite linear;
}

.ant-spin-dot i {
	width: 0.07rem;
	height: 0.07rem;
	border-radius: 100%;
	background-color: var(--theme-color);
	transform: scale(0.75);
	display: block;
	position: absolute;
	opacity: 0.3;
	animation: antSpinMove 1s infinite linear alternate;
	transform-origin: 50% 50%;
}

.ant-spin-dot i:nth-child(1) {
	left: 0;
	top: 0;
}

.ant-spin-dot i:nth-child(2) {
	right: 0;
	top: 0;
	animation-delay: 0.4s;
}

.ant-spin-dot i:nth-child(3) {
	right: 0;
	bottom: 0;
	animation-delay: 0.8s;
}

.ant-spin-dot i:nth-child(4) {
	left: 0;
	bottom: 0;
	animation-delay: 1.2s;
}

.btn-Loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.25);
	top: 0;
	left: 0;
	border-radius: 100px;
	display: none;
}

input::input-placeholder {
	color: var(--placeholder-text-color) !important;
}

input::-webkit-input-placeholder {
	color: var(--placeholder-text-color) !important;
}

input:-ms-input-placeholder {
	color: var(--placeholder-text-color) !important;
}

input:-moz-placeholder {
	color: var(--placeholder-text-color) !important;
}

input::-moz-placeholder {
	color: var(--placeholder-text-color) !important;
}

.dialog_avatar_upload {
	margin: 0.3rem auto 0.22rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.dialog_avatar {
	width: 0.8rem;
	height: 0.8rem;
	margin-bottom: 4px;
	border-radius: 50%;
}

.dialog_avatar_upload span {
	font-size: 0.12rem;
	text-align: center;
	color: #777777;
}

#uploadBtn {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	display: block;
}


/* input:focus::-webkit-input-placeholder {
    color: var(--placeholder-text-color);
}

input:focus::-moz-input-placeholder {
    color: var(--placeholder-text-color);
} */

@keyframes antSpinMove {
	to {
		opacity: 1;
	}
}

@keyframes antRotate {
	to {
		transform: rotate(405deg);
	}
}

@media (min-width: 1024px) {
	#login .form .shortcuts {
		padding-bottom: 10px;
	}

	#login .login-start_desc {
		padding-bottom: 2vh;
		padding-top: 1.5vh;
	}

	#login .label {
		margin-bottom: 0.5vh;
	}

	#login #form-inner {
		margin-bottom: 1.5vh;
	}

	#login .agree-terms {
		margin-top: 2vh;
	}
}

@media (max-width: 1024px) {
	.icon-xiangzuojiantou {
		font-size: 0.4rem !important;
	}

	.dialog {
		width: 65%;
		transform: translate(-50%, -50%);
	}

	.dialog .dialog_close {
		width: 0.5rem;
		height: 0.5rem;
	}

	.dialog .dialog_title {
		font-size: 0.24rem;
		line-height: 1.1rem;
	}

	.dialog .form {
		font-size: 0.4rem;
		padding-top: 0.4rem;
	}

	.dialog .form .common-input {
		height: 0.6rem;
		font-size: 0.24rem;
	}

	.dialog .form select {
		height: 0.6rem;
		font-size: 0.24rem;
	}

	.dialog .form .label {
		font-size: 0.24rem;
	}

	.dialog .form .inner-tips {
		font-size: 0.24rem;
		bottom: -0.34rem;
	}

	.dialog .v-code {
		margin-bottom: 0.4rem;
	}

	.dialog .v-code #getCode,
	#countdown {
		border-radius: 0.6rem;
		border: 1px solid var(--theme-highlight-color);
		font-size: 0.24rem;
		padding: 0.08rem;
	}

	.dialog .form .form-item {
		margin-bottom: 0.4rem;
	}

	.dialog .form .form-btn {
		font-size: 0.32rem;
		margin-top: 0.4rem;
	}

	.dialog .common-tips {
		font-size: 0.28rem;
		line-height: 0.52rem;
	}

	.dialog .dialog_close {
		cursor: default;
	}

	.dialog .btn-group .cancel-btn {
		cursor: default;
	}

	.dialog .btn-group .confirm-btn {
		cursor: default;
	}

	.dialog-list ul li a {
		cursor: default;
	}

	#getCode {
		cursor: default !important;
	}

	.ant-spin-dot {
		width: 0.3rem;
		height: 0.3rem;
		top: 0.3rem;
	}

	.ant-spin-dot i {
		width: 0.14rem;
		height: 0.14rem;
	}
}

@media (max-width: 700px) {
	.dialog {
		width: 90%;
	}

	.dialog .dialog_title {
		font-size: 0.4rem;
		/* font-weight: 500; */
	}

	.dialog-list ul li a {
		/* font-weight: 500; */
	}

	.ant-spin-dot {
		width: 0.5rem;
		height: 0.5rem;
		top: 0.3rem;
	}

	.ant-spin-dot i {
		width: 0.24rem;
		height: 0.24rem;
	}
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	font-size: 1em;
}

.ui-draggable,
.ui-droppable {
	background-position: top;
}