/* Override Default */
#app > .el-container > .el-header {
    position: fixed;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 999;
}
#app > .el-container > .el-header > .container .el-menu {
    border-bottom: unset;
}
#app > .el-container > .el-main {
    margin-top: 60px;
    padding-bottom: 50px;
}

/* Common Styles */
.container-wrapper {
    margin: 0 -20px;
}
.container-wrapper:nth-of-type(odd) {
    background-color: #F2F8FF;
}
.container-wrapper:nth-of-type(even) {
    background-color: unset;
}
.container-wrapper.container-wrapper-switch:nth-of-type(odd) {
    background-color: unset;
}
.container-wrapper.container-wrapper-switch:nth-of-type(even) {
    background-color: #F2F8FF;
}
.container-wrapper .container {
    width: 1200px;
    margin: 0 auto;
}
.container .dot-quotation {
    text-align: center;
}
.container .dot-quotation:before,
.container .dot-quotation:after {
    content: "・";
    display: inline-block;
    color: #005BAC;
}

/* Search Form & Keywords */
.el-main .search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 360px;
    margin: -20px -20px 0;
    background-image: url("/img/site/banner.png");
    background-size: cover;
}
.search-title {
    color: #FFFFFF;
    font-size: 36px;
    margin-top: unset;
}
.search-form {
    width: 800px;
}
.search-input {
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-input .el-autocomplete {
    flex-grow: 1;
    flex-shrink: 1;
}
.search-input .el-input-group__append {
    border: unset;
    background-color: #70BA2D;
}
.search-input .el-input-group__append i,
.search-input .el-input-group__append span {
    color: #FFFFFF;
}
.search-input .search-btn-advanced {
    display: inline-block;
    height: 100%;
    width: 60px;
    margin-left: 15px;
    color: #FFFFFF;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
}
.search-suggestions span em {
    color: #FF4100;
    font-style: normal;
}
.search-recommends {
    width: 800px;
    margin-top: 30px;
    display: flex;
    justify-content: stretch;
    align-items: center;
    color: #FFFFFF;
    font-weight: bold;
}
.search-recommends .badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: #70BA2D;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
}
.search-recommends .keywords {
    list-style-type: none;
    margin-left: 20px;
    padding-left: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    line-height: 28px;
    font-size: 14px;
    flex-shrink: 1;
    flex-grow: 1;
}
.search-recommends .keyword {
    display: inline-block;
    padding: 0 20px;
}
.search-recommends a {
    color: inherit;
}

/* Scrolling Notice */
.recent-activities .el-carousel {
    line-height: 48px;
    color: #005BAC;
    font-size: 14px;
}
.recent-activities .el-carousel a {
    color: inherit;
}

/* Introduction */
.introduction-item {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    padding: 60px 0;
}
.introduction-item .picture,
.introduction-item .content {
    margin-right: 60px;
}
.introduction-item .picture:last-of-type {
    margin-right: 0;
}
.introduction-item .content:last-of-type {
    margin-right: 0;
}
.introduction-item .picture {
    width: 495px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.introduction-item .picture .qrcode {
    width: 150px;
    height: 150px;
}
.introduction-item .picture .qrcode .mp-wechat {
    width: 150px;
    height: 150px;
}
.introduction-item .picture .qrcode .mp-alipay {
    position: relative;
    top: -15px;
    left: -15px;
    width: 180px;
    height: 180px;
}
.introduction-item .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-grow: 1;
}
.introduction-item .content h3 {
    margin: 0;
}
.introduction-item .content .divider {
    width: 30px;
    border-bottom: 2px solid #005BAC;
    margin: 20px 0 30px;
}
.introduction-item .content .el-button {
    font-weight: bold;
    border-radius: 0;
}

/* Data Type */
.data-type h3 {
    margin: 40px 0 20px;
    font-size: 24px;
    font-weight: normal;
}
.data-type .data-list {
    list-style-type: none;
    padding-left: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.data-type .data-item {
    width: 238px;
    height: 238px;
    border: 1px solid #E0E0E0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.data-type .data-item .icon-light {
    display: none;
}
.data-type .data-item .name {
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
}
.data-type .data-item .brief {
    margin-top: 15px;
    font-size: 14px;
    color: #999999;
}
.data-type .data-item .detail {
    display: none;
}
.data-type .data-item:hover {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 178px;
    height: 178px;
    padding: 30px;
    border: 1px solid #005BAC;
    background-color: #005BAC;
    color: #FFFFFF;
}
.data-type .data-item:hover .icon {
    display: none;
}
.data-type .data-item:hover .icon-light {
    display: inline-block;
    height: 40px;
    width: 40px;
}
.data-type .data-item:hover .name {
    height: 40px;
    width: calc(100% - 50px);
    margin-top: unset;
    margin-left: 10px;
    line-height: 40px;
    color: inherit;
    font-weight: bold;
}
.data-type .data-item:hover .brief {
    display: none;
}
.data-type .data-item:hover .detail {
    display: block;
    width: 100%;
    font-size: 12px;
}

/* Case Study */
.case-study h3 {
    margin: 40px 0 20px;
    font-size: 24px;
    font-weight: normal;
}
.case-study .case-list {
    list-style-type: none;
    padding-left: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-study .case-item {
    width: 208px;
    height: 98px;
    border: 1px solid #E0E0E0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

/* Page Footer Menu */
.navigation.container {
    margin-top: 80px !important;
    border-top: 2px solid #E0E0E0;
    padding-top: 50px;
}
.navigation .group-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style-type: none;
    padding-left: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.navigation .group-item a {
    color: #999999;
    font-size: 12px;
}
.navigation .group-item label {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.navigation .link-list {
    list-style-type: none;
    padding-left: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
.navigation .link-item {
    line-height: 22px;
}
.navigation .group-item .qrcode {
    width: 140px;
    height: 140px;
}
.navigation .group-item .qrcode .wechat,
.navigation .group-item .qrcode .weibo {
    width: 160px;
    height: 160px;
    position: relative;
    top: -10px;
    left: -10px;
}
