@charset "utf-8";
/**
 * @created :   2018/03/24
 * @author  :   Mr.Li
 * @version :   v1.0
 * @desc    :   旅游相关页面
 */


/* @tourist_details  旅游详情页-景点门票
----------------------------------------------------------------*/
.lv_section {
    width: 1200px;
    margin: 0 auto;
}
.lv_nav {
    height: 50px;
    line-height: 50px;
    width: 1200px;
    margin: 0 auto;
}
.lv_details {
    overflow: hidden;
    margin-top: 20px;
}
.lv_left {
    float: left;
}
.lv_right {
    float: left;
    padding-left: 20px;
}
.lv_lg {
    display: block;
    width: 100%;
    height: 450px;
}
.lv_xs {
    min-height: 52px;
    margin: 20px 0;
}
.lv_xs img.left {
    float: left;
    margin-top: 15px;
    margin-right: 10px;
    cursor: pointer;
}
.lv_xs img.right {
    float: right;
    margin-top: 15px;
    cursor: pointer;
}
.lv_xs>div {
    float: left;
    width: 420.38px;
    height: 55px;
    overflow: hidden;
}
.lv_xs>div p {
    float: left;
    width: 660px;
    height: 55px;
    position: relative;
    left: 0;
    transition: all .3s;
}
.lv_xs>div img {
    float: left;
    margin-right: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.lv_xs>div img.active {
    border-color: #d20011;
}
.lv_right>h2 {
    font-size:24px;
    color: #333;
    font-weight: 400;
    margin-bottom: 20px;
    width: 730px;
}
.lv_price {
    height: 60px;
    line-height: 60px;
    width: 710px;
    background: #f5f5f5;
    padding-left: 20px;
    color: #e61e1e;
    font-size: 16px;
}
.lv_price b {
    margin-left: 60px;
    font-size: 28px;
    font-weight: 500;
}
.lv_price span {
    position: relative;
    top: -5px;
}
.lv_ticket {
    padding-left: 20px;
    margin-top: 20px;
}
.lv_ticket li {
    height: 36px;
    line-height: 36px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
}
.lv_ticket li b {
    display: inline-block;
    width: 80px;
    font-weight: 400;
}
.lv_ticket li.sub_ticket span{
    padding: 5px 12px;
    border: 1px solid #ccc;
    margin-right: 12px;
    cursor: pointer;
}
.lv_ticket li.sub_ticket span.active {
    border-color: #e61e1e;
}
.lv_apply {
    padding-left: 20px;
    margin-top: 20px;
}
.lv_apply a {
    display: inline-block;
    width: 176px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #f3981e;
    border: 1px solid #f3981e;
    margin-right: 20px;
}
.lv_apply a.lv_collectBox {
    background: #fff;
    border: 1px solid #e61e1e;
    color: #e61e1e;
}
.lv_share span {
    vertical-align: top;
    margin-right: 20px;
}
.lv_collect {
    padding-left: 18px;
    background: #fff url(../images/icon_collect_01.png) 0 1px no-repeat;
}
.lv_collect.active {
    background: #fff url(../images/icon_follow_01.png) 0 1px no-repeat;
}
/*旅游介绍*/
.lv_introduce {
    overflow: hidden;
    margin-top: 100px;
}
.introduce_left {
    float: left;
    width: 210px;
    border: 1px solid #eee;
}
.introduce_left h3 {
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-left: 10px;
}
.introduce_hot {
    padding: 14px 16px;
}
.introduce_hot img {
    width: 100%;
    height: 180px;
}
.introduce_hot .title {
    width: 150px;
    height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    margin: 10px 0;
    color: #333;
    font-size: 14px;
    line-height: 14px;
}
.introduce_hot .price {
    font-size: 16px;
    color: #f50719;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}
.introduce_other {
    display: block;
    width: 180px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #f8cdcd;
    color: #e61e1e;
    font-size: 16px;
}
.introduce_right {
    float: right;
    width: 979px;
}
.introduce_goods {
    height: 41px;
    background: #f7f7f7;
    border-bottom: 1px solid #e61e1e;
}
.introduce_goods span {
    display: block;
    width: 107px;
    height: 41px;
    background: #e61e1e;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
/* @tourist_details  旅游详情页-线路
----------------------------------------------------------------*/
.lv_shop {
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.lv_shop p {
    display: flex;
    justify-content: space-between;
    padding: 10px 8px;
}
.lv_shop p a {
    flex: 0 0 90px;
    height: 35px;
    text-align: center;
    line-height: 36px;
    background: #f7f7f7;
    border: 1px solid #eee;
}
.shop_enter {
    padding-left: 18px;
    background:#f7f7f7 url(../images/icon_shop_01.png) 0 0 no-repeat;
}
.shop_notice {
    padding-left: 18px;
    background:#f7f7f7 url(../images/icon_collect_01.png) 0 1px no-repeat;
}
.shop_notice.active {
    background:#f7f7f7 url(../images/icon_follow_01.png) 0 1px no-repeat;
}
/* @bubble  弹出框
----------------------------------------------------------------*/
.lv_sign {
    width: 590px;
    height: 400px;
    background: #fff;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -295px;
    z-index: 11;
    display: none;
}

.lv_sign .lv_title {
    height: 68px;
    line-height: 68px;
    padding:0 20px;
    font-size: 22px;
    color: #303234;
    background: #f7fafd;
}
.lv_title img {
    float: right;
    margin-top: 24px;
    cursor: pointer;
}
.lv_info {
    padding-top: 36px;
}
.lv_info p{
    width: 373px;
    height: 44px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
}
.lv_info p span {
    flex: 0 0 23%;
    line-height: 44px;
    font-size: 18px;
    color: #303234;
}
.lv_info p input {
    flex: 0 0 71%;
    padding-left: 20px;
    border: 1px solid #bec6ce;
    font-size: 16px;
    border-radius: 4px;
}
.lv_info p input:focus {
    outline: none;
}
::-webkit-input-placeholder{
    color:#bec6ce;
}
.lv_submit {
    display: block;
    width: 373px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #ff8800;
    font-size: 18px;
    border-radius: 4px;
}