@media screen and (max-width: 960px) {
    html {
        font-size: 6.25vw;
    }
}
@media screen and (min-width: 960px){
    html {
        font-size: 60px;
    }
}

html {
    line-height: 1.15;
    word-spacing: 1px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}
body {
    margin: 0;
    width: 100vw;
}

*, :after, :before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div {
    display: block;
}

img {
    border-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    text-decoration: none;
    color: #101010;
}
/**
home start
 */
.Home {
    width: 16rem;
    margin: 0 auto;
    background-color: #eceff5;
}

.HomeNav {
    display: flex;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    font-size: .75rem;
    color: #697a91;
    background-color: #fff;
    z-index: 9999;
}

.HomeNav .left {
    width: 2rem;
}

.HomeNav .center {
    flex: 1;
    font-family: -apple-system, sans-serif;
}

.HomeNav .right {
    width: 2rem;
}

.HomeNav img {
    height: 1rem;
    width: 1rem;
    vertical-align: middle;
}

.HomeContainer {
    background-color: #eceff5;
    padding-top: 2.2rem;
}

.NewestCate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: .6rem .4rem 0;
}

.NewestCate .left {
    float: left;
    font-size: .7rem;
    font-family: PingFangSC-bold, sans-serif;
    font-weight: 700;
}

.NewestCate .right {
    float: right;
    font-size: .55rem;
    font-family: PingFangSC-regular, sans-serif;
    color: #999;
}

.NewestSec {
    width: 100%;
    padding: .8rem .7rem .5rem;
    background-color: #fff;
    margin-top: -.1rem;
}

.NewestSec .van-swipe {
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    cursor: grab;
    -webkit-user-select: none;
    user-select: none;
}

.NewsetItem {
    width: 8.16rem;
    margin-right: .5rem;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background-color: #fff;
    float: left;
}

.NewsetItem .ItemClick {
    width: 100%;
    height: 8rem;
}

.NewsetItem .ImgDiv {
    font-size: .6rem;
    width: 100%;
    min-height: 5.45rem;
}

.NewsetItem .ImgDiv img {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
}

.NewsetItem .tit {
    margin: .45rem 0 0;
    color: #101010;
    font-size: .6rem;
    font-family: PingFangSC-regular, sans-serif;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.van-rate {
    font-size: .7rem;
    color: #697A91;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    font-family: PingFangSC-regular, sans-serif;
}

.NewsetList {
    width: 44rem;
    height: 100%;
    display: flex;
    position: inherit;
}

.adverts {
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    width: 100%;
    margin: 0.35rem auto;
}

.HighestAndPopular {
    margin: .35rem 0 0;
    background-color: #fff;
}

.HighestAndPopularSec {
    width: 100%;
    background-color: #fff;
    padding: .8rem .7rem;
}

.ImgDiv {
    width: 100%;
    min-height: 5rem;
    font-size: 1rem;
}

.ImgDiv img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}

