.banner02{
    min-width: 1400px;
    height: 320px;
    background: url("https://cdn.tyfon.com.cn/themes/mall/jd2014/styles/default/images/brand/top-banner.png") no-repeat;
    background-size:100% 100%; 
    text-align: center;
}
.tf-screen-initials{
    min-width: 1400px;
    line-height: 78px;
    background: url("../../images/brand-initials-bg.png") no-repeat;
    background-size: 100% 100%;
}
.tf-screen-initials .screen-initials{
    width: 1200px;
    margin:0 auto;
    font-size: 14px;
    padding: 0 25px;
}
.tf-screen-initials .screen-initials > label,.tf-screen-initials .screen-initials > a{
    color:#FFF;
    display: block;
    float: left;
}
.tf-screen-initials .screen-initials > label{
    color: #031134;
    margin-right: 20px;
}
.tf-screen-initials .screen-initials > a{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    margin:0 4px;
    margin-top:25px;
    text-decoration: none;
}
.tf-screen-initials .screen-initials > a:hover ,.tf-screen-initials .screen-initials > a.active{
    background:#C64128;
    text-decoration: none;
}
.tf-screen-artist{
    min-width: 1400px;
    background: #031134;
    line-height: 90px;
    color:#FFF;
    font-size: 14px;
}
.tf-screen-artist .screen-artist-content{
    width: 1200px;
    margin:0 auto;
    font-size: 14px;
}
.tf-screen-artist .screen-artist-content .screen-select{
    float:left;
    cursor: pointer;
    margin-right: 35px;
    position: relative;
}
.tf-screen-artist .screen-artist-content .screen-select:last-child{
    margin-right: 0;
}
.tf-screen-artist .screen-artist-content .screen-select .select{
    width: 100%;
    height: 90px;
}
.tf-screen-artist .screen-artist-content .screen-select ul.screen-option{
    position: absolute;
    width: 1200px;
    background: #212121;
    left:0;
    top:90px;
    z-index: 10;
    display: none;
}
.tf-screen-artist .screen-artist-content .screen-select ul.screen-option li{
    height: 45px;
    line-height: 45px;
    padding-left: 10px;
    float:left;
}
.tf-screen-artist .screen-artist-content .screen-select ul.screen-option li:last-child{
    border: none;
}
.tf-screen-artist .screen-artist-content .screen-select:last-child{
    margin-right: 0;
}
.tf-screen-artist .screen-artist-content .screen-select label,.tf-screen-artist .screen-artist-content .screen-select span{
    display: block;
    float: left;
    cursor: pointer;
}
.tf-screen-artist .screen-artist-content .screen-select span.arrow-down{
    width: 0;
    height: 0;
    border: 6px solid #FFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin:43px 0 0 15px;
}
.tf-screen-artist .screen-artist-content .screen-select span.arrow-up{
    width: 0;
    height: 0;
    border: 6px solid #FFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    margin:36px 0 0 15px;
}
.tf-main-content .sort-artist{
    line-height: 60px;
    border-bottom: 1px solid #CCC;
    padding: 20px 0;
    padding-left: 30%;
}
.tf-main-content .sort-artist .sort-artist-content{
    float:left;
    border-right:1px solid #CCC;
    margin-right: 50px;
    height: 27px; 
    line-height: 27px;
    border: none;
    background: #F4F4F4;
}
.tf-main-content .sort-artist .sort-artist-content select{
    border: none;
    background: #F4F4F4;
}
.tf-main-content .sort-artist .sort-artist-content:last-child{
    border-right: none;
}
.tf-main-content .sort-artist .sort-artist-content span{
    display: block;
    float: left;
    cursor: pointer;
}
.tf-main-content .sort-artist .sort-artist-content span.down{
    width: 0;
    height: 0;
    border: 6px solid #555;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    margin:10px 0 0 15px;
    color: #555;
}
.tf-main-content .sort-artist .sort-artist-content span.up{
    width: 0;
    height: 0;
    border: 6px solid #555;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    margin:4px 0 0 15px;
    color: #555;
}
.tf-main-content .artist-list{
    width: 1200px;
    margin: 20px auto;
}
.tf-main-content .artist-list .artist-list-item{
    width: 285px;
    height: 365px;
    float: left;
    background: #FFF;
    padding: 10px;
    text-align: center;
    margin: 20px 20px 0 0;
}
.tf-main-content .artist-list .artist-list-item .artist-pic{
    width: 265px;
    height: 265px;
    overflow: hidden;
    position: relative;
}
/* .tf-main-content .artist-list .artist-list-item .artist-pic .artist-pic-mask{
    position: absolute;  
    width: 100%;
    height: 100%;  
    z-index: 9;
    cursor: pointer;
}
.tf-main-content .artist-list .artist-list-item .artist-pic .artist-pic-mask .mask{
    width: 100%;
    height: 100%;  
    background: #deb16b;
    opacity: .9;
} */
.tf-main-content .artist-list .artist-list-item .artist-pic img{
    cursor: pointer;
    width: 265px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);  
    filter: grayscale(100%);	
    filter: gray;
}
.tf-main-content .artist-list .artist-list-item .artist-pic img:hover{
    cursor: pointer;
    width: 265px;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);  
    filter: grayscale(0);	
}
.tf-main-content .artist-list .artist-list-item .artist-inform{
    margin-top:10px;
    
}
.tf-main-content .artist-list .artist-list-item .artist-inform .artist-name{
    font-size: 20px;
    color:#555;
    font-weight: bold;
}
.tf-main-content .artist-list .artist-list-item .artist-inform .works-collect{
    font-size: #666;
    margin-top:3px;
}
.tf-main-content .artist-list .artist-list-item .artist-inform .works-collect .works{
    padding-right: 10px;
    border-right: 1px solid #666666;
}
.tf-main-content .artist-list .artist-list-item .artist-inform .works-collect .collect{
    padding-left: 7px;
}


