.aball {
    overflow-x: scroll;
}

.aball-2 {}

.hscroll-none::-webkit-scrollbar {
    display: none;
}

.travel-pic-2 img,
.travel-pic img {
    object-fit: cover;
    object-position: center 30%;
    /*object-position: center top;
    transform: translateY(0%);*/
}

.travel-filter {
    padding: 15px 8px;
    width: 972px;
    margin: 0 auto;
}

.travel-filter .list-style {}

.travel-filter .list-style .normal {
    margin: 0 4px 0 0;
    width: 40px;
    height: 40px;
    padding: 1px;
    background: #fff;
    border: #00a2ff 1px solid;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.travel-filter .list-style .select {
    background: #00a2ff;
}

.travel-filter .list-style .select .pic {
    filter: brightness(600%);
}

.travel-filter .list-style .select .pic img {
    filter: grayscale(100%);
}

.travel-total {
    padding: 15px 8px;
    font: 16px/20px 'lineseed', Arial, sans-serif;
    color: #013a88;
}

.travel-block {
    width: 100%;
    height: auto;
    margin: 0px 5px 30px 0;
    background: #ffff;
    /* border-radius: 12px; */
}

.travel-block:hover {
    /* box-shadow: 0px 10px 15px 3px rgba(0,0,0,0.2); */
}


/**************************************************/

.travel-block .picstyle-1 {
    /*box-shadow: 0 4px 10px 0 #00000036;*/
}

.travel-block .picstyle-1 .travel-pic {
    margin: 0;
    padding: 0;
    position: relative;
    height: 426px;
    overflow: hidden;
    margin: 3px;
}

.travel-block .picstyle-1 .travel-pic span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.travel-block .picstyle-1 .travel-pic img {
    /*max-width: 100%;
    height: auto;
    transform: scale(1);
    width: 100%;*/
    width: 100%;
    height: 100%;
}


/**************************************************/

.travel-block .picstyle-2 {
   /*box-shadow: 0 4px 10px 0 #00000036;*/
}

.travel-block .picstyle-2 .travel-pic {
    margin: 0;
    padding: 0;
    position: relative;
    height: 426px;
    overflow: hidden;
    margin: 3px;
}

.travel-block .picstyle-2 .travel-pic span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.travel-block .picstyle-2 .travel-pic img {
    /*max-width: 100%;
    height: auto;
    transform: scale(2.2);
    width: 100%;*/
    width: 100%;
    height: 100%;
}


/*****************************************/

.travel-block .picstyle-3 {
    /*box-shadow: 0 4px 10px 0 #00000036;*/
}

.travel-block .picstyle-3 .travel-pic {
    margin: 0;
    padding: 0;
    position: relative;
    height: 426px;
    overflow: hidden;
    margin: 3px;
}

.travel-block .picstyle-3 .travel-pic span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.travel-block .picstyle-3 .travel-pic img {
    /*max-width: 100%;
    height: auto;
    transform: scale(2.2);
    width: 100%;*/
    width: 100%;
    height: 100%;
}

.travel-block .picstyle-3 .travel-pic-2 {
    margin: 0;
    padding: 0;
    position: relative;
    height: 210px;
    overflow: hidden;
    margin: 3px;
}

.travel-block .picstyle-3 .travel-pic-2 span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.travel-block .picstyle-3 .travel-pic-2 img {
    /*max-width: 100%;
    height: auto;
    transform: scale(1);
    width: 100%;*/
    width: 100%;
    height: 100%;
}


/*****************************************/

.travel-block .picstyle-4 {
    position: relative;
    /* box-shadow: 0 4px 10px 0 #00000036; */
}

.travel-block .picstyle-4 .travel-pic {
    margin: 0;
    padding: 0;
    position: relative;
    height: 210px;
    overflow: hidden;
    margin: 3px;
}

.travel-block .picstyle-4 .travel-pic span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.travel-block .picstyle-4 .travel-pic img {
    /*max-width: 100%;
    height: auto;
    transform: scale(1.18);
    width: 100%;*/
    width: 100%;
    height: 100%;
}

.travel-block .picstyle-5 {
    /*box-shadow: 0 4px 10px 0 #00000036;*/
}

.travel-block .picstyle-5 .travel-pic {
    margin: 0;
    padding: 0;
    position: relative;
    /* height: 426px; */
    overflow: hidden;
    margin: 3px;
}

