/* <=== vhtourspg ===> */
.vhtourspg{
    background-color: #fcf7f1;
}
.vhtourspg .topadd{
    padding: 60px 0 70px;
}
.tptoursmb .mblist{
    margin-bottom: 90px;
}
.tptoursmb .mbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tptoursmb .mbgrip > div{
    padding: 0 15px;
    width: 33.33333%;
    margin-bottom: 30px;
    position: relative;
}
.tptoursmb .mbgrip > div:nth-child(3n - 1){
    top: 80px;
}
.itinstruhb{
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.itinstruhb .thumb a{
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 127.57%;
    border-radius: 10px;
}
.itinstruhb .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itinstruhb:hover .thumb a img{
    transform: scale(1.1);
}
.itinstruhb .thumb a::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}
.itinstruhb .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 25px 25px;
    z-index: 2;
}
.itinstruhb .decss, .itinstruhb .decss a{
    color: #fff;
}
.itinstruhb .dscapts{
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 23px;
    font-weight: bold;
    color: #98ce31;
}
.itinstruhb .dstitle{
    margin-bottom: 12px;
}
.itinstruhb .dstitle, .itinstruhb .dstitle h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
.itinstruhb .dsinfos{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: space-between;
    margin: 0 -5px;
}
.itinstruhb .dsinfos > div{
    padding: 0 5px;
}
.itinstruhb .dsprice .pnews{
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #ffff01;
    margin-bottom: 3px;
}
.itinstruhb .dsprice .polds{
    font-size: 18px;
    line-height: 20px;
    text-decoration: line-through;
}
.itinstruhb .dsviews a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #ffff01;
    color: #222222;
    border-radius: 100%;
    font-size: 16px;
    font-weight: 400;
}
/* <=== vhtourspg ===> */

/* <=== vhortherpg ===> */
.vhortherpg{
    padding: 50px 0 80px;
    background-color: #fcf7f1;
}
.hporthermm .mmtitle{
    text-align: center;
    margin-bottom: 10px;
}
.hporthermm .mmtitle .tname{
    margin-bottom: 5px;
}
.hporthermm .mmtitle .tname, .hporthermm .mmtitle .tname h2{
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
}
.hporthermm .mmtitle .tcapt{
    color: #666666;
    font-size: 20px;
    line-height: 30px;
}
.slorthermm .slick-slide:nth-child(even){
    padding-top: 100px;
}
/* <=== vhortherpg ===> */

