a{
    color: unset;
}

.breadcrumbs {
    margin-top: 156px;
    margin-bottom:  43px;
    display: flex;
    align-items: center;
}

img.arrow-right-icon {
    margin: 0 15px;
}

span.bread-name {
    color: #666666;
    font-size: 16px;
}

.collect-1-title{
    font-size: 28px;
    color: #000000;
    margin-right: 80px;
    padding: 0 20px 0px;
}


.collect-detail-title{
    font-size: 32px;
    color: #000;
    margin-bottom:16px;
    text-align: center;
}

.collect-detail-row{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #73716D;
}

.collect-detail-date{
    margin-right:60px;
}

.collect-detail-from{
    margin-right: 60px;
}

.collect-detail-body{
    margin-top: 34px;
    border-top: 1px solid #D9D9D9;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.collect-detail-left{
    width: 90px;

}

.collect-moudle-item{
    font-size: 16px;
    border-bottom: 1px solid #d7d7d7;
    height: 57px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.collect-moudle-item2{
    font-size: 16px;
    border-bottom: 1px solid #d7d7d7;
    height: 57px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}



.active-module{
    font-weight: bold;
    background: linear-gradient(90deg, transparent, rgba(217,217,217,0.37));
}

.collect-detail-right{
    width: 90px;
}

.collect-detail-content{
    flex: 1;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    padding: 34px 42px;
    box-sizing: border-box;
}

.collect-point {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.collect-point img{
    margin-top: 18px;
}




.collect-detail-foot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    padding: 45px 0;
    margin-top: 79px;
}


.collect-top{
    align-items: flex-start;
}

.collect-right{
    flex: 1;
    margin-left: 50px;
}

.collect-title{
    font-size: 35px;
}

.collect-line{
    display: flex;
    align-items: center;
    width: 100%;
    height:1px;
    border-top: 1px dotted #d9d9d9;
    position: relative;
}

.collect-line::before{
    content: " ";
    position: absolute;
    top: -4px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #d9d9d9;
}

.collect-line::after{
    content: " ";
    position: absolute;
    top: -4px;
    right: 0;
    width: 7px;
    height: 7px;
    background: #d9d9d9;
}

.collect-info{
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 15px;
}

.collect-info-item{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.collect-info-label{
    color: #8A8A88;
    width: 10%;
    width: 16%;
}

.collect-info-value{
    color: #666;
    margin-left: 10px;
}

.collect-info-item2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.collect-title2{
    font-size: 24px;
    margin-bottom: 16px;
}

.collect-left {
    height: 517px;
    width: 860px;
    position: relative;
}


.collect-img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.myIframe{
    width: 100%;
    height: 100%;
}

#allSrc{
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 999;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.buy_btn{
        padding: 5px 10px;
        border: 1px solid;
        text-align: center;
        cursor: pointer;
}


@media (max-width:768px){

    .breadcrumbs{
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .collect-top{
        display: block;
    }

    .collect-left{
        width: 100%;
        height: auto;
    }

    .collect-right{
        margin-left: 0;

    }

    .collect-info-item{
        margin-bottom: 10px;
    }
    .collect-info{
        margin-top: 20px;
        font-size: 18px;
    }

    .collect-title2{
        margin-bottom: 10px;
    }

    .collect-content {
        padding-bottom: 20px;
    }

}