

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
}

.block2 .hdTop {
    width: 1511px;
    height: 650px;
    float: left;
    margin-top: 0px;
}

.block2 .hdTop .swiper_top1 {
    width: 1345px;
    height: 305px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.swiper-button-next1,
.swiper-container-rtl .swiper-button-prev1 {
    background: url('../img/hd2/rightBtn.png') no-repeat;
}

.swiper-button-prev1,
.swiper-container-rtl .swiper-button-next1 {
    background: url('../img/hd2/leftBtn.png') no-repeat;
}

.swiper-button-next2,
.swiper-container-rtl .swiper-button-prev2 {
    background: url('../img/hd2/rightBtn.png') no-repeat;
}

.swiper-button-prev2,
.swiper-container-rtl .swiper-button-next2 {
    background: url('../img/hd2/leftBtn.png') no-repeat;
}

.swiper-slide .imgMsg {
    width: 100%;
    height: 210px;
    background: url('../img/hd2/box1.png') no-repeat top;
    float: left;
}

.swiper-slide .imgMsg .detail {
    width: 78%;
    display: block;
    text-align: right;
    font-size: 15px;
    color: #fff;
    height: 20px;
    margin-top: 17px;
    cursor: pointer;
}

.swiper-slide .imgMsg .imgName {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    height: 20px;
    margin-top: 127px;
    height: 45px;
}

.swiper-slide .buy {
    width: 142px;
    height: 60px;
    float: left;
    margin-left: 10px;
    display: block;

}

.swiper-slide .buy span {
    font-size: 18px;
    color: #0b0b0b;
    display: block;
    margin-top: 5px;

}

.swiper-slide .buy:hover {
    text-decoration: none;
}

.swiper-slide .buy.buy1 {
    background: url('../img/hd2/buy1.png') no-repeat;
}

.swiper-slide .buy.buy2 {
    background: url('../img/hd2/buy2.png') no-repeat;
}

.swiper-slide .shadow {
    width: 148px;
    height: 178px;
    background-color: rgba(27, 11, 18, 1);
    position: absolute;
    right: 0px;
    top: 20px;
    border: 1px solid #f7dbad;
    display: none;
    z-index: 2;
    cursor: pointer;
}

.swiper-slide .imgMsg:hover .shadow {
    display: block;
}

.swiper-slide .shadow .tile {
    width: 100%;
    height: 33px;
    text-align: center;
    line-height: 15px;
    color: #fdefd9;
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;

}

.swiper-slide .shadow .djList {
    width: 100%;
    height: 137px;
    overflow-y: auto;
}

.swiper-slide .shadow .djList::-webkit-scrollbar {
    width: 1px;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: rgba(109, 143, 227, 0.8);
}

.swiper-slide .shadow .djList::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: rgba(109, 143, 227, 0.8);
}

.swiper-slide .shadow .djList::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
    background: rgba(109, 143, 227, 0.8);
}

.swiper-slide .shadow .djList span {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    display: block;
    color: #fdefd9;
}

.block2 .hdTop .swiper_top2 {
    width: 1345px;
    height: 305px;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
}

#swiper2 .swiper-slide .imgMsg {
    width: 100%;
    height: 210px;
    background: url('../img/hd2/box2.png') no-repeat top;
    float: left;
}

#swiper2 .swiper-slide .imgMsg .detail {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    height: 20px;
    margin-top: 17px;
    cursor: pointer;
}

#swiper2 .swiper-slide .imgMsg .detail {
    margin-top: 35px;
}

#swiper2 .swiper-slide .imgMsg .imgName {
    margin-top: 109px;
}

/* ---------------------------------------------- */
.hdBot {
    width: 1511px;
    height: 200px;
    float: left;
    margin-top: 50px;
}

.hdBot .botLeft {
    width: 139px;
    height: 200px;
    float: left;
    background: url('../img/hd2/lj.png') no-repeat top;
}

.hdBot .botLeft span {
    width: 100%;
    margin-top: 76px;
    display: block;
    text-align: center;
    color: #fdefd9;
}

