
.brandlist-l{
    float: left;
    width: 880px;
    border: 1px solid #eee;
    border-radius: 10px;
}
.brandlist-l span.title{
    display: block;
    font-size: 18px;
    font-weight: bolder;
    margin-left: 20px;
    padding-top: 26px;
}
.brandlist-l .brandlist{
    padding: 30px 0;
    margin: 0px 20px;
    border-top:1px solid #eee;
}
.brandlist-l .brandlist:nth-of-type(1){
    border-top: none;
}

.brandlist-l .brandlist-img{
    float: left;
}
.brandlist-l .brandlist-img img{
    width: 300px;
    height: 200px;
    border:1px solid #eee;
    border-radius: 10px;
}

.brandlist-l .brandlist-con{
    float: right;
    width: 520px;
    overflow: hidden;
}
.brandlist-l .brandlist-con .brandlist-name{
    font-size: 16px;
    font-weight: bold;
}
.brandlist-l .brandlist-con .brandlist-name:hover{
    color: #ff4200;
}
.brandlist-l .brandlist-con .brandlist-address{
    margin-top: 12px;
    font-size: 14px;
    color: #555;
}
.brandlist-l .brandlist-con .brandlist-goods{
    margin-top: 20px;
}
.brandlist-l .brandlist-con .brandlist-goods a,.brandlist-l .brandlist-con .brandlist-goods span{
    display: block;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.brandlist-l .brandlist-con .brandlist-goods a:before,.brandlist-l .brandlist-con .brandlist-goods span:before{
    display: inline-block;
    position: relative;
    top: -3px;
    width: 0;
    height: 0;
    left: 0px;
    margin-right: 6px;
    content: "";
    border-bottom: 6px solid  #ccc ;
    border-left: 4px solid transparent ;
    border-right: 4px solid transparent ;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); /* IE 9 */
    -webkit-transform:rotate(90deg); /* Safari and Chrome */
    /*display: inline-block;*/
    /*content: '\25BA';*/
    /*color: #ccc;*/
    /*margin-right: 5px;*/
    /*width: 12px;*/
}
.brandlist-l .brandlist-con .brandlist-goods a:hover{
    color: #ff4200;
}

.brandlist-r{
    float: right;
}


/* 场馆详情页面样式 */

.brandbox{
    margin-bottom: 30px;
}
.brandphoto{
    float: left;
    position: relative;
}
.brandphoto img{
    width: 434px;
    height: 280px;
    border: 1px solid #eee;
    border-radius: 10px;
}
.brandphoto .brandTit{
    position: absolute;
    width: 100%;
    height: 54px;
    bottom: 3px;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) , rgba(0,0,0,.5));
    border-radius: 0px 0px 10px 10px;
}
.brandphoto h1{
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
    height: 54px;
    line-height: 54px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    /*-webkit-text-stroke: 1px #fff;*/
    /*-webkit-text-fill-color: transparent;*/
}
.brandmapbox{
    float: right;
}
.brandmapbox .radinp{
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 4px;
    border: 1px solid #eee;
}
.brandmapbox .radinp p {
    padding: 10px 0px;
    margin: 0px 10px;
    border-top: 1px dashed #eee;
    font-size: 14px;
    text-align: center;
}
.brandmapbox .radinp p:nth-child(1){
    border-top: none;
}
.brandmapbox .radinp .cc {
    border: none;
    padding: 10px 10px 10px 16px;
    margin: 0px;
    background: #f6f6f6;
    border-radius: 4px 4px 0px 0px;
}
.brandmapbox .radinp p input[type="radio"]{
    display: none;
}

.brandmapbox .radinp p input[type="radio"]:checked+label{
    color: #ff4200;
}
.brandmapbox .radinp p label:hover{
    color: #ff4200;
    cursor: pointer;
}

#allmap{
    float: left;
    width: 620px;
    height: 280px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
}


.brandlist-l .tagtitbox {
    margin: 0px 20px;
    line-height: 60px;
    height: 60px;
    border-bottom: 1px solid #eee;
}
.brandlist-l .tagtitbox span{
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    font-size: 18px;
    color: #222;
    cursor: pointer;
    position: relative;
}
.brandlist-l .tagtitbox span.on{
    font-weight: bolder;
    color: #ff4200;
}
.brandlist-l .tagtitbox span.on:after{
    content: "";
    display: inline-block;
    width: 46px;
    height: 2px;
    background-color: #ff4200;
    position: absolute;
    bottom: 0px;
    left: 12px;
}
.brandlist-l .tagtitbox span:hover{
    color: #ff4200;
}

.brandlist-l .listTit{
    padding-left: 20px;
    padding-top: 28px;
}

/* 场馆详情页面的产品列表专属样式  */

.brandlist-l .goodsMListBox li .goods-l{
    width: 130.7px;
    height: 170px;
}
.brandlist-l .goodsMListBox li .goods-r{
    width: 685px;
}
.brandlist-l .goodsMListBox li a h4{
    padding-top: 4px;
}

.brandlist-l .goodsMListBox li .goods-r p{
    padding-top: 14px;
}

/*  场馆简介  */
.brand-introduction{
    border-top: 1px solid #eee;
    padding-bottom: 20px;
}
.brand-introduction div.brandname{
    font-size: 18px;
    font-weight: bolder;
    margin-left: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.brand-introduction p,.brand-imgbox p{
    font-size: 16px;
    margin: 0 20px;
    line-height: 2;
}
.brand-imgbox{
    padding-bottom: 20px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.brand-imgbox div.brandname{
    padding-top: 20px;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: bolder;
    margin-left: 20px;

}
/* 2020.8.10  添加 空演出场馆样式 Mr.xiao */
.emptybox{
    margin-top: 24px;
}