﻿body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 90vh;
    min-width: 1280px;
    user-select: none;
    padding-bottom: 0
}

.jingmiantext {
    height: calc(600px - 220px);
    width: 350px;
    display: inline-block
}

.jingmiantext_tab {
    position: relative;
    top: 150px;
    color: #fff;
    text-align: center;
    font-size: 16px
}

.filter_go {
    width: 60px;
    background-color: #15659b;
    border: 0;
    height: 20px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    left: 80px;
    cursor: pointer
}

.compare_go {
    width: 60px;
    background-color: #15659b;
    border: 0;
    height: 20px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    left: 80px;
    cursor: pointer
}

.new_product {
    text-align: LEFT;
    padding-left: 40PX
}

.app_link {
    text-align: right;
    margin-top: 20px;
    height: 40px;
    padding-right: 40px
}

    .app_link img {
        display: inline-block;
        width: 140px;
        height: 45px;
        cursor: pointer
    }

    .app_link h2 {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        position: relative;
        top: -15px;
        padding-right: 20px
    }

.search_center_container {
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    top: 35%;
    z-index: 0
}

.search_element {
    width: 500px;
    height: 50px;
    display: inline-block;
    text-align: left;
    padding-left: 10px;
    background-color: #d3d3d39e;
    border-radius: 10px
}

    .search_element input {
        height: 30px;
        width: 400px;
        margin: 8px 0;
        background-color: transparent;
        border: 0;
        outline: none;
        font-size: 18px
    }

        .search_element input::placeholder {
            color: #0000009e
        }

    .search_element > span {
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        display: inline-block;
        padding-left: 15px;
        border-left: 1px solid;
        margin-top: 10px;
        cursor: pointer
    }

.global_suggestions > .global_suggestions_footer {
    padding-left: 10px
}

#home_suggestions {
    display: block;
    background-color: #ffffffd4;
    width: 508px
}

.module_tab {
    display: flex;
    height: 100%
}

.go_module {
    cursor: pointer
}

body.module_view footer {
    display: none
}

body.module_view .container {
    display: none
}

.module_view_top {
    display: none;
    position: relative
}

body.module_view .module_view_top {
    display: block;
    margin-top: 100px;
    height: 120px
}

    body.module_view .module_view_top .module_tab {
        height: 100%;
        justify-content: center;
        border-bottom: 5px solid lightgray;
        border-top: 1px solid lightgray
    }

    body.module_view .module_view_top .module_item {
        height: 100%
    }

body.module_view .module_item_top .img_container {
    width: 60px;
    height: 60px;
    border-radius: 20%;
    margin: 0 auto;
    cursor: pointer
}

body.module_view .global_search {
    display: flex
}


body.module_view .module_container {
    display: block
}

.module_element {
    display: none
}

    .module_element.active {
        display: flex;
        height: auto
    }

.global_search {
    display: none
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-width: 1280px;
    user-select: none;
    padding-bottom: 0
}

.as_hide {
    display: none !important
}

.main {
    flex: 3
}

.sidebar {
    width: calc(30vw - 11px);
    min-width: 389px;
    background: #f1f1f1;
    height: 100%;
    right: 0;
    position: absolute
}

footer {
    min-height: 200px;
    width: 100%;
    margin: 0 auto;
    height: calc(100vh - 705px);
    position: relative;
    border-top: 5px solid lightgray
}

.skewed-div {
    z-index: -9;
    clip-path: polygon(0 0,100% 0,100% 100%,160px 100%);
    backdrop-filter: blur(2px);
    background: #00000045
}

.skewed_background_plate {
    width: 30vw;
    text-align: right;
    min-width: 400px;
    position: relative;
    clip-path: polygon(0 0,100% 0,100% 100%,160px 100%)
}

.container {
    display: flex;
    width: 100%;
    margin: 0 auto;
    height: 700px;
    position: relative
}

.container_back_img {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 1280px;
    max-height: 700px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 65% 60%;
    background-image: url(/Content/home/img/DigitalFutures_16x9_G1159550972.jpg)
}

.tag {
    background-color: #ffffff21
}

    .tag li {
        padding-right: 8vw;
        list-style-type: none;
        text-align: right;
        vertical-align: middle;
        line-height: 37px;
        height: 37px;
        cursor: pointer;
        margin-top: 13px;
        background-color: #4E444E;
        position: relative;
        color: #fff;
        font-size: 16px
    }

        .tag li.active {
            background-color: #E6E2E4;
            color: #000;
            font-weight: BOLD
        }

            .tag li.active .as_juanqu {
                background-color: #4E444E
            }

.as_juanqu {
    position: absolute;
    background-color: #E6E2E4;
    right: calc(100% - 128px);
    top: -14px;
    z-index: -9;
    height: 14px;
    width: 22px;
    clip-path: polygon(65% 0,65% 0,80% 100%,15% 150%);
    cursor: pointer
}

.jingmiantext {
    height: 480px;
    width: 100%;
    display: inline-block
}