.travel-block .picstyle-5 .travel-pic span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.travel-block .picstyle-5 .travel-pic img {    
    width: 100%;
    height: 100%;
}

.travel-block .pic-more {
    width: 69px;
    height: 49px;
    font: 24px/49px 'lineseed', Arial, sans-serif;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    z-index: 1;
    background: #000000a6;
}

.travel-block .pic-more a {
    color: #fff;
}


/*****************************************/

.travel-block .travel-text {
    margin: 0;
    padding: 10px 3px;
    /* height: 172px; */
    padding-bottom: 20px;
}

.travel-block .travel-text .travel-title {
    padding: 0;
    height: 25px;
    margin-bottom: 14px;
    overflow: hidden;
    font: 21px/25px 'lineseed', Arial, sans-serif;
    font-weight: bold;
    color: #000;
}

.travel-block .travel-text .travel-title a {
    color: #000;
}

.travel-block .travel-text .travel-topic {
    padding: 0;
    height: 87px;
    overflow: hidden;
    font: 16px/22px 'lineseed', Arial, sans-serif;
    color: #000;
}

.travel-block .travel-text .travel-topic a {
    color: #000;
}

.travel-text .travel-topic a:hover {
    color: #000;
}

.travel-block .travel-text .travel-d {
    font: 17px/25px 'lineseed', Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0px 0;
    color: #2f2f2f;
}
.travel-block .travel-text .travel-distance {
    font: 12px/16px 'lineseed', Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0px 0;
    color: #2f2f2f;
}

.travel-block .travel-text .travel-date {
    padding: 0px 0;
    font: 12px/20px 'lineseed', Arial, sans-serif;
    color: #000;
    margin-top: 0px;
}

.travel-block .travel-view {
    width: 50px;
    margin-top: 5px;
    margin-left: 0px;
    padding-left: 35px;
    font: 15px/22px 'lineseed', Arial, sans-serif;
    color: #666666;
    background: url(../../images/new-travel/eye.png) 0 50% no-repeat;
}

.travel-block .travel-share {
    width: 50px;
    margin-top: 5px;
    font: 13px/20px 'lineseed', Arial, sans-serif;
    color: #000;
    padding-left: 25px;
    background: url(../../images/newcontent/share.png) top left no-repeat;
}

.travel-block .travel-rate {
    margin-top: 5px;
    font: 15px/22px 'lineseed', Arial, sans-serif;
    color: #666666;
    padding-left: 25px;
    padding-right: 12px;
    background: url(../../images/new-travel/star.png) 0 0 no-repeat;
    border-right: #ACACAC 1px solid;
    margin-right: 14px;
}

.travel-block .travel-share a {
    color: #000;
}


/***************************/

.travel-dt {
    padding-top: 20px;
    margin-bottom: 20px;
    border: #DBDBDB 1px solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 480px;
}

.travel-dt ul {
    margin: 0;
    padding: 0;
}

.travel-dt .dt-active {
    font: 23px/23px 'lineseed', Arial, sans-serif;
    font-weight: bold;
    padding: 10px 30px;
}

.travel-dt .dt-map {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px 30px;
    height: 126px;
    background: #f1f1f1;
}

.travel-dt .dt-ppt {
    margin: 0px 30px;
}

.travel-dt .dt-ppt .list {
    padding: 5px 0;
    font: 17px / 20px 'lineseed', Arial, sans-serif;
}

.travel-dt .dt-ppt .icon {
    width: 20px;
    text-align: center;
}

.travel-dt .dt-in {
    margin: 0;
    padding: 15px 41px;
}

.travel-dt .dt-btn {
    margin: 15px 30px;
    background: #1284CA;
    padding: 15px;
    font: 18px / 20px 'lineseed', Arial, sans-serif;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.travel-dt .dt-btn a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: auto;
}

.travel-dt .dt-stars {
    margin: 15px 30px;
    font: 18px / 34px 'lineseed', Arial, sans-serif;
    font-weight: bold;
    padding: 15px 0;
}

.travel-dt .dt-stars a {
    color: #000;
    text-decoration: underline;
}

.travel-dt .dt-stars .send {
    font: 18px / 26px 'lineseed', Arial, sans-serif;
    font-weight: bold;
}

