@media screen and (max-width:768px) and (orientation:portrait) {
    #app {
        margin-top: 7vh;
    }
    .content1 {
        height: auto !important;
        margin-top: 0 !important;
    }
    .content1 .left {
        overflow: hidden;
        height: auto !important;
        border: 1px solid #e2e2e2;
    }
    .left .swiper .swiper-slide a {
        display: block;
        width: 100vw !important;
        height: 100vw !important;
        margin: 0 auto;
    }
    .content1 .left .swiper {
        width: auto;
    }
    .content1 .right {
        margin: 2vh 0 2vh 0;
        height: auto !important;
        padding-top: 2vh;
        padding-bottom: 4vh;
    }
    .content1 .right .ctx {
        padding: 3vh 0 3vh !important;
        height: 100% !important;
    }
    .content1 .right .ctx .title {
        margin-bottom: 0.5vh !important;
        padding-bottom: 0.5vh !important;
    }
    .content1 .right .ctx .data {
        margin-bottom: 0.5vh !important;
    }
    .content1 .right .ctx .data li {
        margin-bottom: 0.5vh !important;
    }
    .content1 .right .ctx .btnContainer {
        width: 80vw;
        justify-content: space-around;
        margin: 0 auto;
        position: relative;
        top: 3vh;
    }
    .content2 {
        padding-top: 1vh !important;
    }
    .content2 .innerWrap {
        width: 100% !important;
    }
    .tabContainer.navList {
        width: 100%;
    }
    .content2 .tabContainer ul {
        justify-content: space-around !important;
        white-space: nowrap !important;
    }
    .content2 .tabContainer ul li {
        padding-bottom: 0.5vh !important;
        margin-left: 1vw !important;
    }
    .detail {
        padding: 1vh 0 0 0 !important;
    }
    .detail .top {
        margin-bottom: 1vh !important;
    }
    .content .innerWrap .title h2 {
        margin-bottom: 1vh !important;
    }
    .detail .ctx ul li {
        padding: 3vw !important;
    }
    .detail .ctx ul li .value p {
        margin-bottom: 0.5vh !important;
    }
    .detail .ctx ul li .value p em {
        padding-left: 1vw !important;
        padding-right: 1vw !important;
    }
    .content .innerWrap .title h2 {
        padding-bottom: 1vh !important;
    }
}

@media screen and (max-width: 920px) and (orientation:landscape) {
    #app {
        margin-top: 25vh;
    }
    .content1 {
        height: auto !important;
        margin-top: 0 !important;
    }
    .content1 .left {
        width: 60%;
        overflow: hidden;
        height: auto !important;
        border: 1px solid #e2e2e2;
    }
    .left .swiper .swiper-slide a {
        display: block;
        width: 100% !important;
        height: auto !important;
        margin: 0 auto;
    }
    .content1 .left .swiper {
        width: auto;
    }
    .content1 .right {
        width: 40%;
        height: auto !important;
    }
    .content1 .right .ctx {
        position: relative;
        left: 2vw;
        padding: 0 !important;
        height: 100% !important;
    }
    .content1 .right .ctx .title {
        margin-top: 2vh;
        margin-bottom: 0.5vh !important;
        padding-bottom: 0.5vh !important;
    }
    .content1 .right .ctx .data {
        margin-bottom: 0.5vh !important;
    }
    .content1 .right .ctx .data li {
        margin-bottom: 0.5vh !important;
    }
    .content1 .right .ctx .btnContainer {
        width: 80vw;
        justify-content: space-around;
        margin: 0 auto;
        position: relative;
        top: 3vh;
    }
    .content2 {
        padding-top: 1vh !important;
    }
    .content2 .innerWrap {
        width: 100% !important;
    }
    .tabContainer.navList {
        width: 100%;
    }
    .content2 .tabContainer ul {
        justify-content: space-around !important;
        white-space: nowrap !important;
    }
    .content2 .tabContainer ul li {
        padding-bottom: 0.5vh !important;
        margin-left: 1vw !important;
    }
    .detail {
        padding: 1vh 0 0 0 !important;
    }
    .detail .top {
        margin-bottom: 1vh !important;
    }
    .content .innerWrap .title h2 {
        margin-bottom: 1vh !important;
    }
    .detail .ctx ul li {
        padding: 3vw !important;
    }
    .detail .ctx ul li .value p {
        margin-bottom: 0.5vh !important;
    }
    .detail .ctx ul li .value p em {
        padding-left: 1vw !important;
        padding-right: 1vw !important;
    }
    .content .innerWrap .title h2 {
        font-size: 19px;
        padding-bottom: 1vh !important;
    }
    .content1 .right .ctx h1 {
        font-size: 19px;
    }
    .content1 .right .ctx .data li p {
        height: 70vh;
        font-size: 14px;
        line-height: 150%;
        margin-top: 2vh;
    }
    .content1 .right .ctx .data {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
    }
    .footer {
        display: none !important;
    }
}

