﻿.fixHead{
    background: none;
    position: absolute;
}
.swiper-container {
    width: 100%;
    height: 100%;
    background: #fff;
    /*margin-top: .9rem;*/
}

.swiper-slide {
    position: relative;
}

.swiper-slide img {
    /*height: calc(100vw/2.72) !important;*/
}

.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
    width: .16rem !important;
    height: 2px !important;
    border-radius: 0 !important;
    margin: 0 .1rem;
}

.swiper-pagination-bullet-active {
    background: #f76e5b !important;
}


.info-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: .9rem;
    line-height: .9rem;
    z-index: 1;
    pointer-events: none;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.swiper-pagination {
    bottom: .3rem;
    right: .26rem;
    text-align: right;
}

.cid {
    width: 60%;
    overflow: hidden;
    text-align: left;
    font-size: .24rem;
    padding-left: .2rem;
    color: #fff;
}

.detailsMain {
    width: 100%;
    height: 100%;
    background: #fff
}

.detailsMain-title {
    padding: .2rem .2rem .1rem .2rem;
    font-size: .28rem;
    font-weight: bold;
    color: #000;
    line-height: .4rem;
}

.detailsMain-info {
    border-top:1px solid #ddd;
    padding: 0 .2rem;
    margin-bottom: .1rem;
    color: #696969;
    font-size: .24rem;
}

.detailsMain-info span {
    display:inline-block; 
    width:40%;
    border-radius: 2px;
    line-height: .8rem;
}

.detailsMain-price {
    padding: .2rem;
    color: #ff4a26;
    font-size: 0;
    position: relative;
}

.detailsMain-price em {
    font-size: .28rem;
    vertical-align: top;
    font-style: normal;
    font-weight: bold;
    line-height: .6rem;
}

.detailsMain-price span{
    color:#999;
    font-size: .28rem;
    font-weight:400;
}

.detailsMain-price strong {
    font-size: .5rem;
}

.detailsMain-price .sold {
    font-size: .2rem;
    color: #767676;
    margin-left: 0.2rem;
    display: inline-block;
    position: relative;
    text-decoration: line-through;
    top: -0.08rem;
}

.detailsLayout {
    margin-top: .2rem;
    padding: 0 .2rem;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.detailsLayout dl {
    width: 80%;
    height: 100%;
    margin: .2rem 0;
    overflow: hidden;
}

.detailsLayout dl dt {
    width: 1rem;
    height: 1rem;
    background: rgba(0, 0, 0, .1);
    border-radius: 50%;
    float: left;
}

.detailsLayout dl dt img {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    vertical-align: top;
}

.detailsLayout dl dd {
    float: left;
    font-size: .28rem;
    font-weight: bold;
    width: calc(100% - 1.3rem);
    padding: .18rem 0 0 .16rem;
    overflow: hidden;
}

.detailsLayout dl dd.info {
    font-weight: normal;
    color: #696969;
}

.detailsLayout a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    padding: 0 .25rem;
    height: 100%
}

.detailsLayout a i {
    font-size:.4rem;
    color:#666;
}

.detailsNav {
    width: 100%;
    height: .9rem;
    background: #fff;
    margin-top: .2rem;
    border-bottom: 1px #ededed solid;
}

.detailsNav ul {
    padding: 0 .2rem;
    height: .9rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.detailsNav ul li {
    flex: 1;
    /*height: .86rem;*/
    font-size: .28rem;
    border-bottom: 2px #fff solid;
}

.detailsNav ul li.active {
    border-bottom: 2px #15A1E8 solid;
}

.detailsNav ul li.active a {
    color: #15A1E8;
}

.detailsNav ul li a {
    display: block;
    color: #111;
    text-align: center;
    line-height: .9rem
}



.detailsContent {
    background: #fff;
    margin-bottom:.2rem;
}

.detailsContent img{ max-width:100%;  border-radius:5px;}

.detailsContent-list {
    height: 100%;
    font-size: 0;
}

.detailsContent-list-title {
    color: #111;
    padding: .3rem .2rem;
    border-bottom:1px solid #f0f2f5
}

.detailsContent-list-title i {
    font-size: .28rem;
    color: #0c8ffb;
    display: inline-block;
}

.detailsContent-list-title span {
    font-size: .28rem;
    padding-left: .06rem;
}

.calendar-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin: .2rem 0;
    padding: 0 .2rem;
}

