/* ----------------------------------- 个人中心 - 组织账号 ----------------------------------- */
 
.list_header { /* 头部 列表页都可以通用 */
	position: relative;
    background: url(../images/bg-registration-top.png) no-repeat;
    width: 100%;
    height: 340px;
	background-size: 100%;
}

.list_header .user {
	color: #FFFFFF;
    padding-top: 28px;
    z-index: 2;
    position: relative;
    right: 0;
    text-align: right;
	align-items: center;
	justify-content: flex-end;
}

.list_header .user .name {
	align-items: center;
}

.list_header .user .home a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.list_header .user .home a .icon {
	width: 18px;
	height: 18px;
}

.list_header .user .center {
	margin-right: 20px;
}

.list_header .user .icon {
	width: 13.52px;
	height: 15.9px;
	margin-right: 8px;
}

.list_header .user > span {
	cursor: pointer;
	font-size: 14px;
}

#realName {
    cursor: default;
}

.loginBtn {
    background: #EF6E21;
    padding: 4px 15px 5px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	margin-right: 65px;
}

.loginBtn:focus {
    background: rgba(239, 110, 33, 0.8) !important
}

.org {
    background: #EAEEF4 url(../images/bg-registration-bottom.png) center bottom no-repeat;
	background: #EAEEF4;
	background-size: 100%;
	overflow-x: hidden;
}

.bottom-bg {
	position: fixed;
    bottom: 0;
    z-index: 0;
    width: 100%;
}

.org_main {
	background: url(../images/bg-registration-middle2.png) center top no-repeat;
	background-size: 100%;
	margin-top: 60vw;
}

.wrap_box {
    position: relative;
    margin-top: -22px;
    background: #FFFFFF;
    box-shadow: 0 25px 25px 0 rgba(54,87,188,0.12);
    /* width: 1200px; */
    min-height: 548px;
    box-sizing: border-box;
    overflow: unset;
    border-radius: 37px;
}
.wrap_box .logo_link img{
	border: 0 !important;
}
.wrap_box .icon {
	position: absolute;
}

.wrap_box .icon.left {
	top: -140px;
	left: -90px;
}

.wrap_box .icon.right {
	top: -135px;
	right: -50px;
}

.org .wrap_box {
    padding: 40px 130px 50px;
}

.org .head {
    width: 100%;
    text-align: center;
    margin: 0 0 64px;
}

.org .head a {
    position: relative;
    font-weight: 500;
    font-size: 36px;
    color: #000000;
    z-index: 1;
}

.org .head a::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 150px;
    height: 20px;
    opacity: 0.19;
    background-image: linear-gradient(270deg, rgba(247,178,89,0.00) 0%, #ED7A2D 67%);
    z-index: -1;
}

/* 作品动态-个人资料 切换*/

.head-tab {
	text-align: center;
	margin: 30px 0 70px;
}

.head-tab a {
	position: relative;
	margin: 0 25px;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.65);
	font-size: 32px;
}

/* .head-tab a.active::after {
	content: '';
	position: absolute;
	bottom: -13px;
	left: 42px;
	width: 66px;
	height: 8px;
	background-image: linear-gradient(270deg, #EF6E21 4%, #EF6E21 94%);
	animation: line 0.5s;
} */

