.bg-top {
    background-size: cover;
    background-position: center;
}

.bg-link {
    background-image: url(../images/link.png) center;
    background-size: cover;
    background-position: center;
}

.bg-main {
    background-color: #B5007B;
}

.bg-main-25 {
    background-color: rgba(181, 00, 123, .55);
}

.main-color {
    color: #B5007B;
}

.vertical-center {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.zzb-search:focus {
    box-shadow: unset !important;
}

.carousel-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.c1-carousel-img {
    padding-top: .75rem;
    width: 100%;
    height: 18.375rem;
    object-fit: cover;
}

.hover-main {
    cursor: pointer;
}

.hover-main:hover {
    color: #B5007B !important;
}

.bg-img {
    background: url(images/bg-slide4.png) center;
}

.icon {
    width: 3rem;
    height: 3rem;
    fill: currentColor;
    overflow: hidden;
}

.c-title {
    font-size: 1.5rem;
}

.size-1 {
    font-size: .5rem;
}

.size-2 {
    font-size: 1rem;
}

.size-3 {
    font-size: 1.5rem;
}

.size-4 {
    font-size: 1.75rem
}

.size-5 {
    font-size: 2.25rem
}

.c-more {
    position: absolute;
    right: .5rem;
    bottom: 1rem;
}

.c1r-img {
    object-fit: fill;
    height: 4.4rem;
    width: 100%;
}

.logo {
    max-width: 18rem;
    width: 100%;
}

.mobile {
    display: none;
}

.footer {
    position: relative;
    height: 180px;
    z-index: 1;
    color: white;
    width: 100%;
    margin: 0 auto;
}

.sd-bg {
    position: absolute;
    height: 120px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.footer-box {
    position: relative;
    z-index: 2;
    padding-top: 2rem;
}

.f-logo {
    height: 4rem;
}

.line-height-2 {
    line-height: 2rem;
}

.copyright {
    padding-top: 2rem;
    z-index: 2;
    position: relative;
}

.f-address-box {
    margin-left: 11.5rem;
}

.slide-img {
    object-fit: fill;
}

.slide-title {
    padding: 16px;
    background: rgba(0, 0, 0, .3);
}

.a-content {
    position: relative;
}

.zzb-bg-header {
    background-image: url(../images/bg20211027.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.mobile-header {
    background-size: unset !important
}

.content img {
    width: 100%;
}

.content p {
    text-align: justify;
}

.slide-span{
    background: rgba(0,0,0,.7);
    color: white;
    padding: 4px;
    font-size: 32px;
}

.more{
    position: absolute;
    right: 1rem;
    top: -2.5rem;
}

.zzb-title-2{
    position: absolute;
    bottom: 0.5rem;
}