﻿.body {
    background-color: rgba(204, 255, 255, 0.0980392156862745);
}
/*景区图集*/
.ticket-top {
    margin-top: 20px;
    width: 100%;
    border: 1px solid #eadede;
    overflow: hidden;
    min-width: 1000px;
}
.brief-left {
    width:40%;
    float:left;
    min-height:300px;
    max-height:380px;
}
.brief-right {
    width: 60%;
    float: right;
}
.big-img {
    width:90%;
    margin:3%;
    height:90%;
}

/*右侧的景区基本内容*/
.group-r {
    margin:0;
    padding:5px 0;
}
.title {
    font-size:26px;
    font-weight:700;
    color:#000000;
    margin-bottom:20px;
}
    .title span {
        font-size:20px;
        color: #F78F0A;
        float:right;
    }
.group-t {
    display:block;
    width:15%;
    float:left;
    font-size:14px;
    font-weight:600;

}
.qr-code {
    display: block;
    width: 140px;
    height: 140px;
    padding:10px;
} 
    .group-d {
        display: block;
        width: 85%;
        float: left;
        font-size: 14px;
        max-height:90px;
        overflow:hidden;
    }
    .group-d span:hover {
        cursor:pointer;
        border-bottom: 1px solid #0094ff;
    }

/*门票*/
.ticket-info-content {
    margin-bottom:20px;
    width:100%;
}
.change-box {
    color: #8a8787;
    font-size: 14px;
}
.group-head {
    height:35px;
    line-height:35px;
    border:1px solid #d3d0d0;
    margin-top:10px;
    background-color:rgba(239, 235, 235, 0.41);
    padding-left:10px;
}
    .group-head p {
        color: #0094ff;
        font-size: 20px;
        font-weight: 800;
    }
.ticket-info-box {
    padding: 0 40px;
    border: 1px solid #d3d0d0;
    border-top:none;
}
.t-title {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #0099FF;
    font-weight:600;
}
.t-price {
    font-size: 20px;
    float: right;
    color: #F78F0A;
}
.ticket-open-box {
    margin-top:20px;
}.one-des {
    overflow: hidden;
    border-top: 1px solid #1DA0DF;
    padding-top:15px;
    margin-bottom:20px;
}
.des-left {
    width:13%;
    font-size: 20px;
    color: #1DA0D9;
    font-weight:900;
    float:left;
}
.des-right {
    width:87%;
    float:left;
}
.des-t {
    display:block;
    width:14%;
    float:left;
    font-size:14px;
    font-weight:700;
}
.des-d {
    font-size:14px;
    color:#535353;
}
.des-pd {
    font-size: 14px;
    color: #535353;
}
.close-box {
    font-size: 16px;
    color: #0099FF;
    text-align:center;
}

/*购票须知*/
.title-group>i {
    color:#F78F0A;
    font-size:26px;
    padding:20px 0;
}
.title-group span{
    color: #009DD9;
    padding-left:5px;
    font-size:16px;
}
.info-t {
    font-size:14px;
    font-weight:700;
}
.info-d {
    font-size:14px;
}
.introduction  img {
    width: 100% !important;
    height:auto !important;
}
.introbox {
    max-width: 500px;
    margin: 0 auto;
    /*    border-right: 1px solid #d3d0d0;
    border-left: 1px solid #d3d0d0;
    border-bottom: none;
    border-top: none;*/
    outline: 1px solid #d3d0d0;
    margin-bottom:-10px;
    padding: 0 10px;
    box-sizing: border-box;
}
.introduction span{
    width:100% !important;
}
.scenic-info-box {
    border: 1px solid #d3d0d0;
    border-top:none;
    padding:0 -1px !important;
}