
body{
    background-color: #f4f4f4;
    position: relative;
}
.login_header_box{
    background-color: #fff;
}


/* 头部背景 */
.hotHeader{
    background-color: #fff;
    border-radius: 1rem 1rem 0px 0px;
    margin-top: .5rem;
    padding-bottom: 1.8rem;
}
.hotHeader .breadnav{
    padding-left: 4%;
    padding-right: 4%;
    height: 4.2rem;
    line-height: 4.2rem;
    font-size: 1.4rem;
    color:#555;
    font-family: 微软雅黑;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hotHeader .breadnav a{
    font-size: 1.4rem;
    color:#555;
    font-family: 微软雅黑;
}
.hotHeader .breadnav span{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hotHeader .borderNav{
    border: 1px solid #ccc;
    border-radius: 1rem;
    width: 92%;
    margin: 0px auto 1rem;
    padding-bottom: .8rem;
}
.hotHeader h1{
    font-size: 1.6rem;
    color: #ff4200;
    line-height: 1.6;
    padding: 1.2rem 4% .2rem 4%;
    text-align: center;
}

.hotHeader .starInfo {
    width: 92%;
    margin: 0 auto;
    font-size: 1.4rem;
    color: #222;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* 演出列表   将无用 */
.goodsMainList{
    background-color: #fff;
    border-radius:0px 0px 1rem 1rem;
    padding: 0px;
}
.goodsMainList>div.title{
    font-size: 1.6rem;
    color: #222;
    font-weight: bolder;
    padding: 2rem 4% 1.8rem 4%;
}
.goodsMainList ul li .imgBox img[src*="loading.gif"]{
    width: 25%!important;
    height: auto!important;
}

/* 演出列表样式 a标签分开式  2020.8.29 Mr.xiao  */
.goodsListBox{
    background-color: #fff;
    border-radius:0px 0px 1rem 1rem;
    padding: 0px;
}
.goodsListBox h3{
    font-size: 1.8rem;
    color: #222;
    padding: 2rem 4% 1.8rem 4%;
}
.goodsListBox ul li img[src*="loading.gif"]{
    width: 25%!important;
    height: auto!important;
}
/* 热点信息 */
.hotPoint{
    margin-top: .5rem;
    padding: 0px 4% 0px 4%;
    background-color: #fff;
    border-radius: 1rem;
}
.hotPoint h3{
    font-size: 1.6rem;
    color: #222;
    padding-top: 2rem;
}

.hotPoint a{
    font-size: 1.4rem;
    color: #555;
    line-height: 5.4rem;
    height: 5.4rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
    /*padding-left: 1.8rem;*/
    /*background: url('/skin/default/images/serlogo.png') no-repeat 0px center;*/
    /*background-size: auto .8rem;*/
    border-bottom: .5px solid #eee;
}
.hotPoint a:nth-last-child(1){
    border: none;
}



.aboutConsult .title_name h3{
    color: #222;
}
.empty_line{
    height: 1px;
    border-top: 1px dashed #eee;
}


/*  2020.8.9 新改hot 资讯  Mr。xiao*/
.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;
}

/* 2020.8.10 添加推荐演出模块 */
.recommend_show{
    margin-top: .5rem;
    border-radius: 1rem;
}