*{
    margin:0;
    padding:0;
}
body{
    font-size:16px;
    width: 100%;
    background: #f8f8f8;
    height: 100%;
    /* background-color:#f5f5f5; */
    
}
input{
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    text-decoration: inherit;
}
a{
    color:#333;
    text-decoration:none;
}
button{
    border: none;
}
/* a:hover{
    color:#f00;
    text-decoration:underline;
} */
.navbar {
    height: 44px;
    background-color: #228f78;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.navbar2{
    height: 44px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.navbar-icon {
    padding: 0 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-icon img {
    width: 20px;
    height: 20px;
    font-weight: normal;
    top: 0px;
}
.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px /* 设置最大宽度以限制文本的显示长度 */;
}

.mb-28 {
    margin-bottom: 14px;
}
.tabbar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #228f78;
    z-index: 999;
    
}
.tabbar-item{
    display: inline-block;
    width: 19%;
    height: 100%;
    text-align: center;
}
.tabbar-item a{
    padding-top: 6px;
    display: inline-block;
    width: 100%;
    text-align: center;
    /* line-height: 50px; */
    color: rgb(122, 231, 208);
    font-size: 13px;
    text-decoration: none;
}
.tabbar-active{
    color: rgb(243, 233, 51) !important;
}
.tabbar-icon{
    width: 24px;
    height: 24px;
    /* margin-bottom: 8px; */
}
.modal {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    /* 定位 */
    z-index: 1;
    /* 置于最上层 */
    left: 0;
    top: 0;
    width: 100%;
    /* 宽度100% */
    height: 100%;
    /* 高度100% */
    overflow: auto;
    /* 如果需要，添加滚动条 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 背景色半透明 */
}
.modal-content {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    padding-bottom: 50px;
    border-radius: 16px 16px 0 0;
}
.pay_pop_view_top {
    display: flex;
    justify-content: space-between;
    padding: 16px;
}

.pay_pop_view_top_title {
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    color: #333;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
