html {
  height: 100%;
}
body {
  height: 100%;
  font-size: .26rem;
  color: #666;
}
.index-wrap{width: 7.5rem;
  margin: 0 auto;}
.ovh{ overflow:hidden}
.bor-top10{border-top: .1rem solid #f1f0f0;}
ul,li{ padding:0; margin:0}
/*公用 start*/
input:focus, textarea:focus {
  outline: none;
}
input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
  -webkit-appearance: none;
}
.hide {
  display: none !important;
}
/*文本超出省略号*/
.com-ellipsis,
.com-ellipsis2 {
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.com-ellipsis2 {
  -webkit-line-clamp: 2;
}
/*导航条*/
.com-nav {
  line-height: .88rem;
  background: #2CA6E5;
  font-size: .36rem;
  color: #fff;
}
.com-nav-back {
  position: absolute;
  width: 1rem;
  height: .88rem;
  background: url(../images/back.png) no-repeat 30% center;
  background-size: .4rem;
}
.com-nav-title {
  text-align: center;
  margin: 0;
}
/*列表*/
.com-atext a,
.com-atext {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.com-lista {
  padding: 0;
}
.com-lista .com-item {
  list-style: none;
}
.com-lista .com-item a {
  text-decoration: none;
  color: inherit;
}
.com-lista .com-item-img {
  position: absolute;
}
.com-lista .com-item-title {}
.com-lista .com-item-btn {
  position: absolute;
}
.com-lista .com-item-btnboxs {
  height: 0;
  width: 100%;
  margin: 0;
  text-align: right;
}
.com-lista .com-item-desc {}
/*无消息页面*/
.com-nomsg {
  position: absolute;
  top: .88rem;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
}
.com-nomsg-con {
  text-align: center;
}
.com-nomsg-img {
  width: 1.9rem;
  height: 1.3rem;
}
.com-nomsg-title {
  font-size: .26rem;
}
.com-root {
  width: 7.5rem;
  margin: 0 auto;
  min-height: 100%;
}
.com-shadow1 {
  box-shadow: 0 0 .06rem rgba(44, 166, 229, 0.2);
}
.com-shadow2 {
  box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.6);
}
.com-copyright {
  text-align: center;
  color: #999;
  line-height: 1.5;
}
.com-copyright-b {
  text-align: center;
  font-size: .22rem;
  color: #999;
  line-height: 1.5;
}
.com-layerbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .8);
}
/*搜索*/
.com-searcha {
  width: 7.1rem;
  margin: 0 auto;
  padding-top: 0.2rem;
}
.com-searcha-input {
  border: 0;
  border-radius: .3rem;
  height: .6rem;
  line-height: .6rem;
  text-indent: .65rem;
  background: url(../images/dkindex/dki-icon02.png) no-repeat .27rem 0;
  background-size: .25rem .25rem;
  background-color: #fff;
  width: 100%;
  background-position: .28rem .18rem;
}
.com-searcha-input::placeholder {
  color: #999;
}
/*app图标列表*/
.com-appicon {
  width: 25%;
  text-align: center;
}
.com-appicon-logo {
  width: .7rem;
  height: .7rem;
  margin: .2rem 0 0 0;
}
.com-appicon-title {
  height: .4rem;
  line-height: .4rem;
  color: #707070;
  margin: 0;
}
/*tab切换*/
.com-tab-content, .com-tab-nav {
  background: #fff;
}
.com-tab-nav {
  display: flex;
  margin: 0;
  height: .68rem;
  border-bottom: .01rem solid #f1f0f0;
}
.com-tab-nav .item {
  width:50%;
  text-align: center;
  color: #242424;
  font-weight: bold;
}
.com-tab-title-border {
  display: inline-block;
  padding: .15rem .3rem .2rem .3rem;
  border-bottom: .04rem solid transparent;
}
.cur .com-tab-title-border {
  border-color: #088eff;
}
.com-tab-panel {
  margin: 0;
}
.com-itemb {
  display: flex; position:relative;
  text-decoration:none;
  border-bottom: .01rem solid #f1f0f0;
}
.com-itemb-icon {
  width: 15%;
  text-align: right;
}
.com-itemb-info-main {
  width:60%; float:left;
  text-indent: .2rem;
}
.com-itemb p {
  margin: 0;
}
.com-itemb-info-sub {
  width:40%; float:left;
}
.com-itemb-action {
  width: 28%;
}
.com-itemb-img {
  width: .88rem;
  height: .88rem;
  margin: .34rem 0 0 0;
}
.com-itemb-title {
  font-size: .26rem;
  color: #000; overflow:hidden;
  font-weight: bold;
  height: .5rem;
  line-height: .5rem;text-indent: .2rem;
  padding: 0.2rem 0 0.02rem 0;
}
.com-itemb .com-itemb-value {
  font-size: .22rem;
  color: #fe5d5d;
  font-weight: bold;
  height: 0.25rem;
  overflow: hidden;
}
.com-itemb .com-itemb-label {
  font-size: .2rem;
  color: #000;
  margin: .05rem 0 .2rem 0;
}
.com-itemb-btn {
  font-size: .25rem;
  padding: .08rem .2rem;
  border: .02rem solid #088eff;
  border-radius: .1rem;
  color: #088eff;
}
.com-itemb .com-itemb-action-btn {
  margin: .55rem 0 .2rem 0;
}
.com-itemb-num {
  font-size: .2rem;
  color: #fe5d5d;
}

