@charset "UTF-8";

.guide-page005 {
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    overflow: hidden;
}

.guide-page005 .index-banner {
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.guide-page005 .index-banner .swiper-container {
    height: 100%;
    width: 100%;
}

.guide-page005 .index-banner .swiper-container .swiper-wrapper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.guide-page005 .index-banner #index-vd {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide-page005 .index-banner #index-vd:focus {
    outline: none;
}

.guide-page005 .index-banner .video1 {
    position: absolute;
    left: 0;
    top: 0;
}

.guide-page005 .index-banner .video1 video {
    width: 100%;
    height: 100%;
}

.guide-page005 .index-banner #vdplayer {
    z-index: -1;
}

.guide-page005 .index-banner .fox-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

.guide-page005 .index-banner .fox-video video {
    object-fit: cover;
}

.guide-page005 .index-banner .fox-video .prism-controlbar {
    display: none !important;
}

.guide-page005 .index-banner .fox-video .prism-info-left-bottom,
.guide-page005 .index-banner .fox-video .prism-unmute-btn,
.guide-page005 .index-banner .fox-video .prism-big-play-btn {
    display: none !important;
}

.guide-page005 .index-layout {
    margin: 0 auto;
    width: 14rem;
}

.guide-page005 .show-item {
    transform: translateY(20px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .8s;
}

.guide-page005 .show-item.show {
    transform: translateY(0);
    opacity: 1;
}

.guide-page005 .show-item.show .bottom-container {
    display: flex;
}

.guide-page005 .top {
    position: relative;
    padding: 0.6rem 0 0.2rem;
}

.guide-page005 .top .index-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guide-page005 .top .index-layout .logo {
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.guide-page005 .top .index-layout .logo img {
    position: relative;
    height: 0.7rem;
}

.guide-page005 .top .index-layout .right-btn {
    display: flex;
    align-items: center;
}

.guide-page005 .top .index-layout .right-btn .btn-item {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.34rem;
    padding: 0 0.15rem;
    transition: all 0.3s;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 0.15rem;
}

.guide-page005 .top .index-layout .right-btn .btn-item p {
    margin-left: 0.05rem;
    font-size: 0.16rem;
    text-shadow: 0 0 10px #000;
}

.guide-page005 .top .index-layout .right-btn .btn-item:hover {
    background-color: var(--ruifox-color-primary-1);
    color: #fff;
    border-color: transparent;
}

.guide-page005 .top .index-layout .right-btn .right-box {
    display: flex;
    align-items: center;
    position: relative;
}

.guide-page005 .top .index-layout .right-btn .right-box .img-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 124%;
    display: flex;
    padding: 0.05rem;
    box-sizing: border-box;
    opacity: 0;
    transition: all .5s;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}

.guide-page005 .top .index-layout .right-btn .right-box .img-container::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    transform: translate(-50%);
    border: 0.1rem solid transparent;
    border-bottom-color: white;
    bottom: 100%;
}

.guide-page005 .top .index-layout .right-btn .right-box .img-container .img-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.guide-page005 .top .index-layout .right-btn .right-box .img-container .img-box img {
    width: 1.1rem;
    height: 1.1rem;
}

.guide-page005 .top .index-layout .right-btn .right-box .img-container .img-box p {
    font-size: 0.16rem;
    color: #333;
}

.guide-page005 .top .index-layout .right-btn .right-box .top-qr-btn {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.guide-page005 .top .index-layout .right-btn .right-box .top-qr-btn i {
    font-size: 0.18rem;
    color: var(--ruifox-color-primary-1);
}

.guide-page005 .top .index-layout .right-btn .right-box .top-qr-btn:hover~.img-container {
    opacity: 1;
}

.guide-page005 .inner-guide {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.guide-page005 .inner-guide .index-layout ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.guide-page005 .inner-guide .index-layout ul li {
    width: 2.7rem;
    height: 2.7rem;
    position: relative;
}

.guide-page005 .inner-guide .index-layout ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #07927B;
    transition: all 0.5s;
    border-radius: 10px;
    overflow: hidden;
}

.guide-page005 .inner-guide .index-layout ul li a .inner-nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    position: relative;
    overflow: hidden;
}

.guide-page005 .inner-guide .index-layout ul li a .inner-nav .block {
    width: 1rem;
    height: 1rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all .5s ease;
}

