.common1-page1 {}

.page-wrap {
    /* padding-bottom: ; */
}

.page-title {
    padding-top: 3.375rem;
    margin-bottom: 3rem;
}

.page-title>h2 {
    font-size: 2.5rem;
    line-height: 3.75rem;
    font-weight: 600;
}

.page2 {}

.page2 {
    background: url(/src/img/corporation/inn/page2_bg.png) right bottom no-repeat;
    background-size: 34% 85%;
    padding-bottom: 2.5rem;
}

.page2 .page-title p {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(29, 29, 31, 0.6);
    line-height: 1.5rem;
    margin-top: 1.2rem;
}

.page2-container-list {
    width: 85%;
}

.page2-container-list::after {
    content: ' ';
    flex: 1;
}

.page2-container-list .item {
    margin-bottom: 0.5rem;
    /* width: 22%; */
    min-width: 239px;
    max-width: 100%;
    padding: 0 1% 0 0;
    margin-right: 1rem;
    position: relative;
}

.page2-container-list .item a {
    text-align: center;
    font-size: 1rem;
    line-height: 2.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in;
    display: block;
}

.page2-container-list .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(2, 179, 255, 0) 0%, #CED7EA 100%);
    opacity: 0.1;
    transform: skewX(-23deg);
    transition: all 0.3s ease-in;
}

.page2-container-list .item:hover a,
.page2-container-list .item.active a {
    color: rgba(0, 79, 255, 1);
}

.page2-container-list .item:hover a:before,
.page2-container-list .item.active a:before {
    background: linear-gradient(90deg, rgba(2, 179, 255, 0) 0%, #004FFF 100%);
    opacity: 0.1;
}

.page2-container-list .item p {}

.page2-container-bottom {
    padding-top: 1.5rem;
}

.page2-container-bottom .list-item {
    display: none;
}

.page2-container-bottom .list-item.active {
    display: -ms-flexbox;
    display: flex;
}

.page2-container-bottom .bottom-left {
    width: 48%;
}

.page2-container-bottom .bottom-left h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: rgba(0, 79, 255, 1);
    padding-top: 2rem;
    margin-bottom: 1rem;
}

.page2-container-bottom .bottom-left p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(29, 29, 31, 0.65);
}

.page2-container-bottom .bottom-right {
    width: 40%;
    margin-right: 0;
}

.page2-container-bottom .bottom-right .swiper-slide {
    padding-bottom: 1.5rem;
    overflow: hidden;
}

.page2-container-bottom .bottom-right span.pos-b {
    padding: 0.5rem 1.5rem;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: -0.5rem;
    bottom: 1rem;
    color: #fff;
    z-index: 2;
}

.page2-container-bottom .bottom-right span.pos-b::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(140deg, rgba(2, 179, 255, .6), rgb(0, 79, 255, .6));
    transform: skewX(-23deg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    z-index: -1;
}

.page2-container-bottom .bottom-right img {
    width: 100%;
}

.page2-container-bottom .bottom-right .swiper-pagination {
    text-align: left;
    bottom: 0;
}

.page2-container-bottom .bottom-right .swiper-pagination .swiper-pagination-bullet {
    width: 0.7rem;
    height: 2px;
    background: rgba(0, 79, 255, .35);
    border-radius: 0;
}

.page2-container-bottom .bottom-right .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.5rem;
    background: rgba(0, 79, 255, 1);
}

.page3 {
    padding-top: 3.375rem;
}

.page3 .page-wrap {
    position: relative;
}

.page3 .page-wrap .page3_bg {
    width: 50%;
    height: 98%;
    display: block;
    bottom: 0;
    right: 65%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(358deg, #02B3FF 0%, #004FFF 100%);
    transform: skewX(-23deg);
}

.page3 .page-wrap .page-title {
    padding-top: 0;
}

.page3 .page3-container {
    background: rgba(129, 132, 136, 0.15);
    padding: 3rem 0 4rem;
}

.page3 .container-wrapper {}

.page3 .container-wrapper .wrapper-left {
    width: 400px;
    position: relative;
    z-index: 2;
}

.page3 .container-wrapper .wrapper-left ul li {
    font-size: 1.5rem;
    line-height: 2.25rem;
    opacity: 0.65;
    color: #fff;
    white-space: nowrap;
    font-weight: 100;
    margin-bottom: 1.2rem;
    cursor: pointer;
}

.page3 .container-wrapper .wrapper-left ul li.active {
    opacity: 1;
    font-weight: bold;
    cursor: default;
}

.page3 .container-wrapper .wrapper-left ul li i {
    /* font-style: normal; */
    opacity: 0;
}

.page3 .container-wrapper .wrapper-left ul li.active i {
    opacity: 1;
}

.page3 .container-wrapper .wrapper-right {
    width: calc(100% - 400px);
    position: relative;
    z-index: 5;
}

.right-item {
    display: none;
}

.right-item.active {
    display: block;
}

.right-item p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 2.5rem;
    color: rgba(29, 29, 31, 0.65);
    text-align: justify;
}