.bottomLine {
	position: absolute;
	width: 66px;
	height: 8px;
	background-image: linear-gradient(270deg, #EF6E21 4%, #EF6E21 94%);
	left: 40%;
	top: 122px;
	transition-duration: 0.6s;
}

.head-tab a.active {
	color:rgba(0, 0, 0, 1);
	font-size: 36px;
}

.org_containel .row {
    margin: 30px 0;
	position: relative;
}

.org_containel label, .org_containel .gauge {
    text-align: right;
    color: #646464;
    margin-right: 10px;
	/* width: 150px; */
	flex-shrink: 0;
}

.org_center .org_containel label, .org_center .org_containel .gauge {
	width: 150px;
}

.org_containel .row .adress {
	flex: 1;
}

.org_containel .row.pic img {
	width: 87%;
    height: 91%;
}

.org_containel .row .upload-pic {
	margin-left: 30px;
}

.org_containel .row .attachment {
	margin-left: 30px;
	color: #666666;
	cursor: pointer;
	text-decoration: underline;
}

.org_containel .row .attachment img {
	margin-right: 8px;
	width: 14px;
	height: 14px;
}

.works_list {
    border-left: 1px dashed #D4D4D4;
    box-sizing: border-box;
    padding-left: 25px;
	margin-top: 20px;
}

.works_list li {
    position: relative;
    width: 900px;
    background: #F9F9F9;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 5px 40px;
    margin-bottom: 30px;
}

.works_list li::after {
    content: '';
    position: absolute;
    top: 0;
    left: -34px;
    width: 7px;
    height: 7px;
    background: #F6401D;
    border: 5px solid #FFFFFF;
    box-shadow: 0 2px 7px 0 rgba(0,0,0,0.22);
    border-radius: 50%;
}

.works_list li .desc > span {
    line-height: 24px;
	flex: 1;
}

.red {
	color: #ED1C24;
	cursor: pointer;
}

.green {
	color: #0FB88E;
	cursor: pointer;
}

.orange {
	color: #F6401D;
	cursor: pointer;
}

.org .footer {
    text-align: center;
    padding: 33px 0 25px;
    font-size: 16px;
    color: #727272;
}

/* 作品上传 */

.org_form .row {
	position: relative;
	align-items: center;
	margin: 24px;
}

.org_form .row .gauge {
    width: 85px;
	text-align: right;
	margin-right: 10px;
	color: #646464;
}

.org_form .row .input, .org_form .row .custom-select input{
	position: relative !important;
	width: 790px !important;
	height: 40px !important;
	background: #FFFFFF !important;
	border: 1px solid #D9D9D9 !important;
	border-radius: 2px !important;
	box-sizing: border-box !important;
	padding: 0 10px !important;
	font-size: 16px !important;
    outline: none !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.org_form .row .input#workTitle {
	padding: 0 65px 0 10px !important;
}
.org_form .row .custom-select{
	border: 0 !important;
}
.org_form .row #cmsQudao input,.org_form .row #second input{
	width: 280px !important;
}
.org_form .fileTip {
	font-size: 14px;
	color: #646464;
	margin-left: 30px;
	width: 620px;
}

.org_form .row .input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(0,0,0,0.40);
}
	
.org_form .row .input::-moz-placeholder { /* Firefox 19+ */
	color: rgba(0,0,0,0.40);
}

.org_form .row .input:-ms-input-placeholder { /* IE 10+ */
	color: rgba(0,0,0,0.40);
}

.org_form .row .input:-moz-placeholder { /* Firefox 18- */
	color: rgba(0,0,0,0.40);
}

.org_form .row .num,.subject .num {
	position: absolute;
	right: 20px;
	color: rgba(0,0,0,0.40);
	bottom: 10px;
}

.org_form .row .upload {
	position: relative;
	width: 122px;
	height: 40px;
	line-height: 40px;
	background: #EF6E21;
	border-radius: 2px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
}

.org_form .row .upload > input {
	width: 100%;
    height: 100%;
	position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
	cursor: pointer;
}

.org_form .row .download {
	color: #F77E34;
	cursor: pointer;
	align-items: center;
	text-decoration: none;
}

.org_form .row .download img {
	margin-right: 8px;
}

.org_form .row.content  {
	align-items: flex-start;
}

.org_form .row textarea {
	position: relative;
	width: 90%;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
    outline: none;
}

.org_form .row label {
	margin-right: 30px;
	cursor: pointer;
}

.org_form .row input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.org_form .row input[type="radio"] + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #DDDDDD;
	margin-right: 10px;
}

.org_form .row input[type="radio"]:checked +  label::before {
    background-color: #F78336;
	border: 1px solid #F78336;
    background-clip: content-box;
    padding: 3px;
	box-sizing: border-box;
	width: 16px;
    height: 16px;
}

.org_form .row input {
	width: 770px;
}

.org_form .submit {
	width: 300px;
	height: 40px;
	line-height: 40px;
	background: #EF6E21;
	border-radius: 2px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
}

.org_form .submit:focus-visible {
	background: rgba(0,0,0,0.4);
}

.agree_tips {
	text-align: center;
}

.agree_tips a {
	color: #EF6E21;
	cursor: pointer;
	text-decoration: underline;
}

.agree_tips input, .agree_tips label {
	cursor: pointer;
	margin-right: 0;
}

.agree_tips input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.agree_tips input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border-radius: 2px;
	margin-right: 10px;
	border: 1px solid #DDDDDD;
}

