.ticket-detail-wrap{
    height: 100%;
    padding: 24px 0 24px 0;
    background-image: url(../img/body-bg.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;
    cursor: pointer;
}

.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: 436px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 1;
    transition: .6s;
}

.ticket-list-item{
    width: 288px;
    height: 204px;
    float: left;
    /*margin-right: 16px;*/
    /*margin-bottom: 16px;*/
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
}

.ticket-list-item:nth-child(3n){
    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:hover .ticket-list-item-pic-box1{
    transform: scale(1.25);
}

.ticket-list-item-pic-box1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: .6s;
}

.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;
}

.code-layer{
    display: none;
}

.new-index-scenic-item-title {
    width: 89px;
    height: 30px;
    padding: 0 16px 0 10px;
    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: 16px;
    top: 16px;
}

.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;
    /*padding-left: 16px;*/
    /*padding-right: 16px;*/
}

.journey-body-wrap{
    display: flex;
}

.journey-body-left{
    width: 224px;
    /*min-height: 600px;*/
    margin-right: 16px;
    background: #fff;
    padding: 12px 0;
    border-radius: 20px;
}

.journey-body-right{
    width: 896px;
    /*min-height: 560px;*/
    background: #fff;
    padding: 32px;
    border-radius: 20px;
}

.journey-body-right-text3{
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #1D1D1F;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 32px;
}

.route-list{
    display: flex;
    flex-wrap: wrap;
}

.solution-left-menu .menu-item {
    /*margin: 10px 0;*/
}
.solution-left-menu .menu-item .title {
    padding: 12px 24px 12px 24px;
    width: calc(100% - 48px);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    background: #fff url(../img/down-btn.png) no-repeat 90% center;
    background-size: 20px 20px;
    cursor: pointer;
}

.solution-left-menu div.active .title{
    /*background-color: #3083F4;*/
    background-image: url(../img/down-btn.png);
}

.solution-left-menu .menu-item > ul {
    display: none;
}

.solution-left-menu .menu-item > ul > li {
    width: calc(100% - 52px);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;*/
    /*margin: 5px 0;*/
    padding: 12px 12px 12px 40px;
}

.solution-left-menu .menu-item > ul > li > a{
    color: rgba(0, 0, 0, 0.9);
}
.solution-left-menu .menu-item > ul > li > a > em {
    width: 8px;
    height: 8px;
    background: #a8a8a8;
    margin-right: 10px;
    display: inline-block;
}
.solution-left-menu .menu-item > ul > li.active {
    background: #EBF4ED;
}
.solution-left-menu .menu-item > ul > li.active > a {
    color: rgba(0, 0, 0, 0.9);
}
.solution-left-menu .menu-item > ul > li.active > a > em {
    /* transform:rotate(45deg);
     -ms-transform:rotate(45deg); 	!* IE 9 *!
     -moz-transform:rotate(45deg); 	!* Firefox *!
     -webkit-transform:rotate(45deg); !* Safari 和 Chrome *!
     -o-transform:rotate(45deg); 	!* Opera *!*/
    background-color: #3083F4;
}