html.layui {
    overflow: initial !important;
}
.layui-logo {
    width: 136px;
    height: 78px;
    padding: 0 17px 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layui-logo img {
    height:100%;
}

.layui-nav-side {
    background: #fff;
    border-right: 1px solid #eee;
    width:200px;
}

.layui-bg-white {
    background: #fff;
}

.layui-nav-item {
    margin-bottom: 10px;
}

.layui-nav-item > a {
    width: 136px;
    height: 40px;
    border-radius: 40px;
    padding: 0 !important;
    margin: 0 auto;
    cursor: pointer;
}

.layui-nav-item > a span {
    margin-left: 26px;
}

.layui-nav-item > a.layui-color-black {
    color: #222 !important;
    font-size: 16px;
}

.layui-nav-item.layui-nav-itemed > a.layui-color-black {
    background: #2DA9FF;
    color: #fff !important;
}

.layui-color-white {
    color: #fff;
}

.layui-nav-item a span {
    padding-left: 24px;
    position: relative;
}

.layui-nav-item a span::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.layui-nav-item a span.home::before {
    background: url("../images/icon01.png") no-repeat;
}

.layui-nav-item a span.icon-1-0::before {/*商城*/
    background: url("../images/icon04.png") no-repeat;
}

.layui-nav-item a span.icon-1-1::before {/*车辆*/
    background: url("../images/icon12.png") no-repeat;
}

.layui-nav-item a span.icon-1-2::before {/*酒店*/
    background: url("../images/icon02.png") no-repeat;
}

.layui-nav-item a span.icon-1-3::before {/*门票*/
    background: url("../images/icon03.png") no-repeat;
}

.layui-nav-item a span.icon-1-4::before {/*餐厅*/
    background: url("../images/icon14.png") no-repeat;
}

.layui-nav-item a span.icon-1-5::before {/*导游*/
    background: url("../images/icon10.png") no-repeat;
}

.layui-nav-item a span.icon-2-1::before {/*国内游*/
    background: url("../images/icon06.png") no-repeat;
}

.layui-nav-item a span.icon-2-2::before {/*出境游*/
    background: url("../images/icon07.png") no-repeat;
}

.layui-nav-item a span.icon-2-3::before {/*周边游*/
    background: url("../images/icon05.png") no-repeat;
}

.layui-nav-item a span.icon-2-4::before {/*车票*/
    background: url("../images/icon13.png") no-repeat;
}
.layui-nav-item a span.icon-2-5::before {/*落地游*/
    background: url("../images/icon15.png") no-repeat;
}
.layui-nav-item a span.icon-1-10::before {/*签证*/
    background: url("../images/icon09.png") no-repeat;
}

.layui-nav-item a span.customized::before {/*定制游*/
    background: url("../images/icon08.png") no-repeat;
}

.layui-nav-item a span.enterprise::before {/*企业*/
    background: url("../images/icon11.png") no-repeat;
}

.layui-nav-item a:hover span.home::before {
    background: url("../images/icon001.png") no-repeat;
}

.layui-nav-item a:hover span.icon-1-0::before {/*商城*/
    background: url("../images/icon004.png") no-repeat;
}

.layui-nav-item a:hover span.icon-1-1::before {/*车辆*/
    background: url("../images/icon012.png") no-repeat;
}

.layui-nav-item a:hover span.icon-1-2::before {/*酒店*/
    background: url("../images/icon002.png") no-repeat;
}

.layui-nav-item a:hover span.icon-1-3::before {/*门票*/
    background: url("../images/icon003.png") no-repeat;
}

.layui-nav-item a:hover span.icon-1-4::before {/*餐厅*/
    background: url("../images/icon014.png") no-repeat;
}

.layui-nav-item a:hover span.icon-1-5::before {/*导游*/
    background: url("../images/icon010.png") no-repeat;
}

.layui-nav-item a:hover span.icon-2-1::before {/*国内游*/
    background: url("../images/icon006.png") no-repeat;
}

.layui-nav-item a:hover span.icon-2-2::before {/*出境游*/
    background: url("../images/icon007.png") no-repeat;
}

.layui-nav-item a:hover span.icon-2-3::before {/*周边游*/
    background: url("../images/icon005.png") no-repeat;
}

.layui-nav-item a:hover span.icon-2-4::before {/*车票*/
    background: url("../images/icon013.png") no-repeat;
}
.layui-nav-item a:hover span.icon-2-5::before {/*落地游*/
    background: url("../images/icon015.png") no-repeat;
}
.layui-nav-item a:hover span.icon-1-10::before {/*签证*/
    background: url("../images/icon009.png") no-repeat;
}

.layui-nav-item a:hover span.customized::before {/*定制游*/
    background: url("../images/icon008.png") no-repeat;
}

.layui-nav-item a:hover span.enterprise::before {/*企业*/
    background: url("../images/icon011.png") no-repeat;
}

.layui-nav-item > a.layui-color-black:hover{
    color:#fff!important;
}
.layui-nav-tree{
    width:200px;
}
.layui-nav-tree .layui-this {

    background: 0 !important;
}

.layui-this > a {
    background: 0 !important;
}

.content {
    width: calc(100% - 200px);
    min-width: 1200px;
    margin-left: 200px;
    position: relative;
}

.banner {
    width: 100%;
    height: 572px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide{
    display: block;
}

.banner .swiper-pagination {
    display: flex;
    left: auto !important;
    right: 66px !important;
    bottom: 56px !important;
    justify-content: flex-end;
}

.banner .swiper-pagination-customs {
    width: 128px;
    height: 42px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 5px;
    overflow: hidden;
    opacity: .3;
}

/*自定义分页器激活时的样式表现*/
.banner .swiper-pagination-customs-active {
    opacity: 1;
}

.search {
    width: 280px;
    height: 48px;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #2DA9FF;
    position: absolute;
    top: 20px;
    left: 26px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searchType {
    background: 0 !important;
    border: none !important;
    padding-left: 16px;
}

.layui-unselect.layui-form-select {
    width: 67px;
}

.layui-select-title {
    height: 100%;
}

.search .layui-select-title .layui-input {
    height: 100%;
    border: none;
    background: 0;
    color: rgba(0, 0, 0, .85);
    text-align: center;
    padding-right: 10px;
}

.layui-form-select .layui-edge {
    border-top-color: #2DA9FF;
    right: 0;
}

.layui-form-select dl dd.layui-this {
    background-color: #2DA9FF;
}

.textInput {
    width: 127px;
}

.textInput .layui-input {
    width: 127px;
    height: 100%;
    border: none;
    background: 0;
    outline: none!important;
    box-shadow: none!important;
}

.searchBtn {
    width: 86px;
    height: 48px;
}

.searchBtn .layui-btn {
    background-color: #2DA9FF;
    width: 100%;
    height: 100%!important;
    font-size: 16px;
    padding: 0 11px;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
}

.searchBtn .layui-btn img {
    margin-right: 6px;
}
.con {
    width: 1180px;
    margin: auto;
}

.recommend {
    margin-top: 36px;
}

.title {
    font-size: 0;
    font-weight: 700;
    font-family: "Microsoft YaHei";
}

.title-left,
.title-right  {
    font-size: 20px;
    position: relative;
}
.title-left:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 40px;
    height: 12px;
    background: linear-gradient(-90deg, #00ffea, #2da9ff);
}

.layui-color-black {
    color: #222222;
}

.layui-color-orange {
    color: #FF7700;
}

.re-content {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 36px;
    display: flex;
    justify-content: space-between;
}

.re-main {
    min-width: 436px;
    width: 436px;
    height: 290px;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
    display: block;
}

.re-main img {
    width: 100%;
    height: 100%;
}

.re-text {
    width: 100%;
    height: 70px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 26px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.re-span {
    width: 58%;
    padding-right: 26px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
}

.re-price {
    text-align: center;
    width: 146px;
    height: 100%;
    background: #ff7700;
    font-size: 24px;
    color: #fff;
    line-height: 70px;
}

.re-price span {
    font-size: 12px;
    margin-left: 4px;
}

.re-price span.num {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Microsoft YaHei';
}
.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
}
.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
}

.re-item {
    float: left;
    margin-left:20px;
    width: 226px;
    height: 288px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    overflow: hidden;
}

.re-item:hover {
    box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.re-item:last-child {
    margin-right: 0;
}

.re-item-img {
    width: 100%;
    height: 172px;
}

.re-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.re-item-con {
    padding: 10px 16px;
}

.re-item-title {
    width: 100%;
    font-size: 16px;
    color: #222;
    min-height:42px;
}

.re-item-price {
    margin-top: 23px;
}

.re-item-price span {
    font-size: 12px;
    color: #666666;
}

.re-item-price .num {
    font-weight: 700;
    font-size: 24px;
    color: #FF7700;
}

.re-item-price .unit {
    font-size: 12px;
    color: #ff7700;
}

.advertising {
    margin-bottom: 36px;
}

.advertising {
    display: flex;
    justify-content: space-between;
}

.ad-item {
    width: 100%;
    height: 118px;
}
.ad-item a{
    width: 100%;
    height: 100%;
}
.ad-item img {
    width: 100%;
    height: 100%;
}

.shop-list {
    position: relative;
    width: 100%;
    height: 254px;
    margin-bottom: 36px;
}

.shop-list .swiper-button-next,
.shop-list .swiper-button-prev {
    pointer-events: initial;
    right: -20px;
    background-image: none;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    box-shadow: 1px 2px 8px 0 rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,0.7);
}

.shop-list .swiper-button-prev {
    left: -20px;
}

.shop-list .swiper-button-next>.layui-icon,
.shop-list .swiper-button-prev>.layui-icon {
    color: #222222;
    position: absolute;
    font-size: 24px;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.shop-list .swiper-container {
    height: 100%;
}

.shop-item {
    width: 100%;
    height: 100%;
}

.shop-item-img {
    width: 100%;
    height: 162px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.shop-item-img img {
    width: 100%;
    height: 100%;
}

.shop-item-price {
    width: 100%;
    height: 34px;
    background: #FF7700;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 14px;
    box-sizing: border-box;
}

.shop-item-price span {
    color: #fff;
    font-size: 14px;
}

.shop-item-price span.num {
    font-weight: 700;
    font-size: 24px;
    margin: 0 4px;
}

.shop-item-title {
    width: 100%;
    height:58px;
    padding: 9px 10px;
    background: #fff;
    box-sizing: border-box;
    font-size: 14px;
    color: #222;
    border: 1px solid #e1e1e1;
}

.banner .swiper-button-next, .banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.banner .swiper-button-next i, .banner .swiper-button-prev i {
    font-size: 24px;
    color: #222;
    line-height: 40px;
}

.tr-list {
    width: 100%;
    height: 228px;
    margin-bottom: 36px;
    margin-top: 26px;
    display: flex;
}

.tr-item {
    width: 380px;
    height: 228px;
    box-sizing: border-box;
    padding: 36px;
    margin-right: 20px;
}
.tr-item.make{
    background: #2DA9FF url("../images/make.png")no-repeat;
}
.tr-item.qianzheng{
    background: #2DA9FF url("../images/qianzheng.png")no-repeat;
}
.tr-item.guide{
    background: #2DA9FF url("../images/guide.png")no-repeat;
}
.tr-item:last-child {
    margin-right: 0;
}

.tr-item-title {
    font-weight: 700;
    font-size: 36px;
    color: #FFFFFF;
}


.tr-item-text {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 19px;
}

.footer {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding:40px;
    font-size: 14px;
    color:#fff;
    background: #484848;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.footer-con{
    width:70%;
    display: flex;
    justify-content: space-between;
}
.footer-title{
    font-size: 16px;
    font-weight: bold;
}
.footer-address{
    font-size: 14px;
    margin-top:19px;
}
.footer-text{
    font-size: 12px;
    color:#999;
    margin-top:32px;
}
.footer-code{
    width:115px;
    height:115px;
}
.footer-code img{
    width:100%;
    height:100%;
}
.list-content {
    box-sizing: border-box;
    width: 100%;
    padding: 83px 50px 60px 20px;
    min-height: 100vh;
}

.pub-list {
    width: 85%;
}

.pub-item {
    padding: 20px;
    border: 1px solid #e1e1e1;
    background: #fff;
    display: flex;
    margin-bottom: 20px;
}

.pub-item:hover {
    box-shadow: 1px 2px 12px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.pub-item-img {
    width: 228px;
    height: 172px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}

.pub-item-img img {
    width: 100%;
    height: 100%;
}

.pub-con {
    width: 84%;
}

.pub-con-title {
    font-weight: 700;
    font-size: 16px;
    color: #222222;
    height: 48px;
}

.pub-con-txt {
    padding-top: 72px;
}

.pub-con-tag {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.pub-con-tag-item {
    background: rgba(0, 255, 234, 0.2);
    padding: 2px;
    font-size: 12px;
    color: #08D0A5;
    margin-right: 17px;
    /*margin-bottom: 17px;*/
}

.pub-con-bot {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.pub-con-text {
    font-size: 12px;
    color: #222222;
}

.pub-con-price span {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
}

.pub-con-price .pub-con-unit {
    color: rgba(255, 119, 0, 1);
}

.pub-con-price .pub-con-num {
    font-weight: 700;
    font-size: 24px;
    color: #FF7700;
}

.wx-code {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #E1E1E1;
    position: fixed;
    top: 83px;
    right: 50px;
    padding: 28px 20px;
    display: flex;
}

.wx-code-img {
    width: 36px;
    height: 36px;
    background: url("../images/wx-code.png") no-repeat;
}

.wx-span {
    font-size: 16px;
    color: #222;
    text-align: center;
    margin-left: 16px;
}

.wx-code-code {
    width: 100%;
    height: 220px;
    border: 1px solid #e1e1e1;
    border-top: none;
    display: none;
    position: absolute;
    top: 99px;
    left: -1px;
    align-items: center;
    justify-content: center;
}

.wx-code:hover {
    cursor: pointer;
}

.wx-code:hover .wx-code-code {
    display: flex;
    background-color: #fff;
}

.wx-code-codeImg {
    width: 174px;
    height: 174px;
}

.wx-code-codeImg img {
    width: 100%;
    height: 100%;
}

.page {
    width: 85%;
    display: flex;
    justify-content: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #2DA9FF;
}

.layui-laypage a:hover {
    color: #2DA9FF;
}

.hotel-conent {
    width: 85%;
}

.hotel-search {
    width: 100%;
    height: 192px;
    border-radius: 20px;
    background: linear-gradient(45deg, #2da9ffff, #e8f6ffff);
    box-shadow: 2px 3px 16px 0 rgba(0, 0, 0, 0.2);
}

.hotel-search-box {
    padding: 30px 28px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.hotel-search-title {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
}

.hotel-search-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.hotel-search-left {
    width: 80%;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotel-search-address {
    padding-right: 17px;
}

.hotel-search-label {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
}

.hotel-search-text {
    font-size: 16px;
    color: #222222;
    margin-top: 18px;
}

.hotel-search-date {
    width: 65%;
    padding-left: 17px;
    border-left: 1px solid #e1e1e1;
    position: relative;
}


.span21 {
    font-size: 14px;
    color: #666;
    padding: 2px 8px;
    line-height: 20px;
    border-radius: .2rem;
    background-color: #fff;
    position: absolute;
    margin:auto;
    top: 50%;
    left: 37%;
}
.span21::before{
    content:"";
    width:14px;
    height:1px;
    background: #e1e1e1;
    position:absolute ;
    top:50%;
    left:-20px;
}
.span21::after{
    content:"";
    width:14px;
    height:1px;
    background: #e1e1e1;
    position:absolute ;
    top:50%;
    right:-20px;
}

#checkinout {
    height: 50px;
    line-height: 50px;
    position: relative;
}
#firstSelect{
    width:100%;
    display:flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
#startDate {
    width: 100%;
    border: 0;
    position: absolute;
    left: 0;
    font-size: 16px;
    color: #222222;
    margin-top: 12px;
}

#endDate {
    width: 100%;
    border: 0;
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #222222;
    margin-top: 12px;
}

.mask_calendar {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    display: none;
    z-index: 9999;
}

.calendar {
    width: 627px;
    height: 400px;
    position: absolute;
    margin:auto;
    top:67px;
    left:-78px;
    box-shadow: 0 0 8px 4px rgba(0,0,0,0.2);
    border-radius:6px;

}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}
.Date_lr{
    width:30%;
    position:relative;
}
.Date_lr p{
    line-height: 1.5;
}
.headerWrapper{
    width:627px!important;
}
.dateZone{
    width:627px;
}

.calendar::-webkit-scrollbar {
    width: 4px;
}
.calendar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2DA9FF;
    opacity: 1;
}
.calendar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}
.hotel-search-right{
    width:200px;
    height:88px;
    border-radius:10px;
    font-size: 24px;
    color:#fff;
}
.hotel-search-right span{
    padding-left:33px;
    position: relative;
}
.hotel-search-right span::before{
    content:"";
    width:24px;
    height:24px;
    background: url("../images/search.png")no-repeat center/23px 23px;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
}
.hotel-list{
    width:100%;
    display: flex;
}
.hotel-list li{
    width:220px;
    margin-right:11px;
}
.hotel-list li:last-child{
    margin-right:0;
}
.layui-form-select .layui-edge:after{
    border:none!important;
}