.el-pagination {
    --el-pagination-hover-color: #d2b78c
}

p {
    margin: 0;
}

html {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;

    --primary-color: #1A3B6B;
    --primary-two-color: #342c2a;
    --primary-color-light: #fef7f3

}

.el-carousel__button {
    width: 50px;
    height: 8px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    background-color: var(--primary-color) !important;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.el-carousel__button:before {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 0;
    border-radius: 10px;


}

body {
    background-color: #000;
}

.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/static/img/background_sqares.png");
    background-size: 80%;
    background-position: center;
    background-repeat: repeat-y;

}


header {
    display: flex;
    flex-direction: row;
    width: 1200px;
    margin: 30px auto;
    align-items: center;

}

header .logo {
    width: 96.8px;
    height: 80px;

}
header .logo .img {
    width: 100%;
    height: 100%;

}


header .title-tab {
    flex: 1;
    border: 1px solid var(--primary-color);
    display: flex;
    flex-direction: row;
    height: 40px;
    margin-left: 30px;
    border-radius: 40px;
    align-items: center;
    padding: 0 20px;
    color: #fff;

}

header .title-tab .name {
    flex: 1;
}
header .title-tab .icon {
    margin-right: 10px;
    margin-top: 2px;
}

header .title-tab .tag-list .item {
    background: #03224E;
    padding: 6px 15px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    margin-left: 10px;
    font-size: 16px;
}



.banner {
    min-width: 1200px;
}

.banner-item {
    height: 650px;
    margin: 0 auto;
    font-size: 0;

}

.banner-item.is-link {
    cursor: pointer;
}

.banner-pic {
    width: 100%;
    height: 650px;
    margin: 0 auto;
    object-fit: contain;
}


.main-content {
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}





.tab2 {

    /*width: 100%;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    width: 1200px;
    margin: 0 auto;

}

.tab2 .content {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bolder;
    color: #303030;
}

/*.tab2 .content:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 4px;*/
/*    width: 60px;*/
/*    margin: 0 auto;*/
/*    background-color: #28a13a;*/

/*}*/

.tab2 .title {
    font-size: 24px;
    color: var(--primary-two-color);
}

.tab2 .sub-title {
    font-size: 18px;
    font-weight: bolder;
    color: var(--primary-two-color);

}

.pic {
    font-size: 0;
}


.go-top-btn {
    position: fixed;
    width: 52px;
    height: 52px;
    background-color: var(--primary-color);
    right: 20px;
    bottom: 40px;
    border-radius: 3px;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}

.go-top-btn span {
    font-size: 25px;
}


.footer {
    background: #000E24;
    position: relative;
}
.footer .footer-content {
    margin: 0 auto;
    width: 1200px;
    color: #fff;
    display: flex;
    flex-direction: row;
    padding: 80px 0;
}

.footer .footer-content .left {
    font-size: 18px;
    flex: 1;
}

.footer .footer-content .left .title {
    margin-left: 24px;
    margin-bottom: 10px;
}

.footer .footer-content .left .info {
    line-height: 1.8;
}
.footer .footer-content .left .info .item {
    display: flex;
    align-items: center;
}
.footer .footer-content .left .info .icon {
    font-size: 20px;
    margin-right: 5px;
}

.footer .footer-content .right {
    display: flex;
    flex-direction: row;

}
.footer .footer-content .right .qr-block {
    display: flex;
    flex-direction: column;
    margin-right: 40px;
}
.footer .footer-content .right .qr-block .img {
    width: 180px;
    height: 180px;
}
.footer .footer-content .right .qr-block .label {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}

.footer .bottom {
    color: #b0b0b0;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 20px;
    font-size: 14px;
}

.footer .bottom .text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer .bottom .text a {
    text-decoration: none;
    color: #b0b0b0;
}