
 @font-face {
  font-family: "iconfont"; /* Project id 4809503 */
  src: url('/assets/fonts/iconfont.woff2?t=1736709936090') format('woff2'),
       url('/assets/fonts/iconfont.woff?t=1736709936090') format('woff'),
       url('/assets/fonts/iconfont.ttf?t=1736709936090') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-caidan_o:before {
  content: "\eb71";
}

.icon-daojishi:before {
  content: "\e65f";
}

.icon-zuixin:before {
  content: "\e607";
}
.icon-tongji:before {
  content: "\e636";
}

.icon-RectangleCopy:before {
  content: "\e6df";
}

.icon-xiaoyanjieguo:before {
  content: "\e619";
}

.icon-a-036_zoushi:before {
  content: "\e6bf";
}
body {
    font-family: "microsoft yahei", "Open Sans", Arial, "microsoft yahei", sans-serif;
    line-height: 22px;
    font-size: 14px;
}
.lot-section p i,
.opentime b {
    font-family: Tahoma;
}
footer,
header,
nav,
section {
    display: block;
}
.border-radius0 {
    border-radius: 0px;
    box-shadow: none;
}
.lot-type {
    border-left: 1px solid rgb(222, 222, 222);
    border-top: 1px solid rgb(222, 222, 222);
}
.lot-type a {
    float: left;
    display: block;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-right: 1px solid rgb(222, 222, 222);
    font-size: 14px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    text-decoration: none;
    padding-left: 0px;
    padding-right: 0px;
}
.lot-type a.active {
    background-color: rgb(222, 222, 222);
}
.lot-latest,
.lot-m {
}
i {
    font-style: normal;
    display: inline-block;
}
.lot-m {
    padding: 0px;
    margin-bottom: 20px;
}
.lot-latest {
    margin-top: 4px;
    height: 80px;
    background-color: rgb(255, 255, 255);

}
/* ====== 滚动动画 ====== */
    .rolling-digit {
      display: inline-block;
      overflow: hidden;
      height: 26px; /* 根据字号或布局设置 */
      width: 20px;  /* 可调 */
      text-align: center;
      position: relative;
      line-height:30px;
    }
    .rolling-digit span {
      position: absolute;
      width: 100%;
      height: 30px;
      line-height: 30px;
      animation: verticalRoll 0.2s linear infinite;
    }
    @keyframes verticalRoll {
      0%   { transform: translateY(0);   }
      100% { transform: translateY(100%); } /* 也可改 -100%，视需求而定 */
    }

    /* 大小单双随机切换的示例：可以用翻转或淡入淡出等 */
    .rolling-badge {
      display: inline-block;
      animation: verticalRoll 0.5s linear infinite;
    }

    /* 骰子图片容器 */
    .dice-img {
      width: 38px;
      height: 38px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 3px;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* 添加阴影效果 */
     border-radius: 5px; /* 可选，增加圆角以使图片更柔和 */
     transition: box-shadow 0.3s ease; /* 可选，增加阴影效果的过渡动画 */
    }
    .dice-img:hover {
     box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); /* 可选，鼠标悬停时增强阴影效果 */
 }
 /* 骰子图片列容器 */
   .dice-img-list {
     width: 24px; 
     height: 24px;
     box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); /* 添加阴影效果 */
     border-radius: 5px; /* 可选，增加圆角以使图片更柔和 */
     transition: box-shadow 0.3s ease; /* 可选，增加阴影效果的过渡动画 */
   }
    .dice-img-list:hover {
     box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); /* 可选，鼠标悬停时增强阴影效果 */
 }
    /* 倒计时结束后：显示“开奖中”红字的示例 */
    .opening-text {
      color: red;
      font-size: 18px;
      font-weight: bold;
      margin-right: 5px;
    }

    .red-info { background: #ed1319ab!important; }
    .blue-info { background: rgb(70 105 181)!important; }
    .table > tbody > tr > td {
        padding: 10px 1px;
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
    }
    .loading-overlay {
        position: fixed;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
    }
    .spinner {
        margin: 150px auto;
        width: 50px; height: 50px;
        border: 6px solid #fff;
        border-top-color: transparent;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }
    @keyframes spin {
        0%   { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
@media (max-width: 768px) { /* 768px 手机屏幕宽度上限 */
    .lot-latest.text-center {
        height: 50px;
    }

}
@media (max-width: 768px) { /* 768px 手机屏幕宽度上限 */
        .issue-mi{
        padding-top: 1px!important;
    }
}

.t-logo img {
    width: 50px;
    padding: 9px 0px;
}
.lot-section {
    float: left;
    margin: -2px 10px 10px;

}
.lot-section p {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 36px;
    margin: 0px;
    padding: 0px;
    display: block;
   margin-top:22px;

}

.mihao{
    float: left;margin-top: 28px;
}
    @media (max-width: 768px) { 
    .lot-section p {
      margin-top:15px;
    
    }
    .mihao{
    float: left;margin-top: 10px;
}
.lot-section {
        
    margin-top:-10px ;
}
}
.lot-section p i {
    color: rgb(230, 52, 66);
}
.lot-result,
.open-cutdown {
    background-color: rgb(255, 255, 255);
}
.lot-result .r1 span,
.open-cutdown {
    text-align: center;
    position: relative;
    z-index: 2;
}
.open-cutdown {
    margin-top: 4px;
    height: 68px;
}
.opentime {
    display: inline-block;
    font-size: 16px;
    color: rgb(51, 51, 51);
    padding: 16px 0px 0px;
    height: 58px;
    line-height: 48px;
}
.opentime span {
    float: left;
    display: inline-block;
}
.opentime b {
    float: left;
    display: block;
    width: 44px;
    height: 44px;
    font-weight: 100;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin: 0px 5px;
    background-image: url("/static/theme2/img/lot_icon.png");
    background-position: 0px -112px;
     border-radius: 5px;
     line-height:44px;
}
.lot-result {
    padding: 0px;
    margin-top: 4px;
    height: 80px;
    text-align: center;
}
.lot-result .r1 {
    display: inline-block;
    padding: 10px 10px 0px 0px;
    margin-top: 8px;
    height: 51px;
    border-right: 1px solid rgb(232, 232, 232);
    margin-right: 10px;
}
.lot-result .r1 span {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
    background: linear-gradient(to bottom right,#fefefe,#fce3e3);
    color:#ff2b30;
}

.lot-result .r2 {
    padding-top: 20px;
    text-align: left;
    display: inline-flex;
}
.lot-result .r2 span {
    padding: 7px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin: 0 3px;
}
.lot-result .r3 {
    display: inline-block;
    padding-left: 50px;
    font-size: 16px;
    color: rgb(141, 141, 141);
    height: 68px;
    line-height: 68px;
    background-image: url("/static/theme2/img/clock.jpg");
    background-position: left center;
    background-repeat: no-repeat;
}
.blue-info,
.red-info {
    color: rgb(255, 255, 255);
}
.blue-info {
    background-color: rgb(0, 160, 233);
}
.red,
.red-info {
    background-color: rgb(230, 0, 18);
}
.cyanBlue {
    background-color: #007aff;
}
.skyBlue {
    background-color: #dd453f;
}.no-padder{
    height: 80px;
}
.panel .tbl-trend > tbody > tr > td,
.panel .tbl-trend > thead th {
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}
.arrow.bottom.h-ab-result::after,
.arrow.bottom.h-ab-trend::after {
    border-top-color: rgb(51, 83, 151);
}
.arrow.bottom.h-ab-result {
    margin-left: -25%;
}
.tbl-trend .badge {
    padding-left: 3px;
    padding-right: 3px;
}
.rsMinW .rsBullet {
    width: auto;
    height: auto;
}
.dropdown-menu > li > a {
    text-align: left;
}
.bg-white {
    background-color: rgb(255, 255, 255);
    color: rgb(113, 113, 113);
}
.b-light {
    border-color: rgb(228, 228, 228);
}
.panel .table td,
.panel .table th {
    padding: 6px 15px;
    border-top: 1px solid rgb(241, 241, 241);
}
.panel .table-striped > thead th {
    background: rgb(245, 245, 245) none repeat scroll 0% 0%;
    border-right: 1px solid rgb(241, 241, 241);
}
.btn-facebook.active,
.btn-facebook:active,
.btn-twitter.active,
.btn-twitter:active,
.open .dropdown-toggle.btn-facebook,
.open .dropdown-toggle.btn-twitter {
    background-image: none;
}
.panel .table thead > tr > th {
    border-bottom: 1px solid rgb(235, 235, 235);
}
.panel.panel-default,
.panel.panel-default > .panel-footer,
.panel.panel-default > .panel-heading {
    border-color: rgb(232, 232, 232);
}
.panel {
    border-radius: 2px;
}
.m-b-none {
    margin-bottom: 0px;
}
.panel-heading {
    border-radius: 2px 2px 0px 0px;
}
.btn-twitter {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 199, 247);
    border-color: rgb(0, 199, 247);
}
.btn-twitter.active,
.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover,
.open .dropdown-toggle.btn-twitter {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(0, 178, 222);
    border-color: rgb(0, 166, 206);
}
.btn-facebook {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(51, 83, 151);
    border-color: rgb(51, 83, 151);
}
.btn-facebook.active,
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover,
.open .dropdown-toggle.btn-facebook {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(45, 73, 132);
    border-color: rgb(41, 66, 121);
}
.btn {
    font-weight: 500;
    border-radius: 2px;
}
.arrow {
    border-width: 8px;
    z-index: 10;
}
.arrow,
.arrow::after {
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-color: transparent;
    border-style: solid;
}
.arrow::after {
    border-width: 7px;
    content: "";
}
.arrow.bottom::after,
.arrow.left::after,
.arrow.right::after,
.arrow.top::after {
    content: " ";
}
.arrow.top::after {
    top: 1px;
    margin-left: -7px;
    border-top-width: 0px;
    border-bottom-color: rgb(255, 255, 255);
}
.arrow.right::after {
    right: 1px;
    border-right-width: 0px;
    border-left-color: rgb(255, 255, 255);
    bottom: -7px;
}
.arrow.bottom {
    left: 50%;
    margin-left: -8px;
    border-bottom-width: 0px;
    border-top-color: rgba(0, 0, 0, 0.1);
    bottom: -8px;
}
.arrow.bottom::after {
    bottom: 1px;
    margin-left: -7px;
    border-bottom-width: 0px;
    border-top-color: rgb(255, 255, 255);
}
.arrow.left::after {
    left: 1px;
    border-left-width: 0px;
    border-right-color: rgb(255, 255, 255);
    bottom: -7px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-image: none;
    filter: none;
    background-color: rgb(241, 241, 241) !important;
    color: rgb(113, 113, 113);
}
.dropdown-select > li > a input {
    position: absolute;
    left: -9999em;
}
.font-bold {
    font-weight: 700;
}
.firebugResetStyles {
    z-index: 2147483646 !important;
    top: 0px !important;
    left: 0px !important;
    display: block !important;
    border: 0px none !important;
    margin: 0px !important;
    padding: 0px !important;
    outline: 0px none !important;
    min-width: 0px !important;
    max-width: none !important;
    min-height: 0px !important;
    max-height: none !important;
    position: fixed !important;
    transform: rotate(0deg) !important;
    transform-origin: 50% 50% 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    background: transparent none repeat scroll 0% 0% !important;
    pointer-events: none !important;
    white-space: normal !important;
}
style.firebugResetStyles {
    display: none !important;
}
.firebugResetStyles::before,
.firebugResetStyles::after {
    content: "" !important;
}
#segmentedControl a {
    text-decoration: none;
    background-color:rgb(70 105 181);
    color: #ffffff;
    height: 20px;
    font-size: 14px;
}
 
.mui-card .mui-control-content {
    padding: 10px;
}
.mui-control-content {
    /* height: 1400px; */
}
.mui-title{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
td div {
    color: #fff;
    background-color: red;
    border-radius: 10px;
    font-size: 12px;
    width: 25px;
    height: 20px;
    line-height: 20px;
    
}
#segmentedControl .mui-active {
    background-color: #ed1319ab;
}
#segmentedControl .mui-control-item {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.ad {
    list-style: none;
    background: #fff;
    overflow: hidden;
    clear: both;
    margin: 10px 5px;
    padding: 8px;
    border-radius: 6px;
}

.ad a {
    margin: 5px;
    display: block;
    border-radius: 3px;
}

.ad img {
    max-width: 100%;
}

.ad li {
    float: left;
    width: 50%;
}

.ad li a {
    height: 30px;
    line-height: 30px;
    color: #dc143c;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 999px) {
    .ad {
        margin: 0 0 10px 0;
    }

    .ad li {
        width: 100%;
    }
}

.mui-bar-nav ~ .mui-content {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 18px !important;
}
    .mui-table-view-cell a {
    text-align: center;
    text-decoration: none !important;
    height: 40px;
    font-size: 16px;

    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 0 !important;
    color:#797979;
    /*text-shadow: 0px 1px 0px #0b0b0b;*/
}
@media (max-width: 768px) {
    .mui-table-view-cell a {
        line-height: 30px;
    }
} /* 这里补上了缺失的闭合花括号 */

@media (min-width: 769px) {
    .mui-table-view-cell a {
        line-height: 20px;
    }
}
.mui-table-view-cell.active a {
    color: #ff2b30;
    /*background-color: #ff2b30;*/
    font-weight: normal;
    border-right: 20px;
   /*text-shadow: 0px 1px 0px #970f0c!important;*/

}
.mui-segmented-control {
    display: flex;
    border: 0px solid #777777;
}
.foot-bookmark {
    position: fixed;
    bottom: 25px;
    z-index: 99999999;
    width: 50%;
    max-width: 500px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 10px;
    font-size: 12px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-bookmark:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.9);
    position: absolute;
    bottom: -6px;
}

