/* 导航 */

.nav-var {
    top: 59px;
}

.crumb {
    margin: 108px auto 40px !important;
}

.head {
    width: 95%;
    margin: 40px auto;
}

.head h2 {
    font-size: 35px;
}

/* 科学依据 */

.accord {
    color: #fff;
    height: 800px;
    padding-top: 125px;
    padding-bottom: 60px;
    box-sizing: border-box;
    background-image: url("/tpl/pc/img/comments/banner.png");
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: space-between;
}

.accord-top {
    padding: 0 60px;
}

.accord-top .left {
    font-size: 72px;
}

.accord-top .right {
    width: 400px;
    font-size: 15px;
    line-height: 32px;
}

.accord-top .right div:not(:last-child) {
    margin-bottom: 15px;
}

/* 评分 */

.excellent {
    padding-top: 50px;
    background-color: #FBF6EE;
}

.excellent .img {
    width: 25px;
    height: 25px;
}

/* 科学支持的技术 */

.science {
    padding: 50px 0;
    background-color: #FBF6EE;
}

.science .title {
    font-size: 48px;
    margin-bottom: 30px;
}

.science .list {
    color: #fff;
}

.science .list .item {
    position: relative;
    padding: 0 50px;
}

.science .list .item:not(:last-child):after {
    content: '';
    /* 设置内容为空 */
    position: absolute;
    /* 绝对定位 */
    top: 50%;
    transform: translateY(-50%);
    /* 从顶部开始 */
    right: 0;
    /* 从右侧开始 */
    bottom: 0;
    /* 到底部结束 */
    width: 1px;
    height: 80%;
    /* 边框宽度 */
    background-color: #D2C8BA;
    /* 边框颜色 */
}

.science .item .percent {
    margin-bottom: 20px;
    font-size: 48px;
    color: #000;
}

.science .item .intro {
    color: #000;
    font-size: 16px;
    width: 234px;
}

/* 第五部分 */

.score {
    margin-top: 20px;
}

.container {
    background-color: #F8EEDE;
}

.celebrity {
    margin-bottom: 0px !important;
}

.container-pub {
    background-color: #F8EEDE;
}

/* 第四部分 */

.eyes {
    color: #fff;
    font-size: 60px;
    height: 800px;
    line-height: 800px;
    position: relative;
}

.fullscreenvideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}