/* common style */
.toFixedHead {
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 1410px;
    z-index: 99;
}

.hide {
    display: none !important;
}

/* 面包屑 */
.breadcrumb {
    margin-top: 43px;
    margin-bottom: 22px;
    line-height: 1;
    color: #888888;
    font-size: 16px;
}

.breadcrumb a,
.breadcrumb span,
.breadcrumb strong {
    display: inline-block;
}

.breadcrumb a {
    color: #888888;
}

.breadcrumb strong {
    font-size: 24px;
    color: #333333;
}

.breadcrumbLeft {
    font-size: 14px;
}

.searchTitle {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 28px;
}

.navbars {
    margin: 0 auto;
    width: 600px;
    font-size: 0;
    line-height: 22px;
    text-align: center;
}

.navbar {
    display: inline-block;
    font-size: 16px;
    color: #777777;
}

.navbarActive {
    padding-bottom: 15px;
    color: #333333;
    border-bottom: 3px solid #FA4F03;
}

.navbarCase {
    margin-left: 32px;
    margin-right: 32px; 
}

.navbarCollect {
    margin-right: 32px;
}

.divider {
    margin-bottom: 26px;
    width: 100%;
    height: 4px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
    background: linear-gradient(top, rgba(0,0,0,1), rgba(0,0,0,0));
    opacity: 0.05;
}

.iconArrow {
    margin-left: 16px;
    display: inline-block;
    width: 10px;
    height: 6px;
    background-image: url('../img/common/icon_dark_arrow_down.png');
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.serFoldToggle .iconArrow {
    background-image: url('../img/common/icon_arrow_up.png');
}

.serFoldToggle .serFoldTxt {
    color: #FA4F03;
}

.boxHover:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}

/* 字体 */
.oneLineFont {
    margin-left: -9px;
    margin-right: -9px;
    height: 257px;
}

.oneFont {
    position: relative;
    margin: 0 9px;
    width: 344.5px;
    height: 241px;
    padding-top: 16px;
    background: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    float: left;
    overflow: hidden;
}

.allFont .active {
    box-shadow: 0 7px 15px 0 rgba(0,0,0,0.2);
}

.oneFont .ftBanner {
    width: 345px;
    height: 172px;
}

.oneFont .ftNameCs {
    height: 68px;
    position: relative;
    z-index: 2;
}

.oneFont .ftBannerFixed {
    height: 173px;
    position: relative;
}

.layerShowFtTags {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.layerShowFtTags .fixBg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5 ;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.layerShowFtTags .tags {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 13px;
    z-index: 2;
}

.downloadFtPackage {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 70px;
    left: 50%;
    margin-left: -35px;
    z-index: 2;
}

.downloadFtPackage img {
    width: 70px;
}

.layerShowFtTags .tags span {
    float: left;
    height: 30px;
    padding: 0 10px;
    margin-right: 5px;
    background: rgba(255,255,255,0.80);
    border: 1px solid rgba(255,255,255,0.26);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.37);
    border-radius: 5px;
    font-size: 13px;
    color: #333;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-align: center;
    line-height: 30px;
}

.ftBannerFixed .ftBanner {
    position: absolute;
    bottom: 0;
}

.csLogo {
    opacity: 0.8;
    width: 33px;
    background: #FFFFFF;
    border-radius: 0 0 0 9px;
    position: absolute;
    height: 33px;
    bottom: -33px;
    right: 0;
    z-index: 2;
    text-align: center;
}

.csLogo img {
    height: 20px;
    width: 20px;
    margin-top: 6px;
}

