body{
    background-color: #f4f4f4;
}
.login_header_box{
    background-color: #fff;
}
.login_header_box a{
    color: #222;
}



/* 2020.5.18 改版明星头部  2020.8.8 加改  */

.topicHead{
    background-color: #fff;
    margin-top: .5rem;
    border-radius: 1rem;
}
.topicHead .breadnav{
    padding-left: 4%;
    height: 4.2rem;
    line-height: 4.2rem;
    font-size: 1.4rem;
    color:#555;
    font-family: 微软雅黑;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.topicHead .breadnav a{
    font-size: 1.4rem;
    color:#555;
    font-family: 微软雅黑;
}

.topicHead .borTops{
    border: 1px solid #ccc;
    border-radius: 1rem;
    width: 92%;
    margin: 0 auto;
}

.topicHead .headTop{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 2rem 4% 1rem 4%;
}
.topicHead .headTops{
    padding: 2rem 4% 2rem 4%;
}
.topicHead .headTop .starPic{
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border:2px solid #eee;
}
.topicHead .headTop div{
    height: 8rem;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -moz-box-orient:vertical;
    -moz-box-direction:normal;
    flex-direction:column;
    -webkit-flex-direction:column;
    -webkit-justify-content:space-around;
    -webkit--moz-box-pack:space-around;
    box-pack:space-around;
    justify-content: space-around;
    padding-left: 1.6rem;
    width: 75%;
    overflow: hidden;
}

.topicHead .headTop h2{
    font-size: 1.8rem;
    color: #222;
}
.topicHead .headTop h1{
    font-size: 1.8rem;
    color: #222;
}
.topicHead .headTop p{
    font-size: 1.4rem;
    color: #555;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.topicHead .headTop .name{
    padding-top: .2rem;
}
.topicHead .satrInfo{
    font-size: 1.4rem;
    color: #222;
    line-height: 1.8;
    padding: 0px 4% 1.6rem 4%;
}
/* 购票需知样式 */
.ptips{
    background-color: #fff;
    margin-top: .5rem;
    border-radius: 1rem;
}
.ptips .ptipcont{
    width: 92%;
    margin: 0 auto;
    padding:2rem 0 .6rem;
}
.ptips .ptipcont div.title{
    font-size: 1.6rem;
    color: #222;
    margin: 0px 0px 1rem 0px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ptips h2 {
    font-size: 1.6rem;
    color: #222;
    margin: 0px 0px 1rem 0px;

}
.ptips .tips-mes{
    padding: .6rem 0rem 0rem 0rem;
}
.ptips .tips-mes li {
    line-height: 3rem;
    overflow: hidden;
    color: #222;
    margin-bottom: 1.2rem;
    display: flex;
    align-items: baseline;
}

.ptips .tips-mes li .dot {
    float: left;
    width: 6%;
    display: block;
    font-size: 1.6rem;
    height: 2rem;
    /*background-image: url(https://m.huanghepiao.com/skin/default/images/juheIcon2.png);*/
    /*background-repeat: no-repeat;*/
    /*background-position:0px center;*/
    /*background-size: 50%;*/
}
.ptips .tips-mes li span {
    display: block;
    float: left;
    width: 94%;
    font-size: 1.4rem;
    color: #555;
    line-height:2.6rem;
}

/* 明星相关咨询样式 */

.relatedConsult{
    padding-top: 2rem;
    margin-top: .5rem;
    border-radius: 1rem;
    background-color: #fff;
}
.relatedConsult h2{
    font-size: 1.6rem;
    color: #222;
    margin-left: 4%;
}
.relatedConsult div.title{
    font-size: 1.6rem;
    color: #222;
    margin-left: 4%;
    font-weight: bolder;
}
.relatedConsult .starmes li{
    width: 92%;
    margin: 0 auto;
    border-bottom: .5px solid #eee;
}
.relatedConsult .starmes li:nth-last-child(1){
    border: none;
}

.relatedConsult .starmes li em{
    display: inline-block;
    margin-top: 1.7rem;
    float: left;
    font-size: 1.2rem;
    color: #fff;
    margin-right: .8rem;

    /* background-image: url(https://m.huanghepiao.com/skin/default/images/juheIcon1.png); */
    /* background-repeat: no-repeat; */
    /* background-position: 0px center; */
    /* background-size: 65%; */
    background-color: #ff4200;
    border-radius: 1rem;
    height: 1.9rem;
    /*line-height: 2rem;*/
    padding-top: .4rem;
    width: 1.9rem;
    text-align: center;
}
.relatedConsult .starmes .consult_title{
    display: block;
    padding:2rem 0 2rem;
    font-size: 1.4rem;
    color:#222;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


/* 演出列表样式 */
.venShowBox{
    background-color: #fff;
    border-radius:0px 0px 1rem 1rem;
}
.venShowBox h2{
    font-size: 1.7rem;
    color: #222;
    margin-left: 4%;
    padding-top: 2.2rem;
}
.venShowBox .goodsMainList div.title{
    font-size: 1.7rem;
    color: #222;
    margin-left: 4%;
    padding-bottom: 2rem;
}
.goodsMainList ul li img[src*="loading.gif"]{
    width: 25%!important;
    height: auto!important;
}
/* 2020.7.2 新加相关问答样式 Mr.xiao  */
/*.aboutQaA {*/
/*border-radius: 1rem;*/
/*background-color: #fff;*/
/*margin-top: .5rem;*/
/*}*/
/*.aboutQaA h2{*/
/*font-size: 1.7rem;*/
/*color: #222;*/
/*padding-left: 4%;*/
/*padding-top: 2rem;*/
/*}*/
/*.emptyBox{*/
/*background-color: #fff;*/
/*padding: 2rem 0px 2.6rem;*/
/*border-top: none;*/
/*border-radius: 0px 0px 1rem 1rem;*/
/*}*/

/*  2020.8.8 新加topic 页面导航锚点  */
.big_anchorBox{
    display: none;
    width: 100%;
    background-color: #fff;
    max-width: 650px;
    min-width: 320px;
    margin: 0px auto;
}
.anchorBox{
    max-width: 650px;
    min-width: 320px;
    margin: 0px auto;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0px;
    border-bottom: .5px solid #eee;
    z-index: 10000;
    height: 4.6rem;
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;
    -webkit-justify-content:space-around;
    justify-content:space-around;
    /*-moz-box-pack:space-around;*/
    -webkit--moz-box-pack:space-around;

}
.anchorBox a{
    font-size: 1.4rem;
    color: #222;
}
.anchorBox a.active{
    color: #ff4200;
    font-size: 1.6rem;
}
.anchorPoint{
    position: relative;
    top: -4.6rem;
}

.empty_line{
    height: 1px;
    border-top: 1px dashed #eee;
}
/* 2020. 8.9 新加推荐演出 */
.recommend_show{
    background-color: #fff;
    border-radius: 1rem;
    margin-top: .5rem;
}
.recommend_show h3{
    font-size: 1.6rem;
    padding: 0px 4% 1.8rem;
}
.recommend_show>div.title{
    font-size: 1.6rem;
    padding: 0px 4% 1.8rem;
    font-weight: bolder;
    color: #222;
}
.emptyBox{
    border-radius: 1rem;
}
