.container{
	background-color: #f3f3f3;
}
.list-title {
    margin-top: 29px;
    padding-bottom: 10px;
    width: 100%;
    height: 38px;
}

.m-filter {
	height: auto;/*50px;*/
    margin-bottom: 35px;
    border-bottom: 2px solid #dadada;
    background-color: #fff;
}

.m-filter .bd {
    width: 980px;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 14px;
    color: #333;
}

.m-filter dl.first {
    border-top: 0;
}
.m-filter dl {
    border-top: 1px dashed #ebebeb;
    line-height: 20px;
}
.m-filter dl.first h1{
    line-height: 30px;
}
.clearfix {
}
.clearfix, .wrapper, .article {
}

.m-filter dt {
    float: left;
    display: inline;
    margin-top: 9px;
    width: 73px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    color: #999;
}

.m-filter dd {
    float: left;
    width: 900px;
    position: relative;
}

.m-filter .bd ul {
    margin-bottom: 10px;
    overflow: hidden;
}

.m-filter .bd li {
    float: left;
    margin: 10px 10px 0 0;
}

.m-filter .bd li a {
    float: left;
    padding: 0 5px;
    color: #333;
}

.m-filter .bd li .on, .m-filter .bd li a:hover {
    background-color: #349B56;
    color: #fff!important;
}

.m-filter .bd li .split {
    float: left;
    margin-top: 3px;
    font-style: normal;
    width: 1px;
    height: 15px;
    background-color: #e5e5e5;
    overflow: hidden;
    line-height: 200px;
}

.not-found {
    padding: 200px 0;
    text-align: center;
    font-size: 18px;
}

