* {
	margin: 0;
	padding: 0;
}

body {
	background: #0A0E12;
	overflow: hidden;
}

.body .main {
	width: 12rem;
	margin: 0 auto;
}

.body {
	margin: 1rem auto 1.36rem;
}

.body .shenbao_name_cn {
	font-weight: 400;
	font-size: 0.54rem;
	color: #F2A366;
	text-align: center;
	margin-bottom: 0.23rem;
}

.body .shenbao_name_en {
	font-weight: 300;
	font-size: 0.16rem;
	color: #F2A366;
	letter-spacing: 0.04rem;
	text-align: center;
}


.shenbao_top {
	margin-top: 0.93rem;
	padding-top: 0.52rem;
	border-top: 0.01rem solid #C68656;
	box-sizing: border-box;
}

.shenbao_name {
	font-weight: 400;
	font-size: 0.4rem;
	color: #F2A366;
	text-align: center;
	margin-bottom: 0.96rem;
}

.shenbao_content,
.shenbao_content p {
	font-weight: 400;
	font-size: 0.18rem;
	color: #919191;
	line-height: 0.32rem;
}

.shenbao_content img {
	max-width: 100% !important;
	width: auto;
}

.shenbao_more {
	width: 6rem;
	height: 0.8rem;
	background: #F2A467;
	border-radius: 0.07rem;
	margin: 0.7rem auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 0.24rem;
	color: #0A0E12;
	cursor: pointer;
}
.shenbao_more:hover{
	color: #0A0E12;
}




.shenbao_bottom {
	border-top: 0.01rem solid #C68656;
	margin-top: 1.2rem;
	padding-top: 0.85rem;
	box-sizing: border-box;
	
		display: none;
}

.shenbao_bottom form {
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border-radius: 0.17rem;
	border: 0.01rem solid #707070;
	padding: 0.83rem 0.57rem 0.63rem 0.48rem;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.form_title {
	width: 100%;
	font-weight: bold;
	font-size: 0.2rem;
	color: #0A0E12;
	line-height: 0.27rem;
	position: relative;
	margin-bottom: 0.46rem;
	padding-left: 0.38rem;
	/*margin-top: 0.65rem;*/
}

.form_title:first-child {
	margin-top: 0;
}

.form_title::before {
	content: "";
	position: absolute;
	width: 0.15rem;
	height: 0.29rem;
	background: #F2A467;
	border-radius: 0.04rem;
	left: 0.1rem;
	top: -0.02rem;
}

.form-group {
	width: 50%;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0.2rem;
	display: flex;
	flex-wrap: wrap;
}

label {
	display: block;
	font-weight: 400;
	font-size: 0.16rem;
	color: #101010;
	width: 1.5rem;
	max-height: 0.52rem;
	text-align: right;
	white-space: nowrap;
}

label span {
	font-weight: 400;
	font-size: 0.2rem;
	color: #FF0000;
	margin-right: 0.05rem;
}

.dropdown-selected,
input[type="text"],
input[type="tel"],
input[type="email"] {
	width: calc(100% - 1.7rem);
	padding: 0.15rem 0.24rem;
	border-radius: 0.04rem;
	border: 0.01rem solid #DCDCDC;
	box-sizing: border-box;
	margin-left: 0.18rem;
	font-size: 0.16rem;
	color: #101010;
	font-weight: 400;
}

input::placeholder {
	color: #9F9F9C;
}


/* 文件上传 */
.form-group.hr1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.form-group.hr1 .form_img{
	width: 100%;
	text-align: left;
	display: flex;
}
.form-group.hr1 .form_img p{
	font-weight: 400;
	font-size: 0.16rem;
	color: #9F9F9C;
	margin-left: 0.18rem;
}
.file-uploader{
	margin-left: 0.98rem;
	width: calc(100% - 0.98rem) !important;
	min-height: 0.52rem;
	border-radius: 0.04rem;
	border: 0.01rem solid #DCDCDC;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.2rem;
}
.file-uploader .upload-instructions,
.file-uploader .upload-instructions p{
	font-weight: 400;
	font-size: 0.16rem;
	color: #9F9F9C;
}

.form-group.hang .file-uploader{
	width: 100% !important;
	margin: 0;
}


/* 详细地址、媒体账号 */
.form-group.hr1 .form_fr{
	display: flex;
	align-items: center;
	width: 100%;
}
#address{
	width: calc(100% - 0.98rem) !important;
}
.form-group.hr1 .locate-btn{
	font-weight: 400;
	font-size: 0.16rem;
	color: #F2A467;
	display: flex;
	align-items: center;
	margin-top: 0.21rem;
	margin-bottom: 0.06rem;
	margin-left: 1rem;
}
.form-group.hr1 .locate-btn img{
	max-width: 0.25rem;
	height: auto;
	margin-right: 0.16rem;
}
.form-group.hr1 .weiti{
	width: calc(100% - 0.98rem) !important;
}





