@charset "utf-8";
.open-modal-container{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.open-modal-header{
	height: 55px;
	line-height: 55px;
	text-align: center;
	padding: 0 10px;
	padding-bottom: 52px;
	margin-bottom: -10px;
	overflow-y: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.open-modal-header span{
	color:#636363 ;
	font-size: 1.6rem;
	/*font-family: 苹方,Medium;*/
	display: inline-block;
	height: 45px;
	font-size: 16px;
	vertical-align: top;
    /*margin-top: -5px;*/
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.open-modal-header span:not(:last-of-type) {
	margin-right: 10px;
}
.open-modal-body{
	flex:1;
	overflow: auto;
	padding: 10px 15px;
	background-color: #F6F6F6;
	word-wrap: break-word;
	word-break: normal;
	font-size: 14px;
	color: #333;
	line-height: 1.42857143;
}
.open-modal-footer{
	width: 100%;
	text-align: center;
	line-height: 40px;
	padding: 12px 0px;
}
.open-modal-footer span{
	padding: 10px 14px;
	background-color: #409cdd;
	color: white;
	border-radius: 5px;
}

.modal-content .modal-closeBtn{
	top:0.18rem;
	right: 0.15rem;
}

/**/

.privacy-cancel-modal-btn,
.privacy-ok-modal-btn {
	width: 132px;height: 40px;line-height: 40px;border-radius: 20px;font-size: 14px;
}
.privacy-cancel-modal-btn {border: 1px solid #ccc;margin-right: 16px;}
.privacy-ok-modal-btn {background-color: #1BA4FC;color: #fff;}
.privacy-ok-modal-btn[data-disabled='disabled'] {opacity: 0.5;}

.history-content {margin-top: 20px;}
.history-content>span {
	display: block;
	line-height: 22px;
	color: #1BA4FC;
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
	background-color: transparent !important;
}

.second-privacy-modal-wrap {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 90vh;
	background: #fff;
	z-index: 30000000;
}
.second-privacy-modal-wrap .second-privacy-modal-header {
	text-align: center;
	height:46px;
	line-height: 51px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	color: #636363;
}
.second-privacy-modal-wrap .second-privacy-modal-body {
	padding: 10px 20px;
	max-height: calc(100% - 114px);
	overflow: auto;
	background-color: #F6F6F6;
	height: calc(100% - 114px);
	font-size: 14px;
	color: #333;
}
.second-privacy-modal-wrap .second-privacy-modal-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 40px;
	padding: 12px 0;
	background: #fff;
	text-align: center;
}

.body-overflow-hiddden {
	overflow: hidden !important;
}.privacy-cancel-modal-btn,
 .privacy-ok-modal-btn {
	 width: 132px;height: 40px;line-height: 40px;border-radius: 20px;
 }
.privacy-cancel-modal-btn {border: 1px solid #ccc;margin-right: 16px;}
.privacy-ok-modal-btn {background-color: #1BA4FC;color: #fff;}
.ir-userShowPrivacy-true,
.ir-userShowPrivacy-false {
	flex: 1;
}

.open-modal-header::-webkit-scrollbar,
.privacy_modal_head::-webkit-scrollbar {
	width: 0 !important;
	height: 0 !important;
}
.open-modal-header::-webkit-scrollbar-thumb,
.privacy_modal_head::-webkit-scrollbar-thumb {
	height: 0px;
	background-color: #fff !important;
	border-color: #fff !important;
	background-clip: padding-box;
}


#userStatement input.privacy_checkbox[type=checkbox]{
	cursor: pointer;
	position: relative;
	width: 15px;
	height: 15px;
	font-size: 14px;
}

#userStatement input.privacy_checkbox[type=checkbox]::after{
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: #fff;
	color: #fff;
	width: 15px;
	height: 15px;
	display: inline-block;
	padding-left: 0px;
	text-align: center;
	content: ' ';
	border-radius: 3px;
	border: 1px solid rgb(118, 118, 118);
}

#userStatement input.privacy_checkbox[type=checkbox]:checked::after{
	content: "✓";
	font-size: 12px;
	font-weight: bold;
	background-color: #1aa4fc;
	border: none;
}

.corp-content ol, .corp-content ul {
	list-style: revert;
	padding-left: revert;
	margin: revert;
	float: revert;
}
.corp-content ul li, .corp-content ol li {
	list-style: inherit;
	float: revert;
}