.Big-Info .tit {
    font-size: .6rem;
    font-family: PingFangSC-regular, sans-serif;
    margin: .55rem 0 0;
    width: 93%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Item-SmallSty {
    margin: .5rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.Item-Small .ImgDiv {
    font-size: .55rem;
    width: 100%;
    min-height: 3rem;
}

.ImgDiv img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}

.Small-Info .tit {
    line-height: .9rem;
    font-size: .6rem;
    font-family: PingFangSC-regular, sans-serif;
    margin: .2rem 0 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.CookingSty {
    width: 100%;
    padding: .8rem .4rem;
    background-color: #fff;
}

.CookingItem .CookingInfo {
    width: auto;
    display: flex;
    flex-wrap: wrap;
}

.CookingInfo .ImgDiv {
    width: 6rem;
    min-height: 3.85rem;
    font-size: .6rem;
}

.CookingInfo img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}

.CookingInfo .textInfo {
    width: 8.5rem;
    height: 3.857rem;
    margin: 0 0 0 .35rem;
    position: relative;
}

.textInfo .type {
    margin-top: .1rem;
    font-size: .55rem;
    color: #697a91;
    font-family: PingFangSC-bold, sans-serif;
}

.textInfo .tit {
    margin: .35rem 0 0;
    line-height: .85rem;
    font-size: .6rem;
    font-family: PingFangSC-regular, sans-serif;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.textInfo .author {
    position: absolute;
    left: 0;
    bottom: .1rem;
    font-size: .55rem;
    color: #999;
    font-family: PingFangSC-regular, sans-serif;
}

.hr-sty {
    height: .04rem;
    margin: .8rem 0;
    border: 0;
    clear: both;
    background-color: #f0f0f0;
}

.CookingItem:last-child .hr-sty {
    margin: 0;
    height: 0;
}
/**
home end
details start
 */

.DetailsWarpper {
    width: 16rem;
    margin: 0 auto;
    background-color: #eceff5;
}

.TopImg {
    width: 100%;
    height: 10.67rem;
    overflow: hidden;
}
.TopImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ImgDivWhite {
    background: hsla(0, 0%, 100%, .7);
    z-index: 3;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-self: center;
    align-content: center;
    border-radius: .2rem;
}

.WhiteLeft {
    left: .6rem;
    padding: .2rem;
    position: absolute;
    top: .6rem;
}

.WhiteRight {
    position: absolute;
    top: .6rem;
    right: .6rem;
    padding: .15rem .15rem .15rem .18rem;
}

.DetailsImg {
    width: 100%;
    height: 100%;
}

.WhiteImg {
    margin: auto;
    width: 100%;
    height: 100%;
}

.MenuInfo {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: .8rem .35rem .3rem;
}

.MenuInfo .tit {
    font-size: .75rem;
    font-family: PingFangSC-bold, sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: .9rem;
    width: 100%;
}

.detail-van-rate {
    display: inline-flex;
    margin-top: .5rem;
    font-size: .7rem;
    color: #697A91;
    cursor: default;
    -webkit-user-select: none;
    user-select: none;
    font-family: PingFangSC-regular,sans-serif;
}

.author {
    text-align: center;
    margin: .5rem 0 0;
}

.grey {
    width: 100%;
    height: .9rem;
    font-size: .55rem;
    color: #999;
    font-family: PingFangSC-regular, sans-serif;
}

.MenuTime {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 .5rem;
}

.MenuTime .MenuItem {
    width: 4.9rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    line-height: .8rem;
    padding: .3rem .3rem 0;
    position: relative;
}

.heiAuto0, .heiAuto1, .heiAuto2 {
    height: auto;
}

.totalText {
    height: auto;
}

.black {
    width: 100%;
    font-size: .55rem;
}

.Ingredients {
    background-color: #fff;
    margin: .35rem 0;
    padding: 0 .3rem 1rem;
}

.Ingredients .cate-column {
    padding-bottom: .3rem;
}

.cate-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: .6rem .4rem 0;
}

.left {
    float: left;
    font-size: .7rem;
    font-family: PingFangSC-bold, sans-serif;
    font-weight: 700;
}

.right, .right a {
    color: #999;
}

.IngredSec {
    padding: 0 .45rem;
}

.IngredItem .IngredNum {
    width: auto;
    color: #000;
    font-weight: 600;
    font-size: .6rem;
    white-space: nowrap;
}

.MarginRSty {
    margin-right: .5rem;
}

.IngredItem .grey {
    height: 0;
}

.IngredItem .IngredName {
    width: auto;
    color: #555;
    font-size: .6rem;
}

.Instructions {
    background-color: #fff;
}

.InstrucSec {
    display: flex;
}

.ContainText {
    font-size: .6rem;
    font-family: PingFangSC-regular, sans-serif;
    color: #555;
    line-height: .9rem;
    margin-bottom: .4rem;
    width: 16rem;
}
.ContainText p{
    padding: 0 0.5rem;
}
.ContainText img{
    padding: 0.5rem 0.5rem 0 0.5rem;
}

.ContainText ol, ul {
    list-style: decimal;
    padding: 0 .65rem;
}

.ContainText li {
    margin-bottom: .35rem;
}

.Recommend {
    background-color: #fff;
    margin: .35rem 0;
    padding: 0 0 .1rem;
}

.RelatedWarpper {
    padding: 0 .3rem;
    background-color: #fff;
}

.RelatedSec {
    width: 100%;
    padding: 0 .4rem;
    margin: .8rem 0;
    background-color: #fff;
}

.RecordsItem .RecordsInfo {
    width: auto;
    display: flex;
    flex-wrap: wrap;
}

.RecordsInfo .ImgDiv {
    width: 5rem;
    height: 3.45rem;
    font-size: .6rem;
}
.RecordsInfo .ImgDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.RecordsInfo img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}