.travel-dt .dt-in li {
    background: none;
    border: none;
    padding: 10px 10px;
    font: 19px / 20px 'lineseed', Arial, sans-serif;
}

.travel-dt .dt-active .dt-in {
    display: block;
}


/**************************/

.travel-s .travel-view {
    width: 50px;
    margin-top: 6px;
    margin-left: 12px;
    padding-left: 35px;
    font: 15px/22px 'lineseed', Arial, sans-serif;
    color: #666666;
    background: url(../../images/new-travel/eye.png) 0 50% no-repeat;
}

.travel-s .travel-share {
    width: 50px;
    margin-top: 6px;
    font: 13px/20px 'lineseed', Arial, sans-serif;
    color: #000;
    padding-left: 25px;
    background: url(../../images/newcontent/share.png) top left no-repeat;
}

.travel-s .travel-rate {
    margin-top: 6px;
    font: 15px/22px 'lineseed', Arial, sans-serif;
    color: #666666;
    padding-left: 25px;
    padding-right: 15px;
    background: url(../../images/new-travel/star.png) 0 0 no-repeat;
    border-right: #ACACAC 1px solid;
}

.travel-s .travel-share a {
    color: #000;
}

.travel-s .social-share {
    margin-top: 0px;
    font: 19px/25px 'lineseed', Arial, sans-serif;
    color: #000;
    padding-right: 15px;
}

.travel-s .social-share a {
    padding: 0 2px;
}

.travel-s .social-share span {
    padding-right: 5px;
}


/*************************/

.travel-filter .regis {}

.travel-filter .regis .r-form {
    margin-right: 5px;
    padding-right: 5px;
}

.travel-filter .regis ::placeholder {
    color: #000;
}

.news-filter #btn-search,
.news-filter .filter {
    margin: 3px 0;
}

.travel-filter .regis .r-form input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px 4px;
    padding-left: 20px;
    margin: 3px 0 !important;
    !i;
    !;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 17px/22px 'Kanit', Arial, sans-serif;
}

.travel-filter .regis select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
    background-position: right .1rem center;
    background-repeat: no-repeat;
    background-size: 2.3em 2.3em;
    padding-right: 2.3rem;
}

.new-content .input-outline-search {
    border: 1px solid #ccc;
    border-radius: 6px;
}

.travel-filter .regis .r-form-2 {}

.travel-filter .regis .r-form-2 input[type=text],
select {
    width: 100%;
    padding: 8px 4px;
    padding-left: 9px;
    margin: 0px 0;
    margin-bottom: 17px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 16px/22px 'lineseed', Arial, sans-serif;
}

.travel-filter .regis .r-form-2 .topic {
    position: absolute;
    top: -7px;
    left: 22px;
    font: 15px/20px 'Kanit', Arial, sans-serif;
    background: #fff;
    padding: 0px 8px;
    color: #929292;
}

.travel-filter .regis .r-form-2 .topic2 {
    position: absolute;
    top: -7px;
    left: 53px;
    font: 15px/20px 'Kanit', Arial, sans-serif;
    background: #fff;
    padding: 0px 8px;
    color: #929292;
}

.travel-filter .regis .topic {
    position: absolute;
    top: -10px;
    left: 10px;
    font: 16px/20px 'lineseed', Arial, sans-serif;
    background: #fff;
    padding: 0px 8px;
    color: #848484;
}

.travel-filter .regis .topic2 {
    position: absolute;
    top: -7px;
    left: 53px;
    font: 15px/20px 'Kanit', Arial, sans-serif;
    background: #fff;
    padding: 0px 8px;
    color: #929292;
}


/**********************************************************/

.travel-detail {
    padding: 0 8px;
}

.travel-detail .top {
    font: 25px/25px 'lineseed', Arial, sans-serif;
    color: #013a88;
    padding-bottom: 15px;
}

.travel-detail .title {
    padding-bottom: 0px;
}

.travel-detail .title h1 {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    font: 30px/30px 'lineseed', Arial, sans-serif;
    color: #000;
    font-weight: bold;
}

.travel-detail .date {
    font: 16px/20px 'lineseed', Arial, sans-serif;
    color: #5f5f5f;
}

.travel-detail .mid {
    padding-bottom: 0px;
}


/**************************************************/


/**************************************************/

.travel-detail .mid .pic-box-1 {}

