@media screen and (min-width: 1280px) and (max-width: 4096px){
	.new_freeter_top_bar_navigation {
		width: 512px;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		display: flex;
		flex-wrap: nowrap;
	}
	.freeter_left_bar_list li .left_bar_c img {
		width: 32px;
		height: 32px;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		position: relative;
		margin-left: 8px;
		top: 8px;
	}


	.nftb_freeterLogo {
		width: 42px;
		height: 42px;
		background: #FFFFFF;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		position: absolute;
		left: 24px;
		top: 11px;
	}
}

@media screen and (min-width: 1600px) and (max-width: 4096px) {
	.fzSoft_infoD a {
		height: 22px;
		font-size: 14px;
		font-weight: 400;
		color: #8C8C8C;
		line-height: 22px;
		position: relative;
	}
}

html {
	scroll-behavior: smooth;
}

.hide {
	display: none !important;
}

/*滚动条的样式设置*/
::-webkit-scrollbar {
	width: 18px;
	height: 18px;
}

::-webkit-scrollbar-thumb {
	border-radius: 999px;
	border: 5px solid transparent;
	min-height: 20px;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

::-webkit-scrollbar-track{
	display: none;
}
/*滚动条样式设置结束*/
/*滑动开关-通用*/
.slide_button {
	position: relative;
	-webkit-appearance: none;
	width: 53px;
	height: 28px;
	/*    line-height: 44px;*/
	background: #A1A1A1;
	border-radius: 15.5px;
	outline: none;
	cursor: pointer;
}

.slide_button:before {
	position: absolute;
	left: 2px;
	top: 2px;
	content: '';
	width: 24px;
	height: 24px;
	border-radius: 14.5px;
	background: white;
	/*box-shadow: 0px 0px 5px #ddd;*/
	transition: all 0.2s linear;
}

.slide_button:checked {
	background: #04B400;
}

.slide_button:checked:before {
	top: 2px;
	left: 27px;
	transition: all 0.2s linear;
}
/*css实现滑动开关按钮结束*/
body {
	background: #F7F9F7;
}

input {
	outline: none;
	border: none;
}


.nftbn_option {
	width: 128px;
	/* height: 64px; */
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: relative;
	user-select: none;
	border-radius: 16px;
}
.new_freeter_top_bar {
	width: 100vw;
	height: 4em;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.06);
	background: #FFFFFF;
	user-select: none;
	z-index: 100;
	border: 1px solid rgba(217, 217, 217, 1);
	border-style: none none solid none;
	box-sizing: border-box;
}
ul,li { 
	list-style:none; 
	margin:0; 
	padding:0; 
}

a {
	text-decoration: none;
	color: inherit;
}
.nftbn_option a {
	width: 100%;
	height: calc(100% - 8px);
	position: absolute;
	left: 0;
	top: 4px;
	border-radius: 16px;
}

.nftbn_option_img,
.nftbn_option_select_img {
	width: 32px;
	height: 32px;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.nftbn_option .nftbn_option_select_img {
	display: none;
}

.nftbn_option .nftbn_option_img {
	display: block;
}

.nftbn_option_select .nftbn_option_select_img {
	display: block;
}

.nftbn_option_select .nftbn_option_img {
	display: none;
}

.nftbn_option_select {
	border-style: none none solid none;
	border-color: #04B400;
	box-sizing: border-box;
	border-width: 4px;
	font-weight: bold;
	color: #001E00;
	border-radius: 0;
}

.nftbn_option {
	user-select: none;
	background: #FFFFFF;
	cursor: pointer;
}

.nftbn_option a:hover {
	background-color: #F0F0F0;
}

.nftbn_option_select a:hover {
	background: #FFFFFF !important;
}

.nftbn_option a:active {
	background-color: #D9D9D9;
}

.new_freeter_left_bar {
	width: 17.5vw;
	height: calc(100vh - 4em);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: fixed;
	left: 0;
	z-index: 100;
	top: 4.0em;
	background: white;
	box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.08);
}

.freeter_left_bar_list {
	width: 100%;
	position: relative;
	user-select: none;
	top:12px;
}

.freeter_left_bar_list li {
	width: 100%;
	height: 56px;
}