/*艺术家详情*/
.tf-main-content .artist-paintings{
    /* height: 306px; */
    border: 1px solid #787878;
    padding: 8px;
    background: #FFF; 
}
.tf-main-content .artist-paintings .painting{
    max-height: 288px;
    overflow: hidden;
}
.tf-main-content .artist-paintings .painting img{
    width: 100%;
}
.tf-main-content .artist-detail-inform{
    padding:8px 0;
}
.tf-main-content .artist-detail-inform .artist-label{
    background: #dfb26c;
    color:#FFF;
    float: left;
    padding: 5px 25px;
    font-size: 18px;
    font-weight: bold;
}
.tf-main-content .artist-detail-inform .artist-label .country{
    padding-right: 25px;
}
.tf-main-content .artist-detail-inform .artist-label .city{
    padding-right:12px;
    border-right: 1px solid #FFF;
}
.tf-main-content .artist-detail-inform .artist-label .title{
    padding-left:9px;
}
.artist-content .artist-content-left{
    float: left;
    width: 573px;
}
.artist-content .artist-content-left .artist-first{
    margin-top:30px;
}
.artist-content .artist-content-left .artist-header{
    float: left;
    width: 110px;
    height: 110px;
    float: left;
    border: 2px solid #dfb26c;
    border-radius:60px; 
    overflow: hidden;
}
.artist-content .artist-content-left .artist-header img{
    width: 100%;
    border-radius:60px; 
}
.artist-content .artist-content-left .artist-name-time{
    float: left;
    margin:6px 25px;
}
.artist-content .artist-content-left .artist-name-time .name{
    font-size: 36px;
    color:#333;
    font-weight: bold;
}
.artist-content .artist-content-left .artist-name-time .time{
    color:#666;
    font-size: 24px;
    font-weight: bold;
}
.artist-content .artist-content-left .artist-name-time .english-name{
    color:#666;
    font-size: 24px;
}
.artist-content .artist-content-left .artist-life{
    font-size: 16px;
    font-weight: #666;
    margin-top:20px;
    width: 470px;
}
.artist-content .artist-content-left .artist-life-inform{
    width: 450px;
    border-bottom: 1px solid #999;
    padding: 20px 0;
}
.artist-content .artist-content-left .artist-life-inform span{
    display: block;
    float:left;
    width: 110px;
    text-align: center;
    border-right:1px solid #999;
    color:#999;
}
.artist-content .artist-content-left .artist-life-inform span:last-child{
    border: none; 
}
.artist-content .artist-content-left .artist-life-inform span .num{
    font-size: 24px;
    color:#666;
}
.artist-content .artist-content-left .artist-detail-data{
    margin:10px 0;
}
.artist-content .artist-content-left .artist-detail-data span{
    display: block;
    float:left;
    padding-top: 60px;
    width: 80px;
    margin:0 35px;
    text-align: center;
    font-size: 16px;
    color:#666;
}
.artist-content .artist-content-left .artist-detail-data span.index{
    background: url("../../images/artist-detail-icon.png") no-repeat 18px 10px;
}
.artist-content .artist-content-left .artist-detail-data span.interview{
    background: url("../../images/artist-detail-icon.png") no-repeat -72px 10px;
}
.artist-content .artist-content-left .artist-detail-data span.pedia{
    background: url("../../images/artist-detail-icon.png") no-repeat -155px 10px;
}
.artist-content .artist-content-right{
    float: right;
    width: 600px;
    padding-top: 50px;
}
.artist-content .artist-content-right .artist-introduced{
    padding: 55px 35px;
    background: #FFF;
    margin-top:50px;
    box-shadow: 0 0 20px #DDD;
    font-size: 15px;
    line-height: 200%;
    color: #727272;
    position: relative;
}
.artist-content .artist-content-right .artist-introduced .ornament{
    position: absolute;
    width: 109px;
    height: 60px;
    background: url("../../images/detail-content-bg.png") no-repeat;
    top:-5px;
    left:-30px;
}
.artist-content-main{
    padding: 30px 0 80px 0;
}
.artist-curriculum-vitae{
    background: #EEE;
    padding: 50px 0;
    position: initial
}
.artist-curriculum-vitae .curriculum-vitae{
    width: 1200px;
    margin: 0 auto;
}
.artist-curriculum-vitae .curriculum-vitae > label ,.art-index-content  label{
    float: left;
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
    border-left: 3px solid #dfb26c;  
    margin-top:20px;
    width: 150px;
}
.art-index-content  label{
    /* color:#FFF; */
}
.artist-curriculum-vitae .curriculum-vitae .vitae-detail{
    
}
.artist-curriculum-vitae .curriculum-vitae .vitae-detail:last-child{
    border-right: none;
}
.artist-curriculum-vitae .curriculum-vitae .vitae-detail .vitae-title {
    width: 200px;
}
.artist-curriculum-vitae .curriculum-vitae .vitae-detail .vitae-title .vitae-num{
    font-size: 40px;
    color:#dfb26c;
    font-weight: bold;
}
.artist-curriculum-vitae .curriculum-vitae .vitae-detail .vitae-content{
    width:900px;
    column-width:200px;
    margin:20px 0;
}
.artist-curriculum-vitae .curriculum-vitae .vitae-detail .vitae-content .vitae-detail-content{
    font-size: 14px;
    width: 200px;
    margin-bottom:25px;
    break-inside: avoid;
}
.artist-curriculum-vitae .curriculum-vitae .vitae-detail .vitae-content .vitae-detail-content .year{
    font-size: 16px;
    color:#dfb26c;
}
.artist-curriculum-vitae .curriculum-vitae .btn-unfold{
    cursor: pointer;
    float:right;
    margin:20px 0 0 50px;
    color:#dfb26c;
    font-size: 16px;
    border-bottom: 2px solid #dfb26c;
}
.artist-curriculum-vitae .curriculum-vitae .vitae-detail-item{  
    float:left;
}
.art-index{
    height: 667px;
    background: url("../../images/tf_images/radar/bg.png") no-repeat;
}
.art-index .art-index-content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px
}
.art-index .art-index-detail{
    margin-top:50px;
}
#echart-bar{
    float:left;
    width: 600px;
    height: 350px;
    
}
#echart-bar>div{
    width: 300px;
    height: 300px;
    margin-top: 70px;
    text-align: center;
    color: #E73285;
    background: url("../../images/tf_images/radar/cert-pc.png") no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 50%;
    overflow: hidden;
}
#echart-radar{
    float:left;
    width: 600px;
    height: 400px;
    pointer-events: none;
}

