:root {
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}

body, * {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.app-container {
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    background: #04072D url(../images/bg.png) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}

.header-title {
    position: absolute;
    top: 98px;
    left: 101px;
}

.header-title h3 {
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 58px;
    margin: 0;
    padding: 0 0 50px 0;
    background: url(../images/sub-title.png) no-repeat left bottom;
}

.app-body {
    position: absolute;
    top: 308px;
    left: 50%;
    width: 1250px;
    height: 386px;
    transform: translate(-50%, 0);
}

.app-footer {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
    text-align: center; 
    color: #EEE;
}

.item-content {
    color: white;
    width: 1250px;
    height: 370px;
    display: flex;
    justify-content: space-between;
    padding-top: 46px;
}

.item-content:hover {
    .line {
        width: 580px;
    }
}

.item-title {
    flex: 1;
    color: #FFFFFF;
    padding-top: 127px;
    background-position: left 78px;
    background-repeat: no-repeat;
}

.item-title h5 {
    transition: all 0.36s ease;
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
}

.item-title p {
    transition: all 0.36s ease;
    font-size: 20px;
    margin-top: 20px;
}

.item-title .line {
    transition: all 0.36s ease;
    width: 0;
    height: 2px;
    background: linear-gradient(270deg, #D8D8D8 0%, rgba(216,216,216,0) 100%);
    margin: 82px 0 9px 0;
}

.item-title .actions a {
    color: #FFFFFF;
}

.item-thumb {
    position: relative;
    transition: all 0.36s ease;
    height: 320px;
    /* background: linear-gradient(180deg, #040845 0%, #0B1279 100%); */
}

.item-thumb a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.item-thumb img {
    transition: all 0.36s ease;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.item-content-hover .item-thumb {
    transform: scale(0.9);
}

.item-thumb-panda {
    position: absolute;
    top: -46px;
    right: 24px;
    width: 80px;
    height: 46px;
    background: url(../images/panda.png) no-repeat center center;
    opacity: 0;
}

.item-thumb:hover .item-thumb-panda{
    transition: all 2s ease;
    opacity: 1;
}
/* owl-carousel nav */
.owl-nav {
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -10px;
    width: 50px;
    display: flex;
    flex-direction: column;
}

.owl-prev, .owl-next {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
}
.owl-prev:hover, .owl-next:hover {
    background: #394867 !important;
}

.owl-prev.disabled, .owl-next.disabled {
    color: rgba(255, 255, 255, 0.50) !important;
}

.owl-prev {
    margin-bottom: 20px !important;
}

.icon-prev::after {
    content: '';
    width: 10px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: calc(50% - 5px);
    bottom: -12px;
}

/************************ h5 ************************/
.h5-container {
    min-height: 100vh;
}
.h5-page-home {
    height: 100vh;
    background: #032B64 url(../images/h5/home-bg.png) no-repeat center top;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.h5-page-home > div {
    height: 100%;
    /* max-width: 440px; */
    margin: 0 auto;
}

.h5-page-home .content {
    height: 100%;
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    margin-top: 100px;
}

.h5-page-home .content h3 {
    line-height: 10vw;
    font-size: 10vw;
    letter-spacing: 7px;
}
.h5-page-home .content h4 {
    margin-top: 5vw;
    line-height: 8vw;
    font-size: 8vw;
    letter-spacing: 5px;
}

.h5-page-home .content img {
    width: 60vw;
    max-width: 490px;
    margin-top: 100px;
}

.h5-page-home .arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    animation-name: h5-arrow;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.h5-page-home .arrow img {
    width: 32px;
    height: 32px;
}

.h5-page-content {
    min-height: 100vh;
    background: #040329 url(../images/h5/page-bg.png) no-repeat center top;
    background-size: cover;
}

.h5-page-content > div {
    padding: 14vw 8vw 5vw;
}

.h5-page-content > div > div {
    max-width: 800px;
    margin: 0 auto;
}

.h5-page-content .page-title {
    font-size: 7vw;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 30px;
    height: 10vw;
}

.h5-page-content .page-item-wrapper {
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.h5-page-content .page-item-wrapper .page-item {

}

.h5-page-content .page-item-wrapper .page-item .page-item-thumb {
    /* height: 220px; */
    /* border: 1px solid #56557A; */
}
.h5-page-content .page-item-wrapper .page-item .page-item-thumb a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}
.h5-page-content .page-item-wrapper .page-item .page-item-thumb img {
    max-width: 100%;
    max-height: 100%;
}

.h5-page-content .page-item-wrapper .page-item .page-item-content {
    padding: 16vw 0 0 0;
    background-repeat: no-repeat;
    background-position: left 8vw;
    background-size: 130px;
}
.page-item-content h3 {
    font-size: 5vw;
    font-weight: 700;
    margin-bottom: 4vw;
    line-height: 1.5;
}
.page-item-content h4 {
    font-size: 4vw;
    font-weight: 400;
}
.page-item-content .line {
    height: 2px;
    background: linear-gradient(270deg, #01C5F9 0%, rgba(1,197,249,0) 100%);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin: 60px 0;
}

.h5-page-footer {
    font-size: 3vw;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fp-watermark {
    display: none !important;
}

@media screen and (min-width: 1301px) { 
    .app-container {
        display: block;
    }
    .h5-container {
        display: none;
    }
}

@media screen and (max-width: 1300px) {
    .app-container {
        display: none;
    }
    .h5-container {
        display: block;
    }
}

@keyframes h5-arrow {
    0% {bottom: 50px}
    50% {bottom: 30px}
    100% {bottom: 50px;}
  }