html {
            font-size: 16px; /* 默认字体大小 */
        }
        body{
            background-color: #eeeeee;
            min-width: 375px;
            overflow-x: scroll;
        }
        .navbar-toggler-icon {
                background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 20 15' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 0H0V1.75561H20V0Z' fill='%23ffffff'/%3e%3cpath d='M20 6.5685H0V8.32412H20V6.5685Z' fill='%23ffffff'/%3e%3cpath d='M20 13.2437H0V15H20V13.2437Z' fill='%23ffffff'/%3e%3c/svg%3e");

        }
        button.navbar-toggler:focus {
            outline: none;
            box-shadow: none;
        }
        button.navbar-toggler {
            -webkit-tap-highlight-color: transparent;
        }
        .navbar{
            padding: 0px;
        }
        .bg-red {
            background-color: #c00334;
        }
        .bg-white{
            background-color: #fff;
        }
        .bg-gray {
            background-color: #eee;
        }
        .bg-green{
            background-color: #36ab51;
        }
        .bg-blue{
            background-color: #035db1;
        }
        .red{
            color:#c00334;
        }
        .marquee {
            margin:  0.3rem 0rem 0rem 0rem;
            font-size: 1rem;
            line-height: 2.4rem;
            background-color: #FFF;
            font-family: 微软雅黑;
            color: #908f8f;
        }
        .boxshadow{
            margin-bottom: 0.6rem;
        }
        
        .nav-item {
            width: 6rem;
            margin-left: 0.75rem;
            text-align: center;
        }
        .nav-item a {
            font-size: 1.2rem;
            color: #272526;
        }
        .current{
            border-bottom: 0.3rem solid;
            color: #c00334;
        }
        .current a {
            color: #c00334;
        }
        .navbar-toggler-icon{
            color: #FFF;
        }
        .kj-tips{
            background-color: #eee;
            text-align: center;
            margin: 0;
            width: 100%;
            border-radius: 1.1rem;
            line-height: 2.2rem;
            font-size: 0.85rem;
            max-width: 40rem;
        }
        .issue-container{
            line-height: 3rem;
            padding-bottom: 1rem;
            font-size: 1.1rem;
        }
        .next-issue-container{
            padding: 0rem 2rem;
        }
        .open{
            padding: 1rem 2rem;
            border-left:1px solid;
            border-right: 1px solid;
            border-bottom: 1px solid;
            border-color: #fff;
        }
        .ball{
            width:2.6rem;
            height: 2.6rem;
            border-radius: 1.3rem;
            line-height: 2.6rem;
            font-size: 1.3rem;
            text-align: center;
            font-weight: bold;
            color: #FFF;
        }
        .ball-s{
            width:1.6rem;
            height: 1.6rem;
            border-radius: 0.8rem;
            line-height: 1.6rem!important;
            font-size: 0.8rem;
            text-align: center;
            font-weight: bold;
            color: #FFF;
        }
        .plus{
            font-size:2rem;
            color:#000!important;
        }
        .zodiac-container{
            padding-top: 0.5rem;
        }
        .zodiac{
            width:2.6rem;
            height: 2.6rem;
            line-height: 2.6rem;
            font-size: 1.3rem;
            text-align: center;
            color: #000;
        }
        .zodiac-s{
            width:1.6rem;
            height: 1.6rem;
            line-height: 1.6rem;
            font-size: 0.8rem;
            text-align: center;
            color: #000;
        }
        .link-record,.link-record:hover{
            color: #c00334;
            text-decoration: none;
        }
        .next-issue-container{
            padding: 1rem 2.1rem;
        }
        .next_time{
            color: #c00334;
            font-family: "MyCustomFont";
        }
        .info-container{
            background-color: #fff;
        }
        .cc-title{
            border-bottom: 0.3rem solid;
            border-color:#c00334 ;
            font-size: 1.2rem;
            font-weight: bold;
            padding-left: 0.8rem;
            color: #c00334;
            
            height: 2.8rem;
            line-height: 2.8rem;
        }
        .cc-mobile-title{
            border-bottom: 0.3rem solid;
            border-color:#c00334 ;
            font-size: 1.2rem;
            font-weight: bold;
            padding-top: 2rem;
            line-height: 8rem;
            height: 7.2rem;
            text-align: center;
            background: linear-gradient(to bottom, #ddd 0%, #fff 1.8rem);
            
        }
        .cc-mobile-title h3,.cc-mobile-title h4{
            margin: 0;
            padding: 0;
            font-weight: bold;
            text-align: center;
            margin: 0 auto;
        }
        .cc-mobile-title h3{
            font-size: 2rem;
        }
        .cc-mobile-title h4{
            font-size: 1.2rem;
            padding-bottom: 3rem;
        }
        .info-container .infolist{
            /*border-left: 0.2rem solid;
            border-right: 0.2rem solid;
            border-color: #fff;*/
        }
        .info-container ul,.info-container li {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .info-container  .boder-left{
            /*border-left: 0.4rem solid;*/
        }
        .info-container  .border-blue{
            border-color: #035db1;
        }
        .info-container  .border-red{
            border-color: #c00334;
        }
        .info-container  .border-green{
            border-color: #36ab51;
        }
        .info-container .info-content {
            background: linear-gradient(to right, #87a0ad, #c0bdb0 20%, #c0bdb0 80%,#87a0ad);
            border-radius: 5px;
            margin-left: 0.2rem;
            margin-right: 0.2rem;
            margin-bottom: 0.5rem;
        }
        .info-container .title{
            text-align: center;
            font-size: 1.5rem;
            font-weight: bold;
            line-height: 2.5rem;
        }
        .main{
            padding: 2px;
        }
        .main li {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #fff;
            margin: 0.1rem auto;
            border-radius: 2px;
            font-size: 1.2rem;
            /*line-height: 2rem;*/
        }
        .main table tr {
            display: flex;
            background: linear-gradient(to right, #87a0ad, #c0bdb0 20%, #c0bdb0 80%,#87a0ad);
        }
        .main td{
            background-color: #fff;
            text-align: center;
            vertical-align:center;
            font-size: 0.8rem;
        }
        .main table td:nth-child(2) {
            border-left: 2px solid #b9bab0;
            border-right: 2px solid #b9bab0;
        }
        .main .justify{
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .bgwathet {
            background-color: #cae0ea!important;
        }
        .bgyellow{
            background-color: yellow;
        }
        .blue{
            color: blue;
        }
        .purple {
            color: #ff00ff!important;
        }
        .green {
            color: #008000!important;
        }
        .color-title{
            height: 7rem;
            padding-top: 2rem;
            border-bottom: 0.5rem solid;
        }
        .color-title h2{
            font-size: 2rem;
            width:11rem;
            padding: 0;
            margin: 0;
            text-align: justify;
            display: flex;
            justify-content: space-between;
            line-height: 2rem;
            font-weight: bold;
        }
        .color-title h4{
            padding: 0;
            margin: 0;
            font-size:1.05rem;
            width:11rem;
            line-height: 2rem;
            display: flex;
            justify-content: space-between;
            font-weight: bold;
        }
        .zodiac-title {
            height: 7rem;
            padding-top: 2rem;
            border-bottom: 0.5rem solid;
        }
        .zodiac-title h2{
            font-size: 2rem;
            width:15rem;
            padding: 0;
            margin: 0;
            text-align: justify;
            display: flex;
            justify-content: space-between;
            line-height: 2rem;
            font-weight: bold;
        }
        .zodiac-title h4{
            padding: 0;
            margin: 0;
            font-size:1.05rem;
            width:15rem;
            line-height: 2rem;
            display: flex;
            justify-content: space-between;
            font-weight: bold;
        }
        .zodiac-content{
            padding-left: 1.5rem;
            padding-right: 1.5rem;
            padding-top: 2.5rem;
        }
        .zodiac-content ul,.zodiac-content li {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            justify-content: space-between;
            margin-bottom: 3rem;
        }
        .zodiac-content ul{
            flex-wrap: wrap; /* 启用换行 */
        }
        .zodiac-content-hans{
            display: flex;
            height: 4.563rem;
        }
        .zodiac-name {
            font-size: 1.3rem;
        }
        .zodiac-content-number{
            font-size: 1rem;
            font-weight: bold;
            display: flex;
            justify-content: flex-start;
            
        }
        .zodiac-content-number span {
            margin-right: 0.5rem;
        }
        .zodiac-chong{
            font-size: 0.8rem;
        }
        .zodiac-pic{
            height: 3rem;
            width: 3rem;
            align-items: center;
            justify-content: center;
            background-position: center center; /* 水平居中和垂直居中 */
            background-size: contain; /* 不缩放图片 */
            background-repeat: no-repeat; /* 防止图片重复 */
            
        }
        .zodiac-pic img{
            height: auto;
            display: none;
        }
        .shu {
            background-image: url('../images/shu.png');
        }
        .niu{
            background-image: url('../images/niu.png');
        }
        .hu{
            background-image: url('../images/hu.png');
        }
        .tu{
            background-image: url('../images/tu.png');
        }
        .long{
            background-image: url('../images/long.png');
        }
        .she{
            background-image: url('../images/she.png');
        }
        .ma{
            background-image: url('../images/ma.png');
        }
        .yang{
            background-image: url('../images/yang.png');
        }
        .hou{
            background-image: url('../images/hou.png');
        }
        .ji{
            background-image: url('../images/ji.png');
        }
        .gou{
            background-image: url('../images/gou.png');
        }
        .zhu{
            background-image: url('../images/zhu.png');
        }
        .light-red{
            color: #f48989;
        }
        .light-blue {
            color:#7572d9;
        }
        .light-green{
            color: #4fd38f;
        }
        .color-content{
            padding:1.5rem;
        }
        .color-content ul,.color-content li{
            list-style-type: none;
            margin: 0;
            padding: 0;
            font-size: 2rem;
            font-weight: bold;
        }
        .color-content li{
            border: solid 2px;
            border-radius: 2rem;
            padding-left: 0.6rem;
            padding-right: 0.6rem;
            padding-top: 0.6rem;
            padding-bottom: 0.6rem;
            margin-bottom: 0.8rem;
        }
        .border-light-blue{
            border-color: #7facd7;
        }
        .border-light-red{
            border-color: #fbced9;
        }
        .border-light-green{
            border-color: #c5f1bd;
        }
        .color-name{
            /*width: 4.5rem;*/
            padding: 1rem;
            line-height: 2rem;
            border-radius: 1rem;
            vertical-align: center ;
            display: flex;
            writing-mode: vertical-lr;
            justify-content: space-between;
        }
        .color-number{
            display: inline-block;
            line-height: 2.4rem;
            width: 90%;
            margin-left: 1rem;
        }
        .color-number span{
            margin:0.1rem 0;
            margin-right: 0.2rem;
            line-height: 2rem;
            
        }
        .bg-footer{
            background-color: #c3c3c3;
        }
        .footer-container {
            height: 3rem;
        }
        .footer-container .footer{
            line-height: 3rem;
            text-align: center;
        }
        .footer .site-name{
            color: #e22858;
        }
        .blinking-star {
            animation: blink 0.1s infinite; /* 设置动画 */
        }
        .loader {
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><g transform="translate(50,50)"><circle cx="0" cy="-30" r="5" fill="%23333"></circle><circle cx="21.21" cy="-21.21" r="5" fill="%23666"></circle><circle cx="30" cy="0" r="5" fill="%23999"></circle><circle cx="21.21" cy="21.21" r="5" fill="%23ccc"></circle><circle cx="0" cy="30" r="5" fill="%23eee"></circle><circle cx="-21.21" cy="21.21" r="5" fill="%23ccc"></circle><circle cx="-30" cy="0" r="5" fill="%23999"></circle><circle cx="-21.21" cy="-21.21" r="5" fill="%23666"></circle></g></svg>') no-repeat center center;
            animation: spin 1s linear infinite;
        }
        .xs{
            font-size: 1.3rem;
        }
        .left-open{
            text-align: center;
        }
        .left-open-title {
            background-color: #878787;
            text-align: center;
            color: #FFF;
            padding: 1rem 1rem 0.6rem 1rem;
            font-size: 1rem;
            border: 1px solid;
            border-color: #878787;
            margin: 0 auto;
            font-weight: bold;
        }
        .p4{
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
        .left-open dt,.left-open dl{
            list-style: none;
            padding: 0;
            margin: 0 auto;
        }
        .left-open dl{
            border-left: solid 1px;
            border-color: #878787;
        }
        .left-open dt {
            border-bottom: 1px dashed;
            border-color: #878787;
            line-height: 2.4rem;
        }
        .left-open dt a {
            color: #000;
            text-decoration: none;
        }
        .right-open{
            margin-left: 1rem;
            width: 100%;
        }
        .list-top{
            border-bottom: 0.2rem solid #c00334;
        }
        
        
        .list-body{
            text-align: center;
            
        }
        .list-body th{
            background-color: #f8f8f8;
            font-weight: normal;
            line-height: 2.4rem;
            border:1px solid  #ccc;
            text-align: center;
        }
        .list-body td{
            border:1px solid  #ccc;
            padding:0.5rem 0 0.5rem 0rem;
            text-align: center;
            font-size: 1rem;
        }
        .list-body table{
            width: 100%;
        }
        .list-body tbody tr:nth-of-type(odd) {
            background-color: #f9f9f9; /* Light background for odd rows */
        }
        .list-body tbody tr:nth-of-type(even) {
            background-color: #ffffff; /* Default background for even rows */
        }
        
        .dropdown {
            position: relative;
            display: inline-block;
        }

        .dropdown-toggle {
            background-color: #e0e0e0;
            padding: 0.5rem 1rem;
            cursor: pointer;
            display: flex;
            align-items: center;
            color: #333;
            font-size: 1.5rem;
            font-weight: bold;
            line-height: 1.5rem;
            height: 2.5rem;
        }

        .dropdown-toggle .arrow {
            display: inline-block;
            background-image: url('../images/arrow.png');
            background-size: cover;
            width: 1.5rem;
            height: 1.5rem;
            margin-left: 0.5rem;
        }

        .dropdown-menu {
            display: none;
            position: absolute;
            background-color: #fff;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
            margin-top: 0.4rem;
            border-radius: 0.2rem;
            min-width: 100%;
        }

        .dropdown-menu a {
            color: black;
            padding: 0.5rem 1rem;
            text-decoration: none;
            display: block;
        }

        .dropdown-menu a:hover {
            background-color: #ddd;
        }

        .dropdown.show .dropdown-menu {
            display: block;
            text-align: center;
        }
        .list-top .dropdown-toggle:after{
            display: none;
        }
        .pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 2rem auto;
        }
        .pagination .page-item .page-link{
            background: #f9f9f9;
            color: #000;
        }
        .pagination .active .page-link{
            background: #646665;
            color: #fff;
        }
        .pagination .page-item .page-link {
            box-shadow: none;
            outline: none;
        }
        .picture-container{
            text-align: center;
            padding:3rem 1rem;
        }
        .picture-container h1{
            color: #c9425c;
            font-weight: bold;
        }
        .picture-container h4{
            color: #c00334;
        }
        
        .col{
            width: 15%!important;
            overflow: hidden;
        }
        .picture-list-pc{
            margin-top: 3rem;
        }
        .picture-list{
            margin-top: 3rem;
        }
         .picture-list img {
            width: 100%;
            height: 100%;
        }
        .picture-list-pc img {
            width: 100%;
            height: 100%;
        }
        .small {
            width: 90%;
            height: 5rem;
            border:solid 1px #ccc;
            border-radius: 0.2rem;
            margin-bottom: 1rem;
            overflow: hidden;
        }
        .big{
            width: 90%;
            height: 10rem;
            border:solid 1px #ccc;
            border-radius: 0.2rem;
            margin-bottom: 1rem;
            overflow: hidden;
        }
        .m-small{
            height: 10rem;
            border:solid 1px #ccc;
            border-radius: 0.2rem;
            margin-bottom: 1rem;
            overflow: hidden;
        }
        .m-big{
            height: 20rem;
            border:solid 1px #ccc;
            border-radius: 0.2rem;
            margin-bottom: 1rem;
            overflow: hidden;
        }
        #navbarCollapse a:hover{
            color:#c00334;
        }
        #imageModal .modal-backdrop {
            background-color: rgba(0, 0, 0, 0.5);
        }
        #imageModal .modal-content {
            background: transparent;
            border: none;
            height: 100vh;
        }
        #imageModal .modal-body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
        }
        #imageModal .modal-body img {
            max-height: 100%;
            max-width: 100%;
        }
        .newInfoStyle {
            color: #f80d6b;
            font-weight: bold;
        }
        
        .newInfoStylePurple{
            color:#5535ff !important;
            font-weight: bold;
        }
        .newInfoStyleRed{
            color: #d00f0f;
            font-weight: bold;
        }
        @keyframes blink {
            0% {
                color: red;
            }
            50% {
                color: red;
            }
            100% {
                color: red;
            }
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        @font-face {
          font-family: 'MyCustomFont';
          src: url('/static/font/PUTHIAfont.TTF') format('truetype');
          font-weight: normal;
          font-style: normal;
        }
        @media (min-width:360px){
            html {
                font-size: 13px; /* 超小屏幕 */
            }
            
            .container{
                padding: 0;
                max-width: 100%;
            }
            
            .next-issue-container{
                font-size: 1.1rem;
            }
            .main td{
                font-size: 0.8rem;
            }
            .zodiac-content{
                padding-left: 1rem;
                padding-right: 1rem;
                padding-top: 2.5rem;
            }
            .xs{
                font-size: 0.62rem;
            }
            #dropdownToggle{
                display: flex;
            }
            .list-body td{
                font-size: 0.8rem;
            }
            .right-open h4{
                background-color: #c00334;
                color: #fff;
                width: 12rem;
                padding-left:1rem;
                margin: 0 0;
                font-size: 1.5rem;
                line-height: 2.5rem;
            }
            .picture-list-pc{
                display: none!important;
            }
            .picture-list {
                display: flex!important;
            }
            .ball-s{
                margin-right: 0.4rem;
            }
            .zodiac-s{
                margin-right: 0.4rem;
            }
            .left-open{
                display: none;
            }
            .right-open{
                margin-left: 0;
            }
            .list-body td{
                font-size: 0.8rem;
            }
            #dropdownToggle{
                display: flex;
            }
            .right-open h4{
                background-color: #c00334;
                color: #fff;
                width: 12rem;
                padding-left:1rem;
                margin: 0 0;
                font-size: 1.5rem;
                line-height: 2.5rem;
            }
            .p4{
                padding-left: 0;
                padding-right: 0;
            }
            .boxshadow{
                margin-bottom: 0;
            }
        }
        @media (min-width:390px){
            html {
                font-size: 13px; /* 超小屏幕 */
            }
            
            .container{
                padding: 0;
                max-width: 100%;
            }
            
            .next-issue-container{
                font-size: 1.1rem;
            }
            .main td{
                font-size: 0.8rem;
            }
            .zodiac-content{
                padding-left: 1rem;
                padding-right: 1rem;
                padding-top: 2.5rem;
            }
            .xs{
                font-size: 0.6rem;
            }
            .zodiac-title h2,.zodiac-title h4,.color-title h2,.color-title h4{
                margin: 0 auto;
            }
            .left-open{
                display: none;
            }
            .right-open{
                margin-left: 0;
            }
            .list-body td{
                font-size: 0.8rem;
            }
            #dropdownToggle{
                display: flex;
            }
            .right-open h4{
                background-color: #c00334;
                color: #fff;
                width: 12rem;
                padding-left:1rem;
                margin: 0 0;
                font-size: 1.5rem;
                line-height: 2.5rem;
            }
            .picture-list-pc{
                display: none!important;
            }
            .picture-list {
                display: flex!important;
            }
            .ball-s{
                margin-right: 0.4rem;
            }
            .zodiac-s{
                margin-right: 0.4rem;
            }
            .p4{
                padding-left: 0;
                padding-right: 0;
            }
            .boxshadow{
                margin-bottom: 0;
            }
        }
        
        @media (min-width: 576px){
            html {
                font-size: 14px; /* 超小屏幕 */
            }
            .navbar-toggler {
                display: none;
            }
            .container{
                padding: 0;
                max-width: 100%;
            }
            .main td{
                font-size: 1.1rem;
            }
            .xs{
                font-size: 1rem;
            }
            .ball-s{
                width: 1.8rem;
                height: 1.8rem;
                border-radius: 0.9rem;
                line-height: 1.8rem!important;
                font-size: 1rem;
                text-align: center;
                font-weight: bold;
                color: #FFF;
                margin-right: 0.4rem;
            }
            .zodiac-s {
                width: 1.8rem;
                height: 1.8rem;
                border-radius: 0.9rem;
                line-height: 1.8rem;
                font-size: 1rem;
                text-align: center;
                color: #000;
                margin-right: 0.4rem;
            }
            
            .left-open{
                display: block;
            }
            
            .right-open{
               
                margin-left: 1rem;
            }
            .right-open h4{
                background-color: #c00334;
                color: #fff;
                width: 12rem;
                padding-left:1rem;
                padding-top: 0.5rem;
                padding-bottom: 0.3rem;
                margin: 0 0;
                font-size: 1rem;
                align-items: center; 
                line-height: 1rem;
            }
            #dropdownToggle{
                display: none;
            }
            .picture-list{
                display: none!important;
            }
            .picture-list-pc{
                display: flex!important;
            }
            .list-body td{
                font-size: 1rem;
            }
            #imageModal .modal-dialog{
                max-width:100vw;
                max-width:100vh;
            }
            .p4{
                padding-left: 0.5rem;
                padding-right: 0.5rem;
            }
            .boxshadow{
                margin-bottom: 0.6rem;
            }
            .boxshadow::after {
                content: '';
                position: absolute;
                left: 0;
                width: 100%;
                height: 0.6rem;
                background: linear-gradient(to bottom, rgba(130, 130, 130, 1), rgba(0, 0, 0, 0));
                /* Adjust the gradient colors as needed */
                pointer-events: none; /* Ensures the pseudo-element doesn't block clicks */
            }
        }
        @media (min-width: 768px) {
            html {
                font-size: 16px; /* 超小屏幕 */
            }
            .navbar-toggler {
                display: none;
            }
            .container{
                padding: 0;
                max-width: 768px;
            }
            .main td{
                font-size: 1.2rem;
            }
            .xs{
                font-size: 1rem;
            }
            .picture-list{
                display: none!important;
            }
            .picture-list-pc{
                display: flex!important;
            }
            .list-body td{
                font-size: 1rem;
            }
            .p4{
                padding-left: 1rem;
                padding-right: 1rem;
            }
        }
        @media (min-width: 992px) {
            html {
                font-size: 18px; /* 超小屏幕 */
            }
            .container{
                padding: 0;
                max-width: 992px;
            }
            .nopadding{
                width: 100%;
                padding-right: var(--bs-gutter-x,.75rem);
                padding-left: var(--bs-gutter-x,.75rem);
                margin-right: auto;
                margin-left: auto;
            }
            .navbar-toggler {
                display: none;
            }
            .issue-container{
                line-height: 3rem;
                padding-bottom: 1.5rem;
                font-size: 1.2rem;
            }
            .open{
                padding: 1.5rem 4rem;
            }

            .ball{
                width:3rem;
                height: 3rem;
                border-radius: 1.5rem;
                line-height: 3rem;
                font-size: 1.5rem;
                text-align: center;
                font-weight: bold;
                color: #FFF;
            }
            .zodiac{
                width:3rem;
                height: 3rem;
                border-radius: 1.5rem;
                line-height: 3rem;
                font-size: 1.5rem;
                text-align: center;
                color: #000;
            }
            .my-container{
                width: 100%;
                padding-right: var(--bs-gutter-x,.75rem);
                padding-left: var(--bs-gutter-x,.75rem);
                margin-right: auto;
                margin-left: auto;
            }
            .main td{
                font-size: 1.3rem;
            }
            .xs{
                font-size: 1.3rem;
            }
            .picture-list{
                display: none!important;
            }
            .picture-list-pc{
                display: flex!important;
            }
            .list-body td{
                font-size: 1rem;
            }
            .p4{
                padding-left: 1.5rem;
                padding-right: 1.5rem;
            }
        }
        @media (min-width: 1200px) {
            html {
                font-size: 16px; /* 大屏幕 */
            }
            .xs{
                font-size: 1.3rem;
            }
            .list-body td{
                font-size: 1rem;
            }
        }