.freeter_left_bar_list li .left_bar_c {
	width: calc(100% - 16px);
	height: calc(100% - 8px);
	position: relative;
	left: 8px;
	top: 4px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	border-radius: 8px 8px 8px 8px;
	cursor: pointer;
}

.freeter_left_bar_list li .left_bar_c span {
	height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #141414;
	line-height: 24px;
	position: relative;
	margin-left: 16px;
	top: 12px;
}

.freeter_left_bar_list li .left_bar_c:hover {
	color: #04B400 !important;
	background: #F0F0F0 !important;
}

.freeter_left_bar_list li .left_bar_c:active {
	color: #04B400 !important;
	background: #D9D9D9 !important;
}

.buttonPressing_effect {
	transition: .2s;
	transform: scale(1);
	cursor: pointer;
	user-select: none;
}

.buttonPressing_effect:active {
	transform: scale(0.97);
}

.nftbr_imgD {
	width: 42px;
	height: 42px;
	position: relative;
	margin-right: 16px;
	border-radius: 8px;
}

.nftbr_img {
	width: 42px;
	height: 42px;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
}

.nftbr_img:hover {
	background-color: #F0F0F0;
}

.nftbr_img:active {
	background-color: #D9D9D9;
}

.topMyHead {
	margin-right: 24px;
	cursor: pointer;
	display: none; 
}

.new_freeter_top_bar_rightNavigation {
	height: 42px;
	position: absolute;
	right: 24px;
	display: flex;
	top: 11px;
	box-sizing: border-box;
	 display: none; 
}


.freeter_main {
/*	width: 62.5vw;*/
	width: 78.5vw;
	height: auto;
	position: relative;
	left: calc(17.5vw + 24px);
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	top: 4.5em;
}



.greyHover:hover {
	background: #F0F0F0;
}

.greyHover:active {
	background: #D9D9D9;
}

.drop-down-menu-type {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 1px solid #EDEDED;
    position: absolute;
    z-index: 2;
    display: none;
}

.display-flexAuto {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.display-flex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.drop-down-menu-content {
    width: 100%;
    height: 36px;
    background: #FFFFFF;
    opacity: 1;
    position: relative;
    text-indent: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
    line-height: 36px;
    display: block;
    cursor: pointer;
}

.greenHover:hover {
	background: #E1F5DC;
	color: #04B400;
}

.buttonGreen {
	background: #04B400;
	color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	border-radius: 4px;
}

.buttonRed {
	background: #F13C3C;
    color: #FFFFFF;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
}

.buttonGrey {
	background: #F5F5F5;
	color: #8C8C8C;
	padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
}

.buttonGreyBorder {
	color: #7D7D7D;
	background: #ffffff;
	border: 1px solid #7D7D7D;
	box-sizing: border-box;
	text-align: center;
	box-sizing: border-box;
	padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
}

.buttonRedBorder {
	color: #F13C3C;
	background: #ffffff;
	border: 1px solid #F13C3C;
	box-sizing: border-box;
	text-align: center;
	box-sizing: border-box;
	padding-left: 12px;
    padding-right: 12px;
    border-radius: 4px;
}

.buttonRed:hover {
	background: #F46262;

}

.buttonGrey:hover,
.buttonGreyBorder:hover {
	background: #E3E3E3;
}

.buttonGreen:hover {
    background: #008F02;
    box-shadow: 2px 2px 4px 0px rgba(2,103,0,0.32);
}

.questionPostColor {
	background: #849BF3 !important;
}

.viewPostColor {
	background: #FC5F35 !important;
}

.sharePostColor {
	background: #C68CC1 !important;
}

.underlineH:hover {
	text-decoration-line: underline;
}

.systemNotificationsD {
	width: 407px;
	height: 432px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	position: absolute;
	box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12);
	right: 0;
	top: 48px;
}

.notificationsList {
	width: calc(100% - 48px);
	position: relative;
	left: 24px;
}

.notificationsList_top {
	width: 100%;
	height: 56px;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #D9D9D9;
	position: relative;
	border-style: none none solid none;
	box-sizing: border-box;
}

.notificationsList_title {
	position: absolute;
	left: 0;
	height: 56px;
	line-height: 56px;
}

