/* 处理商品hover弹窗样式 */
.popover-initiator {
    position: relative;
    /* display: inline-block; */
    /*z-index: 99;*/
    min-width: 99%;

}

.popover-initiator:hover .market-popover {
    display: block;
}

.popover-initiator .eg-asin {
    color: #1c1c1c;
}

.popover-initiator:hover .eg-asin {
    color: #fb8c1e;
}

.popover-initiator .market-popover:hover {
    display: block;
}

.popover-initiator .market-popover {
    display: none;
    top: -8rem;
    left: 106%;
    right: auto;
    height: 21.42rem;
    min-width: 660px;
    background: none;

}
.popover-initiator .market-popover.smaller-popover-monopoly{
    min-width: 340px;
    height:152px;
    top: -4rem;
    left: 99%;
    border-radius: 2px;
}
.popover-initiator.isresearch .market-popover.smaller-popover-monopoly{
    right: 110%;
    left: auto;
}
.market-popover.smaller-popover-monopoly .arrow{
    top: 4rem;
    left: auto;
    right: -22px;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}
.market-popover .arrow:after{
    display: none;
}
.smaller-popover-monopoly .popover-body.isnothing{
    margin-top: -6px;
}
.market-popover.smaller-popover-monopoly .popover-item {
    margin-right: 13px;
}
.market-popover.smaller-popover-monopoly .popover-item,.market-popover.smaller-popover-monopoly .popover-item a{
    width: 90px;
    height: 90px;
}
.market-popover.smaller-popover-monopoly .popover-item .popover-img{
    width: 69px;
    height: 69px;
}
.smaller-popover-monopoly .popover-item p{
  font-size: 12px;
  color: #7B7E81;
}
.eg-asin{
    border-bottom: 1px dashed #9fa3a8 !important;
}
.popover-body {
    width: 100%;
    height: 100%;
}
.popover-body.isnothing{
    margin-top: 83px;
    padding: 0;
    border-radius: 4px;
}
.popover-item {
    width: 102px;
    height: 124px;
    /* float: left; */
}

.popover-item a {
    width: 102px;
    height: 102px;
}