.item-img img {
    width: 100%;
}

.page3 .swiper .swiper-button-prev {
    margin-right: 1rem;
    margin-left: 1rem;
}

.page3 .swiper .swiper-button-next,
.page3 .swiper .swiper-button-prev {
    position: static;
    width: 3.375rem;
    height: 3.375rem;
    background-color: #004FFF;
    transform: skewX(-23deg);
    margin-top: 0;
    font-size: 1rem;
    color: #fff;
    margin-top: 1.5rem;
}

.page3 .swiper .swiper-button-next::after,
.page3 .swiper .swiper-button-prev::after {
    font-size: 1.5rem;
    color: #fff;
    transform: skewX(23deg);
}

.page4 {}

.page4 .page-wrap {}

.page4 .page-wrap .page4-container {}

.page4 .page-wrap .page4-container .container-left {
    width: 48%;
}

.page4 .page-wrap .page4-container .container-left p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: rgba(29, 29, 31, 0.65);
    text-align: justify;
}

.page4 .page-wrap .page4-container .container-left a {
    font-size: 1.125rem;
    font-weight: 500;
    color: #004FFF;
    line-height: 1.68rem;
}

.page4 .page-wrap .page4-container .container-right {
    width: 49%;
}

.page4 .page-wrap .page4-container .container-right .swiper {
    padding-bottom: 5.375rem;
}

.page4 .page-wrap .page4-container .container-right img {
    width: 48%;
}

.page4 .swiper .swiper-button-next,
.page4 .swiper .swiper-button-prev {
    width: 3.375rem;
    height: 3.375rem;
    background-color: #004FFF;
    transform: skewX(-23deg);
    margin-top: 0;
    font-size: 1rem;
    color: #fff;
    margin-top: 1.5rem;
    top: auto;
}

.page4 .swiper .swiper-button-prev {
    left: auto;
    right: 4.375rem;
    margin-right: 1rem;
    bottom: 0;
}

.page4 .swiper .swiper-button-next {
    right: 1rem;
    bottom: 0;
}

.page4 .swiper .swiper-button-next::after,
.page4 .swiper .swiper-button-prev::after {
    font-size: 1.5rem;
    color: #fff;
    transform: skewX(23deg);
}

.page5 {
    background-color: rgba(129, 132, 136, 0.15);
    /* margin-top: 4rem; */
    padding-bottom: 5rem;
}

.page5 .container-tab {
    padding-left: 7%;
}

.page5 .page-title {
    padding-bottom: 1.4rem;
    /* padding-top: 1.2rem; */
    margin-bottom: 0;
    position: relative;
}

.page5 .page-title h2 {
    position: relative;
    z-index: 2;
}

.page5 .page-title .page5-bg {
    height: 100%;
    width: 300%;
    background: #fff;
    transform: skewX(-23deg);
    position: absolute;
    right: 34%;
    top: 0;
    z-index: 1;
}

.page5 .page5-container {
    padding-top: 2.3rem;
}

.page5 .container-list {
    flex: 1;
    padding-left: 6%;
}

.page5 .container-tab ul li {
    font-size: 1.5rem;
    line-height: 2.25rem;
    opacity: 0.65;
    white-space: nowrap;
    font-weight: 100;
    margin-bottom: 1.2rem;
    cursor: pointer;
}

.page5 .container-tab ul li.active {
    opacity: 1;
    font-weight: bold;
    cursor: default;
    color: rgba(0, 79, 255, 1);
}

.page5 .container-tab ul li i {
    /* font-style: normal; */
    opacity: 0;
}

.page5 .container-tab ul li.active i {
    opacity: 1;
}

.page5 .container-list .container-list-item {
    display: none;
    width: 100%;
    flex: 1;
}

.page5 .container-list .container-list-item.active {
    display: -ms-flexbox;
    display: flex;
}

.page5 .container-list .container-list-item .container-left {
    max-width: 276px;
    width: 30%;
}

.page5 .container-list .container-list-item .container-left img {
    width: 100%;
}

.page5 .container-list .container-list-item .container-right {
    flex: 1;
    padding-left: 5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.page5 .container-list .container-list-item .container-right .right-list {
    flex: 1;
    overflow-x: auto;
}

.page5 .container-list .container-list-item .container-right .list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(212, 212, 215, 1);
}

