/* 公共样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.tmu_container ul, li {
    list-style: none;
}
.tmu_container a {
    text-decoration: none;
    color: inherit;
}
.tmu_container img{
    width: 100%;
    display: block;
}
.tmu_container video{
    width: 100%;
    display: block;
}
.tmu_container h3 {
    font-weight: 400;
    font-size: 2.916667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
}
.tmu_container h4 {
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
}
.tmu_container p {
    font-weight: 400;
    font-size: 1.041667vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
}
.tmu_container {
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    padding-top: 72px;
}
@media screen and (max-aspect-ratio: 11 / 10) {
    .tmu_container {
        padding-top: 56px;
    }
}
.tmu_container .tmu_section {
    padding: 5vw 0;
}
.tmu_container .tmu_content {
    width: 62.5vw;
    margin: 0 auto;
}
.tmu_container.no-inline-video .video-fallback{
  display: block;
}
.video-fallback {
    display: none;
}
.tmu_container.no-inline-video video {
    display: none;
}
.tmu_container .blur-up {
    filter: blur(20px);
    transition: filter .2s;
    will-change: filter;
}
.tmu_container .blur-up.lazyloaded {
    filter: blur(0);
}
.tmu_container .hidden-mob {
    display: block;
}

@media screen and (max-aspect-ratio: 11 / 10) {
    .tmu_container .tmu_section {
        padding: 13.333333vw 0;
    }
    .tmu_container .tmu_content {
        width: 86.666667vw;
    }
    .tmu_container h3 {
        font-size: 6.666667vw;
    }
    .tmu_container h4 {
        font-size: 6.666667vw;
    }
    .tmu_container p {
        font-size: 3.888889vw;
    }
    .tmu_container .hidden-mob {
        display: none;
    }
}
/* 公共样式 */



/* nav start */
nav {
    position: relative;
    padding: 0 80px;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    background-color: #1F2122;
    font-size: 16px;
    z-index: 15;
    color: #fff;
}
@media (min-width: 992px) {
    body.header-fixed nav {
        top: 72px;
        transition: all .5s;
    }
}
@media (max-width: 991px) {
    nav {
        padding: 0 17px;
        top: 56px;
        min-height: 40px;
        height: auto;
        font-size: 12px;
    }
}
/* nav end */



/* kv start */
.tmu_container .tmu_kv {
    width: 100%;
    position: relative;
}
.tmu_container .tmu_kv_text {
    position: absolute;
    left: 18.75vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: fit-content;
    height: fit-content;
}
.tmu_container .tmu_kv_text h1 {
    margin-top: .625vw;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 2.916667vw;
    line-height: 1.2;
}
.tmu_container .tmu_kv_text p:nth-of-type(2) {
    font-size: .833333vw;
    margin-top: .625vw;
}


@media screen and (max-aspect-ratio: 11 / 10) {
    .tmu_container .tmu_kv_text {
        top: 11.111111vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 86.666667vw;
        text-align: center;
    }
    .tmu_container .tmu_kv_text h1 {
        margin-top: 2.222222vw;
        font-size: 6.666667vw;
        line-height: 1.5;
    }
    .tmu_container .tmu_kv_text p:nth-of-type(2) {
        font-size: 3.333333vw;
        margin-top: 2.222222vw;
    }
}
/* kv end */



/* s2 start */
.tmu_container .tmu_content_s2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tmu_container .tmu_points_item {
    position: relative;
    border-radius: .416667vw;
    overflow: hidden;
    width: 30.625vw;
}
.tmu_container .tmu_points_item:nth-child(1) {
    width: 30.625vw;
}
.tmu_container .tmu_points_item:nth-child(2) {
    width: 30.625vw;
    height: fit-content;
}
.tmu_container .tmu_points_item:nth-child(3) {
    width: 30.625vw;
    margin-left: 31.875vw;
    margin-top: -14.6875vw;
}
.tmu_container .tmu_points_item img {
    transition: .5s;
}
.tmu_container .tmu_points_item:hover picture img {
    transform: scale(1.1);
}
.tmu_container .tmu_points_item .anchor {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
}
.tmu_container .tmu_points_item_text {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 1.666667vw;
    background-image: linear-gradient(to bottom,rgba(19, 22, 30, 0) 0%,rgba(19, 22, 30, 1) 100%);
}
.tmu_container .tmu_points_item_text p {
    margin-top: 1.041667vw;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1.5;
}
.tmu_container .tmu_points_item_pointIcon{
    width: 2.916667vw;
    height: 2.916667vw;
    position: absolute;
    right: 1.666667vw;
    bottom: 1.145833vw;
    z-index: 2;
}
  