.guide-page005 .inner-guide .index-layout ul li a .inner-nav .svg {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 25%;
    transition: all .5s ease;
}

.guide-page005 .inner-guide .index-layout ul li a .inner-nav .svg svg {
    width: 100%;
    height: 100%;
}

.guide-page005 .inner-guide .index-layout ul li a .inner-nav i {
    font-size: 0.8rem;
    font-weight: normal;
    position: absolute;
    top: 30%;
    z-index: 2;
    transition: all .5s ease;
}

.guide-page005 .inner-guide .index-layout ul li a .inner-nav p {
    font-size: 0.4rem;
    line-height: 1;
    margin-top: 0.2rem;
    z-index: 2;
    position: relative;
    transition: all .5s ease;
    font-family: "微软雅黑";
    font-weight: bold;
}

.guide-page005 .inner-guide .index-layout ul li a:hover {
    transform: translateY(-10px);
}

.guide-page005 .inner-guide .index-layout ul li a:hover .inner-nav .block {
    transform: scale(10);
}

.guide-page005 .inner-guide .index-layout ul li a:hover .inner-nav .svg {
    opacity: 0.2;
    transform: scale(1.6);
    transform-origin: top;
}

.guide-page005 .inner-guide .index-layout ul li a:hover .inner-nav i {
    color: rgba(255, 255, 255, 0.2);
    transform: scale(1.6);
    transform-origin: top;
}

.guide-page005 .inner-guide .index-layout ul li a:hover .inner-nav p {
    font-size: 0.4rem;
    font-weight: bold;
    transform: translateY(-0.6rem);
}

.guide-page005 .inner-guide .index-layout ul li:has(a:hover) {
    z-index: 5;
}

.guide-page005 .inner-guide .index-layout ul li:nth-child(1) {
    z-index: 4;
    transform: translateX(-40px);
}

.guide-page005 .inner-guide .index-layout ul li:nth-child(1) a {
    background-color: rgba(3,
            116,
            105, 0.85)!important;
}

.guide-page005 .inner-guide .index-layout ul li:nth-child(1) a:hover {
    background-color: #037469;
}

.guide-page005 .inner-guide .index-layout ul li:nth-child(2) {
    z-index: 3;
    /* transform: translateY(30px); */
}

.guide-page005 .inner-guide .index-layout ul li:nth-child(2) a {
    background-color: rgba(222, 197, 141, 0.85)!important;
}

.guide-page005 .inner-guide .index-layout ul li:nth-child(2) a:hover {
    background-color: #dec58d;
}

.guide-page005 .inner-guide .index-layout ul li:nth-child(3) {
    z-index: 2;
    transform: translateX(40px);
}

.guide-page005 .inner-guide .index-layout ul li:nth-child(3) a {
    background-color: rgba(253, 246, 236, 0.85)!important;
}

.guide-page005 .inner-guide .index-layout ul li:nth-child(3) a:hover {
    background-color: #fcf5eb;
}

.guide-page005 .inner-guide .index-layout ul li:nth-child(4) {
    z-index: 1;
    transform: translateX(-40px);
}

.guide-page005 .inner-guide .index-layout ul li:nth-child(4) a {
    background-color: rgba(72, 147, 218, 0.85);
}

.guide-page005 .inner-guide .index-layout ul li:nth-child(4) a:hover {
    background-color: #4893da;
}

.guide-page005 .bottom-info {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: auto;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
    box-sizing: border-box;
    padding: 0.1rem 0 0.2rem;
    display: flex;
    justify-content: center;
}

.guide-page005 .bottom-info .info-item {
    display: flex;
    justify-content: center;
    margin: 0 0.05rem;
}

.guide-page005 .bottom-info .info-item p {
    font-size: 0.14rem;
    line-height: 1;
    color: #fff;
}

.guide-page005 .bottom-info .info-item p a {
    color: #fff;
}

.guide-page005 .bottom-info .info-item p+p {
    margin-left: 0.1rem;
}

@media (max-width: 1300px) {
    .guide-page005 .index-banner-slick .img-item {
        background-position: right;
    }
}

