/* 红：#d90b18
** 蓝：#194ea0
**/
@font-face {
    font-family: Sharp;
    src: url(./fonts/sharp.ttf);
}
@keyframes upside-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}

* {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    color: #303133;
    font-family: Sharp;
    font-weight: normal;
}
body {
    overflow: hidden;
}
.highlight {
    color: #194ea0;
    font-size: 40px;
    display: inline-block;
    margin: 0 5px;
}
.highlight.danger {
    color: #d90b18;
    font-size: 40px;
}
h1 {
    font-size: 45px;
    color: #194ea0;
}
h2 {
    font-weight: normal;
    font-size: 35px;
    color: #194ea0;
}
p {
    font-weight: normal;
    font-size: 25px;
}
.flex-column-center-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flex-row-center-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.swiper-container {
   height: 100vh;
   width: 100%;
}
.swiper-slide {
    position: relative;
    padding: 20px 30px;
    background-image: url(./images/bg-bricks.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.swiper-slide-content {
    background-image: url(./images/bg-white.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 90%;
    padding: 40px 10px 20px 20px;
    position: relative;
}
.swiper-slide-content.full-height {
    height: 100%;
}

/* homepage 样式 begin */
.home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.home h1 {
    font-size: 50px;
    margin-bottom: 15px;
}
.home .subtitle {
    color: #194ea0;
    margin-bottom: 10px;
}
.home .year-wording {
    color: #194ea0;
    font-size: 18px;
    margin-top: 5px;
}
.home .slide-hint {
    position: absolute;
    bottom: 50px;
}
.home .slide-hint p {
    font-size: 18px;
    color: #d90b18;
}
.home .slide-hint .img-slide {
    width: 30px;
    height: auto;
    animation: upside-down .5s linear infinite alternate-reverse;
}
.home .footer-tip {
    position: absolute;
    bottom: 20px;
    font-size: 10px;
    color: #909399;
}
.home .swiper-slide-content {
    padding: 40px 20px;
    position: relative;
}
.home .webank-logo {
    position: absolute;
    top: 30px;
}
/* homepage 样式 end */

/* 胶带样式 begin */
.swiper-slide-content .img-tape {
    display: block;
    position: absolute;
    width: 80px;
    height: auto;
}
.img-tape.top-right {
    top: -20px;
    right: -23px;
    transform: rotate(90deg);
}
.img-tape.top-left {
    top: -22px;
    left: -24px;
    transform: rotate(90deg);
}
.img-tape.bottom-left {
    bottom: -10px;
    left: -20px;
    transform: rotate(60deg);
}
.img-tape.bottom-right {
    bottom: -20px;
    right: -23px;
    transform: rotate(90deg);
}
.full-height .img-tape.top-right {
    top: -8px;
    right: -23px;
}
.full-height .img-tape.rotate-blue {
    transform: rotate(0deg);
    top: -15px;
    right: -20x;
}
.full-height .img-tape.rotate-red {
    transform: rotate(70deg);
    bottom: -16px;
    left: -22px;
}
/* 胶带样式 end */

.swiper-slide-content .footer-img {
    position: absolute;
    display: block;
    width: 180px;
    height: auto;
    bottom: 30px;
    right: 20px;
}
.swiper-slide-content .footer-img.small {
    width: 120px;
    right: 30px;
    bottom: 50px;
}
.swiper-slide-content .footer-img.mini {
    width: 100px;
    right: 30px;
    bottom: 30px;
}

.divider.mini {
    margin: 5px 0;
}
.divider.small {
    margin: 10px 0;
}
.divider {
    margin: 25px 0;
}
.divider.large {
    margin: 40px 0;
}


.webank-logo {
    display: block;
    height: auto;
    width: 180px;
}
.pm {
    font-size: 25px;
    line-height: 60px;
}
.more-wording {
    font-size: 20px;
    line-height: 50px;
}

.pm .project-count {
    color: #194ea0;
    font-size: 50px;
    display: inline-block;
    margin: 0 8px;
}

.bubble-area {
    margin-top: 30px;
    position: relative;
}
.bubble {
    position: absolute;
    display: flex;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid gray;
}
.bubble.java {
    width: 180px;
    height: 180px;
    border-color: #e05749;
    background-color: #e05749;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.bubble.shell {
    width: 140px;
    height: 140px;
    border-color: #48a6db;
    background-color: #48a6db;
    top: 175px;
    left: 0;
    z-index: 4;
}
.bubble.js {
    width: 120px;
    height: 120px;
    border-color: #ffab29;
    background-color: #ffab29;
    top: 195px;
    right: 20px;
    z-index: 3;
}
.bubble.python {
    width: 100px;
    height: 100px;
    border-color: #944ff1;
    background-color: #944ff1;
    top: 320px;
    left: 50px;
    z-index: 2;
}
.bubble.vue {
    width: 80px;
    height: 80px;
    border-color: #4fc08d;
    background-color: #4fc08d;
    top: 315px;
    right: 50px;
    z-index: 1;
}
.bubble p {
    font-size: 24px;
    color: white;
}
.bubble.python p,
.bubble.vue p {
    font-size: 20px;
}

/* 每页的企鹅图片处理 begin */
.swiper-slide-content .webanker-search {
    position: relative;
    width: 80px;
    height: auto;
    left: 80px;
    top: -20px;
}
/* 每页的企鹅图片处理 end */