.foot-bookmark p {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.foot-bookmark p span img {
    width: 15px;
    height: auto;
    margin: 0 5px;
}

.foot-bookmark > img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    border-radius: 5px;
}

.foot-bookmark i {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-style: normal;
}

.mui-table-view.mui-grid-view .mui-table-view-cell {
    padding: 0;
    margin-right: 0!important;
    height: 40px;
    /*border-right: 1px solid #eee;*/
}
.mui-table-view.mui-grid-view .mui-table-view-cell:last-child{
    border-right: 0;
}
.mui-content {
    box-shadow: none !important;
}
.mui-table-view:after {
    display: none;
}
.mui-table-view.mui-grid-view .mui-table-view-cell > a:not(.mui-btn) {
    margin: 0 !important;
}

.al-bg {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 999999999;
}
.al-model-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.al-model {
    /* width: 255px; */
    /* height: 160px; */
    background-color: #fff;
    padding: 10px;
}
.al-title {
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    color: #007aff;
    border-bottom: 1px solid #ccc;
}
.al-qrcode {
    width: 130px;
    height: auto;
    max-height: 130px;
    overflow: hidden;
    margin-top: 6px;
    margin-right: 5px;
}
.al-a {
    float: right;
    margin-top: 15px;
    width: 120px;
    height: 110px;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.al-a a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
}
.al-a-1 {
    background-color: #dc143c;
}
.al-a-2 {
    background-color: #f4a460;
}
.al-a-3 {
    background-color: #1e90ff;
}
.al-show {
    width: 60px;
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 99999999;
}