.agree_tips input[type="radio"]:checked +  label::before {
	content: '√'; /*勾选符号2714*/ 
	border: 1px solid #F78336;
	background: #F77E34;
    background-clip: content-box;
	color: #FFFFFF;
	box-sizing: border-box;
	width: 16px;
    height: 16px;
}

.custom-select i, .custom-select i {
    background: url(../images/icon_down.png) center no-repeat;
}
.custom-select li.selected{
	background:#f7f7f7 !important;
}
.publish_link {
    flex-wrap: wrap;
    padding-left: 85px;
}

#publishLink {
	margin-bottom: 24px;
	width: 790px;
	margin-top: 12px;
}

.org_form .row.publish_link {
	margin: 0 0 0 36px;
	margin-top: -10px;
}

#publishday {
	width: 790px;
}

/* 征集要求 弹窗 */

.collect, .letter {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	width: 100vw;
	height: 100vh;
	z-index: 10001;
}

.collect .box, .letter .box {
	width: 800px;
	height: 410px;
	background: #FFFFFF url(../images/bg-requirement-title.png) center top no-repeat;
	border-radius: 8px;
	margin: 0 auto;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -400px;
	box-sizing: border-box;
	padding: 29px 35px 0;
	line-height: 28px;
	color: #5F5F5F;
	font-size: 14px;
}

.collect .icon {
	position: absolute;
	bottom: 49px;
	right: 39px;
}

.collect .head, .letter .head {
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}

.collect .submit, .letter .submit {
	width: 300px;
	height: 40px;
	line-height: 40px;
	background-color: #EF6E21;
	border-radius: 2px;
	text-align: center;
	color: #FFFFFF;
	margin: 24px auto 0;
	font-size: 16px;
	border: none;
	display: block;
}
.submit.disabled{
	background-color: #B6B6B6;
}

.letter .submit {
	/* background-color: #B6B6B6; */
}

.collect input[type="button" i]:disabled {
	background: #B6B6B6;
}

#workContent {
	width: 90%;
	z-index: 1;
}

/* 诚信参评承诺书 */

.letter .box {
	height: 350px;
	margin-top: -310px;
	padding: 29px 29px 0 35px;
	margin-left: -300px;
	width: 600px;
}

.letter .head {
	margin: 0 0 30px
}

.letter .content {
	height: 55%;
	overflow-y: auto;
	padding-right: 10px;
}

.letter .content p {
	text-indent: 2em;
}

.letter .submit {
	margin: 10px auto 0;
	cursor: pointer;
}

/* 提交成功弹窗 */
.success {
	position: fixed;
	height: 100vh;
}
.success.wenjuan {
	position: absolute;
	height: 200vh;
}
.success .box {
	background: #FFFFFF;
	font-weight: 400;
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	line-height: 22px;
	width: 500px;
	height: 320px;
	top: 50%;
    margin-left: -250px;
}
.success .box p.info{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 60px;
	display: none;
}
.success.wenjuan .box{
	background: #FFFFFF;
	top: 20%;
	/* height: 1020px; */
	width: 800px;
	height: 880px;
	font-weight: 400;
	font-size: 16px;
	color: rgba(0,0,0,0.85);
	line-height: 22px;
	margin-left: -400px;
}
.success .box > img {
	display: block;
    margin: 0 auto;
}
.success .box .title{
	font-weight: 600;
	font-size: 22px;
	color: rgba(0,0,0,0.85);
	line-height: 22px;
	margin-top: 60px;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.success.wenjuan .box .title::before{
	position: absolute;
	content: "";
	/* width: 130px; */
	width: 240px;
	height: 1px;
	background: #D9D9D9;
	left: 0;
	top: 11px;
}
.success.wenjuan .box .title::after{
	position: absolute;
	content: "";
	/* width: 130px; */
	width: 240px;
	height: 1px;
	background: #D9D9D9;
	right: 0;
	top: 11px;
}
.success .box .desc{
	margin-bottom: 30px;
}
.success .wenjuan textarea{
	position: relative;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
    outline: none;
	height: 80px;
	margin-bottom: 40px;
}
.success .wenjuan .subject{
	position: relative;
}
.success .wenjuan .subject .num{
	bottom: 50px;
}
.success .wenjuan .subject:last-child textarea{
	margin-bottom: 20px;
}
.success .wenjuan .label{
	line-height: 22px;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	margin-bottom: 8px;
}
.success .wenjuan .label i{
	color: #FF0000;
}
.success .content {
	text-align: center;
	margin-bottom: 60px;
}

.success .submit {
	cursor: pointer;
}

/* 图片预览 */

.imgView {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	width: 100vw;
	height: 100vh;
	z-index: 9;
}

.imgView .box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.imgView .box img {
	display: block;
	max-width: 70%;
    max-height: 90%;
}

.imgView .close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #FFFFFF;
	font-size: 36px;
	cursor: pointer;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 35px;
}

