
/*首页*/
[v-cloak] {
    display: none;
}
#bannerBox{
    width: 100%;
    height: 600px;
}
#bannerBox .swiper-container {
    width: 100%;
    height: 600px;
}
#bannerBox .swiper-slide img{
    width:100%;
    height:auto;
    min-height:600px;
    transition:1s linear 2s;
    transform:scale(1.1,1.1);
}
#bannerBox .swiper-slide-active img,#bannerBox .swiper-slide-duplicate-active img{
    transition:6s linear;
    transform:scale(1,1);
}
#bannerBox .swiper-pagination-bullet{
    width: 11px;
    height: 11px;
    border-radius: 10px;
    background: #fff;
    opacity: 0.9;
    transition: all .5s;
    margin: 0 5px;
}
#bannerBox .swiper-pagination-bullet-active{
    opacity: 1;
    background: var(--lightRed);
    width: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
#bannerBox .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 20px;
}


.mtit{
    width: 100%;
    text-align: center;
    margin: 80px 0 55px 0;
}
.mtit h2{
    font-size: 32px;
    color: #000;
    letter-spacing: 1px;
}
.mtit h2 font{
    color: var(--red);
}
.mtit p{
    color: #666;
    font-size: 16px;
    padding-top: 5px;
}
.mActivities{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto auto auto;
}
.mActivities-item{
    max-width: 302px;
    height: 384px;
    position: relative;
   /* border-radius: 10px;*/
}
.mActivities-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.8), transparent);
    z-index: 1;
    /*border-radius: 10px;*/
}
.mActivities-item .imgs{
    position: relative;
    /*border-radius: 10px;*/
    display: flex;
    align-items: center;
    height: 384px;
    overflow: hidden;

}
.mActivities-item .imgs img{
    width: 100%;
    display: block;
    /*border-radius: 10px;*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.mActivities-item:hover .imgs img{
    transform: scale3d(1.05, 1.05, 1);
}
.mActivities-item .words{
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 25px 25px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.mActivities-item .words .tits {
    height: 24px;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;

}
.mActivities-item .words .text{
    color: #fff;
    font-size: 14px;
    margin-bottom: 35px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mActivities-item:hover .words {
    transform: translate3d(0,-15px,0);
    -webkit-transform: translate3d(0,-15px,0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.mActivities-item .words .more{
    margin-top: 20px;
    margin-bottom: -60px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.mActivities-item .words .more span{
    display: inline-block;
    background: var(--lightRed);
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.mActivities-item:hover .words .text{
    margin-bottom: 0;

}
.mActivities-item:hover .words .more{
    margin-bottom: 0;
    transition: 0.5s;
}
.weather-box{
    margin-top: 80px;
}
#certify {
    position: relative;
    width: 1300px;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 30px;
}

#certify  .swiper-slide {
    width: 540px;
    height: 420px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}
#certify  .swiper-slide img{
    width: 540px;
    display:block;
}
#certify  .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #333;
    font-size: 18px;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    margin-top: -60px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    margin-top: -60px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}
.link-box{
    display: flex;
    margin-top: 50px;
    margin-bottom: 30px;
}
.link-box .link-tit{
    font-size: 20px;
    font-weight: bold;
    padding-right: 15px;
    width: 80px;
    line-height: 24px;
}
.link-box .link-text{
    font-size: 16px;
    width: calc(100% - 95px);
    line-height: 24px;
}
.link-box .link-text a{
    margin: 0 12px;
    position: relative;
    white-space: nowrap;
}
.link-box .link-text a:before{
    position: absolute;
    right: -15px;
    top:5px;
    width: 1px;
    height: 13px;
    background: #666;
    content: '';
}

.link-box .link-text a:last-child:before{
    background: none;
}
.travel-box{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 22px;
}
.travel-item{
    position: relative;
}
.travel-item.travel-item2{
    grid-row-start: 1;
    grid-row-end: 3;
}
.travel-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.8), transparent);
    z-index: 1;
}
.travel-item .imgs{
    position: relative;
    overflow: hidden;
}
.travel-item .imgs img {
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.travel-item .words {
    position: absolute;
    width: 100%;
    top:30%;
    text-align: center;
    z-index: 2;
    box-sizing: border-box;
    padding: 0 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.travel-item .words .tits {
    height: 40px;
    color: #fff;
    font-size: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.travel-item .words .text {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.travel-item:hover .words {
    transform: translate3d(0,-15px,0);
    -webkit-transform: translate3d(0,-15px,0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.travel-item:hover .imgs img {
    transform: scale3d(1.2, 1.2, 1);
}

.travel-item.travel-item2 .words {
    position: absolute;
    width: 100%;
    top:initial;
    bottom: 10%;
    text-align: left;
}

.tab-block {
    width: 1300px;
    /*height: 580px;*/
    margin: 50px 0 70px 0;
    background-color: #FFF;
}

.tab-block.information-tab {
  /*  height: 430px*/
}

.tab-block.information-tab .tabs {
    height: 380px
}

.tab-block .tab-buttons {
    width: 100%;
    height: 50px;
    background-color: #fafafa
}

.tab-block .tab-buttons .tab-button {
    width: 33.33%;
    float: left;
    height: 50px;
    text-align: center;
    font-size: 16px;
    color: #999;
    line-height: 50px;
    position: relative;
    cursor: pointer
}

.tab-block .tab-buttons .tab-button.cur {
    background-color: #fff;
    color: #333
}

.tab-block .tab-buttons .tab-button.cur:after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1183ff
}

.tab-block .tabs {
    width: 100%;
    height: 528px
}

.tab-block .tabs .tab-item {
    width: 100%;
    height: 100%;
    display: none
}

.tab-block .tabs .tab-item.active {
    display: block
}

.information-tab .information-left {
    width: 550px;
    height: 380px;
    overflow: hidden;
    position: relative;
    float: left;
}

.information-tab .information-left img {
    width: 100%;
    height: 380px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.information-tab .information-left:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.information-tab .information-left .left-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 2;
    color: #fff;
    padding: 0 14px;
    box-sizing: border-box;
}

.information-tab .information-left .left-bottom .article-title {
    font-size: 18px;
    width: 400px;
    float: left;
}

.information-tab .information-left .left-bottom .article-time {
    font-size: 14px;
    float: right;
}

.information-tab .information-right {
    width: 700px;
    height: 380px;
    float: left;
    margin-left: 30px;
    margin-top: 10px;
}

.information-tab .information-right .article-list {
    padding-top: 22px
}

.information-tab .information-right .article-list .article-link {
    display: block;
    padding: 0 20px
}

.information-tab .information-right .article-list .article-link .article-head span {
    display: inline-block;
    vertical-align: middle
}

.information-tab .information-right .article-list .article-number {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background-color: #999;
    font-size: 16px
}

.information-tab .information-right .article-list .article-title {
    font-size: 18px;
    color: #333;
    line-height: 20px;
    margin-left: 14px;
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.information-tab .information-right .article-list .article-time {
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 20px
}

.information-tab .information-right .article-list .article-content {
    margin-top: 10px;
    padding-left: 44px;
    width: 490px;
    font-size: 15px;
    color: #666;
    line-height: 26px;
    display: none
}

.information-tab .information-right .article-list .article-content p {
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.information-tab .information-right .article-list:nth-of-type(1) .article-number,
.information-tab .information-right .article-list:nth-of-type(2) .article-number,
.information-tab .information-right .article-list:nth-of-type(3) .article-number {
    background-color: #690102
}

.information-tab .information-right .article-list.current .article-link {
    background-color: #fafafc;
    padding: 20px
}

.information-tab .information-right .article-list.current .article-number {
    background-color: #68301F!important
}

.information-tab .information-right .article-list.current .article-title {
    color: #68301F
}

.information-tab .information-right .article-list.current .article-content {
    display: block
}

.question-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/question-icon.png) center no-repeat;
    -ms-background-size: 16px 16px;
    background-size: 16px 16px;
}
/*景区介绍*/
.about-box{
    background: var(--white);
}
.about-item1{
    padding: 40px;
    color: var(--white);
    position: relative;
    margin-top: -75px;
    width: 500px;
    background: rgba(105, 1, 2, 0.8);
    backdrop-filter: blur(10px);
    font-size: 16px;
    box-sizing: border-box;
}
.about-item1 h2{
    padding-bottom: 20px;
    font-size: 22px;
}
.about-item1 p{
    line-height: 2.2;
}

