html, body {
	background: #FAFAFA !important;
}
.container {
	width: 1200px;
	margin: 20px auto;
}
.r-container {
	width: 1000px;
}
.all_nav {
	width: 100%;
	height: 48px;
	background: #FFF;
	margin-bottom: 20px;
	/* padding-left: 20px; */
	border-bottom: 1px solid #D9D9D9;
}
.all_nav .all_nav_item {
  position: relative;
	height: 48px;
	line-height: 52px;
	padding: 0 24px;
	font-size: 14px;
	color: rgba(0, 0, 0, .75);
	cursor: pointer;
}
.all_nav .all_nav_item_active {
	color: #0ba2cf;
	border-bottom: 2px solid #0ba2cf;
}
.all_nav .all_nav_item_active a {
	color: #0ba2cf;
}
.all_nav .all_nav_item.more {
	font-size: 14px;
	color: #0ba2cf;
	font-weight: 500;
	padding: 0;
}
.all_nav .all_nav_item .new_report {
	display: none;
	position: absolute;
	top: 12px;
	right: -20px;
	padding: 1px 2px;
	/* width: 40px;
	height: 18px; */
	line-height: 16px;
	background: #FFFBE6;
	font-size: 12px;
	color: #FAAD14;
	text-align: center;
	border: 1px solid #FFE58F;
	border-radius: 2px;
}


.all_table_head {
	width: 100%;
	height: 40px;
	background: #F5F5F5;
	border: 1px solid #E8E8E8;
}
.all_table_head div {
	line-height: 40px;
	font-size: 14px;
	color: rgba(0, 0, 0, .75);
	text-align: center;
}
.all_table_head .col1 {
	width: 276px;
}
.all_table_head .col2 {
	width: 175px;
}
.all_table_head .col3 {
	position: relative;
	width: 175px;
}

.all_table_head .col4 {
	width: 175px;
}
.all_table_head .col5 {
	width: 149px;
}


.all_toolbar {
	position: relative;
	width: 100%;
	height: 64px;
	line-height: 64px;
	padding-left: 44px;
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
}
.all_toolbar img {
	position: absolute;
	left: 20px;
	top: 24px;
  	background: #FFF;
  	cursor: pointer;
}
.all_toolbar .multi_btn {
	display: block;
	width: 104px;
	height: 24px;
	line-height: 22px;
	background: #FFF;
	margin: 20px 18px;
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
}
.all_toolbar .multi_btn:hover {
	background: #0ba2cf;
	border: 1px solid #0ba2cf;
	color: #FFF;
}
.all_toolbar p {
	line-height: 64px;
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
}
.all_toolbar p span {
	color: #0ba2cf;
}
.all_toolbar .prev_btn, .all_toolbar .next_btn {
	display: block;
	width: 64px;
	height: 24px;
	line-height: 22px;
	background: #FFF;
	margin: 20px 0 20px 10px;
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
}
.all_toolbar .prev_btn.disabled, .all_toolbar .next_btn.disabled {
	border: 1px solid rgba(0, 0, 0, .15);
  	color: rgba(0, 0, 0, .25);
}
.all_toolbar .prev_btn:hover, .all_toolbar .next_btn:hover {
	color: #0ba2cf;
	border: 1px solid #0ba2cf;
}
.all_toolbar .prev_btn.disabled:hover, .all_toolbar .next_btn.disabled:hover {
	border: 1px solid rgba(0, 0, 0, .15);
  	color: rgba(0, 0, 0, .25);
}


