@charset "utf-8";
@font-face {
  font-family: 'hanyi';
  src: url('/act/xtl/newserver/20250319/3605e7/fonts/hyjk.ttf');
}
.xtl_logo_bg,
.xtl_logo_lk a {
    position: absolute;
    width: 190px;
    height: 89px;
    top: 12px;
    left: 0;
}

.xtl_logo_bg {
    z-index: 10;
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/logo.png) no-repeat;
    cursor: pointer;
    background-size: 190px 89px;
}

.xtl_logo_lk a {
    z-index: 11;
}

.bar{
  width: 100%;
  height: 1355px;
  position: relative;
}

.head {
    height: 1355px;
    /* background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/head.jpg) no-repeat center top; */
    z-index: 1;
    position: relative;
    background-size: 100% 100%;
}

.slotxt,
.slotxtm {
  left: 0;
  top: 534px;
  z-index: 1
}

.slotxtm {
    top: 660px;
    left: 0px
}
.slotxtm img{width: 750px;}
.slotxt-time{
  line-height: 35px;
  position: absolute;
  font-size: 22px;color: #f6dda5;
  top: 4px;
  text-align: center;
  width: 450px;
  left: 282px;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: 2px;
  /* writing-mode: vertical-lr; */
  box-sizing: border-box;
}
/* .slotxt-time em{writing-mode: horizontal-tb;} */
.slotxt-time span{color: #f6dda5;}
.slotxt-desc{
  width: 704px;
  position: absolute;
  left: 12px;
  line-height: 52px;
  font-family: 'hanyi';
  font-size: 26px;
  color: #f6dda5;
  top: 135px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}

.dyanren {
    color: #5e3a26;
    font-size: 18px;
    line-height: 20px;
    width: 29px;
    text-align: center;
    left: 37px;
    top: 423px;
}

.dyanren span {
    display: block;
    transform: rotate(90deg);
}

.qqqun {
    z-index: 3;
    width: 0;
    text-indent: 0;
    left: 0;
    top: 722px;
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.daqu {
    z-index: 3;
    text-indent: 0;
    font-size: 24px;
    text-align: center;
    display: block;
    color: #e1cfa4;
    width: 100%;
    left: 0;
    top: 760px;
    line-height: 36px;
}

.login {
    z-index: 4;
    left: 0;
    width: 100%;
    height: 51px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 51px;
    top: 865px;
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/login-bg.png) center center no-repeat;
}

.login a {
    color: #ffed8b
}

.active .slotxtm {
    -webkit-animation: sloganAni .4s 0s linear both
}

.active .qqqun,
.active .daqu,
.active .login {
    -webkit-animation: fadeInUp 1s .2s ease both
}

.active .daqu {
    -webkit-animation-delay: .4s
}

.active .login {
    -webkit-animation-delay: .6s
}

.active .qqqun {
    -webkit-animation-delay: .8s
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes sloganAni {
    0% {
        -webkit-transform: scale(1.8);
        opacity: 0
    }

    60% {
        -webkit-transform: scale(1);
        opacity: 1
    }

    65% {
        -webkit-transform: translate(-4px, -4px)
    }

    70% {
        -webkit-transform: translate(0, 0)
    }

    75% {
        -webkit-transform: translate(4px, 4px)
    }

    80% {
        -webkit-transform: translate(0, 0)
    }

    85% {
        -webkit-transform: translate(-4px, 4px)
    }

    90% {
        -webkit-transform: translate(0, 0)
    }

    95% {
        -webkit-transform: translate(4px, -4px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        opacity: 1
    }
}

.slotxt {
    display: none;
}

.slotxtm {
    display: block;
}

.kaji .head {
    background: url(/act/xtl/newserver/20250319/3605e7/return/m/img/kaji/head.jpg) no-repeat center top;
}

.head .qrcode-box{
  position: absolute;
  width: 189px;
  height: 189px;
  top: 467px;
  right: 10px;
  background: url('/act/xtl/newserver/20250319/3605e7/gift/m/img/qrcode_bg.png') no-repeat center;
  background-size: 100% auto;
}
.head .qrcode-box .qrcode{
  position: absolute;
  width: 93px;
  height: 93px;
  top: 38px;
  left: 48px;
}
.head .qrcode-box .qrcode img{
  display: block;
  width: 100%;
  height: auto;
}
/* 顶部导航栏 */
.addnavbox {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 354px;
  z-index: 1;   
}

.daohangbox {
    width: 100%;
    height: 354px;
    margin: 0 auto;
    position: relative;
}

.daohangbox .nav-link {
    position: absolute;
    top: 0;
    left: 50%;
		margin-left: -362px;
    width: 725px;
    height: 100%;
}

.daohangbox a {
    width: 210px;
    height: 211px;
    text-indent: -9999em;
    display: block;
    position: absolute;
    box-sizing: border-box;
    color: #fff6d9;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    /* top: 0;
    left: 0; */
    /* border: 1px solid #000; */
}
.daohangbox a span{
    background: #e35a2d;
    color: #fff6d9;
    height: 22px;line-height: 22px;
    padding: 0 5px;border-radius: 999px;
}
.daohangbox a.addlink1 {
    top: 0px;
    left: 0px;
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/nav1.png?v1) no-repeat;
}
.daohangbox a.addlink2 {
    top: 147px;
    left: 126px;
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/nav2.png?v1) no-repeat;
}

.daohangbox a.addlink3 {
    left: 259px;
    top: 0px;
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/nav3.png?v1) no-repeat;
}

