/* 其他 通用 */
@charset "UTF-8";
html, body{
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
}
/* html,body {
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	-webkit-user-select:none;
	width: 100%;
}
body {
	line-height: 1.5;
	font-size: 0.8rem;
	color: #212121;
	background-color: #f5f5f5;
	outline: 0;
} */
body {
    /* 为导航栏+状态栏的高度 88px  */
    padding-top: constant(safe-area-inset-top);  
    /* 如果未竖屏时为0 */
    padding-left: constant(safe-area-inset-left);
    /* 如果未竖屏时为0 */
    padding-right: constant(safe-area-inset-right);
    /* 为底下圆弧的高度34px */
    padding-bottom: constant(safe-area-inset-bottom);
    background: #f3f3f3 !important;
}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,del,legend,center,strong,var,fieldset,form,label,dl,dt,dd,cite,input,hr,time,mark,code,figcaption,figure,textarea,h1,h2,h3,h4,h5,h6,p{
	margin:0;
	border:0;
	padding:0;
	font-style:normal;
}
@media only screen and (max-width: 400px) {
    html {
        font-size: 20px !important;
    }
}
@media only screen and (min-width: 400px) {
	html {
		font-size: 21.33333333px !important;
	}
}
@media only screen and (min-width: 414px) {
	html {
		font-size: 21px !important;
	}
}
@media only screen and (min-width: 480px) {
	html {
		font-size: 25.6px !important;
	}
}
ul, li {
	list-style: none;
}
p {
	font-size: 0.7rem;
	color: #757575;
}
textarea {
	overflow: hidden;
	resize: none;
}
button {
	overflow: visible;
}
button,select {
	text-transform: none;
}
button,input,select,textarea {
	font: inherit;
	color: inherit;
}
a { text-decoration: none;outline:none;color: #232326;list-style: none;}
i{font-style:normal;}
.clear{clear:both; height:0; overflow:hidden;}
.clearfix:after{content:' ';display:block;clear: both; visibility:hidden;line-height:0;height:0;}
img{
    vertical-align: middle;
}
.padding-15{
    padding-left:15px;
    padding-right:15px;
}
.padding-10{
    padding-left:10px;
    padding-right:10px;
}
.margin-15{
    margin-left:15px;
    margin-right:15px;
}
.margin-10{
    margin-left:10px;
    margin-right:10px;
}
.bg-w{
    background-color: #fff;
}
.border-radius-10{
    border-radius:0.5rem;
}
/* "隐藏" 文字 */
.ellipsis-1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* 水平线 */
.hr {
	width: 100%;
	position: relative;
	border-top: 1px solid #dddddd;
	height: 1px;
}
@media screen and (-webkit-min-device-pixel-ratio:1.5) {
	.hr{
		border: none;
        background-size: 100% 1px;
		background-repeat: no-repeat;
		background-position: top;
        background-image: linear-gradient(0,#dddddd,#dddddd 50%,transparent 50%);
        background-image: -webkit-linear-gradient(90deg,#dddddd,#dddddd 50%,transparent 50%);
	}
}
/*文字对齐*/
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-justify {
	text-align: justify !important;
}
.text-right {
	text-align: right !important;
}
/*文字、背景颜色*/
h1,h2,h3,h4,h5,h6 {
	font-weight: 400;
}
h1 {
	font-size: 1.2rem;
}
h2 {
	font-size: 1rem;
}
h3 {
	font-size: 0.8rem;
}
h4 {
	font-size: 0.7rem;
}
h5 {
	font-size: 0.7rem;
	font-weight: normal;
	color: #757575;
}
h6 {
	font-size: 0.7rem;
	font-weight: normal;
	color: #757575;
}
h1 small,h2 small,h3 small,h4 small {
	font-weight: normal;
	line-height: 1;
	color: #757575;
}
h5 small,h6 small {
	font-weight: normal;
	line-height: 1;
	color: #757575;
}
h1 small,h2 small,h3 small {
	font-size: 65%;
}
h4 small,h5 small,h6 small {
	font-size: 75%;
}
img {
	max-width: 100%;
	display: block;
}
.font-size-12 {
	font-size: 0.6rem !important;
}
.font-size-14 {
	font-size: 0.7rem !important;
}
.font-size-16 {
	font-size: 0.8rem !important;
}
.font-size-18 {
	font-size: 0.9rem !important;
}
.font-size-20 {
	font-size: 1rem !important;
}
/*
*表单类\输入框\radio\checkbox
**/
input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="number"],
select,
textarea {
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 2.2rem;
    line-height: normal;
    color: #424242;
    font-size: 0.8rem;
    font-family: inherit;
    box-sizing: border-box;
    -webkit-user-select: text;
            user-select: text;
    -webkit-appearance: none;
            appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}
.scroll-x {
	position: relative;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.scroll-y {
	position: relative;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar{
	width:0px;
}
/* 处理1px */
.border-1,
.border-1-t,
.border-1-r,
.border-1-b,
.border-1-l{
    position:relative; 
}
.border-1:after{
    content:"";
    position:absolute;
    left: 0;
    top:0;
    right:-100%;
    bottom:-100%;  
    -webkit-transform:scale(0.5);
    -webkit-transform-origin:0px 0px;
    border:1px #333 solid;
}
.border-1-t:after{
    content:"";
    position:absolute;
    left: 0;
    top:0;
    right:-100%;
    bottom:-100%;  
    -webkit-transform:scale(0.5);
    -webkit-transform-origin:0px 0px;
    border-top:1px #333 solid;
}
.border-1-r:after{
    content:"";
    position:absolute;
    left: 0;
    top:0;
    right:-100%;
    bottom:-100%;  
    -webkit-transform:scale(0.5);
    -webkit-transform-origin:0px 0px;
    border-right:1px #333 solid;
}
.border-1-b:after{
    content:"";
    position:absolute;
    left: 0;
    top:0;
    right:-100%;
    bottom:-100%;  
    -webkit-transform:scale(0.5);
    -webkit-transform-origin:0px 0px;
    border-bottom:1px #333 solid;
}
.border-1-l:after{
    content:"";
    position:absolute;
    left: 0;
    top:0;
    right:-100%;
    bottom:-100%;  
    -webkit-transform:scale(0.5);
    -webkit-transform-origin:0px 0px;
    border-left:1px #333 solid;
}
/* header栏 */
.header{
    padding-right:0.5rem;
    padding-left:0.5rem;
    /*width: 100%;*/
    height:2.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    text-align: center;
    line-height: 2.25rem;
    color: #000;
    font-size: 0.8rem;
}
.header .back{
    width:0.6rem;
}
.header .go-home{
    display: block;
    font-size: 0.7rem;
    color: #666;
}
.header div:nth-child(2){
    margin-left: -0.75rem;
}
/* footer栏切换 */
.footer {
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	min-height: 2.25rem;
	font-size: 0.9rem;
	text-align: center;
	display: table;
}
.footer-tab {
	position: fixed;
	top: auto;
	bottom: 0;
	table-layout: fixed;
	background-color: #ffffff;
	color: #757575;
}
.footer-tab .footer-tab-item {
	display: table-cell;
	position: relative;
    width: 1%;
    height: 2.5rem;
    text-align: center;
    vertical-align: middle;
}
.footer-tab .aui-active {
	color: #039be5;
}
.footer-tab .footer-tab-item .aui-iconfont {
	position: relative;
    z-index: 20;
    top: 0.1rem;
    height: 1.2rem;
    font-size: 1rem;
    line-height: 1rem;
}
.footer-tab .footer-tab-label {
	display: block;
    font-size: 0.6rem;
    position: relative;
}
.footer-tab .aui-badge {
    position: absolute;
    top: 0.1rem;
    left: 55%;
    z-index: 99;
}
.footer-tab .aui-dot {
    position: absolute;
    top: 0.1rem;
    right: 30%;
    z-index: 99;
}
/* footer 栏 重做 */
#footer{
    background-color: #fff;
    /* background:url('./img/banner-b.png'); */
    background-size:100% 100%;
    position: fixed;
    left:0;
    bottom:0;
    width:100%;
    height:3rem;
    /* background-color: red; */
    padding-left:0.5rem;
    padding-right:0.5rem;
    /*border-top:1px solid #e6e6e6;*/
    display: flex;
    justify-content: space-between;
}
#footer a{
    display:inline-block;
    text-align: center;
    margin-top:0.6rem;
}
#footer a img{
    margin-left:2px;
    display: none;
    width:1.25rem;
    height:1.25rem;
}
#footer a img.active{
    display: block;
}
#footer a div{
    font-size:0.75rem;
    color:#b3b3b3;
}
#footer a div.active{
    color:#080808;
}
#footer a .txt{
    /* padding-top:0.1rem; */
}
/* 购物车 */
.cart{
    position: fixed;
    bottom: 0;
    left:0;
    z-index:999;
    width: 100%;
    height:3rem;
    background-color: pink;

    display: flex;
    justify-content: space-between;
}
.cart-dec{
    width: 80%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-dec-l{
    margin-left:0.5rem;
    border-radius: 50%;
    background-color: #fff;

    position: relative;
}
.cart-dec-l img{
    width:2.5rem;
}
.cart-dec-l span{
    /* width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #fff; */
    position: absolute;
    top:-0.25rem;
    right:0rem;
    color:red;
    font-size: 0.9rem;
}
.cart-dec-r{
    padding-right:1.5rem;
    text-align: center;
}
.cart-dec-r .tips{
    font-size: 0.6rem;
    color:#8e8e8e;
    /* padding-top:0.25rem; */
}
.cart-confirm{
    width: 20%;
    /* border-left:1px solid red; */
    text-align: center;
    line-height: 3rem;
    color: #fff;
    background-color: red;
}

/* 购物车 内容 默认隐藏 */
.cart-item{
    display: none;

    position: fixed;
    bottom:3rem;
    left:0;
    z-index:999;
    background-color: pink;

    width: 100%;
    height:8rem;
    padding-left:0.1rem;
    padding-right:0.1rem;
    overflow:scroll;
    /* opacity: 0; */
    /* visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity .3s,transform .3s; */
}
.cart-item.show{
    display: block;
    /* opacity: 0; */
    /* visibility: visible; */
}
.cart-item .clear-close{
    display: flex;
    flex-direction:row-reverse;
}
.cart-item .clear-close span{
    /* width: 3rem; */
    padding-right:1rem;
    text-align: center;
    height:1.5rem;
    line-height: 1.5rem;
}
.cart-item-content{
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}
.cart-item-lists{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-left: 0.75rem; */
    /* padding-right: 0.75rem; */
}
.cart-item-lists .item-list-l{
    /* width: 40%; */
    display: flex;
    justify-content: center;
    margin-left:0.25rem;
}
.item-list-l img{
    width:2.5rem;
}
.cart-item-lists .item-list-c{
    /* width: 20%; */
    /* width: 5rem; */
}
.cart-item-lists .item-list-r{
    /* width: 20%; */
    background: #fff;
    margin-right:0.5rem;
    display: box;
    display: -webkit-box;
    /* justify-content: center; */
    /* align-items: center; */
    -webkit-box-pack:center;
    -webkit-box-align:center;

    height: 1.5rem;
    /* border: 1px solid #E7E7E7; */
    text-align: center;
    color: #ADADAD;
}
.cart-item-lists .item-list-r .sub,
.cart-item-lists .item-list-r .num,
.cart-item-lists .item-list-r .plus{
    box-flex:1;
    -webkit-box-flex:1;
    width: 2rem;
    /* line-height: 1.25rem; */
    /* -webkit-box-pack:center; */
    /* -webkit-box-align:center; */
}
.cart-item-lists .item-list-r .sub{
    margin-top:-1px;
}

/* 卡券中心-公共样式 */
/* 优惠卡 */
.center-card{
    margin-top:0.75rem;
    margin-left:0.5rem;
    margin-right:0.5rem;
    margin-bottom:0.75rem;
    border-radius: 0.5rem;
    color:#fff;
}
.center-card.vip{
    /*background-color: #282828;*/
    background:url("../img/card-new_0601.png");
    background-size: 100% 100%;

    position:relative;
}
.center-card.sale{
    background-color: #619703;
}
.card-t{
    padding-top:1rem;
    /*padding-top:0.5rem;*/
    padding-left:1rem;
    /*padding-left:0.25rem;*/
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    /* align-items: center; */
}
.cart-t-l{
    width: 100%;
}
.ico-img{
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 50%;

    display:flex;
    justify-content: center;
    align-items: center;

    /* position: relative; */
}
.ico-img.vip{
    background-color: #949494;
}
.ico-img.sale{
    background-color: #b0cb81;
}
.ico-img img{
    /* position: absolute; */
    width: 1.54rem;

    /* top:50%;
    left:50%;
    transform: translate(-50%,-50%); */
}
.card-info{
    width: 100%;
    /* padding-left:1rem; */
    /*padding-right:0.75rem;*/
    /*padding-right:1.75rem;*/
    padding-bottom:0.5rem;
    padding-right:0.75rem;
}
.card-info .card-info-t{
    /*font-size: 0.6rem;*/
    /*padding-left: 1rem;*/
    font-size: 1.4rem;
    padding-left: 1.95rem;
    text-shadow: 2px 2px 4px #9b7a59;
}
.card-info .card-info-m{
    display: flex;
    justify-content: space-between;
    /*padding-top:0.75rem;*/
    padding-top:0.25rem;
    /*padding-left:1rem;*/
    padding-left:0.5rem;
}
.card-info .card-info-m.vip div:first-child{
    font-size: 1rem;
    /*color:#fee08f;*/
    color:#fff;
    display: flex;
    text-shadow: 2px 2px 4px #9b7a59;
}
.card-info .card-info-m.sale div:first-child{
    font-size: 0.8rem;
    color:#fff;
}
.card-info .card-info-m div:last-child{
    /*font-size: 0.7rem;*/
    font-size: 1rem;
    text-shadow: 2px 2px 4px #9b7a59;
}
.card-info .card-info-b{
    /* width: 100%; */
    font-size:0.6rem;
    padding-left:1.95rem;
    /*padding-top:0.5rem;*/
    /*color:#e4e4e4;*/
    color:#fff;
}
.card-info .card-info-b .t{
}
.card-info .card-info-b .m{
    padding-left:1rem;
}
.card-info .card-info-b .b{}
.card-info .card-info-b .b a{
    color:#fff;
    text-decoration:underline #e4e4e4;
}

.card-b{
    padding-top: 0.5rem;
    /*padding-right: 0.55rem;*/
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;

    display: flex;
    justify-content: space-between;

    font-size:0.6rem;
}
.card-b div span:last-child{
    padding-left:0.5rem;
}
.card-b div:last-child{
    width:3.5rem;
    /*height:1.5rem;*/
    line-height:1.25rem;
    text-align: center;
    /*border:1px solid #b5b5b5;*/
    border:2px solid #fff;
    border-radius:0.25rem;
}
/* 优惠券 */
.ticket-list{
    display: flex;
    justify-content: space-between;
    align-items: center;

    /*margin: 0.5rem;*/
    border-radius: 0.5rem;
    color:#fff;
}
.ticket-list .list-img{
    /*width:32%;*/
    /*width:25%;*/
    padding-left: 0.5rem;
}
.ticket-list .list-img img{
    width: 2.5rem;
}
.ticket-list.have{
    background-image:url("../img/ticket-list1.png");
    background-position: -0.5rem ,-0.5rem;;
    background-size: 105% 100%;
}
.ticket-list.had{
    background-image:url("../img/ticket-list2.png");
    background-position: -0.5rem ,-0.5rem;;
    background-size: 105% 100%;
}
.list-sale-bg-30-10{
    background-color: #99cc33;
}
.list-cut-bg-30-30{
    background-color: #ea5330;
}
.list-sale-bg-50-30{
    background-color: #95d328;
}
.list-cut-bg-70-40{
    background-color: #d3c928;
}
.ticket-list .list-c{
    width:32%;
    /*width:40%;*/
    padding-top:1rem;
    padding-bottom:1rem;
    /* margin-left:-4.75rem; */
    /*margin-left:-1rem;*/
}
.ticket-list .list-c div:first-child,
.ticket-list .list-c div:last-child{
    font-size: 0.6rem;
}
.ticket-list .list-r{
    /*width:42%;*/
    width:51%;
    display:flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    align-items: flex-end;
    padding-right: 0.75rem;
    margin-left: -1.75rem;
    font-size: 0.6rem;
    text-align: center;
}
.ticket-list .list-r div:first-child{
    width: 3.5rem;
    height:1.5rem;
    line-height: 1.5rem;
    border:1px solid #fff;
    border-radius:0.25rem;
}
.ticket-list .list-r div:last-child{
    padding-top:1rem;
}
.ticket-list .list-r div span:first-child{
    /*padding-right:0.625rem;*/
}
/* 优惠卡 优惠券 我的 */
.center-card-header,
.center-ticket-header{
    padding-top:1rem;
    padding-left:0.5rem;
    font-size: 0.7rem;
    color:#282828;
}
.center-ticket-header{
    padding-bottom:0.5rem;
}
/* 卡券中心  弹窗 */
.coupon-mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    z-index: 1000;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity .3s,transform .3s;
}
.coupon-mask.show{
    visibility:visible;
    opacity:1;
}
.coupon-mask .coupon-mask-data{
    position: relative;
    width: 80%;
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
    /* text-align: center; */
    /* margin-right:1.75rem; */
    /* margin-left:1.75rem; */
    background-color: #fff;
    border-radius: 0.5rem;
}
.coupon-mask .coupon-mask-data p{
    padding-right:1rem;
    padding-left:1rem;
    color:#282828;
}
.coupon-mask .coupon-mask-data p:first-child{
    text-align: center;
    padding-top:1rem;
    padding-bottom:1rem;
}
.coupon-mask .coupon-mask-data .mask-confirm{
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size:0.7rem;
    color:#95d328;
    margin-top:6.95rem;
}
/* 弹窗 重写 */
.page-mask{
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}
.page-mask.show{
    display: block;
}
.page-pop{
    width: 100%;
    /* height: 8rem; */
    /* overflow: auto; */
    background: #fff;
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
    z-index: 999;
    border-radius: 0.25rem;
}
/* 订单管理  公共样式 */
/* 文字两端对齐 固定宽度 */
.order-list span{
    display: inline-block;
}
.const-width{
    width: 3rem;
    text-align: justify;
    text-align-last: justify;
}
/* 订单 进行中 “头部” */
.order-list{
    margin:0.5rem;
    padding-right:0.625rem;
    padding-left:0.625rem;
    border-radius:0.25rem;
    border:1px solid #9e9e9e;
}
.order-list .order-list-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:0.8rem;
    padding-bottom:5px; 
}
.order-list-header div span:last-child{
    padding-left:5px;
}
.order-list-header div:last-child{
    width:3.25rem;
    height:1.875rem;
    line-height:1.875rem;
    color:#fff;
    text-align: center;
    border-bottom-right-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
}
.order-list-header .sending,
.order-list-header .had{
    background-color: #95d328;
}
.order-list-header .pending{
    background-color: #ea5330;
}
.order-list-header .completed{
    background-color: #8c8d92;
}
.order-list-header .cancelled{
    background-color: #cacaca;
}
/* 订单 进行中 “内容区” */
.order-list-data{
    font-size: 0.7rem;
    color: #333333;
    padding-top:0.5rem; 
    padding-bottom:0.5rem; 
}
.order-list-data .source-time{
    display: flex;
    justify-content: space-between;
}
.order-list-data .source-time .order-source span:last-child{
    padding-left:5px;
}
.order-list-data .source-time .order-time{
    color:#999999;
}
.order-list-data .source-time .order-time span:first-child{
    padding-right:1rem;
}
.order-list-data .type .order-type span:last-child{
    padding-left:5px;
}
.order-list-data .code-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-list-data .code-price .order-code span:last-child{
    padding-left:5px;
}
.order-list-data .code-price .order-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-list-data .code-price .order-price span:first-child{
    padding-right:2.5rem;
    font-size: 0.8rem;
}
.order-list-data .code-price .order-price span:last-child img{
    width: 0.5rem;
}
.order-list-data .code-goods .goods-lists{
    width:66%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}
.order-list-data .code-goods .goods-lists .goods-lists-item{
    width: 25%;
    color:#666;
    padding-right:5px;
}
.order-list-data .code-goods .goods-lists .goods-lists-item img{
    width: 2rem;
    border-radius: 0.5rem;
    background-color: #666;
}
/* 订单 进行中 “支付 or 取消” */
.order-list-pay{
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top:0.5rem;
    margin-bottom:0.5rem;
    height: 1.5rem;
    font-size: 0.7rem;
    text-align: center;
}
.order-list-pay div:first-child .pending{
    color:#ea5330;
}
.order-list-pay .pay-cancel{
    width: 3.5rem;
    line-height: 1.5rem;
    border-radius: 0.25rem;
}
.order-list-pay .pay-cancel.sending{
    border:1px solid #aba6a6;
    color:#b5b5b5;
}
.order-list-pay .pay-cancel.had,
.order-list-pay .pay-cancel.completed,
.order-list-pay .pay-cancel.cancelled{
    border:1px solid #716c6c;
    color:#000000;
}
.order-list-pay .pay-cancel.pending{
    border:1px solid #aba6a6;
    color:#ea5330;
}