/*	--------------------------------------------------
Reveal Modals
-------------------------------------------------- */

.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}
#myModal3 .reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -300px;
	/*width: 520px;
	background: #eee url(modal-gloss.png) no-repeat -200px -80px;*/
	position: absolute;
	z-index: 101;
	/*padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);*/
}

.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
} 

.stars i {
    width: 20px;
    height: 30px;
    line-height: 30px;
    float: left;
    /* background: #ccc; */
    color: #9e9e9e;
    text-align: center;
    cursor: default;
    font-style: normal;
    font-family: serif;
}
.stars .on{ color: #2196f3;}

.xing i {
    width: 20px;
    height: 30px;
    line-height: 30px;
    float: left;
    /* background: #ccc; */
    color: #9e9e9e;
    text-align: center;
    cursor: default;
    font-style: normal;
    font-family: serif;
}
.xing .on{ color: #2196f3;}

/* 举报 */
.report-btn {
	background-color: var(--color-page-background);
	border: none;
	height: 26px;
	margin-right: 5px;
	cursor: pointer;
	font-size: 13px;
	color: var(--color-font-filter-count);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	outline: none;
	padding: 0;
}
.report-resource-box {
	padding: 10px;
}
.report-resource-box .report-btn {
	margin: 0 auto;

}

.modal-mask ,
.report-modal {
	display: none;
	position: fixed;
	/*display: flex;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 101;
	background: rgba(0,0,0,0.8);
	justify-content: center;
	align-items: center;
}
.report-modal .report-box,
.modal-mask .modal-box {
	width: 80%;
	background: #fff;
	padding: 20px 30px;
	max-width: 500px;
}
.report-modal .report-box-top,
.modal-mask .modal-top {
	position: relative;

}
.report-modal .report-warn {
	font-size: 64px;
	text-align: center;
}
.report-modal .report-close {
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
	color: var(--color-font-filter-count);
	padding: 0;
}
.report-modal .report-box-text {
	margin: 15px 0;
}

.report-modal .report-box-input textarea {
	width: 100%;
	height: 110px;
	resize: none;
	padding: 13px;
}
.report-modal .report-button-group {
	display: flex;
	justify-content: space-evenly;
	margin-top: 13px;
}
.report-modal ._3er3j {
	font-size: 14px;
	height: 36px;
}

/* 已购页面 侧栏标签 */
.label-input {
	position: relative;
	height: 40px;
	border-radius: 4px;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 10px 0;
	background-color: var(--color-border-normal);
}
.label-input input[type=text] {
	background-color: var(--color-bg-gray-2);
	border: 1px solid var(--color-bg-gray-2);
	z-index: 1;
	display: block;
	opacity: 1;
	position: relative;
	padding: 0 60px 0 10px;
	height: 40px;
	outline: none;
	overflow: hidden;
	font-size: 16px;
}
.label-input button {
	position: absolute;
	border: none;
	right: 10px;
	top: 5px;
	width: 20px;
	height: 30px;
	font-size: 18px;
	padding: 0;
	color: var(--color-font-filter-count);
}

/* 编辑资源标签 */
.edit-label-modal {
	/*display: flex;*/
}
.edit-label-modal .edit-label-box {
	max-width: 600px;
}
.modal-mask .modal-top {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	height: 36px;
	font-size: 24px;
	line-height: 1.5;
	color: var(--color-font-header);
}
.modal-mask .modal-close {
	cursor: pointer;
}

.edit-label-modal .label-content {
	margin-top: 10px;
	padding-top: 16px;
	border-top: 1px solid var(--color-border-normal);
}
.label-content-tip {
	font-size: 16px;
	margin-bottom: 5px;
}
.edit-label-box .input-box input[type=text] {
	width: 100%;
}
.edit-label-box .input-box button {
	z-index: 1;
	cursor: pointer;
}
.edit-label-box .resource-label-list {
	display: flex;
	padding-bottom: 16px;
	flex-wrap: wrap;
}
.edit-label-box .resource-label {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	height: 25px;
	border-radius: 3px;
	margin: 8px 8px 0 0;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 6px 0 8px;
	border: 1px solid var(--color-border-strong);
}
.edit-label-box .my-label-tip {
	padding-top: 16px;
	border-top: 1px solid var(--color-border-normal);
}
.edit-label-box .resource-label-txt {
	font-size: 13px;
	line-height: 1.46;
	white-space: nowrap;
}
.resource-label-list .label-close {
	transform: scale(.8);
	margin-left: 4px;
	color: var(--color-font-header);
	cursor: pointer;
}
.resource-btn-group {
	display: flex;
	flex-flow: row nowrap;
	height: 36px;
	justify-content: flex-end;
}

.resource-btn-group .resource-btn {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	border-radius: 3px;
	margin: 0;
	outline: none;
	cursor: pointer;
	padding: 0 16px;
	white-space: nowrap;
	line-height: normal;
	border: none;
	height: 36px;
}
.resource-btn-group .cancel-btn {
	margin-right: 24px;
	color: var(--color-cta-primary);
	background: var(--color-page-background);
}
.resource-btn-group .submit-btn {
	color: #fff;
	background: var(--color-cta-primary);
}

/* 许可证类型 */
.license-container {
	display: none;
}
._3lKf4 ._32O8H.license-option {
	align-items: flex-start;
	margin-bottom: 7px;
}