.jyy-nav {
max-width: 1440px;
    width: 65%;
    display: flex;
    margin: auto;
}
.comprehensive-container .comprehensive-news-container .comprehensive-news-left-inner .comprehensive-news-left-inner-button {
    bottom: 28px;
}
.jyy_adv {
display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid;
    font-size: 12px !important;
    font-style: normal;
    line-height: 16px !important;
    border-radius: 2px;
    border-color: #0008ff;
    background: #fff;
    color: #0008ff !important;
    position: relative;
    float: right;
margin-top: 5px;
}
table.tftable {
    font-size: 15px;
    color: #000;
    width: 100%;
    border-width: 0px;
    border-color: #729ea5;
    border-collapse: collapse;
}
table.tftable td {
    font-size: 15px;
    border-width: 0px;
    padding: 4px;
    border-style: solid;
    border-color: #729ea5;
}
.jyy_bq {
    background-color: rgba(252, 241, 235, 1);
    color: rgba(254, 95, 71, 1) !important;
    margin-right: 2px;
    min-width: max-content;
    padding: 0 8px;
    height: 24px;
    line-height: 24px !important;
    font-size: 12px !important;
    font-weight: bold;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 8px;
}
.product-card .product-Parameters .buy-now-button {
    margin: 12px 20px 20px;
    width: auto!important;
}
//弹窗css//
.bt-image {
            max-width: 150%;
            max-height: 150%;
        }
.swal2-popup {
            width: 50% !important;
            height: auto !important;
        }
.game_center {
    font-weight: 800;
    margin-bottom: 0.8rem;
}
.bt_num{
    border: 1px solid #6d6df7;
    margin: 0 2em;
    background: white;
    color: blue;
    padding-left: 3px;
    padding-right: 3px;
}

@media (max-width: 600px) {
    .swal2-popup {
     width: 80% !important;
    }
    .game_center {
    font-weight: 800;
    margin-bottom: 0.8rem;
}
    .swal2-title{
        font-size: 1.2em !important;
    }
  }
  .bt_num{
    margin: 5px 10px;
  }