.showFileName {
	text-decoration: underline;
	background: url(../images/icon-paperclip.png) center left no-repeat;
	width: 14px;
	height: 14px;
	padding-left: 24px;
}
.cartoonUpload .showFileName, .videoUpload .showFileName, .sphbox .showFileName {
	background: none;
	display: block;
	margin-top: 10px;
	width: 300px;
	height: 250px;
	position: relative;
	padding-left: 0;
	border: 1px solid #d9d9d9;
}
.cartoonUpload .showFileName>img,.videoUpload .showFileName>video, .sphbox .showFileName>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cartoonUpload .showFileName i img,.videoUpload .showFileName i img, .sphbox .showFileName i img {
	position: absolute;
	right: -7px;
	top: -7px;
	cursor: pointer;
}
.myworks-title {
	background: url(../images/icon-center-title.png) center left no-repeat;
	background-size: 436px 16px;
	width: 436px;
    text-align: center;
    margin: 0 auto;
	color: #404040;
	font-size: 22px;
}

.tougao-btn {
	justify-content: center;
	padding-left: 25px;
}

.tougao-btn a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #EF6E21;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 0 20px;
	cursor: pointer;
}

#unEditSolo, #unEditTeam, #unEditOrg {
	background: transparent;
	border: 1px solid #EF6E21;
	color: #EF6E21;
}

.tougao-btn a .icon {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.org_form .row label.publishday-box {
	position: relative;
}

.publishday-box::after, .icon_birthday::after {
	content: '';
	position: absolute;
	top: 17px;
	right: 14px;
	background: url(../images/icon_down.png) no-repeat;
	width: 12px;
	height: 6px;
}
.publishday-box{
	/* width: 100%; */
}
.publishday-box::after{
	right: 20px;
}
.icon_birthday::after {
	content: '';
	right: 19px;
}

/* 上传身份证 */

#identityDom {
	display: none;
}

.back-upload {
	margin-left: 50px;
}

/* #frontUpload, #backUpload {
	position: relative;
    width: 230px;
    height: 145px;
    background: #FFFFFF url(../images/icon-ID-front.png) center no-repeat;
	background-size: 95% 90%;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
	margin-bottom: 10px;
	border: 1px dashed #D9D9D9;
	box-sizing: border-box;
} */

#frontUpload, #backUpload {
	position: relative;
    width: 150px;
    height: 40px;
	line-height: 40px;
    background: #EF6E21;
	border-radius: 5px;
	text-align: center;
	color: #FFFFFF;
}

/* #backUpload {
    background: url(../images/icon-ID-back.png) center no-repeat;
	background-size: 95% 90%;
} */

#frontUpload > input, #backUpload > input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.identity-upload .tips {
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.identity-upload .tips .icon {
    position: relative;
	margin-right: 5px;
}

.identity-upload .tips .end {
	display: none;
	align-items: center;
}

#submitIdentity {
	width: 150px;
	height: 40px;
	margin: 0 0 0 50px;
	background: #EF6E21;
	border: none;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
}

/* 上传推荐表 */

.orgUpload {
	position: relative;
    width: 227px;
    height: 317px;
	line-height: 30px;
	color: #FFFFFF;
	background: url(../images/icon-table.png) center no-repeat;
	background-size: 100%;
    text-align: center;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.orgUpload > input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
	z-index: 10;
}

/* .orgUpload::after {
	content: '+';
	position: absolute;
	top: 40%;
	left: 40%;
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
} */

.sunbmit-tjb {
	background: #EF6E21;
	width: 227px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
}

.wrap_box .orgUpload .icon {
    top: 34%;
	left: 35%;
    width: 67px;
    height: 67px;
}

/* .org_form .row .input:focus{
	border-color: #EF6E21;
	box-shadow: 0 0 10px rgba(239,110,33,0.3);
} */