.daohangbox a.addlink4 {
    top: 147px;
    left: 398px;
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/nav4.png?v1) no-repeat;
}

.daohangbox a.addlink5 {
    top: 0px;
    left: 514px;
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/nav5.png?v1) no-repeat;
}

.pg1 .daohangbox a.addlink1 {
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/nav1-h.png?v1) no-repeat;
}

.pg2 .daohangbox a.addlink2 {
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/nav2-h.png?v1) no-repeat;

}

.pg3 .daohangbox a.addlink3 {
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/nav3-h.png?v1) no-repeat;
}

.pg5 .daohangbox a.addlink4 {
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/nav4-h.png?v1) no-repeat;
}

.pg6 .daohangbox a.addlink5 {
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/nav5-h.png?v1) no-repeat;
}

/* 顶部导航栏 底部 */
 /* .addnavbox {
    width: 750px;
    height: 80px;
    position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
} 

.daohangbox {
    width: 100%;
    height: 100%;
    position: relative;
}

.daohangbox .nav-link {
    position: absolute;
    top: 0;
    left: 0px;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.daohangbox a {
    width: 125px;
    height: 80px;
    text-indent: -9999em;
    display: block;
    background-size: contain;
    box-sizing: border-box;
    color: #fff6d9;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
		background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/m-menu.png) no-repeat;
}

.daohangbox a span{
    background: #e35a2d;
    color: #fff6d9;
    height: 22px;line-height: 22px;
    padding: 0 5px;border-radius: 999px;
}
.daohangbox a.addlink1{background-position: 0 0;}
.daohangbox a.addlink2{background-position: -125px 0;}
.daohangbox a.addlink3{background-position: -250px 0;}
.daohangbox a.addlink4{background-position: -375px 0;}
.daohangbox a.addlink5{background-position: -500px 0;}
.daohangbox a.addlink6{background-position: -625px 0;}
.pg1 .daohangbox a.addlink1 {
    background-position: 0 -90px;
}

.pg2 .daohangbox a.addlink2 {
    background-position: -125px -90px;

}

.pg3 .daohangbox a.addlink3 {
    background-position: -250px -90px;
}


.pg4 .daohangbox a.addlink4 {
    background-position: -375px -90px;
}

.pg5 .daohangbox a.addlink5 {
    background-position: -500px -90px;
}

.pg6 .daohangbox a.addlink6 {
    background-position: -625px -90px;
}
.pg7 .daohangbox a.addlink7 {
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/nav7-h.png) no-repeat top / cover;
} */


/* 侧栏 */

.side-column {
    width: 95px;
    height: 518px;
    position: absolute;
    right: 10px;
    top: 820px;
    z-index: 10;
}

.side-column.fiex {
    position: fixed;
    top: 0;
}

.side {
    position: relative;
    width: 89px;
    height: 536px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /* padding: 42px 0 30px 0px; */
}

.side::after {
    z-index: -1;
    pointer-events: none;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 14px;
    height: 518px;
    background: url(/act/xtl/newserver/20250319/3605e7/precharge/m/img/nav-line.png) no-repeat;
}

.side a {
    position: relative;
    width: 98px;
    height: 98px;
    display: block;
    text-indent: -9999em;
    margin: 10px 0;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side a img {
    display: block;
    /* transition: all 1s ease; */
}

.side a .nav-img-h {
    display: none;
}


.side a.nav4 {
    width: 75px;
    height: 69px;
}

/* .side a:hover .nav-img, */
.side a.on .nav-img {
    display: none;
}

/* .side a:hover .nav-img-h, */
.side a.on .nav-img-h {
    display: block;
}

.side-column.toggleside{
    height: 0px;
}
.side-column.toggleside .side{
    display: none;
}
.side-column.toggleside .put-away{
    bottom: -82px;
}
.put-away{
    position: absolute;
    z-index: 4;
    right: 34px;
    bottom: -64px;
    width: 33px;
    height: 82px;
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/put-away.png) no-repeat;
}
.put-away.unfold{
    background: url(/act/xtl/newserver/20250319/3605e7/appoint/m/img/unfold.png) no-repeat;
}