.order_table_body {
	width: 100%;
}
.order_table_body td {
	position: relative;
	border: 1px solid #CDF3E3;
}
/*第一行*/
.order_table_body .order_body_row1 {
	height: 40px;
	background: #E0F6ED;
}
.order_table_body .order_body_row1 td {
	padding-left: 20px;
	font-size: 14px;
	color: rgba(0, 0, 0, .45);
	font-weight: 500;
}
.order_table_body .order_body_row1 td span.fb {
	color: rgba(0, 0, 0, .65);
	font-weight: bold;
}
.order_table_body .order_body_row1 .order_select {
	/* position: absolute; */
	top: 12px;
	left: 20px;
  	background: #FFF;
  	cursor: pointer;
}
.order_table_body .order_body_row1 .order_select_disabled, .all_toolbar .order_select_disabled {
	position: absolute;
  	top: 12px;
  	left: 20px;
  	width: 16px;
  	height: 16px;
  	background:#E8E8E8;
  	border: 1px solid #D9D9D9;
}
.order_table_body .order_body_row1 .recover_box {
	padding-right: 4px;
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
	font-weight: 500;
}
.order_table_body .order_body_row1 .recover_box a {
	margin-right: 16px;
	font-size: 14px;
	color: #0ba2cf;
}
.order_table_body .order_body_row1 .recover_box img {
	width: 16px;
	height: 16px;
	margin-left: 16px;
}
/*第二行*/
.order_table_body .order_body_row2 {
	height: 120px;
	background: #FFF;
}
.order_table_body .order_body_row2 td {
	text-align: center;
}
.order_table_body .order_body_row2 td span, .order_table_body .order_body_row2 td a {
  	/*position: absolute;
  	top: 0;
  	bottom: 0;
  	margin: auto;*/
	display: inline-block;
  	/*width: 108px;
  	height: 80px;*/
	line-height: 21px;
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
}
.order_table_body .order_body_row2 td span.fb, .order_table_body .order_body_row2 td a.fb {
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
}
.order_table_body .order_body_row2 td a:hover {
	color: #0ba2cf;
}
.order_table_body .order_body_row2 .order_body_col3 a {
	color: #0ba2cf;
}
.order_table_body .order_body_row2 .order_body_col3 a:hover {
	color: #18B799;
}
.order_table_body .order_body_col3 .club_question_icon{
	width: 16px;
	position: relative;
	left: -2px;
	top: -2px;
	cursor: pointer;
}

