body,
html {
  height: 100%;
	background-color: var(--color-theme-1);
}
.content-box{
	width: 100%;
	height: 100%;
}

.login-content.change-theme-color-bg {
	background: var(--color-primary-cover-bg);
}

.login-content, .login-main, .login-box {
	height: 100%;
}

.login-info .success-icon {
	color: rgb(0, 212, 130);
	width: 100%;
	text-align: center;
	font-size: 28px;
	margin-top: 50px;
}

.login-info h3 {
	text-align: center;
	font-size: 32px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #4A4A4A;
}

.login-info-tips {
	padding-top: 12px;
	text-align: center;
	color: #999999;
	font-weight: 400;
	line-height: 24px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
}

.login-info-tips-TH {
	padding-top: 24px;
}

.skip-box {
	display: inline-block;
	min-width: 132px;
	height: 40px;
	border: 1px solid #EEEEEE;
	border-radius: 4px;
	background-color: #FFFFFF;
	margin: 12px auto;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	color: var(--color-theme-1);
	line-height: 18px;
	padding: 10px;
}

.skip-box-TH {
	margin: 24px auto;
}

.skip-box:hover {
	border: 1px solid var(--color-theme-1);
}

.login-info,
.login-from{
    height: 628px;
    background: #fff;
    border-radius: 6px;
    box-shadow:0px 0px 42px 0px rgba(0,0,0,0.17);
}
.login-info{
    width: 450px;
    padding:50px;
    margin-right: 20px;
    position: relative;
    left: 0;
    z-index: 0;
    overflow: hidden;
	background: url('/static/image/login/registSuccess.png');
	background-size: contain;
	text-align: center;
}

.login-info-new {
	background: url('/static/image/login/registSuccess-new.png');
	background-size: contain;
}

.login-from{
    width: 592px;
    padding: 50px;
    position: relative;
    z-index: 1;
}
.login-from .platformList{
	display: flex;
	align-items: center;
	height: 50px;
	cursor: pointer;
	background: #FAFAFA;
	width: 218px;
	height: 44px;
	margin: 0 28px 10px 0;
	padding: 6px 0 6px 10px;
}
.login-from .platformList:nth-child(2n) {
	margin-right: 0;
}
.login-from .platformList .platImg{
	width: 32px;
	height: 32px;
	margin-right: 10px;
	border: 1px solid #eeeeee;
}
.login-from .platformList .platName .title {
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 17px;
	text-align: left;
}
.login-from .platformList .platName .desc {
	font-weight: 400;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	text-align: left;
}
.login-from .platformList:hover {
	color:  var(--color-theme-1);
	background: #FFF8F1;
}
.login-from .platformList:hover .platName .title,
.login-from .platformList:hover .platName .desc {
	color:  var(--color-theme-1);
}
.login-from .platformBlock{
	overflow: auto;
    height: 400px;
	display: flex;
	flex-flow: row wrap;
	min-width: 0;
}

.login-from h3 {
	font-size: 28px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
}

.question-tips {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	margin: 10px 0 0 0;
}
.mb10 {
	margin-bottom: 10px;
}

.question-content {
	height: 428px;
	overflow-y: scroll;
}

.question-item {
	padding-right: 12px;
}
.question-item .checkbox-wrp .supplementaryTitle {
	color: #666666;
}

.erp-tag {
  display: inline-block;
  width: 26px;
  margin-left: 4px;

  img {
    width: 100%;
  }
}

.question-content::-webkit-scrollbar {
	/*滚动条整体样式*/
	width : 4px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.question-content::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #535353;
}
.question-content::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background   : #ededed;
}

.question-content h4 {
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #333333;
	margin-top: 46px;
}

.choice-type {
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #999999;
	margin: 8px 4px;
}

.checkbox-wrp {
	background: #FAFAFA;
	height: 40px;
	width: 100%;
	border-radius: 4px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
	margin: 12px 0;
	padding-left: 12px;
	cursor: pointer;
}

.checkbox-wrp:hover {
	box-shadow: 0px 8px 14px -6px rgb(0, 0, 0, 0.08);
}

.selected-qst{
	background: #FFECDD !important;
	color: #FF6A00 !important; 
}
.selected-qst .supplementaryTitle {
	color: #FF6A00 !important; 
}
.form-bottom {
    display: flex; 
	position: relative;
	align-items: center;
	height: 66px;
}
.form-bottom-plat {
	justify-content: flex-end;
}
.cofirm-btn {
	margin: 12px auto;
	width: 334px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	background: var(--color-login-btn-bg);
	box-shadow: 0px 8px 14px -6px var(--color-theme-1-opacity10);
	border-radius: 4px;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	display: block;
}
.skip-text{
   color: var(--color-primary);
   cursor: pointer;
}
.skip-text:hover {
	color: var(--color-primary-hover);
}
.cofirm-btn:hover {
	background: var(--color-login-btn-bg-hover);
	box-shadow: 0;
}


.fontColor {
	color: #EAEAEA;
}
.tiktokShopUSNoteModal {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
.tiktok-shop-us-close{
    position: absolute;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    right: 12px;
    cursor: pointer;
    top: 12px;
    color: #999;
}
.tiktok-shop-us-close:hover{
    color: var(--color-theme-1);
    text-decoration: none;
}
.tiktok-shop-us-close:after{
    font-family: 'iconfont';
    content: '\e70d';
    font-size: 18px;
}

.tiktokShopUSNoteModal .tiktokShopUSNoteBox {
	width: 660px;
	height: 600px;
	border-radius: 16px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.tiktokShopUSNoteModal .tiktokShopUSNoteBox .tiktokShopUSNoteBg {
	width: 100%;
	height: 100%;
	background: url('/static/image/login/ttus_bg.png');
	background-size: contain;
	position: relative;
}
.tiktokShopUSNoteBox .tiktokShopUSNoteContainer {
	height: auto;
	padding: 50px;
	height: 100%;
	padding: 50px 50px 80px 50px;
	overflow: scroll;
}
.tiktokShopUSNoteBox .tiktokShopUSNoteContainer h3 {
	font-size: 20px;
	font-weight: 600;
	color: #333333;
	line-height: 28px;
	margin-bottom: 20px;
}
.tiktokShopUSNoteBox .tiktokShopUSNoteContainer .text {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	margin-bottom: 8px;
}
.tiktokShopUSNoteBox .tiktokShopUSNoteContainer .link {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: var(--color-theme-1);
	line-height: 20px;
	text-decoration: underline;
	margin-bottom: 16px;
}
.tiktokShopUSNoteBox .tiktokShopUSNoteContainer .link:hover {
	color: var(--color-theme-1-1);
}
.tiktokShopUSNoteBox .tiktokShopUSNoteBottom {
	width: calc(100% - 20px);
	height: 70px;
	background: #FFFFFF;
	box-shadow: 0px -2px 3px 0px rgba(0,0,0,0.05);
	border-radius: 0px 0px 6px 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.tiktokShopUSNoteBox .tiktokShopUSNoteBottom .confirmBtn {
	width: 80px;
	height: 30px;
	background: var(--color-theme-1);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.tiktokShopUSNoteBox .tiktokShopUSNoteBottom .confirmBtn:hover {
	background: var(--color-theme-1-1);
}