#btnReg:focus, .letter .submit:focus, #submitForm:focus, .tougao-btn a:focus {
    background: rgba(239, 110, 33, 0.8) !important
}

#introduceNum {
    bottom: 10px;
    right: 25px;
}

#introduceBox {
	align-items: flex-start;
	display: none;
}

#first, #second {
	outline: none;
	border: 1px solid #D9D9D9;
	height: 40px;
	padding: 0;
	font-size: 16px;
}

#second, #wechatNameBox {
	display: none;
}

.upload-nums {
	text-align: center;
	margin: 20px 0 0;
	font-size: 14px;
}

#uploadNumTips a {
	color: #EF6E21;
}

/* 进度条 */

.box .bar {
	position: relative;
	background: #F5E6DC;
	border-radius: 10px;
	width: 90%;
	margin: 160px auto 0;
}
.box .bar .process{
	display: block; 
	background:#FF8208;
	color: #333333;
	border-radius: 10px;
	height: 15px;
	line-height: 15px;
	width: 0%;
}
.box .bar .process .ratio{
position: absolute;
font-size: 32px;
color: rgba(0,0,0,0.65);
top: -40px;
left: 50%;
width: 90px;
text-align: center;
margin-left: -45px;
}

/* 修改账号 */

.edit .row .custom-select {
	border: none !important;
}

.edit input, .edit .row .custom-select input {
	width: 591px !important;
	border: 1px solid #d9d9d9 !important;
	height: 44px !important;
	line-height: 44px;
}

.edit .select-picker-search {
    width: 593px;
    height: 44px;
}

.edit .select-picker-search-checked {
    width: 593px;
    height: 44px;
    line-height: 44px;
}

.edit .selectPickerWrapper {
	position: relative;
	height: 44px;
}

.edit .select-picker-search {
	border: 1px solid #d9d9d9;
}

.edit .editSubmit {
	display: block;
    margin: 0 auto;
    width: 300px;
    height: 40px;
    line-height: 40px;
    background: #EF6E21;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    text-decoration: none;
	outline: none;
	border: none;
	margin: 20px auto;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	font-size: 32px;
	color: rgba(0,0,0,0.65);
	top: -40px;
	left: 50%;
	width: 90px;
	text-align: center;
	margin-left: -45px;
}

.edit .select-picker-search-checked:after {
	content: ' ';
    position: absolute;
    width: 0;
    top: 17px;
    right: 20px;
    background: url(../images/icon_down.png) center no-repeat;
}

.edit .row {
    align-items: center;
}

.org_center .row .gauge {
	width: 150px;
}

.chekbox-tips {
	color: #CCC;
}

/* .edit .row .input, .edit .row .custom-select input{
	position: relative !important;
	width: 591px !important;
	height: 40px !important;
	background: #FFFFFF !important;
	border: 1px solid #D9D9D9 !important;
	border-radius: 2px !important;
	box-sizing: border-box !important;
	padding: 0 10px !important;
	font-size: 16px !important;
    outline: none !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
} */

.collect .box1 {
	width: 400px;
    height: 260px;
	margin-left: -200px;
}
.collect .slidePanel{
	margin-top: 10px;
}
.collect .box1 .tips{
	font-size: 16px;
	text-align: center;
	color: #EF6E21;
}
.collect .box1 .head {
	margin-bottom: 50px;
}
.collect .box1 .close{
	position: absolute;
	width: 24px;
	height: 24px;
	top: 8px;
    right: 8px;
	cursor: pointer;
	background: url("../images/close.png") no-repeat;
}
#attachmentDom {
	display: none;
	align-items: center;
	text-decoration: none;
}

#attachmentDom .icon {
	position: relative;
	top: 3px;
	margin-right: 5px;
}

.cke_path{
	display: none !important;
}