.about-item2{
    padding: 40px 50px;
    padding-bottom: 0;
    text-align: center;
    width: calc(100% - 500px);
    box-sizing: border-box;
}
.about-item2 h1{
    font-size: 20px;
    margin-top: 20px;
}
.about-item2 h1 em{
    color: var(--red);
    font-size: 30px;
    line-height: 2;
    /*font-style: italic;*/
}
.about-item2 img{
    width: 80%;
    margin-top: 30px;
    background: var(--red) url(../images/hw.png) left top repeat;
    background-size: 30%;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 10px 10px rgba(105, 1, 2,0.3);
    border-radius: 10px;
}
.about-item3{
    /*margin: 50px 0;*/

}
.smtit{
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-top: 100px;
}
.smtit p{
    font-size: 18px;
}
.about-item3-con{
    padding: 40px;
    padding-bottom: 0;
    box-sizing: border-box;

}
.about-item3-info{
    display: flex;
    margin: 40px 0;
    box-sizing: border-box;
    justify-content: center;
    background: rgba(105, 1, 2, 0.05);
    backdrop-filter: blur(10px);
}
.about-item3-info-img{
    width: 500px;
}
.about-item3-info-text{
    width: calc(100% - 500px);
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 40px;
}
.pright{
    padding-right: 50px;
}
.about-item3-info img{
    width: 100%;
    display: block;
}
.about-item3-info h2{
    font-size: 22px;
    color: var(--red);
    text-align: center;
    letter-spacing: 2px;
}
.about-item3-info p{
    line-height: 1.8;
    font-size: 16px;
    margin-top: 20px;
}
.about-map{
    padding: 40px;
    position: relative;
}
.about-map-img{
  width: 100%;
    height: 440px;
    padding: 20px;
    background: var(--red) url(../images/hw.png) left top repeat;
    background-size: 20%;
    box-sizing: border-box;

}
.about-map img{
    width: 100%;
    height: 400px;

}
.about-map-text{
    position: absolute;
    top:150px;
    right: 0;
    margin-left: 30px;
    padding: 30px;
    width: 350px;
    height: 130px;
    background: rgba(104, 48, 31, 0.8);
    backdrop-filter: blur(10px);
}
.about-map-text h2{
    font-size: 22px;
    padding-left: 25px;
    color: var(--white);
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.about-map-text p{
    font-size: 16px;
    line-height: 2;
    color: var(--white);
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.about-map-text p i{
    font-size: 22px;
    padding-right: 5px;
}

.about2 {
    display: flex;
    padding: 80px 40px;
}

.wrapper {
    box-sizing: border-box;
    width: 60%;
    padding-left: 70px;
}
.about2 .tit {
    text-align: center
}

.about2 ul {
    background: url(../images/sy51.png) repeat-y top left;
    background-size: 2px 100%;
}

.clearfix-time {
    display: block;
    zoom: 1;
}


.about2 .tit h6 {
    color: #666
}
.about2 .tit h5 {
    color: #333;
    margin: 15px 0 45px
}

.about2 li:before {
    background: url(../images/sy50.png) no-repeat center center;
    left: -8px;
    top: 12px;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px
}

.about2 li h4:hover {
    color: #f8f8f8;
    transition: all 1s;
    transform: translateY(-15px)
}

.about2 li h4 {
    position: relative;
    display: block;
    text-decoration: none;
    font-family: lato;
    color: #ecf0f1;
    text-transform: uppercase;
    padding: 4px 0;
    transition: .5s
}

.about2 li h4::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    background: var(--red);
    transition: transform .5s;
    transform: scaleX(0);
    transform-origin: right
}

.about2 li h4:hover {
    color: var(--red);
}

.about2 li h4:hover::after {
    transform: scaleX(1);
    transform-origin: left
}

.f30 {
    font-size: 30px
}

.f14 {
    font-size: 14px
}

/*.about2 li:nth-child(2n):before {
    background: url(../images/sy50.png) no-repeat center center;
    right: -67px;
    top: 12px;
    left: auto;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px
}*/
.about2 li .span{
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
}
.about2 li h4 {
    color: #333;
    transition: all 1s
}

.about2 li p {
    color: #666;
    line-height: 1.6;
    font-size: 16px;
    margin-top: 10px;
}

.future {
    text-align: center;
    color: #999;
    font-size: 12px;
    margin-top: 17px
}

.clearfix-time:after {
    content: '\20';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.about2 li:nth-child(1) {
    margin-top: 0
}

.about2 li {
    /*float: right;*/
    width:100%;
    text-align: left;
    position: relative;
    padding-left: 60px;
    margin-top: 40px;
    box-sizing: border-box;
}

/*.about2 li:nth-child(2n) {
    float: left;
    text-align: right;
    margin-top: 120px
}*/

.about2-img{
    width: 40%;
    position: relative;
}
.about2-img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.about2-img .about-map-text{
    position: absolute;
    top: 300px;
    right: initial;
    left: 0;
    margin-left: 0;
    padding: 30px;
    width: 380px;
    height: 160px;
    background: rgba(105, 1, 2, 0.8);
    backdrop-filter: blur(0);
    box-sizing: border-box;
}
.about2-img .about-map-text h2{
    padding-left: 0;
}
.about2-img .about-map-text h2 em{
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 5px;
    letter-spacing: 0;
}





/*特产*/
.special-box{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto;
    justify-content: flex-start;
}
.special-item{
    max-width: 635px;
    background: #fff;
}
.special-item .imgs {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.special-item .imgs img{
    width: 100%;height: 400px;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition:all 0.5s;
}
.special-item:hover .imgs img{
    transform: scale3d(1.05, 1.05, 1);
}
.special-item .tits{
    padding: 30px;
}
.special-item .tits h2{
    font-size: 20px;
    margin-bottom: 10px;
}
.special-item .tits p{
    font-size: 16px;
    line-height: 1.5;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*讲解预约*/
.reservation-box2{
    margin-top: 30px;
    background: #fff;
    padding: 50px;
    position: relative;
    /*display: flex;*/
    /*flex-flow: column;
    align-items: center;*/
}
.reservation-box2 .h1{
    font-size: 26px;
    position: absolute;
    width: 200px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
}
.reservation-box2-left{
    /*width: 30%;*/
 /*   margin-left: 30px;
    margin-right: 10%;*/
    padding-top: 100px;
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.reservation-box2-left .imgs{
    display: flex;
    flex-flow: column;
    margin-bottom: 30px;
}
.reservation-box2-left .imgs img{
    width: 200px;
    height: 262px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.reservation-box2-left .imgs p{
    margin-top: 20px;
    font-size: 22px;
    color: var(--red);
}
.reservation-box2-right{
   /* width: 70%;*/
    padding-top: 50px;
}
.reservation-box2-right .from-p{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    /*width: 500px;*/
}
.reservation-box2-right .from-p .el-input{
    width: 1080px;
}
.reservation-box2-right .from-p label{
    width: 100px;
    padding-right: 20px;
    font-size: 16px;
    text-align: right;
}

.reservation-box2-right .from-p .el-input__inner{
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}
.reservation-box2-right .from-p .el-input__inner::-webkit-input-placeholder{
    font-size: 16px;
}
.reservation-box2-right .from-p .el-input__inner:-moz-placeholde{
    font-size: 16px;
}
.reservation-box2-right .from-p .el-input__inner::-moz-placeholder{
    font-size: 16px;
}
.reservation-box2-right .from-p .el-input__inner:-ms-input-placeholder{
    font-size: 16px;
}
.reservation-box2-right .from-p .el-date-editor.el-input{
    width: 100%;

}
.reservation-box2-right .from-p .el-date-editor.el-input .el-input__inner{
    height: 50px;
    line-height: 50px;
}
.reservation-box2-right .from-btn{
    margin-top: 20px;
    text-align: center;
}
.reservation-box2-right .from-btn.from-btn2{
    margin-top: 20px;
   margin-left: 120px;
    text-align: left;
}
.reservation-box2-right .from-btn button{
    padding: 15px 40px;
    font-size: 16px;
}
.reservation-box3{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto;
}
.reservation-item3{
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    box-sizing: border-box;
    max-width: 687px;
}
.reservation-item3 .imgs{
    overflow: hidden;
    max-width: 200px;
    min-height: 262px;
}
.reservation-item3 .imgs img{
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition:all 0.5s;
}
.reservation-item3 .imgs:hover img{
    transform: scale3d(1.05, 1.05, 1);
}
.reservation-item3 .text{
    padding-left: 30px;
    padding-top: 15px;
    height: 262px;
    position: relative;
    width: calc(100% - 230px);
}
.reservation-item3 .text h2{
    font-size: 22px;
    display: flex;
    align-items: center;
}
.reservation-item3 .text p{
    font-size: 16px;
    padding: 10px 0;
}
.reservation-item3 .text .yuyue-a{
    position: absolute;
    right: 0;
    bottom: 0;
}
.reservation-item3 .text .yuyue-a a{
    font-size: 15px;
    color: #fff;
    background:#68301F;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition:all 0.5s;
}
.reservation-item3 .text .yuyue-a a+a{
    background:var(--red);
}
.reservation-item3 .text .yuyue-a a:hover{
    opacity: 0.8;
}
.reservation-item3 .text .text-p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 26px;
}
.reservation-item3 .text .tags{
    width: 100%;
}
.reservation-item3 .text .tags span{
    font-size: 14px;
    color: #666;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    background: #f2f2f2;
}




.star {
    display: flex;
    align-items: center;
}
.star em{
    font-size: 16px;
}
.star span {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    background-image: url(../images/start.svg);
    background-size: 100%;
    cursor: pointer;
}

.reservation-text{
    font-size: 16px;
    background: #fff;
    padding: 50px;
    margin-bottom: 30px;

}
.reservation-text h2{
    padding-top: 50px;
    border-top:1px solid #dfdfdf;
    margin-bottom: 10px;
}
.reservation-text h3{
    margin-top: 20px;
    color: #666;
    line-height: 2.2;
}

.reservation-text p{
    text-indent: 2em;
    line-height: 2;
    color: #666;
    margin-bottom: 10px;
}
.date-box{
    display: flex;
    flex-flow: column;
    width: 1080px;
}
.date-box .date-box-p{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto;
    grid-gap: 10px;
}
.date-box .date-box-p+.date-box-p{
    margin-top: 10px;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto;
    grid-gap: 10px;
}
.date-box .date-item{
    background: rgba(105, 1, 2, 0.03);
    border: 1px solid #C0C4CC;
    border-radius: 5px;
    padding: 10px 5px;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition:all 0.5s;
    font-size: 16px;
}
.date-box .date-item span{
    color: #999;
    font-size: 15px;

}
.date-box .date-item p{
    color: #333;
}
.date-box .date-item:focus,.date-box .date-item:hover {
    border-color: rgba(105, 1, 2, 0.8);
    outline: 0;
}
.date-box .date-item.on{
    border-color: var(--red);
    background: rgba(105, 1, 2, 0.8);
    color: #fff;
}

.date-box .date-item.on span{
    color: #fff;
}
.date-box .date-item.on p{
    color: #fff;
}




/*攻略列表*/
.strategy-box{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto;
}
.strategy-item{
    width: 635px;
    background: #fff;
   /* border-radius: 10px;*/
    display: flex;
    justify-content: space-between;
}
.strategy-item-img{
    width: 325px;
    height: 350px;
    overflow: hidden;
    display: flex;
    align-items: center;
   /* border-radius: 10px 0 0 10px;*/
}
.strategy-item-img a{width: 100%;}
.strategy-item-img img{
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition:all 0.5s;
}
.strategy-item-img:hover img{
    transform: scale3d(1.2, 1.2, 1);
}
.strategy-item-text{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 30px 20px 30px 30px;
    box-sizing: border-box;
    width: calc(100% - 325px);
}
.strategy-item-text .title h2{
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.strategy-item-text .title p{
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 20px;
}
.strategy-item-text .other{

}
.strategy-item-text .other p{
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #999;
    display: flex;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.strategy-item-text .other p i{
    font-size: 20px;
    padding-right: 5px;
}
.strategy-item-text .other p span{
    color: var(--red);
    font-weight: 600;
}
.panorama-box{
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
}
.panorama-box iframe{
    width: 100%;
    height: 750px;
}





/*热门活动*/
.activity-box{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto auto;
}
.activity-box .activity-item{
    position: relative;
    max-width: 413px;
    background: #fff;
    border-radius: 20px;

}
.activity-box .activity-item .activity-item-img{
    position: relative;
    width: 100%;
    height: 521px;
    line-height: 521px;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
}
.activity-box .activity-item .activity-item-img img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 20px 20px 0 0;
}
.activity-box .activity-item .activity-item-text{
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 25px 30px 30px 35px;
    height: 110px;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    background: rgba(105, 1, 2, 0.7);
    backdrop-filter: blur(10px);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.activity-box .activity-item .activity-item-text h2{
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}
.activity-box .activity-item .activity-item-text p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.activity-box .activity-item .activity-item-text p i{
    font-size: 20px;
    padding-right: 5px;
}
.activity-box .activity-item .activity-item-text p+p{
    display: none;
}
.activity-box .activity-item:hover .activity-item-text{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 200px;
    box-sizing: border-box;
    background: linear-gradient(0deg, rgba(105, 1, 2, 100), transparent);
    backdrop-filter: initial;
}
.activity-box .activity-item:hover .activity-item-text p+p{
    display: block;
}










/*美食列表页*/
.delicacy-box{
    width: 100%;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto;
}
.delicacy-item{
    background: #fff;
    max-width: 635px;
}
.delicacy-item .imgs {
    width: 100%;
    height: 358px;
    line-height: 538px;
    overflow: hidden;
}
.delicacy-item .imgs img{
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition:all 0.5s;
}
.delicacy-item:hover .imgs img{
    transform: scale3d(1.05, 1.05, 1);
}
.delicacy-item .tits{
    padding: 30px;

}
.delicacy-item .tits h2{
    font-size: 20px;
    margin-bottom: 10px;
}
.delicacy-item .tits h2 span{
    padding-left: 20px;
    font-size: 16px;
    font-weight: normal;
    color: var(--lightRed);
}
.delicacy-item .tits p{
    font-size: 16px;
}

/*酒店详情页*/
.hotel-detail{
    margin-bottom: 30px;
    background: #fff;
    padding: 30px 50px;
    box-sizing: border-box;
}
.hotel-detail .tits{
    position: relative;
}
.hotel-detail .tits .tits-text{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
}
.hotel-detail .tits .tits-text h2{
    font-size: 36px;
    color: #000;
}
.hotel-detail .tits .text{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.hotel-detail .tits .tel{
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 24px;
    color: var(--lightRed);
    display: flex;
    align-items: center;
}
.hotel-detail .tits .tel i{
    font-size: 32px;
    padding-right: 5px;
}
.hotel-detail .imgs{
    margin-top: 40px;
    display: flex;
}
.hotel-detail .imgs .bigImg{
    width: 780px;
    margin-right: 20px;
    background: var(--whitef5);
    display: flex;
    align-items: center;
    position: relative;
}
.hotel-detail .imgs.imgs2 .bigImg{
    width: 1300px;
    margin-right: 0;
}
.hotel-detail .imgs .bigImg img{
    width: 780px;
    height: 440px;
    display: block;
}
.hotel-detail .imgs .bigImg span{
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 80px;
    height: 40px;
    letter-spacing: 1px;
    background: rgba(0,0,0,.5);
    color: var(--whitef5);
    font-size: 14px;
    line-height: 40px;
    text-align: center;
}
.hotel-detail .imgs .bigImg span i{
    font-size: 24px;
}
.hotel-detail .imgs .smallImg{
    width: calc(100% - 800px);
    display: grid;
    grid-gap: 20px;
    grid-template-rows: auto auto;
}
.hotel-detail .imgs .smallImg img{
    width: 100%;
    height: 210px;
    display: block;
}
.hotel-detail .words{
    background: var(--whitef5);
    padding:25px 30px;
    margin-top: 30px;
    font-size: 16px!important;
    color: #666!important;
    line-height: 1.8!important;

}
.hotel-detail .words p{
    font-size: 16px!important;
    color: #666!important;
    line-height: 1.8!important;
    background: none!important;

}
.hotel-detail .words span{
    font-size: 16px!important;
    color: #666!important;
    line-height: 1.8!important;
    background: none!important;
}
.hotel-detail .info{
    width: 100%;
}
.mtitle{
    margin-top: 50px;
    position: relative;
    display: flex;
    justify-content: center;
}
.mtitle:before{
    position: absolute;
    top:15px;
    left: 50%;
    z-index: 1;
    margin-left: -90px;
    width: 180px;
    height: 2px;
    content: '';
    background: var(--lightRed);
}
.mtitle h2{
    font-size: 24px;
   display: inline-block;
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
.hotel-detail .info .items{
    margin-top: 50px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto auto auto;
    justify-content: start;

}
.hotel-detail .info .items .items-con{
    max-width: 277px;

}
.hotel-detail .info .items .items-con dt{
    width: 100%;
    background: #f5f5f5;
}
.hotel-detail .info .items .items-con dt img{
    width: 100%;
    min-height: 214px;
    display: block;
    border-radius: 10px 10px 0 0;
}
.hotel-detail .info .items .items-con dd{
    background: var(--whitef5);
    padding: 25px;
    border-radius:0 0 10px 10px;
}
.hotel-detail .info .items .items-con dd h2{
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}
.hotel-detail .info .items .items-con dd h2 em{
    font-size: 16px;
    color: #666;
    font-weight: normal;
}
.hotel-detail .info .items .items-con dd p{
    font-size: 24px;
    font-weight: bold;
    color: var(--lightRed);
}
.hotel-detail .info .items .items-con dd p em{
    font-size: 14px;
    font-weight: normal;
    padding-left: 5px;
}
.hotel-detail .map{
    width: 100%;
    height: 400px;
    margin-top: 30px;
}
/*图片列表*/
.pic-box{
    margin-bottom: 30px;
    column-count: 3;
    column-gap: 20px;
}

.pic-box .pic-item{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.pic-box .pic-item:before {
    border-radius: 4px;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.6), transparent);
    z-index: 1;
}
.pic-box .pic-item img{
    display: block;
    width: 100%;
    border-radius: 4px;
    /* transform: rotate(4deg); */
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition:all 0.5s;
}
.pic-box .pic-item:hover img {
    transform: rotate(0deg);
    transform: scale(1.2);
    opacity: 0.9;
    cursor: pointer;
}
.pic-box .pic-item:hover .text{
    transform: translate3d(0,-15px,0);
    -webkit-transform: translate3d(0,-15px,0);
}
.pic-box .pic-item .text{
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 0 25px 20px 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition:all 0.5s;
}
.pic-box .pic-item .text h2{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.pic-box .pic-item .text p{
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pic-box .pic-item .amplify{
    position: absolute;
    border-radius: 4px;
    content: "";
    position: absolute;
    width: 50px;
    height:50px;
    left: 50%;
    top:50%;
    margin-top: -25px;
    margin-left: -25px;
   /* background: linear-gradient(0deg, rgba(0,0,0,.8), transparent);*/
    z-index: 1;
    opacity: 0;
}
.pic-box .pic-item:hover:before{
    display: none;
    opacity: 0;
}
.pic-box .pic-item:hover .text{
    display: none;
    opacity: 0;
}
.pic-box .pic-item:hover .amplify{
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pic-box .pic-item:hover .amplify i{
    background-color:var(--lightRed);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transition: .5s;
    cursor: pointer;
    font-size: 20px;
}
.pic-box .pic-item:hover .amplify i:hover, .pic-box .pic-item:hover .amplify i:focus {
    background-color: #fff;
    color: #333;
}

.fs_gallery {
    background: rgba(0,0,0, 0.9);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.fs_gallery_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #ccc;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 102;
}
.fs_gallery_close:before {
    content: "×";
}
.fs_gallery_close:hover {
    color: #fff;
}

.fs_gallery_prev, .fs_gallery_next {
    position: absolute;
    width: 80px;
    color: #ccc;
    font-size: 80px;
    cursor: pointer;
    z-index: 101;
}
.fs_gallery_prev:hover, .fs_gallery_next:hover {
    background: rgba(0,0,0, 0.1);
    color: #fff;
}
.fs_gallery_prev {
    left: 0;
    top: 0;
    bottom: 0;
}
.fs_gallery_next {
    right: 0;
    top: 0;
    bottom: 0;
}
.fs_gallery_prev:before {
    content: "‹";
    position: absolute;
    height: 80px;
    margin-top: -80px;
    top: 50%;
    left: 35px;
}
.fs_gallery_next:before {
    content: "›";
    position: absolute;
    height: 80px;
    margin-top: -80px;
    top: 50%;
    left: 35px;
}

.fs_gallery_shuft {
    position: relative;
    width: 9999999px;
}
.fs_gallery_shuft:after {
    clear: both;
    content: "";
    display: block;
}
.fs_gallery_shuft_item {
    float: left;
    position: relative;
    background-image: url(data:image/gif;base64,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);
    background-position: center center;
    background-repeat: no-repeat;
}
.fs_gallery_shuft_item img {
    box-shadow: 0 0 8px rgba(0,0,0, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
}



/*酒店列表*/
.hotel-box{
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}
.hotel-item{
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--whitedf);
}
.hotel-box .hotel-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.hotel-item .imgs{
    width: 620px;
    height: 350px;
    overflow: hidden;
    background: #f5f5f5;
    float: left;
}
.hotel-item .imgs img{
    width: 100%;
    height: 350px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition:all 0.5s;
}
.hotel-item:hover .imgs img{
    transform: scale3d(1.2, 1.2, 1);
}
.hotel-item .words{
    width: 620px;
    padding-left: 80px;
    display: flex;
    flex-flow: column;
    position: relative;
    height: 350px;
    box-sizing: border-box;
}
.hotel-item .words:before{
    position: absolute;
    right: 0px;
    top:20px;
    content: '';
    width: 30px;
    height: 2px;
    background: var(--lightRed);
    z-index: 2;
}
.hotel-item .words .tit{
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: right;
    margin-top: 70px;

}
.hotel-item .words .text{
    line-height: 1.4;
    height:48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 16px;
}
.hotel-item .words .time{
    position: absolute;
    bottom: 45px;
    right: 0px;
}
.hotel-item .words .time p{
    margin-top: 10px;
    text-align: right;
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
}
.hotel-item .words .address{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 16px;
    color: #666;
    position: absolute;
    bottom: 10px;
    right: 0px;
}
.hotel-item .words .address i{
    font-size: 20px;
    color: var(--lightRed);
    padding-right: 5px;
}
.hotel-item.hotel-item2 .words{
    padding-left: 50px;
    padding-right: 80px;
}
.hotel-item.hotel-item2 .words:before{
    right: initial;
    left: 50px;
}
.hotel-item.hotel-item2 .tit{
    text-align: left;
}
.hotel-item.hotel-item2 .address{
    right: initial;
    left: 50px;
    justify-content:start;

}
/*线路列表*/
.line-box{
    margin-bottom: 30px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto;
    justify-content: start;
}
.line-box .line-item{
    position: relative;
    max-width: 635px;
    background: #fff;
    overflow: hidden;
}
.line-box .line-item a{
    display: block;
}

.line-box .line-item .imgs {
    /*height: 460px;*/
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition:all 0.5s;
}

.line-box .line-item img{
    width: 635px;
    height: 358px;

}
.line-box .line-item .words {
    /* position: absolute;*/
    width: 100%;
    bottom: 0;
    z-index: 2;
    box-sizing: border-box;
    padding: 20px 20px 25px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition:all 0.5s;
}
.line-box .line-item .words .words-other{
    margin-top: -15px;
    justify-content: space-between;

}
.line-box .line-item .words .people{
    font-size: 16px;

}

.line-box .line-item  .words .tits {
    line-height: 1.4;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.line-box .line-item  .words .text{
    color: #333;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.line-box .line-item  .words .text-p{
    color: #999;
    font-size: 16px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.line-box .line-item  .words .text-p span{
    color: var(--red);
}
.line-box .line-item  .words .time {
    color: #999;
    margin-top: 15px;
    font-size: 16px;
}
.line-box .line-item:hover .words {
    transform: translate3d(0,-15px,0);
    -webkit-transform: translate3d(0,-15px,0);
}
.line-box .line-item:hover .imgs{
    transform: rotate(0deg);
    transform: scale(1.05);
}

.line-box .line-item:hover .words .text{
    display: block;
}

/*视频列表*/
.video-box{
    margin-bottom: 30px;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto auto auto;
    justify-content: start;
}
.video-box .video-item{
    position: relative;
    max-width: 413px;
    background: #fff;
}
.video-box .video-item a{
    display: block;
}
.video-box .video-item:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    left: 0;
    bottom: 0;
    /*background: linear-gradient(0deg, rgba(0,0,0,.56), transparent);*/
/*    z-index: 1;*/
}
.video-box .video-item .imgs {
    /*height: 460px;*/
    overflow: hidden;
}
.video-box .video-item .imgs:before {
    /*position: absolute;*/
    /*content: "";*/
    /*width: 60px;*/
    /*height: 60px;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: -38%;*/
    /*bottom: 0;*/
    /*margin: auto;*/
    /*background: url(../images/i7.png) no-repeat center;*/
    /*background-size: 100%;*/
    /*z-index: 2;*/
    /*-webkit-transition: all 0.5s;*/
    /*-moz-transition: all 0.5s;*/
    /*transition:all 0.5s;*/
}
.video-box .video-item.video-item2 .imgs:before {
    background: none;
}
.video-box .video-item .bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.video-box .video-item .bg video{
    width: 100%;
   /* min-height:460px;*/
}
.video-box .video-item .bg img{
    width: 100%;
    height: 233px ;
}
.video-box .video-item .words {
   /* position: absolute;*/
    width: 100%;
    bottom: 0;
    z-index: 2;
    box-sizing: border-box;
    padding: 20px 20px 25px 25px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition:all 0.5s;
}
.video-box .video-item .words .words-other{
    margin-top: -15px;
    justify-content: space-between;

}
.video-box .video-item .words .people{
    font-size: 16px;

}

.video-box .video-item  .words .tits {
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    font-size: 20px;
    font-weight: bold;
}
.video-box .video-item  .words .text{
    color: #333;
    font-size: 16px;
   /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;*/

}
.video-box .video-item  .words .text-p{
    color: #999;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.video-box .video-item  .words .text-p span{
    color: var(--red);
}
.video-box .video-item  .words .time {
    color: #999;
    margin-top: 15px;
    font-size: 16px;
}
.video-box .video-item:hover .words {
    transform: translate3d(0,-15px,0);
    -webkit-transform: translate3d(0,-15px,0);
}
.video-box .video-item:hover .imgs:before{
    transform: translate3d(0,-15px,0);
    -webkit-transform: translate3d(0,-15px,0);
}

.video-box .video-item:hover .words .text{
    display: block;
}
/*搜索结果页*/
.search-box2{
    margin-bottom: 30px;
}
.search-item{
    background: #fff;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    box-shadow: 0 5px 15px 0 rgba(146,146,146,.05);
}
.search-item .news-item-title{
    width: 100%;
}


/*旅游资讯*/
.news-box{
    margin-bottom: -30px;
}
.news-box .newsitems{
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 20px);
    margin-left: 30px;
    margin-bottom: 30px;
    background: #fff;
}
.news-box .newsitems:nth-child(3n+1) {
    margin-left: 0;
}
.news-box .newsitems .imgs {
    overflow: hidden;
    width: 100%;
    border: 0;
    vertical-align: middle;
    height: 213px;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition:all 0.5s;
}
.news-box .newsitems .imgs  img{
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition:all 0.5s;

}
.news-box .newsitems:hover img {
    transform: scale3d(1.05, 1.05, 1);
}
.news-box .newsitems:hover{
    box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
}
.newsitems .words {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 25px;
    background: #fff;
}
.newsitems .words .tits {
    color: #000;
    line-height: 1.4;
    height: 2.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: bold;
    font-size: 20px;
}
.newsitems .words .txts {
    line-height: 2;
    height: 4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #666666;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 16px;
}
.newsitems .words .time {
    line-height: 1;
    color: #999999;
    font-size: 16px;
}
/*新闻公告*/
.news-box2{
    width: 100%;
}
.news-box2 .news-item{
    background: #fff;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px 0 rgba(146,146,146,.05);
    margin-bottom: 30px;
}
.news-item-time{
    width: 100px;
    height: 60px;
    margin-right: 30px;
    padding: 30px 15px;
    border: 1px solid rgb(245, 245, 245);
    color: rgb(102, 102, 102);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    line-height: 1;
    background: #fafafa;
    transition: all 0.5s linear;
}
.news-item-time span{
    font-size: 24px;
    font-weight: bold;
}
.news-item-time p{
    font-size: 16px;
}
.news-item-title{
    width: calc(100% - 130px);
    color: rgb(102, 102, 102);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1;
}
.news-item-title h3{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.news-item-title a h3 span{
    font-size: 15px;
    background: #f90;
    color: #fff;
    padding: 10px;
    margin-right: 10px;
    border-radius: 3px;
    display: inline-block;
    font-weight: normal;
    margin-left: 0;
}
.news-item-title p{
    font-size: 16px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.news-item-title a{
    color: #999;
    line-height: 1;
}
.news-item-title a:hover h3 {
    color: var(--red)
}
.news-item-title a span{
    color: #999;
    line-height: 1;
    margin-left: 10px;
}
.news-item-more{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-item-more a{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: var(--red);
    border-radius: 5px;
    font-size: 14px;
    border:1px solid var(--red);
    transition: all 0.5s linear;
}
.news-item-more a:hover{
    color: var(--red);
    background: #fff;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    border:1px solid var(--red);
    transition: all 0.5s linear;
}
.news-item:hover .news-item-time{
    color: #fff;
    background: var(--red);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.news-item-more .other-icon{
    color: #999;
    display: flex;
    align-items: center;
}
.news-item-more .other-icon i{
    font-size: 18px;
    margin-right: 3px;
}
/*出行功略*/
.travel-box2{
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    padding: 3.125vw 2.08333vw;
    box-sizing: border-box;
}
.travel-p-con{
    height: auto;
    position: relative;
    line-height: 2;
    font-size: 16px;

}
.travel-p-con h1{
    font-size: 18px;
    margin-bottom: 20px;

}
.travel-p-con h2 {
    font-size: 18px;
    margin-top: 20px;
}
.travel-p-con .travel-p p{
    text-indent: 2em;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 30px;
}
.travel-p-con .travel-p ul{
    padding-left: 50px;
}
.travel-p-con .travel-p ul li{
    padding-left: 20px;
    position: relative;
}
.travel-p-con .travel-p ul li:before{
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border: 2px solid var(--red);
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 11px;
}
.travel-p-img{
    padding: 0 30px;
    margin-top: 30px;
}
.travel-p-img img{
    width: 100%;
}
/*时光故事*/
.story-box2{
    background: #fff;
    padding: 50px;
    position: relative;
}
.month-detail-box {
    position: relative;
    width: 100%;
    min-height: 93px;
    font-size: 0;
    box-sizing: border-box;
    white-space: normal;
    padding-bottom: 40px;
}
.month-detail-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 220px;
    height: 100%;
    border-right: 2px solid rgba(105, 1, 2, 0.3);
}
.month-detail-box .month-title {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    font-size: 16px;
    color: #333;
    width: 126px;
    padding-left: 50px;
    transition: .5s
}
.month-detail-box .month-title p {
    font-size: 22px;
    font-weight: bold;
}
.month-detail-box .month-title span{
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
    color: #666;
}
.month-detail-box .month-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    background: var(--red);
    transition: transform .5s;
    transform: scaleX(0);
    transform-origin: right
}

.month-detail-box:hover .month-title {
    color: var(--red);
}

.month-detail-box:hover .month-title::after {
    transform: scaleX(1);
    transform-origin: left
}

.incident-record {
    margin-left: 255px;
    line-height: 2;
    font-size: 14px;
    color: #333;
    display: flex;
   /* max-height: 180px;*/
    border-color: rgba(105, 1, 2, 0.3);
    margin-right: 20px;
    transform: translateX(20px);
    transition: max-height 0.4s linear, border-color 0.5s linear, transform 0.2s linear;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.incident-record:before, .incident-record:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    right: 100%;
}
.incident-record:before {
    border-right-color: inherit;
    border-width: 20px;
    top: 50%;
    margin-top: -20px;
}
.incident-record:after {
    border-right-color: #fff;
    border-width: 17px;
    top: 50%;
    margin-top: -17px;
}
.incident-record .incident-record-info{
    width: 100%;
}
.incident-record .incident-record-info .incident-record-item{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}
.incident-record .incident-record-info .incident-record-item:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.incident-record .imgs{
    width: 300px;
    overflow: hidden;
}
.incident-record .imgs img{
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.incident-record .words{
    padding-left: 30px;
    box-sizing: border-box;
    width: calc(100% - 300px);
    position: relative;
}
.incident-record .words h2{
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.incident-record .words p{
    margin-top: 5px;

}
.incident-record .words p span{
    font-size: 13px;
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    background: rgb(230 162 60 / 45%);
    color: #690102;
}
.incident-record .words .text{
    font-size: 16px;
    color: #666;
    padding-top: 20px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.story-box2 .point{
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: -86px;
    background: url(../images/point.png) no-repeat 0px 18px;
    overflow: hidden;

}
.incident-record .point b {
    height: 16px;
    width: 16px;
    background: #fff;
    display: block;
    margin: 17px 0 0 19px;
    border-radius: 18px;
    border: 3px solid rgba(105, 1, 2, 1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    top: 0;
    left: 0;
}
.incident-record:hover .point b {
    border: 3px solid rgba(105, 1, 2, 1);
    /*margin: 12px 0px 0px 14px;*/
    border-radius: 52px;
    transform: scale3d(1.1, 1.1, 1);
}
.month-detail-box:hover .incident-record .imgs img{
    transform: scale3d(1.1, 1.1, 1);
}
.month-detail-box:hover .incident-record{
    border-color: rgba(105, 1, 2, 0.9);
    box-shadow: 0px 0px 25px rgba(105, 1, 2, 0.3);
}

.incident-record .news-item-more{
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(100% - 30px);
}
.release-icon{
    position: fixed;
    right: 10%;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    bottom: 10%;
    background: rgba(105, 1, 2, 0.9);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    z-index: 5;
    box-shadow: 0px 0px 25px rgba(105, 1, 2, 0.3);
}
.release-icon:hover{
    box-shadow: 0px 0px 25px rgba(105, 1, 2, 0.6);
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}
.release-icon i{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2px;
}



















/*详情页*/
.small-banner{
    width: 100%;
    height: 400px;
}
.small-banner img{
    width: 100%;
    height: 400px;
    display: block;
}
.small-info{
     width: 60%;
    position: absolute;
    right: 0;
    height: 18vh;
    top:calc(100vh - 370px);;
    background: linear-gradient(90deg, #690102 0%, rgba(105, 1, 2, 0.51) 100%);
}
.detail-info{
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    /*overflow: hidden;*/
    padding: 3.125vw 2.08333vw;
    box-sizing: border-box;
}
.detail-info-tit{
margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.detail-info-tit h1{
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
}
.detail-info-tit p{
    margin-top:20px;
    font-size: 14px;
    color: #999;
}
.detail-info-tit p span{
    padding-left: 10px;
}
.detail-info-other{
    padding: 0 5px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}
.detail-info-other .time{
    color: #999;
}
.detail-info-other p span{
    padding-left: 10px;
}
.detail-info-other p i{
    font-size: 18px;
    margin-right: 3px;
}
.detail-info-other .share{
    display: flex;
    align-items: center;
}
.detail-info-other .share>div{
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.detail-info-other .share>div span{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.detail-info-other .share .collect span i,.detail-info-other .share .like span i{
    font-size: 24px;
    padding-right: 5px;
    color: #ddd;
}
.detail-info-other .share .collect span.dainzOn i,.detail-info-other .share .like span.shoucOn i{
    color: #FDBE3D;
}
.detail-info-foot .share-span{
    font-size: 16px;
    text-align: right;


}



.detail-info-con{
    height: auto;
    position: relative;
    line-height: 2;
    font-size: 16px;
}
.detail-info-con p{
    text-indent: 2em;
    margin-bottom: 20px;
}
.detail-info-con img{
    /*width: 100%;*/
    height: inherit;
    margin: 15px 0;
}
.detail-info-foot{
    margin-top: 50px;
    padding-top: 30px;
    border-top:1px solid #eee;
    position: relative;
}
.detail-info-foot p{
    padding-left: 4.16667vw;
    color: #999;
    font-size: .83333vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.detail-info-foot p:before {
    content: "";
    position: absolute;
    left: 1.04167vw;
    top: 50%;
    width: 2.08333vw;
    height: 1px;
    background-color: #a82120;
}
.detail-info-foot p a{
    color: #333;
}
.detail-info-foot p a:hover{
    color: var(--lightRed);
}
.detail-info-btn{
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 7.29167vw;
    height: 2.08333vw;
    line-height: 2.08333vw;
    color: #666;
    font-size: 16px;
    background: rgba(105, 1, 2, 0.05);
    cursor: pointer;
}
.detail-info-btn:hover{
    color:var(--white);
    background-color: var(--lightRed);
}

.daq-bread-crumbs__top{
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    color: #666;
    font-size: 16px;
    padding-left: 5px;
}

.daq-bread-crumbs__top.is-bg{
    background-color: rgba(255,255,255,0)
}

.daq-bread-crumbs__top.is-padding{
    padding: 0 1.04167vw
}

.daq-bread-crumbs__top--home{
    margin-right: .41667vw;
    color: #999;
    font-size: 1.04167vw;
    display: flex;
    align-items: center;
}
.daq-bread-crumbs__top--home i{
    font-size: 22px;
}

.daq-bread-crumbs__top--arrow {
    margin: 0 .52083vw;
    font-size: 14px;
}

.daq-bread-crumbs__top--link{
    color: #666;
    cursor: pointer
}

.daq-bread-crumbs__top--link:hover {
    color: #690102
}

.daq-bread-crumbs__top--link.is-active{
    color: #690102;
    cursor: auto
}












/****************会员中心*****************/
.w1100{
    width: 1100px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.hsBg{
    background: var(--whitef5);
}
.user-bg{
    height: 120px; background:var(--red) ;

}
.user-nav{
    width: 1100px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;

}
.user-return{
    font-size: 16px;
}
.user-return a{
    color: #fff;
    text-decoration: underline;
}
.user-return a:hover{
    opacity: 0.9;
}
.user-logo{
    width: 317px;
    height: 40px;
}
.user-logo img{
    width: 317px;
    height: 40px;
}
.user-nav-ul{
    display: flex;
    align-items: center;
    height: 100%;

}
.user-nav-ul li{
    color: var(--white);
    height: 100%;
    display: flex;
    align-items: center;
}
.user-nav-ul li a{
    font-size: 18px;
    color: var(--white);
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 100%;
}
.user-nav-ul li a:hover{
    background: var(--brown);
    transition: background 0.5s;
}
.user-menu{
    width: 220px;
    background: var(--white);
}
.user-menu-img img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: var(--boxShadow);
}
.user-menu-img h2{
    margin-top: 8px;
    font-size: 18px;
}
.user-menu-img{
    margin: 30px auto;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px dashed #dfdfdf;
}
.user-menu-ul{
    width: 100%;
    min-height: 600px;
}
.user-menu-ul li{
    font-size: 16px;
    margin: 10px 20px;
}
.user-menu-ul li a{
    display: block;
    line-height: 20px;
    padding: 12px 20px;
    position: relative;
}
.user-menu-ul li.on a{
    color: var(--lightRed);
    font-weight: bold;
}
.user-menu-ul li.on{
    background:var(--rgba);
    border-radius: 5px;
}
.user-menu-ul li a:hover{
    background:var(--rgba);
    border-radius: 5px;
    transition: background 0.5s;
    font-weight: bold;
}
.user-menu-ul li.on a:before,.user-menu-ul li a:hover:before{
    position: absolute;
    right: 10px;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '\e620';
    font-family: "iconfont" !important;
}

.user-info{
    width: 860px;
    background: #fff;
    min-height: 600px;
}
.user-info-tit{
    padding: 20px 30px;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.user-info-tit h2{
    font-size: 22px;
}
.release-btn{
    position: absolute;
    right: 15px;
    top:25px;
}
.release-btn a{
    background: #fff;
    border-radius: 5px;
    border: 1px solid var(--red);
    color: var(--red);
    font-size: 16px;
    padding: 10px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.release-btn a i{
    font-size: 22px;
    padding-right: 3px;
    position: relative;
    top:2px;
}
.release-btn a:hover{
    background:var(--red);
    color: var(--white);
}
.user-con{
    padding: 30px;
}
.user-con .reservation-box2-right2 {
    margin-top: 30px;
}
.avatar{
    width: 150px;
    height: 150px;
}
.h1-tit{
    font-size: 26px;
    text-align: center;
}
.user-detail{
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;

}
.user-dl{
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
}
.user-dl dt{
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.user-dl dt img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.user-dl dd{

}
.user-dl dd h2{
    font-size: 16px;
    padding-top: 5px;
}
.user-dl dd p{
    font-size: 14px;
    padding-top: 5px;
}
.user-edit{
    padding-top: 10px;
}
.user-edit a{
    display: inline-block;
    font-size: 14px;
    color: var(--red);
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 20px;
    background: rgba(168, 33, 32, 0.2);
    border: 0;
}
.user-edit a:hover{
    color: var(--white);
    background: rgba(168, 33, 32, 1);
}
.user-edit a i{
    padding-right: 3px;
}
.user-list{
    margin: 40px 30px;
    padding-top: 40px;
    border-top: 1px solid #ededed;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto auto auto auto;
    text-align: center;
}
.user-list li{
    position: relative;
}
.user-list li:before{
    position: absolute;
    right: -5px;
    width: 1px;
    height: 20px;
    background: var(--whitedf);
    content: '';
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.user-list li:last-child:before{
    background: var(--white);
}
.user-list li h2{
    font-size: 24px;
}
.user-list li h2 em{
    font-weight: normal;
    font-size: 13px;
    padding-left: 3px;
}
.user-list li p{
    padding-top: 2px;
    font-size: 14px;
    color: #999;
}
.marginR30{ margin-right: 30px;}
.user-page{
    margin-bottom: 30px;
    text-align: center;
}
/*会员预约*/
.reservation-box{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
}
.reservation-item{
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(146,146,146,.2);
    width: 253px;
}
.reservation-info{
    padding: 15px 0 15px 17px;
    position: relative;
}
.reservation-info h2{
    font-size: 16px;
    margin-bottom: 10px;
}
.reservation-info p{
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0;
    color: #333;
    display: flex;
    align-items: center;
}
.reservation-info p span{
    display: inline-block;
    width: 72px;
    color: #999;
}
.reservation-info .state{
    position: absolute;
    right: 10px;
    top:15px;
    width: 64px;
    height: 64px;
    background: url("../images/state-wei.png") no-repeat;
    background-size: 100%;
}
.reservation-info .state.state-yong{
    background: url("../images/state-yong.png") no-repeat;
    background-size: 100%;
    opacity: 0.7;
}

.reservation-tit{
    padding: 20px;
    background: var(--red) url("../images/hw.png") left top repeat;
    background-size: 80%;
    border-radius: 10px 10px 0 0 ;
    color: var(--white);
}
.reservation-tit h2{
    font-size: 20px;
    margin-bottom: 10px;
}
.reservation-tit h2 span{
width: 100%;
    display: flex;
    justify-content: space-between;
}
.reservation-tit h2 span em{
    font-weight: normal;
}
.reservation-tit h2 span em.hx{
    opacity: 0.6;

}
.reservation-tit p{
    font-size: 16px;
}
/*会员故事*/
.story-box{

}
.story-box .tab0-ul{
    display: flex;
    align-items: center;
}
.story-box .tab0-ul li{
    width: 120px;
    margin-right: 15px;
    line-height: 40px;
    text-align: center;
    background: var(--whitedf);
    font-size: 16px;
    cursor: pointer;
}
.story-box .tab0-ul li.active{
    background: var(--lightRed);
    color: var(--white);
    font-weight: bold;
}
.story-list{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px;
    margin-top: 20px;
    justify-content: start;
}
.story-item{
    padding: 20px;
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(146,146,146,.2);
    position: relative;
    box-sizing: border-box;
    width: 390px;
}
.story-item-tit{
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.story-item-tit em{
    font-size: 13px;
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    background: rgb(230 162 60 / 45%);
    color: #690102;
}
.story-item-label{
    margin-bottom: 15px;

}
.story-item-label span{
    background: rgb(230 162 60 / 45%);
    color: #690102;
    font-size: 13px;
    display: inline-block;
    padding: 0 10px;
    line-height: 24px;
    margin-right: 5px;
}
.story-item-info{
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.story-item-p{
    color: #999;
}
.story-item-state{
    position: absolute;
    right: -1px;
    top:-1px;
    background: url("../images/tg.png") no-repeat;
    background-size: 100%;
    width: 55px;
    height: 55px;
}

.tab0_con{
    display: none;
}
.tab0_con.on{
    display: block;
}
/*会员投诉*/
.complaint-box{
    grid-template-columns: auto;
    margin-top: 20px;
}
.complaint-box .reservation-info{
    padding: 17px 17px 17px 20px;
}
.complaint-box .reservation-info .words{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px #dfdfdf dashed;
}
.complaint-box .reservation-info .words font{
    color: #999;
}
.complaint-box .reservation-info .words span{
    display: inline-block;
    padding: 5px 12px;
    background: rgb(230 162 60 / 45%);
    color: #690102;
    margin-right: 5px;
}
.complaint-box .bq{
    width: 90px;
    text-indent: 1.5em;
    line-height: 26px;
    letter-spacing: 2px;
    height: 32px;
    position: absolute;
    right: -5px;
    top:15px;
    color: #fff;
    background: url("../images/bq.png") left top no-repeat;
}
.complaint-box .reservation-info p{
    color: #666;
}
.ts-table{
    border: 1px solid #eee;
    width: 100%;
    border-collapse:collapse;
}
.ts-table tr th{
    font-size: 18px;
    text-align: center;
    padding: 20px 10px;
    font-weight: bold;
}
.ts-table tr td{
    padding:20px 10px;
    line-height: 25px;
    font-size: 14px;
    border: 1px solid #eee;
}
.ts-table tr td:first-child{
    text-align: center;
    font-size: 16px;
    color: #666;
    background: #fafafa;
}
.ts-table tr td .ts-pic{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 0 10px;
}
.ts-table tr td .ts-pic img{
    width: 100%;
}
.reservation-box2-right2{
    width: 100%;
    margin-top: 80px;
}
.reservation-box2-right2 .from-p.from-p2{
    width: 100%;
}
.reservation-box2-right2 .from-p-text{
    width: calc(100% - 100px);
}
.reservation-box2-right .from-p .from-p-text .el-input{
    width: 100%;
}
.reservation-box2-right2 .from-p-text.avatar-view{
    width: 150px;
    height: 150px;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    position: relative;
}
.reservation-box2-right2 .from-p-text .avatar-text{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,.6);
    bottom: 0;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;

}

/*********公共的*********/
.main{
    width: 1300px;
    margin: 0 auto;
}
.main-page{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    margin: 20px 0;
}
.bgfff{
    background: var(--white);
}

/*头部*/
.topBg{
    width: 100%;
    height: 160px;
    background:#FCE9E3 url("../images/topBg.jpg") top center no-repeat;
}
.top-box{
    width: 1300px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    width: 317px;
    height: 40px;
}
.logo img{
    width: 317px;
    height: 40px;
}
.top-tel{
    display: flex;
    align-items: center;
}
.top-tel img{
    width: 27px;
    height: 27px;
    margin-right: 5px;
}
.top-tel h2{
    font-size: 18px;
    color: #000;
}
.top-login-front{
    position: relative;
}
.top-login-front a{
    font-size: 16px;
    font-weight: 700;
    display: block;
    line-height: 30px;
    padding: 5px 10px;
    color: var(--red);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.top-login-front a:hover{
    font-size: 16px;
    line-height: 30px;
    display: block;
    padding: 5px 10px;
    border-radius: 10px;
    background: rgba(255,255,255,.8);
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.top-login{
    padding: 10px 10px 3px 10px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.top-login:hover{
    background: rgba(255,255,255,.8);
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
}
.top-login img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 5px;
}
.top-login h2{
    color: rgba(105, 1, 2, 0.8);
    font-size: 16px;
}
.top-login i{
    padding-left: 5px;
    font-size: 14px;
    margin-top: -5px;
    font-weight: bold;
    color: rgba(105, 1, 2, 0.8);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.top-login-info{
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 150px;
}
.top-login-other{
    padding-top: 8px;
}
.top-login-text{
    width: 130px;
    position: absolute;
    margin-top: -5px;
    left: 0;
    z-index: 99;
    padding: 10px 10px 10px 30px;
    border: none;
    overflow: hidden;
    border-radius: 5px;
    -webkit-filter: initial;
    filter: none;
    background: rgba(255,255,255,.96);
    display: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.top-login-text a{
    display: block;
    line-height: 40px;
    font-size: 16px;
   padding: 0 12px;
    letter-spacing: 1px;
}
.top-login:hover .top-login-text{
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.navBg{
    width: 100%;
    height: 75px;
    background: var(--red);
}
.nav-box{
    width: 1300px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-menu{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;width: 100%;}
.nav-menu ul{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto;
}
.nav-menu ul li{height:75px;transition:all .3s;position: relative;min-width: 90px;}
.nav-menu ul li .a1{line-height:75px;display:block;text-align:center;font-size:18px;color:#fff;transition:all .3s}
.nav-menu ul li:hover,.nav-menu ul li.on{
    background: #68301F;
}
.nav-menu ul li:hover .a1{color:#fff;transition:all .3s}
.nav-menu ul li .div1{display:none;background:#68301F;width:100%;left:0px;position:absolute;top:75px;z-index:100}
.nav-menu ul li .div1 .p1{width:100%;line-height:56px;}
.nav-menu ul li .div1 .p1 a{color:#fff;font-size:16px;text-transform:uppercase;background:url(../images/1_26.jpg) center bottom no-repeat;display:inline-block;
    line-height:56px;transition:all .5s;width: 100%;text-align: center;}
.nav-menu ul li .div1 .p1 a:hover{background:url(../images/1_27.jpg) center 45px no-repeat;color:#fff;}
.nav-menu ul li .mad6 .p1{text-align:right}
.nav-login{width: 200px;text-align: right;}
.nav-login a{
    color: var(--white);
    font-size: 14px;
    padding: 0 5px;
    margin: 0 10px;
    position: relative;
}
.nav-login a:first-child:before{
    /*position: absolute;*/
    /*top:4px;*/
    /*right: -12px;*/
    /*width: 1px;*/
    /*height: 12px;*/
    /*content: '';*/
    /*background: var(--white);*/

}
.nav-login a:hover{
    opacity: 0.8;
}
/*搜索框*/
.search-box{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 450px;
}
.search-box .search-input{
    width: 100%;
    border: none;
    color: #222;
    font-size: 16px;
    line-height: 25px;
    border-radius: 50px;
    height: 50px;
    padding-right: 100px;
    padding-left: 140px;
    box-sizing: border-box;
    background: hsla(0,0%,100%,.92);
    box-shadow: 0 2px 4px rgba(0,0,0,.06);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: background-color .3s ease-out;
}
.search-select{
    position: absolute;
    left: 0;
    z-index: 3;
    width: 120px;
    height: 100%;
    color: #222;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}
.search-select-item{
    padding-top: 8px;
    position: relative;
    display: none;
}
.search-select-con{
    min-width: unset;
    padding: 4px 0;
    border: none;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
    -webkit-filter: initial;
    filter: none;
    background: #fff;
}
.search-select-item .search-option{
    padding: 10px 0;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}
.search-select-item .search-option:hover {
    background-color: var(--whitef5);
}
.search-select-arr{
    content: "";
    position: absolute;
    top: 2px;
    left: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid #fff;
    /*box-shadow: 0 2px 6px rgba(0,0,0,.08);*/
}

.search-select .search-select-box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding-left: 25px;
    box-sizing: border-box;
}
.search-select .search-select-box .label{
    margin-right: 10px;
    padding: initial;
    font-size: initial;
    font-weight: initial;
    line-height: initial;
    color: initial;
}
.search-select .search-select-box .icon-arrow{
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.search-select.search-select:hover .search-select-box .icon-arrow.rotate{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.search-select:hover .search-select-item{
    display: block;
}
.search-input-line{
    position: absolute;
    left: 125px;
    width: 1px;
    height: 20px;
    background-color: #d7cccc;
}
.search-btn{
    position: absolute;
    right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-btn{
    background: var(--red);
    font-size: 16px;
    line-height: 25px;
    border-radius: 20px;
    height: 38px;
    width: 90px;
}
.search-btn a{ color: #fff;}

.mt0{
    margin-top: 0;
}
/*底部导航*/
.footer{width:100%;background-color:#212330;padding-top:70px;height:auto;overflow:hidden}
.other-link{width: 1300px;margin:0 auto;height:auto;overflow:hidden}
.other-link>div{float:left}
.other-link .sucai-contact{float:right}
.link-look{width:960px;padding-bottom:45px}
.link-list{float:left;width:20%}
.link-list h3{height:45px;line-height:20px;font-size:20px;color:#ffffff}
.link-list ul li a{line-height:33px;color:#ABACAF;font-size:15px}
.link-list ul li a:hover{color:var(--lightRed)}
.sucai-contact{width:240px}
.bottom-logo{width:132px;height:38px}
.bottom-logo a{display:block;width:100%;height:100%;background:url("../images/logo-bs.png") no-repeat; background-size: 100%;}
.sucai-companyname{height:40px;line-height:18px;font-size:18px;color:#ffffff;}
.sucai-phone,.sucai-qq{height:34px;line-height:15px;font-size:20px;color:rgba(255,255,255,.8)}
.erweima-box{margin-top:10px}
.erweima-box>div{float:left;width:100px}
.erweima-box>div:first-child{margin-right:30px}
.wechat-erwei div:last-child,.phonenet-erwei div:last-child{height:30px;line-height:30px;font-size:14px;color:#ABACAF; text-align: center;}
.footer-bottom{text-align:center;padding:30px 0;border-top:1px solid #2d2f3a; margin-top: 10px;}
.footer-bottom p{line-height:26px;font-size:14px;color:#6C6E73}
.footer-bottom p span{margin-left:17px}
.footer-bottom p span.police-icon{display:inline-block;width:25px;height:20px;background:url("../images/code.jpg") no-repeat;background-size: 100%;vertical-align:top}
.sucai_wechat,.sucai_web{width:100%;height:100px}
.sucai_wechat{background:url("../images/xiaochengxu.jpg") no-repeat;background-size: 100%;}
.sucai_web{background:url("../images/gongzhonghao.jpg") no-repeat;background-size: 100%;}



/*登录*/
.loginbox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--white);
    gap: 24px;
    padding: 56px 0;
    box-sizing: border-box;
    border-radius: 10px;
}

.loginbox p {
    font-size: 2rem;
}

.inner-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
}

.inner-box img {
    width: 24px;
    height: 24px;
}

.inner-box input,
.inner-box button {
    all: unset;
    line-height: 40px;
    font-size: 14px;
}

.phone-box,
.code-box {
    display: flex;
    align-items: center;
    width: 400px;
    border-radius: 16px;
    background: rgb(105 1 2 / 8%);
    backdrop-filter: blur(20px);
    padding-left: 12px;
    box-sizing: border-box;
    gap: 12px;
    height: 64px;
}

.code-box input {
    width: 100%;
}

.code-box button {
    white-space: nowrap;
    line-height: 40px;
    color: #690102;
    padding: 0 12px;
    box-sizing: border-box;
}
.layui-layer-btn .layui-layer-btn0 {
    border: none !important;
    background: #690102 !important;
    padding: 12px 16px !important;
    border-radius: 12px !important;
    width: 100px;
    text-align: center;
    font-size: 16px;
}

.layui-layer-btn .layui-layer-btn1 {
    padding: 12px 16px !important;
    border-radius: 12px !important;
    width: 100px;
    text-align: center;
    font-size: 16px;

}

.layui-layer-btn a {
    border: none !important;
}

.layui-layer-btn {
    text-align: center !important;
}
.layui-layer-page .layui-layer-content {
    overflow: initial!important;
}

.capacity{
    position: fixed;
    z-index: 3;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    color: rgba(255, 255, 255, 1);
    background: #690102;
    border: 2px solid #690102;
    background: linear-gradient(180deg, #ab0002, #690102);
    padding:15px 10px;
    border-radius: 8px;
    opacity: 0.9;
}
.capacity div{
    text-align: center;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.capacity div icon{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.capacity div span{
    padding: 0 3px;
    font-weight: bold;
    font-size: 16px;
}
