.m-t-20 {
	margin-top: 24px;
}
.hide {
	display: none;
}

.error {
	position: relative;
	padding-left: 12.6px;
	font-family: PingFangSC-Regular;
	height: 17px;
	line-height: 17px;
	color: #ff4646;
	font-size: 12px;
	opacity: 1;
	margin: 6px 0;
}
.error.ltr::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 8.2px;
	height: 8.2px;
}

.error.rtl {
	padding-right: 12.6px
}

.error.rtl::before {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 8.2px;
	height: 8.2px;
	background: url(../../3.0.6/img/icon_error6eca4c42.png) no-repeat 50%;
	background-size: 8.4px 8.4px
}

.show-enter-active,.show-leave-active {
	transition: all .3s
}

.show-enter,.show-leave-to {
	height: 0;
	opacity: 0
}

.country-select-wrap {
	width: 146px;
	height: 44px;
	position: relative;
	padding: 14px 7.7px 14px 15px;
	background-image: linear-gradient(90deg,rgba(242,244,246,.6) 66%,#ebedf0);
	cursor: pointer;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	line-height: 16px;
	color: #2b3847;
	border-radius: 6px 0 0 6px;
	display: flex;
	justify-content: space-between
}

.country-select-wrap:after {
	display: inline-block;
	content: "";
	position: relative;
	width: 0;
	height: 0;
	border-top: 5.8px solid #8b8f93;
	border-bottom: 5.8px solid transparent;
	border-right: 4.7px solid transparent;
	border-left: 4.7px solid transparent;
	top: 60%;
	transform: translateY(-50%)
}

.country-select-wrap .country-name {
	float: left;
	width: 68px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.country-select-wrap .country-code {
	float: left;
	width: 39px;
	text-align: center;
	direction: ltr
}

.country-select-wrap .rtl {
	right: 0
}

.country-select-wrap .ltr {
	left: 0
}

.country-select-wrap .select-container-wrap {
	position: absolute;
	top: 39px;
	z-index: 9;
	padding-top: 5px
}

.country-select-wrap .select-container-wrap.rtl {
	direction: rtl
}

.country-select-wrap .select-container-wrap .country-select {
	width: 220px;
	padding-top: 20px;
	background-color: #fff;
	box-shadow: 0 2px 8px 0 rgba(72,79,87,.4);
	border-radius: 6px
}

.country-select-wrap .select-container-wrap .country-select .country-search {
	position: relative;
	border-radius: 6px;
	padding: 0 20px;
	margin: 0 20px 8px;
	padding: 11px 13px;
	background: #f2f4f6;
	display: flex
}

.country-select-wrap .select-container-wrap .country-select .country-search input {
	line-height: 16px;
	font-size: 16px;
	width: 100%
}

.country-select-wrap .select-container-wrap .country-select .country-search input::-moz-placeholder {
	color: #aeb8c1;
	font-size: 16px
}

.country-select-wrap .select-container-wrap .country-select .country-search input:-ms-input-placeholder {
	color: #aeb8c1;
	font-size: 16px
}

.country-select-wrap .select-container-wrap .country-select .country-search input::placeholder {
	color: #aeb8c1;
	font-size: 16px
}

.country-select-wrap .select-container-wrap .country-select .country-search .search-button {
	width: 15px;
	height: 15px;
	background: url(../../3.0.6/img/search@2x8ae5d67e.png) no-repeat 50%;
	background-size: 100% 100%
}

.country-select-wrap .select-container-wrap .country-select ul {
	overflow-y: scroll;
	max-height: 264px;
	font-size: 14px
}

.country-select-wrap .select-container-wrap .country-select ul li {
	position: relative;
	padding: 0 10px 0 19px;
	height: 44px;
	line-height: 44px;
	margin-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px
}

.country-select-wrap .select-container-wrap .country-select ul li>span:first-of-type {
	display: inline-block;
	margin-right: 10px
}

.country-select-wrap .select-container-wrap .country-select ul li:hover {
	background: #f5f5f5
}

.country-select-wrap .select-container-wrap .country-select ul li.selected {
	color: var(--basic-color,#ff7d41);
	background: #f5f5f5
}

.country-select-wrap .select-container-wrap .country-select ul li>span:nth-of-type(2) {
	display: inline-block;
	direction: ltr
}

.country-select-wrap .select-container-wrap .country-select ul li.itemRtl>span:first-of-type {
	margin-left: 10px
}

.input-common-wrapper {
	position: relative;
	border-radius: 6px;
	background: #f2f4f6;
	padding: 11px 15px
}

.input-default {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #2b3847;
	line-height: 16px;
	background: transparent;
	border: none;
	outline: none
}

.input-default::-moz-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #aeb8c1
}

.input-default:-ms-input-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #aeb8c1
}

.input-default::placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #aeb8c1
}