@media screen and (max-width: 920px) and (min-width: 768px) and (orientation:portrait) {
    #app {
        width: 100vw;
        margin-top: 11vh;
    }
    .content {
        width: 100vw;
    }
    .content .innerWrap {
        width: 95%;
        height: auto !important;
        justify-content: center;
        margin: 0 auto !important;
        overflow: hidden;
    }
    .content1 {
        height: auto !important;
        margin-top: 0 !important;
        justify-content: center;
    }
    .content1 .left {
        width: 50% !important;
        height: 47vw !important;
        overflow: hidden;
        display: block !important;
        border: 1px solid #e2e2e2;
        position: relative;
        top: 2vh;
    }
    .left .swiper .swiper-slide a {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 auto;
        overflow: hidden;
    }
    .content1 .right {
        padding-left: 2vw;
        width: 45vw !important;
        height: 47vw !important;
        display: block !important;
    }
    .content1 .right .ctx {
        padding: 0;
        height: 100% !important;
    }
    .content1 .right .ctx .title {
        margin-left: 2vw !important;
        margin-bottom: 0.5vh !important;
        padding-bottom: 0.5vh !important;
    }
    .content1 .right .ctx .data {
        margin-bottom: -3vh !important;
    }
    .content1 .right .ctx .data li {
        margin-bottom: 0.5vh !important;
    }
    .content1 .right .ctx .btnContainer {
        width: 80vw;
        justify-content: space-around;
        margin: 0 auto;
    }
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 25px !important;
        white-space: nowrap;
    }
    .content2 {
        padding-top: 1vh !important;
    }
    .content2 .innerWrap {
        width: 100% !important;
    }
    .tabContainer.navList {
        width: 100%;
    }
    .content2 .tabContainer ul {
        justify-content: space-around !important;
        white-space: nowrap !important;
    }
    .content2 .tabContainer ul li {
        padding-bottom: 0.5vh !important;
        margin-left: 1vw !important;
    }
    .detail {
        padding: 1vh 0 0 0 !important;
    }
    .detail .top {
        margin-bottom: 1vh !important;
    }
    .content .innerWrap .title h2 {
        margin-bottom: 0vh !important;
        padding-bottom: 0vh !important;
    }
    .detail .ctx ul li {
        padding: 3vw !important;
    }
    .detail .ctx ul li .value p {
        margin-bottom: 0.5vh !important;
    }
    .detail .ctx ul li .value p em {
        padding-left: 1vw !important;
        padding-right: 1vw !important;
    }
    .content1 .right .ctx .data li p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }
    .content1 .left img {
        width: 50vw !important;
        height: 55vw !important;
    }
    .content1 .right .ctx .data li p {
        font-size: 15px !important;
        line-height: 25px;
    }
    .content1 .left .swiper {
        width: 100%;
        height: 100%;
    }
    .footer {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) and (min-width: 920px) and (orientation:landscape) {
    #app {
        margin-top: 11vh;
    }
    .content .innerWrap {
        justify-content: center;
        margin: 0 auto !important;
    }
    .content1 {
        height: auto !important;
        margin-top: 0 !important;
        justify-content: center;
    }
    .content1 .left {
        width: 50% !important;
        height: 50% !important;
        overflow: hidden;
        display: block !important;
        border: 1px solid #e2e2e2;
    }
    .left .swiper .swiper-slide a {
        display: block;
        margin: 0 auto;
    }
    .content1 .left .swiper {
        width: auto;
    }
    .content1 .right {
        width: 40% !important;
        height: auto !important;
    }
    .content1 .right .ctx {
        padding: 0;
        height: 100% !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .content1 .right .ctx .title {
        margin-left: 2vw !important;
        margin-bottom: 0.5vh !important;
        padding-bottom: 0.5vh !important;
    }
    .content1 .right .ctx .data {
        margin-bottom: 0.5vh !important;
    }
    .content1 .right .ctx .data li {
        margin-bottom: 0.5vh !important;
    }
    .content1 .right .ctx .btnContainer {
        width: 80vw;
        justify-content: space-around;
        margin: 0 auto;
        margin-bottom: -2vh;
    }
    .content1 .right .ctx h1,
    .content1 .right .ctx h2 {
        font-size: 27px !important;
    }
    .content2 {
        padding-top: 1vh !important;
    }
    .content2 .innerWrap {
        width: 100% !important;
    }
    .tabContainer.navList {
        width: 100%;
    }
    .content2 .tabContainer ul {
        justify-content: space-around !important;
        white-space: nowrap !important;
    }
    .content2 .tabContainer ul li {
        padding-bottom: 0.5vh !important;
        margin-left: 1vw !important;
    }
    .detail {
        padding: 1vh 0 0 0 !important;
    }
    .detail .top {
        margin-bottom: 1vh !important;
    }
    .content .innerWrap .title h2 {
        margin-bottom: 1vh !important;
    }
    .detail .ctx ul li {
        padding: 3vw !important;
    }
    .detail .ctx ul li .value p {
        margin-bottom: 0.5vh !important;
    }
    .detail .ctx ul li .value p em {
        padding-left: 1vw !important;
        padding-right: 1vw !important;
    }
    .content .innerWrap .title h2 {
        padding-bottom: 1vh !important;
    }
    .content1 .right .ctx .data {
        /* overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9; */
    }
    .content1 .right .ctx .data li p {
        font-size: 13px !important;
        line-height: 25px;
    }
    .footer {
        display: none !important;
    }
}