body{
    background: #f0f0f0;
}
/* 导航 */
.header_login{
    width: 100%;
    line-height: 50px;
    height: 50px;
    background-color: #303030;
    color: #ffffff;
}
.contact-wechat .icon-size{
    font-size: 24px;
    padding-right: 4px;
}
.contact-wechat span{
    font-size: 18px;
}
.nav-login{
    float: right;
    background-color: #303030;
    height: 50px;
}
.nav-login span a{
    color: #fff !important;
}
.nav-login span a:hover{
    color: rgb(107, 159, 255) !important;
}
.login_pad{
    padding-left: 30px;
}
.home_nav{
    width: 100%;
    background-color: #fff;
}
.home_nav .mar_t{
    margin: 15px 0;
}
.home_nav_ul{
    background-color: #fff;
    color: #333;
}
.home_nav_ul .layui-nav-item{
    line-height: 70px;
}
.home_nav_ul .layui-nav-item a{
    color: #333;
    padding: 0 10px;
}
.home_nav_ul .layui-nav-item a:hover, .home_nav_ul .layui-this a{
    color: rgb(107, 159, 255);
    padding: 0 10px;
}
.home_nav_ul .layui-this:after, .layui-nav-bar{
    background-color:  rgb(107, 159, 255);
    height: 0px;
}
.home_search{
    margin-top: 16px;
    float: right;
}
.home_search form button{
    background-color:rgb(50, 122, 255);
}
.home_search .mar_l{
    margin-left: 0;
}
.home_search .search_w{
    width: auto;
    margin: 0;
}
.home_search .sub_w{
    width: auto;
}
.home_search .sub_w button{
    padding: 0 9px;
}

/* 面包屑 */
.nav-breadcrumb{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border-top: 1px solid #f5f5f5;
    overflow: hidden;
}
/* 底部 */
.footer-container{
    width: 100%;
    padding: 24px 0;
    background-color: #4d4d4d;
    margin-top: 20px;
    color: #999;
}
.mar_auto{
    width: 100%;
    text-align: center;
}
.mar_auto .layui-breadcrumb span[lay-separator] {
    margin: 0px 20px;
}
.mar_auto .layui-breadcrumb a:hover {
    color: rgb(107, 159, 255)!important;
}
.description{
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.copyright{
    width: 100%;
    text-align: center;
}
.description a{
    color: #999!important;
}
.copyright a{
    color: #999!important;
}
.fl{
    float: left;
}
.fr{
    float: right;
}



/* 看过的人还看过 */
.more_zl{
    border-top: 2px solid #ff9d00;
}
.more_zl .layui-card-header .fl{
    font-weight: bold;
}
.more_zl .layui-card-header .fr a{
    color: #979797;
}
.more_zl .layui-card-header .fr a:hover{
    color:#0085fa;
}
.more_zl .layui-card-header{
    background: linear-gradient(180deg, #FFE6D5 0%, #FFFFFF 100%);
}
.detail_child{
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 16px;
}
.detail_child .de_card{
    width: 100px;
    height: 50px;
    border-radius: 4px;
    box-shadow:  0px 0px 2px 2px rgb(0 0 0 / 5%);
    overflow: hidden;
    margin-right: 16px;
}
.detail_child .de_descript{
    width: calc(100% - 120px);
    font-size: 12px;
}
.detail_child .de_descript .cont{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.detail_child .de_descript .color_price{
    color: red;
}
.sg_img{
    width:100px;height:50px
}