/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/research.css ***!
  \******************************************************************************************************************/
.pages {
    width: 100%;
}
.pages .page {
    position: relative;
    width: 100%;
    height: 100vh;
}
.pages .panel-page {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-left: 24px solid #fff;
    border-right: 24px solid #fff;
    border-bottom: 20px solid #fff;
    background: #F4F4F4;
}
.pages .panel-page.active {
    position: fixed;
}
.pages .page1 {
    z-index: 10;
}
.pages .page2 {
    z-index: 11;
}
.pages .page3 {
    z-index: 12;
    padding: 80px 0 88px;
    background: #fff;
}
.pages .panel-page .left,
.pages .panel-page .right {
    width: 50%;
    height: 100%;
    position: relative;
}
.pages .panel-page .left {
    float: left;
}
.pages .panel-page .right {
    float: right;
}
.note-container .note-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    max-width: 580px;
    width: 100%;
}
.note-container .note-inner>div {
    padding: 0 48px;
}
.img-research {
    background: url(/static/dist/assets/research_bg1_d28a32.jpg) no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
.panel-page .title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 24px;
}
.panel-page .description {
    font-size: 16px;
    line-height: 1.9;
}
.img-quality {
    background: url(/static/dist/assets/research_bg2_188b6f.jpg) no-repeat;
    -o-background-size: cover;
       background-size: cover;
}
.certificate-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
}
.page3 .panel-page {
    text-align: center;
    border: 0;
    background: #fff;
}
/* .page3 .panel-page {
    position: static;
} */
.slide-grid-swiper {
    margin-top: 16px;
    max-width: 1592px;
}
.slide-grid-swiper .swiper-slide {
    cursor: pointer;
    position: relative;
    background: #FFFFFF;
    border: 6px solid #332111;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,0.08);
            box-shadow: 0 4px 12px 0 rgba(0,0,0,0.08);
    border-radius: 2px;
}
.slide-grid-swiper .swiper-slide:hover .swiper-search {
    top: 50%;
    opacity: 1;
}
.swiper-search {
    cursor: pointer;
    position: absolute;
    width: 48px;
    height: 48px;
    line-height: 52px;
    background: rgba(0, 0, 0, 0.4);
    left: 50%;
    top: 130px;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 2) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 2) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 2) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 2) 0s;
}
.swiper-search i {
    font-size: 20px;
    color: #fff;
}
.swiper-big {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.swiper-big-body {
    padding-top: 48px;
    padding-bottom: 48px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.swiper-big .swiper-container {
    width: 90%;
    max-width: 588px;
    height: 100%;
}
.swiper-big-close {
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    width: 24px;
    height: 24px;
    right: 12px;
    top: 10px;
    z-index: 10;
    color: #fff;
}
.swiper-big img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.swiper-big-btn {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    width: 100%;
    max-width: 192px;
}
.swiper-big-btn div {
    float: left;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 50%;
    line-height: 58px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.download-btn a {
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-big-btn .swiper-button-disabled {
    opacity: 0.3;
}
.swiper-big-btn div+div {
    margin-left: 24px;
}
.swiper-big-btn i {
    font-size: 24px;
    color: #fff;
}
@media (max-width:1280px) {
    .pages .page3 {
        height: 120vh;
    }
}
@media (max-width: 1024px) {
    .panel-page .title {
        font-size: 34px;
    }
    .panel-page .description {
        font-size: 15px;
    }
    .pages .page3 {
        padding-top: 64px;
        height: 100vh;
    }
}
@media (max-width: 768px) {
    .pages .panel-page .left,
    .pages .panel-page .right {
        float: none;
        width: 100%;
    }
    .note-container .note-inner {
        position: static;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
        max-width: 100%;
    }
    .pages .page {
        height: auto;
    }
    .pages .panel-page {
        position: static;
    }
    .certificate-container {
        position: relative;
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }
    .pages .page .img-research,
    .pages .page .img-quality {
        height: 720px;
    }
    .pages .panel-page.active {
        position: static;
    }
    .note-container .note-inner>div {
        padding: 48px;
    }
    .panel-page .title {
        font-size: 28px;
    }
    .pages .page3 {
        padding: 48px 0 72px;
    }
}
@media (max-width: 767px) {
    .pages .panel-page {
        border: 0;
    }
    .pages .page .img-research,
    .pages .page .img-quality {
        height: 414px;
    }
    .note-container .note-inner>div {
        padding: 32px 24px;
        text-align: center;
    }
    .pages .page3 {
        padding: 44px 0 48px;
    }
}
