
*{
    margin: 0;
    padding: 0;

}
ul{
    list-style: none;
}
 a{
     text-decoration: none;
     color: #000000;
 }
body{
    font-family: "microsoft yahei";
    font-size: 12px;
    background: #f5f5f5;
    height: 1000px;
    /*font: 12px/1.5 "Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB",\5b8b\4f53,sans-serif;*/
}
img{
    border: none;
}
.jpyoo_freetour_title {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    padding-top: 10px;
    background: #f5f5f5;
}.jpyoo_freetour_title .wanle {
     background: url("/content/img/pro_type_4.png") no-repeat;
 }
.jpyoo_freetour_title .jpyoo_freetour_ico {
      float: left;
      width: 71px;
      height: 71px;
  }
.jpyoo_freetour_title .title {
    margin-top: 20px;
    float: left;
    margin-left: 10px;
}

.jpyoo_freetour_title .title .main_title {
    font-size: 28px;
    color: #555;
    line-height: 30px;
    width: 760px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.price {
    color: #ffa127;
    float: right;
    font-size: 40px;
    margin: 20px 10px 0 0;
    line-height: 30px;
}

.price span {
    font-size: 14px;
}

.top_wrapper{

    width: 1200px;
    margin: 0 auto;
   padding-top: 20px;
    /*background: #f5f5f5;;*/
    /*overflow: hidden;*/
}
.top_inner_left{
    width: 560px;
}

.top_inner_left{
    width: 560px;
    margin-right: 40px;
    float: left;
    /*overflow: hidden;*/
    position: relative;
}
.top_inner_right{
    width: 600px;
    float: left;
    /*overflow: hidden;*/
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    position: relative;
}


/*图片效果*/



.attraction_photo_wrap {
    width:560px;
    overflow: hidden;
    position: relative;
    padding-bottom: 5px;
}

.attraction_photo_big {
    float: left;
    width: 100%;
    height: 330px;
    position: relative;
}


.attraction_photo_big img {
    display: block;
    width: 100%;
    height:330px;
    vertical-align: top;
}



.attraction_photo_big .prev, .attraction_photo_big .next {
    position: absolute;
    height: 100%;
    top: 0;
    background-image: url(http://pic.c-ctrip.com/vacation_v1/un_icon_arrow.png);
    background-repeat: no-repeat;
    background-position: -9999em -9999em;
}

.attraction_photo_big .prev {
    width: 50%;
}

.attraction_photo_big .next {
    width: 50%;
    right: 0;
}

.attraction_photo_big .photo_name {
    position: absolute;
    height: 30px;
    line-height: 30px;
    color: #fff;
    bottom: 0;
    z-index: 1;
    width:100%;
    padding: 0 10px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#66000000', endColorstr='#66000000');
}


:root .attraction_photo_big .photo_name {
    filter: none;
    background-color: rgba(0,0,0,.4);
}


.attraction_photo_small {
    float: right;
    width:488px;
    height: 90px;
    padding: 0 36px;
    margin-top: 10px;
    position: relative;
}

.attraction_photo_small .small_photo_wrap {
    width: 510px;
    height: 70px;
    position: relative;
    overflow: hidden;
    margin-left: -10px;
}


.attraction_photo_small ul {
    height:70px;
    width: 9999em;

    margin-top: 6px;
}

.attraction_photo_small li {
    float: left;
    height: 70px;
    width: 520px;
    margin-right: 0;
}

.attraction_photo_small li a {
    width: 95px;
    height: 56px;
    float: left;
    margin-bottom: 0;
    margin-right: 3px;
    display: inline;
    border: 2px solid #ffffff;
}

.attraction_photo_small li a {
    margin-bottom: 7px;
    display: block;
    position: relative;
    zoom: 1;
    opacity: .6;
    filter: alpha(opacity = 60);
}

.attraction_photo_small li img {
    position: relative;
    display: block;
    width: 100%;
    height: 56px;
}

.attraction_photo_small li a span {
    display: none;
}


.attraction_photo_small .small_photo_control {
    overflow: hidden;
}


.attraction_photo_small .small_photo_control a {
    width: 20px;
    height:60px;
    position: absolute;
    top: 6px;
    background-color: #c4eff6;
    padding: 0 2px;
}


.attraction_photo_small .small_photo_control .prev, .attraction_photo_small .small_photo_control .prev_disable {
    float: left;
    left: 0;
}
.attraction_photo_small .small_photo_control i{

    background-image: url(/Content/images/ttd_detail_v3.png);
    background-repeat: no-repeat;


}
.attraction_photo_small .small_photo_control i {
    position: absolute;
    width: 12px;
    height: 24px;
    left: 6px;
    top: 19px;
    cursor: pointer;
}


.attraction_photo_small .small_photo_control .prev i {
    background-position: 0 -30px;
}

.attraction_photo_small .small_photo_control .prev:hover i{background-position:-40px -180px}
.attraction_photo_small .small_photo_control .next, .attraction_photo_small .small_photo_control .next_disable {
    float: right;
    right: 0;
}




.attraction_photo_small .small_photo_control .next i {
    background-position: -20px -30px;
}

.attraction_photo_small .small_photo_control .next:hover i {
    background-position: -60px -180px;
}

.attraction_photo_small .small_photo_control .next_disable i, .attraction_photo_small .small_photo_control .next_disable:hover i {
    background-position: -20px 0;
    cursor: default;
}
.attraction_photo_small .small_photo_control .prev_disable i, .attraction_photo_small .small_photo_control .prev_disable:hover i {
    background-position: 0 0;
    cursor: default;
}
.attraction_photo_small .small_photo_control .prev_disable, .attraction_photo_small .small_photo_control .next_disable {
    cursor: default;
    background-color: #e5e7ea;
}

.attraction_photo_big .prev:hover{background-position:-46px 130px}

.attraction_photo_big .next:hover{background-position:260px 130px}


.attraction_photo_small li a.current,.attraction_photo_small li a:hover{
    filter: alpha(opacity = 100);
    opacity: 1;
    border-color: #e10979;
}

.attraction_photo_small li a.current .ponity_shadow,.attraction_photo_small li a:hover .ponity_shadow{
    position: absolute;
    border: 6px solid;
    border-color: transparent transparent #e10979 transparent;
    border-style: dashed dashed solid dashed;
    width: 0;
    height: 0;
    left: 55%;
    top: -14px;
    margin-left: -9px;
    overflow: hidden;
}




.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.4);
    filter: alpha(opacity = 40);
    color: #fff;
    padding: 5px 10px;
}

