﻿body {
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}
body, td, th {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Segoe UI", Arial, Roboto, "PingFang SC", miui, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}
.hidden{
	display:none;
}
.van-dropdown-item--down{
	display:none;
}
.opened{
	display:block;
	top: 96px; 
}
  .floating-btn {
            position: fixed;
            bottom: 15%;
            right: 0%; /* 按钮居中 */
            background-color: #ff5d7d;
            color: #fff;
            padding: 10px;
            border-radius: 5px;
            cursor: pointer;
            max-width: 750px;
            writing-mode: vertical-rl; /* 竖排文字 */
        }
        .floating-btn a{
            color: #ffffff;
        }
.ckct_daan {
    width: 100%;
    height: 50px;
    
    display: flex; /* 使用 Flex 布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    text-align: center; /* 文字水平居中 */
    position: relative; /* 子元素设置为绝对定位 */
    margin: 20px 0;
    font-size: 16px;
    cursor: pointer;
    background-color: rgb(208,226,254);
    color: #333333;
}
.ckct_daan span{
    color: red;
}