.vit-header{
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    border-bottom: 1px solid #f6f6f6;
    z-index: 1000;
    height: 40px;
}
.vit-buju{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
@media screen and (max-width: 1200px) {
    .vit-buju{
    width: 80%;
    }
}
.vit-logo{
    height: 40px;
    line-height: 40px;
}
.vit-logo img{
    height: 40px;
}
.logo-size{
    color: #a9a9a9;
    font-size: 24px;
    padding-left: 10px;
    letter-spacing: 2px;
}
.layui-nav{
    padding: 0 20px;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-size: 0;
}
.layui-nav * {
    font-size: 14px;
}
.layui-nav .layui-nav-item {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    line-height: 40px;
}
.layui-nav .layui-nav-item a{
    display: block;
    padding: 0 20px;
    color: #333;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
    color: #3b79e5;
}
.vit-nav-right{
    position: absolute!important;
    right: 60px;
    top: 0;
}
.vit-body{

}
.vit-foot{
    z-index: 990;
    padding: 8px;
    box-shadow: -1px 0 4px rgb(0 0 0 / 12%);
    color: #888;
    background: #222132;
    text-align: center;
}
.footer-links{
    padding-top: 40px;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1200px;
}
.links-item{
    width: 17%;
    float: left;
    margin-right: 23px;
    line-height: 2;
    font-size: 14px;
}
.links-item dt{
    color: #ccc;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 2;
    font-weight: 300;
}
.links-item dd a{
    color: #888;
    transition: all .1s;
}
.vit-foot a {
    color: #808695;
}
@media screen and (max-width: 980px) {
    .vit-buju{
        padding: 0;
    }
    .vit-nav-right {
        position: absolute!important;
        right: 0;
        top: 0;
    }
}
.layui-input:hover, .layui-textarea:hover {
    border-color: #1e9fff!important;
}
.layui-nav .layui-nav-more {
    content: "";
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #fff transparent transparent;
    overflow: hidden;
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -4px;
    border-width: 6px;
    border-top-color: #666;
}
.layui-nav .layui-nav-mored, .layui-nav-itemed>a .layui-nav-more {
    margin-top: -9px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #666;
}
/*分类*/
.daohang_df {
    height: 36px;
    line-height: 36px;
    background: #fff;
}
.px1200 {
    margin: 0 auto;

}
.fud_daoh {
    position: relative;
    text-align: center;
    float: left;
}
.fud_daoh h2 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.fud_daoh h2 {
    font-size: 16px;
    width: 250px;
    background: #1E9FFF no-repeat center left 20px;
    color: #fff;
    font-weight: normal;
    position: relative;
}
.fud_daoh .fudong_dapj {
    position: absolute;
    top: 36px;
    float: left;
    width: 250px;
    height: 500px;
    background: rgba(0,0,0,.5);
    z-index: 999;
    color: #fff;
}
.fud_daoh .fudong_dapj>ul>li {
    height: 144px;
    position: relative;
    cursor: pointer;
    padding: 0 30px;
}
li {
    /*list-style: none;*/
}
.fud_daoh .fudong_dapj li .left {
    border-bottom: solid 1px rgba(255,255,255,.2);
    height: 98px;
    display: flex;
    align-items: center;
}
.fud_daoh .fudong_dapj li .left p {
    font-size: 18px;
    line-height: 18px;
}
.fud_daoh .fudong_dapj li .left p span {
    font-size: 12px;
    opacity: .6;
    display: block;
    padding-top: 4px;
}
.left text{
    width: 9px;
    height: 12px;
    position: absolute;
    right: 16px;
}
/*菜单*/
.daohang_df .daoh_df {
    height: 36px;
    padding: 0 20px;
}
.daohang_df .daoh_df li {
    margin-left: 25px;
}
.daohang_df .daoh_df li {
    position: relative;
    height: 36px;
}

.daohang_df .daoh_df li {
    float: left;
    margin-left: 38px;
    line-height: 25px;
}

/*商品列表*/
.splist{
    width: 18%;
    background: #f8f8f8;
    margin: 10px 1%;
    border-radius: 10px;
    border: 1px solid #f4f4f4;
}
.splist img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.dianpu{
    float: right;
}
.dianpu img{
    max-width: 20px;
    max-height: 20px;
}