.calendar-box .cc-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.calendar-box .cc-left .date-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    text-align: center;
}

.calendar-box .cc-left .date-row:nth-child(2) {
    margin-top: .2rem;
}

.calendar-box .cc-left .date-row .date-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-left: .2rem;
    border: 1px solid #e5e5e5;
    border-radius: .1rem;
    padding: 8px 2px 6px 2px;
    font-size: 0.24rem;
    line-height: 1.2;
}

.cc-title {
    line-height: .8rem;
    border-bottom: 1px solid #e5e5e5;
}

.calendar-box .cc-left .date-row .date-item:first-child {
    margin-left: 0;
}

.calendar-box .cc-left .date-row .date-item .date {
    color: #666;
}

.calendar-box .cc-left .date-row .date-item .price {
    color: #f50;
}

.calendar-box .cc-right {
    color: #999;
    width: .6rem;
    padding: .4rem 0 .4rem .2rem;
    text-align: right;
    font-size: .28rem;
    line-height: 1.5;
}

.calendar-box .cc-right a{
    color: #999;
}


.calendar-box .cc-right .iconright {
    display: inline-block;
    font-size:.4rem;
    color:#666;
}

#nav1,#nav2,#nav3,#nav4 {
    margin-top: .2rem;
}

.product-box {
    margin: 0 .2rem;
    font-size: .24rem;
    line-height: 1.5;
    padding:.2rem 0;
    word-wrap: break-word;
    word-break: break-all;
    /*white-space: pre-wrap;*/
}

.product-info {
    padding: .16rem 0;
    font-size: .28rem;
}

.product-content {
    font-size: .24rem;
    color: #666;
    line-height: .4rem;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: .1rem;
}

.product-image {
    padding: .1rem 0;
    font-size: 0;
}

.product-img {
    font-size: 0;
    margin-bottom: .4rem;
}

.product-img img {
    width: 100%;
}

.product-consult {
    font-size: .28rem;
    line-height: .4rem;
    color: #666;
    margin-bottom: .2rem;
}

/*#xingcheng{
    margin-top:.2rem;
}*/

.trip-box {
    margin: 0 .2rem;
    font-size: 0
}
.trip-box.trbx-size {
    font-size: 0.28rem;
    line-height: 0.4rem;
}
.trip-title{
    color:#15A1E8;
    font-size:.3rem;
    padding-top:.16rem;
}
.trip-content{
    color: #666;
    padding:.2rem 0;
    border-bottom:1px #e5e5e5 solid;
}
.trip-content p{
    font-size:.24rem;
    line-height:.4rem;
}
.day{
    padding:.2rem 0;
}
.trip-day{
   width:100%;
   padding:.2rem 0;
}
.trip-day-list{
    overflow: hidden;
}
.trip-day-list-title {
    overflow:hidden;
    line-height: .3rem
}
.trip-day-list-title strong{
    color:#15A1E8;
    font-size:.28rem;
    display: inline-block;
}
.trip-day-list-title span{
    color:#000;
    font-size:.24rem;
    padding-left:3px;
}
.trip-day-list-content{
    border-left:1px #ddd solid;
    font-size:.24rem;
    color:#666;
    line-height: 1.5;
    margin:0 0 .1rem .14rem;
    padding-left:.1rem;
}

/*#feiyongshuoming{
    margin-top:.2rem;
}*/
.price-box{
    margin: 0 .2rem;
    font-size: 0
}
.price-info{
    font-size: .28rem;
    padding-top:.16rem;
}
.price-content{
    color: #666;
    padding:.2rem 0;
    border-bottom:1px #e5e5e5 solid;
    font-size: .24rem;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all;
}
.price-content:last-child{
    border-bottom:none;
}
.price-content p{
    font-size:.24rem;
    line-height:.4rem;
}



