/* 关于本馆 */
.about-content {
    width: 72rem;
    height: 38rem;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.88;
    z-index: 9;
    padding-right: 2rem;
}

.about-content .about-content-left {
    display: flex;
    flex-direction: column;
    width: 58.625rem;
}

.about-content .about-content-left .title {
    background: #30604E;
    border-radius: 0px 1rem 1rem 0px;
    margin-top: 2rem;
    padding: 0 1.4375rem;
    height: 2rem;
    line-height: 2rem;
    width: 9.5rem;
}

.about-content .about-content-left .title p {
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
}

.about-content .about-content-left .title .icon {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    width: 1.75rem;
    display: inline-block;
    height: 1.625rem;
}

.about-section {
    width: 51.75rem;
    margin: 1.6875rem 0 16px 5.25rem;
}

.about-section .msg {
    width: 46.5rem;
    line-height: 1.875rem;
    text-indent: 2em;
    position: relative;
}


.about-section .text-content p,
.about-section .text-content span {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

.about-section .text-content span {
    background: #fff;
    display: inline-block;
    background: -webkit-linear-gradient(left, transparent, #fff 40%);
    background: -o-linear-gradient(right, transparent, #fff 40%);
    background: -moz-linear-gradient(right, transparent, #fff 40%);
    background: linear-gradient(to right, transparent, #fff 40%);
}

.about-content .text-content {
    max-height: 5.3125rem;
    overflow: hidden;
    text-align: left;
}

.about-section .text-content:after {
    content: "...";
    position: relative;
    bottom: 0;
    right: 0;
    padding-right: 3.25rem;
    background: -webkit-linear-gradient(left, transparent, #fff 55%);
    background: -o-linear-gradient(right, transparent, #fff 55%);
    background: -moz-linear-gradient(right, transparent, #fff 55%);
    background: linear-gradient(to right, transparent, #fff 55%);
}

.color-active a {
    color: #305F4D !important;
}

.about-section .more-detail {
    /* flex-shrink: 0; */
    position: absolute;
    bottom: -0.25rem;
    right: 0.3125rem;
    z-index: 9;
    cursor: pointer;
}

.about-content .about-content-right {
    width: 11.375rem;
    height: 38rem;
    background: #305F4D;
    padding: 2rem 0 2.625rem 0;
}

.about-content .about-content-right .about-content-nav li {
    height: 2.5rem;
    font-size: 1.125rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.about-content .about-content-right .about-content-nav li a {
    text-decoration: none;
    color: #FFFFFF !important;
    display: inline-block;
    line-height: 2.5rem;
}

.about-content .about-content-right .about-content-nav li .icon {
    height: 1.5rem !important;
    position: relative;
    top: 50%;
    transform: translate(0, -70%);
}

.about-content .about-content-right .about-content-section a:hover {
    color: #FFFFFF !important;
}

.about-content .about-content-right .about-content-nav .about-content-active {
    width: 100%;
    background: #3E6E5C;
}

.about-content .about-content-right .about-content-section {
    margin-top: 0.75rem;
    text-align: center;
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9C8267;
}

.about-content .about-content-right .about-content-section a {
    margin-bottom: 0.8125rem;
    text-decoration: none;
    color: #9C8267 !important;
    display: block;
}

.about-content .about-content-right .about-content-section a:hover {
    color: #9C8267 !important;
}

.about-content .about-content-right .about-content-section a:last-child {
    margin-bottom: 0;
}

.about-content .about-content-right .about-content-appointment {
    margin: 1.6875rem 0 1.0625rem 0;
    text-align: center;
}

.about-content .about-content-right .about-content-appointment .line {
    width: 7.375rem;
    height: 1px;
    background: #9C8267;
    margin: 0 auto;
}

.about-content .about-content-right .about-content-appointment .arrow-line {
    position: relative;
    width: 7.375rem;
    margin: 0 auto;
}

.about-content .about-content-right .about-content-appointment .arrow-line .line {
    position: absolute;
}

.about-content .about-content-right .about-content-appointment .arrow-line .arrow {
    position: absolute;
    left: 50%;
    top: -0.3125rem;
    transform: translate(-50%, -50%);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    height: 0.625rem;
    width: 0.625rem;
    background-color: #305F4D;
    border: 1px solid;
    border-color: transparent #9C8267 #9C8267 transparent;
}


.about-content .about-content-right .about-content-appointment p {
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #8ABAA7;
    margin: 0.5rem 0;
}

.about-content .about-content-right .qrcode {
    margin-top: 2.125rem;
}

.about-content .about-content-right .qrcode p {
    font-size: 0.875rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F3F4F3;
    margin: 0.375rem 0 1.0625rem 0;
}

.about-content .about-content-right .qrcode .code {
    width: 7.375rem;
    height: 7.375rem;
    margin: 0 auto;
}

.about-content .about-swiper-content {
    margin-top: 0.875rem;
    position: relative;
    height: 23.8125rem;
    width: 47.125rem;
    overflow: hidden;
    display: none ;
}

.about-content .about-swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: none ;
}

.about-content .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.about-content .swiper-slide {
    text-align: center;
    height: 86%;
    background: transparent;
    transition: 300ms;
    transform: scale(0.7);
    opacity: 0.5;
    position: relative;
}

/* swiper-slide swiper-slide-duplicate swiper-slide-next */
.about-content .swiper-slide-active,
.about-content .swiper-slide-duplicate-active {
    transform: scale(1);
    opacity: 1;
}

.about-content .swiper-button-next,
.about-content .swiper-button-prev {
    display: none;
}

.about-content .swiper-slide-active {
    z-index: 999 !important;
}

.about-content .swiper-slide-prev .s-left {
    margin-left: 45%;
}

.about-content .swiper-slide-prev {
    background-color: #fff;
}

.about-content .swiper-slide-next {
    background-color: #fff;
    transform: scale(0.6) !important;
}

.footer {
    z-index: 9;
    width: 100%;
    position: absolute;
    bottom: 10%;
}

.footer p {
    display: block;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F3F4F3;
    line-height: 1.75rem;
}
.footer div{
   display: none;
}