body {
    padding-bottom: 30px;
    overflow-x: hidden;
}

.treedata-list {
    overflow: hidden;
    padding-left: 200px;
    position: relative;
}

.treedata-list .tree {
    width: 180px;
    position: absolute;
    left: 0;
    top: 25px;
    border-right: #eee 1px solid;
    font-size: 12px !important;
}

.treedata-list .tree-title {
    height: 25px;
    font-weight: 300;
    color: #000;
    font-size: 14px;
    text-indent: 10px;
    width: 180px;
    position: absolute;
    border-right: #eee 1px solid;
    left: 0;
    top: 0;
    border-bottom: #eee 1px solid;
}


.master-shop-tab {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #eee 1px solid;
}

.master-shop-tab a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px;
    border: #eee 1px solid;
    border-radius: 3px;
    overflow: hidden;
}

.master-shop-tab a.selected {
    border-color: #2843b2;
    color: #2843b2;
}

.layui-fluid {
    padding: 0px;
    margin: 15px;
}

.layui-btn {
    background-color: #2843b2 !important;
}

.layui-btn-primary {
    color: #2843b2 !important;
    background-color: #fff !important;
    border-color: #2843b2 !important;
}

.layui-btn-primary i {
    color: #2843b2 !important;
}

.layui-btn-primary:hover {
    color: #fff;
    background-color: #2843b2 !important;
}

.layui-btn-primary:hover i {
    color: #fff !important;
}

.layui-tab li.layui-this span,
.layui-this {
    color: #2843b2 !important;
}


.layui-laydate .layui-this,
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #2843b2 !important;
}

.xhand-radio a {
    font-size: 12px;
}

.xhand-radio a.selected {
    color: #2843b2;
    border-color: #2843b2;
    background: #e8ecff;
}

.xhand-radio a.selected i {
    color: #2843b2;
}

.xhand-attribute a.selected {
    background: #2843b2 !important;
}

.xhand-editor .xhand-editor-tools a:hover {
    background: #2843b2 !important;
    border-color: #c17c0a;
    line-height: 23px;
}

.xhand-editor .xhand-editor-items .html-item-selected {
    border-color: #2843b2 !important;
}

.table .selected td {
    background: #fff7ea !important;
}

.layui-badge,
.layui-badge-dot,
.layui-badge-rim {
    background: #2843b2;
}

.xhand-bottom-tools a:first-of-type {
    background: #000 !important;
}

.layadmin-backlog-body p cite {
    color: #2843b2 !important;
}

.layui-layer-btn .layui-layer-btn0 {
    background: #2843b2;
    border-color: #2843b2;
    color: #fff;
}

.layui-form-item span {
    color: #2843b2 !important
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #2843b2;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-color: #2843b2;
}

.xhand-message {
    color: #2843b2;
    font-size: 16px;
    font-weight: bold;
    background: #2843b234;
    padding: 20px;
    border-radius: 20px;
    border-top-right-radius: 30px;
    padding-right: 50px;
    padding-left: 30px;
    border-bottom-right-radius: 0;
    text-align: left;
    margin: 0;
}

.layadmin-tips .layui-text {
    border-color: #2843b2;
}

.step-box h2 {
    border-color: #2843b2 !important;
}

.xhand-confirm-content {
    background: #2843b2;
}


.top-nav {
    background: #2843b2;
    height: 60px;
    overflow: hidden;
    padding: 0 400px 0 240px;
    position: relative;
}

.top-nav .logo {
    overflow: hidden;
    width: 180px;
    position: absolute;
    text-align: center;
    left: 10px;
    top: 10px;
}

.top-nav .logo img {
    height: 40px;
}

.top-nav .nav {
    overflow: hidden;
}

.top-nav .nav a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #eee;
    padding: 0 20px 0 15px;
}

.top-nav .nav a i {
    margin-right: 5px;
    font-weight: 400;
}

.top-nav .nav a:hover {
    color: #fda212;
}

.top-nav .nav a.selected {
    font-weight: bold;
    background: #4166ff;
    color: #fff;
}


.top-nav .tools {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    text-align: center;
    overflow: hidden;
}

.top-nav .tools a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    float: left;
    font-size: 12px;
    overflow: hidden;
    border: #3d5cdc 1px solid;
    border-radius: 5px;
    margin-left: 8px;
}