@media (max-width: 960px) {
    .guide-page005 .index-banner-slick .fox-video {
        background-image: url(../images/gxhospital/index/index_bg_m.jpg) !important;
        background-position: bottom;
    }

    .guide-page005 .show-item.show .bottom-container {
        display: unset;
    }

    .guide-page005 .index-banner-slick .img-item {
        display: none;
    }

    .guide-page005 .show-item {
        transform: translateY(0);
        opacity: 1;
    }

    .guide-page005 .index-layout {
        width: 100%;
        padding: 0 20px;
    }

    .guide-page005 .top .index-layout {
        justify-content: center;
    }

    .guide-page005 .top .index-layout .logo img {
        width: 320px !important;
        height: auto !important;
    }

    .guide-page005 .top .index-layout .right-btn {
        display: none;
    }

    .guide-page005 .inner-guide {
        width: 100%;
    }

    .guide-page005 .inner-guide .index-layout ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .guide-page005 .inner-guide .index-layout ul li:last-child {
        width: 100% !important;
    }

    .guide-page005 .inner-guide .index-layout ul li {
        width: calc(50% - 5px) !important;
        height: 150px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        transform: translate(0) !important;
        margin-bottom: 10px !important;
    }

    .guide-page005 .inner-guide .index-layout ul li a .inner-nav>img {
        display: none;
    }

    .guide-page005 .inner-guide .index-layout ul li a .inner-nav .block {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    .guide-page005 .inner-guide .index-layout ul li a .inner-nav .svg {
        position: absolute;
        width: 60px !important;
        height: 60px !important;
        top: 19% !important;
        left: 50%;
        margin-left: -30px;
    }

    .guide-page005 .inner-guide .index-layout ul li a .inner-nav i {
        position: absolute;
        font-size: 40px;
        height: 40px;
        line-height: 40px;
        border: none;
        top: 25% !important;
        left: 50%;
        margin-left: -20px;
    }

    .guide-page005 .inner-guide .index-layout ul li a .inner-nav p {
        font-size: 22px !important;
        margin-top: 10px !important;
    }

    .guide-page005 .bottom-info {
        display: block;
        height: auto;
        padding-bottom: 29px;
    }

    .guide-page005 .bottom-info .info-item {
        flex-direction: column;
    }

    .guide-page005 .bottom-info .info-item p {
        text-align: center;
        font-size: 12px;
        line-height: 18px;
    }

    .guide-page005 .bottom-info .info-item p+p {
        margin-left: 0;
    }
}
.r_dialog {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4);
}

.r_dialog .inner-dialog {
  width: 4.2rem;
  border-radius: 0.2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.4rem;
}

.r_dialog .inner-dialog .dialog-body>img {
  width: 100%;
}

.r_dialog .inner-dialog .dialog-body .tips {
  margin: 0.4rem 0;
  color: #AAA;
  font-size: 0.16rem;
  text-align: center;
}

.r_dialog .inner-dialog .dialog-body .tips i {
  color: #D05D5D;
}

.r_dialog .inner-dialog .dialog-body .btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.44rem;
  width: 3.2rem;
}

.r_dialog .inner-dialog .dialog-body .btn-box a.goto_login {
  color: #fff;
  background-color: var(--ruifox-color-primary-1);
  border-radius: 50px;
}

.r_dialog .inner-dialog .dialog-body .btn-box a.close {
  margin-top: 0.2rem;
  border: 1px solid var(--ruifox-color-primary-1);
  color: var(--ruifox-color-primary-1);
  border-radius: 50px;
}


.r_dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.r_dialog_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.r_dialog_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    min-width: 400px;
    max-width: 90%;
}

.r_dialog_header {
    padding: 20px 24px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.r_dialog_header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.r_dialog_header .close {
    color: #999;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.3s;
}

.r_dialog_header .close:hover {
    color: #333;
}

.r_dialog_body {
    padding: 24px;
}

.qrcode-box {
    text-align: center;
}

.qrcode-info {
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}

#work-wechat-qrcode-container {
    display: inline-block;
    margin: 0 auto;
}

.login-loading {
    text-align: center;
    padding: 40px 0;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.error-message {
    color: #f56c6c;
    padding: 20px;
    text-align: center;
    border: 1px solid #fde2e2;
    background-color: #fef0f0;
    border-radius: 4px;
}

/* 企业微信登录按钮样式 */
.workwx-login-btn {
    cursor: pointer;
    transition: all 0.3s ease;
}

.workwx-login-btn:hover {
    color: #07c160;
    transform: scale(1.1);
}

.workwx-login-btn i {
    font-size: 20px;
}
@media (max-width: 420px) {
  .r_dialog_content {
    min-width: 344px;
  }
}
/*# sourceMappingURL=index005.css.map */