* {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    /* text-decoration: underline;
    color: rgba(203, 52, 53, 1) !important; */
}

body {
    min-width: 1200px;
}

.ev_header_breadcrumb {
    width: 1200px;
    margin: 0 auto;
    height: 41px;
    display: flex;
    align-items: center;
}

.ev_header_breadcrumb a,
.ev_header_breadcrumb span {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    text-decoration: none;
    color: rgba(140, 138, 148, 1);
}

.ev_header_breadcrumb span {
    margin: 0 4px;
}

.ev_header_breadcrumb h1 {
    font-weight: normal;
    display: inline;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
}

.evc-content {
    width: 1200px;
    margin: 0 auto;
}

.evc-main {
    display: flex;
    justify-content: center;
}

.evc-main img {
    width: 340px;
    height: 340px;
}

.evc-main .r-box {
    width: 484px;
    margin-left: 11px;
    padding-top: 46px;
}

.evc-main .r-box .tip {
    padding-bottom: 13px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.4;
    color: rgba(51, 51, 51, 1);
}

.evc-main .r-box .tip span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: rgba(30, 116, 235, 1);
}

.evc-main .r-box .p-text {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(140, 138, 148, 1);
    margin-top: 2px;
}

.evc-main .r-box .p-text i {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    border-radius: 50%;
    background: rgba(214, 231, 255, 1) url(../images/sprite_ev.png) center no-repeat;
    background-size: 448px;
    background-position: -156px -206px;
}

.evc-main .r-box .p-text span {
    width: 24px;
    height: 14px;
    background: url(../images/sprite_ev.png) center no-repeat;
    background-size: 448px;
    background-position: -232px -181px;
    transform: scale(1.5);
    margin-left: 13px;
}

.recommend-box {
    margin-bottom: 27px;
    border-radius: 4px;
    border: 1px solid rgba(229, 229, 229, 1);
}

.recommend-box .title {
    height: 50px;
    line-height: 50px;
    padding-left: 16px;
    font-size: 18px;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
    background: rgba(250, 250, 250, 1);
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.product_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 16px 16px;
}

.product_wrap_item {
    width: 24%;
    height: 333px;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid rgba(229, 229, 229, 1);
    position: relative;
}
/* 如果最后一行是3个元素 */
.product_wrap_item:last-child:nth-child(4n - 1) {
    margin-right: calc(24% + 4% / 3);
}
/* 如果最后一行是2个元素 */
.product_wrap_item:last-child:nth-child(4n - 2) {
    margin-right: calc(48% + 8% / 3);
}

.product_wrap_item .large-pic {
    width: 100%;
    height: 271px;
    border-radius: 4px 4px, 0px, 0px;
    background: rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    overflow: hidden;
}

.product_wrap_item .large-pic a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_wrap_item .large-pic a img {
    max-width: 100%;
    max-height: 100%;
}

.product_wrap_item p {
    padding: 16px 11px 11px 12px;
    position: absolute;
    bottom: 0;
}
.product_wrap_item p a {
    transition: height .3s;
    height: 33px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 18px;
    color: rgba(56, 56, 56, 1);
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product_wrap_item:hover p {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
}
.product_wrap_item:hover p a {
    height: 144px!important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 21px;
    color: rgba(255, 255, 255, 1);
    -webkit-line-clamp: 6;
    text-align: center;
}

/* 底部搜索框 开始*/
.search-wrap {
    background: rgba(30, 116, 235, 1);
}

.search-wrap_content {
    width: 1200px;
    height: 94px;
    margin: 0 auto;
    padding-top: 15px;
}

.search-header {
    display: flex;
}
.search-header input {
    flex: 1;
    height: 36px;
    border-radius: 4px 0 0 4px;
    background: rgba(255, 255, 255, 1);
    border: none;
    text-indent: 15px;
}
.search-header .search_btn {
    width: 200px;
    height: 36px;
    border-radius: 0px 4px, 4px, 0px;
    background: rgba(203, 52, 53, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.search-header .search_btn i {
    width: 26px;
    height: 26px;
    background: url('../images/sprite_ev.png') no-repeat;
    background-size: 448px;
    background-position: -216px -81px;
}
.search-wrap_content .hot-word {
    display: flex;
    margin-top: 14px;
}
.search-wrap_content .hot-word .label {
    flex-shrink: 0;
    background: rgba(30, 116, 235, 1);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    margin-right: 12px;
}
.search-wrap_content .hot-word .word_scroll {
    flex: 1;
    overflow: hidden;
}
.search-wrap_content .hot-word .marquee a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 1);
    margin-right: 20px;
}
/* 底部搜索框 结束*/