/*角标*/
.com-subscript {
  position: absolute;
  line-height: 1;
  text-indent: 0;
  padding: .04rem .14rem;
  border: .01rem solid #1896ff;
  border-radius: .08rem;
  font-size: .18rem;
  color: #1896ff;
  margin: 0.1rem 0 0 .1rem;
}
.com-subscript-blue {
  color: #1896ff;
  border-color: #1896ff;
}
.com-subscript-yellow {
  color: #fdb902;
  border-color: #fdb902;
}
/*公用 end*/

/*页面: 登录页 start*/
.user-root {
  font-size: .28rem;
  background: #F2F2F2;
}
/*登录头部*/
.user-head {
  background: url(../images/headerbg.png) no-repeat 0 0;
  color: #fff;
  background-size: 7.5rem 4.5rem;
}
.user-head .title {
  font-size: .36rem;
  line-height: .88rem;
  margin: 0;
  text-align: center;
  font-weight: normal;
}
.user-head .avatar {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  margin: 0.4rem 0px 0 0.4rem;
}
.user-head .info {
  height: 3.8rem;
}
.user-head .name {
  padding: .8rem 0 .2rem 2.11rem;
  margin: 0;
  font-size: .32rem;
}
.user-head .name a {
  text-decoration: none;
  color: #fff;
}
.user-head .introduction {
  font-size: .24rem;
  margin: 0 0 0 2.11rem;
}
/*登录操作链接列表*/
.user-main {
  margin: -1.35rem 0 0 0;
}
.user-main .list {
  border-radius: .2rem;
  background: #fff;
  padding: 0;
  width: 7.1rem;
  margin: 0 0 .1rem .2rem;
}
.user-main .item {
  list-style: none;
  height: .88rem;
  line-height: .88rem;
  text-indent: .94rem;
}
.user-main a {
  display: block;
  text-decoration: none;
}
.user-main .icon {
  position: absolute;
  width: .5rem;
  height: .5rem;
  margin: .19rem 0rem 0 -.65rem
}
.tip-dot {
  position: absolute;
  width: 0.1rem;
  height: .1rem;
  background: #f00;
  border-radius: 50%;
  margin: .2rem 0 0 -.27rem;
}
.user-main .arrow {
  width: .14rem;
  float: right;
  margin: .3rem .2rem 0 0;
}
/*页面: 登录页 end*/