.jingmiantext_tab {
    position: relative;
    top: 150px;
    width: 300px;
    margin: 0 auto;
    padding-left: 140px;
    color: #fff;
    text-align: left;
    font-size: 18px
}

    .jingmiantext_tab h2 {
        padding-left: 45px
    }

.filter_go {
    width: 60px;
    background-color: #15659b;
    border: 0;
    height: 20px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    left: 160px;
    cursor: pointer
}

.compare_go {
    width: 60px;
    background-color: #15659b;
    border: 0;
    height: 20px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    left: 160px;
    cursor: pointer
}

.new_product {
    text-align: LEFT;
    padding-left: 40PX
}

.app_link {
    text-align: right;
    margin-top: 20px;
    padding-right: 40px
}

    .app_link img {
        display: inline-block;
        width: 140px;
        height: 45px;
        cursor: pointer
    }

    .app_link h2 {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        position: relative;
        top: -15px;
        padding-right: 10px;
        padding-left: 0
    }

.search_center_container {
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    top: 35%;
    z-index: 0
}

.search_element {
    width: 500px;
    height: 50px;
    display: inline-block;
    text-align: left;
    padding-left: 10px;
    background-color: #ffffffc7;
    border-radius: 10px
}

    .search_element input {
        height: 30px;
        width: 400px;
        margin: 8px 0;
        background-color: transparent;
        border: 0;
        outline: none;
        font-size: 18px
    }

        .search_element input::placeholder {
            color: #0000009e
        }

    .search_element > span {
        font-size: 18px;
        font-weight: 700;
        line-height: 30px;
        display: inline-block;
        padding-left: 15px;
        border-left: 1px solid;
        margin-top: 10px;
        cursor: pointer
    }

.global_suggestions > .global_suggestions_footer {
    padding-left: 10px
}

#home_suggestions {
    display: block;
    background-color: #ffffffc7;
    width: 508px;
    top: 49px
}

.module_tab {
    display: flex;
    height: 200px;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.go_module {
    cursor: pointer
}

body.module_view footer {
    display: none
}

body.module_view .container {
    display: none
}

.module_view_top {
    display: none;
    position: relative
}

body.module_view .module_view_top {
    display: block;
    margin-top: 100px;
    height: 120px
}

    body.module_view .module_view_top .module_tab {
        height: 100%;
        margin: 0 auto;
        justify-content: center;
        border-bottom: 5px solid lightgray;
        border-top: 7px solid lightgray
    }

    body.module_view .module_view_top .module_item {
        height: 100%
    }

body.module_view .module_item_top .img_container {
    width: 60px;
    height: 60px;
    border-radius: 20%;
    margin: 0 auto;
    cursor: pointer
}

body.module_view .global_search {
    display: flex
}



.module_container {
    display: none;
    height: calc(100vh - 220px)
}

body.module_view .module_container {
    display: block
}

.module_element {
    display: none
}

    .module_element.active {
        display: flex;
        height: 100%
    }

.module_element_whatsnew {
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding-top: 5px
}

    .module_element_whatsnew > .left {
        width: 26%;
        padding-left: 10%;
        min-width: 120px;
        display: flex;
        flex-direction: column;
        font-size: 16px
    }

        .module_element_whatsnew > .left > .top {
            flex-grow: 1
        }

        .module_element_whatsnew > .left > .bottom {
            height: 40%
        }

        .module_element_whatsnew > .left > .top .options {
            text-align: left;
            padding-left: calc(50% - 115px);
            width: 175px
        }

            .module_element_whatsnew > .left > .top .options h2 {
                font-size: 26px;
                line-height: 80px
            }

            .module_element_whatsnew > .left > .top .options .product_line p {
                line-height: 50px
            }

            .module_element_whatsnew > .left > .top .options .product_line span {
                padding: 5px;
                border-radius: 50px;
                cursor: pointer
            }

                .module_element_whatsnew > .left > .top .options .product_line span.active {
                    background-color: #4E444E;
                    color: #fff
                }

        .module_element_whatsnew > .left > .bottom .news {
            padding-left: 30%;
            text-align: left
        }

            .module_element_whatsnew > .left > .bottom .news h2 {
                font-size: 26px;
                line-height: 80px
            }

        .module_element_whatsnew > .left > .bottom .news_array p {
            line-height: 50px
        }

        .module_element_whatsnew > .left > .bottom .news_array span {
            padding: 5px;
            border-radius: 50px;
            cursor: pointer
        }

            .module_element_whatsnew > .left > .bottom .news_array span.active {
                background-color: #4E444E;
                color: #fff
            }

    .module_element_whatsnew > .right {
        width: 80%;
        display: flex
    }

        .module_element_whatsnew > .right .sidebar_right {
            width: 85px
        }

        .module_element_whatsnew > .right .main {
            overflow: auto
        }

            .module_element_whatsnew > .right .main::-webkit-scrollbar {
                width: 5px
            }

            .module_element_whatsnew > .right .main::-webkit-scrollbar-track {
                background: #f1f1f1
            }

            .module_element_whatsnew > .right .main::-webkit-scrollbar-thumb {
                background: #888
            }

                .module_element_whatsnew > .right .main::-webkit-scrollbar-thumb:hover {
                    background: #555
                }

.product_show_item {
    height: 200PX;
    display: flex;
    padding: 30px
}

    .product_show_item > .left {
        width: 200px;
        padding-left: 50px;
        padding-right: 50px
    }

    .product_show_item > .right {
        flex: 1
    }

        .product_show_item > .right .middle {
            height: 130px;
            padding-top: 15px;
            padding-bottom: 15px
        }

.product_show_item_photo {
    position: relative;
    width: 100%;
    height: 100%
}

    .product_show_item_photo img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%)
    }

