body {
    color: #333;
    font-size: 16px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #d9b869;
}

.wrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.wrap-small {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


.no-data {
    width: 100% !important;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.content-list .no-data {
    color: #333;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[v-cloak] {
    display: none;
}

img {
    max-width: 100%;
}

.space-content {
    padding-top: 136px;
}

.bg {
    background-color: #5b2528;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #ececec;
}

/* 头部 */
.header {
    height: 136px;
    line-height: 136px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    background: url(../images/new/header.jpg) repeat;
    font-weight: 400;
}

.header a {
    color: #fff;
}

.header a:hover {
    color: #d9b869;
}

.header>.wrap {
    display: flex;
    justify-content: space-between;
}

.header-logo {
    display: flex;
}

.header-logo img {
    width: auto;
    vertical-align: middle;
    height: 64px;
}

.header-logo-nav a {
    padding: 0 30px;
}

.header-logo-nav>li:first-child a {
    color: #d9b869;
    margin-left: 30px;
}

.header-nav.nav {
    flex: auto;
}

.header-nav>ul {
    float: left;
}

.header-nav ul img {
    display: none;
}

.header-nav>ul>li {
    float: left;
    position: relative;
}

.header-nav ul a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 16px;
    font-size: 24px;
}

.header-nav>ul>li:hover,
.header-nav>ul .nav-current {
    color: #d9b869;
}

.header-nav>ul .nav-current>a {
    color: #d9b869;
}

.header-nav>ul>li:hover .nav-second {
    display: block;
}

/* 二级导航 */
.header-nav .nav-second {
    background-color: #fff;
    position: absolute;
    top: 100px;
    left: 0;
    width: calc(100% + 76px);
    transition: all .3s;
    display: none;
    box-shadow: 0 0 8px #645d5d;
}

.header-nav .nav-second li {
    height: 48px;
    line-height: 48px;
    text-align: left;
    padding-right: 10px;
}

.header-nav .nav-second li a {
    display: block;
    padding-left: 15px;
    font-size: 14px;
    line-height: 48px;
    color: #2b2e2e;
    opacity: .7;
}

.header-nav .nav-second li:hover {
    background-color: #f6f6f6;
}

.header-nav .nav-second li:hover a {
    opacity: 1;
}

.header-nav .nav-second li:hover .nav-third {
    display: block;
}

/* 三级 */
.header-nav .nav-third {
    width: 100%;
    min-height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    background-color: #f6f6f6;
    transition: all .3s;
    display: none;
}

.header-nav .nav-second .nav-third li a {
    background: none;
}

.header-nav .nav-second .nav-third li:hover a {
    color: #d9b869;
}

/* 搜索 */
/* .header-search-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 42px 0 20px;
    position: relative;
}

.header-search-wrap input {
    height:100%;
    width: 100%;
    background-color: transparent;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 16px;
}

::-webkit-input-placeholder { 
    color:#fff;
}
    
:-moz-placeholder {
    color:#fff;
}
    
::-moz-placeholder {
    color:#fff;
}
    
:-ms-input-placeholder {
    color:#fff;
}

.header-search-wrap i {
    position: absolute;
    top: 0;
    right: 12px;
    width: 30px;
    height: 100%;
    background: url(../images/new/icon/search.png) no-repeat center;
    cursor: pointer;
} */

/* 未登录 */
.header-login-not {
    margin-left: 25px;
    position: relative;
}

.header-login-not img {
    vertical-align: middle;
    width: 50px;
}

.header-login-not-wrap {
    position: absolute;
    top: 100px;
    right: -20px;
    background-color: #fff;
    min-width: 200px;
    border-radius: 12px;
    box-shadow: 0 0 8px #645d5d;
    display: none;
}

.header-login-not:hover .header-login-not-wrap {
    display: block;
}

.header-login-not-wrap .triangle {
    position: absolute;
    top: -23px;
    right: 43px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
}

.header-login-not-wrap ul li {
    line-height: normal;
    margin: 12px;
}

.header-login-not-wrap ul a {
    display: block;
    width: 100%;
    height: 100%;
    color: #2b2e2e;
}

.header-login {
    color: #fff;
    margin-left: 25px;
}

.header-login img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 2px;
}

/* 底部 */
.footer {
    background: url(../images/new/footer.jpg);
    color: #fff;
    background-size: contain;
    padding: 30px 0;
    font-size: 14px;
    line-height: 26px;
}

.footer .module-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #d9b869;
}