.input-error {
	background: #f2f4f6;
	border: 1px solid #ff4646;
	border-radius: 6px;
	margin-top: 6px
}

.fontStyl {
	font-family: PingFangSC-Medium;
	font-size: 16px
}

.phone-wrap {
	direction: ltr
}

.phone-wrap .input-phone {
	display: flex;
	border-radius: 6px
}

.phone-wrap .input-phone .phone-number {
	flex: 1;
	position: relative;
	width: 100%;
	display: flex;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.phone-wrap .input-phone .phone-number.rtl input {
	direction: rtl;
	text-align: left
}

.phone-wrap .input-phone .phone-number .input-default {
	width: 100%
}

.phone-wrap .input-phone .phone-number .clear-icon {
	display: block;
	height: 22px;
	color: #979797;
	cursor: pointer
}

.phone-wrap .input-phone .phone-number .clear-icon::before {
	font-size: 22px;
	line-height: 22px;
	content: "\00D7"
}

.phone-wrap .input-phone .phone-number .clear-icon:hover {
	color: #8b8e93
}

.input-common-wrapper {
	position: relative;
	border-radius: 6px;
	background: #f2f4f6;
	padding: 11px 15px
}

.input-default {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #2b3847;
	line-height: 16px;
	background: transparent;
	border: none;
	outline: none
}

.input-default::-moz-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #aeb8c1
}

.input-default:-ms-input-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #aeb8c1
}

.input-default::placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #aeb8c1
}

.input-error {
	background: #f2f4f6;
	border: 1px solid #ff4646;
	border-radius: 6px;
	margin-top: 6px
}

.fontStyl {
	font-family: PingFangSC-Medium;
	font-size: 16px
}

.input-code-wrap {
	margin-top: 24px
}

.input-code-wrap .input-code-content {
	height: 44px;
	background: #f2f4f6;
	border-radius: 6px;
	padding: 10px 5px 10px 15px;
	display: flex;
	align-items: center
}

.input-code-wrap .input-code-content input {
	flex: 1
}

.input-code-wrap .input-code-content .counting-tips-rtl {
	margin-right: 10px;
	border-right: 1px solid #cacccf
}

.input-code-wrap .input-code-content .counting-tips-ltr {
	margin-left: 10px;
	border-left: 1px solid #cacccf
}

.input-code-wrap .input-code-content .counting-tips {
	font-size: 14px;
	color: #8b8e93;
	text-align: center;
	min-width: 150px;
	max-width: 190px;
	cursor: pointer;
}

.input-code-wrap .input-code-content .counting-tips .no-click {
	opacity: .8
}

.input-code-wrap .input-code-content .counting-tips .active {
	color: var(--basic-color,#ff7d41);
	cursor: pointer
}

.input-code-wrap .input-code-content-rtl {
	padding: 10px 10px 10px 5px
}

.input-code-wrap .voice-tips {
	color: #8b8e93
}

.input-code-wrap .voice-tips .code-cant-get,.input-code-wrap .voice-tips .voice-has-send-tip {
	margin-top: 6px
}

.input-code-wrap .voice-tips span {
	color: var(--basic-color,#ff7d41);
	cursor: pointer
}

.pwd-icon-wrap {
	display: inline-block
}

.pwd-icon-wrap svg {
	display: block
}

.input-common-wrapper {
	position: relative;
	border-radius: 6px;
	background: #f2f4f6;
	padding: 11px 15px
}

.input-default {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #2b3847;
	line-height: 16px;
	background: transparent;
	border: none;
	outline: none
}

.input-default::-moz-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #aeb8c1
}

.input-default:-ms-input-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #aeb8c1
}

.input-default::placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #aeb8c1
}

.input-error {
	background: #f2f4f6;
	border: 1px solid #ff4646;
	border-radius: 6px;
	margin-top: 6px
}

.fontStyl {
	font-family: PingFangSC-Medium;
	font-size: 16px
}

.input-pwd-wrap .input-pwd {
	height: 44px;
	background: #f2f4f6;
	border-radius: 6px;
	line-height: 44px;
	padding: 0 11px 0 15px;
	display: flex;
	align-items: center;
}