@media screen and (max-aspect-ratio: 11 / 10) {
    .tmu_container .tmu_content_s2 {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .tmu_container .tmu_points_item {
        width: 100%;
        border-radius: 2.222222vw;
    }
    .tmu_container .tmu_points_item:nth-child(1) {
        width: 100%;
    }
    .tmu_container .tmu_points_item:nth-child(2) {
        width: 100%;
        margin-top: 3.333333vw;
    }
    .tmu_container .tmu_points_item:nth-child(3) {
        width: 100%;
        margin-left: 0;
        margin-top: 3.333333vw;
    }
    .tmu_container .tmu_points_item_text {
        width: 73.333333vw;
        bottom: 6.666667vw;
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 2.222222vw 0;
        background-image: linear-gradient(to bottom,transparent 0%,transparent 100%);
    }
    .tmu_container .tmu_points_item_text p {
        margin-top: 0;
        font-size: 4.444444vw;
    }
    .tmu_container .tmu_points_item_pointIcon{
        width: 11.111111vw;
        height: 11.111111vw;
        right: 6.666667vw;
        bottom: 6.666667vw;
    }
}
/* s2 end */



/* s3 start */
.tmu_container .tmu_title {
    width: 41.25vw;
    margin: 0 auto;
    text-align: center;
}
.tmu_container .tmu_title p {
    margin-top: .625vw;
}
.tmu_container .tmu_video {
    width: 100%;
    margin-top: 2.5vw;
    border-radius: .416667vw;
    overflow: hidden;
}


@media screen and (max-aspect-ratio: 11 / 10) {
    .tmu_container .tmu_title {
        width: 100%;
        text-align: left;
    }
    .tmu_container .tmu_title p {
        margin-top: 2.222222vw;
    }
    .tmu_container .tmu_video {
        margin-top: 6.666667vw;
        border-radius: 2.222222vw;
    }
}
/* s3 end */



/* s4 start */
.tmu_container .tmu_content_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.tmu_container .tmu_video_flex {
    width: 30.625vw;
    border-radius: .416667vw;
    overflow: hidden;
}
.tmu_container .tmu_title_flex {
    width: 25.3125vw;
}
.tmu_container .tmu_title_flex p {
    margin-top: .416667vw;
}


@media screen and (max-aspect-ratio: 11 / 10) {
    .tmu_container .tmu_content_flex {
        flex-direction: column-reverse;
    }
    .tmu_container .tmu_video_flex {
        width: 100%;
        border-radius: 2.222222vw;
        margin-top: 6.666667vw;
    }
    .tmu_container .tmu_title_flex {
        width: 100%;
    }
    .tmu_container .tmu_title_flex p {
        margin-top: 2.222222vw;
    }
}
/* s4 end */



/* s5 start */


@media screen and (max-aspect-ratio: 11 / 10) {
    .tmu_container .tmu_content_flex.tmu_content_flex_direction {
        flex-direction: column;
    }
}
/* s5 end */



/* s6 start */


@media screen and (max-aspect-ratio: 11 / 10) {
    
}
/* s6 end */



/* s7 start */


@media screen and (max-aspect-ratio: 11 / 10) {
    
}
/* s7 end */



/* s8 start */


@media screen and (max-aspect-ratio: 11 / 10) {
    
}
/* s8 end */



/* s9 start */


@media screen and (max-aspect-ratio: 11 / 10) {
    
}
/* s9 end */



/* s10 start */


@media screen and (max-aspect-ratio: 11 / 10) {
    
}
/* s10 end */



/* s11 start */
.tmu_container .tmu_inner_s11 {
    width: 100%;
    margin-top: 5vw;
}
.tmu_container .tmu_inner_s11_table {
    width: 100%;
}
.tmu_container .tmu_inner_s11_table_title {
    padding-bottom: 1.145833vw;
    border-bottom: .104167vw solid rgba(255, 255, 255, 0.2);
    display: flex;
}
.tmu_container .tmu_inner_s11_table_title p {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 1.041667vw;
    line-height: 1.5;
}
.tmu_container .tmu_inner_s11_table_title p:nth-of-type(1) {
    margin-left: 3.125vw;
    width: 28.75vw;
}
.tmu_container .tmu_inner_s11_table_title p:nth-of-type(2) {
    margin-left: 1.25vw;
    margin-right: 3.125vw;
}
.tmu_container .tmu_inner_s11_table_item {
    padding: .833333vw 3.125vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    flex-direction: row;
}
.tmu_container .tmu_inner_s11_table_item span {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    display: inline-block;
}
.tmu_container .tmu_inner_s11_table_item span:nth-of-type(1) {
    margin-right: 1.25vw;
    min-width: 28.75vw;
}
.tmu_container .tmu_inner_s11_table_item span:nth-of-type(2) {
    flex-grow: 1;
}
.tmu_container .tmu_inner_s11_note {
    width: 100%;
    margin-top: 2.5vw;
}
.tmu_container .tmu_inner_s11_note p {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: .729167vw;
    line-height: 1.5;
}
.tmu_container .tmu_inner_s11_download {
    width: 100%;
    margin-top: 2.5vw;
    border-radius: .416667vw;
    background-color: rgba(255, 255, 255, 0.07);
    padding: .625vw 3.125vw;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tmu_container .tmu_inner_s11_download img {
    width: 1.5625vw;
    height: 1.5625vw;
}
.tmu_container .tmu_inner_s11_download a:nth-of-type(1) {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: .833333vw;
    line-height: 1.5;
    margin-left: .625vw;
    cursor: pointer;
}
.tmu_container .tmu_inner_s11_download a:nth-of-type(2) {
    cursor: pointer;
    margin-left: .625vw;
}
.tmu_container .tmu_inner_s11_download a:nth-of-type(2) svg {
    width: 1.041667vw;
    height: 1.041667vw;
    vertical-align: middle;
}

@media screen and (max-aspect-ratio: 11 / 10) {
    .tmu_container .tmu_title_s11 {
        text-align: center;
    }
    .tmu_container .tmu_inner_s11 {
        margin-top: 13.333333vw;
    }
    .tmu_container .tmu_inner_s11_table_title {
        padding-bottom: 2.222222vw;
        border-bottom: 0.85px solid rgba(255, 255, 255, 0.2);
    }
    .tmu_container .tmu_inner_s11_table_title p {
        font-size: 3.333333vw;
    }
    .tmu_container .tmu_inner_s11_table_title p:nth-of-type(1) {
        margin-left: 3.333333vw;
        width: 38.888889vw;
    }
    .tmu_container .tmu_inner_s11_table_title p:nth-of-type(2) {
        margin-left: 2.222222vw;
        margin-right: 3.333333vw;
    }
    .tmu_container .tmu_inner_s11_table_item {
        padding: 3.611111vw 3.333333vw 3.333333vw;
        border-bottom: .43px solid rgba(255, 255, 255, 0.2);
        display: flex;
        flex-direction: row;
    }
    .tmu_container .tmu_inner_s11_table_item span {
        font-size: 3.333333vw;
        color: rgba(255, 255, 255, 0.6);
    }
    .tmu_container .tmu_inner_s11_table_item span:nth-of-type(1) {
        width: 38.888889vw;
        margin-right: 2.222222vw;
    }
    .tmu_container .tmu_inner_s11_table_item span:nth-of-type(2) {
        width: 38.888889vw;
    }
    .tmu_container .tmu_inner_s11_note {
        margin-top: 6.666667vw;
    }
    .tmu_container .tmu_inner_s11_note p {
        font-size: 3.333333vw;
    }
    .tmu_container .tmu_inner_s11_download {
        margin-top: 6.666667vw;
        border-radius: 2.222222vw;
        padding: 6.666667vw;
    }
    .tmu_container .tmu_inner_s11_download img {
        width: 10vw;
        height: 10vw;
    }
    .tmu_container .tmu_inner_s11_download a:nth-of-type(1) {
        font-size: 3.333333vw;
        margin-left: 2.777778vw;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
    .tmu_container .tmu_inner_s11_download a:nth-of-type(2) {
        margin-left: 2.777778vw;
    }
    .tmu_container .tmu_inner_s11_download a:nth-of-type(2) svg {
        width: 3.888889vw;
        height: 3.888889vw;
        vertical-align: baseline;
    }
}
/* s11 end */



/* s12 start */
.tmu_container .tmu_inner {
    width: 100%;
    margin-top: 2.5vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.tmu_container .tmu_inner_item{
    width: 30.625vw;
    border-radius: .416667vw;
    padding: 2.5vw 1.25vw;
    background-color: rgba(108, 108, 108, 0.25);
}
.tmu_container .tmu_inner_item:hover {
    background-color: rgba(40, 40, 40, 1);
}
/* .tmu_container .tmu_inner_item:nth-of-type(1) {
    background-color: rgba(40, 40, 40, 1);
}
.tmu_container .tmu_inner_item:nth-of-type(2) {
    background-color: rgba(108, 108, 108, 0.25);
} */
.tmu_container .tmu_inner_item_img {
    width: 10.416667vw;
    margin: 0 auto;
}
.tmu_container .tmu_inner_item h4 {
    margin-top: 2.1875vw;
    font-weight: 700;
    font-size: 1.25vw;
    text-align: center;
}
.tmu_container .tmu_inner_item p {
    margin-top: .833333vw;
    font-size: .833333vw;
    text-align: center;
}
.tmu_container .tmu_inner_item a {
    display: block;
    width: 5vw;
    margin: 0 auto;
    margin-top: 4.0625vw;
    border-radius: .208333vw;
    background-color: rgba(45, 45, 45, 1);
    padding: .494792vw 1.041667vw;
    font-weight: 400;
    font-size: .729167vw;
    line-height: 1.5;
    color: rgba(255, 255, 255, 1);
}
.tmu_container .tmu_inner_item a:hover {
    background-color: #fff;
    color: rgba(45, 45, 45, 1);
}

@media screen and (max-aspect-ratio: 11 / 10) {
    .tmu_container .tmu_title_s12 {
        text-align: center;
    }
    .tmu_container .tmu_inner {
        margin-top: 13.333333vw;
    }
    .tmu_container .tmu_inner_item {
        width: 42.222222vw;
        border-radius: 2.222222vw;
        padding: 6.666667vw 2.222222vw;
        background-color: rgba(27, 27, 27, 1);
    }
    .tmu_container .tmu_inner_item:hover {
        background-color: rgba(40, 40, 40, 1);
    }
    /* .tmu_container .tmu_inner_item:nth-of-type(2) {
        background-color: rgba(27, 27, 27, 1);
    } */
    .tmu_container .tmu_inner_item_img {
        width: 30vw;
    }
    .tmu_container .tmu_inner_item h4 {
        margin-top: 2.222222vw;
        font-size: 3.888889vw;
    }
    .tmu_container .tmu_inner_item p {
        margin-top: 2.222222vw;
        font-size: 3.333333vw;
    }
    .tmu_container .tmu_inner_item a {
        width: 24.444444vw;
        margin-top: 7.5vw;
        border-radius: 1.111111vw;
        padding: 1.388889vw 5.555556vw;
        font-size: 3.333333vw;
        background-color: rgba(45, 45, 45, 1);
        color: rgba(255, 255, 255, 1);
    }
    .tmu_container .tmu_inner_item a:hover {
        background-color: rgba(255, 255, 255, 1);
        color: rgba(0, 0, 0, 0.9);
    }
    /* .tmu_container .tmu_inner_item:nth-of-type(1) a {
        background-color: rgba(255, 255, 255, 1);
        color: rgba(0, 0, 0, 0.9);
    }
    .tmu_container .tmu_inner_item:nth-of-type(2) a {
        background-color: rgba(45, 45, 45, 1);
        color: rgba(255, 255, 255, 1);
    } */
}
/* s12 end */





/* 锚点 start */
.tmu_container .section-side-points {
    position: fixed;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    z-index: 1000;
    overflow: hidden;
}

.tmu_container .section-side-points .points-content {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, .3);
    opacity: 0;
    transition: all .3s ease;
}

.tmu_container .section-side-points .points-content .points-item {
    padding: 2px 0;
    margin-left: 18px;
    font-size: 12px;
    line-height: 1.5;
    opacity: 0;   
}

.tmu_container .section-side-points .points-content .points-active {
    opacity: 1;
}

.tmu_container .section-side-points .points-content .style__elevator-stop___3SUjz {
    opacity: 0
}
.tmu_container .section-side-points .points-content .points-item span {
    color: rgba(255, 255, 255, 0.4);
}
.tmu_container .section-side-points .points-content .points-active span,
.tmu_container .section-side-points .points-content .points-item:hover span {
    color: #fff
}

.tmu_container .section-side-points .points-content .points-item+* {
    margin-top: 16px
}

.tmu_container .section-side-points .points-content:hover .points-item {
    transition: all .3s ease;
    opacity: 1
}

.tmu_container .section-side-points .points-content:hover .style__elevator-stop___3SUjz {
    opacity: 1
}

.tmu_container .section-side-points .points-line {
    position: absolute;
    width: 2px;
    height: 22px;
    left: 0;
    background-color: #fff;
    top: -22px;
    opacity: 0;
    transition: all .3s ease
}

.tmu_container .points-dark .points-content {
    border-color: rgba(0,0,0,.3);
}

.tmu_container .points-dark .points-content .points-item span {
    color: rgba(0,0,0,.4)
}

.tmu_container .points-dark .points-content .points-active span,
.tmu_container .points-dark .points-content .points-item:hover span {
    color: #000;
}

.tmu_container .points-dark .points-line {
    background-color: #000;
}

.tmu_container .points-show .points-content {
    opacity: 1
}

.tmu_container .points-show .points-content .points-item {
    cursor: pointer
}

.tmu_container .points-show .points-line {
    opacity: 1
}

@media (max-width: 991px) {
    .tmu_container .section-side-points {
        display: none;
    }
}
/* 锚点 end */