.hdBot .botRight {
    width: 1367px;
    height: 175px;
    float: right;
    background: url('../img/hd2/gd.png') no-repeat top;
    overflow-x: scroll;
    /* 显示水平滚动条 */
    overflow-y: hidden;
    /* 隐藏垂直滚动条 */
    -webkit-overflow-scrolling: touch;
    /* 在移动端实现平滑滚动效果（可选） */
    background-position-y: 25px;

}

.hdBot .botRight ul {
    height: 170px;
    white-space: nowrap;
    /* 确保li元素不换行，保持水平排列 */
    width: max-content;
    /* 让ul宽度根据内容自适应 */
}

.hdBot .botRight ul li {
    width: 110px;
    height: 160px;
    position: relative;
    float: left;
    margin: 0 32px;
}

/* 自定义滚动条样式（Webkit浏览器下，可根据喜好调整） */
.hdBot .botRight::-webkit-scrollbar {
    height: 8px;
}

.hdBot .botRight::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.hdBot .botRight::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 0px;
}

.hdBot .botRight::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.hdBot .botRight ul li a {
    width: 110px;
    height: 160px;
    display: block;
    position: relative;
}

.hdBot .botRight ul li a img {
    width: 75px;
    height: 75px;
    display: block;
    margin: 0 auto;
}

.hdBot .botRight ul li a:hover {
    text-decoration: none;
}

.hdBot .botRight ul li a .jlName {
    width: 100%;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #fdefd9;
}

.hdBot .botRight ul li a .ljNum {
    width: 100%;
    height: 25px;
    display: block;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #fdefd9;
}

.hdBot .botRight ul li a i {
    width: 58px;
    height: 54px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: 11px;
    background: url('../img/hd2/already.png') no-repeat;
    display: none;
}

.hdBot .botRight ul li a.lq1 {
    display: block;

}

.hdBot .botRight ul li a.lq2 {
    filter: brightness(0.5);
    cursor: not-allowed;
}

.hdBot .botRight ul li a.lq3 {
    cursor: not-allowed;
}

.hdBot .botRight ul li a.lq3 i {
    display: block;
}

