<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style: none
}

* Clearfix Clear float */ .clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


.bodyer-panel {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 10px;
    padding-bottom: 30px;
}
.bodyer-panel .bodyer-panel-fl{
    float: left;
    margin-right: 54px;
}
.bodyer-panel .bodyer-panel-fl .bodyer-panel-title {
    font-size: 18px;
    line-height: 20px;
    color: #567fe6;
}

.bodyer-panel .bodyer-panel-fl .bodyer-panel-btn {
    color: #fff;
    font-size: 12px;
    background-color: #567fe6;
    border: none;
    cursor: pointer;
    margin: 10px 0 0 2px;
    border-radius: 4px;
    padding: 2px 8px;
}
.bodyer-panel ul{
    overflow: hidden;
    float: left;
}
.bodyer-panel ul li {
    float: left;
    margin-right: 54px;
}
.bodyer-panel ul li .bodyer-panel-box {
    padding: 9px 0;
    overflow: hidden;
}

.bodyer-panel ul li .bodyer-panel-box .bodyer-panel-list {
    float: left;
}

.bodyer-panel ul li .bodyer-panel-box .bodyer-panel-list img {
    width: 32px;
    height: 32px;
    display: block;
}

.bodyer-panel ul li .bodyer-panel-box .bodyer-panel-list1 {
    font-size: 14px;
    color: #000;
    line-height: 32px;
    padding-left: 14px;
    float: left;
}

.bodyer-panel ul li .bodyer-panel-box .bodyer-panel-list1:hover {
    color: #567fe6;
}
.other {
    height: 35px;
    width: 100%;
}
.other .layout span {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.other .layout a {
    color: #555;
    font-size: 16px;
    margin-left: 26px;
}
.other .layout a:hover{
    color: #567fe6;
}</pre></body></html>