.notificationsList_goDetail {
	position: absolute;
	right: 0;
	height: 56px;
	line-height: 56px;
	color: #04B400;
	cursor: pointer;
}

.notificationsInfo {
	width: 100%;
	max-height: 80px;
	position: relative;
	margin-bottom: 24px;
	margin-top: 20px;
}

.notificationsInfo-img {
	width: 48px;
	height: 48px;
	position: relative;
	left: 0;
	border: 1px solid #F0F0F0;
	cursor: pointer;
}

.systemNotificationsList_infoD {
	position: relative;
	width: calc(100% - 65px);
	margin-left: 17px;
	max-height: 80px;
}

.systemNotifications_text {
	position: relative;
	width: 100%;
	top: 0;
	max-height: 48px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-orient: vertical;
}

.notificationinfo_time {
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: right;
}

.def_slidePopup {
	background: #FFFFFF;
}

.def_slidePopup span {
	text-align: center;
	height: 24px;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	padding-left: 33px;
	padding-right: 33px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor: pointer;
}

.def_slidePopup span:hover {
	background: #F0F0F0;
}

.marginAuto {
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}

.greyHover:hover {
	background: #F0F0F0;
}

.greyHover {
	cursor: pointer;
}

.greyHover:active {
	background: #D9D9D9;
}

.topNotificationsD {
	width: 407px;
	height: 432px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	position: relative;
	top: 12px;
	right: 360px;
	box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12);
	display: none;
}

.greyInputButtonRightD_css {
	border-radius: 32px 32px 32px 32px;
	opacity: 1;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
}

.greyInputButtonRightD_css input {
	position: relative;
	box-sizing: border-box;
	border-radius: 36px 0 0 36px;
	outline: none;
	border: none;
}

.greyInputButtonRightD_css .greyInputButtondCss_button {
	height: 100%;
	border-radius: 0 24px 24px 0;
	position: relative;
	box-sizing: border-box;
	margin-left: 0;
	background: #F0F0F0;
}

.greyInputButtonRightD_css .greyInputButtondCss_button img {
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}

.greySelectBlockD_css {
	display: flex;
	flex-direction: column;
}

.greySelectBlockD_css .greySelectBlock {
	border: 1px solid rgba(140, 140, 140, 1);
}

.greySelectBlock_text {
	height: 100%;
	position: relative;
	text-indent: 16px;
	font-weight: 400;
	color: #8C8C8C;
	display: block;
	width: 100%;
}

.greySelectBlock img {
	width: 24px;
	height: 24px;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	right: 16px;
	top: 7px;
}

.greySelectBlockPopup {
	position: absolute;
	top: 40px;
}

.slideDownPopup {
	background: #FFFFFF;
	box-shadow: 0px 9px 28px 8px rgba(0,0,0,0.05), 0px 6px 16px 0px rgba(0,0,0,0.08), 0px 3px 6px -4px rgba(0,0,0,0.12);
	border-radius: 8px;
	opacity: 1;
	border: 1px solid #EDEDED;
	position: absolute;
	z-index: 2;
	display: none;
}

.slideDownPopup ul {
	position: relative;
}

.slideDownPopup li {
	    padding-left: 24px;
    padding-right: 24px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
    border-radius: 4px;
    user-select: none;
    display: flex;
    flex-wrap: nowrap;
    line-height: 2;
}

.slideDownPopup li img {
	position: relative;
	top: 0;
	left: 0;
}

.slideDownPopup li:hover {
	background: #F0F0F0;
}

.slideDownPopup li:active {
	background: #D9D9D9;
}

.greySelectPopup {
	width: 100%;
	max-height: 500px;
	top: 40px;
}

.greySearchInputDLeft_css {
	border: 1px solid rgba(140, 140, 140, 1);
	border-radius: 32px;
}

.greySearchInputDLeft_css img {
	width: 24px;
	height: 24px;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	left: 12px;
	top: 8px;
}