.author-list {
	clear: both;
}
.author-list .author-self {
	float: left;
	margin-right: 30px;
	cursor: pointer;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #F78336;
	background: url('../images/checkbox-unselected.png') no-repeat;
	padding-left: 46px;
	box-sizing: border-box;
}
.author-list .author-self.active {
	background: url('../images/checkbox-selected.png') no-repeat;
	color: #fff;
}
/* .author-list .author-self:hover {
	opacity: 0.7;
} */
.author-list .author-item{
	float: left;
	padding-left: 20px;
	padding-right: 40px;
	height: 40px;
	line-height: 38px;
	margin-right: 30px;
	color: #F78336;
	border: 1px solid #F78336;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.author-list .author-item .item-tag {
	position: absolute;
	right: -1px;
	bottom: -1px;
	padding: 0 5px;
	line-height: 16px;
	font-size: 14px;
	background: #F78336;
	color: #fff;
	border-top-left-radius: 2px;
}
.author-list .author-add {
	float: left;
	padding: 0 20px;
	line-height: 38px;
	height: 40px;
	color: #F78336;
	border: 1px solid #F78336;
	border-radius: 3px;
	cursor: pointer;
	box-sizing: border-box;
	/* margin-bottom: 20px; */
}
.author-list .author-add .add-icon {
	width: 22px;
	height: 22px;
	vertical-align: middle;
}
.author-dialog-wrap {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	width: 100vw;
	height: 100vh;
	z-index: 10001;
	display: none;
	overflow-y: auto;
}
.author-dialog-wrap .box {
	width: 800px;
	background: #FFFFFF;
	border-radius: 8px;
	margin: 0 auto;
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 50%;
	margin-left: -400px;
	box-sizing: border-box;
	padding: 29px 35px 0;
	line-height: 28px;
	color: #5F5F5F;
	font-size: 14px;
	
}
.author-dialog-wrap .close-btn {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 8px;
  right: 8px;
	cursor: pointer;
	background: url("../images/black_close.png") no-repeat;
}
.author-dialog-wrap .author-add-item {
	margin-bottom: 24px;
}
.author-dialog-wrap .author-add-item .input-wrap {
	position: relative;
	margin-top: 10px;
}
.author-dialog-wrap .author-add-item .icon_prefix {
	position: absolute;
	left: 16px;
	top: 10px;
	z-index: 90;
}
.author-dialog-wrap .author-add-item .icon_prefix img {
	width: 18px;
	height: 18px;
}
.author-dialog-wrap .author-add-item .item-label {
	font-size: 14px;
	color:#666;
}
.author-dialog-wrap .author-add-item .item-tip {
	font-size: 14px;
	color:#ccc;
}
.author-dialog-wrap .author-add-item .input {
	position: relative !important;
	width: 100% !important;
	height: 40px !important;
	background: #FFFFFF !important;
	border: 1px solid #D9D9D9 !important;
	border-radius: 2px !important;
	box-sizing: border-box !important;
	padding: 0 10px 0 50px !important;
	font-size: 16px !important;
    outline: none !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.author-dialog-wrap .author-add-item .textarea {
	position: relative !important;
	width: 100% !important;
	height: 88px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 2px !important;
	box-sizing: border-box !important;
	padding: 8px 10px 8px 50px !important;
	font-size: 16px !important;
	line-height: 24px;
    outline: none !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.author-dialog-wrap .submit {
	width: 300px;
	height: 40px;
	line-height: 40px;
	background: #EF6E21;
	border-radius: 2px;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	margin-bottom: 20px;
}

.author-dialog-wrap .submit:focus-visible {
	background: rgba(0,0,0,0.4);
}
.author-dialog-wrap .custom-select{
	display: inline-block;
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	box-sizing: border-box ;
	padding: 0 10px 0 50px;
}
.author-dialog-wrap .birthday-box {
	position: relative;
}

.birthday-box::after{
	content: '';
	position: absolute;
	top: 6px;
	right: 14px;
	background: url(../images/icon_down.png) no-repeat;
	width: 12px;
	height: 6px;
}

.author-dialog-wrap .selectPickerWrapper, .author-dialog-wrap .selectPickerWrapper .select-picker-search, .author-dialog-wrap .selectPickerWrapper .select-picker-options-wrp,.author-dialog-wrap .selectPickerWrapper  .select-picker-search-checked {
	position: relative;
	width: 100%;
	color: #000;
}
.author-dialog-wrap .selectPickerWrapper .select-picker-search-checked,.author-dialog-wrap .selectPickerWrapper  .select-picker-search {
	height: 38px;
	line-height: 38px;
}
.author-dialog-wrap .selectPickerWrapper {
	position: relative ;
	width: 730px;
	height: 40px ;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 0 10px 0 50px;
	font-size: 16px;
}
.author-dialog-wrap .selectPickerWrapper .select-picker-options-wrp {
	width: 730px;
  left: -50px;
  top: 0px;
}
.jedate {
	z-index: 99999 !important;
}
.author-dialog-wrap .author-add-item .num {
	position: absolute;
	right: 10px;
	color: rgba(0,0,0,0.40);
	bottom: 4px;
}

.org_form .row.articleContent {
	margin: 24px 24px 10px;
}

.articleContent-tips, .cartoonContent-tips {
	color: rgba(0,0,0,0.40);
	padding-left: 120px;
	margin-bottom: 20px;
}

/* 自定义省市区切换 */

#box dl dd.area_select {
	width: 208px;
	height: 46px;
}

#box div dl dd input.area_btn {
	width: 100%;
	height: 100%;
	padding: 0;
}

