﻿@charset "utf-8";
body,
html {
    height: 100%;
    overflow: hidden;
}

.case-content {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* .case-container {
    width: 1430px;
} */

.title-row {
    margin-top: 12.8%;
}

.content-row {
    /*display: flex;
    flex-wrap: wrap;*/
    margin-top: 5%;
}

.case-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 2%;
    padding: 0 1%;
}
    .case-item:nth-child(1) {
        animation-delay: .3s;
    }

    .case-item:nth-child(2) {
        animation-delay: .6s;
    }

    .case-item:nth-child(3) {
        animation-delay: .9s;
    }
    .case-item:nth-child(4) {
        animation-delay: 1.2s;
    }

    .case-item:nth-child(5) {
        animation-delay: 1.5s;
    }

    .case-item:nth-child(6) {
        animation-delay: 1.8s;
    }
    .case-item:nth-child(7) {
        animation-delay: 2.1s;
    }

    .case-item:nth-child(8) {
        animation-delay: 2.4s;
    }
.case-item-wrap {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    overflow: hidden;
    transition: all .3s;
    cursor: pointer;
}

.case-item .case-item-img {
    display: block;
    width: 100%;
    padding-bottom: 59%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.9;
    background-color: #ffffff;
    transition: all .3s;
}
.case-item-list {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.case-item .case-item-icon {
    width: 35px;
    height: 33px;
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(33px);
}

    .case-item .case-item-icon::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        margin-top: 6px;
    }

.icon1 {
    background-color: #ffa311;
    transition: transform .3s;
    transition-delay: 0.2s;
}

.icon2 {
    background-color: #e6212a;
    transition: transform .3s;
    transition-delay: 0.4s;
}

.icon3 {
    background-color: #275ef0;
    transition: transform .3s;
    transition-delay: 0.6s;
}

.icon1::before {
    background-image: url('../../../../../../../Home/Views/Home/PC/1/Themes/image/caseIcon1.png');
}

.icon2::before {
    background-image: url('../../../../../../../Home/Views/Home/PC/1/Themes/image/caseIcon2.png');
}

.icon3::before {
    background-image: url('../../../../../../../Home/Views/Home/PC/1/Themes/image/caseIcon3.png');
}
/*.case-item .case-item-icon {
    width: 35px;
    height: 33px;
    border-top-right-radius: 100%;
    border-top-left-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -33px;
}

.case-item .case-item-icon::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-top: 6px;
}

.icon1 {
    right: 86px;
    background-color: #ffa311;
    transition: bottom .3s;
    transition-delay: 0.2s;
}

.icon2 {
    right: 47px;
    background-color: #e6212a;
    transition: bottom .3s;
    transition-delay: 0.4s;
}

.icon3 {
    right: 10px;
    background-color: #275ef0;
    transition: bottom .3s;
    transition-delay: 0.6s;
}

.icon1::before {
    background-image: url(/Image/caseIcon1.png);
}

.icon2::before {
    background-image: url(/Image/caseIcon2.png);
}

.icon3::before {
    background-image: url(/Image/caseIcon3.png);
}*/

.case-item-wrap:hover .case-item-icon {
    transform: translateY(0);
}

.case-item-wrap:hover {
    box-shadow: 0px 12px 20px 0px rgba(86, 95, 106, 0.2);
}

.case-item-wrap:hover .case-item-img {
    opacity: 1;
}

.case-container .page-paging {
    margin-top: 9%;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .Details-row {
        display: block;
        overflow: auto;
    }

    .Details-right {
        overflow: initial;
    }

    .Btn_scan_code {
        top: -50%;
        left: 100%;
        transform: translate(50%, 0);
    }

    .Btn_scan_code>img {
        top: 0;
        left: -100%;
        transform: translate(0, 0);
    }

    .Details-left-Btn.Click .Btn_scan_code>img {
        left: 0;
    }

    .Btn_scan:hover .Btn_scan_code>img {
        left: 0;
    }

    .Details-left,
    .Details-right {
        width: 100%;
    }

    .Details-left-con {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .Details-left-Title {
        margin-top: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {}

@media (min-width: 1440px) and (max-width: 1599px) {}

@media (min-width: 1600px) and (max-width: 1919px) {}

@media (min-width: 1920px) {}

@media (min-width: 1600px) and (max-width:1919px) and (max-height: 789px) {
    .content-row {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .case-container .page-paging {
        margin-top: 1%;
    }
}

@media (min-width: 1920px) and (max-height: 1079px) {
    .case-container .page-paging {
        margin-top: 4%;
    }

    .content-row {
        margin-top: 4%;
    }
}

@media (min-width: 1600px) and (max-width:1919px) and (max-height: 970px) {
    .content-row {
        margin-top: 0;
    }

    .case-container .page-paging {
        margin-top: 2%;
    }
}

@media (max-width: 1919px) {
    .case-container {
        height: auto;
    }

    .case-container .page-paging {
        margin-top: 0;
    }
}

.__case_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#CaseTab {
    display: flex;
    align-items: center;
    list-style-type: none;
}
    #CaseTab > li {
        width: 120px;
        height: 40px;
        margin-left: 15px;
    }
        #CaseTab > li:first-child {
            margin-left: 0;
        }
        #CaseTab > li.active a {
            background-color: #f22923;
        }
        #CaseTab > li.active a {
            color: #ffffff;
            background: #e6212a;
        }
        #CaseTab > li > a:link {
            text-decoration: none;
        }
        #CaseTab > li > a {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #ffffff;
            transition: all .4s;
            color: #4e4e4e;
            font-size: 16px;
        }
.case-tab-part{
    width: 100%;
    display: flex;
    flex-wrap:wrap;
}
.case_noContent {
    font-size: 0.16rem;
}
.case-container .page-paging{
    position: absolute;
    margin: 0 auto;
    width: 14rem;
}

@media (min-width: 1920px) {
    .content-row {
        margin-top: 1%;
    }
}

@media (min-width: 2560px) {
    .content-row {
        margin-top: 13%;
    }
}