.order_table_body .order_body_row2 .order_body_col1 {
	width: 276px;
	padding-left: 20px;
  	/*padding: 20px 0 20px 20px;*/
	text-align: left;
}
.order_table_body .order_body_col1 img {
	width: 80px;
	height: 80px;
}
.order_table_body .order_body_col1 div {
	position: relative;
	width: 154px;
  	min-height: 80px;
	/*height: 80px;*/
	line-height: 22px;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.order_table_body .order_body_col1 div a {
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
}
.order_table_body .order_body_col1 div p {
	/* position: absolute;
	bottom: 0; */
	line-height: 20px;
	font-size: 14px;
	color: #595959;
	font-weight: 500;
}
.order_table_body .order_body_col1 .middle {
	line-height: 80px;
}

.order_table_body .order_body_col2 {
	width: 175px;
}
.order_table_body .order_body_col2 .order_body_col2_pay {
	margin-bottom: 2px;
}
.order_table_body .order_body_col2 .order_body_col2_payway {
	margin-right: 3px;
	position: relative;
	top: -1px;
}
.order_table_body .order_body_col2 .order_body_col2_replenish span {
	color: #0ba2cf;
}
.order_table_body .order_body_col3 {
	width: 175px;
}
.order_table_body .order_body_col4 {
	width: 175px;
}
.order_table_body .order_body_col4 div {
	font-size: 14px;
  	color: rgba(0, 0, 0, .65);
}
.order_table_body .order_body_col5 {
	width: 149px;
}
.order_table_body .order_body_row2 .order_body_col5 span {
	font-size: 18px;
	color: #0ba2cf;
	font-weight: bold;
}
.order_table_body .order_body_row2 .order_body_col5 .btn_active {
	display: inline-block;
	width: 108px;
	height: 28px;
	line-height: 28px;
	background: #0ba2cf;
	margin: 5px 0;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
}
.order_table_body .order_body_row2 .order_body_col5 .btn_active:hover {
	background: #18B799;
}
.order_table_body .order_body_row2 .order_body_col5 .btn_disabled {
	display: inline-block;
	width: 108px;
	height: 28px;
	line-height: 28px;
	background: #D9D9D9;
	margin: 5px 0;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
}
.order_table_body .order_body_row2 .order_body_col5 .btn_default {
  	position: relative;
	display: inline-block;
	width: 108px;
	height: 28px;
	line-height: 26px;
	background: #FFF;
	margin: 5px 0;
	font-size: 14px;
	color: rgba(0, 0, 0, .65);
	font-weight: 500;
	text-align: center;
	border: 1px solid #0ba2cf;
	border-radius: 4px;
  	cursor: pointer;
}
.order_table_body .order_body_row2 .order_body_col5 .btn_default:hover {
	color: #0ba2cf;
}
.order_table_body .order_body_row2 .order_body_col5 .evl-btn {
	margin: 5px 0;
	border-radius: 4px;
}
.order_table_body .order_body_row2 .order_body_col5 .download_dropdown {
  	position: absolute;
  	top: 29px;
  	left: -1px;
  	z-index: 10;
	width: 108px;
  	height: 0px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
  	overflow: hidden;
}
.order_table_body .order_body_row2 .order_body_col5 .download_dropdown li {
  	width: 100%;
	height: 28px;
  	line-height: 28px;
  	background: #FFF;
}
.order_table_body .order_body_row2 .order_body_col5 .download_dropdown li:hover {
	background: #0ba2cf;
}
.order_table_body .order_body_row2 .order_body_col5 .download_dropdown li:hover a {
	color: #FFF
}
.order_table_body .order_body_row2 .order_body_col5 .download_dropdown li a {
	font-size: 14px;
  	color: rgba(0, 0, 0, .65);
}


.order_table_body .order_body_row3 {
	height: 40px;
	background: #FFF;
}
.order_table_body .order_body_row3 td {
	padding-left: 22px;
	font-size: 14px;
	color: rgba(0, 0, 0, .75);
	font-weight: 500;
}
.order_table_body .order_body_row3 .supplieraddr {
	display: inline-block;
	text-align: left!important;
	float: none!important;
}
.order_table_body .order_body_row4 {
	height: 20px;
	background: #FFF;
	border: none;
}

.order_none {
	height: 200px;
  	margin-top: -20px;
  	padding-top: 50px;
  	background: #FFF;
	text-align: center;
	border: none;
}
.order_none span {
	display: inline-block;
	line-height: 24px;
	margin-top: 10px;
	font-size: 16px;
	color: rgba(0, 0, 0, .65);

}
.alert {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 350px;
	height: 323px;
	background: #FFF;
	border-radius: 4px;
}
.alert h1 {
	height: 51px;
	line-height: 50px;
	border-bottom: 1px solid #E8E8E8;
	font-size: 20px;
	color: rgba(0, 0, 0, .65);
	font-weight: bold;
	text-align: center;
}
.sel-page {
    text-align: center;
}
.sel-page:after {
    content: "";
    display: block;
    clear: both;
}
.sel-page ul {
    float: right;
    margin: 30px;
}
.sel-page ul li {
    border: 0px;
    display: inline-block;
    margin-left: 5px;
}
.sel-page a { 
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px 9px;
    background-color: transparent;
    color: #555555;
    font: 14px arial, 'microsoft yahei', 'simsun', sans-serif;
}
.sel-page span {
    border-radius: 5px;
    padding: 5px 9px;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #999999;
    font: 14px arial, 'microsoft yahei', 'simsun', sans-serif;
}
.sel-page a:hover {
    border: 1px solid #0ba2cf;
    background: #0ba2cf;
    color: #fff;
    text-decoration: none;
}
.sel-page a.active {
    color: #fff;
    cursor: default;
    background: #1890FF;
    border: 1px solid #0ba2cf;
}
.sel-page a.active:hover {
    color: #fff;
    cursor: default;
}
.pagination li { 
    list-style: none;
    margin: 0;
    display:inline-block;
}
.pagination .active span{
    border: 1px solid #0ba2cf!important;
    background: #0ba2cf!important;
    color: #FFF!important;
}
.tip-wrap {
    position: absolute;
    display:none;
}
.tip-arr-a, .tip-arr-b {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border-style: dashed;
    border-color: transparent;
}
.supplieraddr span{color: #666!important;}
.appointment-detail:hover .supplieraddr span{color: #0ba2cf!important;}
.tipso_bubble,.tipso_bubble>.tipso_arrow{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.tipso_bubble{position:absolute;text-align:center;border-radius:6px;z-index:9999;padding:10px}
.tipso_style{cursor:help;border-bottom:1px dotted}
.tipso_bubble>.tipso_arrow{position:absolute;width:0;height:0;border:8px solid;pointer-events:none}
.tipso_bubble.top>.tipso_arrow{border-color:#000 transparent transparent;top:100%;left:50%;margin-left:-8px}
.tipso_bubble.bottom>.tipso_arrow{border-color:transparent transparent #000;bottom:100%;left:50%;margin-left:-8px}
.tipso_bubble.left>.tipso_arrow{border-color:transparent transparent transparent #000;top:50%;left:100%;margin-top:-8px}
.tipso_bubble.right>.tipso_arrow{border-color:transparent #000 transparent transparent;top:50%;right:100%;margin-top:-8px}
.DownFileElement[type=checkbox]:after  {content:"";display:block;width:16px;height:16px;text-align:center;line-height:12px;font-size:14px;color:#fff;border:2px solid #0ba2cf;background-color:#fff;box-sizing:border-box;}
.DownFileElement[type=checkbox]:checked:after{content:'\2714';background-color:#0ba2cf;}


.pjitem { 
    position:relative;
    display:block;
    width: 110px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 12px;
    padding: 0px;
    border: 1px solid #DEDEDE;
    cursor: pointer;
}
.itemon { 
    border: 1px solid #0ba2cf;
}
.pjitem s{ 
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    display: none;
    padding: 0;
    margin: 0;
    width: 14px;
    height: 14px;
    background: url({{Config::get('web.WEBASSETS')}}/images/element_selected.png) no-repeat
}
.pjitem s.on{ display:block;}

.ticket_unnecessary img:hover + div {
	display: block!important;
}

.sci-video-alert-hide {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	margin: auto;
	background: rgba(0, 0, 0, .2);
}
.sci-video-alert {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	width: 500px;
	height: 280px;
	background: #FFF;
	margin: auto;
	padding: 20px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .45);
	border-radius: 4px;
}
.sci-video-alert img {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.sci-video-alert h1 {
	line-height: 30px;
	margin-bottom: 10px;
	font-size: 16px;
	color: rgba(0, 0, 0, .65);
	font-weight: bold;
}
.sci-video-alert p {
	line-height: 30px;
	font-size: 14px;
	color: rgba(0, 0, 0, .45);
}
.sci-video-alert p span {
	color: #0ba2cf;
	font-weight: bold;
}
.sci-video-alert p a {

}
.pay-box {
	position: relative;
}

.payMethod {
	cursor: pointer;
}

.payMethod:hover + .payDetail {
	display: block;
}

.payMethod .layui-icon {
	font-size: 10px;
}

.payDetail {
	display: none;
	position: absolute;
	width: 190px;
	height: 66px;
	right: 0;
	top: 30px;
	box-shadow: 0 0 8px 0 rgb(50 50 50 / 10%);
	background: #fff;
	border-radius: 4px;
	padding: 10px;
	line-height: 26px;
	z-index: 10001;
}
.payDetail span {
	text-align: left;
}
.advisory {
	margin-left: 15px;
	font-size: 14px;
	color: #0ba2cf;
	position: relative;
	font-weight: bold;
}
.advisory>img {
	width: 12px;
	height: 9px;
	margin-left: 2px;
	position: relative;
	top: -1px;
}
.advisory.hover>img {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transition: transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	-ms-transition: -ms-transform 0.2s;
}
.advisory:hover {
	color: #18B799;
}
.advisory-content {
	display: none;
	width: 350px;
	height: 275px;
	text-align: center;
	padding: 34px 18px 0;
	background: url(../../../2022/images/order/advisory_bg.png) no-repeat;
	background-size: 100% 100%;
	transition: all linear 0.25s;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 9999;
	cursor: auto;
}
.advisory.hover .advisory-content {
	display: block;
}
.advisory-content .name {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.85);
}
.advisory-content>div {
	overflow: hidden;
}
.advisory-content>div>div {
	float: left;
	text-align: center;
	color: rgba(0, 0, 0, 0.75);
	font-weight: normal;
}
.advisory-content .code {
	width: 162px;
}
.advisory-content .qrcode {
	width: 126px;
	height: 126px;
	border: 2px solid #0ba2cf;
	margin: 8px auto 10px;
	display: block;
}
.advisory-content .qrcode:hover {
	background: none;
}
.advisory-content .qrcode img {
	width: 122px;
	height: 122px;
	display: none;
}
.advisory-content .code .icon {
	width: 22px;
	height: 19px;
	margin-right: 6px;
}
.advisory-content .code span:nth-last-of-type(1) {
	color: #0ba2cf;
	font-weight: bold;
}
.advisory-content .mobile {
	margin-top: 65px;
	width: 152px;
}
.advisory-content .mobile img {
	width: 21px;
	height: 22px;
	margin-right: 6px;
}
.advisory-content .mobile .text {
	font-weight: bold;
	font-size: 16px;
	margin-top: 8px;
	line-height: 22px;
	display: block;
}
/* 售后订单 */
.dispute-info {
	float: right;
}
.dispute-status0 {
	position: relative;
	top: -4px;
	font-size: 14px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #FF403E;
}
.dispute-status1 {
	font-size: 14px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #FFAA00;
	margin-right: 18px;
}
.dispute-status2 {
	font-size: 14px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #0ba2cf;
	margin-right: 18px;
}
.dispute-status3 {
	font-size: 14px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: rgba(55,55,55,0.65);	
	margin-right: 18px;
}
.count-down-timer {
	margin-right: 8px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(0,0,0,0.65);
}
.active-time-text {
	margin: 0 4px;
	font-size: 14px;
	font-family: PingFang-SC-Bold, PingFang-SC;
	font-weight: bold;
	color: #FF403E;
}

/* 2022-11-21 回收优化 start */
[v-cloak] {
	display: none;
}
#sci-reovery-modal-hide {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}
.sci-recovery-modal-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 450px;
	min-height: 260px;
	background: linear-gradient(180deg, #D6FFFA 0%, #FFFFFF 30%);
	padding: 23px 0 23px 25px;
	box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.15);
	border-radius: 20px;
}
.sci-recovery-modal-title {
	display: flex;
}
.sci-recovery-modal-title-img {
	width: 56px;
	height: 57px;
	margin-right: 12px;
}
.sci-recovery-modal-title-img img {
	width: 56px;
	height: 57px;
}
.sci-recovery-modal-text {
	display: flex;
	padding: 8px 0 4px;
	flex-direction: column;
	justify-content: space-between;
}
.sci-recovery-modal-title h3 {
	line-height: 22px;
	font-size: 16px;
	color: rgba(0, 0, 0, .75);
	font-weight: bold;
}
.sci-recovery-modal-title h5 {
	line-height: 17px;
	font-size: 12px;
	color: rgba(0, 0, 0, .45);
}
.sci-recovery-modal-form {
	margin-top: 18px;
}
.sci-recovery-modal-form .el-form-item {
	position: relative;
	margin-bottom: 0;
}
.sci-recovery-modal-form .el-form-item.is-required:last-child .el-form-item__label::before {
	opacity: 0;
	/* display: none; */
	/* position: absolute;
	top: -8px;
	left: -8px; */
}
.sci-recovery-modal-form .el-form-item__error {
	padding-left: 65px;
}
.sci-recovery-modal-form .radio-item {
	line-height: 1;
	margin-bottom: 12px;
}
.sci-recovery-modal-form .el-radio {
	line-height: 24px;
	color: rgba(0, 0, 0, .75);
}
.sci-recovery-modal-form .el-radio__input.is-checked+.el-radio__label {
	/* color: #0ba2cf; */
	color: rgba(0, 0, 0, .75);
}
.sci-recovery-modal-form .el-radio__input.is-checked .el-radio__inner {
	border-color: #0ba2cf;
	background: #0ba2cf;
}
.sci-recovery-modal-form .el-radio__input .el-radio__inner:hover {
	border-color: #0ba2cf!important;
}
.sci-recovery-modal-form p {
	line-height: 20px;
	font-size: 14px;
	color: #0ba2cf;
	padding-right: 20px;
}
.sci-recovery-modal-form .el-select {
	width: 348px;
	min-height: 36px;
}
.sci-recovery-modal-form .el-select .el-input__inner {
	height: 34px;
	border-color: #D9D9D9;
}
.sci-recovery-modal-form .el-form-item.is-error .el-input__inner {
	border-color: #F56C6C;
}
.sci-recovery-modal-form .el-select .el-input__inner:hover {
	border-color: #D9D9D9;
}
.sci-recovery-modal-form .el-select .el-input.is-focus .el-input__inner, .sci-recovery-modal-form .el-select .el-input__inner:focus {
	border-color: #0ba2cf;
}
.sci-recovery-modal-form textarea {
	width: 336px;
	height: 69px;
	padding: 8px 12px;
	border: 1px solid #D9D9D9;
	border-radius: 4px;
	margin-bottom: 24px;
}
.sci-recovery-modal-form textarea:focus {
	border-color: #0ba2cf;
}
.sci-recovery-modal-btn-group {
	display: flex;
	flex-direction: row-reverse;
	padding-right: 24px;
}
.sci-recovery-modal-btn-group a {
	display: block;
	width: 98px;
	height: 36px;
	line-height: 34px;
	margin-left: 16px;
	font-size: 14px;
	text-align: center;
	border-radius: 4px;
}
.sci-recovery-modal-btn-group a.confirm {
	background: #0ba2cf;
	border: 1px solid #0ba2cf;
	color: #FFF;
}
.sci-recovery-modal-btn-group a.confirm:hover {
	background: #18B799;
}
.sci-recovery-modal-btn-group a.cancel {
	background: #FFF;
	border: 1px solid #D9D9D9;
	color: rgba(0, 0, 0, .65);
}
.el-select-dropdown.el-popper {
	z-index: 99999!important;
}
.el-select-dropdown__item.selected {
	color: #0ba2cf!important;
}
/* 请确认样品是否需要回收 */
.sci-recovery-status-0 {
	display: inline-block;
	width: 120px;
	height: 28px;
	line-height: 28px!important;
  background: #FF7E00;
  border-radius: 2px;
  color: #FFF!important;
  font-size: 14px;
  line-height: 20px;
  padding: 0 8px;	
	padding-left: 28px;
	position: relative;
}
.sci-recovery-status-0:hover {
	background: #EA7400;
}
.sci-recovery-status-0 .logo1 {
	position: absolute;
	left: 8px;
	top: 6px;
	width: 16px!important;
	height: 16px!important;
	margin-left: 0!important;
}
.sci-recovery-status-0 .logo2 {
	width: 46px!important;
	height: 16px!important;
	position: absolute;
	top: -8px;
	right: -15px;
}
.sci-recovery-status-1, .sci-recovery-status-2, .sci-recovery-status-3 {
	cursor: initial;
	margin-right: 0!important;
}
.sci-recovery-status-3 {
	color: rgba(68, 68, 68, .65);
}
.sci-recovery-modal-form textarea::-webkit-input-placeholder, .sci-recovery-modal-form input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .25)!important;
}
/* 2022-11-21 回收优化 end */