* {
    margin: 0;
    padding: 0;
}
body {
    background: #f7f7f7;
}
.header {
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.0666666666666667);
}
.crumbs {
    width: 100%;
    border-top: 1px solid #d2d2d2;
}
.crumbs_c {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    overflow: hidden;
}
.crumbs_txt {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 300;
    margin-top: 40px;
}
.goods_box {
    width: 1200px;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    min-height: 780px;
}
.goods_box .goods_center {
    width: 100%;
    height: 100%;
}
.goods_center .v_nav {
    display: flex;
    min-height: 40px;
    border-bottom: 1px solid #d2d2d2;
    width: 100%;
}
.nav_box {
    width: 1010px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
}
.n_type {
    font-size: 14px;
    color: #939393;
    margin-right: 10px;
}
.type_nav {
    font-size: 14px;
    color: #404040;
    font-weight: 300;
    margin-right: 30px;
    margin-bottom: 20px;
}
.type_nav:hover {
    color: #57a653;
    cursor: pointer;
}
.type_a {
    color: #57a653;
}
.list_box {
    display: flex;
    flex-wrap: wrap;
}
.goods_list {
    width: 270px;
    margin: 0 7px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.img_box {
    position: relative;
    width: 270px;
    height: 190px;
}
.img_box .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.type {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 58px;
    height: 24px;
    border: 1px solid #2f9e2a;
    background: #f6fff6;
    color: #8fbb8c;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}
.list_name {
    font-size: 16px;
    color: #424242;
    font-weight: 400;
    margin: 10px 0 10px 0;
}
.video_name {
    width: 270px;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0;
}
.price {
    font-size: 14px;
    color: #FFAF59;
}
.see_box {
    display: flex;
    justify-content: space-between;
}
.see_type {
    padding: 0 8px;
    height: 26px;
    border-radius: 4px;
    background: #e7fbe7;
    color: #2F9E2A;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
}
.see_right {
    display: flex;
    align-items: center;
}
.see_icon {
    width: 21px;
    height: 12px;
}
.see_num {
    font-size: 14px;
    color: #b4b4b4;
    margin-left: 6px;
}
.see_bottom {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.see_header {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.see_shop {
    font-size: 12px;
    color: #1a1a1a;
    margin-left: 6px;
}
.fen {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.news_list {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
}
.news_list .news_item {
    width: 1200px;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(132,132,132,0.26);
    background: #fff;
    box-sizing: border-box;
    padding: 25px;
    display: flex;
    cursor: pointer;
    margin-bottom: 15px;
}
.news_list .news_item:hover .news_left h3 {
    color: #2f9e2a;
}
.news_list .news_item:hover .news_left h5 {
    color: #2f9e2a;
}
.news_list .news_item:hover .news_title {
    color: #2f9e2a;
}
.news_item .news_left h3 {
    font-size: 36px;
    color: #97979b;
}
.news_item .news_left h5 {
    font-size: 14px;
    color: #97979b;
}
.news_item .news_icon {
    display: block;
    width: 215px;
    height: 133px;
    object-fit: cover;
    flex: 0 0 auto;
    margin: 0 20px;
}
.news_item .news_title {
    font-size: 20px;
    color: #424242;
}
.news_item .news_txt {
    font-size: 14px;
    color: #a4a4a4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
    line-height: 26px;
}
.news_right .see {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #333;
    font-weight: 300;
    margin-top: 20px;
}
.jian_icon {
    width: 7px;
    height: 12px;
    margin-left: 8px;
}
.news_info {
    width: 1200px;
    padding: 40px 60px;
    background: #fff;
    margin: 10px auto;
    box-sizing: border-box;
}
.news_info .info_title {
    font-size: 28px;
    color: #333;
}
.news_info .info_time {
    font-size: 16px;
    color: #939393;
    margin: 16px 0 40px 0;
}
.news_info .info_txt {
    font-size: 16px;
    color: #333;
    padding-bottom: 50px;
    border-bottom: 1px solid #d2d2d2;
}
.news_info .info_txt img {
    max-width: 100%;
}
.info_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.info_bottom .info_left {
    font-size: 14px;
    color: #939393;
    cursor: pointer;
}
.info_bottom .info_left .up:hover {
    font-size: 14px;
    color: #57a653;
    cursor: pointer;
}
.info_bottom .info_left .down:hover {
    font-size: 14px;
    color: #57a653;
    cursor: pointer;
}
.info_bottom .info_right {
    font-size: 14px;
    color: #939393;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.info_bottom .info_right .fan {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-bottom: 2px;
}
.info_bottom .info_right:hover {
    font-size: 14px;
    color: #57a653;
    cursor: pointer;
}