.top-nav .tools a:hover {
    background: #4166ff;
}

.top-nav .tools a.language {
    padding: 0 5px;
    width: auto;
    overflow: hidden;
}


.top-nav .tools .info {
    font-size: 12px;
    font-weight: 300;
    float: left;
    color: #fff;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
}

.top-nav .tools .info span {
    color: #777;
    margin: 0 4px;
}

.sub-nav {
    overflow: hidden;
    margin: 15px 15px 0 15px;
    background: #fff;
}

.sub-nav a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 300;
    padding: 0 20px;
}

.sub-nav a:hover {
    background: #dfe5ff;
    color: #2843b2;
}

.sub-nav a.selected {
    background: #4166ff;
    color: #fff;
    font-weight: bold;
}


.xhand-message {
    cursor: pointer;
    border-radius: 10px;
    width: 300px;
    padding: 30px;
    background: #4161d0af;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    overflow: hidden;
    position: fixed;
    left: 50%;
    margin-left: -170px;
    text-align: center;
    top: 50%;
}

.popup-language {
    width: 600px;
    height: 400px;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -200px;
    margin-left: -300px;
    background: #fff;
    border-radius: 15px;
    box-shadow: #000 0 0 10px;
}

.popup-language .title {
    height: 49px;
    line-height: 49px;
    text-indent: 1em;
    font-size: 16px;
    overflow: hidden;
    background: #4161d0;
    color: #fff;
    border-bottom: #eee 1px solid;
}

.popup-language .title a {
    width: 40px;
    height: 40px;
    text-align: center;
    text-indent: 0;
    color: #ccc;
    float: right;
}

.popup-language .title a:hover {
    color: #05a2ad;
    font-weight: bold;
}

.popup-language .list {
    overflow: hidden;
    padding: 20px;
}


.popup-language .list a {
    float: left;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    margin: 5px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 300;
    cursor: pointer;
    border: #eee 1px dashed;
    border-radius: 30px;
}

.popup-language .list a.selected {
    border: #243c91 1px solid;
    background: #4161d0;
    color: #fff;
    font-weight: bold;
}

.webapp-search .item {
    overflow: hidden;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.webapp-search .item .label {
    display: flex;
    font-size: 12px;
    font-weight: 300;
    color: #2843b2;
    text-align: right;
    float: left;
    line-height: 33px;
    padding-right: 10px;
}

.webapp-search .item .label::after {
    content: ':'
}


.webapp-search .item .label span {
    margin-left: 4px;
}

.webapp-search .item .label span:first-of-type {
    margin-left: 0;
}

.webapp-search .item .content {
    float: left;
    overflow: hidden;
}

.webapp-search .item .content input,
.webapp-search .item .content select {
    margin: 0 auto;
    display: flex;
}

.webapp-search .item .tools-bt {
    display: inline-block;
    padding: 0 20px;
    border-radius: 3px;
    height: 33px;
    line-height: 33px;
    background: #2843b2;
    color: #fff;
    font-size: 12px;
}

.webapp-search .item .tools-bt:hover {
    background: #4161d0;
}

.webapp-search .item .content .layui-input-inline {
    margin-bottom: 0 !important;
    overflow: hidden;
}

.bottom-team-info {
    background: #0e1e61;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    color: #fff;
    font-weight: 300;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bottom-team-info .id {
    float: right;
    margin-right: 20px;
}

.bottom-team-info .name {
    float: left;
    margin-left: 20px;
}

.bottom-team-info .nav {
    margin-left: 30px;
    float: left;
}


.bottom-team-info .nav a {
    display: inline-block;
    margin: 0 10px;
    font-size: 10px;
    color: #fff;
}

.bottom-team-info .nav a i {
    font-size: 10px;
    color: #ccc;
    margin-right: 4px;
}

.bottom-team-info .nav a.selected {
    color: #afbfff;
    font-weight: 400;
}

.tipsy-arrow {
    border: 6px dashed #2843b2;
    border-bottom-style: solid;
    border-top: 0;
    left: 20%;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-arrow-n {
    border-bottom-color: #2843b2
}

.tipsy-inner {
    background-color: #2843b2;
}

.layui-none {
    display: none;
}