/* 三级地址 */
.pick-area {
	width: calc(100% - 1.7rem) !important;!i;!;
	display: inline-block;
	position: relative;
	font-size: 0.16rem;
	text-decoration: none;
	cursor: default;
	margin-left: 0.18rem;
}

.pick-show {
	position: relative;
	padding: 0 0.24rem !important;
	width: 100%;
	height: 0.52rem;
	line-height: 0.52rem;
	border: 0.01rem solid #dedede;
	border-radius: 0.04rem;
	display: flex;
	align-items: baseline;
}

.pick-show span {
	float: left;
	display: inline-block;
	max-width: 1rem !important;
	height: 0.24rem;
	line-height: 0.24rem;
	padding: 0 0.05rem;
	margin-top: 0.06rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #101010;
	font-size: 0.16rem;
	cursor: pointer;
}


.pick-show span:hover,
.pick-show span.pressActive {
	background: #F2A467 !important;
	color: #0A0E12 !important;
	border-radius: 0.04rem;
}

.pick-show em.pick-arrow {
	content: '';
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	border: 0.06rem solid transparent;
	border-top-color: #555;
}

.pick-show i {
	float: left;
	display: inline-block;
	padding: 0 3px;
	color: #333;
	font-style: normal;
}

.pick-list {
	display: none;
	position: absolute;
	line-height: 36px;
	margin: 0;
	padding: 0;
	background: #fff;
	z-index: 999999999;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #dedede;
	border-top: none;
	width: 100% !important;
}

.pick-list::-webkit-scrollbar {
	width: 4px;
	/*height: 4px;*/
}

.pick-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.pick-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.pick-list li {
	margin: 0;
	padding-left: 0.24rem !important;
	list-style: none;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.16rem;
	color: #101010;
	font-weight: 400;
}

.pick-list li:hover {
	background: #F2A467 !important;
	color: #0A0E12 !important;
}
.pick-list li.pick-selectedLi{
	background: #F2A467 !important;
	color: #0A0E12 !important;
}


/* 自定义下拉框 */
.custom-dropdown {
	position: relative;
}

.custom-dropdown.active .dropdown-options {
	display: block;
}

.dropdown-selected {
	cursor: pointer;
	background-color: #fff;
	position: relative;
}

.dropdown-selected:after {
	content: '';
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	border: 0.06rem solid transparent;
	border-top-color: #555;
}

.dropdown-options {
	position: absolute;
	width: 4rem;
	top: 100%;
	right: 0;
	background: #fff;
	border: 0.01rem solid #ddd;
	border-top: none;
	border-radius: 0 0 0.04rem 0.04rem;
	max-height: 2rem;
	box-sizing: border-box;
	overflow-y: auto;
	display: none;
	z-index: 100;
	box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.1);
}

.dropdown-options::-webkit-scrollbar {
	width: 4px;
}

.dropdown-options::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.dropdown-options::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.dropdown-option {
	font-size: 0.16rem;
	color: #101010;
	padding: 0.1rem 0.24rem;
	cursor: pointer;
	transition: background-color 0.2s;
}

.dropdown-option:hover {
	background: #F2A467 !important;
	color: #0A0E12 !important;
}



/* 入会考核材料 */
.form-group.hang {
	width: 100%;
	justify-content: left;
	margin-bottom: 0.4rem;
}

.form-group.hang .dropdown-selected {
	margin-left: 0;
}

.form-group.hang label {
	width: 100%;
	margin-bottom: 0.21rem;
	text-align: left;
}

.form-group.hang label p {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 0.16rem;
	color: #9F9F9C;
	line-height: 0.3rem;
	margin-top: 0.2rem;
	/* margin-bottom: 0.12rem; */
}

.form-group.hang textarea {
	width: 10.44rem;
	min-height: 1.4rem;
	border-radius: 0.04rem;
	border: 0.01rem solid #DCDCDC;
	padding: 0.16rem 0.22rem;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 0.16rem;
	color: #101010;
}