/*页面: 我的消息 start*/
.msg-list .com-item {
  border-bottom: .01rem solid #F2F2F2;
  padding: .2rem .2rem .2rem 2.5rem;
}
.msg-list .com-item-img {
  width: 2rem;
  height: 1.4rem;
  margin: 0 0 0 -2.3rem;
}
.msg-list .com-item-title {
  margin: .1rem 0 .18rem 0;
  font-size: .32rem;
  min-height: .75rem;
}
.msg-list .com-item-desc {
  color: #999;
  font-size: .26rem;
  margin: 0;
}
/*页面: 我的消息 end*/

/*页面: 收藏 start*/
.col-root {
  background: #f2f2f2;
}
.col-list {
  border-radius: .1rem;
  background: #fff;
  width: 7.1rem;
  margin: .1rem auto;
}
.col-list .com-item {
  padding: .22rem .2rem;
  border-bottom: .01rem solid #F2F2F2;
}
.col-list .com-item-img {
  width: .7rem;
  height: .7rem;
}
.col-list .com-item-title {
  font-size: .3rem;
  margin: .2rem 0 0 .92rem;
  width: 60%;
}
.col-list .com-item-btn {
  width: 1.6rem;
  height: .5rem;
  line-height: .5rem;
  color: #999;
  font-size: .28rem;
  border-radius: .26rem;
  border: .01rem solid #2CA6E5;
  text-align: center;
  text-decoration: none;
  margin: -.46rem 0 0 -1.64rem;
}
/*页面: 收藏 end*/

/*页面: 我的客服 start*/
.cus-descbox {
  position: relative;
  overflow: hidden;
  width: 6.7rem;
  margin: .5rem auto .78rem;
}
.cus-desc {
  border: .04rem solid #38aef5;
}
.cus-desc-iconbox {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: .02rem solid #38aef5;
  border-radius: 50%;
  margin: .15rem 0 0 .4rem;
}
.cus-desc-icon {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
}
.cus-desc-name {
  font-size: .28rem;
  margin: 0.3rem 0 .15rem 1.8rem;
}
.cus-desc-tips {
  font-size: .24rem;
  color: #999;
  margin: 0 0 .4rem 1.8rem;
}
.cus-desc-badgebox {
  height: 0;
  text-align: right;
  margin: 0;
}
.cus-desc-badge {
  position: absolute;
  width: 2rem;
  background: #ee1313;
  color: #fff;
  margin: .15rem 0 0 -1.4rem;
  padding: .14rem 0;
  text-align: center;
  font-size: .22rem;
  transform: rotate(45deg);
}
.cus-qrcode {
  width: 5rem;
  height: .15rem;
  margin: 0 auto;
  border: .1rem solid #2ca6e5;
  text-align: center;
}
.cus-qrcode {
  box-shadow: inset 0px 2px 2px 2px rgba(44, 166, 229, .3);
}
.cus-qrcode-img {
  width: 90%;
}
.cus-qrcode-name {
  color: #333;
  margin: .38rem auto;
}
/*页面: 我的客服 end*/

