@charset "UTF-8";

/**
 * html
 * date: 2026-1-22
 * author: 王亮;
 */
.banner {
    /* width: 1897px; */
    /* height: 567px; */
    margin: 0 auto;
    min-width: 1200px;
}

.banner img {
    width: 100%;
    /* height: 567px; */
}

.banner .swiper-pagination {
    bottom: 20px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    border-radius: 20px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: rgb(215, 23, 48);
}

.content {
    /* background: #f5f6f8; */
    padding: 40px 0;
}

.box1 {
    height: 112px;
    padding: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    box-sizing: border-box;
}

.box1 li {
    border: 1px solid transparent;
}

.box1 li a {
    width: 245px;
    height: 88px;
    line-height: 88px;
    display: block;
    font-family: Source Han Sans CN;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    padding-left: 60px;
    box-sizing: border-box;
    border-radius: 4px;
}

.box1 li:nth-child(1) a {
    background: url(../images/card-bg1.jpg) right center / 100% 100% no-repeat;
}

.box1 li:nth-child(2) a {
    background: url(../images/card-bg2.jpg) right center / 100% 100% no-repeat;
}

.box1 li:nth-child(3) a {
    background: url(../images/card-bg3.jpg) right center / 100% 100% no-repeat;
}

.box1 li:nth-child(4) a {
    background: url(../images/card-bg4.jpg) right center / 100% 100% no-repeat;
}

.box1 li:hover {
    border: 1px solid #d71730;
    border-radius: 4px;
}

/* 交易信息 */
.info {
    position: relative;
    box-sizing: border-box;
    padding: 8px 24px 0;
    width: 1012px;
    height: 484px;
    border-radius: 4px;
    background-color: #fff;
    margin: 40px 0;
}

.info-hd {
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
    margin-bottom: 24px;
}

.info-hd-title {
    position: relative;
    display: flex;
    height: 28px;
    line-height: 28px;
    padding-left: 38px;
    background: url(../images/title-icon.png) no-repeat left;
}

.info-hd-chinese {
    font-size: 20px;
    font-weight: bold;
}

.info-tab1-bd {
    margin-top: 24px;
}

.info-tab2 {
    display: flex;
    height: 374px;
}

.info-tab2-hd {
    box-sizing: border-box;
    padding: 20px 0;
    width: 162px;
    border-radius: 4px;
    background: url("../images/info_tab_bg_ltSBDe.png") no-repeat center/100% 100%;
}

.info-tab2-hd-item {
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    height: 54px;
    color: #fff;
    font-size: 18px;
    line-height: 54px;
    cursor: pointer;
    user-select: none;
    text-align: center;
}

.info-tab2-hd-item.current {
    font-weight: bold;
    background: rgba(190, 221, 255, 0.2);
    backdrop-filter: blur(6px);
    box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.8) inset;
}

.info-tab2-hd-item+.info-tab2-hd-item {
    margin-top: 10px;
}

.info-tab2-bd {
    margin-left: 24px;
    width: calc(100% - 186px);
    color: #666;
}

.info-tab3-hd {
    position: relative;
    box-sizing: border-box;
    padding-right: 36px;
}

.info-tab3-hd .swiper-container {
    height: 30px;
}

.info-tab3-hd .swiper-slide {
    box-sizing: border-box;
    padding: 0 12px;
    width: auto;
    line-height: 30px;
    border-radius: 15px;
    background-color: #f7f7f7;
    transition: all 0.3s;
    cursor: pointer;
    user-select: none;
}

.info-tab3-hd .swiper-slide.current {
    color: #fff;
    font-weight: bold;
    background-color: #49C2EF;
}

.info-tab3-hd .swiper-button-prev,
.info-tab3-hd .swiper-button-next {
    top: 8px;
    margin: 0;
    width: 8px;
    height: 14px;
    background: no-repeat center;
    opacity: 1;
}

.info-tab3-hd .swiper-button-prev {
    left: auto;
    right: 20px;
    background-image: url("../images/info_prev_icon_active_ltSBDe.png");
}

.info-tab3-hd .swiper-button-prev.swiper-button-disabled {
    background-image: url("../images/info_prev_icon_ltSBDe.png");
}

.info-tab3-hd .swiper-button-next {
    left: auto;
    right: 0;
    background-image: url("../images/info_next_icon_active_ltSBDe.png");
}

