﻿
/* start 公共的 */
html, body
{
    min-height: 100%;
    margin: 0;
}

.titYi
{
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.titEr
{
    font-size: 30px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* start 首页banner */
.indexBanner
{
    width: 100%;
    height: 250px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.indexBanner .swiper-container
{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.indexBanner .swiper-slide
{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.indexBanner .swiper-slide img
{
    display: block;
    width: 100%;
    height: 100%;
}

.indexBanner .swiper-pagination-bullet
{
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    opacity: 0.6;
    border-radius: 6px;
}

.indexBanner .swiper-pagination-bullet-active
{
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 6px;
}

.indexBanner .swiper-container-horizontal > .swiper-pagination-bullets, .indexBanner .swiper-pagination-custom, .indexBanner .swiper-pagination-fraction
{
    bottom: 10px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.3);
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    padding: 0 6px;
}

/* 导航nav start*/
.topNav
{
    width: 750px;
    height: 90px;
    line-height: 90px;
    color: #666666;
    font-size: 30px;
    box-shadow: 0px 3px 15px 1px #F0F0F0;
}

.topNav .swiper-container
{
    padding-left: 30px;
}

.topNav .swiper-slide
{
    position: relative;
    width: auto;
    padding: 0 10px;
}

.topNav .swiper-slide.active:after
{
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    opacity: 0.7;
    border-radius: 4px;
    bottom: 26px;
    left: 0;
    right: 40px;
    margin-left: 0;
    background: #e66363 !important;
}


.topNav .swiper-slide > div
{
    text-align: center;
}

.topNav
{
    width: 100%;
    height: 90px;
    line-height: 90px;
    color: #666666;
    font-size: 30px;
}

.topNav .swiper-slide.active {
    color: #e66363;
}
/* 导航nav end*/

/* start 猜你喜欢 */
.like-list
{
    padding: 17px 30px;
}

.like-list .item
{
    border: 1px solid #EBEBEB;
    box-shadow: 0px 3px 15px 1px #F0F0F0;
    margin-bottom: 30px;
    border-radius: 10px;
}

.like-list .item:last-child
{
    margin-bottom: 0;
}

.like-list .pic
{
    width: 100%;
    height: 344px;
    position: relative;
    overflow: hidden;
}

.like-list .pic img
{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.like-list .tagWrap
{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.like-list .tagWrap span
{
    float: left;
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 0 11px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    line-height: 34px;
    background: linear-gradient(0deg, #FD8A25, #EE3C42, #bb0015);
    border-radius: 6px;
}

.like-list .tagWrap span i
{
    font-size: 26px;
    color: #fff;
    margin-right: 6px;
}

.like-list .tagWrap span em
{
    font-style: normal;
}

.like-list .char
{
    padding: 32px 28px 58px 28px;
}

.like-list .char .titEr
{
    height: 78px;
    line-height: 39px;
    font-size: 30px;
    color: #333333;
    margin-bottom: 27px;
}

.like-list .char .titEr em
{
    width: 70px;
    height: 36px;
    line-height: 36px;
    background: #C42B2B;
    border-radius: 8px;
    font-size: 24px;
    color: #fff;
    font-style: normal;
    padding: 5px 9px;
    box-sizing: border-box;
    overflow: hidden;
}

.like-list .char .titYi
{
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 35px;
    font-size: 28px;
    color: #333333;
}

.like-list .char .ts
{
    font-size: 24px;
    color: #666;
    line-height: 36px;
    margin-bottom: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 42px;
}
.like-list .char .ts em
{
    font-size: 23px;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.like-list .char .desc
{
    font-size: 24px;
    color: #999999;
    line-height: 1.5;
}


.like-list .char .ts span
{
    border: 2px solid #D49B41;
    border-radius: 6px;
    font-size: 24px;
    color: #D49B41;
    padding: 3px 14px;
    margin-right: 18px;
    vertical-align: middle;
}


.like-list.custom
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 0;
}

.like-list.custom .item
{
    width: 331px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 33px;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 3px 15px 1px #F0F0F0;
    border-radius: 10px;
}

.like-list.custom .pic
{
    width: 330px;
    height: 165px;
    margin-bottom: 0;
}

.like-list.custom .char
{
    padding: 29px 21px 49px 20px;
}

.like-list.custom .char .titEr
{
    margin-bottom: 32px;
    height: 70px;
    line-height: 35px;
    font-size: 28px;
}

.like-list.custom .char .ts
{
    margin-bottom: 10px;
}

.like-list.custom .char .addr
{
    font-size: 24px;
    color: #999999;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.like-list.custom .char .addr i
{
    margin-right: 10px;
    font-size: 24px;
}

.like-list.custom .tagWrap
{
    right: 10px;
    bottom: 10px;
    top: auto;
    left: auto;
}

.like-list .tagWrap span
{
    background: rgba(0, 0, 0, 0.6);
}

.like-list .tagWrap span em
{
    color: #FFCD62;
    font-size: 22px;
}

.like-list.custom .tagWrap span
{
    font-size: 28px;
}
