
        .head {
            position: fixed;
            top: 0;
            background: #02071a;
        }

        .banner {
            margin-top: 0.31rem;
        }

        .rise {
            color: #1fc65b !important;
        }

        .fall {
            color: #fa2e42 !important;
        }

        .rise-value {
            color: white !important;
            background-color: rgb(3, 153, 126) !important;
        }

        .fall-value {
            color: white;
            background-color: rgb(204, 56, 56) !important;
        }

        #performer li:last-child {
            border-bottom: 0px solid #f1f1f1;
        }

        #turnover li:last-child {
            border-bottom: 0px solid #f1f1f1;
        }

        .head .logo {
            width: 0.7rem !important;
            height: 0.2rem;
            margin: 0 !important;
        }

        .head .header-txt2 {
            font-size: 14px;
            position: absolute;
            top: 0.075rem;
            right: 0.15rem;
        }

        .head .header-txt2 a {
            font-size: 14px;
            color: #000000;
        }

        /*实验样式*/
        .dropbtnst {
            background: none;
            color: black;
            padding: 2px 5px;
            font-size: 16px;
            border: none;
            cursor: pointer;
        }

        .dropbtnst:hover,
        .dropbtnst:focus {
            background: none;
        }

        .dropdownst {
            position: relative;
            display: inline-block;
        }

        .dropdown-contentst {
            display: none;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 160px;
            overflow: auto;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }

        .dropdown-contentst a {
            color: black;
            padding: 10px 60px 10px 10px;
            text-decoration: none;
            display: block;
        }

        .dropdownst a:hover {
            background-color: #f1f1f1
        }

        .showst {
            display: block;
        }

        .styku a {
            color: #F1F1F1;
        }

        .styku span {
            font-size: 12px;
        }

        .styku span {
            font-size: 12px;
        }

        .btnClick>img {
            display: block;
            margin: 0 auto;
            float: left;
        }

        .m-wzxz {
            width: 90px;
            height: 100%;
            display: block;
            height: 30px;
            line-height: 30px;
        }

        .bottom-nav ul li a {
            font-size: 12px;
        }

        .myjms {
            color: #FFFFFF;
        }

        .lay {
            width: 100px;
            height: 30px;
            background-color: #60b879;
            border-radius: 25px;
        }

        .lay-div1 {
            width: 25px;
            height: 25px;
            border-radius: 100px;
            background-color: #FFFFFF;
            float: left;
            margin-top: 2.5%;
            margin-left: 2%;
        }

        .lay>span {
            width: 70px;
            height: 100%;
            color: #FFFFFF;
            float: right;
            text-align: center;
            line-height: 30px;
        }

        .lay-div1-2 {
            width: 25px;
            height: 25px;
            border-radius: 100px;
            background-color: #FFFFFF;
            float: right;
            margin-top: 2.5%;
            margin-right: 2%;
        }

        .layui-input-block {
            margin-left: 0px !important;
            margin-right: 10px
        }

        .layui-form-onswitch em {
            margin-left: 2.98px
        }

        .layui-form-switch em {
            top: -2px;
        }

        .layui-form-item {
            margin-bottom: 0 !important;
        }

        .layui-form-label {
            float: unset !important;
            padding: 0;
            margin-bottom: 0px;
            margin-right: 10px
        }

        .layui-input-block {
            min-height: 40px;
        }

        .icon-yueliang,
        .icon-taiyang {
            color: #ffce54;
        }

        .back-button {
            color: #f9f9f9;
            padding-left: 0%;
        }

        /* 设置默认图片的样式 */
        .ad_img {
            width: 100%;
            /*max-width: 500px; 控制缩略图大小 */
            cursor: pointer;
            /* 鼠标移到图片上显示指针 */
        }

        /* 弹出层的样式，默认隐藏 */
        .image-modal {
            display: none;
            /* 默认隐藏 */
            position: fixed;
            /* 固定位置 */
            z-index: 9999;
            /* 位于最上层 */
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            /* 半透明背景 */
        }

        /* 弹出层内放大的图片 */
        .image-modal-content {
            margin: auto;
            display: block;
            width: 100%;
            max-width: 700px;
            /* 控制放大后最大尺寸 */
            margin-top: 270px;
        }

        /* 关闭按钮样式 */
        .close {
            position: absolute;
            top: 20px;
            right: 35px;
            color: white;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
        }

        /* 当用户点击图片时，添加动画效果 */
        .image-modal-content {
            animation: zoom 0.6s;
        }

        @keyframes zoom {
            from {
                transform: scale(0)
            }

            to {
                transform: scale(1)
            }
        }