/*页面: 关注公众号 star*/
.att-qrcodebox {
  width: 6.25rem;
  margin: 1.5rem auto 0;
  text-align: center;
  border-radius: .1rem;
  overflow: hidden;
}
.att-qr-con {
  background: #2ca6e5;
  height: 4.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.att-qr-icon {
  position: absolute;
  z-index: 1;
  height: 2.6rem;
  width: 2.6rem;
}
.att-qr-border {
  position: absolute;
  border: .04rem solid #fff;
  width: .43rem;
  height: .43rem;
}
.att-qr-border-lt {
  margin: -1.28rem 0 0 -1.28rem;
  border-right: transparent;
  border-bottom: transparent;
}
.att-qr-border-rt {
  margin: -1.28rem 0 0 1.28rem;
  border-left: transparent;
  border-bottom: transparent;
}
.att-qr-border-lb {
  margin: 1.28rem 0 0 -1.28rem;
  border-top: transparent;
  border-right: transparent;
}
.att-qr-border-rb {
  margin: 1.28rem 0 0 1.28rem;
  border-left: transparent;
  border-top: transparent;
}
.att-qr-title {
  color: #000;
  font-size: .38rem;
  margin: .22rem 0 .27rem;
}
.att-qr-desc {
  font-size: .28em;
  margin: 0 0 .55rem 0;
  color: #808080;
}
.att-qr-tips {
  border-top: .01rem solid #f2f2f2;
  padding: .45rem 0 .4rem;
  margin: 0;
}
.att-qr-line {
  position: absolute;
  border-top: .01rem solid #666;
  width: .4rem;
  height: 0;
}
.att-qr-line-a {
  margin: .12rem 0 0 -.65rem;
}
.att-qr-line-b {
  margin: .12rem 0 0 .25rem;
}
/*页面: 关注公众号 end*/

/*页面: 设置 start*/
.set-features {
  width: 6.7rem;
  margin: .1rem auto 1.8rem;
  border-radius: .2rem;
  border: .01rem solid rgba(242, 242, 242, 1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 0 .2rem;
}
.set-features .com-item {
  height: .88rem;
  line-height: .88rem;
  text-indent: .2rem;
  font-size: .32rem;
  color: #333;
  border-bottom: .01rem solid #F2F2F2;
}
.set-features p {
  margin: 0;
}
.set-features .com-item-btn {
  width: .14rem;
  height: .23rem;
  margin: -.55rem 0 0 -.3rem;
}
.set-logout {
  width: 7.1rem;
  height: .88rem;
  line-height: .88rem;
  font-size: .32rem;
  background: #2CA6E5;
  color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(44, 166, 229, 0.5);
  border-radius: .2rem;
  text-align: center;
  display: block;
  margin: auto;
}
.set-share {}
.set-share-icons {
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: .2rem 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.set-share-ico {
  width: .84rem;
  height: .84rem;
  margin: 0 .5rem;
}
/*页面: 设置 end*/

/*页面: 关于我们 start*/
.about-logo {
  text-align: center;
}
.about-logo-slogan {
  width: 2.28rem;
  height: 1.92rem;
  margin: 1.1rem auto 1.4rem;
}
.about-logo-name {
  width: 1.6rem;
  height: .36rem;
  margin: 0 0 .28rem 0;
}
.about-appversion {
  font-size: .3rem;
  color: #999;
  margin: 0;
}
.about-con .com-copyright {
  width: 100%;
  position: fixed;
  bottom: .3rem;
  margin: 0;
}
/*页面: 关于我们 end*/

/*页面: 贷超申请 start*/
.app-root {
  background: #f2f2f2;
}
.app-info {
  background: #2CA6E5;
  font-size: .32rem;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
  padding: .44rem .2rem .7rem;
  margin: 0;
}
.app-info>li {
  width: 33.33333%;
  list-style: none;
  margin: 0 0 .4rem 0;
}
.app-info-label {
  font-size: .24rem;
}
.app-product {
  margin: -.65rem .2rem .4rem;
  border: .01rem solid #38AEF5;
  border-radius: .1rem;
  background: #fff;
}
.app-product .com-item {
  padding: .2rem .2rem .2rem 1.3rem;
}
.app-product .com-item-img {
  width: .9rem;
  height: .9rem;
  margin: 0 0 0 -1.1rem;
}
.app-item-txt {
  color: #333;
  font-size: .32rem;
}
.app-product .com-item-title p {
  margin: 0;
  width: 85%;
}
.app-item-num {
  color: #ff9000;
}
.app-product .com-item-btn {
  text-align: center;
  margin: -.95rem 0 0 -.65rem;
}
.app-item-btnicon {
  width: .58rem;
  height: .58rem;
}
.app-pub-title {
  padding: .45rem .2rem .2rem .83rem;
  margin: 0;
  font-size: .3rem;
  color: #333;
  font-weight: normal;
}
.app-credit-title {
  padding: .25rem .2rem .25rem .83rem;
  margin: 0 0 .1rem;
}
.app-title-icon {
  position: absolute;
  margin: -.02rem 0 0 -.6rem;
  width: .44rem;
  height: .44rem;
}
.app-titletxt {
  font-size: .24rem;
  color: #999;
  margin: 0 0 0 .4rem;
}
.app-pub-bg {
  background: #fff;
}
.app-strategy-text {
  margin: .1rem .2rem .2rem;
  padding: .35rem .2rem;
  border-radius: .1rem;
  color: #999;
}
.app-strategy-pre {
  line-height: 1.5;
}
.app-more {
  float: right;
  color: #999;
  text-decoration: none;
}
.app-samelist {
  margin: 0 .2rem;
}
.app-samelist .com-item {
  padding: .2rem .2rem .2rem 1.3rem;
  background: #fff;
}
.app-samelist .com-item-img {
  width: .9rem;
  height: .9rem;
  margin: 0 0 0 -1.1rem;
}
.app-samelist .app-item-title {
  margin: .1rem 0 .2rem 0;
  color: #333;
}
.app-item-slogin {
  margin: 0;
  max-width: 65%;
}
.app-readlist {
  color: #333;
  margin: 0;
}
.app-samelist .com-item-btn {
  width: 100%;
  margin: .1rem 0 0 -100%;
}
.app-readlist .com-item {
  background: #fff;
  margin: 0 .2rem .1rem;
  padding: .27rem .2rem;
  border-radius: .1rem;
}
.app-readlist .com-item-btn {
  width: 1.5rem;
  margin: 0 0 0 -1.5rem;
  height: .4rem;
  line-height: .4rem;
  background: url(../images/appb7.png) no-repeat 0 center;
  background-size: .4rem .4rem;
  text-align: left;
  text-indent: .5rem;
}
.app-readlist .app-item-title {
  margin: 0;
  width: 75%;
}
.app-application-btn {
  margin: 0 .2rem 0;
  background: #38AEF5;
  border-radius: .4rem;
  height: .8rem;
  line-height: .8rem;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: .2rem;
  width: 7.1rem;
}
.app-collection {
  border-radius: .1rem;
  background: #fff;
}
.app-collection-title {
  font-size: .3rem;
  text-align: center;
  padding: .4rem 0;
  color: #333;
}
.app-collection-content {
  text-align: center;
  margin: 0 0 .4rem 0;
}
.app-collection-content img {
  width: 80%;
}
.app-collection-footer {
  border-top: .01rem solid #c8c7c7;
  text-align: center;
  padding: .35rem 0;
}
.app-copyright {
  padding: 0 0 1.5rem 0;
  margin: .1rem 0 0 0;
}
/*页面: 贷超申请 end*/

/*页面: 文章详情页 start*/
.art-title {
  font-size: .46rem;
  font-weight: bold;
  color: #404040;
  margin: .4rem .2rem .1rem;
}
.atr-content {
  padding: .3rem .2rem;
}
.art-info {
  font-size: 0.28rem;
  font-weight: normal;
  margin: 0 .2rem .1rem;
  color: #888888;
}
/*页面: 文章详情页 end*/

/*页面: 贷款超市首页 start*/
.loa-root ul, li {
  list-style: none;
  padding-left: 0;
}
.loa-root {
  /*background: #f1f0f0;*/
}
.loa-title {
  font-size: .34rem;
  color: #f1f0f0;
  text-align: center;
  padding: .87rem 0 .36rem 0;
}
.loa-head {
  background: #088eff;
}
.loa-curvebg {
  width: 100%;
  height: .34rem;
}
.loa-head-bgc {
  background: #fff;
}
.loa-head-bg {
  margin: 2.1rem 0 0 0;
  width: 100%;
  display: block;
}
.loa-hot-box {
  list-style: none;
  padding: 0 0 0 0;
  width: 100%;
  margin: -2.21rem 0 0 0;
}
.loa-hot-item {
  margin: 0 auto;
  text-align: center;
}
.loa-hot-img {
  width: 7.1rem;
}
.loa-appicon-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.loa-features {
  background: #fff;
}
.loa-bullet {
  cursor: pointer;
  width: .25rem;
  height: .05rem;
  margin: 0 4px;
  border-radius: 25%;
  background: #dbdbdb;
  display: inline-block;
}
.loa-bullet-active {
  background: #088eff;
}
#loa-swiper-pagination {
  bottom: 0.15rem;
}
.loa-tools {
  display: flex;
  background: #fff;
  padding: 0.22rem 0;
  margin: 0;
  border-top: .1rem solid #f1f0f0;
  border-bottom: .1rem solid #f1f0f0;
}
.loa-tool-item {
  width: 50%;
  height: 1.18rem;
  position:relative;
  padding: 0rem 0 0rem .4rem;
}
.loa-tool-item:first-child {
  border-right: .02rem solid #f1f0f0;
}
.loa-tool-title {
  font-size: .26rem;
  font-weight: bold;
  color: #000;
  margin: .2rem 0 0 0;
}
.loa-tool-tip {
  margin: .14rem 0 0 0;
}
.loa-tool-icon {
  width: 1rem;
  height: .74rem;
  position: absolute;
  margin: -.75rem 0 0 2rem;
}
/*tab切换 上拉加载,下拉刷新*/
.loa-root * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.loa-root .mescroll-downwarp p {
  margin: 0;
}
/*菜单悬停: ios使用sticky样式实现*/
.loa-root .nav-sticky {
  z-index: 9999;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /*相对 mescroll 的div悬停的位置*/
}
/*菜单悬停: android和pc端悬停*/
.loa-root .nav-fixed {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 7.5rem;
}
/*需要滚动的区域*/
.loa-root.mescroll {
  /* position: fixed;
   left: 50%;
   margin-left: -3.75rem;
   top: 0;
   bottom: 0;
   height: auto;*/
  width: 7.5rem;
  margin:0 auto;
}
.loa-credit .com-itemb-icon {
  width: 23%;
}
.loa-credit .com-itemb-img {
  width: 1.4rem;
  height: auto;
}
.loa-credit .com-itemb-info-main {
  width:49%;
}
.loa-credit .com-itemb-info-sub {
  width: 0;
  height: 0;
  overflow: hidden;
}
.loa-credit .com-itemb-title {
  margin: .1rem 0 0 0;
}
.loa-credit .com-itemb-value {
  color: #6a6a6a;
  margin: 0 0 0 .2rem;
  text-indent: 0;
}
.com-itemb-center{ width:57%}
/*页面: 贷款超市首页 end*/
/*首页信用卡列表*/
.index-xyk {background:#FFF; padding:0; margin:0}
.index-xyk li{ display:block;padding:0.25rem  0.25rem; background:#FFF;border-bottom: 1px solid #f1f1f1; }
.index-xyk li a{text-decoration:none;}
.index-xyk li img{ width:2rem; height:1.28rem; display:block; float:left; margin-right:0.1rem}
.index-xyk .xyk_p1{ color:#333; font-size:0.25rem;height:0.25rem; line-height:0.25rem;    margin: 0.1rem 0 0.2rem 0.1rem;}
.index-xyk .xyk_p2{ color:#999; font-size:0.25rem;height:0.25rem; line-height:0.25rem;  overflow:hidden; margin: 0.1rem 0 0 0;}
.index-xyk .xyk_p1 span{border: 1px solid #ffa21d;font-size:0.25rem;height:0.25rem; line-height:0.25rem;background: #fffaf3;text-align: center;border-radius:0.1rem;color: #ffa21d;padding:0 0.1rem;margin:0 0.1rem 0 0;
}
.index-xyk li a:after {content:"";display:table;clear:both;}
a{ text-decoration: none;}
.app-strategy-text span,.app-strategy-text p {
  font-size: 0.25rem !important;
  line-height: 0.4rem !important;}
table{width: 100% !important;}
td,tr{ width:auto}
/*.com-lista .com-item-title {
  min-height: 0.9rem;
}*/
.com-lista .com-item-btnbox {
  height: 0;
  width: 100%;
  margin: 0;
  text-align: right;
}