@charset "utf-8";
.main-container{
    float: left;
    width: 940px;
}
/* 焦点图 */
.slide-container{
    width: 750px;
    height: 406px;
    margin-left: 190px;
    overflow: hidden;
    position: relative;
}
.slide-container .prev,
.slide-container .next{
    display: none;
    width: 40px;
    height: 100px;
    position: absolute;
    top: 50%;
    z-index: 99;
    margin-top: -50px;
    background: url("../images/main-icon.png") no-repeat;
}
.slide-container:hover .prev,
.slide-container:hover .next{
    display: block;
}
.slide-container .prev{
    left: 0;
    background-position: 0 -72px;
}
.slide-container .next{
    right: 0;
    background-position: -50px -72px;
}
.slide-wrapper{
    width: 750px;
    height: 406px;
}
.slide-wrapper ul,
.slide-wrapper ul li{
    width: 100%;
    height: 406px;
}
.slide-wrapper ul li a{
    display: table-cell;
    width: 750px;
    height: 406px;
    vertical-align: middle;
    text-align: center;
}
.slide-wrapper ul li a img{
    vertical-align: middle;
}
.slide-pagination{
    height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: left;
}
.slide-pagination ul{
    height: 24px;
    padding-left: 10px;
    font-size: 0;
}
.slide-pagination ul li{
    color: #fff;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 5px 0;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #444;
}
.slide-pagination ul li.on{
    background: #f70;
}
/* 超值、特价产品 */
.sale-tab-container{
    margin-top: 20px;
}
.sale-tab-nav{
    height: 36px;
    margin-left: 2px;
}
.sale-tab-nav>span{
    float: left;
    color: #666;
    width: 50%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-left: -2px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: 0;
    background: #f2f2f2;
}
.sale-tab-nav>span.on{
    height: 35px;
    line-height: 34px;
    border-top: 2px solid #65b71f;
    background: #fff;
}
.sale-tab-wrap{
    padding: 12px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: 0;
}
.sale-tab-wrap .tab-item{
    height: 306px;
    overflow: hidden;
}
.sale-tab-wrap li{
    float: left;
    width: 456px;
    height: 132px;
    padding: 10px 0;
    position: relative;
}
.sale-tab-wrap li .attr{
    color: #fff600;
    display: block;
    width: 58px;
    height: 42px;
    position: absolute;
    top: 10px;
    left: 30px;
    text-align: center;
    background: url("../images/main-icon.png") no-repeat -23px 0;
}
.sale-tab-wrap li .attr em{
    color: #fff;
    display: block;
    padding: 2px 0 0;
}
.sale-tab-wrap li.first{
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.sale-tab-wrap li.second{
    border-bottom: 1px solid #eee;
}
.sale-tab-wrap li.third{
    border-right: 1px solid #eee;
}
.sale-tab-wrap li.first .attr,
.sale-tab-wrap li.third .attr{
    left: 20px;
}
.sale-tab-wrap li.second .pic,
.sale-tab-wrap li.fourth .pic{
    margin-left: 12px;
}
.sale-tab-wrap li.second .info,
.sale-tab-wrap li.fourth .info{
    padding: 0 12px 0 240px;
}
.sale-tab-wrap li .pic{
    float: left;
    width: 218px;
    height: 132px;
}
.sale-tab-wrap li .pic>a{
    display: table-cell;
    width: 218px;
    height: 132px;
    vertical-align: middle;
    text-align: center;
}
.sale-tab-wrap li .pic>a>img{
    max-width: 218px;
    max-height: 132px;
    vertical-align: middle;
}
.sale-tab-wrap li .info{
    height: 132px;
    padding: 0 12px 0 228px;
}
.sale-tab-wrap li .info .bt{
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
}
.sale-tab-wrap li .info .bt:hover{
    color: #f80;
}
.sale-tab-wrap li .info .bt em{
    color: #999;
}
.sale-tab-wrap li .info .jg{
    height: 24px;
    line-height: 24px;
    padding-top: 5px;
    font-size: 14px;
}
.sale-tab-wrap li .info .jg span{
    color: #f60;
}
.sale-tab-wrap li .info .jg span em{
    font-size: 18px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.sale-tab-wrap li .info .jd{
    color: #666;
    height: 24px;
    line-height: 24px;
    padding-top: 5px;
    font-size: 14px;
}
.sale-tab-wrap li .info .yd{
    padding-top: 5px;
}
.sale-tab-wrap li .info .booking-link{
    color: #fff;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 5px;
    background: #ff8a00;
}
/* 热门目的地 */
.hot-dest-container{
    margin-top: 20px;
}
.hot-dest-container h3{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.hot-dest-container ul{
    padding: 10px 5px;
    border: 1px solid #ddd;
}
.hot-dest-container li{
    float: left;
    width: 218px;
    padding: 0 7px;
}
.hot-dest-container .pic{
    display: table-cell;
    width: 218px;
    height: 154px;
    vertical-align: middle;
    text-align: center;
}
.hot-dest-container .pic img{
    max-width: 218px;
    max-height: 154px;
    vertical-align: middle;
}
.hot-dest-container .info{
    height: 56px;
    padding: 5px 8px;
    background: #f6f6f6;
}
.hot-dest-container .info .mdd{
    padding-top: 5px;
}
.hot-dest-container .info .mdd .bt{
    display: inline-block;
    width: 100px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight:bold;
}
.hot-dest-container .info .mdd .data{
    float: right;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}
.hot-dest-container .info .mdd .data em{
    color: #f60;
}
.hot-dest-container .info .jg{
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding-top: 5px;
    font-size: 14px;
}
.hot-dest-container .info .jg em{
    color: #f60;
}
.hot-dest-container .info .jg em b{
    font-size: 18px;
    font-weight: normal;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
/* 旅游目的地 */
.travel-container{
    margin-top: 20px;
}
.travel-bar{
    height: 40px;
}
.travel-bar.cj{
    border-bottom: 2px solid #3faaf4;
}
.travel-bar.gn{
    border-bottom: 2px solid #ffd6a0;
}
.travel-bar.zb{
    border-bottom: 2px solid #83be2e;
}
.travel-bar .tit{
    float: left;
    width: 218px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
}
.travel-bar.cj .tit{
    color: #3aa8f4;
}
.travel-bar.gn .tit{
    color: #fa8d00;
}
.travel-bar.zb .tit{
    color: #59b233;
}
.travel-bar .tab-hd{
    float: left;
    height: 18px;
    margin-top: 16px;
}
.travel-bar .tab-hd a{
    float: left;
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    margin-left: 10px;
    font-size: 14px;
}
.travel-bar .tab-hd a.on{
    color: #fff;
}
.travel-bar.cj .tab-hd a.on{
    background: #3aa8f3;
}
.travel-bar.gn .tab-hd a.on{
    background: #fa8d00;
}
.travel-bar.zb .tab-hd a.on{
    background: #63bb16;
}
.travel-bar .more-link{
    float: right;
    height: 18px;
    margin-top: 16px;
    color: #999;
}
.travel-wrap .side-adimg{
    float: left;
    width: 216px;
    height: 400px;
}
.travel-wrap .tab-bd{
    float: right;
    width: 709px;
    height: 399px;
    padding: 0 7px 0;
    overflow: hidden;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.travel-wrap .tab-bd hr{
    clear: both;
    height: 0;
    border: 0;
    border-bottom: 1px dotted #e6e6e6;
}
.travel-wrap .tab-bd .before{
    float: left;
    width: 218px;
    padding: 8px;
    margin: 7px 0;
    border: 1px solid #fff;
    background: #fff;
}
.travel-wrap .tab-bd .before:hover{
    border: 1px solid #ffc13b;
    background: #fffbee;
}
.travel-wrap .tab-bd .before .pic{
    display: table-cell;
    width: 218px;
    height: 132px;
    vertical-align: middle;
    text-align: center;
}
.travel-wrap .tab-bd .before .pic img{
    max-width: 218px;
    max-height: 132px;
    vertical-align: middle;
}
.travel-wrap .tab-bd .before .bt{
    display: block;
    height: 40px;
    line-height: 20px;
    margin-top: 5px;
    overflow: hidden;
}
.travel-wrap .tab-bd .before:hover .bt{
    color: #f60;
}
.travel-wrap .tab-bd .before .bt em{
    color: #999;
}
.travel-wrap .tab-bd .before .jg{
    height: 24px;
    line-height: 24px;
}
.travel-wrap .tab-bd .before .jg span{
    color: #f60;
}
.travel-wrap .tab-bd .before .jg span em{
    font-size: 18px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.travel-wrap .tab-bd .after{
    float: left;
    width: 50%;
    height: 26px;
    padding: 0 15px 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.travel-wrap .tab-bd .after .arrow-icon{
    display: inline-block;
    width: 3px;
    height: 5px;
    vertical-align: top;
    margin: 10px 5px 0 0;
    background: url("../images/main-icon.png") no-repeat -91px 0;
}
.travel-wrap .tab-bd .after .bt{
    display: inline-block;
    width: 230px;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
 }
.travel-wrap .tab-bd .after .bt:hover{
    color: #f80;
}
.travel-wrap .tab-bd .after .bt em{
    color: #999;
}
.travel-wrap .tab-bd .after .jg{
    float: right;
    color: #999;
    height: 26px;
    line-height: 26px;
}
.travel-wrap .tab-bd .after .jg em{
    color: #f60;
}
/* 右侧 */
.side-container{
    float: right;
    width: 248px;
}

.side-group{
    height: 405px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #f4f4f4;
}
.order-wrap{
    padding: 10px 10px 0;
    border-bottom: 1px solid #dcdcdc;
}
.item-bd li{
    margin-bottom: 10px;
}
.item-bd li .tit{
    color: #666;
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}
.item-bd li .tit:hover{
    color: #f60;
}
.item-bd li .txt{
    color: #999;
    height: 20px;
    line-height: 20px;
    padding-top: 5px;
    text-align: right;
}
.item-bd li .txt .icon{
    display: inline-block;
    width: 11px;
    height: 12px;
    vertical-align: middle;
    margin: -4px 5px 0 0;
    background: url("../images/main-icon.png") no-repeat 0 0;
}

.custom-wrap{
    padding: 10px;
}
.ad-custom{
    display: block;
}
.ad-custom img{
    vertical-align: middle;
}
.mdd-custom{
    height: 42px;
    margin-top: 10px;
}
.mdd-custom .mdd-text{
    float: left;
    width: 131px;
    height: 40px;
    padding: 0 5px;
    border: 1px solid #d8d6d6;
    border-right: 0;
    background: #fff;
}
.mdd-custom .mdd-btn{
    color: #fff;
    float: left;
    width: 86px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    background: #ff9000;
}
/* 主题旅游 */
.side-wrap{
    padding: 5px 9px 0;
    margin-bottom: 12px;
    border: 1px solid #ddd;
}
.side-wrap .side-tit{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #e6e6e6;
    font-size: 16px;
}
.side-theme{
    padding: 5px 0;
}
.side-theme .ad{
    display: block;
    padding: 5px 0;
}
.side-theme .ad img{
    vertical-align: middle;
}
/* 线路排行 */
.side-lines{
    padding: 8px 0;
}
.side-lines li{
    height: 28px;
    overflow: hidden;
}
.side-lines .num{
    color: #fff;
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    vertical-align: top;
    margin: 7px 6px 0 0;
    font-weight:bold;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
    background: #878787;
}
.side-lines .num.top3{
    background: #f59518;
}
.side-lines .bt{
    color: #666;
    display: inline-block;
    width: 130px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.side-lines .bt:hover{
    color: #f60;
}
.side-lines .jg{
    float: right;
    color: #f60;
    height: 28px;
    line-height: 28px;
}
.side-lines .jg em{
    font-size: 16px;
}
/* 攻略 */
.side-article{
    padding: 8px 0;
}
.side-article li a{
    color: #666;
    display: block;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.side-article li a:hover{
    color: #f60;
}
/* 留言 */
.side-message{
    padding: 5px 0;
}
.side-message li{
    padding: 5px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.side-message li.last{
    border-bottom: 0;
}
.side-message .question{
    color: #2f9d2d;
    line-height: 20px;
}
.side-message .answer{
    color: #999;
    line-height: 20px;
}
.side-message .answer em{
    color: #333;
    font-weight: bold;
}
/* 点评 */
.side-comment{
    padding: 5px 0;
}
.side-comment li{
    padding: 5px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.side-comment li.last{
    border-bottom: 0;
}
.side-comment li .user{
    color: #999;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.side-comment li .user .icon{
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    background: url("../images/main-icon.png") no-repeat 0 -22px;
}
.side-comment li .tit{
    line-height: 20px;
    padding-top: 5px;
}
.side-comment li .txt{
    color: #666;
    line-height: 20px;
    padding-top: 5px;
}