.product_show_item_title {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

    .product_show_item_title:hover {
        color: #0d5c91
    }

.product_show_item_link_array {
    font-size: 14px;
    font-weight: 700;
    display: flex
}

.product_show_array.two .product_show_item_link_array {
    justify-content: space-between
}

.product_show_item_link_array span {
    cursor: pointer;
    width: 25%
}

    .product_show_item_link_array span:hover {
        color: #0d5c91
    }

.show_form_one {
    width: 40px;
    height: 40px;
    cursor: pointer
}

.show_form_two {
    width: 40px;
    height: 40px;
    cursor: pointer
}

.product_show_array.two .product_show_item {
    width: 25%;
    height: 300PX;
    flex-direction: column;
    display: inline-flex
}

    .product_show_array.two .product_show_item .top {
        width: 200px;
        height: 200px;
        margin: auto
    }

    .product_show_array.two .product_show_item .middle {
        width: 80%;
        margin: 0 AUTO
    }

    .product_show_array.two .product_show_item .bottom {
        width: 80%;
        margin: 0 AUTO;
        padding-top: 20px
    }

.module_element_book {
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-top: 5px;
    position: relative
}

    .module_element_book > .left {
        width: 70%;
        padding-right: 1%;
        display: flex
    }

        .module_element_book > .left > .main {
            overflow: auto
        }

.book_show_item {
    height: 200PX;
    display: flex;
    padding: 30px
}

    .book_show_item > .left {
        width: 200px;
        padding-left: 50px;
        padding-right: 50px
    }

.book_show_item_photo {
    position: relative;
    width: 100%;
    height: 100%
}

    .book_show_item_photo img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        cursor: pointer
    }

.book_show_item > .right {
    flex: 1;
    padding: 25px 0
}

    .book_show_item > .right .middle {
        height: 70px;
        padding-top: 20px;
        padding-bottom: 20px
    }

.book_show_item_title {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

.book_show_item_content {
    font-size: 18px
}

.book_show_item_link_array {
    display: flex;
    justify-content: space-between
}

.module_element_book > .left .main::-webkit-scrollbar {
    width: 5px
}

.module_element_book > .left .main::-webkit-scrollbar-track {
    background: #f1f1f1
}

.module_element_book > .left .main::-webkit-scrollbar-thumb {
    background: #888
}

    .module_element_book > .left .main::-webkit-scrollbar-thumb:hover {
        background: #555
    }

.book_show_item_link_array a {
    text-decoration: none
}

.sidebar_right {
    position: absolute;
    left: 71%;
    width: 40px;
    padding-top: 20px;
    z-index: 20;
    text-align: center
}

    .sidebar_right img {
        width: 30px;
        height: 30px;
        cursor: pointer
    }

.module_element_book > .right {
    overflow: auto;
    flex: 1;
    position: relative
}

    .module_element_book > .right .floating {
        position: absolute;
        top: 5%;
        right: 15%;
        font-size: 40px;
        font-weight: 700;
        z-index: 90
    }

    .module_element_book > .right > .top {
        width: 100%;
        height: 65%;
        position: relative
    }

        .module_element_book > .right > .top img {
            display: flex;
            max-width: 75%;
            max-height: 80%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
            height: 100%
        }

.book_show_array.two .book_show_item {
    height: 200PX;
    display: INLINE-FLEX;
    padding: 20PX;
    width: 40%;
    height: 200PX;
    display: -WEBKIT-INLINE-BOX
}

    .book_show_array.two .book_show_item > .left {
        width: 30%;
        padding-left: 0;
        padding-right: 20px
    }

    .book_show_array.two .book_show_item > .right {
        width: 60%;
        flex: none
    }

        .book_show_array.two .book_show_item > .right .middle {
            height: 70px;
            padding-top: 20px;
            padding-bottom: 20px
        }

        .book_show_array.two .book_show_item > .right > .top {
            height: 40PX
        }

.product_show_item_highlight {
    user-select: text
}

.as_float_right {
    cursor: pointer;
    width: 30px;
    height: 140px;
    border-radius: 5px;
    background-color: #4472C4;
    position: fixed;
    top: 85%;
    transform: translateY(-50%);
    left: 0px;
    background-size: 100% auto;
    z-index: 99;
    background-position: center;
    background-repeat: no-repeat;
}

    .as_float_right img {
        transform: rotate(180deg);
        height: 95%;
        position: absolute;
        top: 4%;
        max-width: 100%
    }