.form-group.hang textarea::placeholder {
	color: #9F9F9C;
}



.submit-btn {
	width: 6rem;
	height: 0.8rem;
	background: #F2A467;
	border-radius: 0.07rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.55rem auto 0.18rem;
	border: none !important;
	font-weight: bold;
	font-size: 0.24rem;
	color: #0A0E12;
}

.form_txt {
	width: 100%;
	text-align: center;
	font-weight: 400;
	font-size: 0.16rem;
	color: #202020;
}


#imageContainer{
	min-width: 2.6rem !important;
	height: auto;
	margin: 0.2rem;
	position: relative;
}

#imageUploader .upload-instructions{
	padding: 0.16rem 0.5rem;
	box-sizing: border-box;
}
.image-preview{
	display: none;
}
.image-preview img{
	position: relative;
	z-index: 1;
}
#imageContainer .image-actions{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
#imageContainer .image-actions button{
	padding: 0.05rem 0.2rem;
    border: none;
    background-color: #F2A467;
    color: #0A0E12;
}











#fileUploader{
	width: 100%;
	min-height: 0.52rem;
	border-radius: 0.04rem;
	border: 0.01rem solid #DCDCDC;
}
#uploadBtn p{
	font-weight: 400;
	font-size: 0.16rem;
	color: #9F9F9C;
	line-height: 0.52rem;
	text-align: center;
}


#fileList{
	width: 100%;
}
#fileList .file_view{
	min-height: 0.4rem;
	padding: 0.1rem 0.3rem;
    background: #f3f3f3;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#fileList .delete-btn{
	border: none !important;
}
#fileList .delete-btn img{
	width: 0.12rem;
	height: auto;
}

#fileList .layui-bg-red{
	background: none !important;
	color: red !important;
}
#fileList .layui-bg-green {
    background: none !important;
	color: #F2A366 !important;
}

#fileList .file_view div{
	color: #333;
}


.layui-laydate-list>li,
.laydate-set-ym span,
.layui-laydate-footer span{
	color: #333;
}


.footer {
	border-top: 0.01rem solid #C68656;
}








/* 弹窗 */
.huod_xinxi {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
}

.zhaopin {
	width: 7.47rem;
	min-height: 4.78rem;
	background: #FFFFFF;
	border-radius: 0.17rem;
	padding: 0.4rem 0.33rem 0.68rem;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.close img {
	position: absolute;
	top: 0.2rem;
	right: 0.2rem;
	width: 0.26rem;
	height: 0.26rem;
	overflow: hidden;
	cursor: pointer;
}

.from_name {
	width: 100%;
	font-weight: 400;
	font-size: 0.28rem;
	color: #0A0E12;
	margin-bottom: 0.46rem;
	position: relative;
}

.success .success_icon {
	width: 0.6rem;
	height: 0.6rem;
	margin: 0.4rem auto 0.31rem;
}

.success .success_title {
	font-weight: 400;
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.24rem;
	text-align: center;
}

.success .success_cont {
	font-weight: 400;
	font-size: 0.16rem;
	color: #5A5A5A;
	line-height: 0.32rem;
	margin-top: 0.31rem;
	margin-bottom: 0.63rem;
	text-align: center;
}

.success .success_url {
	width: 1.5rem;
	height: 0.43rem;
	background: #F2A467;
	border-radius: 0.07rem;
	margin: 0 auto;
	font-weight: normal;
	font-size: 0.16rem;
	color: #0A0E12;
	line-height: 0.43rem;
	text-align: center;
}







/*2025-10-18*/
.form-group.hang1{
    margin-left: 1.75rem;
    width: calc(100% - 1.75rem);
    display: block;
}
.form-group.hang1 label{
    width: 100%;
    text-align: left;
    margin-bottom: 0.1rem;
}
.form-group.hang1 input{
    width: 100%;
    margin-left: 0;
}
.form-group.hang1 .file-uploader{
    margin-left: 0;
    width: 100% !important;
    margin-top: 0;
}









.tab_btn{
    display: flex;
    width: calc(100% - 1.7rem);
    margin-left: 0.18rem;
}
/*.tab_btn input{*/
/*    width: 0.2rem;*/
/*    height: 0.2rem;*/
/*    border-radius: 50%;*/
/*    border: 0.04rem solid #9F9F9C;*/
/*    background: #fff;*/
/*    position: relative;*/
/*}*/
.type_list{
	display: none;
}
.type_list.act{
	display: flex;
}
.radio-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: auto;
    margin-right: 0.5rem;
}
        