/* <===== vhstepspg =====>  */
.vhstepspg{
    padding: 100px 0 150px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.vhstepspg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: -1;
    pointer-events: none;
}
.itstepspg{
    position: relative;
}
.itstepspg::before{
    content: '';
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-image: url('../images/about/iiline.png');
    background-position: top left;
    background-repeat: repeat;
}
.itstepspg .vicon{
    height: 85px;
    width: 85px;
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 12px;
}
.itstepspg .vtext{
    max-width: 230px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    height: 54px;
}
.itstepspg .vnumb{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #98ce31;
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.slstepspg .slick-slide:last-child .itstepspg::before{
    display: none;
}
/* <===== vhstepspg =====> */

/* <===== vhdetailpg =====> */
.hpdetailmm{
    position: relative;
}
.itthumbnav{
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.itthumbnav::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    opacity: 0.2;
}
.itthumbnav img{
    display: none;
    width: 100%;
}
.mathumbfor {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.slthumbfor .slick-list{
    overflow: unset;
}
.itthumbnfor{
    width: 135px;
    border-radius: 10px;
    position: relative;
    display: block;
    height: 90px;
    overflow: hidden;
    cursor: pointer;
}
.itthumbnfor::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-current .itthumbnfor::before{
    opacity: 0;
}
.itthumbnfor img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tpdetailmb{
    position: absolute;
    bottom: 195px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.tpdetailmb .mbtitle {
    color: #fff;
}
.tpdetailmb .mbtitle, .tpdetailmb .mbtitle h1, .tpdetailmb .mbtitle h2{
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}
.vhdetailpg{
    background-color: #fcf7f1;
}
.hpdetailhh{
    padding: 60px 0 100px;
}
.tpdetailhh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpdetailhh .hhgrip > div{
    padding: 0 15px;
}
.tpdetailhh .hhgrip .mcol{
    width: calc(100% - 330px);
}
.tpdetailhh .hhgrip .hcol{
    width: 330px;
}
.tpdetailhb{
    background-color: #fff;
    padding: 20px 30px 40px;
    border-radius: 20px;
    overflow: hidden;
}
.tpdetailhb .hbprice{
    margin-bottom: 25px;
}
.tpdetailhb .hbprice .ptext{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.tpdetailhb .hbprice .pnews{
    color: #98ce31;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.tpdetailhb .hbprice .polds{
    color: #999999;
    font-size: 20px;
    line-height: 30px;
    text-decoration: line-through;
}
.tpdetailhb .hblinks li{
    margin-bottom: 15px;
}
.tpdetailhb .hblinks li:last-child{
    margin-bottom: 0;
}
.tpdetailhb .hblinks li a{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    border: 2px solid #98ce31;
    border-radius: 35px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 15px;
}
.tpdetailhb .hblinks li.vmm a{
    background-color: #98ce31;
    color: #fff;
}
.tpdetailhb .hblinks li.vhh a:hover{
    background-color: #98ce31;
    color: #fff;
}
.tpdetailhb .hblinks li.vmm a:hover{
    border-color: #ffff01;
    background-color: #ffff01;
    color: #333333;
}
.tpdetailha .haitem{
    margin-bottom: 30px;
}
.tpdetailha .haitem:last-child{
    margin-bottom: 0;
}
.tpdetailha .hatitle {
    margin-bottom: 10px;
}
.tpdetailha .hatitle, .tpdetailha .hatitle h2, .tpdetailha .hatitle h3{
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
}
.tpdetailha .harowss{
    margin-bottom: 20px;
}
.tpdetailha .haconts{
    margin-bottom: 20px;
}
.tpdetailha .hacapts{
    color: #98ce31;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}
.theconts{
    font-size: 16px;
    line-height: 30px;
}
.tptemplamm .vvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tptemplamm .vvgrip > div{
    padding: 0 10px;
    width: 25%;
    margin-bottom: 25px;
}
.ittemplamm .vicon{
    width: 50px;
    height: 50px;
    background-color: #98ce31;
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 10px;
}
.ittemplamm .vicon img{
    max-width: 80%;
    max-height: 80%;
}
.ittemplamm .vtitl{
    margin-bottom: 5px;
}
.ittemplamm .vtitl, .ittemplamm .vtitl h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
}
.ittemplamm .vcont{
    font-size: 16px;
    line-height: 25px;
}
.tptemplahh{
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 10px;
}
.tptemplahh::-webkit-scrollbar{
    height: 10px;
    width: 0;
    background-color: transparent;
}
.tptemplahh::-webkit-scrollbar-thumb {
    background-color: #e2ded8;
    border-radius: 25px;
}
.tptemplahh .mmscroll{
    min-width: 700px;
}
.tptemplahh table{
    width: 100%;
}
.tptemplahh table tr{
    border-radius: 10px;
    overflow: hidden;
}
.tptemplahh table th{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #98ce31;
    color: #fff;
}
.tptemplahh table th:first-child{
    border-radius: 10px 0 0 10px;
}
.tptemplahh table th:last-child{
    border-radius: 0 10px 10px 0;
}
.tptemplahh table tbody tr{
    border-top: 10px solid #fcf7f1;
    background-color: #fff;
}
.tptemplahh table td{
    font-size: 16px;
    line-height: 22px;
    padding: 14px 15px;
}
.tptemplahh table td:first-child{
    border-radius: 10px 0 0 10px;
}
.tptemplahh table td:last-child{
    border-radius: 0 10px 10px 0;
}
.tptemplabb .bbrow{
    margin-bottom: 10px;
}
.tptemplabb .bbrow:last-child{
    margin-bottom: 0;
}
.ittemplabb{
    padding: 20px 17px 20px 20px;
    background-color: #fff;
    border-radius: 10px;
    background-color: #fff;
}
.ittemplabb .vvtitle{
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
}
.ittemplabb .vvtitle::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url('../images/tour/iplus.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.ittemplabb.active .vvtitle::before{
    background-image: url('../images/tour/iminus.png');
}
.ittemplabb .vvconts{
    font-size: 16px;
    line-height: 30px;
    padding-top: 5px;
    display: none;
}
.tptemplatt .ttgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tptemplatt .ttgrip > div{
    padding: 0 10px;
    width: 50%;
    margin-bottom: 20px;
}
.tptemplatt .tttitle{
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    padding: 13px 20px;
}
.tptemplatt .ttconts{
    padding: 15px 25px 25px;
    font-size: 15px;
    line-height: 25px;
}
.tptemplata{
    height: 100%;
    background-color: #f2f3dd;
    border-radius: 10px;
    overflow: hidden;
}
.tptemplata .tttitle{
    background-color: #98ce31;
    color: #fff;
}
.tptemplatb{
    height: 100%;
    background-color: #f2ede8;
    border-radius: 10px;
    overflow: hidden;
}
.tptemplatb .tttitle{
    background-color: #999999;
    color: #fff;
}
/* <===== vhdetailpg =====> */

/* <===== vntlhbook =====> */
.vstylepop  .fancybox-slide--html{
    padding: 10px;
}
.vntlhbook{
    padding: 30px 40px 35px;
    background-color: #fcf7f1;
    border-radius: 10px;
    overflow: hidden;
}
.vntlhbook .fancybox-close-small{
    padding: 0;
    top: 5px;
    right: 5px;
    opacity: 1;
    color: #666666;
}
.vntlhbook .lbtitle {
    text-align: center;
    margin-bottom: 15px;
}
.vntlhbook .lbtitle, .vntlhbook .lbtitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
.vntlhbook .lbinput{
    margin-bottom: 20px;
}
.vntlhbook .lbgroup{
    margin-bottom: 10px;
}
.vntlhbook .lbgroup input, .vntlhbook .lbgroup select{
    width: 100%;
    height: 45px;
    padding: 0 18px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #222222;
}
.vntlhbook .lbgroup input::-webkit-input-placeholder {
    color: #999999;
}
.vntlhbook .lbgroup input:-ms-input-placeholder {
    color: #999999;
}
.vntlhbook .lbgroup input::placeholder {
    color: #999999;
}
.vntlhbook .lbgroup textarea{
    width: 100%;
    height: 95px;
    padding: 10px 18px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    color: #222222;
    resize: none;
}
.vntlhbook .lpcheck{
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
}
.vntlhbook .lpcheck i{
    color: #98ce31;
    margin-right: 5px;
}
/* <===== vntlhbook =====> */


@media all and (max-width: 1200px){
    /* <=== vhtourspg ===> */
    .itinstruhb .decss{
        padding: 15px 20px 25px;
    }
    .itinstruhb .dstitle, .itinstruhb .dstitle h3{
        font-size: 20px;
    }
    .itinstruhb .dsprice .pnews{
        font-size: 20px;
        line-height: 25px;
    }
    .itinstruhb .dsprice .polds{
        font-size: 15px;
        line-height: 20px;
    }
    .itinstruhb .dsviews a{
        width: 40px;
        height: 40px;
    }
    /* <=== vhtourspg ===> */
}
@media all and (max-width: 991px){
    /* <=== vhtourspg ===> */
    .vhtourspg .topadd{
        padding: 20px 0 60px;
    }
    .tptoursma{
        margin-bottom: 30px;
    }
    .tptoursma .vselects{
        margin: 0;
    }
    .vselects .vvwrap{
        max-width: 100%;
    }
    .tptoursmb .mbgrip > div{
        width: 50%;
    }
    .tptoursmb .mbgrip > div:nth-child(3n - 1){
        top: 0;
    }
    .tptoursmb .mbgrip > div:nth-child(even){
        top: 80px;
    }
    /* <=== vhtourspg ===> */

    /* <===== vhstepspg =====> */
    .vhstepspg{
        padding: 40px 0 120px;
    }
    .slstepspg .itstepspg{
        width: 170px!important;
    }
    .itstepspg .vtext{
        font-size: 16px;
    }
    /* <===== vhstepspg =====> */

    /* <=== vhortherpg ===> */
    .vhortherpg{
        padding: 40px 0 70px;
    }
    .hporthermm .mmtitle{
        margin-bottom: 30px;
    }
    .hporthermm .mmtitle .tname{
        margin-bottom: 0;
    }
    .hporthermm .mmtitle .tname, .hporthermm .mmtitle .tname h2{
        font-size: 30px;
        line-height: 40px;
    }
    .slorthermm .itinstruhb{
        padding: 0;
        background-color: transparent;
        display: block;
    }
    .slorthermm .itinstruhb .thumb{
        width: 100%;
    }
    .slorthermm .itinstruhb .decss{
        width: 100%;
        position: absolute;
        padding: 10px 20px 20px;
    }
    .slorthermm .itinstruhb .decss,.slorthermm .itinstruhb .decss a{
        color: #fff;
    }
    .slorthermm .itinstruhb .dscapts{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 2px;
    }
    .slorthermm .itinstruhb .dstitle{
        margin-bottom: 5px;
    }
    .slorthermm .itinstruhb .dstitle,.slorthermm .itinstruhb .dstitle h3{
        font-size: 20px;
        line-height: 25px;
    }
    .slorthermm .itinstruhb .dstitle a{
        max-height: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .slorthermm .itinstruhb .dsconts{
        font-size: 12px;
        line-height: 18px;
        max-height: 54px;
    }
    .slorthermm .itinstruhb .dsinfos > div{
        width: auto;
        margin-bottom: 0;
    }
    .slorthermm .itinstruhb .dsinfos > div:last-child{
        margin-bottom: 0;
    }
    .slorthermm .itinstruhb .dsprice .pnews{
        font-size: 24px;
        line-height: 30px;
        color: #ffff01;
    }
    .slorthermm .itinstruhb .dsprice .polds{
        color: #ffffff;
        font-size: 18px;
        line-height: 25px;
    }
    .slorthermm .itinstruhb .dsviews a{
        width: 30px;
        height: 30px;
        background-color: #ffff01;
        color: #222222;
        border-radius: 100%;
        font-size: 10px;
    }
    .slorthermm .slick-slide:nth-child(even){
        padding-top: 70px;
    }
    /* <=== vhortherpg ===> */

    /* <===== vhdetailpg =====> */
    .itthumbnav{
        height: auto;
    }
    .itthumbnav img{
        display: block;
    }
    .tpdetailma{
        position: relative;
    }
    .mathumbpop{
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 2;
    }
    .mathumbpop a{
        display: flex;
        align-items: center;
        align-content: center;
        font-size: 14px;
        line-height: 21px;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 2px 8px;
        color: #fff;
    }
    .mathumbpop a i{
        margin-left: 5px;
    }
    .tpdetailhh .hhgrip{
        flex-direction: column-reverse;
    }
    .tpdetailhh .hhgrip .mcol{
        width: 100%;
    }
    .tpdetailhh .hhgrip .hcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpdetailha .hatitle{
        margin-bottom: 5px;
    }
    .tpdetailha .hatitle, .tpdetailha .hatitle h2, .tpdetailha .hatitle h3{
        font-size: 30px;
        line-height: 40px;
    }
    .theconts{
        font-size: 15px;
    }
    .tpdetailmb{
        position: static;
        margin-top: 20px;
    }
    .tpdetailmb .mbtitle{
        color: #333333;
    }
    .tpdetailmb .mbtitle, .tpdetailmb .mbtitle h1, .tpdetailmb .mbtitle h2{
        font-size: 30px;
        line-height: 40px;
    }
    .hpdetailhh{
        padding: 15px 0 60px;
    }
    .tpdetailhb{
        padding: 15px 20px 25px;
    }
    .tpdetailhb .hbprice{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        align-content: flex-end;
    }
    .tpdetailhb .hbprice .ptext{
        font-size: 16px;
        line-height:25px;
        width: 100%;
    }
    .tpdetailhb .hbprice .pnews{
        font-size: 25px;
        line-height: 25px;
        margin-right: 12px;
    }
    .tpdetailhb .hbprice .polds{
        font-size: 16px;
        line-height: 20px;
    }
    .tpdetailhb .hbprice{
        margin-bottom: 15px;
    }
    .tpdetailhb .hblinks ul{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .tpdetailhb .hblinks li{
        padding: 0 5px;
        width: 50%;
        margin-bottom: 0;
    }
    .tpdetailhb .hblinks li a{
        font-size: 15px;
        line-height: 25px;
    }
    .tptemplamm .vvgrip > div{
        width: 33.3333%;
    }
    .tptemplahh table th{
        font-size: 14px;
    }
    .tptemplahh table th{
        padding: 10px;
    }
    .tptemplahh table td{
        font-size: 15px;
        padding: 14px 10px;
    }
    .tpdetailha .hacapts{
        font-size: 22px;
        line-height: 32px;
    }
    .ittemplabb{
        padding: 15px;
    }
    .ittemplabb .vvtitle{
        font-size: 15px;
        line-height: 25px;
    }
    .ittemplabb .vvconts{
        font-size: 15px;
        line-height: 25px;
    }
    .tptemplatt .ttgrip > div{
        width: 100%;
    }
    /* <===== vhdetailpg =====> */
}
@media all and (max-width: 767px){
    /* <=== vhtourspg ===> */
    .tptoursmb .mbgrip > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .tptoursmb .mbgrip > div:nth-child(even){
        top: unset;
    }
    .tptoursmb .mblist{
        margin-bottom: 20px;
    }
    .itinstruhb{
        border-radius: 10px;
        background-color: #fff;
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }
    .itinstruhb .thumb{
        width: 46.876%;
    }
    .itinstruhb .decss{
        width: calc(100% - 46.876%);
        padding: 5px 10px 5px 20px;
        position: relative;
    }
    .itinstruhb .decss, .itinstruhb .decss a{
        color: #333333;
    }
    .itinstruhb .dscapts{
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 2px;
    }
    .itinstruhb .dstitle{
        margin-bottom: 5px;
    }
    .itinstruhb .dstitle, .itinstruhb .dstitle h3{
        font-size: 16px;
        line-height: 25px;
    }
    .itinstruhb .dstitle a{
        max-height: 75px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .itinstruhb .dsconts{
        font-size: 12px;
        line-height: 18px;
        max-height: 54px;
    }
    .itinstruhb .dsinfos > div{
        width: 100%;
        margin-bottom: 12px;
    }
    .itinstruhb .dsinfos > div:last-child{
        margin-bottom: 0;
    }
    .itinstruhb .dsprice .pnews{
        font-size: 18px;
        line-height: 20px;
        color: #98ce31;
    }
    .itinstruhb .dsprice .polds{
        color: #999999;
        font-size: 14px;
        line-height: 20px;
    }
    .itinstruhb .dsviews a{
        width: 100%;
        height: 30px;
        padding: 5px 10px;
        text-align: center;
        border-radius: 25px;
        background-color: #98ce31;
        color: #fff;
        font-size: 14px;
    }
    /* <=== vhtourspg ===> */

    /* <===== vhdetailpg =====> */
    .tptemplamm .vvgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    .ittemplamm{
        position: relative;
        padding-left: 65px;
        min-height: 50px;
    }
    .ittemplamm .vicon{
        position: absolute;
        left: 0;
        top: 0;
    }
    .ittemplamm .vtitl{
        margin-bottom: 0;
    }
    .ittemplamm .vtitl, .ittemplamm .vtitl h3{
        font-size: 15px;
        line-height: 25px;
    }
    .ittemplamm .vcont{
        font-size: 15px;
    }
    .tptemplahh{
        margin-right: -20px;
        padding-right: 20px;
    }
    .tptemplahh .mmscroll{
        min-width: 800px;
    }
    /* <===== vhdetailpg =====> */

    /* <===== vntlhbook =====> */
    .vntlhbook{
        padding: 25px 30px 35px;
    }
    /* <===== vntlhbook =====> */
}