/* ----------------------------------------- */
.tc1 {
    width: 100%;
    height: 100%;
    z-index: 266;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.tc1 .form1 {
    width: 1145px;
    height: 674px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -337px;
    margin-left: -573px;
    z-index: 966;
    background: url('../img/hd2/tc.png') no-repeat;
}

.tc1 .form1 .closed1 {
    width: 24px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 5;
    font-size: 24px;
    color: #fdd282;
    font-weight: 600;
    line-height: 25px;

}

.tc1 .form1 .title {
    width: 100%;
    height: 108px;
    font-size: 30px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    text-align: center;
    color: #fdefd9;
    line-height: 108px;
}

.tc1 .form1 .djBox {
    width: 100%;
    height: 460px;
    text-align: center;
}

.tc1 .form1 .djBox div {
    width: 125px;
    height: 150px;
    display: inline-table;
    position: relative;
    margin: 0 10px;
    cursor: pointer;
}

.tc1 .form1 .djBox div img {
    width: 55px;
    height: 55px;
    display: block;
    margin: 0 auto;
}

.tc1 .form1 .djBox div span {
    width: 100px;
    margin: 0 auto;
    display: block;
    color: #fff7eb;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.tc1 .form1 .djBox div i {
    width: 16px;
    height: 16px;
    display: none;
    position: absolute;
    left: -7px;
    top: 62px;
    background-color: #fff7eb;
    border-radius: 50%;
}

.tc1 .form1 .djBox div.show i {
    display: block;
}

.tc1 .form1 .djBox div.on i:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url('../img/hd2/right.png') no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.tc1 .form1 .btnBox {
    width: 100%;
    height: 47px;
    text-align: center;
}

.tc1 .form1 .btnBox a {
    width: 167px;
    height: 47px;
    display: inline-table;
    margin: 0 80px;
}

.tc1 .form1 .btnBox a.selBtn {
    background: url('../img/hd2/selBtn.png') no-repeat;
}

.tc1 .form1 .btnBox a.buyBtn {
    background: url('../img/hd2/buyBtn.png') no-repeat;
}

/* ---------------- */
.tc2 {
    width: 100%;
    height: 100%;
    z-index: 266;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.tc2 .form2 {
    width: 1145px;
    height: 674px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -337px;
    margin-left: -573px;
    z-index: 966;
    background: url('../img/hd2/tc.png') no-repeat;
}

.tc2 .form2 .closed2 {
    width: 24px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 5;
    font-size: 24px;
    color: #fdd282;
    font-weight: 600;
    line-height: 25px;

}

.tc2 .form2 .title {
    width: 100%;
    height: 108px;
    font-size: 30px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    text-align: center;
    color: #fdefd9;
    line-height: 108px;
}

.tc2 .form2 .djBox {
    width: 100%;
    height: 460px;
    text-align: center;
}

.tc2 .form2 .djBox div {
    width: 125px;
    height: 150px;
    display: inline-table;
    position: relative;
    margin: 0 10px;
    cursor: pointer;
}

.tc2 .form2 .djBox div img {
    width: 55px;
    height: 55px;
    display: block;
    margin: 0 auto;
}

.tc2 .form2 .djBox div span {
    width: 100px;
    margin: 0 auto;
    display: block;
    color: #fff7eb;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.tc2 .form2 .djBox div i {
    width: 16px;
    height: 16px;
    display: none;
    position: absolute;
    left: -7px;
    top: 62px;
    background-color: #fff7eb;
    border-radius: 50%;
}

.tc2 .form2 .djBox div.show i {
    display: block;
}

.tc2 .form2 .djBox div.on i:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url('../img/hd2/right.png') no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.tc2 .form2 .btnBox {
    width: 100%;
    height: 47px;
    text-align: center;
}

.tc2 .form2 .btnBox a {
    width: 167px;
    height: 47px;
    display: inline-table;
    margin: 0 80px;
}

.tc2 .form2 .btnBox a.selBtn {
    background: url('../img/hd2/selBtn.png') no-repeat;
}

.tc2 .form2 .btnBox a.buyBtn {
    background: url('../img/hd2/buyBtn.png') no-repeat;
}

/* --------------------- */
.tc3 {
    width: 100%;
    height: 100%;
    z-index: 266;
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    background: rgba(0, 0, 0, .4);
    display: none;
}

.tc3 .form3 {
    width: 1145px;
    height: 674px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -337px;
    margin-left: -573px;
    z-index: 966;
    background: url('../img/hd2/tc.png') no-repeat;
}

.tc3 .form3 .closed3 {
    width: 24px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 5;
    font-size: 24px;
    color: #fdd282;
    font-weight: 600;
    line-height: 25px;

}

.tc3 .form3 .title {
    width: 100%;
    height: 108px;
    font-size: 30px;
    font-family: Source Han Serif CN;
    font-weight: bold;
    text-align: center;
    color: #fdefd9;
    line-height: 108px;
}

.tc3 .form3 .djBox {
    width: 100%;
    height: 460px;
    text-align: center;
}

.tc3 .form3 .djBox div {
    width: 125px;
    height: 150px;
    display: inline-table;
    position: relative;
    margin: 0 10px;
    cursor: pointer;
}

.tc3 .form3 .djBox div img {
    width: 55px;
    height: 55px;
    display: block;
    margin: 0 auto;
}

.tc3 .form3 .djBox div span {
    width: 100px;
    margin: 0 auto;
    display: block;
    color: #fff7eb;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

.tc3 .form3 .djBox div i {
    width: 16px;
    height: 16px;
    display: none;
    position: absolute;
    left: -7px;
    top: 62px;
    background-color: #fff7eb;
    border-radius: 50%;
}

.tc3 .form3 .djBox div.show i {
    display: block;
}

.tc3 .form3 .djBox div.on i:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url('../img/hd2/right.png') no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.tc3 .form3 .btnBox {
    width: 100%;
    height: 47px;
    text-align: center;
}

.tc3 .form3 .btnBox a {
    width: 167px;
    height: 47px;
    display: inline-table;
    margin: 0 80px;
}

.tc3 .form3 .btnBox a.selBtn {
    background: url('../img/hd2/selBtn.png') no-repeat;
}

.tc3 .form3 .btnBox a.buyBtn {
    background: url('../img/hd2/lqBtn.png') no-repeat;
}


