.el-pagination {
    --el-pagination-hover-color: #28a13a
}

p {
    margin: 0;
}

html {
    font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
}

.el-carousel__button {
    width: 50px;
    height: 8px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    background-color: #01605c !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;


}


.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header {
    padding-top: 18px;
}

.header .header-pic {
    width: 1200px;
    background-image: url("/static/img/top.png");
    height: 150px;
    margin: 0 auto;
    position: relative;

}



.header .lang {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 15px;
}

.header .lang .link {

    text-decoration: none;
    font-weight: bold;
    /*color: #28a13a;*/
    color: #303030;
    /*width: 60px;*/
    min-width: 90px;
    text-align: center;
    padding: 5px 5px;
    border: 2px solid #303030;
    /*border: 2px solid #28a13a;*/
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.header .lang .link .icon {
    display: inline-block;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    margin-right: 5px;

}

.header .lang .link .icon.en {
    background-color: #02247d;
}

.header .lang .link .icon.zh {
    background-color: #F40002;
}

.header .lang .link.active {
    color: #28a13a;

}




.header .menu {
    min-width: 1200px;
    background-color: #01605c;
}

.header .menu {
    min-width: 1200px;
    background-color: #01605c;
}

.header .header-pic.slot{
    margin-bottom: 61px;
}

.header .menu.float {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}


.header .menu .menu-content {
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.header .menu .menu-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 171.42px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    height: 61px;
    position: relative;
    text-decoration: none;

}


.header .menu-item.active:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 5px solid #7fb323;
}

.header .menu .menu-item:hover {
    background-color: #7fb323;
}

.banner {
    min-width: 1200px;
}

.banner-item {
    height: 600px;
    margin: 0 auto;

}

.banner-item.is-link {
    cursor: pointer;
}

.banner-pic {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    object-fit: contain;
}


.main-content {
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
}

.bottom .content {
    position: relative;
}

.bottom .qrcode-content {
    position: absolute;
    right: -160px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bottom .qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background-color: #01605c;*/
    padding: 10px 10px;
}

.bottom .qrcode .label {
    font-size: 13px;
    color: #01605c;
    /*padding-top: 0px;*/
    font-weight: bold;
}

.bottom .qrcode img {
    width: 115px;
    height: 115px;
}

.bottom .text {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    color: #999;
}

.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: row;
    justify-content: center;
    align-items: center;
    line-height: 55px;
    position: relative;
}

.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;
}

.tab2 .sub-title {
    font-size: 16px;
    color: #999;
}

.pic {
    margin: 0 auto;
    font-size: 0;

}


.go-top-btn {
    position: fixed;
    width: 52px;
    height: 52px;
    background-color: #01605c;
    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;

}