.footer-left img {
    width: 200px;
    margin: 40px 0 30px;
}

.footer h3 {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    margin-bottom: 30px;
}

.footer h3::after {
    content: "";
    width: 2em;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.footer-center li {
    line-height: 36px;
}

.footer-right img {
    width: 20px;
    vertical-align: middle;
    margin-right: 3px;
}

.footer-right dl {
    margin-bottom: 15px;
}

.footer-right dt {
    margin-bottom: 5px;
}

.top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 50px;
    right: 39px;
    z-index: 1000;
    text-align: center;
    display: none;
    cursor: pointer;
    background: linear-gradient(to bottom, rgba(217, 184, 105, .6), rgba(238, 220, 151, .6));
}

.top:hover {
    background: linear-gradient(to bottom, #d9b869, #eedc97);
}

.top img {
    width: 58%;
    vertical-align: middle;
}

/* banner */
.banner {
    position: relative;
    width: 100%;
}

.banner .swiper-container,
.banner img {
    width: 100%;
    height: auto;
}

.banner img {
    display: block;
    width: 100%;
}


/* content */

/* 标题 */
.content-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 45px;
}

.content-title span,
.content-title img {
    vertical-align: middle;
}

.content-title span {
    font-family: '楷体', '楷体_GB2312';
    color: #000;
    margin: 0 5px;
    display: inline-block;
    min-width: 112px;
}

/* 更多按钮 */
.btn-more {
    display: inline-block;
    width: 36px;
    height: 36x;
    background: url(../images/new/icon/more.png) no-repeat center;
    background-size: contain;
}

.btn-more:hover {
    background-image: url(../images/new/icon/more-hover.png);
}



/* 模块1 */
.module-wrap {
    padding: 50px 65px;
}

.module1 {
    position: relative;

}

.module1 .content-title {
    margin-bottom: 0;
}

.module1 .module-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
}

.module1-left,
.module1-right {

    padding: 35px 0;
}

.module1-left {
    width: calc(100% - 350px - 70px);
    margin-right: 70px;
}

.module-flex {
    display: flex;
    justify-content: space-between;
}

.module1-bottom {
    margin-top: 28px;
}

.module1-list {
    margin-top: 20px;
    border-top: 5px solid #aa343c;
}

.module1-list li {
    line-height: 46px;
    border-bottom: 1px solid #aa343c;
}

.module1-list a {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.module1-list a:hover,
.module1-list a:hover span {
    color: #d9b869;
}

.module1-list p {
    flex: 1;
    margin: 0 10% 0 10px;
}

.module1-list span {
    color: #535353;
}

.module1-right {
    width: 350px;
}

.module1-right ul,
.module1-right li,
.module1-right li img {
    width: 100%;
}

.module1-right li {
    margin-top: 15px;
}

.module1-right li img {
    height: 160px;
    object-fit: cover;
    transition: .2s;
}

.module1-right li img:hover {
    transform: scale(1.05);
}

/* 卡片 */
.card {
    display: flex;
    justify-content: space-between;
}

.card-item {
    width: 48%;
    position: relative;
    margin-bottom: 20px;
}

.card-item img {
    width: 100%;
    transition: transform 0.3s ease;
    /* 添加过渡动画效果 */
}

.card-item:hover img:first-child {
    transform: scale(1.05);
    /* 当鼠标悬浮时将图像放大到原始大小的1.2倍 */
}

.card-item .card-collection {
    /* width: 36%; */
    width: 21%;
    position: absolute;
    top: 50%;
    /* right: 8%; */
    right: 15%;
    transform: translateY(-50%);
}

.card-item:last-child .card-collection {
    width: 55%;
    right: 0;
}


/* 走势图 */
.chart .category-wrap {
    margin-right: 0;
}

.chart .category-wrap li {
    margin-right: 15px;
}

.content-chart {
    height: 450px;
}

/* 展览馆 */
.listing-list .module-flex {
    flex-wrap: wrap;
}

.listing-list li {
    position: relative;
    height: auto;
    width: 18%;
    margin-bottom: 30px;
}

.listing-list li>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.listing-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 74px;
    line-height: 74px;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;
    text-align: right;
    padding: 0 20px;
}

.listing-btn a {
    margin-left: 28px;
    display: inline-block;
    width: 36px;
    height: 36px;
}

.listing-btn i {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../images/icon/360.png) round;
    vertical-align: middle;
    transition: .4s;
}

.listing-btn .sell i {
    background-image: url(../images/icon/sell.png);
}

