@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;
}
.DetailsWarpper {
    width: 16rem;
    margin: 0 auto;
    background-color: #fff;
}

.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: 0.6rem 0.5rem 0 0.5rem;
    border-top: 1px solid #eee;
    margin-top: 15px;
}

.MenuInfo .tit {
    font-size: .75rem;
    font-family: PingFangSC-bold, sans-serif;
    font-weight: 600;
    text-align: left;
    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;
    border-top: 1px solid #eee;
}

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

.RelatedSec {
    width: 100%;
    padding: 0 .2rem;
    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%;
}

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

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

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

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

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

.spon {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0.1rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#spon2{margin-bottom:0.5rem}
.spon-head {
    float: left;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0.15rem 0.5rem;
    border-bottom: 1px solid #eee;
}
.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;
    float: left;
    background-color: #fff;
    padding: 0;
}
.spon-item a {
    display: block;
}
.spon-item .icon-big {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.spon-item .content {
    padding: 0.15rem 0.5rem;
    background-color: #fff;
    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;
    line-height: 0.6rem;
    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.5rem;
}
.spon-item .content-left {
    padding-left: 0.25rem;
    width: 9rem;
}
.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: 9rem;

}
.spon-item .content-left .cate {
    color: #000;
    font-size: 0.5rem;
    opacity: .7;
    width:9rem;
    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;
}


.thumbnails-m-aa,.thumbnails-m-mid{padding:0 0 !important;}

.thumbnails-m-mid{border-bottom: 1px solid #eee !important;border-top: 1px solid #eee !important; margin-bottom:0.5rem!important; }

.thumbnails-m-aa .trc_rbox_header,.thumbnails-m-mid .trc_rbox_header{font-size: 0.4rem !important;  padding: 0.15rem 0.5rem  !important;}
.thumbnails-m-aa .syndicatedItem .video-title{font-size: 0.35rem !important;}

.thumbnails-m-aa .video-label-box{padding: 0.15rem 0.5rem;border-bottom: 1px solid #eee;}
.thumbnails-m-mid .video-label-box{padding: 0.15rem 0.5rem;}
.thumbnails-m-mid .syndicatedItem .video-title{font-size: 0.4rem !important; }

.thumbnails-m-mid .videoCube.syndicatedItem{margin-bottom:0 !important}

.readMore {
     border-radius: 1rem;
     color: #1950a6;
     font-size: 0.7rem;
     padding: 0.5rem;
     float: left;
    margin-bottom: 0.5rem;
 }

.previous-article{
    width: 40%;
    height: 3.6rem;
    background-color: rgb(255, 171, 171);
    display: flex;
    padding: 0 0.5rem;
}

.next-article{
    height: 3.6rem;
    background-color: rgb(137, 238, 248);
    display: flex;
    width: 59%;
    margin: 0px 0px 0px 1%;
    padding: 0 0.5rem;
}

.previous-article-main {
    width: 90%;
    padding-left: 5px;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    padding: 0.2rem 0;
}

.previous-title ,.next-title{
    color: #707070;
    font-size: 0.5rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
