.search-content {
    width: 1200px;
    /* height: 1250px; */
    /* border: 1px solid red; */
    margin: auto;
    padding-top: 10px;
}

.breadcrumb {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 10px;
}

.exhibition-box-html {
    margin-top: 30px;
}

.exhibition-box {
    width: 1000px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    margin: auto;
    padding: 30px;
    box-sizing: border-box;
}

.exhibition-box-title {
    font-size: 24px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: 500;
    color: #141414;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 24px;
}

.exhibition-box-flex-tags {
    display: flex;
    justify-content: center;
}

.exhibition-box-flex-tags-item {
    padding: 5px 10px 5px 10px;
    background: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    border: 1px solid #E82511;
    color: #E82511;
    font-size: 14px;
}

.exhibition-box-flex-clickNum {
    margin-top: 24px;
    display: flex;
    margin-right: 100px;
}

.exhibition-box-flex-text {
    margin-left: 10px;
    font-size: 14px;

}

.exhibition-box-flex-btn {
    width: 188px;
    height: 50px;
    background: #E82511;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    padding: 17px 48px 17px 48px;
    display: flex;
    margin-right: 70px;
    cursor: pointer;
}

.exhibition-box-flex-btn img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.exhibition-box-flex-btn-text {
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.flex-center-warp {
    display: flex;
    justify-content: center;
}

.exhibition-box-flex-btns {
    width: 188px;
    height: 50px;
    background: #4E94FF;
    border-radius: 3px 3px 3px 3px;
    opacity: 1;
    padding: 17px 48px 17px 48px;
    display: flex;
    cursor: pointer;
}

.exhibition-box-flex-btns img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.my-collection-goods-item {
    display: flex;
    margin-bottom: 20px;
}

.my-collection-goods-item img {
    width: 192px;
    height: 142px;
}

.my-collection-goods-item-right {
    width: 770px;
    /* margin-right: 10px; */
}

.my-collection-goods-item-title {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 16px;
    /* font-family: Source Han Sans CN-Medium, Source Han Sans CN; */
    font-weight: 500;
    color: #141414;
}

.my-collection-goods-item-tags {
    margin-top: 10px;
    margin-left: 20px;
    display: flex;
}

.my-collection-goods-item-tag {
    display: inline;
    padding: 5px;
    font-size: 14px;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    color: #E82511;
    border-radius: 3px;
    border: 1px solid #E82511;
}

.my-collection-goods-item-person {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-left: 20px;
    margin-top: 50px;
}

.my-collection-goods-item-clickNum {
    margin-right: 20px;
    display: flex;
    margin-top: 50px;
}

.my-collection-goods-item-text {
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-left: 5px;
}

.my-collection-goods-item-line {
    width: 100%;
    height: 0px;
    opacity: 1;
    border: 1px solid #EBEBEB;
    margin-bottom: 20px;
}

.my-collection-goods-item-line:nth-child(5n) {
    border: none;
}

.exhibition-box-titles {
    margin-bottom: 30px;
    display: flex;
}

.exhibition-box-titles-line {
    width: 3px;
    height: 16px;
    background: #E82511;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin-right: 6px;
}

.exhibition-box-titles-text {
    font-size: 18px;
    /* font-family: Source Han Sans CN-Medium, Source Han Sans CN; */
    font-weight: 500;
    color: #141414;
}

.ModalTwoss-centetn {
    margin-top: 20px;
    font-size: 14px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: center;
}

.ModalTwoss-close {
    width: 128px;
    height: 42px;
    background: #E82511;
    box-shadow: 0px 4px 10px 1px rgba(232, 37, 17, 0.16);
    border-radius: 3px 3px 3px 3px;
    margin: auto;
    margin-top: 50px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.exhibition-box-html p img {
    width: 100%;
}