.radio-item input[type="radio"] {
    display: none;
}
.radio-custom {
    width: 0.2rem !important;
    height: 0.2rem;
    border: 2px solid #9F9F9C;
    border-radius: 50%;
    margin-right: 0.12rem;
    position: relative;
    transition: all 0.3s ease;
}

.radio-custom::after {
    content: '';
    width: 0.09rem;
    height: 0.09rem;
    border-radius: 50%;
    background: #F2A467;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease;
}
.radio-item span{
    width: auto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #101010;
}
/*.tab_btn input[type="radio"]:checked{*/
/*    border: 0.04rem solid #F2A467;*/
/*}*/

.radio-item input[type="radio"]:checked + .radio-custom {
    border-color: #F2A467;
}

.radio-item input[type="radio"]:checked + .radio-custom::after {
    transform: translate(-50%, -50%) scale(1);
}

.radio-item:hover .radio-custom {
    border-color: #F2A467;
}





.form-group.hang2{
    display: flex;
    width: 100%;
    min-height: 0.52rem;
}
.form-group.hang2 .file-uploader{
    width: calc(100% - 1.7rem) !important;
    margin-left: auto;
}
.form-group.hang2 textarea{
    width: calc(100% - 1.7rem) !important;
    height: 1.4rem;
    border-radius: 0.04rem;
    border: 0.01rem solid #DCDCDC;
    padding: 0.2rem 0.24rem;
    box-sizing: border-box;
    margin-left: 0.18rem;
}

.form-div{
    position: relative;
    width: 100%;
    margin-top: 0.4rem;
}
.form-div .form-txt{
    position: absolute;
    font-weight: 400;
    font-size: 0.16rem;
    color: #101010;
    line-height: 1.5;
    text-align: right;
    width: 1.2rem;
    left: 0.32rem;
    top: 0;
}
.form-div .form-group textarea{
    width: 100%;
    height: 1rem;
    border-radius: 0.04rem;
    border: 0.01rem solid #DCDCDC;
    padding: 0.12rem 0.24rem;
    box-sizing: border-box;
}















@media only screen and (max-width: 1024px) {
	.shenbao_top{
		margin-top: 0.6rem;
	}
	.shenbao_name{
		margin-bottom: 0.4rem;
	}
	.shenbao_content, 
	.shenbao_content p{
		font-size: 0.2rem;
		line-height: 1.8;
	}


	.shenbao_bottom form{
		padding: 0.4rem 0.4rem 0.6rem 0.4rem;
	}
	.form_title{
		font-size: 0.28rem;
	}
	.form-group{
		width: 50%;
		padding-left: 0.1rem;
	}
	label{
		width: 100%;
		margin-bottom: 0.1rem;
		text-align: left;
		font-size: 0.2rem;
	}

	.dropdown-selected, 
	input[type="text"], 
	input[type="tel"], 
	input[type="email"],
	.pick-area,
	.pick-show{
		width: 100% !important;
		margin: 0;
		font-size: 0.2rem;
		padding: 0.15rem;
	}

	.pick-show{
		height: 0.6rem;
    	line-height: 0.6rem;
	}

	.custom-dropdown{
		width: 100%;
	}

	.form-group.hr1 .form_fr{
		flex-wrap: wrap;
	}
	#address{
		width: 100% !important;
	}


	.form-group.hr1 .locate-btn{
		margin-left: 0;
		font-size: 0.2rem;
	}

	.file-uploader{
		width: 100% !important;
        margin-left: 0;
	}

	#imageUploader .upload-instructions{
		padding: 0.2rem;
	}

	.form-group.hr1 .weiti{
		width: 100% !important;
	}


	.form-group.hang label p{
		font-size: 0.18rem;
	}



	.form-group.hang textarea{
		width: 100%;
		font-size: 0.2rem;
	}
	
	
	.form-div .form-txt{
	   position: initial;
        width: 100%;
        text-align: left;
        margin-bottom: 0.1rem;
	}
	.form-group.hang1,
	.form-group.hang2 textarea,
	.form-group.hang2 .file-uploader{
	    width: 100% !important;
	    margin-left: 0;
	}
}