.info-tab3-hd .swiper-button-next.swiper-button-disabled {
    background-image: url("../images/info_next_icon_ltSBDe.png");
}

.info-tab3-bd {
    margin-top: 20px;
}

.info-more {
    position: absolute;
    top: 24px;
    right: 24px;
    box-sizing: border-box;
    padding-right: 21px;
    height: 21px;
    color: #d71730;
    line-height: 21px;
    background: url("../images/info_more_icon_ltSBDe.png") no-repeat right;
}

.info-more:hover {
    color: #d71730;
}

.info-list {
    /* width: 966px; */
    height: 324px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    max-height: 393px;
    overflow: hidden;
}

.info-list-item {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 12px;
    width: 382px;
    height: 72px;
    border-radius: 4px;
    background-color: #f7f7f7;
    transition: all 0.3s;
    border: 1px solid rgba(31, 109, 232, 0);
}

.info-list-item:hover {
    background-color: #fff;
    border: 1px solid #d71730;
}

.info-list-item:nth-child(n + 3) {
    margin-top: 12px;
}

.info-list-title {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .header-top .search {
    display: none;
}

.info-list-text {
    width: 100%;
    display: flex;
    margin-top: 6px;
    height: 21px;
    color: #999;
    line-height: 21px;
    display: flex;
    justify-content: space-between;
}

.info-list-text p:nth-child(n + 2) .info-list-val {
    width: 85px;
}

.info-list-label {
    flex-shrink: 0;
}

.info-list-text p {
    /* width: 49%; */
    display: flex;
}

.info-list-text p span:nth-child(2) {
    flex-shrink: 0;
    width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-list-text p:nth-child(2) {
    position: relative;
}

.info-list-text p:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 7px;
    left: -10px;
    width: 1px;
    height: 10px;
    background: rgba(153, 153, 153, 0.2);
}

.box3 a {
    width: 100%;
    height: 152px;
    display: block;
    background: url(../images/banner2.png) center / 100% 100% no-repeat;
}

.box4 {
    height: 531px;
    margin: 0 auto;
    box-sizing: border-box;
    background: url(../images/banner3.png) no-repeat center;
}

.box4 .box-ct {
    width: 1300px;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

/* 常见问题 */
.notice {
    box-sizing: border-box;
    padding: 8px 24px 0;
    width: 630px;
    height: 431px;
    border-radius: 4px;
    background-color: #fff;
}

.notice-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 54px;
}

.notice-hd-title {
    display: flex;
    box-sizing: border-box;
    padding-left: 38px;
    height: 28px;
    line-height: 28px;
    background: url("../images/title-icon.png") no-repeat left center;
}

.notice-hd-chinese {
    font-size: 20px;
    font-weight: bold;
}

.notice-more {
    box-sizing: border-box;
    padding-right: 21px;
    height: 21px;
    color: #d71730;
    line-height: 21px;
    background: url("../images/info_more_icon_ltSBDe.png") no-repeat right center;
}

.notice-more:hover {
    color: #d71730;
}

.notice-list {
    margin-top: 8px;
    max-height: 337px;
    overflow: hidden;
}

.notice-item {
    display: flex;
    align-items: center;
    box-sizing: content-box;
    padding: 0 0 9px 20px;
    height: 21px;
    line-height: 21px;
    border-bottom: 1px solid #e8e8e8;
    background: url("../images/notice_item_icon_5jyEOx.png") no-repeat left 4px;
}

.notice-item:hover {
    border-color: #d71730;
}

.notice-item:hover .notice-title,
.notice-item:hover .notice-date {
    color: #d71730;
}

.notice-item+.notice-item {
    margin-top: 20px;
}

.notice-title {
    flex: 1;
    margin-right: 10px;
    width: 0;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.notice-date {
    color: #999;
}

/* 合作伙伴 */
.partner {
    width: 1200px;
    margin: 0 auto;
}

.partner .hd .title {
    height: 41px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 41px;
}

.partner .hd .title span {
    position: relative;
}

.partner .hd .title span::before,
.partner .hd .title span::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 309px;
    height: 12px;
}

.partner .hd .title span::before {
    left: -339px;
    background: url("../images/title-l.png") no-repeat;
}

.partner .hd .title span::after {
    right: -339px;
    background: url("../images/title-r.png") no-repeat;
}

.partner .swiper {
    position: relative;
    margin-top: 30px;
}

.partner .swiper .swiper-container {
    margin-left: -10px;
    width: calc(100% + 20px);
}

.partner .swiper .swiper-slide {
    box-sizing: border-box;
    padding: 10px;
}

.partner .swiper .swiper-button-prev,
.partner .swiper .swiper-button-next {
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: no-repeat center;
    background-color: #fff;
    box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
    transform: translateY(-50%);
    transition: all 0.3s;
}

.partner .swiper .swiper-button-prev:hover,
.partner .swiper .swiper-button-next:hover {
    color: #fff;
    background-color: #d71730;
}

.partner .swiper .swiper-button-prev.swiper-button-disabled,
.partner .swiper .swiper-button-next.swiper-button-disabled {
    background-color: #f5f5f5;
    opacity: 1;
}

.partner .swiper .swiper-button-prev {
    left: auto;
    right: calc(100% + 20px);
    background-image: url("../images/partner_prev_icon_BIV48g.png");
}

.partner .swiper .swiper-button-prev:hover {
    background-image: url("../images/partner_prev_icon_active_BIV48g.png");
}

.partner .swiper .swiper-button-prev.swiper-button-disabled {
    background-image: url("../images/partner_prev_icon_BIV48g.png");
}

.partner .swiper .swiper-button-next {
    left: calc(100% + 20px);
    right: auto;
    background-image: url("../images/partner_next_icon_BIV48g.png");
}

.partner .swiper .swiper-button-next:hover {
    background-image: url("../images/partner_next_icon_active_BIV48g.png");
}

.partner .swiper .swiper-button-next.swiper-button-disabled {
    background-image: url("../images/partner_next_icon_BIV48g.png");
}

.partner .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(4, 44, 101, 0.1);
}