.page5 .container-list .container-list-item .container-right .list-item:first-child {
    padding-top: 0;
}

.page5 .container-list .container-list-item .container-right .list-item p {
    flex: 1;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.68rem;
}

.page5 .container-list .container-list-item .container-right .list-item a {
    font-size: 0.9rem;
    line-height: 1.68rem;
    color: rgba(0, 79, 255, 1);
}

.page5 .container-list .container-list-item .container-right>a {
    color: rgba(0, 79, 255, 1);
    font-size: 1.125rem;
    line-height: 1.68rem;
    padding-top: 1rem;
}

@media screen and (max-width:1680px) {
    .page3 .page-wrap .page3_bg {
        right: 69%;
    }
}

@media screen and (max-width:1200px) {
    .page2-container-list {
        width: 80%;
    }
    .page2 {
        background-size: 27% 85%;
    }
    /* .page2-container-list .item */
}

@media screen and (max-width:1000px) {
    .page3 .container-wrapper .wrapper-left {
        width: 300px;
    }
    .page3 .container-wrapper .wrapper-right {
        width: calc(100% - 340px);
    }
}

@media screen and (max-width:850px) {
    .page2 {
        background: none;
    }
    .page2-container-list {
        width: 100%;
    }
    .page3 .container-wrapper .wrapper-left {
        width: 200px;
    }
    .page3 .container-wrapper .wrapper-right {
        width: calc(100% - 220px);
    }
    .right-item p {
        font-size: 10px;
        line-height: 16px;
    }
    .page3 .page-wrap .page3_bg {
        right: 70%;
    }
    .page2-container-list .item {
        /* min-width: 180px; */
        min-width: 140px;
    }
}

@media screen and (max-width:750px) {
    .page4 .page-wrap .page4-container .container-left p {
        font-size: 10px;
        line-height: 16px;
    }
    .page2-container-list .item {
        margin-bottom: 1.5rem;
    }
    .page3 .page-wrap .page3_bg {
        display: none;
    }
    .page5 .page-title .page5-bg {
        display: none;
    }
    .page2-container-bottom .bottom-left h2,
    .page-title {
        text-align: center;
        justify-content: center;
    }
    .page2-container-bottom,
    .page3 .container-wrapper,
    .page4 .page-wrap .page4-container,
    .page5 .page5-container {
        display: block;
    }
    .page2-container-bottom .bottom-right,
    .page2-container-bottom .bottom-left,
    .page3 .container-wrapper .wrapper-left,
    .page3 .container-wrapper .wrapper-right,
    .page4 .page-wrap .page4-container .container-left,
    .page4 .page-wrap .page4-container .container-right,
    .page5 .container-list {
        width: 100%;
    }
    .page5 .container-list {
        padding-left: 0;
    }
    .page3 .container-wrapper .wrapper-left,
    .page5 .container-tab {
        width: 100%;
        margin: 0 auto;
        overflow: auto;
        -webkit-overflow-scrolling: auto;
        cursor: grab;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .page3 .container-wrapper .wrapper-left ul,
    .page5 .container-tab ul {
        display: -ms-flexbox;
        display: flex;
    }
    .page5 .container-tab {
        padding-left: 0;
    }
    .page3 .container-wrapper .wrapper-left ul li {
        display: inline-block;
        color: rgba(0, 79, 255, 1);
        margin: 0 10px;
    }
    .page5 .container-tab ul li {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .page5 .container-list {
        margin-top: 1.2rem;
    }
    .page2-container-bottom .bottom-right,
    .page3 .container-wrapper .wrapper-right,
    .page4 .page-wrap .page4-container .container-right {
        margin-top: 2rem;
    }
    .page5 .page-title {
        padding-top: 3.375rem;
        padding-bottom: 0;
    }
    .page3 .container-wrapper .wrapper-left,
    .page5 .container-tab {
        scrollbar-color: #f2f2f2;
        /* scrollbar-width: thin; */
    }
    .page3 .container-wrapper .wrapper-left::-webkit-scrollbar,
    .page5 .container-tab::-webkit-scrollbar {
        width: 10px;
        height: 4px;
    }
    .page3 .container-wrapper .wrapper-left::-webkit-scrollbar-track,
    .page5 .container-tab::-webkit-scrollbar-track {
        border-radius: 3px;
        background-color: transparent;
    }
    .page3 .container-wrapper .wrapper-left::-webkit-scrollbar-thumb,
    .page5 .container-tab::-webkit-scrollbar-thumb {
        border-radius: 6px;
        /* background-color: #d3d3d3; */
    }
}

@media screen and (max-width:750px) {
    .page2-container-list::after {
        display: none;
    }
}