.area_list {
	margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
	margin: 0;
	padding: 0;
}

.area_box {
    display: none;
    width: 208px;
	height: 300px;
    z-index: 999999;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
	top: 48px;
	left: 0;
	background: #fff;
	border-radius: 2px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
	border-left: 1px solid rgb(217, 217, 217);
    border-right: 1px solid rgb(217, 217, 217);
    border-bottom: 1px solid rgb(217, 217, 217);
}

.area_box ul li {
    list-style-type: none;
    height: 32px;
    line-height: 32px;
    font-size:15px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 10px;
}

.bgc{
    background-color: #ebf1f5;
}

.area_box ul li:hover {
    background-color: #ebf1f5;
    color: #0c0c0c;
}


/* 终评作品提交身份证信息 */

.author-wrap {
	flex: 1;
}

.author-item {
	margin-bottom: 20px;
}

.author-item:last-child {
	margin-bottom: 0;
}

.author-item .name {
	width: 150px;
}

.author-item .upload-box {
	flex: 1;
	justify-content: space-between;
}

.author-item .upload-box > div {
	flex: 1;
	margin-right: 20px;
}

.author-item .back-upload {
	margin-left: 0;
}

.author-item .identity-upload .btn {
	position: relative;
	width: 100px;
	height: auto;
	font-size: 14px;
	cursor: pointer;
	color: #EF6E21;
}

.author-item .identity-upload .btn > input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

.author-item .submitIdentity {
	width: 98px;
	height: 32px;
	background: #EF6E21;
	color: #fff;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	line-height: 32px;
    text-align: center;
    font-size: 14px;
}

.author-item .submitIdentity.disabled {
	background: #CCCCCC;
	cursor: default;
}

.author-item .identity-upload .tips {
	font-size: 14px;
}

.author-item .identity-upload .tips .end {
	display: flex;
}

.author-item .file-name {
	align-items: center;
	font-size: 14px;
}

.author-item .file-name.unshow {
	display: none;
}

.author-item .file-name.show {
	display: flex;
}

.author-item .file-name.show .title > a {
	display: inline-block;
	width: 42px;
	height: 42px;
	background:  #fff;
	border-radius: 4px;
	border: 1px solid #eee;
	padding: 10px;
}

.author-item .file-name.show .title img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.author-item .file-name .icon {
	position: relative;
	height: 14px;
	margin-right: 8px;
}

.author-item .file-name .close {
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-left: 5px;
}

.examine-wrap {
	text-align: center;
	margin: 200px auto 0;
}

/* 搜索作者 */

.author-wrap {
	position: relative;
}

.author-search-list {
	position: absolute;
    top: 39px;
    left: 0;
    background: #fff;
	color: #000;
    max-height: 200px;
    width: 728px;
    border: 1px solid rgb(217, 217, 217);
    z-index: 99;
	overflow: hidden;
	overflow-y: auto;
	display: none;
}

.author-search-list .item {
	text-indent: 8px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    background: none;
}

.author-search-list .item:hover {
	background: #f7f7f7;
}

.cartoon-box .cartoon-item {
	display: flex;
    position: relative;
	height: 160px;
    margin-bottom: 20px;
}

.cartoon-box .cartoon-item .cover {
    border: 1px solid #d9d9d9;
    width: 200px;
    height: 100%;
}

.cartoon-box .cartoon-item .cover img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cartoon-box .cartoon-item .cover .cartoon-close  {
	position: absolute;
    right: -7px;
    top: -7px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    z-index: 1;
}

.org_form .row .cartoon-box .cartoon-item .text {
	flex: 1;
}

#authorState > ul {
    overflow: hidden;
    overflow-y: auto;
}
@media (min-width: 1080px){
	.org_main {
	    margin-top: 55vw;
	}
}
