/**
**market-choice页面样式调整
 */

/* 原内联style */


.month-name {
    border-color: #DBDCE1;
    color: #707376;
    height: 31px;
    padding: .357rem .571rem;
    background-color: white;
}


.no-collection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 400px;
}

.nav-item-right1 {
    position: absolute;
    right: -17px;
    top: 0;
    border-bottom: 2px solid transparent;
}

.nav-item-right2 {
    position: absolute;
    right: 42px;
    top: 0;
    border-bottom: 2px solid transparent;
}

.nav-item-right3 {
    position: absolute;
    right: 108px;
    top: 0;
    border-bottom: 2px solid transparent;
}

.nav-item-right4 {
    position: absolute;
    right: 246px;
    top: 0;
    border-bottom: 2px solid transparent;
}
@media screen and (max-width: 992px) {
    .nav-item-right1,.nav-item-right2,.nav-item-right3,.nav-item-right4{
       display: none;
    }
}
/* .item-text-title{
    min-width: 84px;
    text-align: right;
} */

/* .nav-item-right1.act strong, .nav-item-right2.act strong, .nav-item-right3.act strong , .nav-item-right4.act strong {
    color: #fb8c1e;
} */

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

/* 处理美国、德国站横向滚动条问题 */
.table.loose-table th:first-child {
    padding-left: 0;
}

.table.loose-table th:nth-child(2) {
    min-width: 60px;
}

.table.loose-table th:last-child {
    padding-right: 0;
}
.table.loose-table td:first-child {
    padding-left: 0;
}
.table.loose-table td:last-child {
    padding-right: 0;
}
.table.loose-table .th {
    padding: 0;
}

/* .table.loose-table td:first-child .td {
    padding-left: 2rem;
} */

/* 处理商品hover弹窗问题 */

.popover-initiator {
    position: relative;
    /* display: inline-block; */
    z-index: 99;
    min-width: auto;
}

.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: -6rem;
    left: 99%;
    right: auto;
    height: 21.42rem;
    min-width: 660px;
    background: none;
}

.popover-body {
    width: 100%;
    height: 100%;
}

.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_gv_en.png") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.popover-item p {
    font-size: 13px;
}

.market-popover .arrow {
    top: 9rem;
    left: -6px;
}
.market-popover .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 {
    display: block;
}

.market-popover .popover-body .popover-item .bg-white:hover {
    border-color: #fb8c1e;
    background-color: #fff !important;
}
tr:first-child .popover-initiator .market-popover{
    top: -4rem;
}
tr:first-child .popover-initiator .market-popover .arrow{
    top: 7.5rem;
}

.text-hover-orange {
    color: #6d7072;
    transition: all .1s ease-in-out;
}

.text-hover-orange:hover {
    color: #fb8c1e ;
}

/* 开通会员弹窗 */
#modal-prevent {
    /*display: block;*/
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    -webkit-transition: 0.15s;
    -moz-transition:  0.15s;
    -ms-transition:  0.15s;
    -o-transition:  0.15s;
    transition:  0.15s;
}

#modal-prevent .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -118px;
    margin-left: -220px;
    width: 440px;
    height: 236px;
    background-color: #fff;
}

#modal-prevent .modal-header {
    border: 0;
    padding: 2.15rem;
}

#modal-prevent .modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 26px;
    color: #A6AAB3;
    line-height: 1;
    cursor: pointer;
}

#modal-prevent .modal-close:hover {
    color: #1e2334;
}
#modal-prevent .modal-title {
    width: 100%;
    font-size: 18px;
    color: #2A2B2C;
    font-weight: 600;
}

#modal-prevent .modal-body {
    padding: 10px 0 0;
}

#modal-prevent .upgrade-member {
    display: block;
    width: 120px;
    height: 36px;
    margin: 41px auto 0;
    border-radius: 4px;
    color: #fff;
    font-size: 1rem;
    line-height: 36px;
    background-color: #FB8C1E;
}
.recover-refresh img{width: 1.025rem; margin-top: -5px;}
.recover-refresh.isloading .icon-recover,.recover-refresh img{
    display: none;
}
.recover-refresh.isloading img{
    display: block;
}
.filter-condition {
    display: none;
}

.type-button.active {
    color: #fff !important;
    background-color: #fb8c1e !important;
    border-color: #fb8c1e !important;
}

/* 解决"保存模式"弹窗样式 */
.custom-research-box .item-dialog-50 {
    transform: translate(0) !important;
}

.custom-research-box .modal-header {
    min-height: 0 !important;;
}

.custom-research-box .title-box {
    color: #2A2B2C;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-block-start: 0px;
    margin-block-end: 7px;
    margin-top: 0px;
    margin-bottom: 7px;
    padding-bottom: 7px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.custom-research-box .custom-departent-box {
    max-height: 294px;
    min-height: 258px;
    max-width: 576px;
}

.custom-research-box .table.loose-table th:first-child, td:first-child {
    padding-left: 1.5rem !important;
}

.custom-research-box .table.loose-table th:last-child, td:last-child {
    padding-right: 1.5rem !important;
}

.custom-research-box .table.loose-table th:nth-child(2) {
    min-width: 0 !important;
}