.not-found a {
    margin: 0 0 0 20px;
    display: inline-block;
    padding: 0 18px;
    line-height: 30px;
    background-color: #4eadf2;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}

.hide {
    display: none;
}

.m-list {
    width: 980px;
    margin: 0 auto;
}

.deal-item {
    margin: 30px 0;
    color: #333;
    position: relative;
    word-break: break-all;
    word-wrap: break-word;
	height: 270px;
}
.deal-item:hover {
    box-shadow: 0 0 8px #666;
}

.deal-item .pic {
    float: left;
    width: 405px;
    height: 270px;
    position: relative;
    overflow: hidden;
}

img {
    border: 0;
    vertical-align: middle;
}

.deal-item .mark-round {
    position: absolute;
    left: 20px;
    top: 0;
    width: 82px;
    height: 98px;
    background: url(../images/index-sprite-v2-14.png) no-repeat 0 -50px;
    text-align: center;
    line-height: 14px;
    color: #fff;
    font-size: 14px;
}

.deal-item .mark-round strong {
    display: block;
    padding-top: 40px;
}

.deal-item .info-panel {
    float: right;
    width: 560px;
    height: 270px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.deal-item .info-wrap {
    padding: 20px;
}

.deal-item .btn-buy {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 40px;
    background-color: #4eadf2;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}
.deal-item .btn-buy_ex {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 40px;
    background-color: #ccc;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
}

.deal-item .title {
    margin: 5px 0 10px;
    height: 60px;
    overflow: hidden;
}
.deal-item .title table {
    width: 100%;
    height: 70px;
    border-collapse: collapse;
    border-spacing: 0;
}

.deal-item .summary {
    float: left;
    width: 300px;
    font-size: 14px;
}
.deal-item .summary1 {
	margin-top:15px;
    float: left;
    width: 500px;
    font-size: 14px;
}

.deal-item .summary dt,.deal-item .summary1 dt {
    margin-bottom: 9px;
    line-height: 24px;
}

.deal-item .summary dd,.deal-item .summary1 dd {
    height: 54px;
    padding-left: 30px;
    line-height: 18px;
    overflow: hidden;
}

.deal-item .summary dt i,.deal-item .summary1 dt i {
    float: left;
    margin: 0 10px 0 0;
    width: 17px;
    height: 22px;
    background: url(../images/index-sprite-v2-14.png) no-repeat -290px 0;
    overflow: hidden;
}

.deal-item .summary dt b,.deal-item .summary1 dt b {
    padding: 0 2px;
    font-size: 18px;
    color: #349B56;
    font-style: normal;
}

.deal-item .summary dd i,.deal-item .summary1 dd i {
    float: left;
    margin: 0 0 0 -25px;
    width: 13px;
    height: 12px;
    background: url(../images/index-sprite-v2-14.png) no-repeat -250px -25px;
}

.deal-item .feature {
    float: left;
    margin: 10px 0 0 25px;
    width: 170px;
    height: 72px;
    padding: 5px 0 0 20px;
    border-left: 1px dashed #666;
    line-height: 24px;
    overflow: hidden;
}

.deal-item .feature li {
    height: 24px;
    padding-left: 25px;
    overflow: hidden;
}

.deal-item .feature i {
    float: left;
    margin: 2px 0 0 -25px;
    width: 17px;
    height: 16px;
    background: url(../images/index-sprite-v2-14.png) no-repeat -270px -25px;
    overflow: hidden;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.m-title{
	height: 20px;
    margin-top: 30px;
    background-color: #fff;
}
.title-style-1 {
    height: 21px;
    line-height: 20px;
    overflow: hidden;
    border-left: 3px solid #e43737;
    margin: 0 auto;
    width: 960px;
}
.title-style-1 h2 {
    font-size: 20px;
    text-indent: 10px;
    font-weight: bold;
}
.deal-list{
	margin: 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
}

.deal-item .type.t5 {
    background-color: #e1b775;
    color: #e1b775;
}
.deal-item .type.t4 {
    background-color: #b986ac;
    color: #b986ac;
}
.deal-item .type.t3 {
    background-color: #2792c3;
    color: #2792c3;
}
.deal-item .type.t2 {
    background-color: #59b9c6;
    color: #59b9c6;
}
.deal-item .type.t2s {
    color: #59b9c6;
	font-size:24px;
}
.deal-item .type.t1 {
    background-color: #e9546b;
    color: #e9546b;
}
.deal-item .type {
    float: left;
    padding: 1px;
    line-height: 22px;
    font-size: 14px;
}

.deal-item .type strong {
    float: left;
    font-size: 18px;
    padding: 0 12px;
    color: #fff;
}
.strongcss{
	margin: 10px;
}
.deal-item .type span {
    float: left;
    padding: 0 8px;
    background-color: #fff;
	font-size: 70%;
}
.deal-item .price {
    float: right;
    position: relative;
}
.deal-item .del {
    padding-right: 10px;
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.deal-item .discount {
    display: inline-block;
    height: 16px;
    padding: 0 4px;
    line-height: 16px;
    background-color: #349B56;
    color: #fff;
    position: relative;
    vertical-align: 2px;
}

.deal-item .discount i {
    position: absolute;
    right: -8px;
    top: 0;
    border-left: 8px solid #349B56;
    border-top: 8px dashed transparent;
    border-bottom: 8px dashed transparent;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
}

.deal-item .mfw-price {
    margin-left: 10px;
    font-size: 14px;
    color: #349B56;
}

.deal-item .mfw-price strong {
    font-size: 30px;
    line-height: 20px;
}

.deal-item .title td {
    color: #333;
    padding: 0;
}

.deal-item .title h3 {
    font-size: 22px;
    line-height: 30px;
    height: 65px;
    overflow: hidden;
}
.deal-item .desc dd{
	height: 24px;
}

.paginator {
    padding: 10px 10px 10px 10px;
    margin: 0;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    color: #946400;
}

.paginator .this-page {
    padding: 2px 6px;
    font-weight: bold;
    font-size: 13px;
    border: #fff;
    background: #fff;
    vertical-align: top;
    color: #946400;
    font-size: 11px;
}
.paginator .this-page {
    color: #946400;
    font-size: 11px;
    border: #417EB7 1px solid;
    padding: 2px 6px;
    text-decoration: none;
}

.paginator a {
    border: #417EB7 1px solid;
    padding: 2px 6px;
    background-color: #FFF;
    font-size: 11px;
    text-decoration: none;
    margin-left: 3px;
}

.m-service {
    background-color: #fff;
    padding: 22px 0;
}

.m-service ul {
    width: 1200px;
    margin: 0 auto;
    height: 71px;
    background: url(http://www.bjlyjszx.com/html/img/foot_hr.jpg);
}

.m-service .item-first {
    padding-left: 140px;
    border-right: 1px solid #eaeaea;
}
.m-service li {
    float: left;
    width: 180px;
    padding: 55px 0 20px 150px;
    line-height: 24px;
    font-size: 14px;
}

.m-service .item-last {
    width: 175px;
    border-left: 1px solid #eaeaea;
}

.ft-copyright {
    padding: 12px 0;
    margin-top: -1px;
    border-top: 1px solid #575a5b;
    background-color: #3c3c3c;
	color: #c2c2c2;
	text-align: center;
}

#footer .ft-safety {
    float: right;
    padding: 5px 8px 0 0;
}

.ft-mfw-logo {
    float: left;
    margin: 2px 20px 0 0;
    width: 136px;
    height: 39px;
    background: url(/images/mfw-footer-sprite4.png) no-repeat 0 -30px;
    overflow: hidden;
}

/* 349B56 */



/* --------------------------------------------------
 * 旅游产品详情页
 *
 * -------------------------------------------------- */

.crumb {
    width: 980px;
    margin: 0 auto;
    height: 20px;
    padding: 15px 0;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    background-color: #fff;
}

.crumb .item {
    float: left;
}

.crumb .crumb-index {
    color: #ff8a00;
}
.crumb a {
    color: #666;
    font-size: 12px;
}

.m-title2{
	background-color: #fff;
}

.crumb .item em {
    margin: 0 6px;
    color: #999;
    font-family: 'simsun';
    font-style: normal;
}
.crumb .item span{
    font-size:16px;
    font-family: 'simsun';
    font-style: normal;
}

.tj-intro {
    position: relative;
    margin: 0 auto 35px;
    width: 980px;
}
.train-intro {
    position: relative;
    margin: 0 auto 35px;
    width: 720px;
}

.tj-intro .bd,.train-intro .bd {
    background-color: #fff;
    padding: 20px 20px 0;
}

.tj-left {
    padding-bottom: 40px;
}
.tj-left {
    float: left;
    width: 400px;
}

.tj-photo {
    height: 280px;
    position: relative;
    overflow: hidden;
}
.tj-photo .p-l {
    position: absolute;
    height: 268px;
    overflow: hidden;
}
.tj-photo .p-l li {
    float: left;
    width: 400px;
    height: 100%;
    overflow: hidden;
}
.tj-text {
    margin: 20px 0;
}
.tj-text .see {
    line-height: 18px;
    font-size: 14px;
    padding-bottom: 15px;
}
.tj-text .see em {
    font-style: normal;
    color: #f9644e;
}
.tj-text .see .title{
    font-size: 30px;
}
.tj-text .summary {
    border-top: 1px solid #dfdfdf;
    padding: 15px 18px 15px 32px;
    font-size: 18px;
    color: #333;
    line-height: 28px;
}
.tj-text .summary i {
    float: left;
    margin: 4px 0 0 -26px;
    width: 13px;
    height: 12px;
    background: url(../images/tj-detail-v3-16.png) no-repeat -60px -10px;
    overflow: hidden;
}
.tj-text .feature {
    border-top: 1px solid #dfdfdf;
    padding: 20px 15px 20px 32px;
}
.tj-text .feature dt {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 20px;
}
.tj-text .feature dd {
    height: 22px;
    padding-left: 24px;
    overflow: hidden;
    line-height: 22px;
}
.tj-text .feature i {
    float: left;
    margin: 3px 0 0 -23px;
    width: 17px;
    height: 16px;
    background: url(../images/tj-detail-v3-16.png) no-repeat -60px -25px;
    overflow: hidden;
}
.tj-intro .pos-btm {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 400px;
}
.bar_share {
    height: 25px;
    border-top: 1px solid #dfdfdf;
    padding: 17px 0 0 10px;
}
.bs_collect, .bs_share {
    display: inline;
    float: left;
}
.bar_share a.bs_btn {
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.bar_share a.bs_btn i {
    width: 25px;
    height: 24px;
    display: inline-block;
    background: url(../images/tj-detail-v3-16.png) -30px -230px no-repeat;
    vertical-align: -5px;
    margin-right: 6px;
}
.bs_share {
    margin-left: 25px;
}
.tj-panel {
    min-height: inherit;
}
.tj-property dl {
    line-height: 22px;
    font-size: 14px;
}
.tj-person {
    padding: 15px 15px 20px;
    background-color: #fff;
}
.tj-property dl {
    line-height: 22px;
    font-size: 14px;
}
.tj-property .label {
    margin-bottom: 12px;
    line-height: 18px;
    font-size: 14px;
}
.tj-type dd {
    margin-bottom: 12px;
}
.ui-select li {
    margin: 0 12px 10px 0;
    width: 100%;
    line-height: 30px;
    height: 34px;
    font-size: 12px;
    color: #333;
    position: relative;
}
.ui-select li div.ui-select-t{
	width: 188px;
	float: left;
	position: relative;
}
.ui-select .li-seled div.ui-select-t a, .ui-select-t a:hover {
    padding: 0 8px;
    border: 2px solid #4eadf2;
    color: #4eadf2;
}
.ui-select-t a {
    display: block;
    height: 30px;
    padding: 1px 9px;
    border: 1px solid #c0c0c0;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}
.ui-select .li-seled .ui-select-t i {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 16px;
    height: 16px;
    background: url(../images/tj-detail-v3-16.png) no-repeat -30px -25px;
    overflow: hidden;
}


.tj-panel {
    min-height: inherit;
}
.tj-panel {
    width: 500px;
    min-height: 600px;
	margin-left: 450px;
}
.tj-panels {
    width: 500px;
    min-height: 400px;
	margin-left: 450px;
}
.tj-panel1 {
    min-height: inherit;
}
.tj-panel1 {
    width: 500px;
    min-height: 270px;
	margin-left: 450px;
}

.tj-property .label {
    margin-bottom: 12px;
    line-height: 18px;
    font-size: 14px;
}
.amount-box {
    float: left;
    display: inline;
    height: 32px;
    border: 1px solid #c0c0c0;
    text-align: center;
    position: relative;
    margin-left: 10px;
}
.people-box {
    display: inline;
    height: 32px;
    border: 1px solid #c0c0c0;
    text-align: center;
    position: relative;
    margin-left: 10px;
}

.amount-box a:hover,.people-box a:hover{
    background-color: #e8e8e8;
}

.amount-box a,.people-box a {
    float: left;
    width: 32px;
    height: 32px;
    background-color: #f3f3f3;
}
.amount-box a ,.people-box a {
    width: 25px;
}
.amount-box .icon-plus,.people-box.icon-plus {
    background-position: -95px 0;
}
.amount-box i ,.people-box i{
    display: inline-block;
    margin-top: 10px;
    width: 12px;
    height: 12px;
    background: url(../images/tj-detail-v3-16.png) no-repeat -80px 0;
    overflow: hidden;
    line-height: 100px;
    vertical-align: top;
}

.amount-box input{
    float: left;
    width: 50px;
    height: 32px;
    margin: 0;
    padding: 4px 0;
    border: 0 none;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 20px;
}
.people-box input{
    width: 50px;
    height: 32px;
    margin: 0;
    padding: 4px 0;
    border: 0 none;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 20px;
}

.amount-box input,.people-box input {
    width: 34px;
}

.tj-action {
    height: 62px;
    background-color: #7fc1f1;
    line-height: 62px;
    color: #fff;
    _position: relative;
}

.tj-action .ly-btn:hover {
    text-decoration: none;
    background-color: #3195de;
}

.tj-action .ly-btn {
    float: right;
    width: 140px;
    height: 62px;
    background-color: #4eadf2;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.tj-action .total {
    padding-left: 15px;
}

.tj-action .total em {
    font-style: normal;
    font-size: 18px;
}

.tj-action .total strong {
    font-weight: normal;
    font-size: 48px;
}

.calendar-input-wrap {
    height: 32px;
}
.calendar-input-wrap {
    position: relative;
    display: inline-block;
    zoom: 1;
	margin-bottom: 20px;
}

.calendar-input-wrap .calendar-start-icon {
    padding-right: 25px;
    background-position: right -76px;
}
.calendar-input-wrap .calendar-icon {
    position: absolute;
    cursor: text;
    top: 50%;
    right: 5px;
    height: 15px;
    color: #A1A1A1;
    overflow: hidden;
    margin-top: -7.5px;
    font: 400 12px/15px Arial;
    background: url(../images/T1upvrXbFdXXbRt4oj-57-106.png) -37px -90px no-repeat;
	cursor: pointer;
}

.sku-calendar-input {
    margin-bottom: 4px;
    border-radius: 0;
    background: 0;
    width: 170px;
    border: 1px solid #9eaaba;
    height: 32px;
    margin: 0;
    padding: 4px 0;
    border: 0 none;
    border: 1px solid #c0c0c0;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 20px;
}
.calendar-input-wrap input {
    outline: 0;
}

.tj-text-input{
	margin-bottom: 20px;
}

.main-tab {
    margin-bottom: 20px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 3px solid #c9c9c9;
    border-radius: 0 2px 2px 0;
    background-color: #fff;
    width: 100%;
}

.main-tab .bd {
    width: 980px;
    margin: 0 auto;
    height: 62px;
}

.main-tab .ly-nav {
    float: left;
    padding: 17px 0 17px 25px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.main-tab .ly-nav a:hover {
    text-decoration: none;
    color: #ff8a00;
}
.main-tab .ly-nav a.on {
    color: #ff8a00;
}
.main-tab .ly-nav .split {
    padding: 0 15px;
    color: #c9c9c9;
}

.wrapper {
    width: 980px;
    margin: 0 auto;
}
.twrapper {
    width: 700px;
    margin: 0 auto;
}

.tj-detail {
    margin-bottom: 30px;
}

.tj-detail .mod {
    border: 1px solid #dfdfdf;
    margin-bottom: 20px;
}

.tj-anchor {
    padding-top: 62px;
    margin-top: -62px;
    display: block;
    visibility: hidden;
}
.tj-detail .hd {
    padding: 7px 0 7px 54px;
    background-color: #fbfbfb;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-top: -1px;
    line-height: 34px;
    font-size: 18px;
}

.tj-detail .hd h3 {
    font-weight: normal;
}

.tj-detail .hd .icon {
    float: left;
    margin-left: -44px;
    width: 34px;
    height: 34px;
    background: url(../images/tj-detail-v3-16.png) no-repeat 0 -100px;
    overflow: hidden;
}

.tj-detail .hd .icon-step {
    background-position: -80px -100px;
}

.tj-detail .bd {
    padding: 20px 40px 20px 50px;
    font-size: 14px;
    line-height: 2em;
    background-color: #fff;
}

.main-tab .buy {
    float: right;
    height: 40px;
    padding: 9px 0;
}

.main-tab .ly-btn {
    float: right;
    display: block;
    width: 100px;
    height: 40px;
    background-color: #4eadf2;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
}

.main-tab .buy .price {
    font-size: 24px;
    color: #4eadf2;
    font-weight: bold;
    line-height: 46px;
}

.main-tab .buy .price em {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}



/* --------------------------------------------------
 * 旅游产品订单提交页
 *
 * -------------------------------------------------- */

.wrapper .order-hd {
    padding: 35px 0 0 30px;
    font-size: 18px;
    color: #333;
    position: relative;
}

.wrapper .order-hd i {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #ff9d00;
    border-radius: 15px;
    line-height: 30px;
    color: #fff;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-style: normal;
}

.wrapper .hd span {
    color: #999;
}

.rInfo {
    width: 80%;
    margin-top: 10px;
}

.rInfo .rhd {
    line-height: 44px;
    background-color: #ff9d00;
    color: #fff;
    font-size: 18px;
    padding-left: 18px;
    border-radius: 5px 5px 0 0;
}

.rInfo .rbd {
    border: 1px solid #d6d6d6;
    border-top: 0;
    padding: 0 28px 35px;
}

.rInfo .rbd .t1 {
    font-size: 18px;
    color: #333;
    line-height: 1.4em;
    padding: 25px 0 0;
}

.rInfo .rbd .t2 {
    font-size: 16px;
    color: #666;
    padding: 22px 0 15px;
}

.rInfo .rbd .t3 {
    background-color: #efefef;
    font-size: 18px;
    color: #333;
    line-height: 2em;
    padding: 6px 20px;
    border-radius: 5px;
}

.rInfo .rbd .t3 span {
    display: inline-block;
}

.rInfo .rbd .t3 strong {
    display: inline-block;
    width: 50px;
    font-size: 18px;
    color: #ff9d00;
    font-weight: normal;
    padding-left: 10px;
}

.footTotal {
    border-top: 1px solid #e9e9e9;
    margin: 30px 70px;
    padding: 20px 0 0;
    height: 50px;
}

.footTotal .total {
    clear: both;
    font-size: 14px;
}

.footTotal .total em {
    font-size: 18px;
    color: #f76118;
    font-style: normal;
}
.footTotal .total span {
    font-size: 32px;
    font-weight: bold;
    color: #f76118;
}
.footTotal .total .confirm-form {
    float: right;
    width: 109px;
}

.footTotal .total .confirm-form a {
    display: inline-block;
    width: 109px;
    height: 34px;
    background-color: #fd6b24;
    text-align: center;
    line-height: 34px;
    color: #FFF;
    font-size: 16px;
    border-radius: 3px;
    font-weight: bold;
    border-bottom: 1px solid #b05300;
}
.returnTop {
    right: 0px;
    bottom: 5px;
    margin: 0 0 0 660px;
    height: 48px;
    overflow: hidden;
    position: fixed;
    text-indent: -9999em;
    width: 48px;
    z-index: 100;
    background: #0172c2 url(images/ui-top_bg.png) no-repeat center center;
    border-radius: 3px;
    /*display: none;*/
}
.see .mfw-price {
    margin-left: 10px;
    font-size: 14px;
    color: #349B56;
    float:right;
}

.see .mfw-price strong {
    font-size: 30px;
    line-height: 20px;
}