.greySearchInputDLeft_css input {
	position: absolute;
	box-sizing: border-box;
	border-radius: 32px 0 0 32px;
	left: 40px;
	top: 0;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.display-flex-nowrap {
	display: flex;
	flex-wrap: nowrap;
}

.display-flex-nowrapAuto {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
}

.display-flex-direction {
	display: flex;
	flex-direction: column;
}

.display-flex-directionAuto {
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.freeter_main_allWidth_d {
	width: 100%;
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 4em;
	left: 0;
}

.freeter_main_auto {
	width: 100%;
	height: auto;
	position: relative;
}

.centerFreeter_main {
	width: 62.5vw;
	height: auto;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	margin: auto;
    left: 0;
    right: 0;
}

.online {
	background: rgba(4, 180, 0, 1);
}

.offline {
	background: rgba(140, 140, 140, 1);
}

.hoverAF0_D9:hover {
	background: #F0F0F0;
}

.hoverAF0_D9:active {
	background: #D9D9D9;
}

.redText {
	color: #FF2929 !important;
}

/*编辑内容-弹窗-模板格式*/
.edit_popup {
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	position: fixed ! important;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 6;
	display: none;
}

.edit_popup_title {
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #001E00;
	line-height: 50px;
	position: relative;
	left: 0;
	text-indent: 24px;
	top: 0px;
	font-weight: bold;
}

.edit_popup_content {
	width: calc(100% - 8px);
	height: calc(100% - 40px);
	position: relative;
	left: 8px;
	display: flex;
	flex-wrap: wrap;
}

.epc_div {
	width: 273px;
	height: 76px;
	position: relative;
	margin-left: 16px;
	margin-top: 24px;
}

.epc_div_title {
	width: auto;
	height: 22px;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
	position: relative;
	margin-left: 8px;
}

.epc_div_input {
	width: 100%;
	height: 46px;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	border: 1px solid #EBF0EB;
	position: relative;
	margin-top: 8px;
}

.epc_div_input input {
	width: calc(100% - 48px);
	height: 22px;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border: none;
	outline: none;
	text-align: left;
	background: none;
}

.epc_button_cancel {
	background: #EDEDED;
	color: #7D7D7D;
}

.epc_button_true {
	background: #04B400;
	color: #FFFFFF;
}

.epc_button_div {
	width: 136px;
	height: 32px;
	position: absolute;
	left: 450px;
	top: 24px;
	display: flex;
	flex-wrap: wrap;
}

.epc_button_div div{
	width: 60px;
	height: 32px;
	border-radius: 8px;
	opacity: 1;
	position: relative;
	margin-left: 8px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	user-select: none;
}

.epc_button {
	width: 100%;
	height: 72px;
	position: relative;
	margin-top: 0px;
}

.epc_div_input textarea{
	width: calc(100% - 48px);
	height: calc(100% - 24px);
	position: absolute;
	left: 24px;
	top: 12px;
	resize: none;
	border: none;
	outline: none;
}

.epc_div_star {
	position: relative;
	width: auto;
	height: 100%;
	font-size: 14px;
	color: #FF0000;
}

.defaultPopup {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}

.defaultPopup_main {
	z-index: 6;
	background: #FFFFFF;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
}

.defaultPopup_title {
	width: calc(100% - 48px);
	height: 26px;
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	margin-top: 14px;
	position: relative;
	left: 24px;
}

.defaultPopup_main hr {
	width: calc(100% - 32px);
	height: 2px;
	background: #D9D9D9;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	left: 16px;
	margin-top: 8px;
	border-width: 0;
	margin-bottom: 14px;
}

.defp_buttonD {
	width: calc(100% - 48px);
	height: 32px;
	position: relative;
	left: 24px;
	display: flex;
	margin-top: 32px;
	flex-direction: row-reverse;
}

.defp_trueButton {
	width: 80px;
	height: 32px;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	color: white;
	line-height: 32px;
	text-align: center;
}

.defp_close {
	width: 80px;
	height: 32px;
	border-radius: 8px 8px 8px 8px;
	opacity: 1;
	border: 1px solid #D9D9D9;
	color: #000000;
	font-weight: 400;
	line-height: 32px;
	text-align: center;
	margin-right: 12px;
}

/*编辑内容-弹窗-模板格式结束*/

/*搜索栏位侧边*/
.lb_project_operateD {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    position: relative;
    display: flex;
    flex-direction: column;
    top: 16px;
    left: 8px;
    overflow: auto;
    overflow-x: hidden;
}

.lbpod_block {
    width: calc(100% - 32px);
    height: auto;
    position: relative;
    left: 16px;
    margin-bottom: 24px;
}

.lbpodb_titleD {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.lbpodb_title {
    height: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    position: relative;
    user-select: none;
}

.lbpodb_title_operateD {
	position: absolute;
	right: 0px;
	display: flex;
	flex-wrap: nowrap;
	height: 100%;
}

.lbpodb_title_operate {
	position: relative;
	margin-left: 12px;
}

.lbpodb_contentD {
    width: 100%;
    height: auto;
    margin-top: 24px;
    position: relative;
}

.lbpodb_contentInputD {
    width: 100%;
    height: 40px;
    position: relative;
}
/*搜索栏位侧边结束*/

.display-flex-spaceBetween {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.display-flex-spaceBetweenAuto {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.display-flex-end {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.display-flex-endAuto {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.head_popup {
	position: absolute;
	right: 16px;
	top: 56px;
	display: none;
	width: 200px;
}

.head_popup h3 {
	text-indent: 22px;
	margin: 0;
	margin-top: 12px;
}

.login_button{
	height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #141414;
    line-height: 24px;
    position: absolute;
    top: 18px;
    cursor: pointer;
    right: 60px;
}

textarea {
	resize: none;
    overflow: auto;
}

textarea:focus {
  outline: 2px solid transparent;
}

.identity_verification_popMain {
	width: 380px;
	height: 240px;
}

.identity_verification_popMain .display-flex-directionAuto {
	width: calc(100% - 48px);
	left: 24px;
	height: calc(100% - 66px);
	position: relative;
	margin-top: 66px;
}

.identity_verification_text {
	width: 100%;
	height: 37px;
	border-radius: 4px 4px 4px 4px;
	line-height: 37px;
	position: relative;
	margin-top: 0;
}

.identity_verification_codeD {
	width: 100%;
	height: 37px;
	position: relative;
	margin-top: 12px;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
}

.indentity_verification_code {
	width: 196px;
	height: 37px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #D9D9D9;
	position: relative;
	left: 0;
	text-indent: 4px;
}

.indentity_verification_code_send {
	width: 106px;
	height: 34px;
	background: #F5F5F5;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #8C8C8C;
	top: 1px;
	margin-left: 30px;
	position: relative;
	box-sizing: border-box;
	color: #141414;
	line-height: 34px;
	text-align: center;
	user-select: none;
	cursor: pointer;
}

.indentity_verification_send {
	width: 100%;
	position: relative;
	margin-top: 24px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.identity_verification_popTitle {
	position: absolute;
	left: 64px;
	text-indent: 0;
	top: 12px;
	font-size: 18px;
	color: #001E00;
	line-height: 50px;
	font-weight: bold;
}

.skillAuto {
	max-width: 100%;
	height: 34px;
	background: rgba(4,180,0,0.16);
	border-radius: 36px 36px 36px 36px;
	border: 1px solid #04B400;
	position: relative;
	margin-bottom: 14px;
	display: flex;
	line-height: 34px;
	flex-wrap: nowrap;
	padding-left: 12px;
	padding-right: 12px;
	justify-content: space-between;
	color: #008F02;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.skillAuto:hover {
	background: rgba(4,180,0,0.08);
}

.skillAuto .removeSkill {
	width: 22px;
	height: 22px;
	position: relative;
	margin: auto;
}

.wAuto {
	width: auto !important;
}

.wAll {
	width: 100% !important;
}

.card_infoMainMorePopup {
    right: -6px;
    top: 38px;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s;
}

.overlay.active {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}

.modal {
	background: white;
    padding: 16px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.modal h3 {
	margin-top: 0;
}

.modal button {
	margin: 10px;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.3s;
}

.modal .cancel-btn {
	background: #F5F5F5;
	color: #8C8C8C;
}

.modal .cancel-btn:hover {
	background: #E3E3E3;
}

.modal .confirm-btn {
	background: #04B400;
	color: #FFFFFF;
}

.modal .confirm-btn:hover {
	background: #008F02;
}