.artwork-detail-content{
    background: #FFF;
    padding: 10px 20px 20px 20px;
    position: relative;
}
.artwork-detail-content .sold-out{
    position: absolute;
    width: 210px;
    height: 146px;
    background: url("../../images/sold-out-new.png") no-repeat;
    right: 0;
    top:0;
}
/* 场景切换 */
.scene-art-container{
    position: absolute;
    left: 20px;
    top: 71px;
    z-index: 1;
}
.scene-bg{
    text-align: center;
    
}
.art{
    height: 600px;
    background: url("https://cdn.tyfon.com.cn/themes/mall/jd2014/styles/default/images/goods/bggallery.png") no-repeat;
    background-size: 100% 100%;
}
.boe-bg{
    height: 600px;
    background: url("https://cdn.tyfon.com.cn/themes/mall/jd2014/styles/default/images/goods/BOE-scene-with-btn.png") no-repeat;
    background-size: 100% auto;
}
/* 新增 */
.life0{
    height: 800px;
    background: url("https://cdn.tyfon.com.cn/themes/mall/jd2014/styles/default/images/goods/bgindoor.png") no-repeat;
}
.life1{
    height: 700px;
    background: url("https://cdn.tyfon.com.cn/themes/mall/jd2014/styles/default/images/goods/scene-1.png") no-repeat;
    background-size: 100% auto;
}
.can-life1{
    width: 100%;
    height: unset !important;
}
.life2{
    height: 700px;
    background: url("https://cdn.tyfon.com.cn/themes/mall/jd2014/styles/default/images/goods/juan-export.png") no-repeat;
    background-size: 100% auto;
}
.life3{
    height: 700px;
    background: url("https://cdn.tyfon.com.cn/themes/mall/jd2014/styles/default/images/goods/juan-export.png") no-repeat;
    background-size: 100% auto;
}
.life4{
    height: 700px;
    background: url("https://cdn.tyfon.com.cn/themes/mall/jd2014/styles/default/images/goods/scen-v.png") no-repeat;
    background-size: 100% auto;
}
.artwork-video{
    position: absolute;
    left: 285px;
    top: 90px;
    width: 650px;
    height: 420px;
    line-height: 420px;
    text-align: center;
    z-index: 1;
}
.artwork-video video{
    display: inline-block;
    vertical-align: middle;
}
/* 新增 */
.art-label-bottom{
    position: absolute;
    width: 68px;
    height: 39px !important;
}
.art-label-right{
    width: 68px;
}
.scene-nav-container{
    display: inline-flex;
    background: rgba(255, 255, 255, .4);
    border-radius: 50px;
    cursor: pointer;
}
.scene-nav{
    padding: 10px 20px;
    
}
.scene-nav-active{
    background: rgba(255, 255, 255, .6);
    border-radius: 50px;
    font-weight: bold;
}
.artwork-detail-nav{
    font-size: 16px;
    margin-bottom:30px;
    text-align: center;
}
.artwork-detail-nav>span{
    padding: 0 20px;
    color: #000;
    cursor: pointer;
    
}
.artwork-detail-content .artwork-detail-left{
    float:left;
}
.artwork-detail-img{
    width: 600px;
    height: 380px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.artwork-detail-img img{
    height: 100%;
    margin-left:auto;
    margin-right:auto; 
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.artwork-detail-content .artwork-detail-left .operation{
    margin-top: 25px;
}
.artwork-detail-content .artwork-detail-right{
    float:left;
    margin-left:60px;
    width: 400px;
}
.artwork-detail-content .artwork-detail-right label{
    font-weight: bold;
}
.artwork-detail-content .artwork-detail-right .artwork-title{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    background: url("../../images/artist_title_bg.png") no-repeat left bottom;
}
.artwork-detail-content .artwork-detail-right > ul{
    padding:10px 0;
    border-bottom: 1px solid #EEE;
}
.artwork-detail-content .artwork-detail-right > ul > li{
    padding:5px 0;
}
.artwork-detail-content .artwork-detail-right > ul > li > span.price{
    color:#dfb26c;
    font-size: 28px;
    font-weight: bold;
}
.framed-services .framed-services-title > label{
    float: left;
}
.framed-services .framed-services-title > span{
    float: right;
}
.framed-services .framed-style {
    margin-top:10px;
}
.framed-services .framed-style span{
    display: block;
    float:left;
    width: 50px;
    height: 50px;
    margin-right: 25px;
    cursor: pointer;
    position: relative;
}
.framed-services .framed-style span > div{
    width: 20px;
    height: 20px;
    background: url("../../images/framed-actived.png") no-repeat;
    position: absolute;
    right: -6px;
    bottom: -6px;
    display: none;
}
.framed-services .framed-style span.active div{
    display: block;
}
.framed-services .framed-style span.style-01{
    background: url("../../images/framed-style-01.png") no-repeat;
}
.framed-services .framed-style span.style-02{
    background: url("../../images/framed-style-02.png") no-repeat;
}
.framed-services .framed-style span.style-03{
    background: url("../../images/framed-style-03.png") no-repeat;
}
.framed-services .framed-style span.style-04{
    background: url("../../images/framed-style-04.png") no-repeat;
}


.tf-credit-content{
    /*height: 440px;*/
    background: url("../../images/credit-bg.jpg") no-repeat center top;
    background-size: cover;
}
.tf-credit-content .credit-content{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.tf-credit-content .credit-content .credit-content-left{
    float: left;
    width: 600px;
}
.artist-detail-title{
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
    background: url("../../images/artist_title_bg.png") no-repeat center bottom;
}
.play-container{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0.28rem;
    right: 0.3rem;
    line-height: 30px;
    z-index: 99;
    cursor: pointer;
}
.play-container img{
    width: 30px;
    border-radius: 50%;
}
.play-container span{
    margin-right: 5px;
    font-size: 16px;
    color: #151515;
    font-weight: bold;
    
}
.tf-credit-content .credit-content .credit-content-left .credit-content-words{
    text-align: center;
    color:#666;
    font-style: italic;
    line-height: 220%;
    text-indent: 1em;
    font-size: 15px;
    padding: 0 30px;
    background: url("../../images/detail-content-ornament-2.png") no-repeat right bottom;

}
.tf-credit-content .credit-content .credit-content-left .credit-content-ornament{
    height: 20px;
    background: url("../../images/detail-content-ornament.png") no-repeat left center;
}
.tf-credit-content .credit-content .credit-content-right{
    float: left;
    margin-left: 200px;
}

.tf-credit-content .credit-content .credit-content-right #creditRadar{
    width: 600px;
    height: 300px;
}
.tf-credit-content .credit-content .credit-content-right .credit-source{
    position: absolute;
    padding: 5px 8px;
    /* background: linear-gradient(to right, #dfb26c , #57c5f1);  */
    color:#FFF;
    font-size: 15px;
    right:0;
    bottom: -15px;
}
.tf-artist-detail{
    background: #F8F8F8;
    padding: 75px 0;
}
.tf-artist-detail .artist-detail-content{
    width: 1200px;
    margin:0 auto;
}
.tf-artist-detail .artist-detail-content .artist-detail-left{
    float:left;
    width: 450px;
    margin-top:60px;
}
.tf-artist-detail .artist-detail-content .artist-detail-left .artist-label{
    color:#FFF;
    padding: 5px 8px;
    font-size: 15px;
    width: 215px;
    font-size: 20px;
    font-weight: bold;
    background-image: url(../../images/tf_images/goods/icon-2.png);
    background-size: 100%;
}
.tf-artist-detail .artist-detail-content .artist-detail-left .artist-label span.city{
    padding-right: 10px;
    border-right:1px solid #FFF; 
    margin-left:30px;
}
.tf-artist-detail .artist-detail-content .artist-detail-left .artist-label span.title{
    padding-left: 6px;
}
.tf-artist-detail .artist-detail-content .artist-detail-left .artwork-artist-detail{
    height: 114px;
    margin-top:60px;
}
.tf-artist-detail .artist-detail-content .artist-detail-left .artwork-artist-detail .artwork-artist-header{
    width: 110px;
    height: 110px;
    float:left;
    border-radius: 60px;
    border:2px solid #dfb26c;
    overflow: hidden;
}
.tf-artist-detail .artist-detail-content .artist-detail-left .artwork-artist-detail .artwork-artist-header img{
    width: 100%;
}

.tf-artist-detail .artist-detail-content .artist-detail-left .artwork-artist-detail .artist-name-time{
    float:left;
    margin:6px 25px;
}
.tf-artist-detail .artist-detail-content .artist-detail-left .artwork-artist-detail .artist-name-time .name{
    font-size: 36px;
    font-weight: bold;
    color:#333;
}
.tf-artist-detail .artist-detail-content .artist-detail-left .artwork-artist-detail .artist-name-time .time{
    color:#666;
    font-size: 24px;
    font-weight: bold;
}
.tf-artist-detail .artist-detail-content .artist-detail-left .artwork-artist-detail .artist-name-time .english-name{
    color:#666;
    font-size: 24px;
}
.tf-artist-detail .artist-detail-content .artist-detail-left .artist-life{
    font-size: 16px;
    margin-top:20px;
}
.tf-artist-detail .artist-detail-content .artist-detail-right .vitae-detail-item{
    float:left;
}
.tf-artist-detail .artist-detail-content .artist-detail-right {
    margin:50px 0 0 30px;
    float:left;
    width: 640px;
}



.tf-artist-detail .artist-detail-content .artist-detail-right .vitae-detail-item .vitae-detail{
    width: 225px;
    padding-right: 60px;
    border-right: 1px solid #CCC;
    float:left;
    margin-left:90px;
}
.tf-artist-detail .artist-detail-content .artist-detail-right .vitae-detail-item .vitae-detail:last-child{
    border-right: none;
}

.tf-artist-detail .artist-detail-content .artist-detail-right .vitae-detail-item .vitae-detail .vitae-title .vitae-num{
    font-size: 40px;
    color:#dfb26c;
    font-weight: bold;
}
.tf-artist-detail .artist-detail-content .artist-detail-right .vitae-detail-item .vitae-detail .vitae-content{
    min-height: 400px;
}
.tf-artist-detail .artist-detail-content .artist-detail-right .vitae-detail-item .vitae-detail .vitae-content .vitae-detail-content{
    font-size: 14px;
    margin-top:30px;
}
.tf-artist-detail .artist-detail-content .artist-detail-right .vitae-detail-item .vitae-detail .vitae-content .vitae-detail-content .year{
    font-size: 16px;
    color:#dfb26c;
}
/* 评论 */
.comment-container{
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 45px 0;
    border-top: 1px solid #CBCBCB;
}
.comment-title{
    margin-bottom: 20px;
    font-size: 24px;
    color: #323234;
    font-weight: bold;
}
.comment{
    padding-left: 30px;
}
.comment-li{
    padding: 15px 0;
    border-bottom: 1px solid #CBCBCB;
}
.comment-li:last-child{
    border: none;
}
.comment-header{
    float: left;
    width: 69px;
    height: 69px;
    border-radius: 50%;
    border: 1px solid #DCDCDC;
}
.comment-li-right{
    margin-left: 95px;
}
.comment-name-container{
    overflow: hidden;
}
.comment-name{
    float: left;
    font-size: 20px;
    color: #323234;
    font-weight: bold;
}
.comment-time{
    float: right;
    font-size: 18px;
    color: #ADADAD;
}
.comment-font{
    font-size: 20px;
    color: #323234;
}
.textarea{
    width: 1170px;
    height: 130px;
    margin-top: 20px;
    padding: 10px;
    font-size: 20px;
    color: #807F80;;
    resize: none;
}
.comment-submit-btn{
    float: right;
    width: 140px;
    height: 40px;
    margin-top: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #DFB26C;
    border: none;
}



.art-index{
    height: 600px;
    background: url("../../images/echart-bg-02.jpg") no-repeat;
}
.art-index .art-index-content{
    width: 1200px;
    margin:0 auto;
    padding: 80px 0;
}
.art-index .art-index-content .artist-detail-title{
    color:#FFF;
}
.art-index .art-index-content #recordBar{
    width: 800px;
    height: 400px;
    float: left;
}
.art-index .art-index-content .data-statistics{
    width: 291px;
    float:left;
    margin:60px 0 0 30px;
    color:#FFF;
}
.art-index .art-index-content .data-statistics .data-title{
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 2px solid #FFF;
    margin-bottom: 10px;
}
.data-table th, .data-table > table{
    margin-top:10px;
}
.data-table th, .data-table td{
    text-align: center;
    height: 36px;
    border: 1px solid #3e3e3e;
}
.data-table th{
    width: 165px;
    background: #a1865c;
}
.data-table td{
    width: 135px;
    background: #828282;
}
.tf-main-content > .artist-detail-title{
    margin:30px 0;
}
.tf-data-link{
    background: #3b3b3b;
    height: 320px;
}
.tf-data-link .data-link-content{
    width: 1200px;
    margin:0 auto;
    padding: 35px 0;
}
.tf-data-link .data-link-content a.data-link-item{
    display: block;
    width: 210px;
    height: 61px;
    float:left;
    line-height: 61px;
    color:#FFF;
    font-size: 18px;
    margin:30px 40px;
}
.tf-data-link .data-link-content a.data-link-item:hover{
    text-decoration: none;
}
.tf-data-link .data-link-content .item-01{
    background: url("../../images/data-link.png") no-repeat left top;
    padding-left: 62px;
}
.tf-data-link .data-link-content .item-02{
    background: url("../../images/data-link.png") no-repeat left -92px;
    padding-left: 75px;
}
.tf-data-link .data-link-content .item-03{
    background: url("../../images/data-link.png") no-repeat left -177px;
    padding-left: 70px;
}
.tf-data-link .data-link-content .item-04{
    background: url("../../images/data-link.png") no-repeat left -263px;
    padding-left: 70px;
}
.tf-data-link .data-link-content .item-05{
    background: url("../../images/data-link.png") no-repeat left -344px;
    padding-left: 70px;
}
.tf-data-link .data-link-content .item-06{
    background: url("../../images/data-link.png") no-repeat left -423px;
    padding-left: 70px;
}
.tf-data-link .data-link-content .item-07{
    background: url("../../images/data-link.png") no-repeat left -503px;
    padding-left: 70px;
}
.tf-data-link .data-link-content .item-08{
    background: url("../../images/data-link.png") no-repeat left bottom;
    padding-left: 70px;
}

.logistics{
    color:#333;
}
.logistics:hover{
    text-decoration: none;
    color:#333;
}
.site-no-works{
	height: 40px;
    line-height: 40px;
    text-align: center;
    color:#666;
    font-size: 16px;
    
}
/* 手机购买提示框 */
.phone-qr-code-container{
    display: none;
    position: absolute;
    left: 0;
    width: 180px;
    right: 45px;
    z-index: 20;
    padding-top: 5px;
    color: #FFF;
    text-align: center;
}
.phone-qr-code{
    padding: 8px;
    background: #dfb26c;
}
.phone-station:hover .phone-qr-code-container{
    display: block;
}
/* 画作悬浮 */
.fix-art{
    display: none;
    position: fixed;
    right: 50px;
    top: 35%;
    z-index: 1;
    margin-top: 2px;
    background-color: #fff;
    border: 12px solid transparent;
    border-image: url('../../images/tf_images/boe-frame.png') 9 9 round;
    -moz-border-image: url('../../images/tf_images/boe-frame.png') 9 9 round;
    -webkit-border-image: url('../../images/tf_images/boe-frame.png') 9 9 round;
    -o-border-image: url('../../images/tf_images/boe-frame.png') 9 9 round;
}
.fix-art .art-close{
    position: absolute;
    left: -30px;
    top: -30px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.fix-art .tip-1{
    display: none;
    position: absolute;
    left: -12px;
    right: -12px;
    bottom: -66px;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
.fix-art .tip-2{
    position: absolute;
    left: -12px;
    right: -12px;
    bottom: -104px;
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}
/* 历史成交 */
.history-sell{
    padding: 50px 0;
    background-color: #ffffff;
}
.history-sell-area{
    margin-top: 50px;
    max-height: 420px;
    overflow-y: auto;
}
.history-sell-area td{
    border: 1px solid #D7D7D7;
    padding: 15px;
    text-align: center;
    font-size: 16px;
}
.history-sell-title{
    color: #848484;
}
.history-sell-art{
    height: 30px;
}
.history-sell-txt{
    margin-left: 20px;
    color: #000000;
}
.history-sell-evaluation{
    color: #DFB26C;
}
.history-sell-price{
    color: #DFB26C;
}
.history-sell-tit{
    color: #000000;
}
/* 泰丰签约画家资源优势 */
.arter-resources-title{
    margin: 50px 0 30px 0;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.arter-resources-title .block{
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 8px;
    background-color: #E1BE6C;
}
.arter-resources-introduction{
    font-size: 16px;
    color: #515151;
}
.arter-resources-detail{
    float: left;
    font-size: 16px;
    color: #5B5B5B;
    margin-left: 100px;
}
.arter-resources-detail .detail{
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}
.arter-resources-detail .detail .block{
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-right: 8px;
    background-color: #E1BE6C;
}
.arter-standard-item{
    position: relative;
    float: left;
    width: 24%;
    text-align: center;
}
.arter-standard-item::after{
    content: "";
    position: absolute;
    right: 0;
    top: 45px;
    width: 2px;
    height: 55px;
    background-color: #CFCFCF;
}
.arter-standard-item:last-child::after{
    display: none;
}
.arter-standard{
    margin-top: 18px;
    font-size: 16px;
    color: #474747;
}