.banner{
    margin: 30px 0 4px 0;
}
.banner a{
    display: inline-block;
}
.banner a img{
    width: 100%;
}

.mui-table-view.mui-grid-view{
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.mui-table-view-cell.mui-media{
    flex: 1;
    font-size: 15px!important;
}
#census tr i{
    font-style: normal;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    text-align: center;
    background: #4077f0;
    border-radius: 12px;
    margin: 0 5px;
    font-size: 12px;
    min-width: 22px;
}
#census .p-red{
    color: red;
}


.head{
    font-size: 0.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    background-color: #e62526;
    color: #fff;
}
.top-head{
    width: 100%;
}
.top-title{
    font-size: 18px;
    color: #fff;
    height: 1rem;
    line-height: 0.2rem;
    margin-top: -6%;
}
.top-title span{
    color: #ffdf2c;
}
.top-qibg{
    margin-top: -36%;
    text-align: center;
}
.top-qibg img{
    width: 60%;
}
.center{
    margin-top: 12%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.center-diban{
    width: 100%;
}
.center-tc{
    /*display: none;*/
    width: 100%;
    position: absolute;
    max-width: 500px;
    z-index: 2;
}
.center-lo{
    display: none;
    width: 100%;
    position: absolute;
    max-width: 500px;
    z-index: 99;
}
.center-data{
    font-size: 0.5rem;
    position: absolute;
    display: flex;
}
.center-canvas{
    width: 100%;
    height: 3rem;
    z-index: 4;
    position: absolute;
}
.center-num{
    font-size: 40px;
    border: 1px solid #ccc;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    margin: 0 0.1rem;
}
.center-sum{
    font-size: 40px;
    line-height: 50px;
}
.foot{
    margin-top: -3%;
    padding-top: 5%;
    padding-bottom: 6%;
    background-color: #f83b44;
    text-align: center;
}
.foot-nt{
    width: 94%;
    margin-bottom: 1rem;
}
.foot-data{
    font-size: 16px;
    color: #fff;
    margin-top: -9%;
    display: flex;
    justify-content: space-evenly;
    line-height: 0rem;
}
.foot-data span{
    color: #ffdf2c;
}
.foot-refrash{
    border: none;
    color: #f96f56;
    height: 30px;
    line-height: 30px;
    width: 80px;
    border-radius: 15px;
    background: linear-gradient(#fffbfb,#fedcdc);
    font-size: 14px;
    margin-top: -4%;
}
.mipai{
	display: flex;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: -1;
}
.mipai-bg{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #FFF;
}
.mi-index{
	position: absolute;
	max-width: 500px;
	margin: 0 auto;
	z-index: 9;
    top: 50%;
    left: 50%;
     transform: translate(-50%, -50%);
         width: 100%;

}

.mi-button {
	display: table;
    background: #c62d1f;
    background-image: linear-gradient(to bottom, #c62d1f, #f24437);
    -webkit-border-radius: 18;
    -moz-border-radius: 18;
    border-radius: 18px;
    text-shadow: 0px 1px 0px #810e05;
    box-shadow: 3px 4px 0px 0px #8a2a21;
    font-family: Arial;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 15px;
    border: solid #d02718 1px;
    text-decoration: none;
}

.mi-button:hover {
    color: #ffffff;
    background: #f24437;
    text-decoration: none;
}
.mi-close{
	margin-top: 20px;
    text-align: center;
}
.mi-close img{
	width: 40px;
}
.issue-mi{
    background: #d24d41;
    background-image: linear-gradient(to bottom, #ea575b, #f58b83);
    border-radius: 18px;
    text-shadow: 0px 1px 0px #ff2b30;
    box-shadow: 3px 4px 0px 0px #ddb7b8;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 8px;
    border: solid #df5346 1px;
    text-decoration: none;
    cursor: pointer;
}
.issue-mi:hover {
    color: #ffffff;
    background: #f24437;
    text-decoration: none;
}
.issue-kj {
height: 60px;vertical-align: middle; margin-left: 5px;margin-top: -8px;
}




/* 六合彩开奖号码样式 */
.liuhecai-result {
    padding: 10px;
    background: fff;
    border-radius: 8px;
    margin: 5px 0;
}

.normal-codes, .special-code {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.special-code {
    margin-bottom: 0;
}

.liuhe-label {
    font-weight: bold;
    color: #333;
    font-size: 12px;
    margin-right: 5px;
    min-width: 35px;
}

.liuhecai-number, .liuhecai-special {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 14px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    margin: 2px;
    border: 2px solid rgba(255,255,255,0.3);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.liuhecai-special {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border: 3px solid #ffd700;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.liuhecai-number:hover, .liuhecai-special:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

/* 六合彩波色样式 */
.red-wave {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.blue-wave {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.green-wave {
    background: linear-gradient(135deg, #27ae60, #229954);
}

/* 响应式适配 */
@media (max-width: 768px) {
    .liuhecai-result {
        padding: 8px;
    }
    
    .liuhecai-number, .liuhecai-special {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        margin: 1px;
    }
    
    .liuhecai-special {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
    
    .liuhe-label {
        font-size: 11px;
        min-width: 30px;
    }
}

@media (max-width: 480px) {
    .normal-codes, .special-code {
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
    }
    
    .liuhecai-number, .liuhecai-special {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 11px;
    }
    
    .liuhecai-special {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
    }
}



