.layui-tab-brief>.layui-tab-title .layui-this {
    color: #ff0066;
    font-size: 18px;
}
.layui-tab-title li{
    font-size: 15px;
}
.layui-layer-btn .layui-layer-btn0{
    background: linear-gradient(90deg,#f8498f 0,#ff0066) border-box!important;
    border-color: transparent!important;
}
.btn-submit{
    background: linear-gradient(90deg,#f8498f 0,#ff0066) border-box!important;
    border-color: transparent!important;
}
.head_notice{
    width: 100%;
    font-size: 14px;
    background: #f8e9be;
}
.head_notice_tips{
    width: 62%;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
}
.content_fuild {
    width: 100%;
    height: auto;
    position: relative;
    
}

.content {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.di {
    display: inline;
}

.hide {
    display: none;
}

.frc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.fc {
    clear: both;
}

a {
    text-decoration: none;
}



.show {
    display: block;
}

a:hover {
    color: #FF0066;
}


/* 头部 */

.head {
    box-shadow: 0 -10px 11px 0 rgba(0,0, 0, .3);
    border-bottom: 1px solid #f7f7f7;
}
.header {
    height: 100px;
}
.header_logo{
    float: left;
    line-height: 75px
}
.logo img {
    width: 150px;
    height: auto;
    margin-top: 15px;
    
}

.header_city {
    height: 100%;
    float: left;
    position: relative;
    margin-left: 54px;
    line-height: 100px;
    white-space: nowrap;
    cursor: pointer;
    display: block;
}

.header_city i {
    height: 22px;
    width: 6px;
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
}

.header_city>span {
    max-width: 68px;
    font-size: 16px;
    color: #2D2D2D;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.header_nav {
    max-width: 220px;
    height: 100%;
    float: left;
    margin-right: -20px;
    margin-left: 40px;
    line-height: 100px;
    overflow: hidden
}

.nav_item {
    display: inline-block;
    font-size: 16px;
    color: #000;
    margin-right: 18px;
    overflow: hidden
}

.nav_item:hover {
    color: #FF0066;
}

.header_right {
    min-width: 55px;
    height: 100%;
    position: relative;
    float: right;
    line-height: 72px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
}

.box_header {
    height: 100%;
    display: inline-block;
    line-height: 72px;
    cursor: pointer;
    position: relative;
    margin-right: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.box_header img {
    width: 26px;
    height: 26px;
    margin-right: 4px;
}

.userinfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.search{
    float: left;
    margin-top: 5px;
    margin-left:133px;
    width: 375px;
}
.header_search {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;   
    height: 44px;
    margin-top: 14px;
    border-radius: 46px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.header_search i {
    font-size: 18px;
    margin: 0px 15px;
}

.header_search input {
    width: 253px;
    height: 44px;
    font-size: 16px;
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
}

.header_search .search_btn {
    height: 100%;
    color: #fff;
    padding: 0px 20px;
    line-height: 44px;
    cursor: pointer;
}
.search_hot{
    margin: 5px 5px 0px 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search_hot a{
    margin: 0px 5px
}
.header_citys {
    position: absolute;
    left: -115px;
    top: 75px;
    z-index: 100;
    display: none;
}

.header_citys::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid rgb(231, 231, 231);
    border-left: 1px solid rgb(231, 231, 231);
    position: absolute;
    left: 140px;
    top: -5px;
    z-index: 200;
    transform: rotate(45deg);
    background: #fff;
}

.citys {
    width: 626px;
    z-index: 100;
    position: relative;
    top: 0;
    background: #FFF;
    border: 1px solid #F4F4F4;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .05);
    border-radius: 2px;
    padding: 21px;
}

.title_city {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    color: #111;
    width: 86px;
}

.select_city {
    color: #FF0066;
    background-color: #fff4f8;
    padding: 0px 10px;
}

.now_city {
    line-height: 25px;
}

.name_city {
    display: inline-block;
    text-align: center;
    padding: 0px 10px;
}

.hot_city {
    line-height: 25px;
    margin: 15px 0px;
}

.list_other {
    display: inline-block;
}

.other_city {
    line-height: 25px;
    padding-top: 15px;
    border-top: 1px solid #EEE;
    margin-top: 15px;
}

.list_other {
    width: 525px;
    float: right;
    line-height: 29px;
    margin-top: -3px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.name_city:hover {
    color: #FF0066;
}

.header_city:hover .header_citys {
    display: block;
}

.hidden {
    display: none;
}
.header_search input::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 12px
}

.header_search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 12px
}

.header_search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 12px
}

.header_search input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 12px
}
.box_login{
    position: relative;
}
.box_login:hover .list-wrap{
    display: block;
}
.box_login .list-wrap{
    position: absolute;
    top: 55px;
    width: 133px;
    z-index: 999;
    left: -17px;
    display: none;
}
.box_login .list-wrap::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid rgb(231, 231, 231);
    border-left: 1px solid rgb(231, 231, 231);
    position: absolute;
    left:60px;
    top: 4px;
    z-index: 1000;
    transform: rotate(45deg);
    background: #fff;
}
.box_login .list-wrap .list-login{
    width: 100%;
    position: relative;
    margin-top: 10px;
    background: #FFF;
    border: 1px solid #F4F4F4;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.05);
    border-radius: 2px;
}
.box_login .list-wrap .list-login a{
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #111;
    letter-spacing: .54px;
    text-align: center;
    border-bottom: 1px solid #F2F2F2;
}
.box_login .list-wrap .list-login a:hover{
    color: #ff0066;
}
.download{
    position: absolute;
    top:80px;
    z-index: 99;
    display: none;
    background: #ececec;
    padding: 1px;
    border-radius: 5px;
}
/* .download::before{
    border: 10px solid transparent;
    border-bottom: 15px solid #ececec;
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -10px;
    top: -8%;
    width: 0px;
    height: 0px;
} */
.download span{
    display:block;
    width:0;
    height:0;
    border-width:0 12px 17px;
    border-style:solid;
    border-color:transparent transparent #ececec;
    position:absolute;
    top:-16px;
    left:50%;
    margin-left:-10px;
}
.download em{
    display:block;
    width:0;
    height:0;
    border-width:0 12px 17px;
    border-style:solid;
    border-color:transparent transparent #fff;
    position:absolute;
    top:1px;
    left:-12px;

}
.download_img{
    width: 360px;
    height: 300px;
    overflow: hidden;
    border-radius: 5px;
}
.download_img img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* 底部 */

.fn-left {
    display: inline;
    float: left;
}

.footer {
    background-color: #fff;
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #f2f2f2;
}

.footer_1 {
    background-color: #fff;
    padding: 32px 0 0;
    margin-top: 10px;
}

.footer_2 {
    background-color: #fff;
    padding: 15px 0 0;
    height: 148px;
}

.footer .flogo {
    float: left;
    width: 220px;
    text-align: center;
}
.flogo img{ width: 120px;}
.lgword {
    font-size: 15px;
    color: #999;
    margin-top: 10px;
    font-weight: 500;
}

.footer .helps {
    float: left;
}

.footer .helps dl {
    display: inline-block;
    height: 161px;
    vertical-align: top;
    width: 196px;
    float: left;
    text-align: center;
}

.footer .helps dt {
    color: #000;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-bottom: -16px;
    overflow: hidden;
    padding-bottom: 24px;
    width: 102px;
    font-weight: bold;
}

.footer .helps dd {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: normal;
    width: 102px;
}

.footer .helps dd a {
    line-height: 25px;
}

.footer .helps dd a:hover {
    color: #FF0066;
    text-decoration: none;
}

.footer .link {
    text-align: center;
    margin-bottom: 20px;
}

.footer .link dt,
.footer .link dd {
    float: left;
}

.footer .link dt {
    width: 60px;
}

.footer .link dd {
    width: 1200px;
}

.footer .link dd a {
    color: #FFF;
    padding-right: 20px;
}

.footer .links a {
    margin: 0 10px;
    color: #000;
}

.footer .links a:hover {
    color: #FF0066;
    text-decoration: none;
}

.footer .links em {
    color: #ddd;
}

.footer .copyright {
    margin: 15px 0;
    color: #4c4c4c;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
}

.footer_3 {
    background: #fff;
    width: 1200px;
    margin: 0 auto 5px;
    margin-top: 15px;
}

.footer-cur a{ color: #ff0066; font-size: 13px;}
.linkurl{ font-size: 14px;}
.media {
    font-size: 12px;
    padding: 10px;
}

.media_more {
    font-size: 14px;
    padding: 10px;
    color: #999;
}

.ul_list {
    overflow: hidden;
    zoom: 1;
}

.ul_list li:last-child {
    border: none;
}

.footer3_li {
    float: left;
    margin: 5px 0px 10px 0px;
    border-right: #E3E3E3 solid 1px;
}

.footer3_li a {
    text-align: center;
    padding: 0px 10px;
}


/* 星星评分 */

.score {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}

.score .star {
    display: block;
    width: 91px;
    height: 24px;
    float: left;
}

.score .star i {

    font-size: 14px;
    color: #777;
    margin-right: 5px;
}

.score .num {
    margin-left: 5px;
    font-size: 16px;
    color: #999;
    float: left;
}


/**   热门项目推荐    **/

.listRecommend {
    float: right;
    width: 298px;
    margin-top: -11px
}

.listRecommend .recItem {
    border-radius: 10px;
}

.listRecommend .recTitle {
    height: 38px;
    line-height: 38px;
    padding: 0px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}

.listRecommend .recTitle h3 {
    color: #000;
    font-size: 16px;
}

.listRecommend .recTitle i{
    font-size: 13px;
    color: #ff0066;
    padding-left: 15px;
    padding-right: 5px;
}

.listRecommend .recCon {
    border: none;
    padding: 0px 16px;
    padding-bottom: 20px;
    text-align: center;
}
.recImg {
    width: 85px;
    height: 114px;
    margin: 2px;
    border-radius: 10px
}
.recImg a{
    border-radius: 10px;
    width: 85px;
    height: 114px;
    overflow: hidden;
}
.recImg img{
    width: 100%;
    height: auto;
    border-radius: 10px
}

.listRecommend .recCon li {
    height: 110px;
    padding: 20px 0px;
}

.listRecommend .recImgInfo {
    width: 169px;
    float: left;
    text-align: left;
    margin-left: 8px;
    overflow: hidden;
}

.info_item{
    margin-top: 10px;
}

.info_item a{
    font-size: 14px;
}

.listRecommend .recCon li .recImgName {
    height: 20px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listRecommend .recCon li .recImgName a {
    font-size: 14px;
}

.listRecommend .recImgTime {
    color: #999;
    line-height: 20px;
    overflow: hidden;
}
.listRecommend .recImgTime i{
    margin-right: 5px;
}
.listRecommend .recAddress{
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    margin-top: 5px;
}
.listRecommend .recImgVenue {
    color: #999;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
}
.listRecommend .recImgVenue i{
    margin-left: 2px;
    margin-right: 7px;
    font-size: 15px;
}
.listRecommend .recImgVenue a {
    color: #999;
}

.listRecommend .recImgPrice {
    color: #666;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.listRecommend .recImgPrice .like_price {
    font-size: 18px;
    color: #ff0066;
    font-weight: 500;
}


/**   热门场馆推荐   **/

.listRecommend .recCon .hot_venue {
    height: 95px;
}

.listRecommend .recCon .hot_venue .recImgName {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-bottom: 0px;
    overflow: hidden;
}

.listRecommend .recCon .hot_venue .p-address {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #999;
}

.listRecommend .recCon .hot_venue .p-chang {
    height: 20px;
    line-height: 20px;
}


/*搜索页热门推荐*/

.listRecommend .search_hot_recommend li {
    height: 38px;
    padding: 0;
    line-height: 38px;
    text-align: left;
}

.listRecommend .search_hot_recommend li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}


/* 推荐阅读 */

.listRecommend .search_hot_recommend.recRead li a {
    width: 100%
}

.listRecommend .search_hot_recommend.recRead.recTime li a {
    width: 100%;
    font-size: 13px;
    float: left;
}

.listRecommend .search_hot_recommend.recRead.recTime li span {
    font-size: 12px;
}

.listRecommend .search_hot_recommend.recRead li span {
    color: #999;
    width: 20%;
    text-align: left;
    
}
.listRecommend .search_hot_recommend.recRead li span i {
    color: #f882b1;
    margin-right: 3px;
}


/* 页码 页面 */

.pagination {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 20px;
    text-align: center;
}

.pagination li {
    border: 1px solid #f1f1f1;
    background: #fff;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    overflow: hidden;
    text-decoration: none;
    color: #666;
}
.pagination li:hover{ background:#ff0066; color: #fff; }
.pagination li a{
    width: 100%;
    height: 100%;
    padding: 3px 8px;
}
.pagination li a:hover{ color: #fff;}
.pagination li span{
    width: 100%;
    height: 100%;
    padding: 3px 8px;
}
.pagination li.disabled{
    cursor: default;
}
.pagination .active {

    background: #ff0066;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-left: 5px;
    overflow: hidden;
    text-decoration: none;
    color: #666;
}

.pagination .active {
    color: #FFF;
    background: #ff0066;
    border-color: #ff0066;
}


/* 导航路径 */

h2.path {
    height: 35px;
    line-height: 35px;
    font-family: 微软雅黑;
    font-weight: normal;
    margin-bottom: 20px;
}


/* 明星团体 */

.listRecommend .recCon li.star_team {
    width: 100%;
    overflow: hidden;
    height: 84px;
}

.star_team_img {
    float: left;
   margin-left: 11px
}

.star_team_img a {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.star_team_img a img {
    border-radius: 50%;
    width: 100%;
    height: auto;
}

.star_team_info {
    width: 155px;
    margin-top: 10px;
    float: right;
    overflow: hidden;
    text-align: left;
}

.star_team_info p {
    margin: 3px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.star_team_info a {
    font-size: 15px;
}

.star_team_info a:hover {
    color: #ff0066;
}
/* 右侧 相关 */
.listRecommend .recCons { 
    padding: 0px 0px;   
}
.listRecommend .recItem .recAbout {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.listRecommend .recItem .recAbout .aboutItem {
    width: 100px;
    margin: 10px 15px;
    height: 130px;
}

.listRecommend .recItem .recAbout .aboutItem a {
    display: block;
    width: 100%;
    height: 100%;
}

.listRecommend .recItem .recAbout .aboutItem a img {
    width: 80px;
    height: 100px;
    border-radius: 10px;
}

.listRecommend .recItem .recAbout .aboutItem a span {
    line-height: 30px;
    text-align: center;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-top: 12px
}

/* 右侧相关圆形 */

.listRecommend .recItem .recAbouts .aboutItems {
    width: 100%;
    margin: 10px 15px;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.listRecommend .recItem .recAbouts .aboutItems a img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.aboutDiv{
    margin-left: 10px;
    margin-top: 5px
}

.listRecommend .recItem .recAbouts .aboutItems .aboutDiv a  span{
    line-height: 30px;
    text-align: left;
    display: block;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.listRecommend .recItem .recAbouts .aboutItems .aboutDiv a  p{
    line-height: 20px;
    text-align: left;
    display: block;
    font-size: 13px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
/* 行程安排 */
.trips{
    padding: 10px 20px
}
.trips li{
    display: block;
    text-align: left;
    padding: 10px 10px;
    margin-bottom: 15px;
    background: #f8f8f8;
    overflow: hidden;
    border-radius: 3px
}
.trips_div1{
    font-size: 16px
}
.trips_div2{
    margin-bottom: 10px;
    padding: 7px 0px;
}
.trips_div2_dian{
    font-size: 19px;
    width: 22px;
    text-align: center;
    color: #b7b7b7;
    float: left;
    line-height: 10px
}
.trips_div2_name{
    font-size: 13px;
    color: #b7b7b7;
    float: left;
}
.trips_div2_time{
    font-size: 13px;
    color: #b7b7b7;
    float: left;
}

/* 票品列表 */

.ticketSearchResult {
    float: left;
    width: 878px;
    padding-bottom: 20px;
    border-radius: 5px;
}

.ticketSearchResult li {
    display: block;
    text-align: left;
    padding: 10px 10px;
    border-top: 1px solid #f2f2f2;
    position: relative;
    margin-bottom: 67px
}

.ticketSearchResult li .tickets_info {
    overflow: hidden;
}

.ticketSearchResult .ticket_img {
    display: block;
    height: 155px;
    width: 115px;
    float: left;
    margin-right: 20px;
    position: absolute;
    top: -30px;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 40px;
}
.lazy{
    width: 100%;
    height: auto;

}
.ticketSearchResult .ticket_info {
    float: left;
    width: 500px;
    margin-left: 150px
}

.ticketSearchResult .ticket_name {
    display: block;
    line-height: 28px;
    font-size: 16px;
    width: 500px;
}

.ticketSearchResult .ticket_name:hover {
    color: #ff0066;
}

.ticketSearchResult .ticket_spc {
    color: #999;
    line-height: 22px;
    display: block;
}

.ticketSearchResult .ticket_spc b {
    color: #dcdcdc;
    font-size: 20px;
}

.ticketSearchResult .ticket_time i {
    font-size: 14px;
    margin-right: 5px;
}
.score i{
    color: #ff0066;
}

.ticketSearchResult .ticket_venue i {
    font-size: 18px;
    margin-right: 5px;
    margin-left: 2px;
}

.ticketSearchResult .ticket_time,
.ticketSearchResult .ticket_venue,
.ticketSearchResult .ticket_venue a {
    color: #999;
    line-height: 25px;
}

.ticketSearchResult .ticket_price {
    position: absolute;
    top: 53px;
    right: 0px;
    text-align: center;
    width: 150px;
    margin-right: 20px;
    height:104px;
}
.ticketSearchResult .ticket_price span{
    position: inherit;
    bottom: 80px;
    display: flex;
    align-items: center;
    left: 26px;
}
.typeName_span{
    border-left: 4px solid rgba(0,0,0,0.0);
    border-radius: 10px;
    margin-right: 5px;
    background:linear-gradient(-180deg,#ff0066 0,#fa6526) border-box;
}
.typeName_footer{
    border-radius: 10px;
    width: 4px;
    height: 20px;
    margin-right: 5px;
    background:linear-gradient(-180deg,#ff0066 0,#fa6526) border-box;
}
.ticketSearchResult .ticket_price strong {
    font-size: 14px;
    margin-right: 4px;
}

.itemSearchResult .ticket_info {
    float: left;
    width: 500px;
}

.itemSearchResult .ticket_img {
    display: block;
    margin: auto;
    height: 175px;
    width: 130px;
    float: left;
    margin-right: 20px;
}

.ticketSearchResult .ticket_price .buy {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
color: #000;
    border-radius: 5px;
    margin-top: 53px;
    font-size: 13px;
}

.ticketSearchResult .ticket_price .buy:hover {
border-color: #ff0066;
    color: #ff0066;
}

.ticketSearchResult .ticket_price em {
    font-size: 20px;
    color: #ff0066;
    font-weight: 500;
    font-style: normal;
    margin-left: 5px;
}

.ticketSearchResult .ticket_status {
    display: inline-block;
    font-size: 12px;
    background: #0fcfdf;
    width: 57px;
    text-align: center;
    line-height: 24px;
    color: #FFF;
    margin-top: 5px;
    border-radius: 17px;
    padding: 0 12px;
}
.ticketSearchResult .sales0,
.ticketSearchResult .sales-1 {
    background: #ccc;
}
.ticketSearchResult .sales2,
.ticketSearchResult .sales6 {
    background: #ff0066;
}

.ticketSearchResult .sales3 {
    background: #ccc;
}
.ticketSearchResult .sales4 {
    background: #fc621c;
}
.ticketSearchResult .sales5 {
    background: #7d7a68;
}

.ticketSearchResult .ticket_price .sales3 {
    background: #ccc;
}

.ticketSearchResult .ticket_price .sales0,
.ticketSearchResult .sales-1 {
    background: #ccc;
}

.ticketSearchResult .ticket_price .sales5 {
    background: #7d7a68;
}

.ticketSearchResult .ticket_price .sales4 {
    background: #fc621c;
}
.result_star .ticket_time i {
    color: #ff0066;
}

/* 用户评论 */

.answer_top {
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
    padding-bottom: 10px;
}

.answer_huanyu {
    float: left;
    line-height: 22px;
    padding-left: 10px;
    font-size: 18px;
    margin-top: 3px;
}

.answer_quiz {
    float: right;
    line-height: 30px;
    padding-right: 20px
}

.answer_quiz a {
    font-size: 12px;
    color: #000;
    text-decoration: none
}

.answer_quiz a#all_quest {
    border-bottom: #ff0066 solid 2px;
    padding-bottom: 5px
}

.answer_content {
    margin-top: 30px;
}

.answer_header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.answer_header img {
    margin-left: 70px;
    width: 55px;
}

.answer_header input,
.answer_header button {
    height: 50px;
    border: none;
    margin-left: 20px;
}

.answer_header textarea {
    background: #fff;
    width: 75%;
    font-size: 12px;
    padding: 6px 10px;
    min-height: 70px;
    height: auto;
    line-height: 20px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.answer_header button {
    width: 10%;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 75px;
    border-radius: 5px;
}

.answer_header button:hover {
    background: #E8035F;
}

.answer_submit {
    background: #ff0066
}

.submits {
    background: #ff0066
}

.answer_service {
    background: #E51B46
}

.answer_words {
    font-size: 12px;
    color: #A9A9A9;
    margin-top: 20px
}

.answer_words img {
    vertical-align: middle;
}

.answer_words span {
    color: #000;
}

.answer_Question,
.answer_Reply {
    color: #666666;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.answer_Question {
    overflow: hidden;
    zoom: 1;
    padding-top: 12px;
}

.answer_question,
.answer_time {
    line-height: 40px;
    font-size: 12px;
    padding: 0px 20px
}

.answer_question {
    width: 100%;
}

.answer_question span,
.answer_reply span.blue {
    color: #fff;
    padding: 1px 15px;
    margin-right: 10px
}

.answer_question span {
    background: #FF883B;
}

.answer_time {
    float: right;
}

.answer_time img {
    vertical-align: middle;
}

.answer_Reply {
    margin: 0 16px 0 71px;
}

.answer_reply {
    margin-top: 10px;
    font-size: 12px;
    line-height: 30px;
    padding: 0px 20px
}

.answer_reply span.blue {
    background: #ff0066
}

span.red {
    color: #f00
}

.answer_more {
    padding: 20px 10px;
    overflow: hidden;
    zoom: 1
}

.answer_more a {
    float: right;
    font-size: 12px;
    color: #000;
    text-decoration: none
}

.user_photo {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
}

.user_photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comment_detail {
    float: left;
    width: 90%;
}

.comment_detail_top{
    display: flex;
    align-items: center;
}

.user_detail_name {
    margin-top: 2px;
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

.issue_detail_phone {
    text-align: right;
    padding: 0 10px 0 0;
    color: #999;
    margin-left: 20px;
}

.user_detail_else {
    overflow: hidden;
    line-height: 22px;
}

.else_time {
    float: left;
    font-size: 12px;
    color: #999;
}

.else_like {
    float: right;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    background: #fff;
    border: none;
}

.else_like i {
    padding-right: 5px;
    font-size: 16px;
}

.issue_detail_bottom {
    /* background: #f6f6f6; */
    margin-top: 10px;
    border-radius: 3px;
}

.issue_detail_back{
    background: #f8f8f8;
    margin-left: 10px;
    margin-top: 3px;
}
.issue_detail_cont {
    padding: 10px 20px 10px 20px;
    /* line-height: 26px; */
    font-size: 14px;
}

.issue_detail_cont a {
    color: #000!important;
}

.issue_detail_cont a:hover {
    color: #ff0066!important;
}
.issue_detail_back .issue_detail_cont a {
    color: #999!important;
}

.issue_detail_cont_apan{
    margin: 0 3px;
    background: #ff0066;
    padding: 5px;
    color: #ffffff;
}

.issue_red {
    color: #ff0066;
}

.comment_discuss {
    font-size: 13px;
    line-height: 24px;
    color: #666;
}

.comment_reply {
    background: #f8f8f8;
    margin-top: 10px;
    padding: 5px 10px;
    overflow: hidden;
}

.comment_reply dt {
    float: left;
}

.comment_reply dt img {
    width: 25px;
    border-radius: 4px;
}

.comment_reply dd {
    float: left;
    padding: 7px 10px;
    color: #333;
}

.result_star {
    display: inline-block;
    margin: 0px 7px;
}

.result_star .star {
    color: #ff0066;
    font-size: 16px;
}
.history_list{
    padding:20px;
}
.history_list a.toDetail{
    color: #ff0066;
}

/* 礼品头部 */
.gifts_user{
    float: left;
    margin-left:90px;
    width: 375px;
    line-height: 100px;
    text-align: left;
}
.gifts_user_name{
    font-size: 20px;
}
.gifts_search {
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;   
    height: 44px;
    margin-top: 0px;
    border-radius: 46px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.gifts_search i {
    font-size: 18px;
    margin: 0px 15px;
}

.gifts_search input {
    width: 253px;
    height: 44px;
    font-size: 16px;
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8;
}

.gifts_search .gifts_search_btn {
    height: 100%;
    color: #fff;
    padding: 0px 20px;
    line-height: 44px;
    cursor: pointer;
}