.input-pwd-wrap .input-pwd input {
	flex: 1
}

.input-pwd-wrap .input-pwd .input-icon {
	width: 24px;
	height: 24px;
	cursor: pointer
}

.input-pwd-wrap .input-pwd .input-icon-rtl {
	margin-right: 10px;
	margin-left: 0
}

.input-verify {
	display: flex;
}
.verify-number {
	width: 55%;
}
.verify-number input {
	width: 100%;
}
.verify-img {
	width: 40%;
	height: 44px;
	line-height: 44px;
	margin-left: 5%;
	border-radius: 6px;
	border: 1px solid #f2f4f6;
}
.verify-img img {
	width: 100%;
	height: 100%;
	padding: 0;
}

.set-password-wrap {
	margin-top: 10px
}

.set-password-wrap .pwd-rules-list {
	margin: 5px 0 8px;
	font-size: 12px
}

.set-password-wrap .pwd-rules-list li {
	color: #8b8f93;
	line-height: 17px
}

.set-password-wrap .pwd-rules-list li.active {
	color: #21c9a6
}

.set-password-wrap .pwd-rules-list li.active::before {
	background: url(../../3.0.6/img/right5fef43d1.png) no-repeat 0;
	background-size: 14px 14px
}

.set-password-wrap .pwd-rules-list li.password-error {
	color: red
}

.set-password-wrap .pwd-rules-list li.password-error::before {
	background: url(../../3.0.6/img/wrongec2b484e.png) no-repeat 0;
	background-size: 14px 14px
}

.set-password-wrap .pwd-rules-list li::before {
	display: inline-block;
	content: " ";
	margin: 0 1px 0 0;
	width: 17px;
	height: 17px;
	background: url(../../3.0.6/img/nomalca253602.png) no-repeat 0;
	background-size: 14px 14px;
	vertical-align: middle
}

.step-wrap {
	display: flex;
	justify-content: space-between
}

.step-wrap .step-item .divid-inline {
	width: 36px;
	border-bottom: 1px solid #e4e6ea;
	margin-top: 20px
}

.step-wrap .step-item .item {
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #8b8e93;
	text-align: center
}

.step-wrap .step-item .item .icon {
	width: 40px;
	height: 40px;
	margin: 0 auto 8px auto
}