.listing-btn a:hover i {
    transform: rotate(360deg);
    background-image: url(../images/icon/360-solid.png);
}

.listing-btn .sell:hover i {
    transform: rotateY(180deg);
    background-image: url(../images/icon/sell-solid.png);
}

/* 服务、格子 */
.cell {
    width: 23.5%;
    position: relative;
}

.cell>div {
    margin-bottom: 30px;
    position: relative;
}

.cell>div>a {
    display: block;
    height: 100%;
}

.cell>div:last-child {
    margin-bottom: 0;
}

.cell-left {
    width: 50%;
}

.cell-left>div {
    height: 100%;
}

.cell-center {
    margin: 0 30px;
}

.cell img {
    width: 100%;
    transition: transform 0.3s ease;
}

.cell .listing-btn {
    text-align: left;
    color: #fff;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    transition: all .2s;
}

.cell>div:hover img,
.cell>div:hover .listing-btn {
    /* color: rgba(231, 129, 29, .6); */
    transform: scale(1.05);
    /* 当鼠标悬浮时将图像放大到原始大小的1.05倍 */
}

.main-banner,
.main-banner img {
    width: 100%;
}

.main {
    padding: 50px 0 70px;
}

/* 面包屑 */
.crumbs {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 50px;
}

.crumbs a {
    color: #fff;
}

.crumbs a:hover {
    color: #d9b869;
}

.crumbs span {
    padding: 0 2px;
}


/* 藏品列表页 */
/* 类别 */
.category {
    margin-bottom: 40px;
}

.category-wrap {
    margin-right: 30px;
}

.category-wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.category-wrap li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.category-wrap li a {
    font-family: '楷体', '楷体_GB2312';
    font-size: 18px;
    display: block;
    min-width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 6px;
    color: #b5a085;
    border-radius: 6px;
    font-weight: 400;
    background: url(../images/new/title-border.jpg) round;
    background-size: cover;
}

.category-wrap .category-current a,
.category-wrap li:hover a {
    color: #e0925a;
    background-image: url(../images/new/title-border-hover.jpg);
}

/* 搜索 */
.space-collection .search-ele {
    min-width: 48px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #fff;
    overflow: hidden;
    position: relative;
}

.space-collection .search-ele:hover {
    border-color: #d9b869;
}

.space-collection .search-ele input {
    box-sizing: content-box;
    outline: none;
    width: 0;
    height: 100%;
    padding: 0;
    border: 0;
    font-size: 16px;

    transition: width .2s;
}

.space-collection .search-ele:hover input {
    padding: 0 63px 0 15px;
    width: 300px;
}

.space-collection .search-ele i {
    display: inline-block;
    width: 48px;
    height: 100%;
    background: url('../images/icon/search.png') no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
}

.space-collection .search-ele:hover i {
    background-image: url(../images/icon/search-hover.png);
}


/* 藏品列表 */
.collection-list {
    position: relative;
    min-height: 130px;
}

.collection-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.collection-list li {
    width: 23%;
    margin-bottom: 30px;
}

.fix {
    width: 23%;
    height: 0 !important;
    margin-bottom: 0 !important;
}

.collection-list-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.collection-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection-border {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: url(../images/bg-border-collection.png) round;
    background-size: cover;
    transition: .2s;
}

.collection-img {
    transition: .2s;
}

.collection-border:hover,
.collection-border:hover +.collection-img {
    transform: scale(1.05);
}

.collection-msg {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #d9b869;
    width: 86%;
    height: 46px;
    line-height: 46px;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    bottom: -50px;
    transition: .2s;
}

.collection-list li:hover .collection-msg {
    bottom: 20px;
}

.collection-msg p {
    border: 1px solid #d9b869;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    margin: 0 6px;
    flex: 1;
    text-align: center;
}

.collection-msg p span {
    margin: 0 5px;
}

.collection-msg>a {
    width: 30px;
    height: 30px;
}

.collection-msg>a i {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../images/icon/360-golden.png) round;
    background-size: cover;
    transition: .4s;
}

.collection-msg .sell i {
    background-image: url(../images/icon/sell-golden.png);
}

.collection-msg>a:hover i {
    transform: rotate(360deg);
    background-image: url(../images/icon/360-solid.png);
}

.collection-msg .sell:hover i {
    transform: rotateY(180deg);
    background-image: url(../images/icon/sell-solid.png);
}

