html,
body {
    position: relative;
    height: 100%;
}

body {
    background-color: #f2f3f5;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    position: relative;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.home .box {


}

.home .box .title {
    position: absolute;
    width: 100%;
    height: 10%;
    top: 45%;

}

.home .box .circle {
    height: 40%;
    top: 30%;
    position: absolute;
    animation: turn 20s linear infinite;
}

.home .box .btns {
    position: absolute;
    display: flex;
    height: 20%;
    width: 100%;
    align-content: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    bottom: 5%;
    left: 0px;
}

.home .box .btns a {
    width: 12%;
    height: 100%;
    margin: 0px 5%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.global {
    pointer-events: none;

}

.global .menus {
    pointer-events: all;
    animation: global_menus 0.5s;
}

@keyframes global_menus {
    0% {
        -webkit-transform: scale(0);
    }
    25% {
        -webkit-transform: scale(0.25);
    }
    50% {
        -webkit-transform: scale(0.5);
    }
    75% {
        -webkit-transform: scale(0.75);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.box .menus {
    position: absolute;
    height: 5%;
    width: 90%;
    bottom: 2%;
    margin: 0 auto;
    left: 5%;
}

.box .menus .bg {
    background-color: rgba(0, 0, 0, 0.35);
    display: flex;
    align-content: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    height: 100%;
    flex-wrap: nowrap;
    width: 100%;
    border-radius: 10rem;
}

.box .menus .bg .left img, .box .menus .bg .right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box .menus .bg .left {
    width: 5%;
    margin-left: 5%;
}

.box .menus .bg .right {
    width: 5%;
    margin-right: 5%;
}

.box .menus .bg .items {
    height: 100%;
    width: 100%;
    display: flex;
    align-content: space-between;
    justify-content: space-around;
    justify-items: center;
    align-items: center;
    flex-wrap: nowrap;
}

.box .menus .bg .items a {
    width: 7%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 1rem;
}

.box .menus .bg .items .pp {
    background-image: url("/resources/da-ta/home/smallbutton/pp.png");
}

.box .menus .bg .items .qy {
    background-image: url("/resources/da-ta/home/smallbutton/qy.png");
}

.box .menus .bg .items .xm {
    background-image: url("/resources/da-ta/home/smallbutton/xm.png");
}

.box .menus .bg .items .cp {
    background-image: url("/resources/da-ta/home/smallbutton/cp.png");
}


.box .menus .bg .items .pp:hover {
    background-image: url("/resources/da-ta/home/smallbutton/pp_d.png");
}

.box .menus .bg .items .qy:hover {
    background-image: url("/resources/da-ta/home/smallbutton/qy_d.png");
}

.box .menus .bg .items .xm:hover {
    background-image: url("/resources/da-ta/home/smallbutton/xm_d.png");
}

.box .menus .bg .items .cp:hover {
    background-image: url("/resources/da-ta/home/smallbutton/cp_d.png");
}


.home .box .btns .pp {
    background-image: url("/resources/da-ta/home/button/pp.png");
}

.home .box .btns .qy {
    background-image: url("/resources/da-ta/home/button/qy.png");
}

.home .box .btns .xm {
    background-image: url("/resources/da-ta/home/button/xm.png");
}

.home .box .btns .cp {
    background-image: url("/resources/da-ta/home/button/cp.png");
}


.home .box .btns .pp:hover {
    background-image: url("/resources/da-ta/home/button/pp_d.png");
}

.home .box .btns .qy:hover {
    background-image: url("/resources/da-ta/home/button/qy_d.png");
}

.home .box .btns .xm:hover {
    background-image: url("/resources/da-ta/home/button/xm_d.png");
}

.home .box .btns .cp:hover {
    background-image: url("/resources/da-ta/home/button/cp_d.png");
}


.swiper-slide-active .home .box .title {
    animation: zoom 1s cubic-bezier(0, 0.2, 0.9, 1);
}


@keyframes turn {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
    }
}


.box .tabs {
    position: absolute;
    height: 3.9%;
    width: 90%;
    margin: 0 auto;
    left: 5%;
    top: 29%;
    border: 1px solid #8e7704;

    display: flex;
    align-content: space-between;
    justify-content: space-around;
    justify-items: center;
    align-items: center;
    flex-wrap: nowrap;

    border-radius: 10px;
}

.box .taba {
    top: 48%;
    border-radius: 20px;
}

.box .tabs .tab {
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.box .tabs #btn-img2-4 {
    background-image: url("/resources/da-ta/btnb/jtpt_d.png")
}

.box .tabs #btn-img2-5 {
    background-image: url("/resources/da-ta/btnb/cypt_d.png")
}

.box .tabs #btn-img2-6 {
    background-image: url("/resources/da-ta/btnb/qypt_d.png")
}