/*#yudingxuzhi{
    margin-top:.2rem;
}*/
.notice-box{
    margin: 0 .2rem;
    font-size: 0
}
.notice-info{
    font-size: .28rem;
    padding-top:.16rem;
}
.notice-content{
    color: #666;
    padding:.2rem 0;
    border-bottom:1px #e5e5e5 solid;
    font-size: .24rem;
    line-height: 1.5;
    word-wrap: break-word;
    word-break: break-all;
}
.notice-content:last-child{
    border-bottom:none;
}
.notice-content p{
    font-size:.24rem;
    line-height:.4rem;
}




.telephone {
    width: 100%;
}

.telephone ul li {
    width: 100%;
    padding: .2rem 0;
    overflow: hidden;
    border-bottom: 1px rgba(255, 255, 255, .3) solid;
}

.telephone ul li:last-child {
    border-bottom: none
}

.telephone ul li a {
    width: 100%;
    display: block;
    color: #111;
}

.telephone ul li a dl dt {
    width: 50%;
    float: left;
    font-size: .28rem;
    color: #111;
}

.telephone ul li a dl dt i {
    font-weight: bold;
    display: block;
    float: left;
}

.telephone ul li a dl dt span {
    display: block;
    float: left;
    padding-left: .1rem
}

.telephone ul li a dl dd {
    float: right;
    font-size: .28rem;
}


.side_nav {
    position: fixed;
    right: .2rem;
    bottom: 1.6rem;
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    display: none;
    background: #f0f0f0
}

.side_nav a {
    display: block;
    visibility: visible;
    width: .6rem;
    height: .6rem;
    border-radius: 50%
}
.side_nav a i{
    color:#666;
    font-size:.4rem;
    display: block;
    margin:.1rem;
    padding:0;
}

/*班期*/
.module_st {
    background: #fff;
    box-shadow: 0 0 3px rgba(200, 200, 200, 0.5);
}