.popover-item .preset-background {
    width: 100%;
    height: 100%;
    background: url("../img/image_loading_en.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.popover-item .preset-background2 {
    background-image: url("../img/image_gv_jp.png");
}
.popover-item p {
    font-size: 13px;
}

.market-popover .arrow {
    top: 10.71rem;
    left: -7px;
}

.market-popover .popover-body .popover-item .bg-white {
    display: block;
}
.market-popover:not(.table-page-popover-link) .popover-body{
    background: #fff;
    display: inline-block;
    height: auto;
    width: auto;
    border: 1px #EEEFF1 solid;
    box-shadow: 0 0 14px 0 rgba(40,40,44,.08);
}
.market-popover .popover-body .popover-item .bg-white:hover {
    border-color: #fb8c1e;
    background-color: #fff !important;
}
.popover-img:hover .poppreset-descript-box,.poppreset-descript-box:hover .poppreset-descript-box{
  display: block;
}
.poppreset-descript-box{
    position: absolute;
    width:316px;
    max-height: 95px;
    right:auto;
    left: 122%;
    top: -8px;
    padding: 14px 14px 16px 14px;
    background:rgba(73,73,73,0.9);
    border-radius:4px;
    display: none;
    z-index: 2;
}

.popover-body .popover-item:nth-child(4n) .poppreset-descript-box,.popover-body .popover-item:nth-child(9)
.poppreset-descript-box,.popover-body .popover-item:nth-child(5n) .poppreset-descript-box,
.popover-body .popover-item:nth-child(3) .poppreset-descript-box
{
    left: auto;
    right: 122%;
}
.poppreset-descript-box h4,.poppreset-descript-box .price-rating-des p{
    font-size:13px;
    line-height:18px;
    color: #fff;
}
.poppreset-descript-box h4{
    height:36px;
    font-weight:500;
    margin-bottom: 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.market-popover .poppreset-descript-box .price-rating-des p{
    font-weight:400;
    margin: 12px 0 0;
    width: 33%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.market-popover .poppreset-descript-box.small-descript .price-rating-des p{
   font-size: 12px;
   transform: scale(0.9);
   width: 54%;
}
.poppreset-descript-box .price-rating-des p:first-child{
    width: 13%;
}
.poppreset-descript-box.small-descript .price-rating-des p:first-child{
    width: 15%;
}
.market-popover .poppreset-descript-box .price-rating-des p.text-primary{
  width: 40%;
  text-align: right;
  overflow: hidden;
}
.poppreset-descript-box.small-descript .price-rating-des p.text-primary{
    transform: scale(1);
}
.market-popover .poppreset-descript-box .price-rating-des p.price-box{
  width: 30%;
}
.poppreset-descript-box.small-descript .price-rating-des p.price-box{
    width: 28%;
  }
.market-popover .poppreset-descript-box .price-rating-des  p.line-p{
     font-size: 12px;
     color: rgba(255,255,255,0.2);
     margin: 12px 10px 0;
     width: 3px;
}
.market-popover .poppreset-descript-box.small-descript .price-rating-des  p.line-p{
    margin: 12px 3px 0 10px;
}
.text-hover-orange {
    color: #6d7072;
    transition: all .1s ease-in-out;
}

.text-hover-orange:hover {
    color: #fb8c1e ;
}
.methods-check-type  span{
    font-size:13px;
    font-weight:500;
    color: #7B7E81;
    margin-left: 20px;
    position: relative;
    margin-bottom: 14px;
    display: inline-block;
    z-index: 9;
    cursor: pointer;
}
.methods-check-type i{
    display: block;
    background: url(../../../assets-frontend/images/keyword-miner-triangle1.png) no-repeat;
    width: 12px;
    height: 9px;
    position: absolute;
    background-size: contain;
    left: 50%;
    margin-left: -6px;
    top: 27px;
    display: none;
}
.methods-check-type span.active,.methods-check-type span:hover{
    color: #FB8C1E;
}
.methods-check-type span.active i{
    display: block;
}
.custom-outline-primary{
    background: none;
    border:1px #fb8c1e solid;
    color: #707376;
}
.custom-outline-primary:hover{
    color:#ef7904;
}
.load-more-box{
    display: block;
    text-align: center;
    /* line-height: 60px; */
    font-size: 14px;
    cursor: pointer;
}
.load-more-box .btn-loading{
    cursor: pointer;
    color: #86898c;
}
.load-more-box .btn-load-more{
   min-width: 100px;
}
.load-more-box.isno-more .text-muted,.load-more-box.isloading .btn-loading{
  display: inline-block;
}
.load-more-box .text-muted,.load-more-box.isno-more .btn-load-more,.load-more-box .btn-loading,.load-more-box.isloading .btn-load-more{
    display: none;
}
.popover-nothing{
    height: 150px;
    min-width: 280px;
    font-size: 13px;
    color: #7B7E81;
    line-height: 150px;
    text-align: center;
    padding: 0 15px;
}
tr:last-child:not(:first-child) .popover-initiator .market-popover:not(.smaller-popover-monopoly),tr:nth-last-child(2):not(:first-child) .popover-initiator .market-popover:not(.smaller-popover-monopoly), .ribbon-style-table tr:nth-last-child(3):not(:first-child) .popover-initiator .market-popover:not(.smaller-popover-monopoly){
    margin-top: -9.5rem;
}
tr:last-child:not(:first-child) .market-popover:not(.smaller-popover-monopoly) .arrow,tr:nth-last-child(2):not(:first-child) .market-popover:not(.smaller-popover-monopoly) .arrow, .ribbon-style-table tr:nth-last-child(3):not(:first-child) .market-popover:not(.smaller-popover-monopoly) .arrow{
    top: 20rem;
}
tr:last-child:not(:first-child) .market-popover:not(.smaller-popover-monopoly) .popover-body.isnothing,tr:nth-last-child(2):not(:first-child) .market-popover:not(.smaller-popover-monopoly) .popover-body.isnothing, .ribbon-style-table tr:nth-last-child(3):not(:first-child) .market-popover:not(.smaller-popover-monopoly) .popover-body.isnothing{
    margin-top: 160px;
}

.signal-lamp-box{
    display: block;
    background: url(../../assets-frontend/images/icons-signal-lamp.png) no-repeat;
    width:28px;
    height:14px;
    background-size:auto;
    background-position: 0 0;
    margin:0 auto;
}
.signal-light1{
    background-position: -32px 0;
}
.signal-light2{
    background-position: -64px 0;
}
.signal-light3{
    background-position: -96px 0;
}
.signal-light4{
    background-position: -128px 0;
}
.signal-light5{
    background-position: -160px 0;
}
.movement-item{
    bottom: -1em;
    margin-right: .25em;
    line-height: 12px;
    height: 12px;
    width: 12px;
    text-align: center;
    cursor: pointer;
}

.nav-item-right1 {
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 2px solid transparent;
}
.nav-item-right1.act strong {
    color: #fb8c1e;
}

.nav-item-right1.act:after{
    content: '';
    position: absolute;
    width: calc(100% - 1.6rem);
    left: .8rem;
    bottom: 2px;
    height: 0;
    border-bottom: 2px solid #fb8c1e;
}

.inventories-list-box{
    padding: 3px 8px;
    height: 32px;
    font-size: 13px;
    color: #86898C;
    border:1px solid rgba(230,232,236,1);
}
/* 选品新版样式 */
.td-bg-grey{
    background-color: #f6f6f8;
    width: 100%;
    height: 20px;
    position: absolute !important;
    /* left: -23px; */
    z-index: 1;
}
.ribbon-style-table .table td, .ribbon-style-table .table th{
    border-top-width:0;
}
.ribbon-style-table .table td.show-border-top{
    border-top-width:1px;
}
.ribbon-style-table tbody tr:last-child{
    display: none;
}
.span-keywords{
    word-break: break-all;
}
.small-tm-22{
    font-size: 12px!important;
    vertical-align: middle;
     background: #F66A4E!important;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-weight: lighter;
    position: relative;
    top: -2px;
    line-height: 14px;
    color: #fff;
    width: 22px;
    height: 14px;
}
.font-size-19{
    font-size: 19px!important;
}
.brand-r{
    font-size: 14px!important;
    vertical-align: -1px;
}
/* hover */
.hover-show-amazon .amazon-link-tag{
 visibility: hidden;
}
.hover-show-amazon:hover .amazon-link-tag{
    visibility: visible;
}
.googletype-name{
    border-color: #DBDCE1;
    color: #86898C;
    height: 43px;
    font-size: 13px;
    padding: .357rem .571rem;
    background-color: white;
    height: 35px;
}
.table-page-popover-link .popover-body{
   align-items: center;
   justify-content: center;
   padding: 0;
   box-shadow: none;
}
/* .table-page-popover-link .popover-item{
  margin-bottom: 0!important;
} */
.curr{
    cursor: pointer!important;
}
.show-title-2{
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.max-width-350{
    max-width: 350px;
}
.color-fff{
    color: #fff;
}
.quarter-month-prepend-box{
    color: #868B91;
}
@media screen and (max-width: 992px) {
    .popover-body .popover-item:nth-child(3) .poppreset-descript-box,.popover-body .popover-item:nth-child(4n) .poppreset-descript-box{
        left: auto;
        right: 122%;
    }
}
.is-no-searchs{
    text-align: center;
    font-size: 14px;
    color: #9FA3A8;
}
.gradual-red-tips{
    background-color: #fef0f0;
    color: #F56C6C;
    padding: 8px 0;
    padding-left: 8px;
    font-size: 14px;
    border-radius: 4px;
}