.RecordsInfo .textInfo {
    width: 9rem;
    height: 3.318rem;
    margin: 0 0 0 .35rem;
    position: relative;
}

.RecordsItem:last-child .hr-sty {
    margin: 0;
    height: 0;
}


/**
details end
categories start
 */
.CategoriesWarpper {
    width: 16rem;
    margin: 0 auto;
    background-color: #eceff5;
}

.CategoriesNav {
    display: flex;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 16rem;
    z-index: 99;
    font-size: .75rem;
    color: #697a91;
    background-color: #fff;
}

.CategoriesNav .left {
    float: left;
    width: 2rem;
}

.CategoriesNav img {
    height: .6rem;
    width: .6rem;
    vertical-align: middle;
}

.CategoriesNav .center {
    flex: 1;
    font-family: -apple-system, sans-serif;
}

.CategoriesNav .SearchInput {
    border: .05rem solid #697a91;
    border-radius: 2rem;
    padding: 0 .8rem;
    width: 11.5rem;
    font-size: .6rem;
    margin-left: .6rem;
    height: 1.5rem;
    line-height: 1.5rem;
}

.CategoriesNav .right {
    float: right;
    width: 2rem;
}

.CategoriesSty {
    display: flex;
    padding-top: 2.2rem;
}

.CategoriesRight {
    position: fixed;
    top: 2.1rem;
    bottom: 0;
    overflow-y: scroll;
}

.CategoriesLeft {
    left: 0;
    position: fixed;
    top: 2.1rem;
    bottom: 0;
    overflow-y: scroll;
}

