
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*font-family: Inter, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}

body {
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    /*background-image: linear-gradient(-45deg, #ddd6ff 0%, #ecebfe 30%, #f2f3fb 70%, #ecebfd 100%);*/
    background-image: linear-gradient(135deg, #f2edf3, #d0e2f2);
}

body::-webkit-scrollbar { width: 0 !important }

.layout{
    position: relative;
    border-radius: 0px;
    overflow: hidden;
}

.ivu-layout {
    background-color: unset !important;
}

.ivu-card {
    background-color:unset !important;
}

.ivu-card-head {
    border-bottom: unset !important;
}

.ivu-list-split .ivu-list-header {
    border-bottom: unset !important;
}

.ivu-input:focus {
    border-color: #006688;
    box-shadow: 0 0 0 2px rgba(45, 140, 240, .2);
}

.ivu-table {
    background-color: unset;
}

.ivu-table th {
    background-color: unset;
}

.ivu-table td {
    background-color: unset;
}

.layout-footer-center{
    text-align: center;
}

.layout-logo {
    display: block;
    position: fixed;
    left: 30px;
    top: 14px;
    z-index: 10;
    width: 150px;
    height: 30px;
    border-radius: 3px;
    float: left;
    line-height: 40px;
    font-size: larger;
    font-weight: bolder;
    cursor: pointer;
    border-color: rgb(255, 255, 255);
    color:#525a6d;
}

.logo-name {
    position: relative;
    display: inline-block;
    top: -5px;
    left: 5px;
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    margin-left: 5px;
    margin-bottom: 2px;
}

.card-title-icon {
    color: #006688;
}

/* 粒子背景容器 */
#particle-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.my-share {
    display: inline-block;
    position: fixed;
    right: 80px;
    top: 10px;
    z-index: 10;
    line-height: 40px;
}

.my-share-item {
    display: inline-block;
    /*padding: 0px 0px 12px 11px;*/
    /*border-style: solid;*/
    border-width: 0px;
    /*background-color: #FFFFFF;*/
    /*border-radius: 16px;*/
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.my-share-user {
    display: inline-block;
    position: fixed;
    right: 30px;
    top: 14px;
    z-index: 10;
    line-height: 40px;
    cursor: pointer;
}

.my-share a {
    color: rgb(29, 33, 41);
}

.my-share .ivu-list-item {
    padding: 8px 0px;
}