.ticket-detail-wrap{
    padding: 0 0 68px 0;
    background-image: url(../img/body-bg1.png);
}

.w-1200{
    width: 1200px;
    margin: 0 auto;
}

.hotel-list-box{
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
}

.hotel-list-title{
    width: 1200px;
    margin: 0 auto;
    padding: 12px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #09A79D;
}

.hotel-list-title span:nth-child(1){
    /*margin-left: 6px;*/
    margin-right: 6px;
    color: #09A79D;
}

.hotel-list-title span:nth-child(2){
    color: #444D59;
    margin-left: 6px;
}


.position-box{
    width: 100%;
    padding-bottom: 29px;
    /*padding: 16px 0;*/
    /* background: #F3F3F3; */
    text-align: left;
    /*border-bottom: 1px solid #F3F3F3;*/
}

.position-box p{
    font-size:14px;
    line-height: 14px;
    font-weight:normal;
    color: #1D1E1F;
}
.position-box span{
    font-size:14px;
    line-height: 14px;
    font-weight:normal;
    color: #939599;
}

.ticket-list-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.ticket-list-title-left{
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #282828;
}

.ticket-list-title-right{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}

.ticket-list-title-right img{
    margin-right: 6px;
}

.ticket-list-title span{
    font-weight: bold;
}

.ticket-list-item-text1{
    font-size: 12px;
    line-height: 12px;
    color: #646464;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 7px;
}

.ticket-list-item-text2{
    font-size: 16px;
    /*line-height: 16px;*/
    color: #ffff;
    width: 682px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 1;
}

.ticket-list-item{
    width: 714px;
    height: 260px;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}

.ticket-list-item:nth-child(2n){
    margin-right: 0;
}

.ticket-list-item-pic{
    width: 100%;
    height: 100%;
    /*background-color: #efefef;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*border-radius: 4px;*/
    /*margin-bottom: 24px;*/
    position: relative;
}

.ticket-list-item-pic:after{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80.19%, rgba(0, 0, 0, 0.5) 100%);
}

.ticket-list-item-text3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ticket-list-item-text3-left{
    font-size: 14px;
    line-height: 14px;
    color: #646464;
    display: flex;
    align-items: center;
}

.ticket-list-item-text3-left span{
    color: #FC4500;
}

.ticket-list-item-text3-left i{
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin: 0 6px;
    display: inline-block;
    background: #646464;
}

.ticket-list-item-text3-right{
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 8px 16px;
    background: #00B448;
    border-radius: 4px;
    cursor: pointer;
}

.ticket-list-item-pic-box{
    font-size: 12px;
    line-height: 12px;
    /*padding: 5px 6px;*/
    width: 54px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 3px;
    position: absolute;
    top:9px;
    right: 9px;
}

.ticket-list-item-pic-box img{
    margin-right: 5px;
}

.notice-layer{
    padding: 0 10px;
    white-space:pre-line;
    display: none;
}

.introduce-head-wrap{
    display: flex;
    width: 100%;
    height: 560px;
    /*margin-bottom: 16px;*/
}

.introduce-head-left,
.introduce-head-right{
    width: 50%;
    height: 100%;
}

.introduce-head-right{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.introduce-head-left{
    background-image: url('../img/bg10.png');
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.list-left-text2-p4{
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
    width: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}

.list-left-text2-p4 span{
    transition: 1s;
}

.list-left-text2-p4 img{
    margin-left: 8px;
    transition: 1s;
}

.list-left-text2-p4:hover span{
    transform: translateX(-8px)
}

.list-left-text2-p4:hover img{
    transform: translateX(10px)
}

.introduce-head-left-text{
    width: 620px;
}

.introduce-head-left-text1{
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #09A79D;
    margin-bottom: 12px;
}

.introduce-head-left-text2{
    font-weight: 400;
    font-size: 80px;
    height: 80px;
    line-height: 70px;
    color: #FFFFFF;
    background: #09A79D;
    display: inline-block;
    margin-bottom: 12px;
}

.introduce-head-left-text3{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 12px;
}

.new-index-scenic-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.new-index-scenic-item {
    width: 356px;
    height: 356px;
    margin-right: 18px;
    margin-bottom: 18px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 16px;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.new-index-scenic-item:nth-child(3n) {
    margin-right: 0;
}

.new-index-scenic-item.scenic-1:nth-child(4n) {
    margin-right: 0 !important;
}

.new-index-scenic-item.scenic-1:nth-child(2n) {
    margin-right: 12px;
}

.new-index-scenic-item-title {
    width: 76px;
    height: 22px;
    padding: 4px 10px 4px 16px;
    display: flex;
    background: #09A79D;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    position: absolute;
    overflow: hidden;
    right: 0;
}

.new-index-scenic-item-title img {
    margin-right: 4px;
}

.new-index-scenic-item-title-box {
    display: none;
    animate-duration: .2s;
    animate-delay: .2s;
    position: relative;
    z-index: 1;
    padding-top: 5px;
}

.new-index-scenic-item-body {
    position: absolute;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    border-radius: 20px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80.19%, rgba(0, 0, 0, 0.5) 100%);
    padding: 16px;
    overflow: hidden;
    transition: 2s;
}

.index-scenic-item-body-text-wrap {
    position: absolute;
    /*bottom: 16px;*/
    padding-right: 16px;
    transition: .6s;
    bottom: -16px;
}

.index-scenic-item-body-text-wrap1 {
    bottom: -60px;
    position: absolute;
    /*bottom: 16px;*/
    padding-right: 16px;
    transition: .6s;
}

.index-scenic-item-body-text1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.index-scenic-item-body-text2 {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 21px;
}

.index-scenic-item-body-text3 {
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
