@media (max-width: 800px) {
    .weui-footer{
        display: none;       
    }
}
html,body{
    width: 100%;
    height: auto;
    font-family: "microsoft yahei,微软雅黑 ";
    background-color: #fff;
}

/**左滑删除**/


.slidelefts {
    height: 100%;
    position: relative;
    background-color: #fff;
    transform: translateZ(0);
    border-bottom: 1px solid #eee;
    -webkit-transform: translateZ(0);
    padding: 0;
}

.slidelefts .weui-cell__bd {
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
    background-color: #fff;
    padding: 10px 15px;
}

.weui-cell .slideleft {
    height: 100%;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.weui-cell .slideleft span {
    height: 100%;
    padding: 0 10px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.weui-grids:before{
    right: 0;
    height: 0px; 
    border-top: 0px solid #d9d9d9; 
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.weui-grid:before {
    top: 0;
    width: 0px; 
    border-right: 1px solid #f3f4f6;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
}
.weui-grid {
    width: 25%;
}
.weui-grids{
    padding: 10px 0px;
    margin-top: -5px;
}
.weui-grid:after {
    left: 0;
    height: 0px;
    border-bottom: 0px solid #d9d9d9;
}
.weui-grids:after {
    width: 1px;
    bottom: 0;
    border-bottom: 1px solid #d9d9d9;
    transform-origin: 0 0;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    background: #D9D9D9;
}
.weui-media-box:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #f3f4f6;
    color: #f3f4f6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 15px;
}
.weui-media-box:after{

    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #f3f4f6;
    color: #f3f4f6;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 15px;

}
.weui-panel__ft .weui-cell_link:after{
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #f3f4f6;
    color: #f3f4f6;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    left: 15px;
}
.weui-grid__label{
    color: #41444a;
    /*	font-weight: bold;*/
}

.weui-btn{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
}
.page-hd-desc{
    margin-top: 5px;
    color: #888888;
    text-align: left;
    font-size: 14px; 
}
/**
 * 用户条款
 */
.protocol_header {
    color: #1881DC;
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
}

.protocol_body {
    text-align: justify;
    margin-bottom: 50px;
    margin-left:30px;
    margin-right:30px;
    border: 1px solid #1881DC;
    line-height: 25px;
    padding: 0 40px;
    overflow: hidden;
}

.dropdown-menu {
  display: none; /* 首先确保菜单在不需要时是隐藏的 */
  position: absolute; /* 使其脱离文档流，不影响其他布局 */
  top: 100%; /* 将下拉菜单的顶部与触发元素的底部对齐 */
  right: 0; /* 使下拉菜单在触发元素的右侧 */
  z-index: 1000; /* 保证下拉菜单位于其他元素之上 */
  background-color: #fff; /* 菜单背景色设置为白色 */
  border: 1px solid #ccc; /* 为菜单添加一个简单的边框 */
  border-radius: 5px; /* 添加圆角效果 */
  box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* 添加一个轻微的阴影效果以增加立体感 */
  width: auto; /* 设置宽度为自动，以适应内容 */
  white-space: nowrap; /* 防止文本换行 */
  text-align: center; /* 文本居中对齐 */
}

.dropdown-item {
  display: block; /* 每一项都是块级元素，占据一行 */
  padding: 10px; /* 每一项上下左右都有一定的内边距 */
  clear: both; /* 清楚浮动，以免影响排列 */
  font-weight: normal; /* 文本字重 */
  line-height: 1.5; /* 行高 */
  color: #333; /* 文本颜色 */
  text-align: center; /* 将文本对齐方式设置为居中 */
  text-decoration: none; /* 去掉下划线 */
  white-space: nowrap; /* 防止文本换行 */
  cursor: pointer; /* 用手型指针表示这是一个可点击的项 */
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #f6f6f6; /* 鼠标覆盖或聚焦项时的背景色变化 */
  color: #262626; /* 修改鼠标悬停时文本的颜色 */
}

/* 显示 .dropdown-menu 的类 */
.show > .dropdown-menu {
  display: block; /* 当添加 .show 类时，设置下拉菜单为显示状态 */
}

.alert.alert-success {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}


.alert.alert-error{
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert.alert-success,.alert.alert-error i {
    margin-right: 10px;
}

/**页面收藏风格**/
.weui-c-favorite {
    min-width: 2.5em;
    color: #576b95;
    text-align: right;
    float: right;
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
}

.weui-c-favorite .fa-icon {
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    /* 不设定 font-family，使用 Font Awesome 默认的 */
    color: #576b95;
    font-size: 1em;
    vertical-align: middle;
}

.weui-c-favorite .on {
    color: #ff4500; /* 亮起时的颜色，如红色显示已收藏 */
}

/**文章详细页，标题下面的例如作者、时间、来源等平均分布**/
.weui-c-meta {
    display: flex; /* 启用 flex 布局 */
    justify-content: space-between; /* 子项目之间的间隔平均分布 */
    align-items: center; /* 垂直居中 */
}

/**头条视频风格的补充**/
.weui-news-tools {
    display: flex;
    justify-content: flex-end; /* 使内容靠右对齐 */
    padding: 10px 0;
}

.weui-news-like, .weui-news-favorite {
    display: flex;
    align-items: center;
    font-size: 14px; /* 根据需要调整字体大小 */
    margin-left: 10px; /* 所有子元素之间的间隔 */
}

.fa-icon {
    margin-right: 5px; /* 图标和文本之间的间隔 */
}

.fa-icon.far.fa-thumbs-up, .fa-icon.far.fa-heart {
    color: #333; /* 根据设计需求调整颜色 */
}

@media (max-width: 768px) {
    .weui-news-tools {
        flex-direction: column;
        align-items: flex-end; /* 在手机视图下保持靠右排列 */
    }
    .weui-news-like, .weui-news-favorite {
        margin-bottom: 10px;
        margin-left: 0; /* 移动端视图下移除左间隔 */
    }
}