/* 藏品竞买 */
.collection-list .price {
    background-color: #a91a2e;
    color: #fff;
    font-size: 24px;
    padding: 5px 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.collection-list .price a {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-left: auto;
    margin-top: 10px;
}

.collection-list .price a:hover {
    background-color: #d9b869;
    border-color: #d9b869;
    color: #333;
}

.collection-list .price span {
    margin-top: 10px;
}



/* 列表页 */
.main-wrap {
    display: flex;
}

.main-wrap-left {
    flex-shrink: 0;
    width: 280px;
    margin-right: 60px;
}


/* 右边 */
.main-wrap-right {
    flex: auto;
    background-color: #e5e4e5;
    position: relative;
    padding: 35px 35px 45px;
}

.content-list li {
    margin-bottom: 40px;
    transition: all .1s;
    background: #e5e4e5 url(../images/bg-border-list.png) round;
    background-size: cover;

}

.content-list li:hover {
    background-image: url(../images/bg-border-list-red.png);
}

.content-list li:hover h3 {
    color: #d1001d;
}

.content-list li>a {
    display: flex;
}

.list-pic {
    width: 290px;
    flex-shrink: 0;
    padding: 15px 0 15px 20px;
}

.list-pic img {
    display: block;
    width: 100%;
}

.list-msg {
    padding: 30px;
    color: #333;
    flex: auto;
    overflow: hidden;
}

.list-msg h3 {
    color: #272727;
    font-size: 20px;
    padding-bottom: 10px;
}

.list-msg p {
    line-height: 34px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 400;
}

.list-msg div {
    text-align: right;
    font-size: 14px;
    margin-top: 10px;
}

/* 分页 */
.paging {
    text-align: center;
    padding-top: 30px;
}

.paging .laypage_main a,
.paging .laypageskin_default span {
    color: #fff;
}

.paging .laypageskin_default a {
    border-color: #fff;
    border-radius: 4px;
}

.paging .laypageskin_default .laypage_curr {
    color: #fff;
    background-color: #a91a2e;
    border-radius: 4px;
}

.paging .laypage_main button,
.paging .laypage_main input {
    color: #fff;
    border-radius: 4px;
}

/* 正文 */
.content-article {
    padding: 50px 70px;
}

.article-title {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 30px;
}

.article-main {
    line-height: 34px;
    font-weight: 400;
}

.article-main img {
    max-width: 100%;
}

.article-time {
    text-align: right;
    margin-top: 50px;
    font-weight: 400;
}


.qrcode-warp {
    text-align: center;
    font-size: 14px;
    margin: 40px auto 0;
}

.qrcode-warp canvas {
    max-width: 120px;
    max-height: 120px;
}

.qrcode-warp-desc {
    margin-top: 6px;
    font-weight: 400;
}

/* 竞买付款 */
.payment {
    background-color: #e5e4e5;
    padding: 50px 0;
}

.payment-wrap {
    width: 1100px;
    margin: 0 auto;
}

.payment-collection {
    display: flex;
}

.payment-collection-img {
    width: 314px;
    flex-shrink: 0;
    margin-right: 35px;
}

.payment-collection-img img {
    display: block;
    width: 100%;
}

.collection-info {
    flex: auto;
    background: url(../images/bg-info.jpg) right top;
}

.collection-info-wrap {
    width: 100%;
    height: 100%;
    background: url(../images/bg-border-list.png) round;
    background-size: cover;
    padding: 30px 40px;
}

.collection-info h2 {
    font-size: 28px;
}

.collection-info ul {
    margin-top: 30px;
}

.collection-info li {
    margin-bottom: 18px;
    display: flex;
    line-height: 22px;
}

.collection-info li p {
    flex: 1;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.collection-info li p span {
    font-weight: 400;
    margin-left: 5px;
}

/* 进度 */
.schedule {
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.schedule dl {}

.schedule dl:first-child:after {
    display: none;
}

.schedule dl::after {
    content: "";
    width: calc(100% - 66% + 30px);
    height: 2px;
    background-color: #272727;
    position: absolute;
    top: 39px;
    right: 95px;
    z-index: 1;
}

.schedule .schedule-red::after {
    background-color: #a91a2e;
    right: auto;
    left: 95px;
}

.schedule-red {
    color: #a91a2e;
}

.schedule dt {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: #eee;
    position: relative;
    z-index: 2;
}

.schedule dt img {
    vertical-align: middle;
    width: 60%;
}

.schedule dd {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
}

/* 打款信息 */
.payment-msg h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}

.payment-msg>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.payment-msg dl {
    width: 48%;
    padding: 22px;
    background-color: #eee;
    margin-bottom: 25px;
}

.payment-msg dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.payment-msg dd {
    color: #444;
}

.payment-btn {
    text-align: center;
    margin-top: 30px;
}

.payment-btn a {
    display: inline-block;
    width: 140px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 4px;
    font-size: 18px;
    margin: 0 10px;
}

.payment-btn a:hover {
    background-color: #d9b869;
    border-color: #d9b869 !important;
    color: #fff;
}

.btn-red {
    background-color: #d1001d;
    border-color: #d1001d !important;
    color: #fff;
    font-weight: bold;
}

/* 竞买详情 */
.detail-bid {
    padding: 0 40px;
}

.detail-top {
    display: flex;
}

.detail-top-swiper {
    width: 50%;
    /* flex-shrink: 0; */
    margin-right: 30px;
}

.detail-top-swiper img {
    display: block;
    width: 100%;
}

.gallery-thumbs .swiper-slide {
    border: 3px solid transparent;
    cursor: pointer;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border-color: #d9b869;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.gallery-thumbs {
    margin-top: 15px;
}

.detail-top .collection-info {
    flex: 1;
}

.detail-top .collection-info-wrap {
    background-image: url(../images/bg-border-bid.png);
}

.detail-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 5;
}

.detail-btn .btn-red {
    display: inline-block;
    width: 140px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    margin-left: 20px;
}

.detail-btn .btn-red:hover {
    background-color: #d9b869;
    border-color: #d9b869;
    color: #fff;
}

.detail-btn .listing-btn {
    position: relative;
    width: auto;
    height: auto;
    line-height: initial;
    background-color: transparent;
}

.detail-btn .listing-btn a {
    width: 40px;
    height: 40px;
    margin-left: 20px;
}

.collection-info h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.detail-bottom .collection-info-wrap {
    background-image: url(../images/bg-border-bid2.png);
}

.detail-bottom {
    margin-top: 40px;
    display: flex;
}

.detail-bottom .chart {
    width: 45%;
    flex-shrink: 0;
    margin-right: 30px;
    flex: inherit;
    background-position: left top;
}

.detail-bottom .chart .collection-info-wrap {
    min-height: 300px;
}

.detail-bottom .chart h3 {
    text-align: center;
}

.detail-bottom .text {
    flex: 1;
}

.detail-bottom .text p {
    line-height: 26px;
    margin-bottom: 40px;
}

.detail-bottom .text p:last-child {
    margin-bottom: 0;
}

.detail-tag {
    margin-top: 15px;
}

.detail-tag span {
    display: inline-block;
    padding: 7px 20px;
    border: 1px solid #a91a2e;
    border-radius: 8px;
    color: #a91a2e;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 14px;
}

.collection-info h2 span {
    color: #d1001d;
    font-size: 24px;
    float: right;
}



/* 搜索 */
.header-search {
    height: auto;
    align-self: center;
    padding-top: 4px;
    margin-right: 22px;
}

.header-search>a {
    display: block;
    width: auto;
    padding: 0 40px 0 15px;
    min-width: 66px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #fff;
    background: url(../images/icon/search.png) no-repeat center;
    background-position: calc(100% - 12px) center;
    background-size: 20px;
    margin: 0;
    border-radius: 50px;
    transition: all .5s;
}

.header-search>a:hover {
    border-color: #d9b869;
    background-image: url(../images/icon/search-hover.png);
}

.header-search-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
    overflow: hidden;
    display: none;
}

.header-search-main {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 140px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .6);
    border: 1px solid #d9b869;
    border-radius: 26px;
    overflow: hidden;
    display: none;
}

.header-search-main input {
    padding: 0 65px 0 25px;
    width: 600px;
    height: 100%;
    box-sizing: content-box;
    outline: none;
    border: 0;
    font-size: 28px;
    transition: width .2s;
    text-align: center;
    letter-spacing: 16px;
}

.header-search-main i {
    display: inline-block;
    width: 60px;
    height: 100%;
    background: url(../images/icon/search-hover.png) no-repeat center;
    background-size: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    cursor: pointer;
}

.header-search-main>p {
    color: #ff0000;
    text-align: center;
    position: absolute;
    top: 10px;
    width: 100%;
}

.collection-msg {
    bottom: 20px;
    height: 70px;
    line-height: inherit;
}

.collection-msg p {
    height: auto;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.collection-msg-date {
    display: block;
    font-size: 12px;
    font-style: normal;
}