/* 明星页面 */
.artist_con{
    overflow: hidden;
    /* padding: 10px; */
}

.artist_list{
    width: 855px;
    overflow: hidden;
    /* padding: 10px; */
    float: left;
}
.artist_item{
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    /* padding:  10px 0px; */
    margin-top: 2px
}
.artist_item>a{
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    margin: 14px 10px;
    overflow: hidden;
    border-radius: 50%;
}
.artist_item>a img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.artist_item .artist_info{
    width: 665px;
    float: left;
    padding-top: 30px
}
.artist_item .artist_info .artist_title{
    line-height: 30px;
    /* font-size: 19px; */
}
.artist_title_name:hover{
    color: #ff0066;
    transition: color .5s
}
.artist_item .artist_info .artist_dis{
    height: 85px;
    line-height: 22px;
    font-size: 13px;
    color: #777;
    margin-top: 10px;
    padding-left: 8px
}
/* .artist_item .artist_info .artist_dis:hover{
    color: #ff0066;
    transition: color .5s
} */
/* 明星详情 */
.artist_detail_con {
    overflow: hidden;
}

.artist_info {
    width: 855px;
    overflow: hidden;
    float: left;
}
.artist_infos{
    padding-top: 10px;
    margin-top: 2px;
    border-top: 1px solid #f2f2f2;
}

.artist_info .artist_head {
    overflow: hidden;
    /* border: 1px solid #eeeeee; */
    margin-bottom: 10px;
}

.artist_info .artist_head img {
    float: left;
    width: 250px;
    height: 250px;
    margin: 20px;
    border-radius: 50%;
}

.artist_info .artist_head .artist_text {
   width: auto;
   padding: 15px;
}

.artist_info .artist_head .artist_text h3 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 40px;
}

.artist_info .artist_head .artist_text span {
    margin-top: 10px;
    font-size: 13px;
    color: #777;
}

.artist_info .artist_head .artist_text span i{
    color: #ff0066;
}

.artist_info .artist_head .artist_text p {
    font-size: 14px;
    line-height: 24px;
    text-indent: 28px;
    margin-top: 10px;
    color: #777
}
/* .artist_lists {
    border-bottom: 1px solid #eee;
} */

.artist_lists .layui-tab-title li {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
}
.my-img{
    padding: 15px 6px
}
.result_star .ticket_time i{
    color: #ff0066
}

/* .artist_lists .layui-tab-title li {
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: -1px;
} */

.artist_lists .layui-tab-title .layui-this:after {
    border: none;
}
.artist_lists .layui-tab-title .layui-this {
    border: none;
}
.layui-tab-title{
    border-bottom-color: #fff!important;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    border-bottom-color: #fff!important;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #fff !important;
}
/* .artist_lists .layui-tab-title .layui-this {
    border-bottom: 1px solid #fff;
} */
