

*{
    margin: 0;
    padding: 0;
}
body{
    width: 100vw;
    height: 100vh;
/*    background: url("/static/mobile/img/beijing.png?v=121") no-repeat;*/
    border-radius: 0 0 20px 20px;
    opacity: 1;
/*    background-attachment: fixed;*/
/*    background-size: 100vw 100vh;*/
}
body:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('/static/mobile/img/beijing1.png?v=121');
    background-position: center;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
}

/*主体内容*/
.main{
    margin: 14px 15px 0 15px;
    position: relative;
    top:0;
}
/*第一个*/
.each_first{
    width: calc(100vw - 30px);
    height: 273px;
    background: #fff;
    border-radius: 14px 14px 14px 14px;
    opacity: 1;
}
.first_img{
    width: calc(100vw - 30px);
    height: 138px;
}
.first_img img{
    width: calc(100vw - 30px);
    height: 138px;
    border-radius: 14px 14px 0 0;
    opacity: 1;
}
.first_title img{
    width: 69px;
    height: 69px;
    border-radius: 0 0 0 0;
    opacity: 1;
    position: absolute;
    top: 116px;
    left: 20px;
    border: 3px solid #B35751;
    border-radius: 50%;
}
.title{
    padding-left: 107px;
    padding-top: 5px;
    /*让超出部分自动变成省略号*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title p:first-child{
    height: 21px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 21px;
    margin-bottom: 4px;
    padding-right: 5px;
    /*让超出部分自动变成省略号*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title p:last-child{
    height: 14px;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #B35751;
    line-height: 14px;
    padding-right: 5px;
    /*让超出部分自动变成省略号*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.first_text{
    width: calc(100vw - 70px);
    position: relative;
    top: 20px;
    left: 20px;
}
.first_text_te{
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #555555;
    line-height: 18px;
    text-indent: 2em;
    /*一共显示几行，超出部分隐藏*/
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示行数 */
    -webkit-box-orient: vertical; /* 垂直排列文本 */
    overflow: hidden;
    text-overflow: ellipsis;/*出现省略号*/
}
.first_text_ex {
    width: calc(100vw - 70px);
    text-align: center;
    line-height: 15px;
    position: absolute;
    bottom: -25px;
}
.expand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.expand span {
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    cursor: pointer;
}
.expand img {
    width: 6px;
    height: 3px;
    margin: 6px 0 5px 3px;
}
/*正常主体内容*/
.each{
    width: calc(100vw - 30px);
    height: 106px;
    background: #fff;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    box-shadow: 0px 0px 5px #f2f2f2;
}
/*图片*/
.each_img{
    width: 115px;
    height: 86px;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    padding: 10px;
}
.each_img img{
    width: 115px;
    height: 89px;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
}
/*简介*/
.each_title{
    margin: 10px 20px 10px 0;
}
.title_first{
    width: calc(100vw - 185px);
    height: 21px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 21px;
    /*让超出部分自动变成省略号*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.title_sce{
    width: calc(100vw - 185px);
    min-height: 35px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
    margin-top: 4px;
    /*两行满了变成省略号*/
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 显示行数 */
    -webkit-box-orient: vertical; /* 垂直排列文本 */
    overflow: hidden;
    text-overflow: ellipsis;
}
/*最下面一行*/
.each_sv{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*潮汕特产*/
.each_spe{
    height: auto;
    background: #E9E9E9;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    white-space: nowrap; /* 防止换行 */
}
.each_spe p{
    width: auto;
    height: auto;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #7F7B7B;
    line-height: 14px;
    padding: 4px 5px;
    /*让超出部分自动变成省略号*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*浏览量*/
.each_view{
    white-space: nowrap; /* 防止换行 */
}
.view_img{
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}
.view_img img{
    vertical-align: top;
    width: 12px;
    height: 12px;
}
.view_p{
    display: inline-block;
    height: 14px;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    /*!*让超出部分自动变成省略号*!
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
/*广告*/
.each_ad{
    width: calc(100vw - 30px);
    height: 109px;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    margin-top: 10px;
    position: relative;
}
.ad_img img{
    width: calc(100vw - 30px);
    height: 109px;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
}
.ad_text{
    width: 34px;
    height: 19px;
    background: rgba(0,0,0,0.2);
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ad_text p{
    font-size: 13px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 17px;
}

/*空div*/
.kong{
    width: 100vw;
    height: 60px;
}












