﻿.main .goods-type-box {
    padding-bottom: 8px;
}

.populariseaccounts .recommended_article {
    margin-top: 16px !important;
}

.populariseaccounts * {
   box-sizing:border-box;
}

.populariseaccounts .recommended {
    margin-top: 16px;
}
.populariseaccounts .recommended_article .recommended_article_title {
    border-bottom: 2px solid #46B068;
}
    .populariseaccounts .recommended_article .recommended_article_title .textbox {
        background: #46B068;
        color: #fff;
        font-size: 16px;
        padding: 6px 0;
        position: relative;
        text-align: center;
        width: 104px;
    }
        .populariseaccounts .recommended_article .recommended_article_title .textbox:before {
            border: 5px solid transparent;
            border-right-color: #46B068;
            bottom: -5px;
            content: "";
            display: inline-block;
            left: -5px;
            position: absolute;
            transform: rotate(45deg);
        }
.populariseaccounts .recommended_article .goods-list {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 10px;
}
.populariseaccounts .newGoodsList_box {
    display: flex;
    justify-content: flex-start;
    padding: 10px !important;
    position: relative;
    flex-direction: column;
}
    .populariseaccounts .newGoodsList_box:hover {
        background: #fafafa;
    }
    .populariseaccounts .newGoodsList_box .newGoodsList_box_img {
        background: #e5e5e5;
        border-radius: 8px;
        cursor: pointer;
        height: 110px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .populariseaccounts .newGoodsList_box .newGoodsList_box_info_time span {
        color: #999;
        font-size: 12px;
        padding-right: 10px;
    }
    .populariseaccounts .newGoodsList_box .newGoodsList_box_info_top {
        width: 100%;
    }
    .populariseaccounts .newGoodsList_box .newGoodsList_box_info_bottom {
        width: 100%;
    }
    .populariseaccounts .newGoodsList_box .newGoodsList_box_info {
        padding-top: 10px;
        width: 100%;
    }
    .populariseaccounts .newGoodsList_box .newGoodsList_box_pir {
        color: #FF5B01;
        font-size: 18px;
        font-weight: 600;
        width: 100%;
        text-align: right;
        padding-top: 10px;
    }
    .populariseaccounts .newGoodsList_box .newGoodsList_box_info_top h4 {
        color: #333;
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        height: 51px;
    }
    .populariseaccounts .newGoodsList_box .ellipsis-2 {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -moz-line-clamp: 2;
        -moz-box-orient: vertical;
        word-wrap: break-word;
        display: -webkit-box;
        display: -moz-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-break: break-all;
    }
    .populariseaccounts .newGoodsList_box .newGoodsList_box_info_bottom_qf {
        color: #666;
        font-size: 12px;
    }
    .populariseaccounts .newGoodsList_box .newGoodsList_box_info_time {
        padding-top: 6px;
    }
    .populariseaccounts .newGoodsList_box .newGoodsList_box_lable {
        display: flex;
        justify-content: flex-start;
        padding-top: 6px;
    }
        .populariseaccounts .newGoodsList_box .newGoodsList_box_lable img {
            height: 16px;
            width: auto;
        }

.populariseaccounts .recommended_article .goodsbox {
    width: calc(33.33% - 10px);
    border: 1px solid #dee2e6;
    margin: 10px 5px 10px 5px;
    border-radius: 3px;
}

.populariseaccounts .recommended_article .card .card-profile {
    background: #FFF;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0px 5px 10px 5px;
    width: calc(33.33% - 10px);
}

.populariseaccounts .recommended_article .goods-price span {
    font-size: 18px;
    color: #FF5B01;
    font-weight: bold;
}

.populariseaccounts .recommended_article .card .card-profile .p-header > img {
    width: calc(100%) !important;
    display: inline-block;
    padding: 5px !important;
    border-radius: 8px;
    height: calc(180px);
}
.populariseaccounts .recommended_article .cellimg {
    width: 100%;
    height: 180px;
}

.populariseaccounts .game-account-flag {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    word-break: break-word;
    line-height: 30px;
    height: 61px;
}

.fourcell.populariseaccounts .recommended_article .card .card-profile {
    width: calc(25% - 10px);
}
.accountdetails.populariseaccounts .recommended_article {
    margin: 16px !important;
}

.populariseaccounts .account-info-box .acc-triangle {
    width: 12px;
    height: 12px;
    border: 2px solid #46B068;
    border-right: 0;
    border-bottom: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    left: -7px;
    background: #fff;
    z-index: 3000;  
    margin-top:0px;
}

.populariseaccounts .account-info-box {
    display: none;
    cursor: auto;
    position: absolute;
    padding: 16px 16px 15px 16px;
    background: #fff;
    border: 2px solid #46B068;
    width: 336px;
    z-index: 300000;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-left: 245px;
    margin-top: -70px;
    right: auto;
}