.loginbox{
    margin-top: 50px;
    width: 420px;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #eaeaea;
}
.mainboxadmin{
    width: 1460px;
}
.mainbox{
    width: 1080px;
    box-sizing: border-box;
    padding: 12px 20px;
    border: 1px solid #eaeaea;
    margin-top: 15px;
}
ul.pagination li{
    float: left;
    padding: 5px 12px;
    border: 1px solid #eaeaea;
}
.notice{
    padding: 8px 15px;
    border-radius: 8px;
    background: #fff3f3;
    line-height: 1.75em;
}
.menu{
    padding-top: 15px;
}
.shop{
    padding: 0 10px;
    display: inline-block;
    float: right;
}
.shop img{
    margin-right: 4px;
    height: 20px;
}
.shop a{
    font-weight: bold;
    color: #1e9fff;
}
.footer{
    line-height: 25px;
    text-align: center;
}
.kf{
    width: 60px;
    height: auto;
    top: 15%;
    right: 0;
    position: fixed;
    padding: 10px 0;
    background: #fbfbfb;
    z-index: 999;
    border: 1px solid #f5f5f5;
}
.kf ul li{
    padding: 9px;
    width: 42px;
    height: 42px;
    position: relative;
}
.kf ul li img{
    width: 100%;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 50%;
}
.d_show{
    position: absolute;
    top: 0;
    display: none;
    width: 130px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    left: -120px;
    background: #fff;
}
.d_show img{
    width: 100%;
}
.d_show span{
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    position: relative;
}
.d_show span:before{
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: -5px;
    background: url(../../index/kf/tel.jpg);
    background-size: 100%;
}
.article-title{
    font-size: 20px;
}
.article-content{
    line-height: 1.75em;
}
.article-content h2,.article-content h3{
    color: #2e8b57;
    font-size: 16px;
    margin: 16px 0;
    font-weight: 600;
}
.article-content p{
    margin: 10px 0;
}
.publish-btn{
    color: blue;
    display: inline-block;
    margin-left: 10px;
}
.market .layui-card{
    background: #f5fdf7;
}
.market .layui-card li{
    line-height: 42px;
}