.caption h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 2px;
}


#tour-slider li .caption p {
    font-size: 12px;
    line-height: 26px;
}
.caption:hover {
    background-color: rgba(0, 0, 0, 0.6);
    filter: alpha(opacity = 60);
}

.small_photo_wrap ul{
    position:relative;
    left:0px;
}

.caption_n{
    display: none;
}




.product_t_h4 {
    width: 500px;
    position: relative;
    font-weight: normal;padding: 15px 20px 15px 33px;
line-height: 28px;
    margin-top: 20px;
    color: #555;
    margin-left: 10px;
}


.product_t_left_img {
    position: absolute;
    top: 10px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(/Content/images/product_icon.png) -74px 0px no-repeat;
}

.product_t_right_img {
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 15px;
    height: 15px;
    background: url(/Content/images/product_icon.png) -97px 0px no-repeat;
}

.bb1{
    border-bottom: 1px solid #eae9e9;
}

.top_inner_left .title{
    border-top: 1px solid #eae9e9;
    margin-top: 10px;
    line-height: 40px;
    font-size: 18px;
    color: #333;
   padding-left: 36px;


}
.top_inner_left .content{
    font-size: 13px;
    color: #444;
    line-height: 25px;
    position: relative;
    padding-left: 36px;
}


.jpyoo-dtad{
    width: 280px;
    overflow: hidden;
    float: left;
}


.check_wrap span {
    float: left;
    line-height: 32px;
    font-size: 14px;
    color: #333333;
    margin-right: 8px;
}

