@charset "UTF-8";
.row {
	display: block;
	width: 10.84rem;
	margin: 0.8rem auto;
	user-select: none;
}
.Boxtab-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.Boxtab-header .pc-header-bg {
	width: 100%;
	display: block;
}

.Boxtab-header .mb-header-bg {
	display: none;
}

.Boxtab-header .header-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	color: #fff;
}
.Boxtab-header .header-text h2 {
	font-size: 0.44rem;
	font-weight: 500;
	line-height: 0.44rem;
	margin-bottom: 0.2rem;
}
.Boxtab-header .header-text p {
	font-size: 0.16rem;
	line-height: 0.16rem;
}
.Boxtab-part-content {
	background: #fff;
	padding: 0.45rem;
	width: 10.84rem;
	height: auto;
	border-radius: 0 0 0.28rem 0.28rem;
}
.Boxtab-part-content .Boxtab-content-item {
	width: 100%;
	height: 100%;
	flex: 1;
	flex-grow: 0;
	flex-shrink: 0;
	flex-direction: column;
}
.Boxtab-content-item .content-item-nav {
}
.content-item-nav .contentTitle {
	font-size: 0.26rem;
	color: #010000;
	border-bottom: 0.01rem solid #EAECEE;
	padding-bottom: 0.2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	font-weight: bold;
}

.content-item-nav .contentTitle span{
	font-size: 0.26rem;
	font-weight: 300;
}
.content-item-nav .line {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 0.16rem;
	height: 0.16rem;
}
.content-item-nav .line::after {
	content: '';
	position: absolute;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 0.02rem;
	background-color: #6A6868;
}
.content-item-question {
	padding: 0.28rem 0;
}
.content-item-question .question-nav {
/*	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
}
.question-nav li {
	font-size: 0.18rem;
	line-height: 0.48rem;
	color: #666;
	margin-bottom: 0.1rem;
}
.question-nav li label {
	margin-right: 0.44rem;
	white-space: nowrap;
}
input:focus {
	outline: none; /* 去掉默认的聚焦边框 */
	color: #000;
}
/* 带选项 输入框 */
.form-control2 {
	display: flex;
	flex-wrap: wrap;
}
.form-control2 dd {
	width: 3.21rem;
	display: flex;
	justify-items: center;
	margin-bottom: 0.2rem;
	margin-right:0.15rem;
}
.form-control2 dd:nth-child(3n){
	margin-right:0;
}
.form-control2 dd:nth-child(7n){
	width: 3.21rem;
}
.form-control2 dd:last-child{
	height:auto;
}
.form-control2 dd .radio-txt {
	width: 1.57rem;
	line-height: 100%;
	vertical-align: middle;
	margin-left: 0.1rem;
	display: flex;
	align-items: center;
	font-size: 0.18rem;
	white-space:normal;
}

.question-nav li .form-control2 label {
	margin-right: 0;
}
.form-control2 input[type="text"] {
	background: #FAFBFC;
	border-radius: 0.05rem;
	border: 0.01rem solid #EBEEF2;
	font-size: 0.14rem;
	color: #4E5156;
	height: 0.44rem;
	line-height: 0.44rem;
	padding-left: 0.1rem;
	width: 1.36rem;
	margin-left: 0.05rem;
}
/* 机构信息 */
.form-control3{ width:100%;}
.form-control3 dd{
	display:flex;
	width: 100%;
	margin-bottom: 0.2rem;
}
.form-control3 label{
	width: 2.4rem;
	display: inline-block;
	margin-right: 0 !important;
	font-size: 0.18rem;
}
.form-control3 input[type="text"]{
	background: #FAFBFC;
	border-radius: 0.05rem;
	border: 1px solid #EBEEF2;
	font-size: 0.14rem;
	color: #4E5156;
	height: 0.44rem;
	line-height: 0.44rem;
	padding-left: 0.1rem;
	width: calc(100% - 1rem);
}


.Boxtab-content-item .submit-button {
	background-color: #1E56C2;
	border: none;
	color: #fff;
	padding: 0.16rem;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	font-size: 0.16rem;
	margin: 0 auto 0.3rem;
	cursor: pointer;
	border-radius: 0.5rem;
}
.ky-item-jh {
	display: block;
}
.ky-item-xq {
	display: none;
}

/*弹出框*/
.captcha-container {
    display: flex;
    flex-direction: column;

    background-color: #fefefe;
    margin: auto;
    /* 自动计算外边距 */
    padding: 0.2rem;
    border: 1px solid #888;

    max-width: 90%;
    /* 避免在小屏幕上过大 */
    max-height: 90%;
    /* 同上 */

    position: absolute;
    text-align: center;
    border-radius: 0.1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 将元素向左向上移动自身宽度和高度的一半 */
}

.captcha-container b {
    color: red;
    text-align: start;
    margin-top: 0.1rem;
    text-indent: 0.1rem;
    font-size: 0.25rem;
    display: none;
}

