/* 导航 */

.nav-var {
    top: 59px;
}

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

/* 第一部分 */

.expert h2 {
    width: 95%;
    margin: 10px auto 20px;
}

.expert .card {
    display: flex;
    justify-content: space-between;
    height: 800px;
    color: #fff;
    box-sizing: border-box;
    padding: 150px 110px 0 86px;
    background-repeat: no-repeat;
    background-size: cover;
}

.expert .tips {
    font-size: 48px;
    margin-right: 20px;
}

.expert .intro {
    width: 500px;
    font-size: 15px;
    line-height: 32px;
}

.expert .intro strong {
    font-size: 1.1rem;
}

.expert .intro ul a {
    color: #fff;
}

/* 科学依据 */

.accord {
    color: #fff;
    height: 800px;
    padding-top: 150px;
    padding-bottom: 60px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: space-between;
}

.accord-top {
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
}

.accord-top .left {
    font-size: 68px;
    margin-right: 40px;
}

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

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

/* 第二部分 */

.process {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #FBF6EE;
}

.process .item {
    padding-left: 50px;
    padding-right: 104px;
}

.process .item:not(:first-child) {
    margin-top: 59px;
}

.process .item img {
    width: 480px;
    height: 480px;
    object-fit: cover;
    border-radius: 2px;
}

.process .item img,
.process .item>div {
    flex: 1;
}

.process .item:nth-child(odd) img {
    margin-right: 40px;
}

.process .item:nth-child(even) img {
    margin-left: 40px;
}

.process .item .name {
    color: #000;
    font-size: 48px;
}

.process .item p {
    margin-top: 50px;
}

/* 第三部分 */

.sense {
    position: relative;
    height: 800px;
    text-align: center;
    /* background-image: url("/tpl/pc/img/bg_mixed.png");
    background-repeat: no-repeat;
    background-size: cover; */
}

.sense img {
    width: 28px;
    height: 28px;
    margin-top: 260px;
    margin-bottom: 10px;
}

.sense .intro {
    margin-top: 30px;
    font-size: 30px;
    width: 670px;
    margin: 30px auto 0;
}

/* 第四部分 */

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

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

/* 第五部分 */

.container {
    /* background-color: #FBF6EE; */
    background-color: #f8eddd;
}

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

/* 探索 */

.explor {
    color: #fff;
    height: 800px;
    padding-top: 225px;
    box-sizing: border-box;
    background-image: url("/tpl/pc/img/bg_star.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.explor .probe,
.explor .aware {
    font-size: 80px;
}

.explor .probe {
    margin-bottom: 5px;
}

.explor .try {
    margin: 25px auto 0;
    width: 360px;
    height: 60px;
    line-height: 60px;
    color: #241808;
    border-radius: 8px;
    font-size: 18px;
    background-color: #fff;
    text-decoration: none;
}

.explor .try img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.machine-video {
    position: absolute;
    width: 100%;
    height: calc(100% + 2px);
    top: -2px;
    bottom: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}