body{
    /*padding-top: 14px;*/
    font: 12px/1.5em "Microsoft YaHei",Airal;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    font-weight: 400;
    background: #f2f2f2;
}
input, select {
    border: 1px solid #e0e0e0;
}
a {
    color: #000;
    text-decoration: none;
}
.body-class{
    width:100%;
    background-color:#ffffff;
    padding-top: 14px;
}
.layui-container{
    min-width: 1000px;
}
.layui-bg-gray{
    border-bottom: 1px solid #e0e0e0;
}

/*左侧logo*/
.logo {
    float: left;
    width: 200px;
    text-align: center;
    height: 94px;
}
.searchbox {
    float: left;
    width: 500px;
    margin-right: 50px;
}

.div-search{
    padding-left: 130px;
}
.searchinput {
    margin-top: 32px;
    background: url(/static/other/img/list_share.png) no-repeat 0 -791px;
    padding-bottom: 1px;
    overflow: hidden;
    height: 40px;
}

/* 中间搜索框 */
.searchinput>#keyword {
    float: left;
    margin-left: 15px;
    border: 0;
    outline: 0;
    font-size: 15px;
    height: 24px;
    padding: 7px 0;
    line-height: 26px;
    width: 420px;
    background: 0 0;
}
.searchinput>.searchdiv-btn {
    width: 42px;
    height: 38px;
    border: 0;
    float: left;
    margin-left: 20px;
    text-indent: -9999px;
    background: 0 0;
    cursor: pointer;
}
.clear {
    clear: both;
}
#adviceBox {
    display: none;
    position: absolute;
    width: 495px;
    margin-top: -2px;
    z-index: 88888;
    background: #fff;
    border: 1px solid #ccc;
}

/*登录注册*/
.top-right {
    margin-top: 35px;
    float: left;
}

.top-right>.top-right-1 {
    float: right;
    width: 160px;
    padding-top: 20px;
    text-align: right;
    background: url(/static/other/img/list_share.png) -313px -428px;
}
.top-right-1>a {
    color: #333;
    vertical-align: middle;
    zoom: 1;
}
.bold {
    font-weight: 700;
}

/*导航栏*/
/*
.top-nav{
    height: 40px;
    z-index: 999;
}
.layui-nav{
    height: 40px;
    padding: 0;
    padding-left: 380px;
    background-color: #000;
}
.layui-nav-item{
    height: 40px;
}
.layui-nav-item>a{
    line-height: 40px;
}
.layui-nav .layui-nav-item a{
    color: #fff;
}*/

.top-nav{
    height: 35px;
    z-index: 999;
    text-align: left;
    line-height: 36px;
    background-color: #000;
    margin-bottom: 0.8em;
}

.top-nav a {
    padding: 8px 20px;
    color: #fff;
    font: 14px "Microsoft YaHei",Airal;
    margin-right: 28px;
}
.top-nav-div{
    width: 1170px;
    margin: 0 auto;
    padding: 0;
}
.nav-bg{
    background: url("/static/other/img/nav_btn.png") 0 -189px;
}

.layui-col-space30>hr{
    padding: 0;
    margin: 0;
    border: 0;
    height: 0;
}

.nav-index{
    margin-left: 0.36em;
}

.nav-ms{
    margin-left: 0.36em;
}

.cmdlist-container{
    background-color: #fff;
}