.ooutt {
    display: flex;
    flex-direction: column;
}

.captcha-row {
    display: flex;
    margin-top: 0.2rem;
    justify-content: space-between;
    gap: 0.1rem;
}

#captchaCanvas {
    border: 1px solid #ccc;

}

#confirmCaptcha {
    background-color: #1E56C2;
    border: none;
    color: #fff;
    padding: 0.18rem 0.72rem;
    text-align: center;
    width: 100%;
    text-decoration: none;
    justify-content: center;
    display: flex;
    font-size: 0.3rem;
    margin: 0.3rem auto 0.3rem;
    cursor: pointer;
    border-radius: 0.5rem;
}

#captchaCode {
    background: #F3F4F5;
    border-radius: 0.05rem;
    padding: 0.05rem 0.1rem;
    color: #757575;
}

.close-img {
    position: absolute;
    top: 0%;
    right: 0%;
    transform: translate(50%, -50%);
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    /* 自动计算外边距 */
    padding: 0.2rem;
    border: 1px solid #888;
    width: fit-content;
    /* 或者设置一个具体的宽度 */
    max-width: 90%;
    /* 避免在小屏幕上过大 */
    max-height: 90%;
    /* 同上 */
    overflow-y: auto;
    position: absolute;
    text-align: center;
    border-radius: 0.1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 将元素向左向上移动自身宽度和高度的一半 */
}

.sms-row {
    display: flex;
    margin-top: 0.2rem;
    justify-content: space-between;
    gap: 0.1rem;
}

#verifyCode {
    background: #F3F4F5;
    border-radius: 0.05rem;
    padding: 0.05rem 0.1rem;
    color: #757575;
}

.sendSmsBtn {
    background-color: #1E56C2;
    border: none;
    color: #fff;
    padding: 0.18rem 0.72rem;
    text-align: center;
    text-decoration: none;
    display: flex;
    font-size: 0.26rem;

    cursor: pointer;
    border-radius: 0.5rem;
}

.confirmBtn {
    background-color: #1E56C2;
    border: none;
    color: #fff;
    padding: 0.18rem 0.72rem;
    text-align: center;
    width: 100%;
    text-decoration: none;
    justify-content: center;
    display: flex;
    font-size: 0.3rem;
    margin: 0.3rem auto 0.3rem;
    cursor: pointer;
    border-radius: 0.5rem;
}

.disabled {
    background-color: #dddddd;
    cursor: not-allowed;
    color: #000;
}
/* 手机版适配--------------*/
@media screen and (max-width: 768px) {
	[type="checkbox"],[type="radio"]{
	 width:0.2rem;
	height:0.2rem;
	margin-top:0.1rem;
  }

  .row {
	width: 100%;
	margin: 0 auto;
}

.Boxtab-header .mb-header-bg {
	width: 100%;
	display: block;
	border-radius: 0.28rem 0.28rem 0 0;
}

.Boxtab-header .pc-header-bg {
	display: none;
}

.Boxtab-header .header-text h2 {
	font-size: 0.4rem;
	line-height: 0.4rem;
}
.Boxtab-header .header-text p {
	font-size: 0.2rem;
	line-height: 0.2rem;
}
.Boxtab-part-content {
	padding: 0.3rem;
	width: 100%;
}

.content-item-nav .contentTitle {
	font-size: 0.32rem;
}

.content-item-nav .contentTitle span{
	font-size: 0.32rem;
}

.content-item-question {
    padding: 0.28rem 0 0.5rem;
}

.question-nav li {
	font-size: 0.28rem;
	line-height: 0.56rem;
}

.question-nav li label {
	margin-right: 0.4rem;
}

/* 带选项 输入框 */
.form-control2 {
	justify-content: space-between;
}
.form-control2 dd {
	flex-wrap: wrap;
	width: 48%;
	height: 1.5rem;
	margin-right:0;
}
.form-control2 dd:nth-child(7n){
	width:100%;
}
.form-control2 dd:last-child{
	height:0.4rem;
}
.form-control2 dd .radio-txt {
	font-size: 0.28rem;
	white-space: nowrap;
	line-height: 0.4rem;
	align-items: flex-start;
}

.form-control2 input[type="text"] {
	font-size: 0.24rem;
	height: 0.8rem;
	line-height: 0.44rem;
	border-radius: 0.16rem;
	width: 100%;
	margin-left: 0;
}
/* 机构信息 */
.form-control3 dd{
	flex-wrap: wrap;
}

.form-control3 label{
	width: 100%;
	font-size: 0.28rem;
}
.form-control3 input[type="text"]{
	font-size: 0.24rem;
	height: 0.8rem;
	line-height: 0.44rem;
	width: 100%;
	border-radius: 0.16rem;
}

.Boxtab-content-item .submit-button {
	width: 2.6rem;
	font-size: 0.32rem;
}


}