.tf-main-header .artist-works-screen{
    float:left;
}
.tf-main-header .artist-works-screen .works-screen{
    cursor: pointer;
    float:left;
    font-size: 16px;  
    height: 45px;
    line-height: 45px;
}
.tf-main-header .artist-works-screen .active{
    border-bottom: 2px solid #dfb26c;
}
.tf-main-header .artist-works-screen .works-screen > span{
    color:#dfb26c;
    font-weight: bold;
    margin-left: 5px;
}
.tf-main-header .artist-works-screen .split-line{
    float:left;
    line-height: 45px;
    color:#c5c5c5;
    margin:0 20px;
}


/*模态框*/
.modal-dialog{
    text-align: center;
    top:20px;
}
.modal-dialog .modal-content{
    padding: 20px 0;
}
.modal-dialog .follow-text{
    width: 80%;
    height: 35px;
    margin-top:20px;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding-left: 5px;
}
.modal-dialog .modal-header ,.modal-dialog .modal-footer{
    border: none;
}
.modal-dialog .modal-footer > button{
    width: 80%;
    height: 35px;
    border-radius: 5px;
    border: none;
    background: #dfb26c;
    color:#FFF;
    margin-right: 55px;
}
.modal-header .close{
    position: absolute;
    color: #dfb26c;
    font-size: 50px;
    top:-50px;
    opacity: 1;
    font-weight: inherit;
    text-shadow: none;
}
.modal-header > h4{
    font-weight: bold;
}
/* .modal-body .modal-tips{
    color:red;
    text-align: left;
    margin-top:10px;
    margin-left:60px;
} */



