.m-nav{display: none}
body{
    color: #1A1A1A;
}


.main{
    width: 100%;
    padding-top: 1.12rem;

}
.Ih-main{
    width: 100%;
    height: 85vh;
    position: relative;
}
.Ih-main .bg{
    width: 100%;
    height: 100%;

}
.Ih-main .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Ih-main .info_box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Ih-main .info_box .box{
    width: 5.8rem;
    height: 2.88rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    padding: 0.6rem 0.8rem;
    border-radius: 0.24rem;
    box-sizing: border-box;
    margin: auto 0.6rem;
}
.Ih-main .info_box .box .t1{
    width: 100%;
    line-height: 1;
    font-size: 0.28rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.Ih-main .info_box .box .t2{
    width: 100%;
    line-height: 1;
    font-size: 0.16rem;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    text-align: center;
    margin-top: 0.16rem;
}
.Ih-main .info_box .box .btn{
    width: 3.14rem;
    height: 0.48rem;
    border-radius: 0.24rem;
    background-color: #A52D2F;
    color: #fff;
    font-size: 0.16rem;
    margin: 0.6rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s;
}
.Ih-main .info_box .box .btn:hover{
    background-color: rgba(165, 45, 47, 0.89);
    box-shadow: 0 0 3px 0px #fff;
}


.itinerary_main{
    width: 100%;
    background: url("../images/itinerary_bg.jpg")no-repeat;
    background-size: cover;
    min-height: 8.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.itinerary_main .center_box{
    width: 8.04rem;
    height: 4.76rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 0.24rem;
    padding: 0.8rem;
    box-sizing: border-box;
}
.itinerary_main .center_box .title{
    width: 100%;
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    line-height: 1;
}
.itinerary_main .center_box .desc{
    width: 100%;
    font-size: 0.16rem;
    text-align: center;
    color: #fff;
    line-height: 1;
    margin-top: 0.16rem;
}
.itinerary_main .center_box .left{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.12rem;
    margin-top: 0.48rem;
}
.itinerary_main .center_box .left .item{
    width: 100%;
    position: relative;
}
.itinerary_main .center_box .left .item .layui-input{
    border-radius: 0.24rem;
    height: 0.48rem;
}
.itinerary_main .center_box .left .item .layui-form-select dl{
    top: 0.5rem;
    min-height: 150px;
}


.itinerary_main .center_box .right{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.16rem;
    margin-top: 0.16rem;
}
.itinerary_main .center_box .right .btn{
    width: 100%;
    height: 0.48rem;
    background-color: #A52D2F;
    border-radius: 0.24rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.16rem;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s;
}
.itinerary_main .center_box .right .btn:hover{
    background-color: rgba(165, 45, 47, 0.89);
    box-shadow: 0 0 3px 0px #fff;
}


.itinerary_main .center_box .right .links{
    width: 100%;
    height: 0.48rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.itinerary_main .center_box .right .links a{
    color: #fff;
    font-size: 0.15rem;
    margin: auto 0.08rem;
}
.itinerary_main .center_box .right .links a:hover{
    opacity: 0.8;
}

/*游轮百科*/
.encyclopedia_main{
    width: 100%;
    background-color: #F5F5F5;
}
.encyclopedia_main .banner{
    width: 100%;
    height: 3.34rem;
    position: relative;
}
.encyclopedia_main .banner .bg{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.encyclopedia_main .banner .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.encyclopedia_main .banner .info{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}
.encyclopedia_main .banner .info .box{
    width: 12.8rem;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.encyclopedia_main .banner .info .box .t1{
    width: 100%;
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
    color: #1A1A1A;
}
.encyclopedia_main .banner .info .box .form_box{
    width: 8.28rem;
    height: 0.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 0.4rem;
    overflow: hidden;
    padding: 0 0.4rem 0 0.28rem;
    box-sizing: border-box;
    margin-top: 0.4rem;
}
.encyclopedia_main .banner .info .box .form_box .icon{
    width: 0.18rem;
    height: 0.18rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.encyclopedia_main .banner .info .box .form_box .icon img{
    width: 100%;
}
.encyclopedia_main .banner .info .box .form_box .input{
    flex: 1;
    height: 100%;
    margin-left: 0.04rem;
}
.encyclopedia_main .banner .info .box .form_box .input input{
    width: 100%;
    height: 100%;
    border: none;
}
.encyclopedia_main .banner .info .box .form_box .input input:focus{
    outline: none;
}
.encyclopedia_main .banner .info .box .form_box .btn{
    height: 100%;
    width: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 1;
    font-size: 0.18rem;
    color: #0E4073;
    background: none;
    border: none;
    cursor: pointer;
}
.encyclopedia_main .banner .info .box .form_box .btn:hover{
    opacity: 0.8;
}
.encyclopedia_main .banner .info .box .form_box .btn::before{
    content: '';
    width: 1px;
    height: 0.18rem;
    background-color: #1A1A1A;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.encyclopedia_main .banner .info .box .tab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4rem;
}
.encyclopedia_main .banner .info .box .tab .item{
    padding: 0.12rem 0.24rem;
    border: 1px solid #fff;
    color: #0E4073;
    background-color: #fff;
    line-height: 1;
    font-size: 0.18rem;
    margin: auto 0.12rem;
    border-radius: 0.24rem;
    transition: 0.3s;
    cursor: pointer;
}
.encyclopedia_main .banner .info .box .tab .item:hover{
    background-color: #0E4073;
    border: 1px solid #0E4073;
    color: #fff;
}
.encyclopedia_main .banner .info .box .tab .item.on{
    background-color: #0E4073;
    border: 1px solid #0E4073;
    color: #fff;
}
.encyclopedia_main .tab_list{
    width: 12.8rem;
    margin: auto;
    padding: 0.4rem 0 0.8rem;
}
.encyclopedia_main .tab_list .list{
    width: 100%;
    padding: 0.24rem;
    background-color: #fff;
    border-radius: 0.24rem;
}
.encyclopedia_main .tab_list .list .t1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.encyclopedia_main .tab_list .list .t1 .l{
    font-size: 0.2rem;
}
.encyclopedia_main .tab_list .list .t1 .r .icon{
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 50%;
    border: 2px solid #1A1A1A;
    display: flex;
    justify-content: center;
    align-items: center;
}
.encyclopedia_main .tab_list .list .t1 .r .icon i{
    font-size: 0.16rem;
    color: #1A1A1A;
    font-weight: bold;
    line-height: 1;
}
.encyclopedia_main .tab_list .list .t1 .r .icon i:nth-of-type(2){
    display: none;
}
.encyclopedia_main .tab_list .list .question{
    width: 100%;
    margin-top: 0.14rem;
    border-top: 1px solid rgba(26, 26, 26, 0.11);
    transition: 0.3s;
    height: 0;
    overflow: hidden;
    display: none;
}
.encyclopedia_main .tab_list .list .question .item{
    width: 100%;
    padding: 0.2rem 0;
}
.encyclopedia_main .tab_list .list .question .item .q{
    width: 100%;
    font-size: 0.18rem;
    font-weight: bold;
    color: #1A1A1A;
}
.encyclopedia_main .tab_list .list .question .item .a{
    width: 100%;
    font-size: 0.16rem;
    color: #767676;
    line-height: 0.26rem;
    margin-top: 0.1rem;
}
.encyclopedia_main .tab_list .list.active .question{
    height: auto;
    display: block;
}
.encyclopedia_main .tab_list .list.active .t1 .r .icon i:nth-of-type(2){
    display: inline-block;
}
.encyclopedia_main .tab_list .list.active .t1 .r .icon i:nth-of-type(1){
    display: none;
}

/*搜索*/
.search_main{
    width: 100%;
    min-height: 60vh;
}
.search_main .list{
    width: 12.8rem;
    margin: auto;
    padding: 0.8rem 0;
}
.search_main .list .item{
    width: 100%;
    display: block;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 0.2rem;
}
.search_main .list .item .keyword{
    color: #A52D2F;
}
.search_main .list .item .title{
    width: 100%;
    font-size: 0.2rem;
    font-weight: bold;
}
.search_main .list .item .description{
    width: 100%;
    font-size: 0.14rem;
    color: #999;
    margin-top: 0.1rem;
}
.search_main .list .item .date{
    width: 100%;
    font-size: 0.12rem;
    color: #999;
    margin-top: 0.1rem;
}
.search_main .list .blank{
    width: 100%;
    min-height: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding-bottom: 1rem;
}
.search_main .list .blank .img{
    width: 100%;
    text-align: center;
}
.search_main .list .blank .img img{
    width: 7.4rem;
}
.search_main .list .blank .txt{
    width: 100%;
    text-align: center;
    margin-top: 0.2rem;
    font-size: 0.14rem;
    color: #999;
}

/*关于我们*/
.about_main{
    width: 100%;

}
.about_main .banner{
    width: 100%;
    height: 4.8rem;
    position: relative;
}
.about_main .banner .bg{
    width: 100%;
    height: 100%;

}
.about_main .banner .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_main .banner .info{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.about_main .banner .info .t1{
    width: 100%;
    font-size: 0.48rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.about_main .banner .info .t2{
    width: 100%;
    font-size: 0.2rem;
    text-align: center;
    color: #fff;
    margin-top: 0.24rem;
}
.about_main .content{
    width: 12.8rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
}


.page-box {
    position: relative;
    overflow: hidden;
}
.page-box .top {
    position: relative;
    height: 104px;
    overflow: hidden;
}
.page-box .bot {
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 40px 0;
}
.page-box .inbox {
    position: absolute;
    top: 50%;
    left: 16.66%;
    right: 16.66%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}
.bgban {
    position: relative;
}
.bgban .pic {
    position: relative;
}
.bgban .pic::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/transition/b-mk.png) no-repeat bottom center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bgban .pic .img {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.listb1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 -12px;
}
.listb1 li {
    width: 20%;
    padding: 0 12px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}
.listb1 li.act {
    opacity: 1;
}
.listb1 .pic {
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 24px;
}
.listb1 .pic .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.m-ani {
    position: absolute;
    top: 0;
    -webkit-animation: leftAni 6.5s linear 1 forwards;
    -moz-animation: leftAni 6.5s linear 1 forwards;
    -o-animation: leftAni 6.5s linear 1 forwards;
    animation: leftAni 6.5s linear 1 forwards;
}
.m-ani .c1 {
    width: 158px;
}
.m-ani .c1 img {
    display: block;
    width: 100%;
}
.m-ani .c2 {
    width: 158px;
    height: 28px;
    background: url(../images/transition/c2.png) repeat-x 0 0;
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    -webkit-animation: anib1 16s linear infinite;
    -moz-animation: anib1 16s linear infinite;
    -o-animation: anib1 16s linear infinite;
    animation: anib1 16s linear infinite;
}
@-webkit-keyframes leftAni {
    0% {
        right: 87%;
    }
    100% {
        right: 0%;
    }
}
@-moz-keyframes leftAni {
    0% {
        right: 87%;
    }
    100% {
        right: 0%;
    }
}
@-o-keyframes leftAni {
    0% {
        right: 87%;
    }
    100% {
        right: 0%;
    }
}
@keyframes leftAni {
    0% {
        right: 87%;
    }
    100% {
        right: 0%;
    }
}
@-webkit-keyframes anib1 {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: -100% 0;
    }
}
@-moz-keyframes anib1 {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: -100% 0;
    }
}
@-o-keyframes anib1 {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: -100% 0;
    }
}
@keyframes anib1 {
    0% {
        background-position: 0 0;
    }
    to {
        background-position: -100% 0;
    }
}
@media screen and (max-width: 1199px) {
    .page-box .inbox {
        left: 3%;
        right: 3%;
    }
    .page-box .top {
        height: 10vw;
    }
    .page-box .bot {
        padding: 3vw 0;
    }
    .m-ani {
        width: 16%;
    }
    .m-ani .c2,
    .m-ani .c1 {
        width: 100%;
    }
    .m-ani .c2 {
        height: 2.33vw;
    }
    .listb1 {
        margin: 0 -6px;
    }
    .listb1 li {
        padding: 0 6px;
    }
    .listb1 .pic {
        border-radius: 10px;
    }
}
/*# sourceMappingURL=./style.css.map */

.login_main{
    width: 100%;
    height: 100vh;
    background: url("../images/login_bg.jpg")no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_main .login_box{
    width: 14rem;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login_main .login_box .left{
    width: 8.18rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
}
.login_main .login_box .left .logo{
    width: 0.96rem;
    position: absolute;
    left: 0;
    top: 0;
}
.login_main .login_box .left .logo img{
    width: 100%;
}
.login_main .login_box .left .t1{
    width: 100%;
    font-size: 0.56rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.login_main .login_box .left .t2{
    width: 100%;
    font-size: 0.24rem;
    color: #fff;
    line-height: 1;
    margin-top: 0.24rem;
}
.login_main .login_box .right{
    width: 4.76rem;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 0.24rem;
    backdrop-filter: blur(10px);

}
.login_main .login_box .right .form{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 0 0.48rem;
    box-sizing: border-box;
}
.login_main .login_box .right .t1{
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.4rem;
}
.login_main .login_box .right .line{
    width: 0.48rem;
    height: 0.04rem;
    background-color: #A52D2F;
    margin-bottom: 0.4rem;
}
.login_main .login_box .right .input{
    width: 100%;
    margin-bottom: 0.24rem;
    height: 0.56rem;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0.4rem;
}
.login_main .login_box .right .input input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0.16rem;
    box-sizing: border-box;
}
.login_main .login_box .right .btn{
    width: 100%;
    height: 0.56rem;
    border-radius: 0.4rem;
    background-color: #A52D2F;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0.18rem;
    transition: 0.1s;
}
.login_main .login_box .right .btn:hover{
    border: 0.02rem solid #fff;
}











