




.sdk_box {
	display: none;
}

.sdk-wrap {
	position: relative;
}

.pop_box_big,
.pop_box_big *{
	box-sizing: border-box;
}

.sdk-wrap_box_master,
.pop_box_big_master {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 98;
}

.sdk-wrap_close {
	position: absolute;
	right: -25px;
	top: -25px;
	width: 60px;
	height: 60px;
	/*margin-right: 22px;*/
	cursor: pointer;
	z-index: 2;
	/* margin: 0 auto; */
	/* filter: invert(1); */
}

.sdk-wrap_close img {
	width: 100%;
}

.sdk-wrap_box {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 1000px;
	/* max-height: 800px; */
	/* height: 85%; */
	transform: translate(-50%, -50%);
	/*height: 500px;*/
	/*margin-left: -500px;*/
	/*margin-top: -250px;*/
	z-index: 99;
	/* background: #fff; */
	/* overflow: auto; */
}

.sdk-wrap {
	/*  position: absolute;
left: 50%;
top: 0%;
width: 1000px;
height: 500px;
margin-left: -500px;
margin-top: -250px;
z-index: 9999;
background: #FFF;*/
}

.warp_list {
	max-width: 1920px;
	margin: 0 auto;
	min-width: 1000px;
	width: 100%;
	position: relative;
}

.warp_list img {
	width: 100%;
}

.warp_pre {
	position: relative;
}

.sdk__ {
	position: absolute;
	width: calc(310 / 1920 * 100%);
	height: calc(76 / 3404 * 100%);
	display: block;
	/*background: rgba(0,0,0,.2);*/
	left: calc(805 / 1920 * 100%);
	top: calc(2263 / 3404 * 100%);
	cursor: pointer;
}

.sdk_tpis {
	position: absolute;
	width: calc(424 / 1920 * 100%);
	height: calc(139 / 3404 * 100%);
	display: block;
	/*background: rgba(0,0,0,.2);*/
	left: calc(746 / 1920 * 100%);
	top: calc(2050 / 3404 * 100%);
}

.sdk_tpis_box {
	position: absolute;
	width: calc(424 / 1920 * 100%);
	height: calc(368 / 3404 * 100%);
	display: block;
	/*background: rgba(0,0,0,.2);*/
	left: calc(746 / 1920 * 100%);
	top: calc(1749 / 3404 * 100%);
}

.pop_box {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 1268px;
	/* max-height: 1000px;
	min-height: 600px;
	height: 85%; */
	transform: translate(-50%, -50%);
	z-index: 9999;
	overflow: auto;
	/*background: url(images/pop_b.png) repeat-y;*/
	display: flex;
	flex-direction: column;
}

.pop_box_h {
	position: relative;
}

.pop_box_close {
	position: absolute;
	right: 0;
	top: 0;
	width: 110px;
	height: 110px;
}

.pop_box_b {
	flex: 1;
	background: url(../images/pop_b.png) repeat-y;
	padding: 10px 117px 10px;
	overflow: hidden;
}

.pop_box_scroll {
	/* padding-bottom: 100px; */
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	
}

.pop_box_scroll::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.pop_box_scroll::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

.pop_box_scroll::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.pop_box_f {
	position: relative;
	display: none;
}

.pop_btn {
	position: absolute;
	width: 213px;
	height: 53px;
	left: 527px;
	top: 182px;
}

.pop_btn .ok {
	display: block;
}

.pop_btn .no {
	display: none;
}

.pop_btn.dis .no {
	display: block;
}

.pop_btn.dis .ok {
	display: none;
}

.pop_yes {
	position: absolute;
	width: 23px;
	height: 15px;
	left: 0px;
	top: 0;
	display: none;
	/*top: 38px; */
}

.yes1 {
	/*left: 128px;*/
	top: 35px;
}

.yes2 {
	/*left: 128px;*/
	top: 101px;
}

.pop_check {
	position: absolute;
	width: 1000px;
	height: 50px;
	left: 128px;
	/*top: 38px; */
}

.pop_check.checkon .pop_yes {
	display: block;
}

body.pn {
	height: 100%;
	overflow: hidden;
}



.el-form-container {

	border-radius: 20px;
	background-color: #fff;
}

#app .form-title {
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
}


.el-form-item {
	margin-bottom: 35px;
}

.el-form-item__label {
	font-weight: bold;
}

.text-right .el-input__inner {
	text-align: right;
}

.agreement-checkbox {
	margin-bottom: calc(35px + 20px);
}

.agreement-checkbox .el-checkbox__label {
	font-size: 12px;
	line-height: 1.4;
}

.ticket-card {
	margin-bottom: 15px;
	cursor: pointer;
}

