@charset "UTF-8";

/* 顶部区域 */

.top {
    color: #EADFD0;
    padding: 12px 20px;
    font-size: 14px;
    background-color: var(--colors-black);
    position: relative;
}

.top .language {
    position: absolute;
    right: 104px;
    top: 50%;
    transform: translateY(-50%);
}

.top .language a {
    color: #EADFD0;
    text-decoration: none;
}

.top select {
    border: none;
    color: #EADFD0;
    background-color: var(--colors-black);
}

.top select:focus {
    border: none;
    outline: none;
}

.top .language img {
    width: 26px;
    margin-right: 8px;
    border-radius: 1px;
    vertical-align: middle;
}


/* 导航栏 */

.nav-var {
    position: fixed;
    top: 74px;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 96%;
    z-index: 9999;
}

.nav-var .logo {
    width: 110px;
    padding: 10px 15px;
    background-color: #FBF6EE;
    border-radius: 12px;
}

.nav-var .logo .img {
    width: 125px;
}

.nav-var .right .bar {
    border-radius: 12px;
    padding-left: 10px;
    background-color: #FBF6EE;
}

.nav-var .right .bar .item {
    padding: 21px 10px;
    color: #000;
    text-decoration: none;
}

.nav-var .right .bar .item:hover {
    color: red;
    text-decoration: underline;
}

.nav-var .right .bar .item.active {
    color: red;
}

.nav-var .right .bar .buy {
    color: #fff;
    border-radius: 6px;
    padding: 12px 20px;
    background-color: #1E1406;
    margin-right: 7px;
}

.nav-var .right .bar .buy .img {
    width: 25px;
    height: 25px;
}

.nav-var .right .expand {
    margin-left: 10px;
    border-radius: 12px;
    padding: 10px;
    cursor: pointer;
    background-color: #FBF6EE;
}

.nav-var .right .expand img {
    width: 40px;
    height: 40px;
}

.nav-var .expand2 {
    display: none;
}

/* 折叠导航 */

.shade {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
    color: #fff;
    padding-top: 150px;
    z-index: 500;
}

/* 遮罩 */
@keyframes slide-down {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-down-hide {
    from {
        transform: translateY(0);
        opacity: 1;
    }

    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.slide-down {
    animation: slide-down 1.5s ease forwards;
}

.slide-down-hide {
    animation: slide-down-hide 1.5s ease forwards;
}

.shade .lists {
    width: 96%;
    margin: 0 auto;
}

.shade .lists a {
    font-size: 38px;
    text-decoration: none;
    padding: 30px 0;
    color: #fff;
    border-bottom: 1px solid #333;
}

/* 面包屑 */

.crumb {
    width: 95%;
    color: #000;
    margin: 40px auto;
}

.crumb a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
}

.crumb a:not(:last-child) {
    color: #9D9589;
}

.crumb a:hover {
    text-decoration: underline;
}

/* 服务 */

.container-pub {
    background-color: #f8eddd;

}

.wrap-pub {
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
    height: 168px;
    /* padding-top: 40px;
    padding-bottom: 40px; */

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.service .item {
    width: 20%;
}

.service .item .name {
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.service .item .intro {
    width: 90%;
    height: 60px;
    font-size: 13px;
    margin-top: 10px;
    line-height: 20px;
}

/* 准备好出发了吗？ */

.dream {
    padding-top: 20px;
    background-color: #FBF6EE;
}

.dream .title {
    font-size: 45px;
    margin: 50px 0;
}

.dream .content {
    width: 75%;
    color: #333;
    margin: 0 auto;
    font-size: 15px;
}

.dream .content div:not(:last-child) {
    margin-bottom: 20px;
}

.dream .pic {
    margin-top: 40px;
    margin-bottom: 80px;
}

.dream .pic .item {
    width: 280px;
    height: 400px;
    color: #fff;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
}

.dream .pic .item:not(:last-child) {
    margin-right: 80px;
}

.dream .pic .name {
    font-size: 32px;
    margin-bottom: 10px;
}

.dream .pic .btn {
    width: 150px;
    padding: 6px 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 4px;
}

.dream .pic .btn:hover {
    color: #333;
    background-color: #fff;
}

/* join dream */

.five {
    align-items: end;
    font-size: 90px;
}

.five img {
    width: 500px;
    margin: 0 10px 0 20px;
}

.wrap {
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 200px;
    padding-bottom: 90px;
}

.wrap .score {
    margin-top: 100px;
    width: 260px;
    height: 42px;
    background-color: #fbf6ee;
    border-radius: 4px;
}

.wrap .jiqi {
    font-size: 48px;
    margin-top: 30px;
}

.celebrity {
    margin-top: 60px;
    margin-bottom: 160px;
}


.celebrity .item {
    width: 17%;
}

.celebrity .item:not(:first-child) {
    margin-left: 30px;
}

.celebrity video {
    width: 100%;
    border-radius: 12px;
}

.celebrity .item .movie {
    position: relative;
    margin-bottom: 20px;
}

.celebrity .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    padding: 8px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.celebrity .item p {
    height: 60px;
    line-height: 1.3;
    font-size: 13px;
    margin-top: 25px;
    overflow-y: hidden;
}

.cooperate .left {
    font-size: 20px;
}

.cooperate .right .img {
    width: 80px;
    height: 80px;
}

.cooperate .right .img:not(:first-child) {
    margin-left: 20px;
}


/* 底部样式 */

.footer {
    padding: 100px 100px 50px 60px;
    background-color: #1E1406;
}


.footer .above {
    padding-right: 30px;
}

.footer .above .left .case {
    width: 240px;
    height: 32px;
    color: #FFFFFF;
    background-color: #43382A;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 14px;
}

.footer .above .left .case img {
    margin-right: 4px;
}

.footer .above .left .family {
    margin-top: 40px;
}

.footer .above .right {
    color: #FFFFFF;
}

.footer .above .right .item:not(:first-child) {
    margin-left: 150px;
}

.footer .above .right .item {
    color: #D8CEC1;
}

.footer .above .right .item .title {
    font-size: 18px;
}

.footer .above .right li {
    margin-top: 25px;
    color: #9b8c78;
    font-size: 14px;
}

.footer .above .right li a {
    color: #9b8c78;
    text-decoration: none;
}

.footer .below {
    margin-top: 200px;
}

.footer .below-top {
    align-items: end;
    justify-content: space-between;
}

.footer .below-top .name {
    font-size: 136px;
    color: #F8EDDD;
}

.footer .below-top .qrcode {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 5px;

}

.footer .below-top .mobile {
    color: #9B8C78;
    font-size: 14px;
    line-height: 1.8;
}

.footer .below-bottom {
    font-size: 13px;
    margin-top: 40px;
}

.footer .below-bottom,
.footer .below-bottom a {
    color: #9B8C78;
    text-decoration: none;
}

.footer .below-bottom .policy div:not(:first-child) {
    margin-left: 20px;
}