.travel-detail .mid .pic-box-1 img {
    max-width: 100%;
    height: auto;
}

.travel-detail .mid .pic-box-1 .large-pic {
    position: relative;
    height: 373px;
    text-align: center;
    overflow: hidden;
    margin-top: 3px;
    margin-right: 3px;
}

.travel-detail .mid .pic-box-1 .large-pic .pic-more {
    width: 55px;
    height: 35px;
    font: 18px / 35px 'lineseed', Arial, sans-serif;
}

.travel-detail .mid .pic-box-1 .small-pic .pic-more {
    width: 55px;
    height: 35px;
    font: 18px / 35px 'lineseed', Arial, sans-serif;
}

.travel-detail .mid .pic-box-1 .large-pic span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.travel-detail .mid .pic-box-1 .small-pic {
    position: relative;
    height: 184px;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.travel-detail .mid .pic-box-1 .small-pic span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.travel-detail .mid .pic-box-1 .large-pic img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.travel-detail .mid .pic-box-1 .small-pic img {
    max-width: 100%;
    height: auto;
}

.travel-detail .mid .pic-box-1 .small-pic:first-child {}

.travel-detail .mid .pic-box-1 .small-pic:last-child {}


/************************************************************/


/**************************************************/

.travel-detail .mid .pic-box-2 {}

.travel-detail .mid .pic-box-2 img {
    max-width: 100%;
    height: auto;
}

.travel-detail .mid .pic-box-2 .large-pic {
    position: relative;
    height: 373px;
    text-align: center;
    overflow: hidden;
    margin-top: 3px;
    margin-right: 3px;
}

.travel-detail .mid .pic-box-2 .large-pic .pic-more {
    width: 55px;
    height: 35px;
    font: 18px / 35px 'lineseed', Arial, sans-serif;
}

.travel-detail .mid .pic-box-2 .small-pic .pic-more {
    width: 55px;
    height: 35px;
    font: 18px / 35px 'lineseed', Arial, sans-serif;
}

.travel-detail .mid .pic-box-2 .large-pic span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.travel-detail .mid .pic-box-2 .small-pic {
    position: relative;
    height: 184px;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.travel-detail .mid .pic-box-2 .small-pic span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.travel-detail .mid .pic-box-2 .large-pic img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.travel-detail .mid .pic-box-2 .small-pic img {
    max-width: 100%;
    height: auto;
}

.travel-detail .mid .pic-box-2 .small-pic:first-child {}

.travel-detail .mid .pic-box-2 .small-pic:last-child {}


/************************************************************/


/**************************************************/

.travel-detail .mid .pic-box-3 {}

.travel-detail .mid .pic-box-3 img {
    max-width: 100%;
    height: auto;
}

.travel-detail .mid .pic-box-3 .large-pic {
    position: relative;
    height: 373px;
    text-align: center;
    overflow: hidden;
    margin-top: 3px;
    margin-right: 3px;
}

.travel-detail .mid .pic-box-3 .large-pic .pic-more {
    width: 55px;
    height: 35px;
    font: 18px / 35px 'lineseed', Arial, sans-serif;
}

.travel-detail .mid .pic-box-3 .small-pic .pic-more {
    width: 55px;
    height: 35px;
    font: 18px / 35px 'lineseed', Arial, sans-serif;
}

.travel-detail .mid .pic-box-3 .large-pic span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.travel-detail .mid .pic-box-3 .small-pic {
    position: relative;
    height: 373px;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.travel-detail .mid .pic-box-3 .small-pic span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.travel-detail .mid .pic-box-3 .large-pic img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.travel-detail .mid .pic-box-3 .small-pic img {
    max-width: 100%;
    height: auto;
    transform: scale(2);
    width: 100%;
}

.travel-detail .mid .pic-box-3 .small-pic:first-child {}

.travel-detail .mid .pic-box-3 .small-pic:last-child {}


/************************************************************/


/**************************************************/

.travel-detail .mid .pic-box-4 {}

.travel-detail .mid .pic-box-4 img {
    max-width: 100%;
    height: auto;
}

.travel-detail .mid .pic-box-4 .large-pic {
    position: relative;
    height: 373px;
    text-align: center;
    overflow: hidden;
    margin-top: 3px;
    margin-right: 3px;
}

.travel-detail .mid .pic-box-4 .large-pic .pic-more {
    width: 69px;
    height: 49px;
    font: 24px / 49px 'lineseed', Arial, sans-serif;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    z-index: 1;
    background: #000000a6;
}

.travel-detail .mid .pic-box-4 .small-pic .pic-more {
    width: 69px;
    height: 49px;
    font: 24px / 49px 'lineseed', Arial, sans-serif;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    z-index: 1;
    background: #000000a6;
}

.travel-detail .mid .pic-box-4 .large-pic span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.travel-detail .mid .pic-box-4 .small-pic {
    position: relative;
    height: 184px;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.travel-detail .mid .pic-box-4 .small-pic span {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.travel-detail .mid .pic-box-4 .small-pic-mod {
    position: relative;
    max-height: 300px;
    overflow: hidden;
    text-align: center;
    margin: 3px;
}

.travel-detail .mid .pic-box-4 .large-pic img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.travel-detail .mid .pic-box-4 .small-pic img {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.travel-detail .mid .pic-box-4 .small-pic:first-child {}

.travel-detail .mid .pic-box-4 .small-pic:last-child {}


/************************************************************/

.travel-detail .mid .pic {
    padding-bottom: 20px;
}

.faceboox-icon {
    padding: 1px 0;
    padding-left: 22px;
    background: url(../../images/newcontent/facebook-icon.png) top left no-repeat;
    font: 15px/14px 'lineseed', Arial, sans-serif;
    color: #000;
}

.travel-view {
    margin-right: 15px;
    margin-top: 12px;
    font: 15px/20px 'lineseed', Arial, sans-serif;
    color: #5f5f5f;
    padding-left: 25px;
    background: url(../../images/newcontent/eye.png) top left no-repeat;
}

.travel-text {
    padding: 0 0 15px 0;
    color: #000;
}

.travel-text .tools {
    padding: 15px 0;
}

.travel-share {
    margin-right: 15px;
    width: 50px;
    margin-top: 12px;
    font: 16px/18px 'lineseed', Arial, sans-serif;
    color: #000;
    padding-left: 25px;
    background: url(../../images/newcontent/share.png) top left no-repeat;
}

.travel-share a {
    color: #000;
}

.relate-box {}

.relate-box .top {
    padding: 0 0px 15px 0px;
    font: 22px/24px 'lineseed', Arial, sans-serif;
    color: #000;
    font-weight: bold;
}

@media (min-width: 320px) and (max-width: 767px) {
    .travel-block .travel-text .travel-title {
        height: unset;
    }
    .travel-filter {
        width: 100%;
    }
    .travel-block {
        width: 100%;
    }
    .travel-filter .regis .r-form {
        margin-right: 0;
        padding-right: 5px;
    }
    .travel-filter .regis .r-form-2 input[type=text],
    select {
        font: 15px / 22px 'lineseed', Arial, sans-serif;
    }
    .small-list {
        margin: 0 0;
    }
    .travel-detail .title h1 {
        font: 28px / 35px 'lineseed', Arial, sans-serif;
        padding-bottom: 15px;
        font-weight: bold;
    }
    .travel-block .picstyle-1 .travel-pic {
        height: 200px;
        overflow: hidden;
    }
    .travel-block .picstyle-2 .travel-pic {
        height: 200px;
        overflow: hidden;
    }
    .travel-block .picstyle-3 .travel-pic {
        height: 200px;
        overflow: hidden;
    }
    .travel-block .picstyle-3 .travel-pic-2 {
        height: 97px;
        overflow: hidden;
    }
    .travel-block .picstyle-4 .travel-pic {
        height: 97px;
        overflow: hidden;
    }
    .travel-block {
        margin: 0px 5px 0px 0;
    }
    .travel-block .pic-more {
        width: 55px;
        height: 35px;
        font: 18px / 35px 'lineseed', Arial, sans-serif;
    }
    /********************************/
    .travel-dt {
        padding-top: 10px;
        margin-bottom: 10px;
        min-height: unset;
    }
    .travel-dt .dt-active {
        padding: 10px 15px;
    }
    .travel-dt .dt-in {
        margin: 0;
        padding: 5px 20px;
    }
    .travel-dt .dt-map {
        margin: 10px 15px;
    }
    .travel-dt .dt-ppt {
        margin: 0px 15px;
    }
    .travel-dt .dt-btn {
        margin: 10px 15px;
    }
    .travel-dt .dt-stars {
        margin: 10px 15px;
    }
    .travel-detail .mid .pic-box-4 .large-pic .pic-more {
        width: 55px;
        height: 35px;
        font: 18px / 35px 'lineseed', Arial, sans-serif;
    }
    .travel-detail .mid .pic-box-4 .small-pic .pic-more {
        width: 55px;
        height: 35px;
        font: 18px / 35px 'lineseed', Arial, sans-serif;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .travel-filter {
        width: 100%;
    }
    .travel-block {
        width: 100%;
    }
    .travel-filter .regis .r-form {
        margin-right: 0;
        padding-right: 5px;
    }
    .travel-filter .regis .r-form-2 input[type=text],
    select {
        font: 15px / 22px 'lineseed', Arial, sans-serif;
    }
    .small-list {
        margin: 0 0;
    }
    .travel-detail .title h1 {
        font: 28px / 35px 'lineseed', Arial, sans-serif;
        padding-bottom: 15px;
        font-weight: bold;
    }
    .travel-block .picstyle-1 .travel-pic {
        height: 200px;
        overflow: hidden;
    }
    .travel-block .picstyle-2 .travel-pic {
        height: 200px;
        overflow: hidden;
    }
    .travel-block .picstyle-3 .travel-pic {
        height: 200px;
        overflow: hidden;
    }
    .travel-block .picstyle-3 .travel-pic-2 {
        height: 97px;
        overflow: hidden;
    }
    .travel-block .picstyle-4 .travel-pic {
        height: 97px;
        overflow: hidden;
    }
    .travel-block {
        margin: 0px 5px 10px 0;
    }
    .travel-block .pic-more {
        width: 55px;
        height: 35px;
        font: 18px / 35px 'lineseed', Arial, sans-serif;
    }
    /*****************/
    .travel-detail .mid .pic-box-1 .large-pic {
        height: 225px;
        margin: 3px;
    }
    .travel-detail .mid .pic-box-2 .large-pic {
        height: 225px;
        margin: 3px;
    }
    .travel-detail .mid .pic-box-3 .large-pic {
        height: 225px;
        margin: 3px;
    }
    .travel-detail .mid .pic-box-3 .small-pic {
        height: 220px;
    }
    .travel-detail .mid .pic-box-4 .large-pic {
        height: 225px;
        margin: 3px;
    }
    .travel-detail .mid .pic-box-4 .small-pic {
        height: 110px;
    }
    /********************************/
    /********************************/
    .travel-dt {
        padding-top: 10px;
        margin-bottom: 10px;
        min-height: unset;
        border: none;
    }
    .travel-dt .dt-active {
        padding: 10px 0px;
    }
    .travel-dt .dt-in {
        margin: 0;
        padding: 5px 0px;
    }
    .travel-dt .dt-map {
        margin: 10px 0px;
    }
    .travel-dt .dt-ppt {
        margin: 0px 15px;
    }
    .travel-dt .dt-btn {
        margin: 10px 15px;
    }
    .travel-dt .dt-stars {
        margin: 10px 15px;
    }
    .travel-detail .mid .pic-box-4 .large-pic .pic-more {
        width: 55px;
        height: 35px;
        font: 18px / 35px 'lineseed', Arial, sans-serif;
    }
    .travel-detail .mid .pic-box-4 .small-pic .pic-more {
        width: 55px;
        height: 35px;
        font: 18px / 35px 'lineseed', Arial, sans-serif;
    }
    .webboard-67 .webboard-detail .box-comment {
        padding-top: 10px;
        margin-bottom: 10px;
        min-height: unset;
        border: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .travel-dt {
        padding-top: 10px;
        margin-bottom: 10px;
        min-height: unset;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .travel-block .picstyle-1 .travel-pic {
        height: 312px;
        overflow: hidden;
    }
    .travel-block .picstyle-2 .travel-pic {
        height: 312px;
        overflow: hidden;
    }
    .travel-block .picstyle-3 .travel-pic {
        height: 312px;
        overflow: hidden;
    }
    .travel-block .picstyle-3 .travel-pic-2 {
        height: 153px;
        overflow: hidden;
    }
    .travel-block .picstyle-4 .travel-pic {
        height: 153px;
        overflow: hidden;
    }
}