﻿/*详情页头部*/
.detail-head{z-index: 231; position: fixed; left: 0;top: 0;width: 100%;height: 60px;background-color: #FFF;color: #202020;box-shadow: 0px 8px 10px 0px rgba(231,231,231,0.25);display: flex;justify-content: space-between;align-items: center;padding:0 30px 0 56px;box-sizing: border-box;}
.detail-head>.time-list{padding-top: 6px; text-align: center; float: left;height: 34px;margin-left: 24px;width: 108px;line-height: 26px;color: #de7228;font-size: 14px;font-weight: bold;}
.detail-head>.time-list>p>i{background: url(/skin/images/select-new.png) no-repeat -90px -54px;display: inline-block; width: 10px;height: 8px;vertical-align: middle;margin-left: 5px;}
.detail-head>.time-list>ul{width: 100%;background-color: #29333c;display: none;}
.detail-head>.time-list>ul>li>a{font-size: 14px;display: block;height: 26px;line-height: 26px;}

.detail-head>.time-list:hover{background-color: #29333c;}
.detail-head>.time-list:hover ul{display: block;}
.detail-head>.time-list>ul>li>a:hover{background: #1c232b;color: #DE7228;}

.detail-head>h1{max-width: 47%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden; float: left; font-size: 14px;font-weight: normal;margin-left: 16px;}

.detail-head-r{display: flex;align-items: center;}
.detail-head-r>.login-item>a, .detail-head-r>.register-item>a{display: block;padding: 0 10px;font-size: 14px;}
.detail-head-r>.login-item>a:hover, .detail-head-r>.register-item>a:hover{text-decoration: underline;}

.detail-head-r>.sign-out-item>a, .detail-head-r>.sign-out-item>a:hover{color: #999;}

/*工作室*/
/* .detail-head-l{margin-left: 56px;} */
.detail-head-l>a{display: block;float: left;}
.detail-head-l>a>img{width: 120px;vertical-align: -2px;}

.announcement{margin-left: 18px;display: block;}

.detail-head-r>.collection-item{float: left;height: 100%;/*margin-right: 10px;*/}
.detail-head-r>.collection-item>a{font-size: 14px; display: block;padding: 0 10px;height: 100%;}
.detail-head-r>.collection-item>a>i{display: inline-block;background-image: url(/skin/images/icons-1.png);background-repeat: no-repeat;vertical-align: -6px;background-position: -419px -222px; width: 20px;height: 20px;margin-right: 5px;}
.detail-head-r>.collection-item>a:hover{color: #DE7228;background:#13181e;}
.detail-head-r>.collection-item>a:hover i{background-position:-421px -254px;}
.detail-head-r>.apply-try{position: relative;}
.detail-head-r>.apply-try>a{height: 26px;display: inline-block; line-height: 26px;padding: 0px 18px;color: #202020; background-color: #FFF; font-size: 14px;overflow: hidden;border: 1px solid #202020;margin-right: 30px;position: relative;}
.detail-head-r>.apply-try>a::after{content: '';width: 0;height: 0;position: absolute;top: 2px;right: 2px;border-top: 6px solid #1d1d1d;border-left: 6px solid transparent;}
.detail-head-r>.apply-try>a:hover{background-color: #121111;color: #FFF;}
.detail-head-r>.apply-try>a:hover::after{border-top-color: #fff;}
.detail-head-r>.fg-line{width: 1px; height: 14px;background: #202020;}

/*全部导航按钮*/
.detail-head-r>.nav-item{cursor: pointer; float: left; margin-left:10px;padding:0;width:40px;height:40px;background:#de7228;cursor:pointer;}
.detail-head-r>.nav-item>span{cursor: pointer;background:url(/skin/images/rotate1.png) no-repeat;display:inline-block;width:20px;height:16px;margin:12px 0 0 10px;transition:transform 0.4s;}
.detail-head-r>.nav-item.fs>span{background:url(/skin/images/rotate2.png) no-repeat;width:20px;height:20px;transform:rotate(-180deg);}

/* 面包屑 */
.detail-crumbs{width: 960px;margin: 0 auto;font-size: 14px;color: #999;}
.source-detail-crumbs{padding-top: 80px;}
.style-detail-crumbs{width: 1200px;position: relative;z-index: 100;}
.detail-crumbs>a{color: #999;font-size: 14px;}
.detail-crumbs>a:first-child{padding-left: 10px;}
.style-detail-crumbs>a:first-child{padding-left: 0;}
.detail-crumbs>a.hover-style:hover{color: #333;}

.generatepdf .detail-head{position: relative;margin-bottom: -40px;}
