/*
Theme Name: directbooking 2022
Author: baiyunshan
*/

body{
    min-width:1543px;
}
.page-outer {
    margin: 0 auto 0;
    font-family: "Microsoft YaHei";
}
.top-logo{
    display: block;
    margin-top: 56px;
    width: 200px;
    height: 80px;
}
.top-logo img{
    width: 100%;
    height: 100%;
}
.top-login{
    margin-top: 71px;
    width: 200px;
    line-height: 60px;
    border-radius: 10px;
    opacity: 1;
    border: 1px solid #0089FF;
    color:#0089FF;
    font-size: 20px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
    text-align: center;
}
.swiper-outer{
    width: 1449px;
    margin-top: 57px;
    height: 660px;
    border-radius: 10px;
    opacity: 1;
    background: rgba(244,248,251,1);
}
.swiper-outer .left{
    width: 789px;
    height: 660px;
    float: left;
}
.swiper-outer .right{
    width: 660px;
    height: 660px;
    float: right;
    border-radius: 8px;
    overflow: hidden;
}
.swiper-outer .left .title{
    margin-top: 207px;
    margin-left: 60px;
    margin-bottom: 35px;
    font-size: 50px;
    font-weight: 700;
    font-family: "Noto Sans";
}
.swiper-outer .left .text{
    margin-left: 60px;
    font-size: 30px;
    font-weight: 400;
    font-family: "Noto Sans";
}
.swiper {
    width: 660px;
    height: 660px;
}
.swiper-slide{
    position: relative;
}
.swiper-slide img{
    width:100%;
    height: 100%;
}
.swiper-slide .intro{
    width: 100%;
    position: absolute;
    bottom: 53px;
    z-index: 99;
    color:#fff;
    text-align: center;
}
.swiper-slide .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
}
.swiper-slide .text{
    font-size: 20px;
    font-weight: 400;
}
.swiper-button-prev, .swiper-button-next{width:40px;height:40px;}
.swiper-button-prev:after, .swiper-button-next:after{display: none;}
.swiper-button-prev img, .swiper-button-next img{width:100%;height:100%;}
.swiper-button-prev{left:25px;}
.swiper-button-next{right:25px;}

.home-list-outer{
    margin-top: 85px;
    width: 1543px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
}
.home-list-outer .item{
    flex: 1;
    flex-basis:auto;
    width: calc(100%/3);
    position: relative;
}
.home-list-outer .item>img{
    width:100%;
    height: auto;;
}
.home-list-outer .item .text{
    position: absolute;
    left: 90px;
    top: 72px;
    line-height: 21px;
    padding-left: 25px;
    background-image:url("assets/images/home-list/home-list-icon-view.png");
    background-size:21px 21px;
    background-repeat:no-repeat;
    background-position:0 0;
}
.home-list-outer .item .qr{
    position: absolute;
    left: -32px;
    top: -16px;
    width:400px;
    height:280px;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    opacity: 0;
    transition: 0.5s;
}
.home-list-outer .item .text:hover .qr{
    opacity: 1;
    transition: 0.5s;
}
.home-list-outer .item .qr img{
    height: 240px;
    margin-bottom: 10px;
    width: auto;
}

.footer-outer{
    width:100%;
    background-color: #333;
    color:#fff;
}
.footer-inner{
    position: relative;
    width:1449px;
    height: 200px;
    margin: 0 auto;

}
.footer-inner .logo{
    margin-left: 630px;
    margin-top: 55px;
    width: 167px;
    height: auto;
}
.footer-inner .text1{
    display: block;
    position: absolute;
    top:150px;
    left:449px;
    font-size: 20px;
    font-weight: 400;
    color:#fff;
}
.footer-inner .text2{
    position: absolute;
    top:150px;
    left:703px;
    font-size: 20px;
    font-weight: 400;
    color:#fff;
}
.footer-inner .contact{
    position: absolute;
    top:24px;
    right:140px;
    width:122px;
    height: auto;
}
.footer-inner .follow{
    position: absolute;
    top:24px;
    right:-30px;
    width:122px;
    height: auto;
}