.box .tabs .btn-img2-4 {
    background-image: url("/resources/da-ta/btnb/jtpt.png") !important;
}

.box .tabs .btn-img2-5 {
    background-image: url("/resources/da-ta/btnb/cypt.png") !important;
}

.box .tabs .btn-img2-6 {
    background-image: url("/resources/da-ta/btnb/qypt.png") !important;
}


.box .tabs #btn-img4-2 {
    background-image: url("/resources/da-ta/btna/jz_d.png")
}

.box .tabs #btn-img4-3 {
    background-image: url("/resources/da-ta/btna/jg_d.png")
}

.box .tabs #btn-img4-4 {
    background-image: url("/resources/da-ta/btna/sgxc_d.png")
}

.box .tabs .btn-img4-2 {
    background-image: url("/resources/da-ta/btna/jz.png") !important;
}

.box .tabs .btn-img4-3 {
    background-image: url("/resources/da-ta/btna/jg.png") !important;
}

.box .tabs .btn-img4-4 {
    background-image: url("/resources/da-ta/btna/sgxc.png") !important;
}


.box .louno {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0px;
}

.box .louno a {
    display: block;
    font-family: Arial;
    font-weight: lighter;
    width: 15%;
    border-bottom: 1px solid red;
    padding: 2% 0px;
}

.box .louno a.select {
    border-bottom: 2px solid red;
}

.box .louno a {
    cursor: pointer;
}

.btn360 {
    position: absolute;
    top: 11%;
    width: 100%;
    height: 28%;

    background: url("/resources/da-ta/360.png") no-repeat;
    background-size: 10vw 10vw;
    background-position: 7% 10px;

}


#seq_btns {
    position: absolute;
    width: 100%;
    bottom: 3%;
    display: flex;
    justify-content: center;
}

#seq_btns .sn, #seq_btns .sw,#seq_btns .hx {
    border: 1px solid #9a5405;
    border-radius: 5%;
    margin: 0px 5%;
    color: #9a5405;
    padding: 2% 6%;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
}


@keyframes animation0 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes animation1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes animation2 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.box .layer {
    width: 100%;
    height: 100%;
}

.box .layer img {
    position: absolute;
    top: 0px;
}

.swiper-wrapper .swiper-slide-prev > .box > .layer > img {
    opacity: 0;
}

.swiper-wrapper .swiper-slide-next > .box > .layer > img {
    opacity: 0;
}

.swiper-wrapper .swiper-slide-active > .box > .layer img {
    opacity: 0;
}

.swiper-wrapper .swiper-slide-active {
    animation: animation0 1s;
}

.swiper-wrapper .swiper-slide-active > .box > .layer > .img0 {
    animation: animation0 1s;
    animation-fill-mode: both;
}

.swiper-wrapper .swiper-slide-active > .box > .layer > .img1 {
    animation: animation1 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.swiper-wrapper .swiper-slide-active > .box > .layer > .img2 {
    animation: animation2 1s;
    animation-delay: 1.5s;
    animation-fill-mode: both;
}

.swiper-wrapper .swiper-slide-active > .box > .btn360 {
    animation: animation2 1s;
    animation-delay: 2s;
    animation-fill-mode: both;
}

.swiper-wrapper .swiper1 .swiper-slide-active > .box > .layer > .border {
    border: 10px solid red;
}

#loading_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

#loading_mask .text {
    color: white;

}


.box .draw_point {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
}

.box .draw_point .point.select {
    position: relative;
    width: 100%;
    height: 10%;
    background: url("/resources/da-ta/draw-point.png") no-repeat;
    background-position: 50% 0%;
    background-size: contain;
}
.box .draw_point .point.a{
    top: 29%;
    animation: down_animationa 0.5s infinite alternate;
}
.box .draw_point .point.b{
    top: 48%;
    animation: down_animationb 0.5s infinite alternate;
}
@keyframes down_animationa {
    form {
        top: 29%;
    }
    to {
        top: 30%;
    }
}
@keyframes down_animationb {
     form {
         top: 48%;
     }
     to {
         top: 49%;
     }
 }


.box .tab360{
    position: absolute;
    top: 40%;
    width: 90%;
    left: 5%;
    display: flex;
    justify-content: center;
    background: url("/resources/da-ta/360/tab/bg.png") no-repeat;
    background-size: contain;
    height: 100%;
}
.box .tab360>div{
    width: 100%;
}
.box .tab360 .swhd.select{
    background: url("/resources/da-ta/360/tab/swhd.png") no-repeat;
    background-size: contain;
}
.box .tab360 .snhd.select{
    background: url("/resources/da-ta/360/tab/snhd.png") no-repeat;
    background-size: contain;
}
.box .tab360 .fxtz.select{
    background: url("/resources/da-ta/360/tab/fxtz.png") no-repeat;
    background-size: contain;
}