.status-tag {
	float: right;
}

.detail-dialog .el-descriptions-item__label {
	width: 120px;
	font-weight: bold;
}

.input-container {
	position: relative;
}

.input-container label {
	color: #333;
	left: 20px;
	line-height: 1.95;
	padding: 0 5px;
	position: absolute;
	top: 12px;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	pointer-events: none;
	font-size: 16px;
}

.el-input__inner {
	padding: 0px 25px;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
}

.input-container .label-up {
	background: #fff;
	font-size: 14px;
	line-height: 1.95;
	top: -10px
}


.el-form--label-top .el-form-item__label {
	display: none;
}

.input-container label::after {
	content: '*';
	color: #2a99ff;
	margin-left: 4px
}

.not-required.input-container  label::after{
	display: none;
}

.ticket_box {
	/* background-color: #e5e5e5;
min-height: calc(100vh - 44px); */
}

.ticket_null {
	height: 100%;
	/* height: calc(100vh - 44px); */
	display: flex;
	justify-content: center;
	align-items: center;

}

.ticket_padding {
	/* padding: calc(100vw / 750 * 30); */
}

.ticket_item {
	padding: 10px;
	background: #FFF;
	border: 1px solid #d9d9d9;
	box-shadow: 0 0 .267vw #d9d9d9;
	margin-bottom: calc(100vw / 750 * 30);
	border-radius: 8px;
}

.ticket_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 32px;
}

.ticket_label {
	font-weight: bold;
	color: #333;
	width: 30%;
}


.el-descriptions {
	margin-top: 20px;
}

.el-descriptions-item__label:not(.is-bordered-label) {
	width: 130px;
	/* flex: 1; */
	color: #333;
	font-size: 16px;;
	font-weight: bold;
}

.el-descriptions-item__container .el-descriptions-item__content{
	font-size: 16px;
}

.el-descriptions-item__container .el-descriptions-item__content {
	/* text-align: right; */
}

.el-descriptions-item__container {
	/* justify-content: space-between;
	justify-content: space-between;
	align-items: center; */

}

.el-page-header__title{
	font-size: 18px;
}

/* .el-descriptions-item__container .el-descriptions-item__content, .el-descriptions-item__container .el-descriptions-item__label{ */
/* display: flex;
justify-content: space-between;
align-items: center; */
/* } */

.el-descriptions-item__container .el-descriptions-item__content {
	flex: none;
}


.el-form-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 0 0 20px 20px ;
	padding: 20px;
}

.el-checkbox__inner {
	border-radius: 100%;
}

.el-checkbox__input.is-checked+.el-checkbox__label {
	color: #666
}

.el-tabs__header {
	margin-bottom: 0;
}


.p44 {
	width: 100%;
	padding: 44px;
	height: calc(85vh - 88px - 70px);
	max-height: calc(800px - 88px - 70px);
	overflow-y: auto;
	box-sizing: border-box;
}

.el-textarea__inner {
	padding: 15px 25px;
}

.el-input__prefix {
	right: 25px;
	display: none;
}

.agreement-text {
	font-size: 14px;
}

.el-tabs__active-bar {
	display: none;
}

.el-tabs__nav-wrap::after {
	display: none;
}

.el-tabs__nav {
	display: flex;
	justify-content: center;
	width: 100%;
	background-color: #d8e9f9;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}

.el-tabs__item {
	font-size: 24px;
	font-weight: bold;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	line-height: 70px;
	color: #333;
}

.el-tabs__item span {
	font-size: 24px;
}


.el-tabs__item:hover {
	color: #333;
}

.el-tabs__item.is-active {
	color: #2a99ff;
	background-color: #FFF;
	border-radius: 20px 20px 0 0;
	color: #333;
	/* overflow: hidden; */
}

.el-empty__description {
	padding-top: 0;
	line-height: 20px;
	font-weight: 400;
}

.el-empty__description p {
	font-weight: 400;
}

.el-table::before {
	display: none;
}

.el-table .el-table__header-wrapper {
	background-color: #f5f5f5;
	border-radius: 20px 20px 0 0;
	/* margin-bottom: 10px; */
}
.el-table th.el-table__cell{
	background-color: #f5f5f5;
	/* border-radius: 20px 20px 0 0; */
	/* margin-bottom: 10px; */
}

.el-table .cell{
	margin-left: 14px;
	font-size: 14px;
}
.el-checkbox__inner{
	border: 1px solid #000;
}

.el-page-header__left::after{
	display: none;
}	

.el-message{
	top: 50%!important;
	transform: translate(-50%,-50%)!important;
}
/* .el-tabs__nav-scroll{ */