.partner .item .img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.code {
    /* height: 125px; */
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    margin-top: -50px;
    z-index: 12;
}

.code .we-chat1 {
    width: 82px;
    height: 85px;
    background: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 0px 12px 0px rgba(30, 56, 87, 0.12);
}

.code .we-chat1 img {
    width: 29px;
    height: 24px;
    margin: 17px 27px 5px;
    box-sizing: border-box;
}

.code .we-chat1 p {
    font-family: Source Han Sans CN;
    font-size: 14px;
    text-align: center;
}

.code .we-chat2 {
    display: none;
    width: 214px;
    height: 222px;
    position: absolute;
    top: -10px;
    left: -210px;
    background: url(../images/border-bg.png) no-repeat;
}

.code .we-chat2 img {
    width: 161px;
    height: 161px;
    margin: 20px 20px 0 21px;
    box-sizing: border-box;
}

.code .we-chat2 p {
    font-family: Source Han Sans CN;
    font-size: 14px;
    text-align: center;
    color: #666666;
    margin-right: 10px;
    box-sizing: border-box;
}

.code .back-top {
    width: 82px;
    height: 30px;
    margin-top: 10px;
    font-family: Source Han Sans CN;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    background: #d71730;
}

.code .back-top:hover {
    background: #f92944;
}

.content-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body {
    min-width: 1300px;
}

.container {
    width: 1300px;
}

.search {
    width: 248px;
    height: 34px;
    border-radius: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    /* border: 1px solid #d71730; */
    background: #fff;
}

.search input {
    width: 210px;
    height: 34px;
    padding-left: 12px;
    color: #333;
    background: transparent;
    box-sizing: border-box;
}

.search input::placeholder {
    color: #bac4ce;
    font-family: "Source Han Sans CN";
    font-size: 14px;
}

.search .search-btn {
    width: 34px;
    height: 34px;
    cursor: pointer;
    background: url(../images/search_icon.png) no-repeat;
}

.bid-info {
    width: 268px;
}

.bid-content {
    height: 374px;
}

.bid-list {
    margin: -10px -15px 0 -10px;
    padding: 10px 15px 0 10px;
    width: calc(100% + 15px);
    height: 374px;
    overflow-y: auto;
    box-sizing: border-box;
}

.bid-li {
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(4, 44, 101, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
}

.bid-li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.bid-name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 12px 0 8px 12px;
}

.bid-time {
    font-size: 14px;
    color: #999;
    margin: 8px 0 12px 12px;
}

.header .header-top .title {
    height: 80px;
    line-height: 40px;
    font-size: 34px;
    padding-left: 90px;
}

.footer {
    margin-top: 0;
}

.footer-combobox-link{
    font-size:24px;
}