.module_tit {
    padding: 0 34px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #ddd;
    display: block;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.module_tit .l {
    font-size: 20px;
    color: #f60;
    position: absolute;
    left: 10px;
    top: 0;
}

.module_tit .r {
    font-size: 20px;
    color: #999;
    position: absolute;
    right: 10px;
    top: 0;
}

.module_st .ScheduleNav{
    width:100%;
    font-size:.24rem;
    padding: 8px 0;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/*.module_st .schedulelist a{
    cursor: pointer;   
    padding: 2px 0;
    margin:2px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    float: left;
}

.module_st .schedulelist a p{
    height: 16px;
    line-height: 16px;
    color: #333;
    text-align: center;
}

.module_st .schedulelist a p.c2{
    color: #666;
}*/
.ScheduleNav table{width:100%}
.ScheduleNav table td{width: 24%; text-align: center; line-height: .5rem; color: #666; border-right: 1px solid #ddd; padding: .1rem; border-bottom: 1px solid #ddd;}
.ScheduleNav table .t1 td{color:#333;}
.ScheduleNav table td a{color: #fff; display:block; width:80%; margin: auto; border-radius:10px; background:#FF6600;}

/*班期结束*/

.chufadi{background:#fff; font-size:.26rem; line-height:.3rem; padding:.2rem 0;}
.chufadi span{float:left; width:45%; margin-left:2%;}

#jsNavWrap{
    height:.9rem;
}


.timswrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background-color: #fff;
    /*margin-top: .2rem;*/
    font-size: .28rem;
    padding:.1rem 0 .2rem;
    color:#777;
    /*border-top: 1px solid #ddd;*/
}
.timswrap .tims{
    flex:1;
    padding-left: .2rem
}


.iconfont.icon-shoucangon{
    color:#ffe24c !important;
}

/*景点详情*/
.detailsMain-price .s1{text-decoration:none; font-size:.28rem;}
.jingqu{border-top: 1px solid #ddd; font-size: .28rem; background: #fff; padding: .2rem; }
.jingqu li{padding-bottom:.1rem; line-height:.4rem;}
.jingqu li span{padding-left:.1rem;}

.J_xq{width:95%; margin:auto; background:#fff; border:1px solid #ddd; font-size:.28rem; margin-bottom:60px;}

/*预订*/
.YD_01 li{padding:.2rem 0; border-bottom:1px solid #ddd;}
.YD_01 li:last-child,.site_m li:last-child{border-bottom:none;}
.YD_01 li .di_1{float:left; width:65%; margin-left:5%; height:.8rem; line-height:.35rem;}
.YD_01 li .di_1 .p2{margin-top:.1rem;}
.YD_01 li .di_1 .s1{color:#FF6600; font-size:.32rem;}
.YD_01 li .di_1 .s1 em{font-size:.26rem; color:#999; font-style:normal; padding-left:.1rem;}
.YD_01 li .di_1 .s2{font-size:.28rem; padding-left:.3rem; color:#999; text-decoration:line-through;}
.YD_01 li .di_0{float:left; width:28%; margin-right:2%; text-align:center; height:.8rem; line-height:.8rem; background:#FF6600; color:#fff;}

/*门票介绍*/
.site_m li{border-bottom:1px solid #ddd; padding-bottom:.4rem;}
.site_m li h3{font-weight:normal; font-size:.3rem; color:#15A1E8; width:90%; margin:auto; padding:.12rem 0; border-bottom:1px dashed #018765; margin-bottom:.2rem;}
.site_m li p{width:85%; margin:auto;  line-height: .45rem; color:#666;}


/*租车详情*/
.Y_car{background:#fff; margin:.16rem auto; font-size:.28rem; padding:.16rem 0;}
.Y_car h3,.C_xq h3,.Y_hot h3,.H_xq h3{color:#15A1E8; padding-left:.2rem; border-left:2px solid #15A1E8; font-weight:normal; font-size:.28rem; width:90%; margin:0 auto .2rem;}
.Y_car .p0{padding:.14rem 0; margin-left:5%; color:#333; font-size:.27rem;}
.Y_car .p1{float:left; width:50%; margin-left:5%; line-height:.4rem;}
.Y_car .p1 .s1{color:#FF4A26; font-style:normal;}
.Y_car .p1 .s1 i{font-size: .35rem; font-style:normal; padding: 0 .09rem;}
.Y_car .p1 .s1 em{color:#666; font-size:.28rem; font-style:normal;}
.Y_car .p1 .s2{color:#666; padding-left:.4rem; text-decoration: line-through;}
.Y_car .a1{float:right; width:12%; background:#FF6600; text-align:center; color:#fff; margin-right:10%; line-height:.4rem;}

.C_xq,.H_xq {background:#fff; font-size:.28rem; margin-bottom:60px; padding-top:.2rem;}
.YD_02 ul,.Car_0 ul{width:90%; margin:.12rem auto 0; font-size:.27rem;}
.YD_02 ul li{line-height:.4rem; margin-left:2%; color:#666;}
.Car_0 ul li{line-height:.4rem; margin-left:2%; color:#666;}

/*酒店详情*/
.Y_hot{background:#fff; margin:.16rem auto; font-size:.28rem; padding:.16rem 0;}
.Y_hot .fx{border-bottom:1px solid #ddd;}
.Y_hot .tw{float:left; width:70%; max-height:1.1rem; overflow:hidden;}
.Y_hot .tw img{float:left; display:block; width:30%; height:auto; margin:0 5%;}
.Y_hot .tw dl{float:left; width:60%; line-height:.35rem;}
.Y_hot .tw dt{font-size:.3rem;}
.Y_hot .tw dd{color:#666; font-size:.27rem;}
.Y_hot .price{float:left; width:30%;}
.Y_hot .price p{color:#FF6600; font-size:.29rem; line-height:.5rem;}
.Y_hot .price strong{font-size:.4rem; padding:0 .1rem;}
.Y_hot .price a{display: block; width: 70%; background: #FF6600; line-height:.5rem; margin-top:.1rem; text-align: center; color: #fff; font-size:.3rem; border-radius:3px;}
.Y_hot .miao{width:95%; margin:.08rem auto 0;}
.Y_hot .miao li{float:left; display:block; padding:.1rem .2rem .08rem 0; color:#666; font-size:.27rem;}

.HD_01 .TS{margin-bottom:.15rem;}
.HD_01 .TS p,.C_xq .pm{color:#666;width: 85%; margin: auto; /*padding: .2rem 0 .1rem;*/ line-height: .45rem;}

/*签证详情*/
.YD_01 .sm li{padding:.32rem 0;}
.YD_01 .sm .sz{float:left; display:block; width:70%; margin-left:5%;}
.YD_01 .sm .sy{float:right; display:block; width:20%; margin-right:5%;}
.sm .sy{color:#FF6600; font-size:.26rem;}
.sm .sy i{font-style:normal; font-size:.32rem; }


/*攻略详情*/
.wz_xq{background:#fff; font-size:.28rem; border-top: 1px solid #ddd; padding:.3rem 10% 60px; width:80%;}
.wz_xq  p{line-height:.38rem;  width:100%; margin:auto; color:#666;}
.wz_xq img{display:block; width:100% !important; margin:0 auto .2rem; height:auto;}
.wz_xq img{ max-width:100% !important; height:180px !important; border-radius:5px;}
.wz_xq .g1{margin-bottom:.4rem;}
.wz_xq .g2{margin-bottom:.5rem;}
.wz_xq .g2 p{text-align:left; margin-bottom:.1rem; line-height:.42rem;}
.wz_xq .g2 h4{font-size:.3rem; color:#666; margin:0 0 .16rem 8%;}
.wz_xq .g2 h3{font-size:.3rem;  margin:0 0 .16rem 8%;}

/*团购*/
.djs .endTime{font-size:.32rem; color:#ff4a26; }
.djs .endTime i,.djs .endTime em{font-style:normal;}
.djs .s1{font-style:normal; font-weight:normal; font-size:.26rem;}
.djs .s2{display:block; font-weight:normal; font-size:.26rem; padding:.12rem 0;}


.content {
    box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;width: 100%;
float: left;
    padding: 10px 0px;
}
.travel_box .img{margin-left:30px;}
.travel_box .img img {
    width: 45%;
    float: left;
    margin-right: 5px;margin-top:0;
}



.route_100_box{ position:relative; background:#fff; }
.route_no{ position:absolute;z-index:5; bottom:3px; left:3px; padding:0px 8px; height:20px;line-height:20px;color:#fff; border-radius:15px; background-color: rgba(0,0,0,0.5);}
.route_jcsm{float:left; width:100%;}
.route_jcsm ul li{ float:left; width:33.3%;display:block;text-align:center;height:40px;}
.route_ys{ margin:0px auto; width:90px; height:40px;border-radius:3px;}
.route_ys_tit{ width:90px; height:20px;line-height:20px; background:#65b5fd;color:#fff;text-align:center;}
.route_ys_text{ width:90px; height:20px;line-height:20px;text-align:center;}
.type_tit,.type_info,.type_tit2,.type_tit3{float:left; font-size:14px; }
.type_tit{padding:5px 5px 5px 0px;width:62px;}
.type_tit2{padding:5px 5px 5px 0px;width:180px;}
.type_tit3{padding:10px 5px 10px 0px;width:62px;}
.type_info{padding:5px 6px;color:#666;}
.type_info2{padding:7px 0px 3px 0px;float:right;}
.route_title{ background:#f2f2f2; height:24px; }
.route_title_line{ float:left; width:3px; height:24px; background:#1b89eb; }
.route_title_text{ float:left; padding-left:10px; font-size:15px; font-weight:bold; line-height:24px;}
.plr12 { padding: 0px 12px !important; }
.evaluate_btn{ margin:0px auto; width:100px;;border-radius:3px;height:24px; background:#fff;border: 1px solid #1b89eb;}
.evaluate_btn a{ display:block;  height:24px; line-height:24px;font-size:13px;  text-align:center; color:#1b89eb;}
.c_icon{float:left; padding:8px 5px 12px 0px;}
.travel_line{background:url(../images/travel_line.jpg) 12px top repeat-y; height:auto;overflow:hidden;}
.travel_box,.travel_box2{ height:auto;overflow:hidden; float:left; width:100%;padding-bottom:15px;}
.travel_box2{background:#fff;}
.travel_title_icon{float:left;padding-left:1px; width:25px; height:40px;overflow:hidden;}
.travel_time,.travel_end{ float:left;padding:0px 5px;font-size:14px; line-height:20px; }
.travel_time{ width:50px;}
.travel_text{ float:left;  font-size:14px;line-height:20px;margin-left:15px; }
.travel_text span{ padding-right:8px;}
.travel_icon{ float:left;padding-top: 1px; width:26px;height:17px;}
.travel_text img{ width:100%; height:180px;}
.travel_traffic img{width:12px;padding:0 5px;}
.pinkline {
    border: 1px solid #65b5fd;
}
.bb {
    border-bottom: 5px solid #dedede;border-top: 5px solid #dedede;
}
.pt5l17 {
    padding: 5px 12px 5px 17px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mt5 {
    margin-top: 5px !important;
}
#ys_box {
    padding: 10px 0px;
    width: 100%;
    background: #fff;
}
.bt {
    border-bottom: 5px solid #dedede;
}
  .selects {
            display: block;
            height: 1.6rem;
            line-height: 1.6rem;
            font-size: 0.8rem;
            color: #555;
            background-color: #fff;
            border: 1px solid #ccc;
            border-radius: 0.1rem;
            position: relative;
            margin: auto;
            margin-left: 70px;
            padding: 0 0 0 0.5rem;
        }

        .selects_other {
            position: absolute;
            left: -0.04rem;
            top: 1.6rem;
            width: 100%;
            display: none;
            z-index: 999;
            border-top: 1px solid #ccc;
        }

        .selects a.arrow img {
            width: 0.7rem;
            position: absolute;
            right: 0.5rem;
            top: 0.6rem;
        }

        .selects_other a {
            border: 1px solid #ccc;
            border-top: none;
            display: block;
            width: 100%;
            padding: 0.1rem 0;
            text-indent: 0.5rem;
            height: 1.6rem;
            line-height: 1.6rem;
            background-color: #FFF;
        }

            .selects_other a img {
                height: 0.8rem;
            }

        .bgevaluate.selected, .bgevaluate {
            border: none;
        }.icon_count{float:left; width:104px; border:1px solid #efefef; margin-top:6px;margin-left:8px;}
.icon_count1,.icon_count2,.icon_count3{float:left; height:24px; line-height:24px; margin-top:6px;}
.icon_count1{width:24px;  background:#f3f3f3; font-size:20px;text-align:center;margin-top:0px !important;}
.icon_count2{width:54px; background:#fff; font-size:16px;text-align:center;margin-top:0px !important;line-height:26px;}
.icon_count3{padding-left:5px;font-size:14px;color:#666;}
.bgb {
    padding: 2px;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    line-height: 14px;
}

.bgorg {
    background-color: #ff8e33;
}
.ma15 {
    margin: 15px 5px !important;
}
.mal15{margin: 0 32px;}
.travel_box img{margin-top:10px;}
.travel_box .travel_title_icon img{margin-top:-36px;}
.travel_icon img{margin-top:-40px;}

.travel_text{ height:auto;overflow:hidden;}
.travel_text img{height:180px !important; width:100% !important; display: block;}
