
.header-top{
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
    background-color: transparent;
}

.main-panel{
    margin-top: 0;
}

.icon-btn-back{
    display: none;
}

.no-float
{
    clear: both;
}

.source-list
{
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both;
    margin-top: 1rem;
}

.img
{
    width: 100%;
}

.more-goods:hover
{
    background-color: #106b94;
}

.lists-panel
{
    min-height: 18rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 6rem;
}

.page-panel
{
    width: 100%;
    float: left;
}

.pagination
{
    justify-content: center;
}

.statis{
    display: flex;
    flex-direction: row;
}

.statis .views,
.statis .price{
    width: 50%;
}

.big-head-area{
    height: 25rem;
    float: left;
    width: 100%;
    flex-shrink: 0;
}

.dha-imgbg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25rem;
    background-image: url('../img/code_bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

img{
    width: 100%;
}
.dha-imgbg-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25rem;
    background-color: rgb(104 99 99 / 59%);
    z-index: 1;
}
.dha-content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 25rem;
    z-index: 2;
}
.search-ctrl{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    height: 3rem;
    line-height: 3rem;
    margin-top: 13.5rem;
}

.search-ctrl select,
.search-ctrl input{
    height: 3rem;
    line-height: 3rem;
}

.search-ctrl .input-group-append{
    border-left: 0.1rem solid #9a9aa0;
}

.section-head{
    float: left;
    width: 100%;
    margin-top: 1rem;
    height: 3rem;
    display: flex;
    flex-direction: row;
    border-bottom: 0.1rem solid #cdcdcd;
}

.sh-title{
    height: 3rem;
    line-height: 3rem;
    color: #797676;
    font-size: 1.4rem;
    font-weight: 500;
}

.s-item{
    display: flex;
    flex-direction: column;
    border: 0.01rem solid #d1d1d1;
    border-radius: 0.35rem;
    overflow: hidden;
}

.s-item:hover{
    border-width: 0.1rem;
    box-sizing: border-box;
    cursor: pointer;
}

.s-item .img,
.s-item .detail{
    height: 50%;
}

.s-item .img{
    padding-bottom: 66.66%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.detail{
    padding-top: 0.35rem;
}

.d-title{
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3.2rem;
    line-height: 1.6rem;
    padding: 0.25rem;
}

.d-intro{
    color: darkgrey;
    text-indent: 0.35rem;
    font-size: 0.9rem;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 3.2rem;
}

.d-ext{
    display: flex;
    flex-direction: row;
    background-color: #ececec;
}

.de-views,
.de-price{
    width: 50%;
}

.de-views{
    text-align: left;
    padding-left: 0.25rem;
    font-size: 0.9rem;
}
.de-views .bi-eye{
    padding-right: 0.2rem;
}

.de-price{
    text-align: right;
    padding-right: 0.25rem;
    color: red;
    font-size: 0.9rem;
}

.source-list a:hover,
.source-list a{
    text-decoration: none!important;
    color: #484848;
}

.logined-item
{
    background-color: #43b7eb47;
}

.marquee-text{
    opacity: 0;
    height: 0;
}

.header-marquee .marquee-text{
    height: 1.5rem;
    width: 100%;
    position: absolute;
    z-index: 1002;
    color: white;
    background-color: #03a9f440;
    line-height: 1.5rem;
    opacity: 1;
}

.header-marquee .header-top{
    top: 1.5rem!important;
}

@media screen and (max-width: 900px){

    .main-panel
    {
        width: 95%;
    }

    .source-cat-item:nth-child(3n)
    {
        margin-right: 0;
    }

    .source-cat-item
    {
        width: 30%;
        margin-right: 5%;
        padding-left: 0;
        padding-right: 0;
    }
    .search-ctrl{
        width: 95%;
        margin-top: 6.5rem;
    }

    .search-ctrl select{
        max-width: 4rem;
    }

    .dha-content,
    .big-head-area,
    .dha-imgbg,
    .dha-imgbg-mask{
        height: 15rem;
    }
}