.step-wrap .step-item .actived {
	color: var(--basic-color,#ff7d41)
}

.loading-mask {
	background: hsla(0,0%,100%,.4);
	position: absolute;
	width: 100%;
	height: 100%
}

.loading-mask .loading-spinner {
	top: 50%;
	margin-top: -21px;
	width: 100%;
	text-align: center;
	position: absolute
}

.loading-mask .loading-spinner .circular {
	height: 42px;
	width: 42px;
	-webkit-animation: loading-rotate-data-v-2327166a 2s linear infinite;
	animation: loading-rotate-data-v-2327166a 2s linear infinite
}

.loading-mask .loading-spinner .path {
	-webkit-animation: loading-dash-data-v-2327166a 1.5s ease-in-out infinite;
	animation: loading-dash-data-v-2327166a 1.5s ease-in-out infinite;
	stroke-dasharray: 90,150;
	stroke-dashoffset: 0;
	stroke-width: 2;
	stroke: var(--basic-color,#ff7d41);
	stroke-linecap: round
}

.loading-mask .loading-spinner .loading-text {
	margin: 3px 0;
	font-size: 14px
}

.is-fullscreen {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000
}

.loading-fade-enter,.loading-fade-leave-active {
	opacity: 0
}

@-webkit-keyframes loading-rotate-data-v-2327166a {
	to {
		transform: rotate(1turn)
	}
}

@keyframes loading-rotate-data-v-2327166a {
	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes loading-dash-data-v-2327166a {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90,150;
		stroke-dashoffset: -40px
	}

	to {
		stroke-dasharray: 90,150;
		stroke-dashoffset: -120px
	}
}

@keyframes loading-dash-data-v-2327166a {
	0% {
		stroke-dasharray: 1,200;
		stroke-dashoffset: 0
	}

	50% {
		stroke-dasharray: 90,150;
		stroke-dashoffset: -40px
	}

	to {
		stroke-dasharray: 90,150;
		stroke-dashoffset: -120px
	}
}

.button-wrap {
	position: relative
}

.button {
	width: 100%;
	height: 44px;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: var(--btn-bg,rgba(252,145,83,.85));
	border-radius: 6px;
	cursor: pointer
}

.actived {
	background: var(--btn-active-bg,rgba(252,145,83,.75))
}

.actived:hover {
	background: var(--btn-active-bg,#ff7d41)
}

.actived:active {
	background: var(--btn-active-bg,#fe8049)
}

.disabled {
	color: #fff;
	background: var(--btn-disable-bg,#ebebeb)
}

.captcha-wrap {
	display: flex;
	align-items: center;
	margin-top: 24px;
	justify-content: flex-end
}

.captcha-wrap .captcha-input {
	flex: 1;
	height: 44px;
	border-radius: 6px;
	background: #f2f4f6;
	padding: 10px 5px 10px 15px
}

.captcha-wrap .captcha-input input {
	font-size: 16px;
	line-height: 22px;
	color: #2b3847
}

.captcha-wrap .captcha-input input::-moz-placeholder {
	color: #aeb8c1
}

.captcha-wrap .captcha-input input:-ms-input-placeholder {
	color: #aeb8c1
}

.captcha-wrap .captcha-input input::placeholder {
	color: #aeb8c1
}

.captcha-wrap .captcha-input-rtl {
	padding: 10px 10px 10px 5px
}

.captcha-wrap .captcha-img {
	background: #fbfbfb;
	border-radius: 6px;
	width: 120px;
	height: 44px;
	padding: 10px 12px;
	margin-left: 12px
}

.captcha-wrap .captcha-img img {
	width: 96px;
	height: 24px;
	font-weight: 700;
	position: relative
}

.captcha-wrap .captcha-img-rtl {
	margin-right: 12px;
	margin-left: 0
}

.captcha-wrap .show-enter-active,.captcha-wrap .show-leave-active {
	transition: all .3s
}

.captcha-wrap .show-enter,.captcha-wrap .show-leave-to {
	height: 0;
	opacity: 0
}

.input-common-wrapper {
	position: relative;
	border-radius: 6px;
	background: #f2f4f6;
	padding: 11px 15px
}

.input-default {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #2b3847;
	line-height: 16px;
	background: transparent;
	border: none;
	outline: none
}

.input-default::-moz-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #aeb8c1
}

.input-default:-ms-input-placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #aeb8c1
}

.input-default::placeholder {
	font-size: 16px;
	line-height: 16px;
	color: #aeb8c1
}

.input-error {
	background: #f2f4f6;
	border: 1px solid #ff4646;
	border-radius: 6px;
	margin-top: 6px
}

.fontStyl {
	font-family: PingFangSC-Medium;
	font-size: 16px
}

.input-email {
	position: relative;
	display: flex
}

.input-email .input-default {
	width: 100%
}

.input-email .clear-icon {
	display: block;
	height: 22px;
	color: #979797;
	cursor: pointer
}

.input-email .clear-icon::before {
	font-size: 22px;
	line-height: 22px;
	content: "\00D7"
}

.input-email .clear-icon:hover {
	color: #8b8e93
}

.username-input-wrap .reg-rules-list {
	font-family: PingFangSC-Regular;
	font-size: 12px
}

.username-input-wrap .reg-rules-list li {
	color: #8b8f93;
	line-height: 17px
}

.username-input-wrap .reg-rules-list li::before {
	display: inline-block;
	height: 17px;
	width: 17px;
	content: "";
	background: url(../../3.0.6/img/nomalca253602.png) no-repeat 0;
	background-size: 14px 14px;
	vertical-align: middle
}

.username-input-wrap .reg-rules-list li.active {
	color: #8b8f93
}

.username-input-wrap .reg-rules-list li.active::before {
	background: url(../../3.0.6/img/right5fef43d1.png) no-repeat 0;
	background-size: 14px 14px
}

.username-input-wrap .reg-rules-list li.username-error {
	color: #ff4646
}

.username-input-wrap .reg-rules-list li.username-error::before {
	background: url(../../3.0.6/img/wrongec2b484e.png) no-repeat 0;
	background-size: 14px 14px
}

.username-input-wrap .input-common-wrapper {
	position: relative;
	display: flex
}

.username-input-wrap .input-common-wrapper .input-default {
	width: 100%
}

.username-input-wrap .input-common-wrapper .clear-icon {
	display: block;
	height: 22px;
	color: #979797;
	cursor: pointer
}

.username-input-wrap .input-common-wrapper .clear-icon::before {
	font-size: 22px;
	line-height: 22px;
	content: "\00D7"
}

.username-input-wrap .input-common-wrapper .clear-icon:hover {
	color: #8b8e93
}

.foot-bar {
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	opacity: .8;
	font-size: 12px;
	background: rgba(0,0,0,.4)
}

.foot-bar .copy-right {
	color: hsla(0,0%,100%,.7)
}

.card-wrap {
	min-width: 420px;
	max-width: 520px;
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(72,79,87,.3);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	padding-top: 36px
}

.card-wrap .card-footer,.card-wrap .card-main,.card-wrap .card-title {
	padding: 0 30px
}

.card-wrap .card-title {
	font-family: PingFangSC-Medium;
	font-size: 26px;
	color: #43474b;
	line-height: 26px;
	margin-bottom: 12px
}

.card-wrap .card-main {
	min-height: 200px;
	flex: 1;
	margin-bottom: 40px
}

.card-wrap .card-footer {
	display: flex;
	align-items: center;
	font-size: 12px;
	color: #5b5f65;
	background: #f8f9fa;
	border-radius: 0 0 8px 8px
}

.little-wide {
	min-width: 500px;
	max-width: 540px
}

.toast-wrap {
	text-align: center
}

.toast-wrap .toast {
	display: inline-block;
	background-size: 20px 20px;
	background-color: rgba(0,0,0,.6);
	border-radius: 2px
}

.toast-wrap .toast .text {
	display: inline-block;
	margin-left: 25px;
	padding: 10px 10px 10px 6px;
	color: #fff;
	font-family: arial,å®‹ä½“,sans-serif;
	font-size: 12px
}

.nav-tab {
	display: flex;
	align-items: stretch;
	margin-bottom: 30px;
	border-bottom: 1px solid #e8eaed
}

.nav-tab li {
	color: #8b8e93;
	position: relative;
	cursor: pointer;
	padding: 11px 0;
	margin-right: 22px;
	border-bottom: 0;
	display: flex;
	align-items: center
}

.nav-tab li.active::before,.nav-tab li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: all .2s linear;
	border-bottom: 1px solid var(--basic-color,#ff7d41)
}

.nav-tab li.active,.nav-tab li:hover {
	color: var(--basic-color,#ff7d41)
}

.nav-tab li.active::before,.nav-tab li:hover::before {
	width: 100%
}

.nav-tab li.active {
	color: var(--basic-color,#ff7d41)
}

.dialog-wrap {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.5)
}

.dialog-wrap .dialog-container {
	background: #fff;
	width: 500px;
	min-height: 300px;
	padding: 10px;
	position: relative;
	border-radius: 10px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

.dialog-wrap .dialog-container .dialog-title {
	font-family: PingFangSC-Medium;
	font-size: 26px;
	color: #43474b;
	line-height: 26px
}

.dialog-wrap .dialog-container .close-icon {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 15px;
	height: 15px;
	padding: 10px;
	cursor: pointer;
	background: url(../../3.0.6/img/close-hover@2x1368f9c2.png) no-repeat 50%;
	background-size: 15px 15px
}

.dialog-wrap .dialog-container .close-icon.close-icon-rlt {
	position: absolute;
	right: auto;
	left: 10px
}

.dialog-wrap .dialog-container .dialog-content {
	margin-top: 20px;
	padding: 10px
}

.dialog-wrap .dialog-container-rtl {
	right: 50%;
	top: 50%;
	transform: translate(50%,-50%)
}

.dialog-fade-enter-active {
	-webkit-animation: dialog-fade-in .3s;
	animation: dialog-fade-in .3s
}

.dialog-fade-leave-active {
	-webkit-animation: dialog-fade-out .3s;
	animation: dialog-fade-out .3s
}

@-webkit-keyframes dialog-fade-in {
	0% {
		transform: translate3d(0,-20px,0);
		opacity: 0
	}

	to {
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes dialog-fade-in {
	0% {
		transform: translate3d(0,-20px,0);
		opacity: 0
	}

	to {
		transform: translateZ(0);
		opacity: 1
	}
}

@-webkit-keyframes dialog-fade-out {
	0% {
		transform: translateZ(0);
		opacity: 1
	}

	to {
		transform: translate3d(0,-20px,0);
		opacity: 0
	}
}

@keyframes dialog-fade-out {
	0% {
		transform: translateZ(0);
		opacity: 1
	}

	to {
		transform: translate3d(0,-20px,0);
		opacity: 0
	}
}

.input-agreement-wrapper {
	margin-top: 24px;
	color: #2b3847
}

.input-agreement-wrapper .check-default {
	margin-right: 10px
}

.input-agreement-wrapper .check-rtl {
	margin-left: 10px
}

.input-agreement-wrapper .agreement-link {
	cursor: pointer;
	color: var(--law-color,#3572b0)
}

.complete-select-wrap {
	color: #43474b
}

.lang-select-wrap {
	width: 100px;
	height: 26px;
	position: relative;
	padding: 5px 6px;
	color: #fff;
	cursor: pointer;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	line-height: 16px;
	border-radius: 4px;
	border: 1px solid hsla(0,0%,100%,.3);
	display: flex;
	justify-content: space-between
}

.lang-select-wrap:after {
	display: inline-block;
	content: "";
	position: relative;
	width: 0;
	height: 0;
	border-top: 5.8px solid #8b8f93;
	border-bottom: 5.8px solid transparent;
	border-right: 4.7px solid transparent;
	border-left: 4.7px solid transparent;
	top: 60%;
	transform: translateY(-50%)
}

.lang-select-wrap .lang-name {
	float: left;
	width: 68px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.lang-select-wrap .lang-code {
	float: left;
	width: 39px;
	text-align: center;
	direction: ltr
}

.lang-select-wrap .rtl {
	right: 0
}

.lang-select-wrap .ltr {
	left: 0
}

.lang-select-wrap .select-container-wrap {
	position: absolute;
	top: 22px;
	left: 0;
	z-index: 9;
	padding-top: 5px;
	font-size: 12px
}

.lang-select-wrap .select-container-wrap .lang-select {
	width: 100px;
	box-shadow: 0 2px 8px 0 rgba(72,79,87,.4);
	border-radius: 4px;
	background: rgba(0,0,0,.5)
}

.lang-select-wrap .select-container-wrap .lang-select ul {
	overflow-y: scroll;
	max-height: 200px
}

.lang-select-wrap .select-container-wrap .lang-select ul li {
	position: relative;
	padding: 0 6px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.lang-select-wrap .select-container-wrap .lang-select ul li:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.lang-select-wrap .select-container-wrap .lang-select ul li:last-child {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.lang-select-wrap .select-container-wrap .lang-select ul li>span:first-of-type {
	display: inline-block;
	margin-right: 10px
}

.lang-select-wrap .select-container-wrap .lang-select ul li:hover {
	background: var(--background);
	opacity: .5
}

.lang-select-wrap .select-container-wrap .lang-select ul li.selected {
	background: var(--background--hover)
}

.lang-select-wrap .select-container-wrap .lang-select ul li>span:nth-of-type(2) {
	display: inline-block;
	direction: ltr
}

.lang-select-wrap .select-container-wrap .lang-select ul li.itemRtl>span:first-of-type {
	margin-left: 10px
}

.lang-select-wrap-rtl {
	border-radius: 0 6px 6px 0
}

.header-wrap {
	padding: 20px 40px;
	height: 70px;
	line-height: 70px;
	background: rgba(0,0,0,.5);
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header-wrap .logo {
	width: 180px;
	height: 56.8px;
	background-size: 100% 100%
}

:root {
	--basic-color: #ff7d41;
	--basic-hover-color: #de8049;
	--law-color: #3572b0;
	--btn-bg: rgba(252,145,83,0.85);
	--btn-color: #fff;
	--btn-active-bg: #fe8049;
	--btn-disable-color: rgba(0,0,0,0.25);
	--btn-disable-bg: #ebebeb;
	--li-color: rgba(0,0,0,0.45);
	--li-hover-color: rgba(0,0,0,0.85);
	--li-hover-bg: rgba(252,145,83,0.1)
}

#app {
	display: flex;
	min-height: 100%;
	min-width: 800px;
	flex-flow: column;
}

#app .content {
	flex: 1
}

.code-login-form .button-margin,.email-login-form .button-margin,.password-login-form .button-margin {
	margin-top: 46px
}

.input-email {
	margin-top: 24px
}

.code-login-form .button-margin,.email-login-form .button-margin,.password-login-form .button-margin {
	margin-top: 46px
}

.input-email {
	margin-top: 24px
}

.code-login-form .button-margin,.email-login-form .button-margin,.password-login-form .button-margin {
	margin-top: 46px
}

.input-email {
	margin-top: 24px
}

.username-login-wrap .button-margin {
	margin-top: 46px
}

.dialog-wrap {
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #43474b;
	text-align: center
}

.dialog-wrap .dialog-container {
	height: 460px;
	width: 420px
}

.dialog-wrap .dialog-title {
	text-align: left;
	padding: 18px 16px 0
}

.dialog-wrap .dialog-content {
	transform: translateY(8%)
}

.dialog-wrap .login-icon {
	background-image: url(../../3.0.6/img/right.c18985d8.svg);
	background-size: 100% 100%;
	height: 70px;
	width: 70px;
	margin: 10px auto auto
}

.subTitle {
	font-family: PingFangSC-Semibold;
	font-size: 28px;
	color: #fc6c2a;
	line-height: 26px;
	margin: 28px 0 6px
}

.scan-fail {
	color: #000
}

.after-action-btn {
	cursor: pointer;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 18px;
	color: var(--basic-color,#ff7d41);
	border: 1px solid var(--basic-color,#ff7d41);
	border-radius: 4px;
	margin-top: 32px
}

#dd-qrcode img {
	margin: 0 auto
}

.dialog-footer {
	margin-top: 21px
}

.dialog-footer>span {
	font-family: PingFangSC-Medium;
	color: var(--basic-color,#ff7d41)
}

.direction-rtl .dialog-title {
	text-align: right
}

.login-wrap {
	height: 100%;
	display: flex;
	padding: 87px 0
}

.login-wrap.login-right {
	padding-right: 179px;
	justify-content: flex-end
}

.login-wrap.login-center {
	justify-content: center
}

.login-wrap.login-right-rtl {
	padding-left: 179px;
	justify-content: flex-end
}

.login-wrap .login-card {
	height: auto
}

.login-wrap .login-card .login-card-footer {
	display: flex;
	width: 100%;
	align-items: center;
	height: 60px
}

.login-wrap .login-card .login-card-footer.more {
	justify-content: space-between
}

.login-wrap .login-card .login-card-footer.just-one {
	justify-content: center
}

.login-wrap .login-card .login-card-footer .opt-con {
	display: flex
}

.login-wrap .login-card .login-card-footer .forget,.login-wrap .login-card .login-card-footer .register {
	cursor: pointer
}

.login-wrap .login-card .login-card-footer .register {
	display: inline-block;
	margin: 0 4px
}

.login-wrap .login-card .login-card-footer .divide-line {
	display: inline-block;
	border-right: 1px solid #cacccf;
	padding-right: 12px;
	margin-right: 12px
}

.login-wrap .login-card .login-card-footer .divide-line-rtl {
	display: inline-block;
	border-left: 1px solid #cacccf;
	padding-left: 12px;
	margin-left: 12px
}

.login-wrap .login-card .login-card-footer .active-color {
	color: var(--basic-color,#ff7d41)
}

.login-wrap .login-card .login-card-footer .third-login-con {
	display: flex;
	align-items: center;
	margin: 0 3px
}

.login-wrap .login-card .login-card-footer .third-login-con img {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-right: 16px;
	cursor: pointer
}

.login-wrap #qrcode_login_container {
	text-align: center
}

.common-wrap .item-margin {
	margin-bottom: 24px
}

.common-wrap .agreement {
	margin-bottom: 10px
}

.common-wrap .question-options {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: rgba(0,0,0,.65)
}

.common-wrap .question-options .tips {
	color: var(--basic-color,#ff7d41);
	cursor: pointer
}

.common-wrap .question-options .tips:active,.common-wrap .question-options .tips:hover {
	color: var(--basic-color,#de8049)
}

.common-wrap .item-margin {
	margin-bottom: 24px
}

.common-wrap .agreement {
	margin-bottom: 10px
}

.common-wrap .question-options {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	color: rgba(0,0,0,.65)
}

.common-wrap .question-options .tips {
	color: var(--basic-color,#ff7d41);
	cursor: pointer
}

.common-wrap .question-options .tips:active,.common-wrap .question-options .tips:hover {
	color: var(--basic-color,#de8049)
}

.register-page-wrap {
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	padding: 48px 0 50px 0
}

.register-page-wrap .register-card {
	height: auto
}

.register-page-wrap .register-card .register-card-footer {
	height: 100%;
	width: 100%;
	color: #5b5f65;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.register-page-wrap .register-card .register-card-footer>span:nth-of-type(2) {
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: var(--basic-color,#ff7d41);
	line-height: 60px;
	cursor: pointer;
	margin: 0 4px
}

.login-center {
	justify-content: center
}

.login-right {
	justify-content: flex-end
}

.sms-verify-wrap {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 87px
}

.sms-verify-wrap .sms-verify-card {
	width: 440px;
	height: auto
}

.sms-verify-wrap .sms-verify-card .phone-input {
	margin-top: 40px
}

.sms-verify-wrap .sms-verify-card .button-login {
	margin-top: 46px
}

.sms-verify-wrap .sms-verify-card .sms-card-footer {
	height: 60px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center
}

.sms-verify-wrap .sms-verify-card .sms-card-footer .active-color {
	color: var(--basic-color,#ff7d41)
}

.reset-password-wrap {
	height: 100%;
	background: url(https://pt-starimg.didistatic.com/static/starimg/img/1531989426991PbWKeLJHSNdLDmCFIFh.png) no-repeat 50%;
	background-size: 100% 100%;
	display: flex;
	padding: 87px 0
}

.reset-password-wrap .reset-card {
	height: auto
}

.reset-password-wrap .reset-card .item-margin {
	margin-bottom: 24px
}

.reset-password-wrap .reset-card .register-card-footer {
	height: 100%;
	width: 100%;
	text-align: center;
	color: #5b5f65
}

.reset-password-wrap .reset-card .register-card-footer>span:nth-of-type(2) {
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: var(--basic-color,#ff7d41);
	line-height: 60px
}

.reset-center {
	justify-content: center
}

.reset-right {
	justify-content: flex-end
}

.reset-password-wrap {
	height: 100%;
	background: url(https://pt-starimg.didistatic.com/static/starimg/img/1531989426991PbWKeLJHSNdLDmCFIFh.png) no-repeat 50%;
	background-size: 100% 100%;
	display: flex;
	padding: 87px 0
}

.reset-password-wrap .reset-card {
	height: auto
}

.reset-password-wrap .reset-card .item-margin {
	margin-bottom: 24px
}

.reset-password-wrap .reset-card .register-card-footer {
	height: 100%;
	width: 100%;
	text-align: center;
	color: #5b5f65
}

.reset-password-wrap .reset-card .register-card-footer>span:nth-of-type(2) {
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: var(--basic-color,#ff7d41);
	line-height: 60px
}

.reset-center {
	justify-content: center
}

.reset-right {
	justify-content: flex-end
}

.complete-wrap {
	text-align: center
}

.complete-wrap .icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 100%;
	border: 3px solid #21c9a6;
	position: relative
}

.complete-wrap .icon:after {
	position: absolute;
	content: "";
	top: 5px;
	left: 18px;
	width: 10px;
	height: 25px;
	border: 3px solid #21c9a6;
	border-top: none;
	border-left: none;
	transform: rotate(45deg)
}

.complete-wrap .result {
	font-family: PingFangSC-Medium;
	color: #43474b;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: 0;
	margin-bottom: 10px
}

.complete-wrap .desc {
	opacity: .8;
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: #8b8e93;
	margin-bottom: 52px
}

.reset-password-wrap {
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	padding: 87px 0
}

.reset-password-wrap .reset-card {
	height: auto
}

.reset-password-wrap .reset-card .item-margin {
	margin-bottom: 24px
}

.reset-password-wrap .reset-card .register-card-footer {
	height: 100%;
	width: 100%;
	color: #5b5f65;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.reset-password-wrap .reset-card .register-card-footer>span:nth-of-type(2) {
	font-family: PingFangSC-Regular;
	font-size: 12px;
	color: var(--basic-color,#ff7d41);
	line-height: 60px;
	cursor: pointer;
	margin: 0 4px
}

.reset-center {
	justify-content: center
}

.reset-right {
	justify-content: flex-end
}

.page-complete-wrap {
	height: 100%;
	display: flex;
	padding: 87px 0
}

.logout-wrap {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 87px
}

.logout-wrap .logout-card {
	text-align: center
}

.logout-wrap .logout-card img {
	margin: 10px auto 20px
}

.logout-wrap .logout-card p {
	font-size: 16px
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: 400;
	vertical-align: baseline
}

a {
	color: #7e8c8d;
	text-decoration: none
}

li {
	list-style: none
}

body {
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

html {
	box-sizing: border-box
}

body,html {
	font-size: 16px;
	height: 100%;
	background-color: #f2f3f5;
	font-family: PingFangSC-Regular
}

* {
	box-sizing: inherit
}

input {
	background: none;
	outline: none;
	border: none
}

.icpId {
	cursor: pointer;
}