@charset "utf-8";
/* CSS Document */
/***************
**响应式重置样式表*
****************/
/* ============================ 重置css样式 ============================ */
.loading {
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 20000;
}
.loading > div {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFFFFF;
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
.lds-rolling-new {
	position: relative;
}
.lds-rolling-new div, .lds-rolling-new div:after {
	position: absolute;
	width: 114px;
	height: 114px;
	border: 24px solid #69c4c1;
	border-top-color: transparent;
	border-radius: 50%;
}
.lds-rolling-new div {
	animation: lds-rolling-new 1s linear infinite;
	top: 20px;
	left: 20px;
}
.lds-rolling-new {
	width: 42px !important;
	height: 42px !important;
	transform: translate(-21px, -21px) scale(0.21) translate(21px, 21px);
}
@keyframes lds-rolling-new { 0% {
	transform: translate(-50%, -50%) rotate(0deg); }
	100% {
		transform: translate(-50%, -50%) rotate(360deg); } }
/* 弹窗 */
.pop_bg .del_cancelBtn {
	border-color: #F69F28;
	color: #F69F28;
	background: #fff;
}
.pop_bg .del_confirmBtn,
.pop_bg .del_cancelBtn {
	cursor: pointer;
	width: 90%;
	margin: 5px 22.5px;
	border: 1px solid transparent;
	max-width: 310px;
	text-align: center;
	line-height: 41px;
	border-radius: 42px;
	background: #F69F28;
	color: #fff;
	font-size: 16px;
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15);
}
/* 弹窗 End */
.model_content{
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .2);
	border-radius: 10px;
	border:1px solid rgba(0, 0, 0, .2);
	padding:0 10px;
	margin-bottom: 20px;
	height: 50vh;
	max-height: 50vh;
}
.pop_bg .pop_bg_main {
	position: absolute;
	left: 15px;
	right: 15px;
	padding: 0 0 30px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 12.5px 40px 40px 40px;
	background: #fff;
	box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.2);
}
.pop_bg .pop_bg_main.pop_bg_main_new {
	border-radius: 12.5px 12.5px 40px 40px;
}
/* pdf弹窗 */
@media (min-width: 768px) {
	.pop_bg .pop_bg_main {
		left: 30px;
		right: 30px;
	}
	/*.pop_bg .del_cancelBtn{
		height: 54px;
		line-height: 54px;
		border-radius: 54px;
		margin-top: 15px;
	}*/
}
/* 弹窗 */
@media (min-width: 992px) {
	.pop_bg .pop_bg_main {
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		max-width: 580px;
	}
	.pop_bg .del_confirmBtn, .pop_bg .del_cancelBtn{
		height: 54px;
		line-height: 54px;
		border-radius: 54px;
	}
	.pop_bg .del_confirmBtn, .pop_bg .del_cancelBtn {
		width: auto;
		padding: 0 20px;
		min-width: 150px;
		margin: 0;
	}
	.pcShow{
		display: block;
	}
	.mobileShow{
		display: none;
	}
	.pop_bg .del_confirmBtn_pc,
	.pop_bg .del_cancelBtn_pc{
		width: 50%;
		height: 100%;
	}
	.pop_bg .del_confirmBtn_pc{
		float: left;
	}
	.pop_bg .del_cancelBtn_pc{
		float: right;
	}
	.pop_bg .del_confirmBtn_pc .del_confirmBtn{
		float: right;
		margin-right: 15px;
	}
	.pop_bg .del_cancelBtn_pc .del_cancelBtn{
		float: left;
		margin-left: 15px;
	}

}
@media (max-width: 992px) {
	.pop_bg .mobileShow{
		display: block;
	}
	.pop_bg .pcShow{
		display: none;
	}
}
@media (max-width: 768px) {
	/*.pop_bg .del_cancelBtn {*/
	/*	margin-top: 15px;*/
	/*}*/
}

.pop_bg .complete_section_old_new {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center;
}
.pop_bg .tip_section_cell {
	padding: 50px 0 25px;
	text-align: center;
}
.pop_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.45);
}
.pop_bg .model_wrap{
	/*padding: 20px 10px;
	overflow-y: auto;*/
	width: 100%;
	height: 100%;
	/*max-height: 70vh;*/
}

.pop_bg .ins_title {
	width: 100%;
	color: #006b92;
	text-align: center;
	height: 23px;
	line-height: 23px;
	position: relative;
	border-bottom: 0px solid #DCDCDC;
	font-size: 17px;
	font-weight: normal;
}
.pop_bg .ins_title i {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 23px;
	height: 23px;
	background: #006b92 url(../images/icon_close@2x.png) no-repeat center center;
	background-size: 23px 23px;
	cursor: pointer;
}
cite, em, i {
	font-style: normal;
}
.pop_bg .user_read_new {
	padding: 0 0px;
	width: 90%;
}
.pop_bg .user_read_new li {
	position: relative;
	padding-left: 35px;
	font-size: 18px;
	color: #231f20;
	line-height: 1.8;
	padding-top: 10px;
	padding-bottom: 15px;
	width: auto;
}
.pop_bg .user_read_new li i {
	width: 30px;
	height: 30px;
	background: url(../images/icon/icon_false.png) no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	left: 0;
	cursor: pointer;
}

.pop_bg .user_read_new li i .error_mes {
	color: #ff0032;
	font-size: 18px;
	display: none;
}
@media (min-width: 768px) {
	/*.pop_bg .user_read_new li {
		padding-left: 20px;
		font-size: 18px;
		padding-top: 0px;
		padding-bottom: 20px;
		line-height: 20px;
	}*/
	/*.pop_bg .user_read_new li i {
		width: 20px;
		height: 20px;
	}*/
	.pop_bg user_read_new li i .error_mes {
		font-size: 18px;
	}
}
.pop_bg i.pdfCheckBoxClass{
	background: url(../images/icon/icon_false.png) no-repeat;
	background-size: 100%;
}
.pop_bg i.pdfCheckBoxClass.active{
	background: url(../images/icon/icon_true.png) no-repeat;
	background-size: 100%;
}
@media (min-width: 992px) {
	/*.pop_bg .user_read_new li {*/
	/*	padding-left: 45px;*/
	/*	font-size: 18px;*/
	/*	padding-top: 0px;*/
	/*	padding-bottom: 30px;*/
	/*	line-height: 20px;*/
	/*}*/
	/*.pop_bg .user_read_new li i {
		width: 30px;
		height: 31px;
		cursor: pointer;
	}*/
	.pop_bg .user_read_new li i .error_mes {
		font-size: 18px;
		width: 100%;
	}

}