.oneFont h2 a {
    max-width: 240px;
    font-size: 18px;
    color: #333333;
    margin-left: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.oneFont .changS {
    font-size: 14px;
    color: #888888;
    margin-top: 9px;
    margin-left: 14px;
    margin-bottom: 20px;
}

.showHotFont {
    width: 1440px;
    margin: 0 auto;
    padding-top: 33px;
}

/* 合集 */
.collectList {
    margin-bottom: 60px;
}

/* 作品 */
.allWorksWrap {
    margin-bottom: 60px;
}

/* 空数据 */
.emptyWrap {
    padding-top: 100px;
    padding-bottom: 120px;
    text-align: center;
}

.emptyWrap .emptyPic {
    width: 218px;
}

.emptyWrap .emptyTxt {
    margin-top: 20px;
    font-size: 16px;
    color: #777777;
    line-height: 22px;
}

/* 推荐的字体/合集/作品 */
.recommend {
    margin-top: 50px;
    margin-bottom: 80px;
}

.recommendHead {
    margin-bottom: 15px;
    font-size: 22px;
    color: #888888;
}

.recommendHead .recommendLabel {
    margin-right: 24px;
    cursor: pointer;
    font-weight: bold;
    color: #333333;
}

.recommendHead .totalButton {
    font-size: 18px;
    color: #000;
}

.recommendHead .totalButton:hover {
    color: #FA4F03;
}

.recommendHead .bottomLine {
    display: block;
}

.recommendHead .bottomLine {
    width: 40px;
    height: 3px;
    background: #FA4F03;
    display: block;
    margin-top: 7px;
    margin-left: 0;
}

.case-container {
    margin: 0 auto;
    padding-bottom: 35px;
    width: 1180px;
}

.case-title {
    font-size: 24px;
    color: #FA4F03;
    position: relative;
}

.case-search-box{
    width: 566px;
    height: 44px;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.case-search-box .case-search-input{
    width: 450px;
    display: block;
    padding-right: 34px;
    height: 42px;
    font-size: 14px;
    border: none;
    background: rgb(245, 245, 245);
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    padding-left: 22px;
    color: #000000;
    outline: none;
}

.case-search-box .case-search-input:focus{
    outline: none;
}

.case-search-box .case-search-input:focus-visible{
    outline: 0;
}

.search-icon-box{
    margin-left: 16px;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: url(../img/caseList/search_icon2.png) no-repeat center rgb(245, 245, 245);
    background-size: 17px 18px;
    cursor: pointer;
}

.search-icon-box:hover{
    background: url(../img/caseList/search_icon2.png) no-repeat center #e6e6e6;
    background-size: 17px 18px;
}

.case-search-box .close-search{
    display: none;
    position: absolute;
    background: url('../img/caseList/delete_icon.png') no-repeat;
    background-size: 100%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: 11px;
    right: 72px;
}

.case-conditions {
    margin-top: 45px;
    margin-bottom: 10px;
    visibility: hidden;
}

.case-condition {
    font-size: 16px;
}

.condition-label {
    width: 70px;
}

.condition-list {
    width: 1144px;
    overflow: hidden;
    line-height: 32px;
}

.condition-item {
    position: relative;
    display: block;
    margin-bottom: 15px;
    margin-right: 40px;
    padding-bottom: 2px;
    color: #777777;
    float: left;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

.condition-item:hover {
    color: #FA4F03;
    border-color: #FA4F03;
}

.condition-item-active {
    color: #FA4F03;
    border-bottom: 2px solid #FA4F03;
}

.case-cols {
    margin-left: -10px;
    margin-right: -10px;
}

.case-col {
    padding-left: 10px;
    padding-right: 10px;
    width: 280px;
}

.case-main {
    min-height: 400px;
}

.case-boxs {
    position: relative;
}

.case-box {
    margin-bottom: 30px;
    width: 278px;
    border: 1px solid #ECECEC;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-backface-visibility: hidden;  
    backface-visibility: hidden;  
}

.case-box:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.case-img-box {
    width: 278px;
    overflow: hidden;
}

.case-img {
    width: 100%;
    max-width: 100%;
}

.case-img:hover {
    cursor: zoom-in;
}

.font-case-list {
    /* padding: 0 15px; */
}

.font-case-item {
    position: relative;
    display: block;
    padding: 20px 15px;
    border-bottom: 1px solid #F2F2F2;
}

.font-case-img {
    width: 248px;
    height: 25px;
}

.case-logo-wrap {
    padding: 18px 0;
    text-align: center;
}

.case-logo {
    max-width: 90%;
    height: 50px;
}

.case-logo-sys {
    max-width: 90%;
    height: 44px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.waterfall-empty {
    display: none;
    padding-top: 150px;
    text-align: center;
}

.waterfall-empty-pic {
    width: 218px;
}

.waterfall-empty-txt {
    margin-top: 20px;
    font-size: 16px;
    color: #777777;
    letter-spacing: 0;
    font-weight: 400;
}

.case-font-name {
    display: block;
    width: 200px;
    line-height: 25px;
    font-size: 22px;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
}

.s-font-label {
    position: absolute;
    top: 21px;
    right: 0;
    width: 60px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
}

.s-font-label-limit {
    margin-left: 2px;
    width: 22px;
    height: 22px;
    background: url('../img/common/icon_font_limit.png') no-repeat;
    background-size: contain;
    cursor: pointer;
}

.s-font-label-free {
    background: #9797A0;
}

.s-font-label-member {
    background: #D2A775;
}

.s-font-label-single {
    background: #6FADFF;
}

.auth-consult-btn {
    display: none !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 32px;
    font-size: 14px;
    color: #fff;
    background: #FA4F03;
    text-align: center;
    border-radius: 5px;
    outline: none;
    border: none;
    cursor: pointer;
}

.auth-consult-btn:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.auth-consult-btn i, 
.auth-consult-btn span {
    display: inline-block;
    vertical-align: middle;
}

.auth-consult-btn i {
    margin-right: 4px;
    width: 14px;
    height: 14px;
    background: url('../img/ftDownload/icon_auth_consult.png') no-repeat;
    background-size: contain;
}

.font-case-limit .case-font-name {
    width: 160px;
}

.font-case-limit .s-font-label-single {
}

.ftLabels {
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 2;
}

.ftLabel {
    display: inline-block;
    width: 60px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    vertical-align: middle;
}

.ftLabelLimit {
    margin-top: 1px;
    margin-left: 2px;
    width: 22px;
    height: 22px;
    background: url('../img/common/icon_font_limit.png') no-repeat;
    background-size: contain;
    cursor: pointer;
}

.ftLabelFree {
    background: #9797A0;
}

.ftLabelMember {
    background: #D2A775;
}

.ftLabelSingle {
    background: #6FADFF;
}

.relateFontTips {
    margin-right: 10px;
    display: inline-block;
    font-size: 14px;
    color: #888888;
    vertical-align: middle;
}

.ftItems .ftItem {
    padding: 25px 0 15px;
}

.ftItems .ftItem .ftName {
    margin-right: 5px;
}

.series .serBody {
    padding-bottom: 15px;
}

.ftItemFoot {
    margin-top: 20px;;
}

.serBodyBottom {
    margin-bottom: 15px;
}

.showFontTags b {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 0 10px;
    height: 20px;
    background: #F5F5F9;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #666666;
}

.noHasManyRelateFont {
    margin-top: 20px;
    padding-bottom: 20px;
    color: #333333;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
    letter-spacing: 0;
}

.noHasManyRelateFont b {
    color: #FF2D1A;
}

/* 适配小屏幕 1180px */
@media screen and (max-width: 1550px) {
    .ftWrap .row {
        margin-left: -30px;
        margin-right: -30px;
    }

    .ftWrap .col-4 {
        margin-left: 30px;
        margin-right: 30px;
        width: 353px;
    }

    .layerShowFtTags .tags span {
        height: 24px;
        padding: 0 6px;
        border-radius: 5px;
        font-size: 12px;
        text-align: center;
        line-height: 24px;
    }

    .downloadFtPackage {
        margin-left: -25px;
        width: 50px;
        height: 50px;
        bottom: 64px;
    }

    .downloadFtPackage img {
        width: 50px;
    }

    .oneLineFont {
        height: 220px;
        margin-bottom: 20px;
    }

    .oneFont {
        width: 279.5px;
        height: 203px;
    }

    .oneFont .ftNameCs {
        height: 63px;
        position: relative;
        z-index: 2;
    }

    .oneFont .ftBannerFixed {
        height: 140px;
        position: relative;
    }

    .oneFont .ftBanner {
        width: 280px;
        height: 140px;
    }

    .layerShowFtTags .tags {
        width: 260px;
    }

    .oneFont h2 a {
        max-width: 180px;
    }
}