.check_wrap .yoo-num {
    float: left;
    border: 1px solid #d3d2d2;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    margin-right: 6px;
}


.check_wrap .yoo-num .yoo-num-reduce {
    border-right: 1px solid #d3d2d2;
    float: left;
    width: 30px;
    cursor: pointer;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #9e9e9e;
}

.check_wrap .yoo-num .yoo-psnum {
    float: left;
    text-align: center;
    width: 32px;
    font-size: 16px;
}

.check_wrap .yoo-num .yoo-num-add {
    border-left: 1px solid #d3d2d2;
    float: left;
    width: 30px;
    cursor: pointer;
    background-color: #f1f1f1;
    font-size: 20px;
    color: #9e9e9e;
}


.fs12{
    font-size: 12px;
    font-style: normal;
}

.check_wrap   .mr0{
    margin-right: 0;
}

.check_wrap .price_color{
    color: #ffa127;
}
.clearfix {
    zoom: 1;
}
.book-cell{
    width: 100%;
}

.book-cell .price-unit {
    width: 440px;
    height: 60px;
    background: #636363;
    float: left;
}

.fontYaHei {
    font-family: "Hiragino Sans GB","Microsoft YaHei",\9ED1\4F53,\5b8b\4f53,sans-serif;
}



.book-cell .book-btn {
    display: inline-block;
    width: 160px;
    height: 60px;
    line-height: 60px;
    border: none;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.book-cell .price-unit .price {
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    line-height: 60px;
    vertical-align: middle;
}

.book-cell .price-unit .price em {
    font-size: 36px;
    font-weight: 400;
    margin: 0 2px;    font-style: normal;    line-height: 60px;

}
.book-cell .price-unit .price{
    float: left;
    margin-top: 0;
}


.booking-unit .price-unit .price em  {
    font-family: HelveticaNeue-Light,"Helvetica Neue Light","Hiragino Sans GB","Microsoft YaHei",sans-serif;
}

.book-cell .book-btn.book-now:hover{background:#ec3341}



.jpyoo_share_wrap{
    width:600px;
    /*position:absolute ;*/
    /*bottom:-50px;*/
}

.yoo-prompt {
    margin: 20px 0 0 50px;
    float: left;
    width: 70px;
    font-size: 16px;
    line-height: 27px;
    color: #666;
}

.yoo-prompt span {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
}

.yoo-prompt .collection {
    background-image: url(/Content/images/icon_collection.png);
}

.yoo-prompt .collection1 {
    background-image: url(/Content/images/share.png);
    width :28px;
}




.bdshare-button-style0-16 {
    zoom: 1;
    width: 190px;
}

.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    /*background-image: url(../img/share/icons_0_16.png?v=d754dcc0.png);*/
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}



.yoo-prompt .wechat1, .yoo-prompt .sina, .yoo-prompt .douban,.yoo-prompt .qzone {
    cursor: pointer;
    width: 32px;
    height: 32px;
    float: right;
    margin: 0px 5px 0;
    padding-left: 0;
}

.yoo-prompt .wechat1 {
    background: url("/Content/img/dp.png") -96px 1px;
}


.yoo-prompt .sina {
    background: url("/Content/img/dp.png") -64px 1px;
}

.yoo-prompt .douban {
    background: url("/Content/img/dp.png") -32px 1px;
}
.yoo-prompt .qzone {
    background: url("/Content/img/dp.png") 0px 1px;
}
.yoo-prompt1{
    margin-left: 20px;
    margin-top:17px;
}

.jpyoo_share_wrap1{
    position: absolute;
   
    width: 600px;
}

.right_attention{
    width: 600px;
    position: absolute;
    top:420px;
}
.top_inner_right .title {
    border-top: 1px solid #eae9e9;
    margin-top: 10px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    padding-left: 36px;
       font-weight: bold;
       padding-top: 8px;
}
.top_inner_right .content {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    position: relative;
    padding-left: 36px;
}

 
.top_wrapper .top_inner_left .jpyoo_share_wrap {
     margin-top:15px;
}

 