.van-sidebar {
    width: 4.9rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.van-sidebar a, a:hover {
    text-decoration: none
}

.van-sidebar-item--select {
    color: #697a91;
    font-weight: 400;
}

.van-sidebar-item--select, .van-sidebar-item--select:active {
    background-color: #eee !important;
}

.van-sidebar-item--select:before {
    height: .5rem;
    width: .15rem;
    background-color: #697a91;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}

.van-sidebar-item {
    background-color: #fff;
    padding: 0 .8rem 0 .6rem;
    height: 2rem;
    line-height: .75rem;
    display: flex;
    align-items: center;
    font-size: .57rem;
    border: none !important;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    color: #323233;
    word-wrap: break-word;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.van-sidebar-item__text {
    position: relative;
    display: inline-block;
}

.CategoriesRight {
    position: fixed;
    top: 2.1rem;
    bottom: 0;
    overflow-y: scroll;
    background-color: #f7f7f7;
    right: 0;
}

.CategoriesSec {
    width: 11.5rem;
    background-color: #f7f7f7;
    padding: 0 .6rem;
}

.CategoriesSec .cate-column {
    padding: .6rem 0;
    background-color: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.CategoriesSec .left {
    float: left;
    font-size: .7rem;
    font-family: PingFangSC-bold, sans-serif;
    font-weight: 700;
}

.CategoriesSec .right, .CategoriesSec .right a {
    float: right;
    font-size: .55rem;
    font-family: PingFangSC-regular, sans-serif;
    color: #999;
}

.ItemSec {
    background-color: #fff;
    padding: .2rem .5rem .65rem;
    border-radius: .2rem;
}

.ItemSec .ItemInfo {
    display: flex;
    width: 100%;
    margin: .55rem 0 0;
}

.ItemSec .ItemInfo .ImgDiv {
    width: 4.3rem;
    height: 2.859rem;
    font-size: .6rem;
}

.ItemSec .ItemInfo .ImgDiv img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}

.ItemSec .ItemInfo .textInfo {
    width: 4.45rem;
    height: 2.859rem;
    margin: 0 0 0 .35rem;
    position: relative;
}

.ItemSec .ItemInfo .tit {
    margin: .15rem 0 0;
    line-height: .85rem;
    font-size: .6rem;
    font-family: PingFangSC-regular, sans-serif;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ItemSec .ItemInfo .authorPlic {
    color: #999;
    font-size: .55rem;
    font-family: PingFangSC-regular, sans-serif;
    margin: .35rem 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/**
categories end
item start
item end
menu start
 */
.MenuWrapper {
    background-color: #eceff5;
    width: 16rem;
    margin: 0 auto;
}

.MenuWrapper .MenuNav {
    display: flex;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 16rem;
    z-index: 99;
    font-size: .75rem;
    color: #697a91;
    background-color: #fff;
}
.MenuWrapper .MenuNav .left {
    width: 2rem;
    float: left;
}

.MenuWrapper .MenuNav .right {
    width: 2rem;
    float: left;
}
.MenuWrapper .MenuNav .right img{
    height: 1rem;
    width: 1rem;
    vertical-align: middle;
}
.MenuWrapper .MenuNav .center {
    flex: 1;
    font-family: -apple-system, sans-serif;
}
.MenuWrapper .MenuNav img {
    height: .6rem;
    width: .6rem;
    vertical-align: middle;
}
.MenuContainer {
    padding-top: 2.2rem;
}
.HighestWarpper {
    margin: .35rem 0 0;
    background-color: #fff;
}
.MenuContainer .cate-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: .6rem .4rem 0;
}
.MenuContainer .cate-column .left {
    float: left;
    font-size: .7rem;
    font-family: PingFangSC-bold, sans-serif;
    font-weight: 700;
}
.MenuContainer .cate-column .right {
    float: right;
    font-size: .55rem;
    font-family: PingFangSC-regular, sans-serif;
}
.Item-Small {
    width: 45%;
    padding-bottom: .65rem;
    margin-bottom: 1rem;
    box-shadow: 0 0.1rem 0.4rem 0 #e1e1e1;
    border-radius: .2rem;
}
.Item-Small .ImgDiv {
    width: 100%;
    min-height: 4.24rem;
    font-size: .6rem;
}
.Item-Small .ImgDiv img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
    border-style: none;
}
.Small-Info {
    padding: 0 .4rem;
}
.Small-Info .tit {
    line-height: .9rem;
    font-size: .6rem;
    font-family: PingFangSC-regular, sans-serif;
    margin: .5rem 0 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.vantPageSty {
    background-color: #fff;
    padding: .3rem 0 1rem;
    margin-bottom: .35rem;
    margin-top: -.1rem;
    width: 100%!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.van-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: .6rem!important;
}
.van-pagination__item:first-child {
    margin-left: 0!important;
    margin-right: .2rem!important;
}
.van-pagination__item--disabled, .van-pagination__item--disabled:active {
    color: #646566;
    background-color: #f7f8fa;
    cursor: not-allowed;
    opacity: .5;
}
.van-pagination__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    min-width: 36px;
    height: 40px;
    color: #1989fa;
    background-color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
.van-pagination__item, .van-pagination__page-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.van-hairline, .van-hairline--bottom, .van-hairline--left, .van-hairline--right, .van-hairline--surround, .van-hairline--top, .van-hairline--top-bottom {
    position: relative;
}
.van-pagination__item {
    height: 1.5rem!important;
    min-width: 1.5rem!important;
    margin: 0 .2rem!important;
    background-color: #f0f2f5!important;
    color: #697a91!important;
    border-radius: .2rem!important;
}
.van-pagination__next, .van-pagination__prev {
    padding: 0 .35rem!important;
}

.van-pagination__item--active {
    color: #fff!important;
    background-color: #697a91!important;
}
.goTop {
    position: fixed;
    right: .6rem;
    bottom: 4rem;
    background-color: #697a91;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: .2rem;
}
/**
menu end
search start
 */
.SearchWarpper{
    width: 16rem;
    margin: 0 auto;
}

.nav-bar .left {
    width: 2rem;
    float: left;
}

.nav-bar .right {
    width: 2rem;
    float: right;
}

.nav-bar .center {
    flex: 1;
    font-family: -apple-system, sans-serif;
}

.nav-bar img {
    height: .6rem;
    width: .6rem;
    vertical-align: middle;
}

.SearchDiv {
    position: fixed;
    top: 2.2rem;
    left: 0;
    padding: .5rem .65rem .35rem;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    z-index: 99;
}

.SearchDiv .SearchInput {
    border: .05rem solid #697a91;
    border-radius: 2rem;
    padding: 0 .8rem;
    width: 11.5rem;
    font-size: .6rem;
    margin-right: .35rem;
}

.SearchDiv .SearchBtu {
    background-color: #697a91;
    width: 3rem;
    height: 1.5rem;
    border-radius: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SearchBtu img {
    width: 1rem;
    height: 1rem;
}

.SearchSec {
    margin-top: 4.55rem;
}

.SearchTagsSty {
    min-height: calc(100vh - 12.25rem);
    width: 100%;
    padding: .5rem .65rem 1rem;
    background-color: #fff;
}

.SearchTagsSec .TagsItem {
    float: left;
    padding: .35rem .6rem;
    margin: 0 .7rem .7rem 0;
    box-shadow: 0 0.08rem 0.23rem 0 #eee;
    border-radius: .2rem;
    font-size: .6rem;
    color: #101010;
}

.PopularRecipesSty {
    height: 7.7rem;
    padding: 0 .25rem;
}

.cate-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: .6rem .4rem 0;
}

.cate-column .left {
    float: left;
    font-size: .7rem;
    font-family: PingFangSC-bold, sans-serif;
    font-weight: 700;
}

.cate-column .right {
    float: right;
    font-size: .55rem;
    font-family: PingFangSC-regular, sans-serif;
}

.cate-column .right, .cate-column .right a {
    color: #999;
}

.PopularRecipesSec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: .8rem .4rem 0;
}

.PopularItem {
    width: 31%;
}

.PopularItem .ImgDiv {
    width: 4.5rem;
    min-height: 3rem;
    font-size: .6rem;
}

.PopularItem .ImgDiv img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}

.ItemInfo .tit {
    line-height: .9rem;
    font-size: .6rem;
    font-family: PingFangSC-regular, sans-serif;
    margin: .2rem 0 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/**
search end
searchresult result
 */
.nav-bar {
    display: flex;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 16rem;
    z-index: 99;
    font-size: .75rem;
    color: #697a91;
    background-color: #fff;
}
/**
searchresult end
 */


.spon {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0.1rem;
}
.spon-head {
    float: left;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0.15rem;
    background-color: rgba(0,0,0,.1);
    border-bottom: 1px solid #aaaaaa;
}
.spon-head h2 {
    line-height: 0.8rem;
    color: #000;
    font-weight: 500;
    font-size: 0.4rem;
}
.spon-head h2:nth-child(2n) {
    font-size: 0.3rem;
}
.spon-item {
    width: 100%;
    border-radius: 0.1rem;
    float: left;
    background-color: rgba(0,0,0,.1);
}
.spon-item a {
    display: block;
}
.spon-item .icon-big {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.spon-item .content {
    padding: 0.15rem;
    background-color: rgba(0,0,0,.1);
    border-radius: 0 0 0.1rem 0.1rem;
}
.spon-item .content .title {
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.35rem;
    line-height: 0.7rem;
}
.spon-item .content .cate {
    color: #000;
    font-size: 0.3rem;
    opacity: .7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.spon-item a .icon {
    border-radius: 0.1rem;
    width: 5rem;
    height: 3.45rem;
    background-size: cover;
    background-position: center;
    background-color: rgba(0,0,0,0.3);
    margin: 0.1rem;
    padding: 0;
}
.spon-item .content-left {
    padding-left: 0.25rem;
    width: 10.5rem;
}
.spon-item .content-left .title {
    color: #000;
    margin: 0.3rem 0 0.1rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.5rem;
    line-height: 0.7rem;
    width: 10.5rem;

}
.spon-item .content-left .cate {
    color: #000;
    font-size: 0.5rem;
    opacity: .7;
    width: 10.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Firefox */
    display:-moz-box;
    -moz-box-orient:horizontal;
    /* Safari、Opera 以及 Chrome */
    display:-webkit-box;
    -webkit-box-orient:horizontal;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}